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.
1 parent b910f63 commit a511487Copy full SHA for a511487
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