Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit 4793a8d

Browse files
committed
Added constantinople, petersburg HF blocks for mainnet and ropsten
1 parent bc352a9 commit 4793a8d

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

src/chains/mainnet.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,13 @@
5252
},
5353
{
5454
"name": "constantinople",
55-
"block": null,
55+
"block": 7280000,
56+
"consensus": "pow",
57+
"finality": null
58+
},
59+
{
60+
"name": "petersburg",
61+
"block": 7280000,
5662
"consensus": "pow",
5763
"finality": null
5864
}

src/chains/ropsten.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,13 @@
5252
},
5353
{
5454
"name": "constantinople",
55-
"block": null,
55+
"block": 4230000,
56+
"consensus": "pow",
57+
"finality": null
58+
},
59+
{
60+
"name": "petersburg",
61+
"block": 4939394,
5662
"consensus": "pow",
5763
"finality": null
5864
}

0 commit comments

Comments
 (0)