Skip to content

Commit e3ff37c

Browse files
committed
params: update CHTs for v1.10.2
1 parent 264fff7 commit e3ff37c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

params/config.go

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ var (
7474

7575
// MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
7676
MainnetTrustedCheckpoint = &TrustedCheckpoint{
77-
SectionIndex: 364,
78-
SectionHead: common.HexToHash("0x3fd20ff221f5e962bb66f57a61973bfc2ba959879a6509384a80a45d208b5afc"),
79-
CHTRoot: common.HexToHash("0xe35b3b807f4e9427fb4e2929961c78a9dc10f503a538319031cc7d00946a0591"),
80-
BloomRoot: common.HexToHash("0x340553b378b2db214b898be15c80ac5be7caffc2e6448fd6f7aff23290d89296"),
77+
SectionIndex: 371,
78+
SectionHead: common.HexToHash("0x50fd3cec5376ede90ef9129772022690cd1467f22c18abb7faa11e793c51e9c9"),
79+
CHTRoot: common.HexToHash("0xb57b4b22a77b5930847b1ca9f62daa11eae6578948cb7b18997f2c0fe5757025"),
80+
BloomRoot: common.HexToHash("0xa338f8a868a194fa90327d0f5877f656a9f3640c618d2a01a01f2e76ef9ef954"),
8181
}
8282

8383
// MainnetCheckpointOracle contains a set of configs for the main network oracle.
@@ -157,10 +157,10 @@ var (
157157

158158
// RinkebyTrustedCheckpoint contains the light client trusted checkpoint for the Rinkeby test network.
159159
RinkebyTrustedCheckpoint = &TrustedCheckpoint{
160-
SectionIndex: 248,
161-
SectionHead: common.HexToHash("0x26874cf023695778cc3175d1bec19894204d8d0b756b587e81e35f300dc5b33c"),
162-
CHTRoot: common.HexToHash("0xc129d1ed6673c5d3e1068e9d97244e72952b7ca08acbd7b3bfa58bc3085c442c"),
163-
BloomRoot: common.HexToHash("0x1dafe79dcd7d348782aa834a4a4397890d9ad90643736791132ed5c16879a037"),
160+
SectionIndex: 254,
161+
SectionHead: common.HexToHash("0x0cba01dd71baa22ac8fa0b105bc908e94f9ecfbc79b4eb97427fe07b5851dd10"),
162+
CHTRoot: common.HexToHash("0x5673d8fc49c9c7d8729068640e4b392d46952a5a38798973bac1cf1d0d27ad7d"),
163+
BloomRoot: common.HexToHash("0x70e01232b66df9a7778ae3291c9217afb9a2d9f799f32d7b912bd37e7bce83a8"),
164164
}
165165

166166
// RinkebyCheckpointOracle contains a set of configs for the Rinkeby test network oracle.
@@ -198,10 +198,10 @@ var (
198198

199199
// GoerliTrustedCheckpoint contains the light client trusted checkpoint for the Görli test network.
200200
GoerliTrustedCheckpoint = &TrustedCheckpoint{
201-
SectionIndex: 132,
202-
SectionHead: common.HexToHash("0x29fa240c97b47ecbfef3fea8b3cff035d93154d1d48b25e3333cf2f7067c5324"),
203-
CHTRoot: common.HexToHash("0x85e5c59e5b202284291405dadc40dc36ab6417bd189fb18be24f6dcab6b80511"),
204-
BloomRoot: common.HexToHash("0x0b7afdd200477f46e982e2cabc822ac454424986fa50d899685dfaeede1f882d"),
201+
SectionIndex: 138,
202+
SectionHead: common.HexToHash("0xb7ea0566abd7d0def5b3c9afa3431debb7bb30b65af35f106ca93a59e6c859a7"),
203+
CHTRoot: common.HexToHash("0x378c7ea9081242beb982e2e39567ba12f2ed3e59e5aba3f9db1d595646d7c9f4"),
204+
BloomRoot: common.HexToHash("0x523c169286cfca52e8a6579d8c35dc8bf093412d8a7478163bfa81ae91c2492d"),
205205
}
206206

207207
// GoerliCheckpointOracle contains a set of configs for the Goerli test network oracle.

0 commit comments

Comments
 (0)