Skip to content

Commit

Permalink
actually mondaynet doesn't have evm rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Oct 31, 2023
1 parent ea864f0 commit 191040e
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 191040e

Please sign in to comment.