Skip to content

Commit

Permalink
chore: update default network to hardhat if not specified in env
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmychu0807 committed Nov 7, 2024
1 parent 541c68e commit ee415d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function getNetworks(): NetworksUserConfig {

const hardhatConfig: HardhatUserConfig = {
solidity: "0.8.23",
defaultNetwork: process.env.DEFAULT_NETWORK || "localhost",
defaultNetwork: process.env.DEFAULT_NETWORK || "hardhat",
networks: {
hardhat: {
chainId: 1337
Expand Down

0 comments on commit ee415d4

Please sign in to comment.