Skip to content

Commit

Permalink
add base and sei-evm to well-known chains
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Aug 27, 2024
1 parent 7b3ee7b commit de657a9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions well-known/chains.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ var WellKnownProtocols = WellKnownProtocolList([]WellKnownProtocol{
GenesisBlockID: "7ca38a1916c42007829c55e69d3e9a73265554b586a499015373241b8a3fa48b",
GenesisBlockNumber: 0,
},
{
Name: "base",
Aliases: []string{},
GenesisBlockID: "f712aa9241cc24369b143cf6dce85f0902a9731e70d66818a3a5845b296c73dd",
GenesisBlockNumber: 0,
},
{
Name: "optimism-sepolia",
Aliases: []string{},
Expand All @@ -89,6 +95,12 @@ var WellKnownProtocols = WellKnownProtocolList([]WellKnownProtocol{
GenesisBlockID: "7ee576b35482195fc49205cec9af72ce14f003b9ae69f6ba0faef4514be8b442",
GenesisBlockNumber: 0,
},
{
Name: "sei-mainnet", // EVM blocks on SEI start at 79123881
Aliases: []string{"sei-evm-mainnet"},
GenesisBlockID: "e43c3e52a4f74dc7bb35f55cc813ed2ce97e46aafb3fcf8884056b0a757f5b75",
GenesisBlockNumber: 79123881,
},
// We do not auto-discover avalanche because the genesis block ID is the same as their testnet fuji and we can't differentiate them
//{
// Name: "avalanche",
Expand Down

0 comments on commit de657a9

Please sign in to comment.