@@ -74,10 +74,10 @@ var (
74
74
75
75
// MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
76
76
MainnetTrustedCheckpoint = & TrustedCheckpoint {
77
- SectionIndex : 371 ,
78
- SectionHead : common .HexToHash ("0x50fd3cec5376ede90ef9129772022690cd1467f22c18abb7faa11e793c51e9c9 " ),
79
- CHTRoot : common .HexToHash ("0xb57b4b22a77b5930847b1ca9f62daa11eae6578948cb7b18997f2c0fe5757025 " ),
80
- BloomRoot : common .HexToHash ("0xa338f8a868a194fa90327d0f5877f656a9f3640c618d2a01a01f2e76ef9ef954 " ),
77
+ SectionIndex : 384 ,
78
+ SectionHead : common .HexToHash ("0xb583a0ead70324849c4caf923476de3645c0d2f707c86221ec8e40078bdd6884 " ),
79
+ CHTRoot : common .HexToHash ("0x6ecc993baad0c9f77fe9c4c13b89360112e5a0accae4d8502470b911211618b7 " ),
80
+ BloomRoot : common .HexToHash ("0x66a30d8885c19921711704921de7b4bcbd1b49191b197ee79e34dafeed9a04d9 " ),
81
81
}
82
82
83
83
// MainnetCheckpointOracle contains a set of configs for the main network oracle.
@@ -159,10 +159,10 @@ var (
159
159
160
160
// RinkebyTrustedCheckpoint contains the light client trusted checkpoint for the Rinkeby test network.
161
161
RinkebyTrustedCheckpoint = & TrustedCheckpoint {
162
- SectionIndex : 254 ,
163
- SectionHead : common .HexToHash ("0x0cba01dd71baa22ac8fa0b105bc908e94f9ecfbc79b4eb97427fe07b5851dd10 " ),
164
- CHTRoot : common .HexToHash ("0x5673d8fc49c9c7d8729068640e4b392d46952a5a38798973bac1cf1d0d27ad7d " ),
165
- BloomRoot : common .HexToHash ("0x70e01232b66df9a7778ae3291c9217afb9a2d9f799f32d7b912bd37e7bce83a8 " ),
162
+ SectionIndex : 266 ,
163
+ SectionHead : common .HexToHash ("0xf5655caa59689790e9d7a8ed50081f0c4f447730d279f069ca64b29f075c8688 " ),
164
+ CHTRoot : common .HexToHash ("0x2af6a663aa8c89d72f4140567c99b3c93c25ac3bb21f80a5d8380bd7c801f422 " ),
165
+ BloomRoot : common .HexToHash ("0x367d2a2eb41e48c7c4983b93ed87781ef29bd2c6fcb7d4fd4bee96f1775f783f " ),
166
166
}
167
167
168
168
// RinkebyCheckpointOracle contains a set of configs for the Rinkeby test network oracle.
@@ -201,10 +201,10 @@ var (
201
201
202
202
// GoerliTrustedCheckpoint contains the light client trusted checkpoint for the Görli test network.
203
203
GoerliTrustedCheckpoint = & TrustedCheckpoint {
204
- SectionIndex : 138 ,
205
- SectionHead : common .HexToHash ("0xb7ea0566abd7d0def5b3c9afa3431debb7bb30b65af35f106ca93a59e6c859a7 " ),
206
- CHTRoot : common .HexToHash ("0x378c7ea9081242beb982e2e39567ba12f2ed3e59e5aba3f9db1d595646d7c9f4 " ),
207
- BloomRoot : common .HexToHash ("0x523c169286cfca52e8a6579d8c35dc8bf093412d8a7478163bfa81ae91c2492d " ),
204
+ SectionIndex : 150 ,
205
+ SectionHead : common .HexToHash ("0x5294a0cf00895e94f2e5c556ebed1cacab400ab5b8e62bf5ffc3e1d8d3def23e " ),
206
+ CHTRoot : common .HexToHash ("0x4cd8776300a2e8ea37d99d3a2e6381642dac53b0d3c5d5b1acaa1188601fd1ce " ),
207
+ BloomRoot : common .HexToHash ("0x2bd3b7626c6a23060ed2ea0f92fe5d8f7ee8adc689079e3ad6595b2354981691 " ),
208
208
}
209
209
210
210
// GoerliCheckpointOracle contains a set of configs for the Goerli test network oracle.
0 commit comments