Skip to content

Commit

Permalink
Arbitrum Rinkeby Deprecated, Replace with Arbitrum Goerli (#1803)
Browse files Browse the repository at this point in the history
* Arbitrum Rinkeby Deprecated, Replace with Goerli

https://docs.arbiscan.io/v/goerli-arbiscan

replace arbitrum rinkeby chain id, etherscan api endpoint pair for arbitrum goerli

* chore: changeset patch

* Update .changeset/fair-icons-explain.md

---------

Co-authored-by: awkweb <[email protected]>
  • Loading branch information
shotaronowhere and tmm authored Feb 9, 2023
1 parent 6ec8766 commit 09b1353
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fair-icons-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@wagmi/cli': patch
---

Swapped deprecated Arbitrum Rinkeby for Arbitrum Goerli URL for Etherscan Plugin.
2 changes: 1 addition & 1 deletion packages/cli/src/plugins/etherscan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const apiUrls = {
[80_001]: 'https://api-testnet.polygonscan.com/api',
// Arbitrum
[42_161]: 'https://api.arbiscan.io/api',
[421_611]: 'https://api-testnet.arbiscan.io/api',
[421_613]: 'https://api-goerli.arbiscan.io/api',
// BNB Smart Chain
[56]: 'https://api.bscscan.com/api',
[97]: 'https://api-testnet.bscscan.com/api',
Expand Down

1 comment on commit 09b1353

@vercel
Copy link

@vercel vercel bot commented on 09b1353 Feb 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.