@@ -50,10 +50,10 @@ var (
50
50
// MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
51
51
MainnetTrustedCheckpoint = & TrustedCheckpoint {
52
52
Name : "mainnet" ,
53
- SectionIndex : 208 ,
54
- SectionHead : common .HexToHash ("0x5e9f7696c397d9df8f3b1abda857753575c6f5cff894e1a3d9e1a2af1bd9d6ac " ),
55
- CHTRoot : common .HexToHash ("0x954a63134f6897f015f026387c59c98c4dae7b336610ff5a143455aac9153e9d " ),
56
- BloomRoot : common .HexToHash ("0x8006c5e44b14d90d7cc9cd5fa1cb48cf53697ee3bbbf4b76fdfa70b0242500a9 " ),
53
+ SectionIndex : 216 ,
54
+ SectionHead : common .HexToHash ("0xae3e551c8d60d06fd411a8e6008e90625d3bb0cbbf664b65d5ed90b318553541 " ),
55
+ CHTRoot : common .HexToHash ("0xeea7d2ab3545a37deecc66fc43c9556ae337c3ea1c6893e401428207bdb8e434 " ),
56
+ BloomRoot : common .HexToHash ("0xb0d4176d160d67b99a9f963281e52bce0583a566b74b4497fe3ed24ae04004ff " ),
57
57
}
58
58
59
59
// TestnetChainConfig contains the chain parameters to run a node on the Ropsten test network.
@@ -75,10 +75,10 @@ var (
75
75
// TestnetTrustedCheckpoint contains the light client trusted checkpoint for the Ropsten test network.
76
76
TestnetTrustedCheckpoint = & TrustedCheckpoint {
77
77
Name : "testnet" ,
78
- SectionIndex : 139 ,
79
- SectionHead : common .HexToHash ("0x9fad89a5e3b993c8339b9cf2cbbeb72cd08774ea6b71b105b3dd880420c618f4 " ),
80
- CHTRoot : common .HexToHash ("0xc815833881989c5d2035147e1a79a33d22cbc5313e104ff01e6ab405bd28b317 " ),
81
- BloomRoot : common .HexToHash ("0xd94ee9f3c480858f53ec5d059aebdbb2e8d904702f100875ee59ec5f366e841d " ),
78
+ SectionIndex : 148 ,
79
+ SectionHead : common .HexToHash ("0x4d3181bedb6aa96a6f3efa866c71f7802400d0fb4a6906946c453630d850efc0 " ),
80
+ CHTRoot : common .HexToHash ("0x25df2f9d63a5f84b2852988f0f0f7af5a7877da061c11b85c812780b5a27a5ec " ),
81
+ BloomRoot : common .HexToHash ("0x0584834e5222471a06c669d210e302ca602780eaaddd04634fd65471c2a91419 " ),
82
82
}
83
83
84
84
// RinkebyChainConfig contains the chain parameters to run a node on the Rinkeby test network.
@@ -103,10 +103,10 @@ var (
103
103
// RinkebyTrustedCheckpoint contains the light client trusted checkpoint for the Rinkeby test network.
104
104
RinkebyTrustedCheckpoint = & TrustedCheckpoint {
105
105
Name : "rinkeby" ,
106
- SectionIndex : 105 ,
107
- SectionHead : common .HexToHash ("0xec8147d43f936258aaf1b9b9ec91b0a853abf7109f436a23649be809ea43d507 " ),
108
- CHTRoot : common .HexToHash ("0xd92703b444846a3db928e87e450770e5d5cbe193131dc8f7c4cf18b4de925a75 " ),
109
- BloomRoot : common .HexToHash ("0xff45a6f807138a2cde0cea0c209d9ce5ad8e43ccaae5a7c41af801bb72a1ef96 " ),
106
+ SectionIndex : 113 ,
107
+ SectionHead : common .HexToHash ("0xb812f3095af3af1cb2de7d7c2086ee807736a7315992c461b0986699185daf77 " ),
108
+ CHTRoot : common .HexToHash ("0x5416d0924925eb835987ad3d1f059ecc66778c51959c8246a7a35b22ec5f3109 " ),
109
+ BloomRoot : common .HexToHash ("0xcf74ca2c14e843b366561dab4fc64237bf6bb335119cbc97d723f3b501863470 " ),
110
110
}
111
111
112
112
// AllEthashProtocolChanges contains every protocol change (EIPs) introduced
0 commit comments