Skip to content

Commit

Permalink
feat(protocol): update mainnet ontakeForkHeight config (#18252)
Browse files Browse the repository at this point in the history
Co-authored-by: Gavin Yu <gavin@taiko.xyz>
Co-authored-by: Daniel Wang <99078276+dantaik@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 14, 2024
1 parent e856273 commit 7550882
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ contract MainnetTaikoL1 is TaikoL1, RollupAddressCache {
minGasExcess: 1_340_000_000, // correspond to 0.008847185 gwei basefee
maxGasIssuancePerBlock: 600_000_000 // two minutes: 5_000_000 * 120
}),
ontakeForkHeight: 576_000 // = 7200 * 80
});
ontakeForkHeight: 538_304
});
}

function _getAddress(uint64 _chainId, bytes32 _name) internal view override returns (address) {
Expand Down

0 comments on commit 7550882

Please sign in to comment.