Enable USDT for borrowing

This commit is contained in:
David Racero 2020-11-11 18:12:05 +01:00
parent cdfd16b626
commit 895b6b26f4

View File

@ -176,7 +176,7 @@ export const stablecoinStrategyUSDT: IReserveParams = {
baseLTVAsCollateral: '-1',
liquidationThreshold: '7000',
liquidationBonus: '0',
borrowingEnabled: false,
borrowingEnabled: true,
stableBorrowRateEnabled: true,
reserveDecimals: '6',
};