Skip to content

Commit

Permalink
Add required flag
Browse files Browse the repository at this point in the history
Since NethermindEth/juno#2249,
it's now required to either pass the --eth-node flag or
--disable-l1-verification
  • Loading branch information
derrix060 authored Nov 4, 2024
1 parent 1474279 commit 87c65a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/clients/juno/client.star
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def run(plan, name, participant):
"--http-host", "0.0.0.0",
"--log-level", "debug",
"--db-path", "/var/lib/juno",
"--disable-l1-verification"
]

# Add P2P args only if we're in P2P mode
Expand Down

0 comments on commit 87c65a0

Please sign in to comment.