Skip to content

Commit 6a320ab

Browse files
authored
Merge pull request ethereum#211 from nextyio/trusted-checkpoint
update trusted checkpoint for nexty mainnet
2 parents 1297df9 + fc3ee4f commit 6a320ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

params/config.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ var (
7878
// MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
7979
MainnetTrustedCheckpoint = &TrustedCheckpoint{
8080
Name: "mainnet",
81-
SectionIndex: 227,
82-
SectionHead: common.HexToHash("0xa2e0b25d72c2fc6e35a7f853cdacb193b4b4f95c606accf7f8fa8415283582c7"),
83-
CHTRoot: common.HexToHash("0xf69bdd4053b95b61a27b106a0e86103d791edd8574950dc96aa351ab9b9f1aa0"),
84-
BloomRoot: common.HexToHash("0xec1b454d4c6322c78ccedf76ac922a8698c3cac4d98748a84af4995b7bd3d744"),
81+
SectionIndex: 561,
82+
SectionHead: common.HexToHash("0x6b87a31980a1fe764e5db97ea7c841b9d6db88fe8cd0506937532bae7eab783c"),
83+
CHTRoot: common.Hash{}, // TODO: will calculate later when using LES
84+
BloomRoot: common.Hash{}, // TODO: will calculate later when using LES
8585
}
8686

8787
// TestnetChainConfig contains the chain parameters to run a node on the Dccs test network.

0 commit comments

Comments
 (0)