Skip to content

Commit

Permalink
feat: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Stan Trenev committed Dec 11, 2023
1 parent 5d7ed03 commit dcbf67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const chainIds = {
"polygon-mainnet": 137,
"polygon-mumbai": 80001,
sepolia: 11155111,
"arbitrum-goerli": 421613
"arbitrum-goerli": 421613,
};

function getChainConfig(chain: keyof typeof chainIds): NetworkUserConfig {
Expand Down

0 comments on commit dcbf67e

Please sign in to comment.