From a474a95cc56d8fbde324eb404d73cb9eb2385b27 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Fri, 10 Feb 2023 20:51:32 +0100 Subject: [PATCH] chore: use arbiscan urls for arbitrum goerli (#2127) --- ethers-core/src/types/chain.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ethers-core/src/types/chain.rs b/ethers-core/src/types/chain.rs index e423b1a6..1d713548 100644 --- a/ethers-core/src/types/chain.rs +++ b/ethers-core/src/types/chain.rs @@ -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 => {