Skip to content

Commit

Permalink
feat: update config files
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniRamirezM committed Sep 5, 2024
1 parent 035912e commit 6d1ea3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/config/test.config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ GasOffset = 80000
WaitPeriodPurgeTxFile = "60m"
MaxPendingTx = 1
RPCURL = "http://127.0.0.1:8123"
GetBatchWaitInterval = "10s"
[SequenceSender.StreamClient]
Server = "127.0.0.1:6900"
[SequenceSender.EthTxManager]
Expand Down
1 change: 1 addition & 0 deletions test/config/test.kurtosis_template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ GasOffset = 80000
WaitPeriodPurgeTxFile = "15m"
MaxPendingTx = 1
RPCURL = "http://127.0.0.1:8123"
GetBatchWaitInterval = "10s"
[SequenceSender.StreamClient]
Server = "127.0.0.1:${zkevm_data_streamer_port}"
[SequenceSender.EthTxManager]
Expand Down

0 comments on commit 6d1ea3c

Please sign in to comment.