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

Commit 56885fe

Browse files
authored
ethcore/res: activate ecip-1088 phoenix on classic (#11598)
* ethcore/res: activate ecip-1088 phoenix on classic * scripts: validate classic mainnet spec for phoenix eips * Revert "scripts: validate classic mainnet spec for phoenix eips" This reverts commit baa0051.
1 parent 1b23af3 commit 56885fe

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

ethcore/res/ethereum/classic.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,13 @@
4141
"eip145Transition": "0x921288",
4242
"eip1014Transition": "0x921288",
4343
"eip1052Transition": "0x921288",
44-
"eip1283Transition": "0xa03ae7",
44+
"eip1283Transition": "0x0",
45+
"eip1283DisableTransition": "0x0",
46+
"eip1283ReenableTransition": "0xa03ae7",
4547
"eip1344Transition": "0xa03ae7",
4648
"eip1706Transition": "0xa03ae7",
47-
"eip2028Transition": "0xa03ae7",
48-
"eip2200AdvanceTransition": "0xa03ae7"
49+
"eip1884Transition": "0xa03ae7",
50+
"eip2028Transition": "0xa03ae7"
4951
},
5052
"genesis": {
5153
"seal": {

0 commit comments

Comments
 (0)