File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
mithril-infra/assets/tools/pool Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ jobs:
394394 type = "unverified",
395395 pool_id = "pool18r62tz408lkgfu6pq5svwzkh2vslkeg6mf72qf3h8njgvzhx9ce",
396396 },
397- "1 " = {
397+ "2 " = {
398398 type = "verified",
399399 pool_id = "",
400400 },
Original file line number Diff line number Diff line change 88
99# Create keys and addresses
1010# # Create payment keypair
11- CARDANO_CLI_CMD address key-gen \s
11+ CARDANO_CLI_CMD address key-gen \
1212--verification-key-file ${POOL_ARTIFACTS_DIR} /payment.vkey \
1313--signing-key-file ${POOL_ARTIFACTS_DIR} /payment.skey
1414
@@ -30,7 +30,7 @@ CARDANO_CLI_CMD stake-address build \
3030--out-file ${POOL_ARTIFACTS_DIR} /stake.addr \
3131--testnet-magic $NETWORK_MAGIC
3232
33- # 2. Generate your stake pool keys
33+ # Generate your stake pool keys
3434# # Generate Cold Keys and a Cold_counter
3535CARDANO_CLI_CMD node key-gen \
3636--cold-verification-key-file ${POOL_ARTIFACTS_DIR} /cold.vkey \
You can’t perform that action at this time.
0 commit comments