@@ -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 : 345 ,
78
- SectionHead : common .HexToHash ("0x5453bab878704adebc934b41fd214a07ea7a72b8572ff088dca7f7956cd0ef28 " ),
79
- CHTRoot : common .HexToHash ("0x7693d432595846c094f47cb37f5c868b0b7b1968fc6b0fc411ded1345fdaffab " ),
80
- BloomRoot : common .HexToHash ("0x8b0e7895bc39840d8dac857e26bdf3d0a07684b0b962b252546659e0337a9f70 " ),
77
+ SectionIndex : 364 ,
78
+ SectionHead : common .HexToHash ("0x3fd20ff221f5e962bb66f57a61973bfc2ba959879a6509384a80a45d208b5afc " ),
79
+ CHTRoot : common .HexToHash ("0xe35b3b807f4e9427fb4e2929961c78a9dc10f503a538319031cc7d00946a0591 " ),
80
+ BloomRoot : common .HexToHash ("0x340553b378b2db214b898be15c80ac5be7caffc2e6448fd6f7aff23290d89296 " ),
81
81
}
82
82
83
83
// MainnetCheckpointOracle contains a set of configs for the main network oracle.
@@ -157,10 +157,10 @@ var (
157
157
158
158
// RinkebyTrustedCheckpoint contains the light client trusted checkpoint for the Rinkeby test network.
159
159
RinkebyTrustedCheckpoint = & TrustedCheckpoint {
160
- SectionIndex : 232 ,
161
- SectionHead : common .HexToHash ("0x8170fca4039b11a008c11f9996ff112151cbb17411437bb2f86288e11158b2f0 " ),
162
- CHTRoot : common .HexToHash ("0x4526560d92ae1b3a6d3ee780c3ad289ba2bbf1b5da58d9ea107f2f26412b631f " ),
163
- BloomRoot : common .HexToHash ("0x82a889098a35d6a21ea8894d35a1db69b94bad61b988bbe5ae4601437320e331 " ),
160
+ SectionIndex : 248 ,
161
+ SectionHead : common .HexToHash ("0x26874cf023695778cc3175d1bec19894204d8d0b756b587e81e35f300dc5b33c " ),
162
+ CHTRoot : common .HexToHash ("0xc129d1ed6673c5d3e1068e9d97244e72952b7ca08acbd7b3bfa58bc3085c442c " ),
163
+ BloomRoot : common .HexToHash ("0x1dafe79dcd7d348782aa834a4a4397890d9ad90643736791132ed5c16879a037 " ),
164
164
}
165
165
166
166
// RinkebyCheckpointOracle contains a set of configs for the Rinkeby test network oracle.
@@ -198,10 +198,10 @@ var (
198
198
199
199
// GoerliTrustedCheckpoint contains the light client trusted checkpoint for the Görli test network.
200
200
GoerliTrustedCheckpoint = & TrustedCheckpoint {
201
- SectionIndex : 116 ,
202
- SectionHead : common .HexToHash ("0xf2d200f636f213c9c7bb4e747ff564813da7708253037103aef3d8be5203c5e1 " ),
203
- CHTRoot : common .HexToHash ("0xb0ac83e2ccf6c2776945e099c4e3df50fe6200499c8b2045c34cafdf57d15087 " ),
204
- BloomRoot : common .HexToHash ("0xfb580ad1c611230a4bfc56534f58bcb156d028bc6ce70e35403dc019c7c02d90 " ),
201
+ SectionIndex : 132 ,
202
+ SectionHead : common .HexToHash ("0x29fa240c97b47ecbfef3fea8b3cff035d93154d1d48b25e3333cf2f7067c5324 " ),
203
+ CHTRoot : common .HexToHash ("0x85e5c59e5b202284291405dadc40dc36ab6417bd189fb18be24f6dcab6b80511 " ),
204
+ BloomRoot : common .HexToHash ("0x0b7afdd200477f46e982e2cabc822ac454424986fa50d899685dfaeede1f882d " ),
205
205
}
206
206
207
207
// GoerliCheckpointOracle contains a set of configs for the Goerli test network oracle.
0 commit comments