File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 91
91
},
92
92
}
93
93
94
- // TestnetTrustedCheckpoint contains the light client trusted checkpoint for the Ropsten test network.
95
- TestnetTrustedCheckpoint = & TrustedCheckpoint {
96
- SectionIndex : 217 ,
97
- SectionHead : common .HexToHash ("0x1895e3cceb6fb201044679db2b9f4f9df4233b52e8d3c5ec4b75ae0ae75c90fa" ),
98
- CHTRoot : common .HexToHash ("0x8f2016fb336b64bd8ef4e9a73659a0a99476ea8789aacad695d65295a50fdb8d" ),
99
- BloomRoot : common .HexToHash ("0x57f5b8ecfa10ada7509a45f7e0f2283c6b2dc08d8771163ffbb4ff0e3e6bca1c" ),
100
- }
101
-
102
- // TestnetCheckpointOracle contains a set of configs for the Ropsten test network oracle.
103
- TestnetCheckpointOracle = & CheckpointOracleConfig {
104
- Address : common .HexToAddress ("0xEF79475013f154E6A65b54cB2742867791bf0B84" ),
105
- Signers : []common.Address {
106
- common .HexToAddress ("0x32162F3581E88a5f62e8A61892B42C46E2c18f7b" ), // Peter
107
- common .HexToAddress ("0x78d1aD571A1A09D60D9BBf25894b44e4C8859595" ), // Martin
108
- common .HexToAddress ("0x286834935f4A8Cfb4FF4C77D5770C2775aE2b0E7" ), // Zsolt
109
- common .HexToAddress ("0xb86e2B0Ab5A4B1373e40c51A7C712c70Ba2f9f8E" ), // Gary
110
- common .HexToAddress ("0x0DF8fa387C602AE62559cC4aFa4972A7045d6707" ), // Guillaume
111
- },
112
- }
113
-
114
94
// BaklavaChainConfig contains the chain parameters to run a node on the Baklava test network.
115
95
BaklavaChainConfig = & ChainConfig {
116
96
ChainID : big .NewInt (int64 (BaklavaNetworkId )),
You can’t perform that action at this time.
0 commit comments