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 = {
|
||||
strategy: rateStrategyAmmBase,
|
||||
baseLTVAsCollateral: '9000',
|
||||
liquidationThreshold: '9500',
|
||||
liquidationBonus: '11500',
|
||||
baseLTVAsCollateral: '9250',
|
||||
liquidationThreshold: '9350',
|
||||
liquidationBonus: '10500',
|
||||
borrowingEnabled: false,
|
||||
stableBorrowRateEnabled: false,
|
||||
reserveDecimals: '18',
|
||||
aTokenImpl: eContractid.CurveRewardsAwareAToken,
|
||||
reserveFactor: '1000',
|
||||
reserveFactor: '2000',
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user