Skip to content

Commit 75b122f

Browse files
evan-forbesrenaynay
authored andcommitted
chore(nodebuilder/p2p): Update to new arabica chain-id (#1284)
This PR updates the chain id for and genesis hash for arabica after the recent hardfork
1 parent dbaf227 commit 75b122f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: params/genesis.go

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

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

Diff for: params/network.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
// NOTE: Every time we add a new long-running network, it has to be added here.
1111
const (
1212
// Arabica testnet. See: celestiaorg/networks.
13-
Arabica Network = "arabica"
13+
Arabica Network = "arabica-1"
1414
// Mamaki testnet. See: celestiaorg/networks.
1515
Mamaki Network = "mamaki"
1616
// Private can be used to set up any private network, including local testing setups.

0 commit comments

Comments
 (0)