Skip to content

Commit

Permalink
chore!(nodebuilder/p2p): increment the chain-id for arabica (#1370)
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-forbes authored Nov 15, 2022
1 parent 0d74d45 commit 7787c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodebuilder/p2p/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const (
// DefaultNetwork is the default network of the current build.
DefaultNetwork = Arabica
// Arabica testnet. See: celestiaorg/networks.
Arabica Network = "arabica-1"
Arabica Network = "arabica-2"
// Mamaki testnet. See: celestiaorg/networks.
Mamaki Network = "mamaki"
// Private can be used to set up any private network, including local testing setups.
Expand Down

0 comments on commit 7787c6b

Please sign in to comment.