Skip to content

Commit

Permalink
feat(taiko-client): update hekla's protocol config (#17955)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoGhurt111 authored Aug 20, 2024
1 parent 8774a48 commit 4b6a70d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/taiko-client--hive_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: "Taiko Client Hive Tests"

on:
push:
branches: [main]
branches: [refactor/rm-tier-fee2]
paths:
- "packages/taiko-client/**"
pull_request:
branches: [ refactor/rm-tier-fee2 ]
paths:
- "packages/taiko-client/**"
- "go.mod"
Expand Down
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 @@ -36,9 +36,10 @@ var (
LivenessBond: livenessBond,
StateRootSyncInternal: 16,
MaxAnchorHeightOffset: 64,
OntakeForkHeight: 540_000,
OntakeForkHeight: 720_000,
BaseFeeConfig: bindings.TaikoDataBaseFeeConfig{
AdjustmentQuotient: 8,
SharingPctg: 75,
GasIssuancePerSecond: 5_000_000,
MinGasExcess: 1_340_000_000,
MaxGasIssuancePerBlock: 600_000_000,
Expand Down

0 comments on commit 4b6a70d

Please sign in to comment.