From 529858a37cfb50bccce25d57e5bb60600cb4b815 Mon Sep 17 00:00:00 2001 From: Pablo Veyrat Date: Thu, 18 Jul 2024 19:30:13 +0200 Subject: [PATCH] fix: lint --- hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {