7 lines
142 B
Bash
7 lines
142 B
Bash
#!/bin/bash
|
|
|
|
# Init vars
|
|
source /scripts/init_node_vars
|
|
|
|
BLOCK=$(cardano-cli query tip ${NETWORK_ARGUMENT} | jq -r '.blockNo')
|
|
echo "${BLOCK}" |