diff --git a/markets/avalanche/reservesConfigs.ts b/markets/avalanche/reservesConfigs.ts index 2599754c..e5804cdf 100644 --- a/markets/avalanche/reservesConfigs.ts +++ b/markets/avalanche/reservesConfigs.ts @@ -35,31 +35,31 @@ export const strategyWBTC: IReserveParams = { stableBorrowRateEnabled: false, reserveDecimals: '8', aTokenImpl: eContractid.AToken, - reserveFactor: '0', + reserveFactor: '2000', }; export const strategyAAVE: IReserveParams = { strategy: rateStrategyVolatileOne, baseLTVAsCollateral: '5000', liquidationThreshold: '6500', - liquidationBonus: '11000', + liquidationBonus: '10800', borrowingEnabled: false, stableBorrowRateEnabled: false, reserveDecimals: '18', aTokenImpl: eContractid.AToken, - reserveFactor: '0', + reserveFactor: '2000', }; export const strategyDAI: IReserveParams = { strategy: rateStrategyStableOne, - baseLTVAsCollateral: '0', - liquidationThreshold: '0', - liquidationBonus: '0', + baseLTVAsCollateral: '7500', + liquidationThreshold: '8000', + liquidationBonus: '10500', borrowingEnabled: true, stableBorrowRateEnabled: false, reserveDecimals: '18', aTokenImpl: eContractid.AToken, - reserveFactor: '0', + reserveFactor: '1000', }; export const strategyUSDT: IReserveParams = { @@ -71,17 +71,17 @@ export const strategyUSDT: IReserveParams = { stableBorrowRateEnabled: false, reserveDecimals: '6', aTokenImpl: eContractid.AToken, - reserveFactor: '0', + reserveFactor: '1000', }; export const strategyUSDC: IReserveParams = { strategy: rateStrategyStableOne, - baseLTVAsCollateral: '0', - liquidationThreshold: '0', - liquidationBonus: '0', + baseLTVAsCollateral: '7500', + liquidationThreshold: '8000', + liquidationBonus: '10500', borrowingEnabled: true, stableBorrowRateEnabled: false, reserveDecimals: '6', aTokenImpl: eContractid.AToken, - reserveFactor: '0', + reserveFactor: '1000', };