mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Enable USDT for borrowing
This commit is contained in:
parent
cdfd16b626
commit
895b6b26f4
|
@ -176,7 +176,7 @@ export const stablecoinStrategyUSDT: IReserveParams = {
|
||||||
baseLTVAsCollateral: '-1',
|
baseLTVAsCollateral: '-1',
|
||||||
liquidationThreshold: '7000',
|
liquidationThreshold: '7000',
|
||||||
liquidationBonus: '0',
|
liquidationBonus: '0',
|
||||||
borrowingEnabled: false,
|
borrowingEnabled: true,
|
||||||
stableBorrowRateEnabled: true,
|
stableBorrowRateEnabled: true,
|
||||||
reserveDecimals: '6',
|
reserveDecimals: '6',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user