diff --git a/spartan/aztec-network/eth-devnet/entrypoints/eth-execution.sh b/spartan/aztec-network/eth-devnet/entrypoints/eth-execution.sh index 8a4b402dcfe0..550a0b00c548 100755 --- a/spartan/aztec-network/eth-devnet/entrypoints/eth-execution.sh +++ b/spartan/aztec-network/eth-devnet/entrypoints/eth-execution.sh @@ -1,6 +1,6 @@ #! /bin/bash -exec reth node \ +reth node \ --http \ --http.port=${HTTP_PORT} \ --http.addr="0.0.0.0" \ @@ -22,4 +22,4 @@ exec reth node \ --chain="/genesis/genesis.json" \ --datadir="/data" \ --log.stdout.format=json \ - -vv \ No newline at end of file + -vvv