Skip to content

Commit 7942a41

Browse files
MariusVanDerWijdenblakehhuynh
authored andcommitted
params: set TTD for sepolia testnet (ethereum#25179)
1 parent f517592 commit 7942a41

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

params/config.go

+16-15
Original file line numberDiff line numberDiff line change
@@ -142,21 +142,22 @@ var (
142142

143143
// SepoliaChainConfig contains the chain parameters to run a node on the Sepolia test network.
144144
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),
160161
}
161162

162163
// SepoliaTrustedCheckpoint contains the light client trusted checkpoint for the Sepolia test network.

0 commit comments

Comments
 (0)