Skip to content

Commit 7787c6b

Browse files
authored
chore!(nodebuilder/p2p): increment the chain-id for arabica (#1370)
1 parent 0d74d45 commit 7787c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: nodebuilder/p2p/network.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const (
1212
// DefaultNetwork is the default network of the current build.
1313
DefaultNetwork = Arabica
1414
// Arabica testnet. See: celestiaorg/networks.
15-
Arabica Network = "arabica-1"
15+
Arabica Network = "arabica-2"
1616
// Mamaki testnet. See: celestiaorg/networks.
1717
Mamaki Network = "mamaki"
1818
// Private can be used to set up any private network, including local testing setups.

0 commit comments

Comments
 (0)