Skip to content

Commit

Permalink
fix(taiko-client): use new type
Browse files Browse the repository at this point in the history
  • Loading branch information
failfmi committed Sep 30, 2024
1 parent c15b82a commit f041d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taiko-client/bindings/encoding/protocol_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ var (
LivenessBond: livenessBond,
StateRootSyncInternal: 16,
MaxAnchorHeightOffset: 64,
BaseFeeConfig: bindings.TaikoDataBaseFeeConfig{
BaseFeeConfig: bindings.LibSharedDataBaseFeeConfig{
AdjustmentQuotient: 8,
SharingPctg: 75,
GasIssuancePerSecond: 5_000_000,
Expand Down

0 comments on commit f041d0a

Please sign in to comment.