@@ -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 : 195 ,
53
- SectionHead : common .HexToHash ("0x1cdd2a84cf6c1261ffccc88f6bcefb513abd7934a96c1e909fbf74767560f16b " ),
54
- CHTRoot : common .HexToHash ("0xe453333c20391d16b91b6fe11c104704f62c8dba15f69db73b4cdf7e100105eb " ),
55
- BloomRoot : common .HexToHash ("0x47f30069473072e00d2cdca146dce40f0aad243dfc8221bf810822c091674efe " ),
52
+ SectionIndex : 203 ,
53
+ SectionHead : common .HexToHash ("0xc9e05fc67c6a9815adc8072eb18805b53da53a9a6a273e05541e1b7542cf937a " ),
54
+ CHTRoot : common .HexToHash ("0xb85f42447d59f7c3e6679b9a37ed983593fd52efd6251b883592662e95769d5b " ),
55
+ BloomRoot : common .HexToHash ("0xf93d50cb4c49b403c6fd33cd60896d3b36184275be0a51bae4df5e8844ac624c " ),
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 : 126 ,
77
- SectionHead : common .HexToHash ("0x48f7dd4c9c60be04bf15fd4d0bcac46ddd8caf6b01d6fb8f8e1f7955cdd1337a " ),
78
- CHTRoot : common .HexToHash ("0x6e54cb80a1884881ea1a114243af9012c95e0296b47f103b5ab124313968508e " ),
79
- BloomRoot : common .HexToHash ("0xb55accf6dce6455b47db8510d15eff38d0ed7378829f3036d26b48e7d15da3f6 " ),
76
+ SectionIndex : 134 ,
77
+ SectionHead : common .HexToHash ("0x17053ecbe045bebefaa01e7716cc85a4e22647e181416cc1098ccbb73a088931 " ),
78
+ CHTRoot : common .HexToHash ("0x4d2b86422e46ed76f0e3f50f06632c409f809c8375e53c8bc0f782bcb93dd49a " ),
79
+ BloomRoot : common .HexToHash ("0xccba62232ee56c2967afc58f136a47ba7dc545ae586e6be666430d94516306c7 " ),
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 : 93 ,
104
- SectionHead : common .HexToHash ("0xdefb94aa217ab38f2919f7318d1d5476bd2aabf1ec9148047fe03e555615e0b4 " ),
105
- CHTRoot : common .HexToHash ("0x52c98c2fe508a8332c27dc10538f3fead43306e2b22b597587763c2fe6586da6 " ),
106
- BloomRoot : common .HexToHash ("0x93d83be0c1b12f732b1a027ecdfb16f39b0d020b8c10bfb90e76f3b01adfc5b6 " ),
103
+ SectionIndex : 100 ,
104
+ SectionHead : common .HexToHash ("0xf18f9b43e16f37b12e68818536ffe455ff18d676274ffdd856a8520ed61bb514 " ),
105
+ CHTRoot : common .HexToHash ("0x473f5d603b1fedad75d97fd58692130b9ac9ade1aca01eb9363d79bd1c43c791 " ),
106
+ BloomRoot : common .HexToHash ("0xa39ced3ddbb87e909c7531df2afb6414bea9c9a60ab94da9c6b467535f05326e " ),
107
107
}
108
108
109
109
// AllEthashProtocolChanges contains every protocol change (EIPs) introduced
0 commit comments