mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
fix deploy new asset bug
fix deploy new asset bug
This commit is contained in:
parent
77acec9395
commit
15d5566138
|
@ -82,12 +82,12 @@ WRONG RESERVE ASSET SETUP:
|
|||
const rates = await deployDefaultReserveInterestRateStrategy(
|
||||
[
|
||||
addressProvider.address,
|
||||
strategyParams.optimalUtilizationRate,
|
||||
strategyParams.baseVariableBorrowRate,
|
||||
strategyParams.variableRateSlope1,
|
||||
strategyParams.variableRateSlope2,
|
||||
strategyParams.stableRateSlope1,
|
||||
strategyParams.stableRateSlope2,
|
||||
strategyParams.strategy.optimalUtilizationRate,
|
||||
strategyParams.strategy.baseVariableBorrowRate,
|
||||
strategyParams.strategy.variableRateSlope1,
|
||||
strategyParams.strategy.variableRateSlope2,
|
||||
strategyParams.strategy.stableRateSlope1,
|
||||
strategyParams.strategy.stableRateSlope2,
|
||||
],
|
||||
verify
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user