Skip to content

Commit

Permalink
fix: Add new checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
EIYARO committed Apr 18, 2024
1 parent 6ad24f6 commit ac9597b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion consensus/general.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ var MainNetParams = Params{
Bech32HRPSegwit: "ey",
DefaultPort: "46657",
DNSSeeds: []string{"mainnetseed.eiyaro.org"},
Checkpoints: []Checkpoint{},
Checkpoints: []Checkpoint{
{10000, bc.NewHash([32]byte{0xb9, 0xf3, 0x0e, 0x72, 0x29, 0xc0, 0xbf, 0x6b, 0x7b, 0x74, 0x01, 0xc1, 0x4a, 0xf2, 0x67, 0x52, 0xf7, 0xe9, 0x06, 0xe2, 0x3c, 0x6a, 0x56, 0x81, 0x07, 0x92, 0xb8, 0x79, 0x0a, 0x56, 0xc2, 0x5d})},
},
}

// TestNetParams is the config for test-net
Expand Down

0 comments on commit ac9597b

Please sign in to comment.