@@ -71,10 +71,10 @@ var (
7171
7272 // MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
7373 MainnetTrustedCheckpoint = & TrustedCheckpoint {
74- SectionIndex : 249 ,
75- SectionHead : common .HexToHash ("0x0d656b0cc0e9901c9dfc6b6944962ad10286969b5e65cff2b21228ffa3201b45 " ),
76- CHTRoot : common .HexToHash ("0xe97cdc4a54f6bcae09acd8f7d9b2fecc6baa58cc30e12fc1c848d4b736060389 " ),
77- BloomRoot : common .HexToHash ("0xe028d4fe19fccd10c845b609dbed0778217298c352e3f588aa1351e9e7b836ca " ),
74+ SectionIndex : 253 ,
75+ SectionHead : common .HexToHash ("0xf35fabd036e2030196183bb70ae194f6ce1ea7b58559e3825c168f1df9c0a258 " ),
76+ CHTRoot : common .HexToHash ("0x8992849e2be3390696eaf66312626e484045501cd3ec207922c27a6a80a7bb07 " ),
77+ BloomRoot : common .HexToHash ("0xcc510b51ca4d73fb3fdf43208d73286f8f23817cdc31b8ea9f4de8d645f07df4 " ),
7878 }
7979
8080 // MainnetCheckpointOracle contains a set of configs for the main network oracle.
@@ -109,10 +109,10 @@ var (
109109
110110 // TestnetTrustedCheckpoint contains the light client trusted checkpoint for the Ropsten test network.
111111 TestnetTrustedCheckpoint = & TrustedCheckpoint {
112- SectionIndex : 183 ,
113- SectionHead : common .HexToHash ("0xe1eb8c31b8d370db4562a5246ffd220d44540581d2365b96615293e4795184fd " ),
114- CHTRoot : common .HexToHash ("0x1e5902d1680f543ac23ebae2663a3d45daad0de5329c8921ebe295e602afe81e " ),
115- BloomRoot : common .HexToHash ("0xae53ddf3574792a7fad53b3ceb03867facc4a67d25bb6dae9ddd0bd53a0ad027 " ),
112+ SectionIndex : 187 ,
113+ SectionHead : common .HexToHash ("0x7d6db64d8ec43303e4392fb726d2346f7231b246decca3d8140dd7e2c0d0b07d " ),
114+ CHTRoot : common .HexToHash ("0xa5095e1a004a8642fb93ca682eb91e8f20ef5bce151e47404fbb68772d17705b " ),
115+ BloomRoot : common .HexToHash ("0x90b28050f948ec6fb35b23a91d9aed38ce0c92d3cdd6e1d383c1bddf8b4071cf " ),
116116 }
117117
118118 // TestnetCheckpointOracle contains a set of configs for the Ropsten test network oracle.
@@ -150,10 +150,10 @@ var (
150150
151151 // RinkebyTrustedCheckpoint contains the light client trusted checkpoint for the Rinkeby test network.
152152 RinkebyTrustedCheckpoint = & TrustedCheckpoint {
153- SectionIndex : 144 ,
154- SectionHead : common .HexToHash ("0x38cc2e339462919179e5ca9f88408ee481eb1750a143bdbf4f33c00f2064935a " ),
155- CHTRoot : common .HexToHash ("0x889c6b1e4d9e312d3145d104e7f58f52d1854e8dafb2f0b90e0c1d8b71bce97b " ),
156- BloomRoot : common .HexToHash ("0xb7ae54ba64f359b78dfc3e8a61fc44e68758568e7f54b849fa474caa45efa9b9 " ),
153+ SectionIndex : 148 ,
154+ SectionHead : common .HexToHash ("0x45918f4686732c2a3e80827e1bc39cdb6a27fa362ddfe1fdfb61c69a7f1df1a9 " ),
155+ CHTRoot : common .HexToHash ("0x8ac7046391fec14834a2a0183513937c0b5f696666545991477d24b067008961 " ),
156+ BloomRoot : common .HexToHash ("0xfe4b852517612d7da54bf7e9fc18861a83171a93c72583bb6a61893b74422168 " ),
157157 }
158158
159159 // RinkebyCheckpointOracle contains a set of configs for the Rinkeby test network oracle.
@@ -189,10 +189,10 @@ var (
189189
190190 // GoerliTrustedCheckpoint contains the light client trusted checkpoint for the Görli test network.
191191 GoerliTrustedCheckpoint = & TrustedCheckpoint {
192- SectionIndex : 28 ,
193- SectionHead : common .HexToHash ("0x5baedfb5006507906cce3b6487080c810aa79806b0388c3671ee6d56694a591e " ),
194- CHTRoot : common .HexToHash ("0x89ff7aabc7a0a13c25aeb1e3e333063acf80473a571e465d7c884b183a67e717 " ),
195- BloomRoot : common .HexToHash ("0x56eccfd9171d2df3e62ffd61c442dfb69b603b1f28fbb267c28b3444fdeae6c6 " ),
192+ SectionIndex : 32 ,
193+ SectionHead : common .HexToHash ("0x50eaedd8361fa9edd0ac2dec410310b9bdf67b963b60f3b1dce47f84b30670f9 " ),
194+ CHTRoot : common .HexToHash ("0x6504db73139f75ffa9102ae980e41b361cf3d5b66cea06c79cde9f457368820c " ),
195+ BloomRoot : common .HexToHash ("0x7551ae027bb776252a20ded51ee2ff0cbfbd1d8d57261b9161cc1f2f80237001 " ),
196196 }
197197
198198 // GoerliCheckpointOracle contains a set of configs for the Goerli test network oracle.
0 commit comments