Skip to content

Commit

Permalink
chore(nodebuilder/p2p): Update to new arabica chain-id (#1284)
Browse files Browse the repository at this point in the history
This PR updates the chain id for and genesis hash for arabica after the
recent hardfork
  • Loading branch information
evan-forbes authored and renaynay committed Oct 31, 2022
1 parent dbaf227 commit 75b122f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion params/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func GenesisFor(net Network) (string, error) {

// NOTE: Every time we add a new long-running network, its genesis hash has to be added here.
var genesisList = map[Network]string{
Arabica: "C364B5937805342009408F7D44DBBF43C02AE227F968CF14C5001613B18CE419",
Arabica: "FAAA4B939173B4F8567E812FDC570FF186355326879017A611C58267A5D6EF17",
Mamaki: "41BBFD05779719E826C4D68C4CCBBC84B2B761EB52BC04CFDE0FF8603C9AA3CA",
Private: "",
}
2 changes: 1 addition & 1 deletion params/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
// NOTE: Every time we add a new long-running network, it has to be added here.
const (
// Arabica testnet. See: celestiaorg/networks.
Arabica Network = "arabica"
Arabica Network = "arabica-1"
// 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 75b122f

Please sign in to comment.