Skip to content

Commit

Permalink
add mumbai/polygon
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed Dec 20, 2021
1 parent 12cc7a8 commit 4328b95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ const config: HardhatUserConfig = {
optimism: {
url: `https://optimism-mainnet.infura.io/v3/${process.env.INFURA_API_KEY}`,
},
mumbai: {
url: `https://polygon-mumbai.infura.io/v3/${process.env.INFURA_API_KEY}`,
},
polygon: {
url: `https://polygon-mainnet.infura.io/v3/${process.env.INFURA_API_KEY}`,
},
},
solidity: {
compilers: [DEFAULT_COMPILER_SETTINGS],
Expand Down

0 comments on commit 4328b95

Please sign in to comment.