mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Removed useless import
This commit is contained in:
parent
313e3146f4
commit
0c2b92a0c8
|
@ -1,7 +1,7 @@
|
||||||
import { task } from 'hardhat/config';
|
import { task } from 'hardhat/config';
|
||||||
import { getParamPerNetwork } from '../../helpers/contracts-helpers';
|
import { getParamPerNetwork } from '../../helpers/contracts-helpers';
|
||||||
import { deployAaveOracle, deployLendingRateOracle } from '../../helpers/contracts-deployments';
|
import { deployAaveOracle, deployLendingRateOracle } from '../../helpers/contracts-deployments';
|
||||||
import { setInitialAssetPricesInOracle, setInitialMarketRatesInRatesOracleByHelper } from '../../helpers/oracles-helpers';
|
import { setInitialMarketRatesInRatesOracleByHelper } from '../../helpers/oracles-helpers';
|
||||||
import { ICommonConfiguration, eEthereumNetwork, SymbolMap } from '../../helpers/types';
|
import { ICommonConfiguration, eEthereumNetwork, SymbolMap } from '../../helpers/types';
|
||||||
import { waitForTx, notFalsyOrZeroAddress } from '../../helpers/misc-utils';
|
import { waitForTx, notFalsyOrZeroAddress } from '../../helpers/misc-utils';
|
||||||
import {
|
import {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user