Skip to content

Commit

Permalink
made calibration default network
Browse files Browse the repository at this point in the history
  • Loading branch information
nijoe1 authored Oct 8, 2024
1 parent cd6d459 commit 2ea92f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hardhat/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const config: HardhatUserConfig = {
},
},
},
defaultNetwork: "localhost",
defaultNetwork: "calibration",
namedAccounts: {
deployer: {
// By default, it will take the first Hardhat account as the deployer
Expand Down

0 comments on commit 2ea92f8

Please sign in to comment.