Skip to content

Commit 143a658

Browse files
authored
[fix] add -s to curl (#14)
1 parent 437a550 commit 143a658

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ Sync speed depends on your L1 node, as the majority of the chain is derived from
6060
```
6161
echo Latest synced block behind by: \
6262
$((($( date +%s )-\
63-
$( curl -d '{"id":0,"jsonrpc":"2.0","method":"optimism_syncStatus"}' -H "Content-Type: application/json" http://localhost:7545 |
63+
$( curl -s -d '{"id":0,"jsonrpc":"2.0","method":"optimism_syncStatus"}' -H "Content-Type: application/json" http://localhost:7545 |
6464
jq -r .result.unsafe_l2.timestamp))/60)) minutes
6565
```

0 commit comments

Comments
 (0)