Skip to content

Commit

Permalink
feat(taiko-client): update bindings for #17871
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Aug 3, 2024
1 parent baf39b1 commit 76b3f2f
Show file tree
Hide file tree
Showing 11 changed files with 476 additions and 1,028 deletions.
2 changes: 1 addition & 1 deletion packages/taiko-client/bindings/.githead
Original file line number Diff line number Diff line change
@@ -1 +1 @@
32d96a816926e32da61f8495d257a8b10e26f83b
baf39b10ab95440a9dfad1cac98a6b6fe66db146
6 changes: 3 additions & 3 deletions packages/taiko-client/bindings/encoding/protocol_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var (
MaxAnchorHeightOffset: 64,
BasefeeAdjustmentQuotient: 8,
BasefeeSharingPctg: 75,
BlockGasIssuance: 20_000_000,
GasIssuancePerSecond: 5_000_000,
OntakeForkHeight: 374_400,
}
HeklaProtocolConfig = &bindings.TaikoDataConfig{
Expand All @@ -35,7 +35,7 @@ var (
MaxAnchorHeightOffset: 64,
BasefeeAdjustmentQuotient: 8,
BasefeeSharingPctg: 75,
BlockGasIssuance: 20_000_000,
GasIssuancePerSecond: 5_000_000,
OntakeForkHeight: 540_000,
}
MainnetProtocolConfig = &bindings.TaikoDataConfig{
Expand All @@ -49,7 +49,7 @@ var (
MaxAnchorHeightOffset: 64,
BasefeeAdjustmentQuotient: 8,
BasefeeSharingPctg: 75,
BlockGasIssuance: 20_000_000,
GasIssuancePerSecond: 5_000_000,
OntakeForkHeight: 374_400,
}
)
Expand Down
2 changes: 1 addition & 1 deletion packages/taiko-client/bindings/gen_guardian_prover.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/taiko-client/bindings/gen_lib_proposing.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 76b3f2f

Please sign in to comment.