Skip to content

Commit

Permalink
Add Carmen archive genesis into the list of supported ones (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
thaarok authored May 10, 2024
1 parent 61af51c commit ba87d24
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cmd/sonictool/genesis/allowed.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,16 @@ var (
genesisstore.FwsLiveSection(0): hash.HexToHash("0x702c987a8e799d7550db6a3fc9a571cbaeac7a00d7bb984a00374a27bd25d908"),
},
},
{
Name: "Mainnet-279701 with Carmen live and archive state",
Header: mainnetHeader,
Hashes: genesis.Hashes{
genesisstore.EpochsSection(0): hash.HexToHash("0x6a685f5b446eb17cc69047ddd230c0ccc0c820d4ba05bfdd30aa6176b40618da"),
genesisstore.BlocksSection(0): hash.HexToHash("0xdf6ed841b928fad8632b7e532f0b989d93e26b8332fe8429504822df6d44a642"),
genesisstore.FwsLiveSection(0): hash.HexToHash("0x702c987a8e799d7550db6a3fc9a571cbaeac7a00d7bb984a00374a27bd25d908"),
genesisstore.FwsArchiveSection(0): hash.HexToHash("0xf445000720ef2969aa0fb4db6f5542452b5ea83fbf54dc1dcbe9202af0feafd8"),
},
},

{
Name: "Testnet-2458 with pruned MPT",
Expand Down

0 comments on commit ba87d24

Please sign in to comment.