diff --git a/assets/chains.json b/assets/chains.json index 0d3e1a5..0959be6 100644 --- a/assets/chains.json +++ b/assets/chains.json @@ -572,8 +572,8 @@ "supportsShanghai": false, "isTestnet": false, "nativeCurrencySymbol": null, - "etherscanApiUrl": "https://andromeda-explorer.metis.io/api", - "etherscanBaseUrl": "https://andromeda-explorer.metis.io", + "etherscanApiUrl": "https://api.routescan.io/v2/network/mainnet/evm/1088/etherscan", + "etherscanBaseUrl": "https://explorer.metis.io", "etherscanApiKeyName": null }, "1101": { diff --git a/src/named.rs b/src/named.rs index 4aaad2d..9224e36 100644 --- a/src/named.rs +++ b/src/named.rs @@ -1048,9 +1048,10 @@ impl NamedChain { ("https://explorer.evm.shimmer.network/api", "https://explorer.evm.shimmer.network") } - Metis => { - ("https://andromeda-explorer.metis.io/api", "https://andromeda-explorer.metis.io") - } + Metis => ( + "https://api.routescan.io/v2/network/mainnet/evm/1088/etherscan", + "https://explorer.metis.io", + ), Chiado => { ("https://blockscout.chiadochain.net/api", "https://blockscout.chiadochain.net")