@@ -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 : 326 ,
77
- SectionHead : common .HexToHash ("0xbdec9f7056159360d64d6488ee11a0db574a67757cddd6fffd6719121d5733a5 " ),
78
- CHTRoot : common .HexToHash ("0xf9d2617f8e038b824a256025f01af3b3da681987df29dbfe718ad4c6c8a0875d " ),
79
- BloomRoot : common .HexToHash ("0x712016984cfb66c165fdaf05c6a4aa89f08e4bb66fa77b199f2878fff4232d78 " ),
76
+ SectionIndex : 329 ,
77
+ SectionHead : common .HexToHash ("0x96bb6d286ded20a18480dd98d537ab503bd81110c6b9c3f8ad1f9338f3b9852d " ),
78
+ CHTRoot : common .HexToHash ("0x10627ff648077adeaab9dbd4e5bbed8671c86005b2aef5f5d4857acca19a49d8 " ),
79
+ BloomRoot : common .HexToHash ("0xf499b0cfaf426a490b7b5ddca58d3031b008f0c15338f8f25c20f3df050bf785 " ),
80
80
}
81
81
82
82
// MainnetCheckpointOracle contains a set of configs for the main network oracle.
@@ -112,10 +112,10 @@ var (
112
112
113
113
// RopstenTrustedCheckpoint contains the light client trusted checkpoint for the Ropsten test network.
114
114
RopstenTrustedCheckpoint = & TrustedCheckpoint {
115
- SectionIndex : 260 ,
116
- SectionHead : common .HexToHash ("0xdcf714d033b8be3f0786515649d76e526157f811e5ae89c59dbfd53029d0d165 " ),
117
- CHTRoot : common .HexToHash ("0x987759454d404cd393a6a7743da64610076f167e989ec2cf9e0c0be6578d1304 " ),
118
- BloomRoot : common .HexToHash ("0xb8ee6d34cc30d61410717e2dc1af3294bc056f4b32a5eed5f6f386a8c1daa2b1 " ),
115
+ SectionIndex : 262 ,
116
+ SectionHead : common .HexToHash ("0x12b068f285789b966a983b632266484f1bc93803df6c78773538a5777f57a236 " ),
117
+ CHTRoot : common .HexToHash ("0x14000a1407e866f174f3a20fe9f271acd704bcf929b5205d83b70a1bba8c82c2 " ),
118
+ BloomRoot : common .HexToHash ("0x2f4f4a34a55e35d0691c79a79e39b6f661259345080fb880da5195c11c2413be " ),
119
119
}
120
120
121
121
// RopstenCheckpointOracle contains a set of configs for the Ropsten test 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 : 214 ,
158
- SectionHead : common .HexToHash ("0x297b4daf21db636e76555c9d3e302d79a8efe3a3434143b9bcf61187ce8abcb1 " ),
159
- CHTRoot : common .HexToHash ("0x602044234a4ba8534286240200cde6e5797ae40151cbdd2dbf8eb8c0486a2c63 " ),
160
- BloomRoot : common .HexToHash ("0x9ccf6840ecc541b290c7b9f19edcba3e5f39206b05cd4ae5a7754040783d47d9 " ),
157
+ SectionIndex : 217 ,
158
+ SectionHead : common .HexToHash ("0x9afa4900a60cb44b102eb2eb5e5ef1d7f4cc1911c1c0588518995fb778ffe894 " ),
159
+ CHTRoot : common .HexToHash ("0xcc963e5085622c7cb6b3bf747fbfdfe71887e0d5bc9e4b3fb0474d44fc97942a " ),
160
+ BloomRoot : common .HexToHash ("0x1064ca3a36b6f129783cff51bb18fb038bade47d2b776d1cccb9c74925106703 " ),
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 : 99 ,
198
- SectionHead : common .HexToHash ("0xc9f09369acd657d5f77e6a389a68f673bf909ad98c269800c08229d75c1a90e3 " ),
199
- CHTRoot : common .HexToHash ("0x523218630348e98fa9f4e7fc3054aff717982d79c700cbecf5730c1479f21c6e " ),
200
- BloomRoot : common .HexToHash ("0x75219ad4a3ec4682b89dd248ee56b52ef26fe577a426f4813297550deb5c4cb2 " ),
197
+ SectionIndex : 101 ,
198
+ SectionHead : common .HexToHash ("0x396f5dd8e526edfb550873bcfe0e93dc00d70be4b881ab256980833b97a18c3e " ),
199
+ CHTRoot : common .HexToHash ("0x0d145657a6595508ef878c9bbf8eca045631986f664bfab0d898fc64804a4e64 " ),
200
+ BloomRoot : common .HexToHash ("0x12df34d07cf1268abe22d40ee6deb199b8918e3d57d52f9e70f9b2883f57d74f " ),
201
201
}
202
202
203
203
// GoerliCheckpointOracle contains a set of configs for the Goerli test network oracle.
0 commit comments