fix: Disable USDT as collateral

This commit is contained in:
miguelmtzinf 2021-08-17 13:19:29 +02:00
parent 9959589c0f
commit 3119882c91

View File

@ -35,9 +35,9 @@ export const strategyUSDC: IReserveParams = {
export const strategyUSDT: IReserveParams = { export const strategyUSDT: IReserveParams = {
strategy: rateStrategyStableThree, strategy: rateStrategyStableThree,
baseLTVAsCollateral: '8000', baseLTVAsCollateral: '0',
liquidationThreshold: '8500', liquidationThreshold: '0',
liquidationBonus: '10500', liquidationBonus: '0',
borrowingEnabled: true, borrowingEnabled: true,
stableBorrowRateEnabled: true, stableBorrowRateEnabled: true,
reserveDecimals: '6', reserveDecimals: '6',