@@ -11,7 +11,7 @@ export const strategyWAVAX: IReserveParams = {
1111 stableBorrowRateEnabled : false ,
1212 reserveDecimals : '18' ,
1313 aTokenImpl : eContractid . AToken ,
14- reserveFactor : '2000 ' ,
14+ reserveFactor : '1500 ' ,
1515} ;
1616
1717export const strategyWETH : IReserveParams = {
@@ -28,21 +28,21 @@ export const strategyWETH: IReserveParams = {
2828
2929export const strategyWBTC : IReserveParams = {
3030 strategy : rateStrategyVolatileOne ,
31- baseLTVAsCollateral : '0 ' ,
32- liquidationThreshold : '0 ' ,
33- liquidationBonus : '0 ' ,
31+ baseLTVAsCollateral : '6000 ' ,
32+ liquidationThreshold : '7500 ' ,
33+ liquidationBonus : '10500 ' ,
3434 borrowingEnabled : true ,
3535 stableBorrowRateEnabled : false ,
3636 reserveDecimals : '8' ,
3737 aTokenImpl : eContractid . AToken ,
38- reserveFactor : '2000 ' ,
38+ reserveFactor : '1000 ' ,
3939} ;
4040
4141export const strategyAAVE : IReserveParams = {
4242 strategy : rateStrategyVolatileOne ,
43- baseLTVAsCollateral : '5000 ' ,
43+ baseLTVAsCollateral : '4000 ' ,
4444 liquidationThreshold : '6500' ,
45- liquidationBonus : '10800 ' ,
45+ liquidationBonus : '11000 ' ,
4646 borrowingEnabled : false ,
4747 stableBorrowRateEnabled : false ,
4848 reserveDecimals : '18' ,
0 commit comments