Merge branch 'fix/usdt-borrow' into 'master'

Enable USDT for borrowing

See merge request aave-tech/protocol-v2!166
This commit is contained in:
The-3D 2020-11-11 17:16:46 +00:00
commit 8ae705a769

View File

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