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