Skip to content

Commit 9dd9518

Browse files
authored
chore: update default network to hardhat if not specified in env (#78)
1 parent 541c68e commit 9dd9518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/contracts/hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function getNetworks(): NetworksUserConfig {
5252

5353
const hardhatConfig: HardhatUserConfig = {
5454
solidity: "0.8.23",
55-
defaultNetwork: process.env.DEFAULT_NETWORK || "localhost",
55+
defaultNetwork: process.env.DEFAULT_NETWORK || "hardhat",
5656
networks: {
5757
hardhat: {
5858
chainId: 1337

0 commit comments

Comments
 (0)