Skip to content

Commit

Permalink
Add sepolia to networks defined in light-client package (#4476)
Browse files Browse the repository at this point in the history
  • Loading branch information
dadepo authored Aug 24, 2022
1 parent d78131b commit 5cf6ecb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/light-client/src/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ enum NetworkName {
mainnet = "mainnet",
goerli = "goerli",
ropsten = "ropsten",
sepolia = "sepolia",
}

export type GenesisDataHex = {
Expand All @@ -29,4 +30,8 @@ export const networkGenesis: Record<NetworkName, GenesisDataHex> = {
genesisTime: 1653922800,
genesisValidatorsRoot: "0x44f1e56283ca88b35c789f7f449e52339bc1fefe3a45913a43a6d16edcd33cf1",
},
[NetworkName.sepolia]: {
genesisTime: 1655733600,
genesisValidatorsRoot: "0xd8ea171f3c94aea21ebc42a1ed61052acf3f9209c00e4efbaaddac09ed9b8078",
},
};

0 comments on commit 5cf6ecb

Please sign in to comment.