chore: use arbiscan urls for arbitrum goerli (#2127)
This commit is contained in:
parent
64f2ca696f
commit
a474a95cc5
|
@ -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 => {
|
||||
|
|
Loading…
Reference in New Issue