fix: missing function name replacement at tests

This commit is contained in:
David Racero 2021-07-20 17:53:28 +02:00
parent 6480e92ec5
commit dfc7347313
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ import {
deployLendingPoolConfigurator,
deployLendingPool,
deployPriceOracle,
deployAaveOracleV2,
deployAaveOracle,
deployLendingPoolCollateralManager,
deployMockFlashLoanReceiver,
deployWalletBalancerProvider,
@ -220,7 +220,7 @@ const buildTestEnv = async (deployer: Signer, secondaryWallet: Signer) => {
config.OracleQuoteCurrency
);
await deployAaveOracleV2([
await deployAaveOracle([
tokens,
aggregators,
fallbackOracle.address,

View File

@ -13,7 +13,7 @@ import {
deployLendingPoolConfigurator,
deployLendingPool,
deployPriceOracle,
deployAaveOracleV2,
deployAaveOracle,
deployLendingPoolCollateralManager,
deployMockFlashLoanReceiver,
deployWalletBalancerProvider,
@ -226,7 +226,7 @@ const buildTestEnv = async (deployer: Signer, secondaryWallet: Signer) => {
config.OracleQuoteCurrency
);
await deployAaveOracleV2([
await deployAaveOracle([
tokens,
aggregators,
fallbackOracle.address,