Skip to content

Commit ba87d24

Browse files
authored
Add Carmen archive genesis into the list of supported ones (#125)
1 parent 61af51c commit ba87d24

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

cmd/sonictool/genesis/allowed.go

+10
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,16 @@ var (
118118
genesisstore.FwsLiveSection(0): hash.HexToHash("0x702c987a8e799d7550db6a3fc9a571cbaeac7a00d7bb984a00374a27bd25d908"),
119119
},
120120
},
121+
{
122+
Name: "Mainnet-279701 with Carmen live and archive state",
123+
Header: mainnetHeader,
124+
Hashes: genesis.Hashes{
125+
genesisstore.EpochsSection(0): hash.HexToHash("0x6a685f5b446eb17cc69047ddd230c0ccc0c820d4ba05bfdd30aa6176b40618da"),
126+
genesisstore.BlocksSection(0): hash.HexToHash("0xdf6ed841b928fad8632b7e532f0b989d93e26b8332fe8429504822df6d44a642"),
127+
genesisstore.FwsLiveSection(0): hash.HexToHash("0x702c987a8e799d7550db6a3fc9a571cbaeac7a00d7bb984a00374a27bd25d908"),
128+
genesisstore.FwsArchiveSection(0): hash.HexToHash("0xf445000720ef2969aa0fb4db6f5542452b5ea83fbf54dc1dcbe9202af0feafd8"),
129+
},
130+
},
121131

122132
{
123133
Name: "Testnet-2458 with pruned MPT",

0 commit comments

Comments
 (0)