From 59f13c3aaa2f5a41091db3db110aae42de9b9c26 Mon Sep 17 00:00:00 2001 From: poma Date: Thu, 18 Feb 2021 20:51:22 +0300 Subject: [PATCH] remove extra config --- hardhat.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/hardhat.config.js b/hardhat.config.js index 4866a99..b177477 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -31,9 +31,6 @@ const config = { hardhat: { blockGasLimit: 9500000, }, - node: { - url: 'http://localhost:8545', - }, }, mocha: { timeout: 600000,