Skip to content

Commit 7d9c596

Browse files
authoredOct 31, 2023
1 parent 08f394d commit 7d9c596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎nodebuilder/p2p/genesis.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func GenesisFor(net Network) (string, error) {
2323

2424
// NOTE: Every time we add a new long-running network, its genesis hash has to be added here.
2525
var genesisList = map[Network]string{
26-
Mainnet: "",
26+
Mainnet: "6BE39EFD10BA412A9DB5288488303F5DD32CF386707A5BEF33617F4C43301872",
2727
Arabica: "5904E55478BA4B3002EE885621E007A2A6A2399662841912219AECD5D5CBE393",
2828
Mocha: "B93BBE20A0FBFDF955811B6420F8433904664D45DB4BF51022BE4200C1A1680D",
2929
Private: "",

0 commit comments

Comments
 (0)
Please sign in to comment.