From 58556fc055a263e3f2ac1522a20062fa86a19315 Mon Sep 17 00:00:00 2001 From: kartojal Date: Tue, 28 Sep 2021 15:25:09 +0200 Subject: [PATCH] config: Update risk parameters Updated risk parameters following the accepted community proposal at Snapshot https://snapshot.org/#/aave.eth/proposal/QmbGh1VP1w51PfBWkEmNquD95NJhJ8Eaqma6PP8psP9HGy --- markets/avalanche/reservesConfigs.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/markets/avalanche/reservesConfigs.ts b/markets/avalanche/reservesConfigs.ts index e5804cdf..192ac890 100644 --- a/markets/avalanche/reservesConfigs.ts +++ b/markets/avalanche/reservesConfigs.ts @@ -11,7 +11,7 @@ export const strategyWAVAX: IReserveParams = { stableBorrowRateEnabled: false, reserveDecimals: '18', aTokenImpl: eContractid.AToken, - reserveFactor: '2000', + reserveFactor: '1500', }; export const strategyWETH: IReserveParams = { @@ -28,21 +28,21 @@ export const strategyWETH: IReserveParams = { export const strategyWBTC: IReserveParams = { strategy: rateStrategyVolatileOne, - baseLTVAsCollateral: '0', - liquidationThreshold: '0', - liquidationBonus: '0', + baseLTVAsCollateral: '6000', + liquidationThreshold: '7500', + liquidationBonus: '10500', borrowingEnabled: true, stableBorrowRateEnabled: false, reserveDecimals: '8', aTokenImpl: eContractid.AToken, - reserveFactor: '2000', + reserveFactor: '1000', }; export const strategyAAVE: IReserveParams = { strategy: rateStrategyVolatileOne, - baseLTVAsCollateral: '5000', + baseLTVAsCollateral: '4000', liquidationThreshold: '6500', - liquidationBonus: '10800', + liquidationBonus: '11000', borrowingEnabled: false, stableBorrowRateEnabled: false, reserveDecimals: '18',