We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541c68e commit 9dd9518Copy full SHA for 9dd9518
apps/contracts/hardhat.config.ts
@@ -52,7 +52,7 @@ function getNetworks(): NetworksUserConfig {
52
53
const hardhatConfig: HardhatUserConfig = {
54
solidity: "0.8.23",
55
- defaultNetwork: process.env.DEFAULT_NETWORK || "localhost",
+ defaultNetwork: process.env.DEFAULT_NETWORK || "hardhat",
56
networks: {
57
hardhat: {
58
chainId: 1337
0 commit comments