Skip to content

Commit 78d815e

Browse files
committed
fix: arbitrum nitro node cli flags
1 parent 54325a5 commit 78d815e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

node/coinstacks/arbitrum-nova/daemon/init.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ start() {
2323
--ws.port 8548 \
2424
--ws.api eth,net,web3,debug,txpool,arb \
2525
--ws.origins '*' \
26-
--execution.staker.enable='false' \
26+
--node.staker.enable='false' \
2727
--execution.tx-lookup-limit 0 &
2828
PID="$!"
2929
}

node/coinstacks/arbitrum/daemon/init.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ start() {
2323
--ws.port 8548 \
2424
--ws.api eth,net,web3,debug,txpool,arb \
2525
--ws.origins '*' \
26-
--execution.staker.enable='false' \
26+
--node.staker.enable='false' \
2727
--execution.tx-lookup-limit 0 &
2828
PID="$!"
2929
}

0 commit comments

Comments
 (0)