@@ -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 : 333 ,
77
- SectionHead : common .HexToHash ("0xb80784cbe88077e5911b446765edc814dd67ca3f6bdd33b6ec72d66058df4a11 " ),
78
- CHTRoot : common .HexToHash ("0x4da9cde840dd3de39916620f7a97674c5747a89a9359e6b918e134d199a8dd45 " ),
79
- BloomRoot : common .HexToHash ("0xdd0f4fef7fa2a5cc05d49568e38f15dab24098ffc7677a2e35d1a8d67f5458af " ),
76
+ SectionIndex : 336 ,
77
+ SectionHead : common .HexToHash ("0xd42b78902b6527a80337bf1bc372a3ccc3db97e9cc7cf421ca047ae9076c716b " ),
78
+ CHTRoot : common .HexToHash ("0xd97f3b30f7e0cb958e4c67c53ec27745e5a165e33e56821b86523dfee62b783a " ),
79
+ BloomRoot : common .HexToHash ("0xf3cbfd070fababfe2adc9b23fc02c731f6ca2cce6646b3ede4ef2db06092ccce " ),
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 : 262 ,
116
- SectionHead : common .HexToHash ("0x12b068f285789b966a983b632266484f1bc93803df6c78773538a5777f57a236 " ),
117
- CHTRoot : common .HexToHash ("0x14000a1407e866f174f3a20fe9f271acd704bcf929b5205d83b70a1bba8c82c2 " ),
118
- BloomRoot : common .HexToHash ("0x2f4f4a34a55e35d0691c79a79e39b6f661259345080fb880da5195c11c2413be " ),
115
+ SectionIndex : 269 ,
116
+ SectionHead : common .HexToHash ("0x290a9eb65e65c64601d1b05522533ed502098a246736b348502a170818a33d64 " ),
117
+ CHTRoot : common .HexToHash ("0x530ebac02264227277d0a16b0819ef96a2011a6e1e66523ebff8040f4a3437ca " ),
118
+ BloomRoot : common .HexToHash ("0x480cd5b3198a0767022902130546854a2e8867cce573c1cf0ce54e67a7bf5efb " ),
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 : 220 ,
158
- SectionHead : common .HexToHash ("0x9513befa126a83c96a6408ee8b34502699094a49b2bf1064b2de31b010a03798 " ),
159
- CHTRoot : common .HexToHash ("0x490a17d3bfbfc9bca9de087c5ee9c9f69dc2359cad9c1fe68cab639fdbcfccee " ),
160
- BloomRoot : common .HexToHash ("0x56bf5fda940ca4ca8346e42ef86f9092c82268c304c03c4093b21c1aa07190fc " ),
157
+ SectionIndex : 223 ,
158
+ SectionHead : common .HexToHash ("0x03ca0d5e3a931c77cd7a97bbaa2d9e4edc4549c621dc1d223a29f10c86a4a16a " ),
159
+ CHTRoot : common .HexToHash ("0x6573dbdd91b2958b446bd04d67c23e5f14b2510ac96e8df1b6a894dc49e37c6c " ),
160
+ BloomRoot : common .HexToHash ("0x28a35042a4e88efbac55fe566faf7fce000dc436f17fd4cb4b081c9cd793e1a7 " ),
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 : 105 ,
198
- SectionHead : common .HexToHash ("0x695f5b67d1985fb13d177c56d20ded0622d7f63a1623959fb4b5c5e38dc6bbee " ),
199
- CHTRoot : common .HexToHash ("0x4c281ef1ca63e6f9bb4ce8e46e80e478787c91da95c3727550ee418886dd6415 " ),
200
- BloomRoot : common .HexToHash ("0xa02463cc6ee54f12990e9adb019e34696ad1efe2694cf07187d7ce0802cd653d " ),
197
+ SectionIndex : 107 ,
198
+ SectionHead : common .HexToHash ("0xff3ae39199fa191894de419e7f673c8627aa8cc7af924b90f36635b6add375f2 " ),
199
+ CHTRoot : common .HexToHash ("0x27d59d60c652425b6b593a882f55a4ff57f24e470a810a6e3c8ba71833a20220 " ),
200
+ BloomRoot : common .HexToHash ("0x3c14066d8bb3733780c06b8165768dbb9dd23b75f56012fe5f2fb3c2fb70cadb " ),
201
201
}
202
202
203
203
// GoerliCheckpointOracle contains a set of configs for the Goerli test network oracle.
0 commit comments