mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
config: Update risk parameters
Updated risk parameters following the accepted community proposal at Snapshot https://snapshot.org/#/aave.eth/proposal/QmbGh1VP1w51PfBWkEmNquD95NJhJ8Eaqma6PP8psP9HGy
This commit is contained in:
parent
1bbd0a8b10
commit
58556fc055
|
@ -11,7 +11,7 @@ export const strategyWAVAX: IReserveParams = {
|
||||||
stableBorrowRateEnabled: false,
|
stableBorrowRateEnabled: false,
|
||||||
reserveDecimals: '18',
|
reserveDecimals: '18',
|
||||||
aTokenImpl: eContractid.AToken,
|
aTokenImpl: eContractid.AToken,
|
||||||
reserveFactor: '2000',
|
reserveFactor: '1500',
|
||||||
};
|
};
|
||||||
|
|
||||||
export const strategyWETH: IReserveParams = {
|
export const strategyWETH: IReserveParams = {
|
||||||
|
@ -28,21 +28,21 @@ export const strategyWETH: IReserveParams = {
|
||||||
|
|
||||||
export const strategyWBTC: IReserveParams = {
|
export const strategyWBTC: IReserveParams = {
|
||||||
strategy: rateStrategyVolatileOne,
|
strategy: rateStrategyVolatileOne,
|
||||||
baseLTVAsCollateral: '0',
|
baseLTVAsCollateral: '6000',
|
||||||
liquidationThreshold: '0',
|
liquidationThreshold: '7500',
|
||||||
liquidationBonus: '0',
|
liquidationBonus: '10500',
|
||||||
borrowingEnabled: true,
|
borrowingEnabled: true,
|
||||||
stableBorrowRateEnabled: false,
|
stableBorrowRateEnabled: false,
|
||||||
reserveDecimals: '8',
|
reserveDecimals: '8',
|
||||||
aTokenImpl: eContractid.AToken,
|
aTokenImpl: eContractid.AToken,
|
||||||
reserveFactor: '2000',
|
reserveFactor: '1000',
|
||||||
};
|
};
|
||||||
|
|
||||||
export const strategyAAVE: IReserveParams = {
|
export const strategyAAVE: IReserveParams = {
|
||||||
strategy: rateStrategyVolatileOne,
|
strategy: rateStrategyVolatileOne,
|
||||||
baseLTVAsCollateral: '5000',
|
baseLTVAsCollateral: '4000',
|
||||||
liquidationThreshold: '6500',
|
liquidationThreshold: '6500',
|
||||||
liquidationBonus: '10800',
|
liquidationBonus: '11000',
|
||||||
borrowingEnabled: false,
|
borrowingEnabled: false,
|
||||||
stableBorrowRateEnabled: false,
|
stableBorrowRateEnabled: false,
|
||||||
reserveDecimals: '18',
|
reserveDecimals: '18',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user