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