Skip to content

Commit

Permalink
chore!(nodebuilder/p2p): change genesis hash for upgraded arabica-2 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Bidon15 committed Nov 15, 2022
1 parent 7787c6b commit 039facd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodebuilder/p2p/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func GenesisFor(net Network) (string, error) {

// NOTE: Every time we add a new long-running network, its genesis hash has to be added here.
var genesisList = map[Network]string{
Arabica: "FAAA4B939173B4F8567E812FDC570FF186355326879017A611C58267A5D6EF17",
Arabica: "04EE55B212745B88F29943D7B9528C415473A211F12EEF6E9333EF32E4DEAF3C",
Mamaki: "41BBFD05779719E826C4D68C4CCBBC84B2B761EB52BC04CFDE0FF8603C9AA3CA",
Private: "",
}

0 comments on commit 039facd

Please sign in to comment.