Skip to content

Commit a733710

Browse files
committed
config: adjusted risk parameters for avalanche
1 parent 2428502 commit a733710

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

markets/avalanche/reservesConfigs.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,31 +35,31 @@ export const strategyWBTC: IReserveParams = {
3535
stableBorrowRateEnabled: false,
3636
reserveDecimals: '8',
3737
aTokenImpl: eContractid.AToken,
38-
reserveFactor: '0',
38+
reserveFactor: '2000',
3939
};
4040

4141
export const strategyAAVE: IReserveParams = {
4242
strategy: rateStrategyVolatileOne,
4343
baseLTVAsCollateral: '5000',
4444
liquidationThreshold: '6500',
45-
liquidationBonus: '11000',
45+
liquidationBonus: '10800',
4646
borrowingEnabled: false,
4747
stableBorrowRateEnabled: false,
4848
reserveDecimals: '18',
4949
aTokenImpl: eContractid.AToken,
50-
reserveFactor: '0',
50+
reserveFactor: '2000',
5151
};
5252

5353
export const strategyDAI: IReserveParams = {
5454
strategy: rateStrategyStableOne,
55-
baseLTVAsCollateral: '0',
56-
liquidationThreshold: '0',
57-
liquidationBonus: '0',
55+
baseLTVAsCollateral: '7500',
56+
liquidationThreshold: '8000',
57+
liquidationBonus: '10500',
5858
borrowingEnabled: true,
5959
stableBorrowRateEnabled: false,
6060
reserveDecimals: '18',
6161
aTokenImpl: eContractid.AToken,
62-
reserveFactor: '0',
62+
reserveFactor: '1000',
6363
};
6464

6565
export const strategyUSDT: IReserveParams = {
@@ -71,17 +71,17 @@ export const strategyUSDT: IReserveParams = {
7171
stableBorrowRateEnabled: false,
7272
reserveDecimals: '6',
7373
aTokenImpl: eContractid.AToken,
74-
reserveFactor: '0',
74+
reserveFactor: '1000',
7575
};
7676

7777
export const strategyUSDC: IReserveParams = {
7878
strategy: rateStrategyStableOne,
79-
baseLTVAsCollateral: '0',
80-
liquidationThreshold: '0',
81-
liquidationBonus: '0',
79+
baseLTVAsCollateral: '7500',
80+
liquidationThreshold: '8000',
81+
liquidationBonus: '10500',
8282
borrowingEnabled: true,
8383
stableBorrowRateEnabled: false,
8484
reserveDecimals: '6',
8585
aTokenImpl: eContractid.AToken,
86-
reserveFactor: '0',
86+
reserveFactor: '1000',
8787
};

0 commit comments

Comments
 (0)