@@ -73,10 +73,10 @@ var (
73
73
74
74
// MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
75
75
MainnetTrustedCheckpoint = & TrustedCheckpoint {
76
- SectionIndex : 329 ,
77
- SectionHead : common .HexToHash ("0x96bb6d286ded20a18480dd98d537ab503bd81110c6b9c3f8ad1f9338f3b9852d " ),
78
- CHTRoot : common .HexToHash ("0x10627ff648077adeaab9dbd4e5bbed8671c86005b2aef5f5d4857acca19a49d8 " ),
79
- BloomRoot : common .HexToHash ("0xf499b0cfaf426a490b7b5ddca58d3031b008f0c15338f8f25c20f3df050bf785 " ),
76
+ SectionIndex : 333 ,
77
+ SectionHead : common .HexToHash ("0xb80784cbe88077e5911b446765edc814dd67ca3f6bdd33b6ec72d66058df4a11 " ),
78
+ CHTRoot : common .HexToHash ("0x4da9cde840dd3de39916620f7a97674c5747a89a9359e6b918e134d199a8dd45 " ),
79
+ BloomRoot : common .HexToHash ("0xdd0f4fef7fa2a5cc05d49568e38f15dab24098ffc7677a2e35d1a8d67f5458af " ),
80
80
}
81
81
82
82
// MainnetCheckpointOracle contains a set of configs for the main network oracle.
@@ -154,10 +154,10 @@ var (
154
154
155
155
// RinkebyTrustedCheckpoint contains the light client trusted checkpoint for the Rinkeby test network.
156
156
RinkebyTrustedCheckpoint = & TrustedCheckpoint {
157
- SectionIndex : 217 ,
158
- SectionHead : common .HexToHash ("0x9afa4900a60cb44b102eb2eb5e5ef1d7f4cc1911c1c0588518995fb778ffe894 " ),
159
- CHTRoot : common .HexToHash ("0xcc963e5085622c7cb6b3bf747fbfdfe71887e0d5bc9e4b3fb0474d44fc97942a " ),
160
- BloomRoot : common .HexToHash ("0x1064ca3a36b6f129783cff51bb18fb038bade47d2b776d1cccb9c74925106703 " ),
157
+ SectionIndex : 220 ,
158
+ SectionHead : common .HexToHash ("0x9513befa126a83c96a6408ee8b34502699094a49b2bf1064b2de31b010a03798 " ),
159
+ CHTRoot : common .HexToHash ("0x490a17d3bfbfc9bca9de087c5ee9c9f69dc2359cad9c1fe68cab639fdbcfccee " ),
160
+ BloomRoot : common .HexToHash ("0x56bf5fda940ca4ca8346e42ef86f9092c82268c304c03c4093b21c1aa07190fc " ),
161
161
}
162
162
163
163
// RinkebyCheckpointOracle contains a set of configs for the Rinkeby test network oracle.
@@ -194,10 +194,10 @@ var (
194
194
195
195
// GoerliTrustedCheckpoint contains the light client trusted checkpoint for the Görli test network.
196
196
GoerliTrustedCheckpoint = & TrustedCheckpoint {
197
- SectionIndex : 101 ,
198
- SectionHead : common .HexToHash ("0x396f5dd8e526edfb550873bcfe0e93dc00d70be4b881ab256980833b97a18c3e " ),
199
- CHTRoot : common .HexToHash ("0x0d145657a6595508ef878c9bbf8eca045631986f664bfab0d898fc64804a4e64 " ),
200
- BloomRoot : common .HexToHash ("0x12df34d07cf1268abe22d40ee6deb199b8918e3d57d52f9e70f9b2883f57d74f " ),
197
+ SectionIndex : 105 ,
198
+ SectionHead : common .HexToHash ("0x695f5b67d1985fb13d177c56d20ded0622d7f63a1623959fb4b5c5e38dc6bbee " ),
199
+ CHTRoot : common .HexToHash ("0x4c281ef1ca63e6f9bb4ce8e46e80e478787c91da95c3727550ee418886dd6415 " ),
200
+ BloomRoot : common .HexToHash ("0xa02463cc6ee54f12990e9adb019e34696ad1efe2694cf07187d7ce0802cd653d " ),
201
201
}
202
202
203
203
// GoerliCheckpointOracle contains a set of configs for the Goerli test network oracle.
0 commit comments