Skip to content

Commit

Permalink
fix: update explorer (#93)
Browse files Browse the repository at this point in the history
Metis links to routescan on their official docs
https://www.metis.io/developers as andromeda explorer is very
unreliable.

---------

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
  • Loading branch information
sakulstra and mattsse authored Sep 26, 2024
1 parent 26b447f commit 6cb26e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions assets/chains.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions src/named.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 6cb26e3

Please sign in to comment.