From 914d4d958584e6bf897106b8210bc307414f78be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 7 Aug 2023 23:06:40 +0200 Subject: [PATCH] Update hardhat config --- hardhat.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat.config.js b/hardhat.config.js index 1190ee2..2a717c3 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -62,7 +62,7 @@ task("create-wallet", "Creates a new wallet json", async () => { */ module.exports = { solidity: "0.8.2", - defaultNetwork: "localhost", + defaultNetwork: "hardhat", networks: { hardhat: { chainId: 1337,