mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Merge branch 'fix/usdt-borrow' into 'master'
Enable USDT for borrowing See merge request aave-tech/protocol-v2!166
This commit is contained in:
commit
8ae705a769
|
@ -176,7 +176,7 @@ export const stablecoinStrategyUSDT: IReserveParams = {
|
|||
baseLTVAsCollateral: '-1',
|
||||
liquidationThreshold: '7000',
|
||||
liquidationBonus: '0',
|
||||
borrowingEnabled: false,
|
||||
borrowingEnabled: true,
|
||||
stableBorrowRateEnabled: true,
|
||||
reserveDecimals: '6',
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user