@@ -75,10 +75,10 @@ var (
75
75
76
76
// MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
77
77
MainnetTrustedCheckpoint = & TrustedCheckpoint {
78
- SectionIndex : 389 ,
79
- SectionHead : common .HexToHash ("0x8f96e510cf64abf34095c5aa3937acdf5316de5540945b9688f4a2e083cddc73 " ),
80
- CHTRoot : common .HexToHash ("0xa2362493848d6dbc50dcbbf74c017ea808b8938bfb129217d507bd276950d7ac " ),
81
- BloomRoot : common .HexToHash ("0x72fc78a841bde7e08e1fb7c187b622c49dc8271db12db748ff5d0f27bdb41413 " ),
78
+ SectionIndex : 395 ,
79
+ SectionHead : common .HexToHash ("0xbfca95b8c1de014e252288e9c32029825fadbff58285f5b54556525e480dbb5b " ),
80
+ CHTRoot : common .HexToHash ("0x2ccf3dbb58eb6375e037fdd981ca5778359e4b8fa0270c2878b14361e64161e7 " ),
81
+ BloomRoot : common .HexToHash ("0x2d46ec65a6941a2dc1e682f8f81f3d24192021f492fdf6ef0fdd51acb0f4ba0f " ),
82
82
}
83
83
84
84
// MainnetCheckpointOracle contains a set of configs for the main network oracle.
@@ -116,10 +116,10 @@ var (
116
116
117
117
// RopstenTrustedCheckpoint contains the light client trusted checkpoint for the Ropsten test network.
118
118
RopstenTrustedCheckpoint = & TrustedCheckpoint {
119
- SectionIndex : 322 ,
120
- SectionHead : common .HexToHash ("0xe3f2fb70acd752bbcac06b67688db8430815c788a31213011ed51b966108a5f4 " ),
121
- CHTRoot : common .HexToHash ("0xb2993a6bc28b23b84159cb477c38c0ec5607434faae6b3657ad44cbcf116f288 " ),
122
- BloomRoot : common .HexToHash ("0x871841e5c2ada9dab2011a550d38e9fe0a30047cfc81f1ffc7ebc09f4f230732 " ),
119
+ SectionIndex : 329 ,
120
+ SectionHead : common .HexToHash ("0xe66f7038333a01fb95dc9ea03e5a2bdaf4b833cdcb9e393b9127e013bd64d39b " ),
121
+ CHTRoot : common .HexToHash ("0x1b0c883338ac0d032122800c155a2e73105fbfebfaa50436893282bc2d9feec5 " ),
122
+ BloomRoot : common .HexToHash ("0x3cc98c88d283bf002378246f22c653007655cbcea6ed89f98d739f73bd341a01 " ),
123
123
}
124
124
125
125
// RopstenCheckpointOracle contains a set of configs for the Ropsten test network oracle.
@@ -160,10 +160,10 @@ var (
160
160
161
161
// RinkebyTrustedCheckpoint contains the light client trusted checkpoint for the Rinkeby test network.
162
162
RinkebyTrustedCheckpoint = & TrustedCheckpoint {
163
- SectionIndex : 270 ,
164
- SectionHead : common .HexToHash ("0x03ef8982c93bbf18c859bc1b20ae05b439f04cf1ff592656e941d2c3fcff5d68 " ),
165
- CHTRoot : common .HexToHash ("0x9eb80685e8ece479e105b170439779bc0f89997ab7f4dee425f85c4234e8a6b5 " ),
166
- BloomRoot : common .HexToHash ("0xc3673721c5697efe5fe4cb825d178f4a335dbfeda6a197fb75c9256a767379dc " ),
163
+ SectionIndex : 276 ,
164
+ SectionHead : common .HexToHash ("0xea89a4b04e3da9bd688e316f8de669396b6d4a38a19d2cd96a00b70d58b836aa " ),
165
+ CHTRoot : common .HexToHash ("0xd6889d0bf6673c0d2c1cf6e9098a6fe5b30888a115b6112796aa8ee8efc4a723 " ),
166
+ BloomRoot : common .HexToHash ("0x6009a9256b34b8bde3a3f094afb647ba5d73237546017b9025d64ac1ff54c47c " ),
167
167
}
168
168
169
169
// RinkebyCheckpointOracle contains a set of configs for the Rinkeby test network oracle.
@@ -202,10 +202,10 @@ var (
202
202
203
203
// GoerliTrustedCheckpoint contains the light client trusted checkpoint for the Görli test network.
204
204
GoerliTrustedCheckpoint = & TrustedCheckpoint {
205
- SectionIndex : 154 ,
206
- SectionHead : common .HexToHash ("0xf4cb74cc0e3683589f4992902184241fb892d7c3859d0044c16ec864605ff80d " ),
207
- CHTRoot : common .HexToHash ("0xead95f9f2504b2c7c6d82c51d30e50b40631c3ea2f590cddcc9721cfc0ae79de " ),
208
- BloomRoot : common .HexToHash ("0xc6dd6cfe88ac9c4a6d19c9a8651944fa9d941a2340a8f5ddaf673d4d39779d81 " ),
205
+ SectionIndex : 160 ,
206
+ SectionHead : common .HexToHash ("0xb5a666c790dc35a5613d04ebba8ba47a850b45a15d9b95ad7745c35ae034b5a5 " ),
207
+ CHTRoot : common .HexToHash ("0x6b4e00df52bdc38fa6c26c8ef595c2ad6184963ea36ab08ee744af460aa735e1 " ),
208
+ BloomRoot : common .HexToHash ("0x8fa88f5e50190cb25243aeee262a1a9e4434a06f8d455885dcc1b5fc48c33836 " ),
209
209
}
210
210
211
211
// GoerliCheckpointOracle contains a set of configs for the Goerli test network oracle.
0 commit comments