@@ -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 : 310 ,
77
- SectionHead : common .HexToHash ("0x9ad360474d1187f5f118f4274a319877862b31b2f6de6fc8ce07bdf6784038fd " ),
78
- CHTRoot : common .HexToHash ("0xbb3fc87df2f81bafbf9ae5e7f4bbd89702e2257dceccefb1a37ec35a7bb6b40c " ),
79
- BloomRoot : common .HexToHash ("0xfc4b9ab6493204ac0fc023d157826cadd1dc45265ed8b4644dd1359c332c05a3 " ),
76
+ SectionIndex : 320 ,
77
+ SectionHead : common .HexToHash ("0x89ca854e925bc2e9021848ee2afca962202cc95d7454d97b6c02e34e2f7b2555 " ),
78
+ CHTRoot : common .HexToHash ("0x43d98f52390533eeac49b5f3c4c07f51b57674ec8cbe06dbecca215d43e98663 " ),
79
+ BloomRoot : common .HexToHash ("0x9ee7ddb7e4ef2ac48a813aa800da659d729b148f7cb8ffec449578491621af9e " ),
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 : 244 ,
116
- SectionHead : common .HexToHash ("0xce9596363275bc7445243ec115476d0946403ef173efe8069432da1fcc235874 " ),
117
- CHTRoot : common .HexToHash ("0x5c6f75c871116c83c6e5799584fceaab23900a4ec6b28ff31d86f4e488b3b289 " ),
118
- BloomRoot : common .HexToHash ("0xba500706796ed46406c2786ecabebe550e1bd72f31d18d0fee54f8c00d6c3f5e " ),
115
+ SectionIndex : 254 ,
116
+ SectionHead : common .HexToHash ("0x4f1457e14adbdae6c176859427603c914e24e1fa1d30ea6d33869cbff7497d2d " ),
117
+ CHTRoot : common .HexToHash ("0xf61120e9288a453c42ef405415bc217dd1dafb426aa753e77051da7a43d119bd " ),
118
+ BloomRoot : common .HexToHash ("0xb65d4653c13327c3fd587deef966fbc9b1c2837c059cd1a03ac44798de96ac4e " ),
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 : 201 ,
158
- SectionHead : common .HexToHash ("0x37dbc008a2e073bafc665b86ae88f1082660ca72b2a99772ef7f668d29df9d61 " ),
159
- CHTRoot : common .HexToHash ("0xd725ba4aa0aa48576b5e13e7cbf5e067223c107bbfea3c8aeb13dc23bded49c4 " ),
160
- BloomRoot : common .HexToHash ("0xc3c4d8150137aced2125ed51e16c2980026a58d91201b44f85fba5f2f838c06f " ),
157
+ SectionIndex : 209 ,
158
+ SectionHead : common .HexToHash ("0xe41744d836028269552f890389a7b5a70ed94d433b046e6168a419a664aaeaea " ),
159
+ CHTRoot : common .HexToHash ("0xcac10a51b42601f943b08508bbdc385e852fd19147097f0a39f971f33cec611b " ),
160
+ BloomRoot : common .HexToHash ("0x425148b2a9e54e2ed75cf095cbffdff3e03d1aa8aac86e2f55c815c4d7927b22 " ),
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 : 85 ,
198
- SectionHead : common .HexToHash ("0x8975429d5ba40abc032651f194628aa3f921d93a26a474b6f66a21ec94aab38d " ),
199
- CHTRoot : common .HexToHash ("0xcec7ede16c43427f8104d3e0372764d6a2e6f429b03a49a5e1a7ca300d744b30 " ),
200
- BloomRoot : common .HexToHash ("0x5bd010c10b6c2a655c02e719de88e623782c21608b2dd67b537cfa0d92af93b3 " ),
197
+ SectionIndex : 94 ,
198
+ SectionHead : common .HexToHash ("0xeab97e6a8e8de3037e3df7cfedcb0f73faf928a39df06ffff262687efbe57aa3 " ),
199
+ CHTRoot : common .HexToHash ("0xa4aaefe890f1626356290768eaad8088d55c3eb8a09faf966005f5f44881ca53 " ),
200
+ BloomRoot : common .HexToHash ("0x53a14c17e2aa854be17fe9ff45c680f79de8d4fc921a54f892d05e9a0f075795 " ),
201
201
}
202
202
203
203
// GoerliCheckpointOracle contains a set of configs for the Goerli test network oracle.
0 commit comments