mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
markets: Added Strategy Curve risk params
This commit is contained in:
parent
8a8982b324
commit
ed16d578b6
|
@ -75,12 +75,12 @@ export const strategyUSDT: IReserveParams = {
|
||||||
|
|
||||||
export const strategyCurveLP: IReserveParams = {
|
export const strategyCurveLP: IReserveParams = {
|
||||||
strategy: rateStrategyAmmBase,
|
strategy: rateStrategyAmmBase,
|
||||||
baseLTVAsCollateral: '9000',
|
baseLTVAsCollateral: '9250',
|
||||||
liquidationThreshold: '9500',
|
liquidationThreshold: '9350',
|
||||||
liquidationBonus: '11500',
|
liquidationBonus: '10500',
|
||||||
borrowingEnabled: false,
|
borrowingEnabled: false,
|
||||||
stableBorrowRateEnabled: false,
|
stableBorrowRateEnabled: false,
|
||||||
reserveDecimals: '18',
|
reserveDecimals: '18',
|
||||||
aTokenImpl: eContractid.CurveRewardsAwareAToken,
|
aTokenImpl: eContractid.CurveRewardsAwareAToken,
|
||||||
reserveFactor: '1000',
|
reserveFactor: '2000',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user