Skip to content

Commit

Permalink
chore(taiko-client): add BaseFeeConfig.SharingPctg to mainnet proto…
Browse files Browse the repository at this point in the history
…col config (#18341)
  • Loading branch information
davidtaikocha authored Oct 29, 2024
1 parent ae8ac3c commit 75d14a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/taiko-client/bindings/encoding/protocol_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ var (
OntakeForkHeight: 538_304,
BaseFeeConfig: bindings.LibSharedDataBaseFeeConfig{
AdjustmentQuotient: 8,
SharingPctg: 75,
GasIssuancePerSecond: 5_000_000,
MinGasExcess: 1_340_000_000,
MaxGasIssuancePerBlock: 600_000_000,
Expand Down

0 comments on commit 75d14a7

Please sign in to comment.