@@ -49,10 +49,10 @@ var (
49
49
// MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
50
50
MainnetTrustedCheckpoint = & TrustedCheckpoint {
51
51
Name : "mainnet" ,
52
- SectionIndex : 203 ,
53
- SectionHead : common .HexToHash ("0xc9e05fc67c6a9815adc8072eb18805b53da53a9a6a273e05541e1b7542cf937a " ),
54
- CHTRoot : common .HexToHash ("0xb85f42447d59f7c3e6679b9a37ed983593fd52efd6251b883592662e95769d5b " ),
55
- BloomRoot : common .HexToHash ("0xf93d50cb4c49b403c6fd33cd60896d3b36184275be0a51bae4df5e8844ac624c " ),
52
+ SectionIndex : 206 ,
53
+ SectionHead : common .HexToHash ("0x9fa677c7c0580136f5a86d9b2fd29b112e531f0284396298b8809bcb6787b538 " ),
54
+ CHTRoot : common .HexToHash ("0x7f32dfb29e341b4c8c10ea2e06a812bcea470366f635b7a8b3d0856684cd76f4 " ),
55
+ BloomRoot : common .HexToHash ("0x0169e174f0a8172aec217556d8a25c7ba7ca52aacff170325230a75740ff1eaf " ),
56
56
}
57
57
58
58
// TestnetChainConfig contains the chain parameters to run a node on the Ropsten test network.
@@ -73,10 +73,10 @@ var (
73
73
// TestnetTrustedCheckpoint contains the light client trusted checkpoint for the Ropsten test network.
74
74
TestnetTrustedCheckpoint = & TrustedCheckpoint {
75
75
Name : "testnet" ,
76
- SectionIndex : 134 ,
77
- SectionHead : common .HexToHash ("0x17053ecbe045bebefaa01e7716cc85a4e22647e181416cc1098ccbb73a088931 " ),
78
- CHTRoot : common .HexToHash ("0x4d2b86422e46ed76f0e3f50f06632c409f809c8375e53c8bc0f782bcb93dd49a " ),
79
- BloomRoot : common .HexToHash ("0xccba62232ee56c2967afc58f136a47ba7dc545ae586e6be666430d94516306c7 " ),
76
+ SectionIndex : 136 ,
77
+ SectionHead : common .HexToHash ("0xe5d80bb08d92bbc12dfe510c64cba01eafcbb4ba585e7c7ab7f8a93c6f295ab3 " ),
78
+ CHTRoot : common .HexToHash ("0xe3ca77ab0cb51eec74f4f7458e36aee207c68768387b39cb0bcff0940a6264d8 " ),
79
+ BloomRoot : common .HexToHash ("0x30c8eeadac5539d3dcd6e88915d1a07cb2f3a1d6ebe7e553e3ee783c04c68c2d " ),
80
80
}
81
81
82
82
// RinkebyChainConfig contains the chain parameters to run a node on the Rinkeby test network.
@@ -100,10 +100,10 @@ var (
100
100
// RinkebyTrustedCheckpoint contains the light client trusted checkpoint for the Rinkeby test network.
101
101
RinkebyTrustedCheckpoint = & TrustedCheckpoint {
102
102
Name : "rinkeby" ,
103
- SectionIndex : 100 ,
104
- SectionHead : common .HexToHash ("0xf18f9b43e16f37b12e68818536ffe455ff18d676274ffdd856a8520ed61bb514 " ),
105
- CHTRoot : common .HexToHash ("0x473f5d603b1fedad75d97fd58692130b9ac9ade1aca01eb9363d79bd1c43c791 " ),
106
- BloomRoot : common .HexToHash ("0xa39ced3ddbb87e909c7531df2afb6414bea9c9a60ab94da9c6b467535f05326e " ),
103
+ SectionIndex : 103 ,
104
+ SectionHead : common .HexToHash ("0x9f38b903852831bf4fa7992f7fd43d8b26da2deb82b421fb845cf6faee54e056 " ),
105
+ CHTRoot : common .HexToHash ("0x2d710c2cea468d2e604838000d658ee213e4abb07f90c4f71f5cd7f8510aa708 " ),
106
+ BloomRoot : common .HexToHash ("0xcc401060280c2cc82697ea5ecef8cac61e52063c37533a2e9609332419704d5f " ),
107
107
}
108
108
109
109
// AllEthashProtocolChanges contains every protocol change (EIPs) introduced
0 commit comments