Commit 4559a824 authored by Mark Tyneway's avatar Mark Tyneway

ops: pass through start block height to dtl

Without this explicitly configured, the `ops` package
would hang on my machine. It was incorrectly using a start height
greater than the size of the L1 chain
parent b7e9d10c
---
'@eth-optimism/integration-tests': patch
---
Pass through starting block height to dtl
...@@ -8,6 +8,7 @@ DATA_TRANSPORT_LAYER__POLLING_INTERVAL=100 ...@@ -8,6 +8,7 @@ DATA_TRANSPORT_LAYER__POLLING_INTERVAL=100
DATA_TRANSPORT_LAYER__LOGS_PER_POLLING_INTERVAL=2000 DATA_TRANSPORT_LAYER__LOGS_PER_POLLING_INTERVAL=2000
DATA_TRANSPORT_LAYER__DANGEROUSLY_CATCH_ALL_ERRORS=true DATA_TRANSPORT_LAYER__DANGEROUSLY_CATCH_ALL_ERRORS=true
DATA_TRANSPORT_LAYER__SERVER_HOSTNAME=0.0.0.0 DATA_TRANSPORT_LAYER__SERVER_HOSTNAME=0.0.0.0
DATA_TRANSPORT_LAYER__L1_START_HEIGHT=1
DATA_TRANSPORT_LAYER__ADDRESS_MANAGER= DATA_TRANSPORT_LAYER__ADDRESS_MANAGER=
DATA_TRANSPORT_LAYER__L1_RPC_ENDPOINT= DATA_TRANSPORT_LAYER__L1_RPC_ENDPOINT=
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment