Skip to content

Commit

Permalink
Merge branch 'evm_rollup' into dailynet-submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Oct 31, 2023
2 parents b1105f6 + 191040e commit 820bd4c
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions charts/tezos/scripts/evm-proxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,9 @@ set -ex

TEZ_BIN=/usr/local/bin

if ls /usr/local/bin/octez-evm-node; then
CMD="$TEZ_BIN/octez-evm-node run proxy \
with endpoint http://rollup-${MY_POD_NAME}:8932 \
--mode dev \
--rpc-addr 0.0.0.0"
else
# temporary until 20231106 mondaynet - old command
CMD="$TEZ_BIN/octez-evm-proxy-server run \
with endpoint http://rollup-${MY_POD_NAME}:8932 \
--mode dev \
--rpc-addr 0.0.0.0"
fi
CMD="$TEZ_BIN/octez-evm-node run proxy \
with endpoint http://rollup-${MY_POD_NAME}:8932 \
--mode dev \
--rpc-addr 0.0.0.0"

exec $CMD

0 comments on commit 820bd4c

Please sign in to comment.