Skip to content

Commit

Permalink
Update detroit hard fork block height on mainnet (#253)
Browse files Browse the repository at this point in the history
# Description

The PR determines and updates `detroit` hard fork block height on
`MainNet`. The new version should include this `mainnet-genesis.json` in
its archive file.

# Changes include

- [x] New feature (non-breaking change that adds functionality)
- [x] Breaking change (change that is not backwards-compatible and/or
changes current functionality)

# Breaking changes

From the height it sets, not updated node would not be able to sync with
the MainNet network.

## Testing

- [x] I have tested this code with the official test suite
  • Loading branch information
DarianShawn authored Nov 14, 2022
1 parent 4205200 commit a9416fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mainnet-genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"EIP158": 0,
"EIP155": 0,
"portland": 1981991,
"detroit": 4116385
"detroit": 4490834
},
"chainID": 2000,
"engine": {
Expand Down

0 comments on commit a9416fd

Please sign in to comment.