diff --git a/hardhat.config.ts b/hardhat.config.ts index 96c627a..f5d3d81 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -21,7 +21,7 @@ import { TASK_COMPILE_SOLIDITY_GET_SOURCE_PATHS } from 'hardhat/builtin-tasks/ta import { HardhatUserConfig, subtask } from 'hardhat/config'; import yargs from 'yargs'; -import { accounts, etherscanKey, nodeUrl, getPkey } from './utils/network'; +import { accounts, etherscanKey, getPkey, nodeUrl } from './utils/network'; // Otherwise, ".sol" files from "test" are picked up during compilation and throw an error subtask(TASK_COMPILE_SOLIDITY_GET_SOURCE_PATHS).setAction(async (_, __, runSuper) => {