File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ func GenesisFor(net Network) (string, error) {
19
19
20
20
// NOTE: Every time we add a new long-running network, its genesis hash has to be added here.
21
21
var genesisList = map [Network ]string {
22
- Arabica : "C364B5937805342009408F7D44DBBF43C02AE227F968CF14C5001613B18CE419 " ,
22
+ Arabica : "FAAA4B939173B4F8567E812FDC570FF186355326879017A611C58267A5D6EF17 " ,
23
23
Mamaki : "41BBFD05779719E826C4D68C4CCBBC84B2B761EB52BC04CFDE0FF8603C9AA3CA" ,
24
24
Private : "" ,
25
25
}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
// NOTE: Every time we add a new long-running network, it has to be added here.
11
11
const (
12
12
// Arabica testnet. See: celestiaorg/networks.
13
- Arabica Network = "arabica"
13
+ Arabica Network = "arabica-1 "
14
14
// Mamaki testnet. See: celestiaorg/networks.
15
15
Mamaki Network = "mamaki"
16
16
// Private can be used to set up any private network, including local testing setups.
You can’t perform that action at this time.
0 commit comments