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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCalibur authored Nov 1, 2023
1 parent 01242ec commit 841ff8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-core/src/types/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ impl Chain {

Gnosis => ("https://api.gnosisscan.io/api", "https://gnosisscan.io"),

Scroll => ("https://scrollscan.com/api", "https://scrollscan.com"),
Scroll => ("https://api.scrollscan.com", "https://scrollscan.com"),
ScrollAlphaTestnet => {
("https://blockscout.scroll.io/api", "https://blockscout.scroll.io/")
}
Expand Down

0 comments on commit 841ff8c

Please sign in to comment.