Skip to content

Commit

Permalink
chore: replace deprecated mumbai with amoy (#168)
Browse files Browse the repository at this point in the history
* feat: replace deprecated mumbai with amoy

* fix: amoy etherscan config

---------

Co-authored-by: tngzixiang <tng_zi_xiang@tech.gov.sg>
Co-authored-by: Seth <hullogh@gmail.com>
  • Loading branch information
3 people authored Apr 18, 2024
1 parent 17bb1d7 commit 2768ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
mainnet = { key = "${API_KEY_ETHERSCAN}" }
optimism = { key = "${API_KEY_OPTIMISTIC_ETHERSCAN}" }
polygon = { key = "${API_KEY_POLYGONSCAN}" }
mumbai = { key = "${API_KEY_POLYGONSCAN}" }
amoy = { key = "${API_KEY_POLYGONSCAN}", url = "https://api-amoy.polygonscan.com/api", chain = "80002" }
sepolia = { key = "${API_KEY_ETHERSCAN}" }

[rpc_endpoints]
Expand All @@ -31,7 +31,7 @@
mainnet = "https://mainnet.infura.io/v3/${API_KEY_INFURA}"
optimism = "https://optimism-mainnet.infura.io/v3/${API_KEY_INFURA}"
polygon = "https://polygon-mainnet.infura.io/v3/${API_KEY_INFURA}"
mumbai = "https://polygon-mumbai.infura.io/v3/${API_KEY_INFURA}"
amoy = "https://polygon-amoy.infura.io/v3/${API_KEY_INFURA}"
sepolia = "https://sepolia.infura.io/v3/${API_KEY_INFURA}"

[fmt]
Expand Down

0 comments on commit 2768ffd

Please sign in to comment.