mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
minor fix
This commit is contained in:
parent
97c4f6dffa
commit
58f3ecb6b8
|
@ -6,7 +6,6 @@ import "@nomiclabs/hardhat-web3";
|
|||
import "hardhat-deploy";
|
||||
import "hardhat-deploy-ethers";
|
||||
import "@typechain/hardhat";
|
||||
import "./scripts/tests/run_test_through_cmd"
|
||||
import { resolve } from "path";
|
||||
import { config as dotenvConfig } from "dotenv";
|
||||
import { HardhatUserConfig } from "hardhat/config";
|
||||
|
@ -15,6 +14,7 @@ import { utils } from "ethers";
|
|||
import Web3 from "web3";
|
||||
import { network } from "hardhat";
|
||||
import bigNumber from "bignumber.js";
|
||||
import "./scripts/tests/run_test_through_cmd";
|
||||
|
||||
dotenvConfig({ path: resolve(__dirname, "./.env") });
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user