Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
puppetninja committed Jul 30, 2024
1 parent 240b08d commit 6a62f29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/tezos/scripts/evm-observer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ EVM_CONFIG_FILE="${EVM_DATA_DIR}/config.json"
WAIT_LIMIT=30
COUNTER=1
while [ "$(curl -s http://localhost:8932/local/synchronized)" != "synchronized" ] && [ $COUNTER -lt $WAIT_LIMIT ]; do
COUNTER=$((COUNTER + 1))
echo "polling ${COUNTER}/${WAIT_LIMIT}: rollup node not synchronized yet"
sleep 60
done
Expand Down

0 comments on commit 6a62f29

Please sign in to comment.