Skip to content

Commit

Permalink
fix(genesis): cardona internal hash
Browse files Browse the repository at this point in the history
  • Loading branch information
revitteth committed Mar 11, 2024
1 parent b5283eb commit 9ef570a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ var (
HermezMainnetShadowforkGenesisHash = libcommon.HexToHash("0xe54709058a084845156393707161a7b3347859b1796167ca014354841f68373c")
HermezLocalDevnetGenesisHash = libcommon.HexToHash("0x433043a1b0948d109cd92a6b7e0e5a3f011c761d70eebe3135ec8f7a39815a65")
HermezCardonaGenesisHash = libcommon.HexToHash("0x676c1a76a6c5855a32bdf7c61977a0d1510088a4eeac1330466453b3d08b60b9")
HermezCardonaInternalGenesisHash = libcommon.HexToHash("0xe65e09471025d299d0fd5b57e9ae325ecf16037cbd2f456db435b6bb1369154d")
HermezCardonaInternalGenesisHash = libcommon.HexToHash("0x7311011ce6ab98ef0a15e44fe29f7680909588322534d1736361daa678543038")
X1TestnetGenesisHash = libcommon.HexToHash("0x0ffb92e130f1acaabd8b12aa1bb409b46561ef7568cb8aa7eb8d102a6ab76566")
HermezEtrogGenesisHash = libcommon.HexToHash("0xccfed260e3ef666b058dcd577551de8e00c743c47774a39ca7dbcd9214ba370a")
)
Expand Down

0 comments on commit 9ef570a

Please sign in to comment.