Skip to content

Commit 5aee280

Browse files
authored
chore(nodebuilder/p2p)!: Update genesis hash (#1772)
Self-explanatory.
1 parent a0b5bd6 commit 5aee280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodebuilder/p2p/genesis.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func GenesisFor(net Network) (string, error) {
2323

2424
// NOTE: Every time we add a new long-running network, its genesis hash has to be added here.
2525
var genesisList = map[Network]string{
26-
Arabica: "896C2935D8688C288870F99300D8A580D07DDA5DAA0D197D33C6557E57E4AF87",
26+
Arabica: "EE310062CBB13CE98CBC7EAD3F6A827F0E4A86043FDEB2DA42048821877FE45C",
2727
Mocha: "8038B21032C941372ED601699857043C12E5CC7D5945DCEEA4567D11B5712526",
2828
Private: "",
2929
}

0 commit comments

Comments
 (0)