fix: Enable borrowing, disable collateral USDT

This commit is contained in:
Lasse Herskind 2021-08-17 13:35:15 +02:00
parent e6bf4ed9ce
commit f3fbeb681a

View File

@ -74,11 +74,11 @@ export const strategyUSDC: IReserveParams = {
export const strategyUSDT: IReserveParams = {
strategy: rateStrategyStableThree,
baseLTVAsCollateral: '8000',
liquidationThreshold: '8500',
liquidationBonus: '10500',
borrowingEnabled: false,
stableBorrowRateEnabled: false,
baseLTVAsCollateral: '0',
liquidationThreshold: '0',
liquidationBonus: '0',
borrowingEnabled: true,
stableBorrowRateEnabled: true,
reserveDecimals: '6',
aTokenImpl: eContractid.AToken,
reserveFactor: '1000',