Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
chore: use arbiscan urls for arbitrum goerli (#2127)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Feb 10, 2023
1 parent 64f2ca6 commit a474a95
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ethers-core/src/types/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,7 @@ impl Chain {
ArbitrumTestnet => {
("https://api-testnet.arbiscan.io/api", "https://testnet.arbiscan.io")
}
ArbitrumGoerli => (
"https://goerli-rollup-explorer.arbitrum.io/api",
"https://goerli-rollup-explorer.arbitrum.io",
),
ArbitrumGoerli => ("https://api-goerli.arbiscan.io/api", "https://goerli.arbiscan.io"),
ArbitrumNova => ("https://api-nova.arbiscan.io/api", "https://nova.arbiscan.io/"),
Cronos => ("https://api.cronoscan.com/api", "https://cronoscan.com"),
CronosTestnet => {
Expand Down

0 comments on commit a474a95

Please sign in to comment.