Skip to content

Commit

Permalink
Fix: Add ganache chainId to hardhat config (PaulRBerg#163)
Browse files Browse the repository at this point in the history
* Fix: Add ganache chainId to hardhat config

* Fix order alphabetically
  • Loading branch information
DenhamPreen authored Jun 8, 2023
1 parent 968b460 commit 28a2d98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const chainIds = {
"arbitrum-mainnet": 42161,
avalanche: 43114,
bsc: 56,
ganache: 1337,
hardhat: 31337,
mainnet: 1,
"optimism-mainnet": 10,
Expand Down

0 comments on commit 28a2d98

Please sign in to comment.