Skip to content

Commit

Permalink
feat(taiko-client): update OntakeForkHeight in mainnet (#18253)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoGhurt111 authored Oct 16, 2024
1 parent 2ddc03b commit 21c6235
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/taiko-client/bindings/encoding/protocol_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ var (
LivenessBond: livenessBond,
StateRootSyncInternal: 16,
MaxAnchorHeightOffset: 64,
// TODO: update this value when mainnet fork height is decided
OntakeForkHeight: 9_000_000,
OntakeForkHeight: 538_304,
BaseFeeConfig: bindings.LibSharedDataBaseFeeConfig{
AdjustmentQuotient: 8,
GasIssuancePerSecond: 5_000_000,
Expand Down

0 comments on commit 21c6235

Please sign in to comment.