We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437a550 commit 143a658Copy full SHA for 143a658
1 file changed
README.md
@@ -60,6 +60,6 @@ Sync speed depends on your L1 node, as the majority of the chain is derived from
60
```
61
echo Latest synced block behind by: \
62
$((($( date +%s )-\
63
-$( curl -d '{"id":0,"jsonrpc":"2.0","method":"optimism_syncStatus"}' -H "Content-Type: application/json" http://localhost:7545 |
+$( curl -s -d '{"id":0,"jsonrpc":"2.0","method":"optimism_syncStatus"}' -H "Content-Type: application/json" http://localhost:7545 |
64
jq -r .result.unsafe_l2.timestamp))/60)) minutes
65
0 commit comments