diff --git a/consensus/general.go b/consensus/general.go index 72dec3a..cd8a1d7 100644 --- a/consensus/general.go +++ b/consensus/general.go @@ -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