From 157f94616621986506b1f60832716935123d4661 Mon Sep 17 00:00:00 2001 From: san-est Date: Mon, 17 Jun 2024 17:40:04 +0300 Subject: [PATCH] Testing --- hardhat/hardhat.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat/hardhat.config.js b/hardhat/hardhat.config.js index b6418c60edd7..2497192c6b88 100644 --- a/hardhat/hardhat.config.js +++ b/hardhat/hardhat.config.js @@ -5,7 +5,7 @@ module.exports = { solidity: "0.8.24", networks: { devnet: { - url: "http://0.0.0.0:8545", + url: "http://172.19.0.1:8545", }, }, };