Skip to content

Commit 89cc604

Browse files
fjlkaralabe
authored andcommitted
light: new mainnet CHT (#16390)
1 parent cf799e5 commit 89cc604

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

light/postprocess.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ type trustedCheckpoint struct {
5858
var (
5959
mainnetCheckpoint = trustedCheckpoint{
6060
name: "mainnet",
61-
sectionIdx: 157,
62-
sectionHead: common.HexToHash("1963c080887ca7f406c2bb114293eea83e54f783f94df24b447f7e3b6317c747"),
63-
chtRoot: common.HexToHash("42abc436567dfb678a38fa6a9f881aa4c8a4cc8eaa2def08359292c3d0bd48ec"),
64-
bloomTrieRoot: common.HexToHash("281c9f8fb3cb8b37ae45e9907ef8f3b19cd22c54e297c2d6c09c1db1593dce42"),
61+
sectionIdx: 161,
62+
sectionHead: common.HexToHash("75b0c4baa7a62cece48abdcb03b6f31601961c9bece67dcd61df87aad4fc0d8d"),
63+
chtRoot: common.HexToHash("bbbfaa67b29716348997ec21a39c03b8d1fb973f6a43740b865595ba26ee812f"),
64+
bloomTrieRoot: common.HexToHash("d6db6e6248354d7453391ce97830072a28ea4216be0bd95a5db9f53b1a64677b"),
6565
}
6666

6767
ropstenCheckpoint = trustedCheckpoint{

0 commit comments

Comments
 (0)