Skip to content

Commit

Permalink
add worldchain explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
golangisfun123 committed Oct 29, 2024
1 parent a4997e6 commit 634144a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ethergo/chaindata/chaindata.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ var ChainMetadataList = []ChainMetadata{
ChainName: "linea",
Explorer: "https://lineascan.build",
},
{
ChainID: 480,
ChainName: "world chain",
Explorer: "https://worldscan.org",
},
}

// ChainNameToChainID converts the chain name to the chain id.
Expand Down

0 comments on commit 634144a

Please sign in to comment.