fix: disable borrowing on USDT in config

This commit is contained in:
Lasse Herskind 2021-08-17 12:42:01 +02:00
parent 1be49f336d
commit e6bf4ed9ce

View File

@ -77,8 +77,8 @@ export const strategyUSDT: IReserveParams = {
baseLTVAsCollateral: '8000', baseLTVAsCollateral: '8000',
liquidationThreshold: '8500', liquidationThreshold: '8500',
liquidationBonus: '10500', liquidationBonus: '10500',
borrowingEnabled: true, borrowingEnabled: false,
stableBorrowRateEnabled: true, stableBorrowRateEnabled: false,
reserveDecimals: '6', reserveDecimals: '6',
aTokenImpl: eContractid.AToken, aTokenImpl: eContractid.AToken,
reserveFactor: '1000', reserveFactor: '1000',