Skip to content

Commit

Permalink
replace --version dev with --devmode
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Nov 15, 2023
1 parent 80af9d2 commit 4f7f5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tezos/scripts/evm-proxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TEZ_BIN=/usr/local/bin

CMD="$TEZ_BIN/octez-evm-node run proxy \
with endpoint http://rollup-${MY_POD_NAME}:8932 \
--version dev \
--devmode \
--rpc-addr 0.0.0.0"

exec $CMD

0 comments on commit 4f7f5e6

Please sign in to comment.