Skip to content

Commit

Permalink
fix(examples): touch up justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Jun 28, 2024
1 parent 9a23c6c commit 5d3857b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ docker-run-ts:
-e L1_RPC_URL=$L1_RPC_URL \
-e L2_RPC_URL=$L2_RPC_URL \
-e BEACON_URL=$BEACON_URL \
-e METRICS_URL=$METRICS_URL \
-e START_L2_BLOCK=$START_L2_BLOCK \
-e START_BLOCKS_FROM_TIP=$START_BLOCKS_FROM_TIP \
trusted-sync

# Run the `trusted-sync` docker container with Loki logging
Expand All @@ -110,5 +113,6 @@ docker-run-ts-with-loki:
-e LOKI_URL=$LOKI_URL \
-e METRICS_URL=$METRICS_URL \
-e START_L2_BLOCK=$START_L2_BLOCK \
-e START_BLOCKS_FROM_TIP=$START_BLOCKS_FROM_TIP \
trusted-sync

0 comments on commit 5d3857b

Please sign in to comment.