Skip to content

Commit

Permalink
add scroll mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
whonion committed Oct 30, 2023
1 parent 3e7f4ca commit 54de2f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@ func main() {
ExplorerURL: "https://sepolia-blockscout.scroll.io/",
RPCURL: "https://1rpc.io/scroll/sepolia",
},
534352: {
ChainID: 534351,
ChainName: "Scroll Mainnet",
ExplorerURL: "https://scrollscan.com/",
RPCURL: "https://rpc.scroll.io",
},
59140: {
ChainID: 59140,
ChainName: "Linea(Testnet)",
Expand Down

0 comments on commit 54de2f4

Please sign in to comment.