We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e840d8b + a511487 commit f85f10dCopy full SHA for f85f10d
mithril-infra/assets/tools/pool/query-stake-pool.sh
@@ -34,6 +34,11 @@ CARDANO_CLI_CMD query pool-params \
34
--testnet-magic $NETWORK_MAGIC \
35
--stake-pool-id $POOL_ID | jq .
36
37
+# Query KES period info
38
+CARDANO_CLI_CMD query kes-period-info \
39
+--testnet-magic $NETWORK_MAGIC \
40
+--op-cert-file ${POOL_ARTIFACTS_DIR}/opcert.cert
41
+
42
# Query current leadership schedule
43
CARDANO_CLI_CMD query leadership-schedule \
44
0 commit comments