Updated reserve configs and included BptBALWETH

This commit is contained in:
Zer0dot 2021-02-26 09:41:07 -05:00
parent ce7d011e20
commit 8635e9403b
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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,