Skip to content

Commit b53a4ca

Browse files
authored
chore(nodebuidler/p2p)!: Upgrade arabica to arabica-5 (#1725)
Upgrades chain ID to arabica 5 and updates genesis hash. TODO: - [x] genesis hash
1 parent 43c10ad commit b53a4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = Mocha
1414
// Arabica testnet. See: celestiaorg/networks.
15-
Arabica Network = "arabica-4"
15+
Arabica Network = "arabica-5"
1616
// Mocha testnet. See: celestiaorg/networks.
1717
Mocha Network = "mocha"
1818
// Private can be used to set up any private network, including local testing setups.

0 commit comments

Comments
 (0)