mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Updated reserve configs and included BptBALWETH
This commit is contained in:
parent
ce7d011e20
commit
8635e9403b
|
@ -9,8 +9,8 @@ export const rateStrategyAmmBase: IInterestRateStrategyParams = {
|
||||||
baseVariableBorrowRate: new BigNumber(0.03).multipliedBy(oneRay).toFixed(),
|
baseVariableBorrowRate: new BigNumber(0.03).multipliedBy(oneRay).toFixed(),
|
||||||
variableRateSlope1: new BigNumber(0.10).multipliedBy(oneRay).toFixed(),
|
variableRateSlope1: new BigNumber(0.10).multipliedBy(oneRay).toFixed(),
|
||||||
variableRateSlope2: new BigNumber(3.00).multipliedBy(oneRay).toFixed(),
|
variableRateSlope2: new BigNumber(3.00).multipliedBy(oneRay).toFixed(),
|
||||||
stableRateSlope1: '0',
|
stableRateSlope1: new BigNumber(0.1).multipliedBy(oneRay).toFixed(),
|
||||||
stableRateSlope2: '0',
|
stableRateSlope2: new BigNumber(3).multipliedBy(oneRay).toFixed(),
|
||||||
}
|
}
|
||||||
|
|
||||||
// WETH WBTC
|
// WETH WBTC
|
||||||
|
|
|
@ -135,7 +135,7 @@ export const strategyCRVWETH: IReserveParams = {
|
||||||
stableBorrowRateEnabled: false,
|
stableBorrowRateEnabled: false,
|
||||||
reserveDecimals: '18',
|
reserveDecimals: '18',
|
||||||
aTokenImpl: eContractid.AToken,
|
aTokenImpl: eContractid.AToken,
|
||||||
reserveFactor: '500'
|
reserveFactor: '1500'
|
||||||
};
|
};
|
||||||
|
|
||||||
export const strategyLINKWETH: IReserveParams = {
|
export const strategyLINKWETH: IReserveParams = {
|
||||||
|
@ -237,7 +237,7 @@ export const strategyYFIWETH: IReserveParams = {
|
||||||
export const strategyBALWETH: IReserveParams = {
|
export const strategyBALWETH: IReserveParams = {
|
||||||
strategy: rateStrategyAmmBase,
|
strategy: rateStrategyAmmBase,
|
||||||
baseLTVAsCollateral: '6000',
|
baseLTVAsCollateral: '6000',
|
||||||
liquidationThreshold: '6500',
|
liquidationThreshold: '7000',
|
||||||
liquidationBonus: '11500',
|
liquidationBonus: '11500',
|
||||||
borrowingEnabled: true,
|
borrowingEnabled: true,
|
||||||
stableBorrowRateEnabled: false,
|
stableBorrowRateEnabled: false,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user