Skip to content

Commit

Permalink
feat: add opbnb mainnet Fermat fork height (#30)
Browse files Browse the repository at this point in the history
* feat: add opbnb mainnet Fermat fork height

* update PR number
  • Loading branch information
owen-reorg authored Nov 7, 2023
1 parent f8871fc commit 8b9d5f9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## v0.2.1

This is the Fermat Hardfork release for opBNB Mainnet.
It will be activated at block height 9397477, expected to occur on November 28, 2023, at 6 AM UTC.

All mainnet nodes must upgrade to this release before the hardfork.
Upgrading for other networks is optional.

### User Facing Changes

NA

### Partial Changelog

- #30: feat: add opbnb mainnet Fermat fork height

### Docker Images

- ghcr.io/bnb-chain/op-geth:v0.2.1

### Full Changelog

https://github.com/bnb-chain/op-geth/compare/v0.2.0...v0.2.1

## v0.2.0

This is a hardfork release for the opBNB Testnet called Fermat.
Expand Down
3 changes: 1 addition & 2 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,7 @@ var (
EIP1559Elasticity: 2,
EIP1559Denominator: 8,
},
// TODO change block number
Fermat: nil,
Fermat: big.NewInt(9397477), // Nov-28-2023 06 AM +UTC
}

OPBNBTestNetConfig = &ChainConfig{
Expand Down

0 comments on commit 8b9d5f9

Please sign in to comment.