Skip to content

Commit

Permalink
Add sample config for geth/reth with custom batcher config
Browse files Browse the repository at this point in the history
used in holocene awareness testing issue#12122
  • Loading branch information
vdamle committed Dec 11, 2024
1 parent 87d0792 commit 5ea4850
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/tests/op-geth-reth-custom-batcher.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
optimism_package:
chains:
- participants:
- el_type: op-geth
cl_type: op-node
- el_type: op-reth
cl_type: op-node
network_params:
fjord_time_offset: 0
granite_time_offset: 0
holocene_time_offset: 100
batcher_params:
extra_params: [--max-channel-duration=60, --max-l1-tx-size-bytes=10000, --target-num-frames=5, --data-availability-type=calldata, --batch-type=0]

0 comments on commit 5ea4850

Please sign in to comment.