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',
liquidationThreshold: '8500',
liquidationBonus: '10500',
borrowingEnabled: true,
stableBorrowRateEnabled: true,
borrowingEnabled: false,
stableBorrowRateEnabled: false,
reserveDecimals: '6',
aTokenImpl: eContractid.AToken,
reserveFactor: '1000',