From 4a3c717da5345137f88b82860768796647da41c2 Mon Sep 17 00:00:00 2001 From: Radostina Lyubomirova Date: Tue, 3 Jun 2025 22:58:22 +0300 Subject: [PATCH] aaa --- hardhat/hardhat.config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hardhat/hardhat.config.js b/hardhat/hardhat.config.js index 99099a1ea6..b63f0c2f2e 100644 --- a/hardhat/hardhat.config.js +++ b/hardhat/hardhat.config.js @@ -1,10 +1,6 @@ require("@nomicfoundation/hardhat-toolbox"); +/** @type import('hardhat/config').HardhatUserConfig */ module.exports = { solidity: "0.8.28", - networks: { - localhost: { - url: "http://127.0.0.1:8545" - } - } };