mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
fix: disable borrowing on USDT in config
This commit is contained in:
parent
1be49f336d
commit
e6bf4ed9ce
|
@ -77,8 +77,8 @@ export const strategyUSDT: IReserveParams = {
|
||||||
baseLTVAsCollateral: '8000',
|
baseLTVAsCollateral: '8000',
|
||||||
liquidationThreshold: '8500',
|
liquidationThreshold: '8500',
|
||||||
liquidationBonus: '10500',
|
liquidationBonus: '10500',
|
||||||
borrowingEnabled: true,
|
borrowingEnabled: false,
|
||||||
stableBorrowRateEnabled: true,
|
stableBorrowRateEnabled: false,
|
||||||
reserveDecimals: '6',
|
reserveDecimals: '6',
|
||||||
aTokenImpl: eContractid.AToken,
|
aTokenImpl: eContractid.AToken,
|
||||||
reserveFactor: '1000',
|
reserveFactor: '1000',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user