Skip to content

Commit

Permalink
hotfix: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
kaladinlight committed Aug 4, 2023
1 parent 24a765b commit 8a74cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/coinstacks/optimism/op-node/readiness.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source /evm.sh

BLOCK_HEIGHT_TOLERANCE=5

SYNC_STATUS=$(curl -s -d '{"jsonrpc":"2.0","method":"optimism_syncStatus","params":[],"id":1}'-H 'Content-Type: application/json' http://localhost:9545 )
SYNC_STATUS=$(curl -s -d '{"jsonrpc":"2.0","method":"optimism_syncStatus","params":[],"id":1}' -H 'Content-Type: application/json' http://localhost:9545)

QUEUED_UNSAFE_L2_HEIGHT=$(echo $SYNC_STATUS | jq -r .result.queued_unsafe_l2.number)

Expand Down

0 comments on commit 8a74cc3

Please sign in to comment.