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

Commit

Permalink
ethcore: delay ropsten hardfork (#9704)
Browse files Browse the repository at this point in the history
  • Loading branch information
5chdn committed Oct 8, 2018
1 parent 91e700a commit 447140a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ethcore/res/ethereum/ropsten.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"blockReward": {
"0": "0x4563918244F40000",
"1700000": "0x29A2241AF62C0000",
"4200000": "0x1BC16D674EC80000"
"4230000": "0x1BC16D674EC80000"
},
"homesteadTransition": 0,
"eip100bTransition": 1700000,
"difficultyBombDelays": {
"1700000": 3000000,
"4200000": 2000000
"4230000": 2000000
}
}
}
Expand All @@ -42,10 +42,10 @@
"eip211Transition": 1700000,
"eip214Transition": 1700000,
"eip658Transition": 1700000,
"eip145Transition": 4200000,
"eip1014Transition": 4200000,
"eip1052Transition": 4200000,
"eip1283Transition": 4200000
"eip145Transition": 4230000,
"eip1014Transition": 4230000,
"eip1052Transition": 4230000,
"eip1283Transition": 4230000
},
"genesis": {
"seal": {
Expand Down

0 comments on commit 447140a

Please sign in to comment.