Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
0016eb7e
Unverified
Commit
0016eb7e
authored
2 years ago
by
Martin Holst Swende
Committed by
GitHub
2 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
params: set ttdpassed on goerli (#25519)
parent
141cd425
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
16 deletions
+17
-16
config.go
params/config.go
+17
-16
No files found.
params/config.go
View file @
0016eb7e
...
...
@@ -217,22 +217,23 @@ var (
// GoerliChainConfig contains the chain parameters to run a node on the Görli test network.
GoerliChainConfig
=
&
ChainConfig
{
ChainID
:
big
.
NewInt
(
5
),
HomesteadBlock
:
big
.
NewInt
(
0
),
DAOForkBlock
:
nil
,
DAOForkSupport
:
true
,
EIP150Block
:
big
.
NewInt
(
0
),
EIP155Block
:
big
.
NewInt
(
0
),
EIP158Block
:
big
.
NewInt
(
0
),
ByzantiumBlock
:
big
.
NewInt
(
0
),
ConstantinopleBlock
:
big
.
NewInt
(
0
),
PetersburgBlock
:
big
.
NewInt
(
0
),
IstanbulBlock
:
big
.
NewInt
(
1
_561_651
),
MuirGlacierBlock
:
nil
,
BerlinBlock
:
big
.
NewInt
(
4
_460_644
),
LondonBlock
:
big
.
NewInt
(
5
_062_605
),
ArrowGlacierBlock
:
nil
,
TerminalTotalDifficulty
:
big
.
NewInt
(
10
_790_000
),
ChainID
:
big
.
NewInt
(
5
),
HomesteadBlock
:
big
.
NewInt
(
0
),
DAOForkBlock
:
nil
,
DAOForkSupport
:
true
,
EIP150Block
:
big
.
NewInt
(
0
),
EIP155Block
:
big
.
NewInt
(
0
),
EIP158Block
:
big
.
NewInt
(
0
),
ByzantiumBlock
:
big
.
NewInt
(
0
),
ConstantinopleBlock
:
big
.
NewInt
(
0
),
PetersburgBlock
:
big
.
NewInt
(
0
),
IstanbulBlock
:
big
.
NewInt
(
1
_561_651
),
MuirGlacierBlock
:
nil
,
BerlinBlock
:
big
.
NewInt
(
4
_460_644
),
LondonBlock
:
big
.
NewInt
(
5
_062_605
),
ArrowGlacierBlock
:
nil
,
TerminalTotalDifficulty
:
big
.
NewInt
(
10
_790_000
),
TerminalTotalDifficultyPassed
:
true
,
Clique
:
&
CliqueConfig
{
Period
:
15
,
Epoch
:
30000
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment