Skip to content

Commit 1764f8f

Browse files
params: set goerli TTD to 10_790_000 (#25324)
1 parent b214c49 commit 1764f8f

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

params/config.go

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -214,21 +214,22 @@ var (
214214

215215
// GoerliChainConfig contains the chain parameters to run a node on the Görli test network.
216216
GoerliChainConfig = &ChainConfig{
217-
ChainID: big.NewInt(5),
218-
HomesteadBlock: big.NewInt(0),
219-
DAOForkBlock: nil,
220-
DAOForkSupport: true,
221-
EIP150Block: big.NewInt(0),
222-
EIP155Block: big.NewInt(0),
223-
EIP158Block: big.NewInt(0),
224-
ByzantiumBlock: big.NewInt(0),
225-
ConstantinopleBlock: big.NewInt(0),
226-
PetersburgBlock: big.NewInt(0),
227-
IstanbulBlock: big.NewInt(1_561_651),
228-
MuirGlacierBlock: nil,
229-
BerlinBlock: big.NewInt(4_460_644),
230-
LondonBlock: big.NewInt(5_062_605),
231-
ArrowGlacierBlock: nil,
217+
ChainID: big.NewInt(5),
218+
HomesteadBlock: big.NewInt(0),
219+
DAOForkBlock: nil,
220+
DAOForkSupport: true,
221+
EIP150Block: big.NewInt(0),
222+
EIP155Block: big.NewInt(0),
223+
EIP158Block: big.NewInt(0),
224+
ByzantiumBlock: big.NewInt(0),
225+
ConstantinopleBlock: big.NewInt(0),
226+
PetersburgBlock: big.NewInt(0),
227+
IstanbulBlock: big.NewInt(1_561_651),
228+
MuirGlacierBlock: nil,
229+
BerlinBlock: big.NewInt(4_460_644),
230+
LondonBlock: big.NewInt(5_062_605),
231+
ArrowGlacierBlock: nil,
232+
TerminalTotalDifficulty: big.NewInt(10_790_000),
232233
Clique: &CliqueConfig{
233234
Period: 15,
234235
Epoch: 30000,

0 commit comments

Comments
 (0)