Skip to content

Commit

Permalink
update fork time
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-reorg committed Oct 26, 2023
1 parent 7f1d609 commit a6a4a77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## v0.2.0

This is a hardfork release for the opBNB Testnet called Fermat.
It will be activated at block height 13063000, expected to occur on November 14, 2023, at 6 AM UTC.
It will be activated at block height 12113000, expected to occur on November 3, 2023, at 6 AM UTC.

### User Facing Changes

Expand Down
2 changes: 1 addition & 1 deletion op-node/chaincfg/chains.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ var OPBNBTestnet = rollup.Config{
DepositContractAddress: common.HexToAddress("0x4386c8abf2009ac0c263462da568dd9d46e52a31"),
L1SystemConfigAddress: common.HexToAddress("0x406ac857817708eaf4ca3a82317ef4ae3d1ea23b"),
RegolithTime: u64Ptr(0),
Fermat: big.NewInt(13063000), // Nov-14-2023 06 AM +UTC
Fermat: big.NewInt(12113000), // Nov-03-2023 06 AM +UTC
}

var OPBNBDevnet = rollup.Config{
Expand Down

0 comments on commit a6a4a77

Please sign in to comment.