Skip to content

Commit

Permalink
Fixes Mumbai RPC endpoint. Adds Amoy config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesduncombe committed Mar 13, 2024
1 parent 5e40b8a commit 3099764
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,17 @@ const config: HardhatUserConfig = {
mumbai: {
live: true,
saveDeployments: true,
url: "https://rpc-mumbai.maticvigil.com",
url: "https://rpc-mumbai.polygon.technology",
chainId: 80001,
accounts: accounts("mumbai"),
},
amoy: {
live: true,
saveDeployments: true,
url: "https://rpc-amoy.polygon.technology",
chainId: 80002,
accounts: accounts("amoy"),
},
polygon: {
live: true,
saveDeployments: true,
Expand Down

0 comments on commit 3099764

Please sign in to comment.