Skip to content

Commit 0016eb7

Browse files
authored
params: set ttdpassed on goerli (#25519)
1 parent 141cd42 commit 0016eb7

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

params/config.go

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -217,22 +217,23 @@ var (
217217

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

0 commit comments

Comments
 (0)