From ed16d578b63136f3f88d2186aa5a8f8e31c31d88 Mon Sep 17 00:00:00 2001 From: David Racero Date: Wed, 26 May 2021 10:15:35 +0200 Subject: [PATCH] markets: Added Strategy Curve risk params --- markets/usd-amm/reservesConfigs.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/markets/usd-amm/reservesConfigs.ts b/markets/usd-amm/reservesConfigs.ts index d350f486..10122f2c 100644 --- a/markets/usd-amm/reservesConfigs.ts +++ b/markets/usd-amm/reservesConfigs.ts @@ -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', };