Skip to content

Commit

Permalink
feat(taiko-client): update protocol configs temporarily (#17999)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored Aug 29, 2024
1 parent 606114f commit 7893700
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/taiko-client/bindings/encoding/protocol_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ var (
LivenessBond: livenessBond,
StateRootSyncInternal: 16,
MaxAnchorHeightOffset: 64,
OntakeForkHeight: 374_400,
// TODO: update this value when mainnet fork height is decided
OntakeForkHeight: 9_000_000,
BaseFeeConfig: bindings.TaikoDataBaseFeeConfig{
AdjustmentQuotient: 8,
GasIssuancePerSecond: 5_000_000,
Expand Down

0 comments on commit 7893700

Please sign in to comment.