We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b5bd6 commit 5aee280Copy full SHA for 5aee280
nodebuilder/p2p/genesis.go
@@ -23,7 +23,7 @@ func GenesisFor(net Network) (string, error) {
23
24
// NOTE: Every time we add a new long-running network, its genesis hash has to be added here.
25
var genesisList = map[Network]string{
26
- Arabica: "896C2935D8688C288870F99300D8A580D07DDA5DAA0D197D33C6557E57E4AF87",
+ Arabica: "EE310062CBB13CE98CBC7EAD3F6A827F0E4A86043FDEB2DA42048821877FE45C",
27
Mocha: "8038B21032C941372ED601699857043C12E5CC7D5945DCEEA4567D11B5712526",
28
Private: "",
29
}
0 commit comments