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", }, }, };