@@ -142,21 +142,22 @@ var (
142
142
143
143
// SepoliaChainConfig contains the chain parameters to run a node on the Sepolia test network.
144
144
SepoliaChainConfig = & ChainConfig {
145
- ChainID : big .NewInt (11155111 ),
146
- HomesteadBlock : big .NewInt (0 ),
147
- DAOForkBlock : nil ,
148
- DAOForkSupport : true ,
149
- EIP150Block : big .NewInt (0 ),
150
- EIP155Block : big .NewInt (0 ),
151
- EIP158Block : big .NewInt (0 ),
152
- ByzantiumBlock : big .NewInt (0 ),
153
- ConstantinopleBlock : big .NewInt (0 ),
154
- PetersburgBlock : big .NewInt (0 ),
155
- IstanbulBlock : big .NewInt (0 ),
156
- MuirGlacierBlock : big .NewInt (0 ),
157
- BerlinBlock : big .NewInt (0 ),
158
- LondonBlock : big .NewInt (0 ),
159
- Ethash : new (EthashConfig ),
145
+ ChainID : big .NewInt (11155111 ),
146
+ HomesteadBlock : big .NewInt (0 ),
147
+ DAOForkBlock : nil ,
148
+ DAOForkSupport : true ,
149
+ EIP150Block : big .NewInt (0 ),
150
+ EIP155Block : big .NewInt (0 ),
151
+ EIP158Block : big .NewInt (0 ),
152
+ ByzantiumBlock : big .NewInt (0 ),
153
+ ConstantinopleBlock : big .NewInt (0 ),
154
+ PetersburgBlock : big .NewInt (0 ),
155
+ IstanbulBlock : big .NewInt (0 ),
156
+ MuirGlacierBlock : big .NewInt (0 ),
157
+ BerlinBlock : big .NewInt (0 ),
158
+ LondonBlock : big .NewInt (0 ),
159
+ TerminalTotalDifficulty : big .NewInt (17_000_000_000_000_000 ),
160
+ Ethash : new (EthashConfig ),
160
161
}
161
162
162
163
// SepoliaTrustedCheckpoint contains the light client trusted checkpoint for the Sepolia test network.
0 commit comments