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 @@ -386,7 +386,7 @@ jobs:
386386 type = "unverified",
387387 pool_id = "pool18r62tz408lkgfu6pq5svwzkh2vslkeg6mf72qf3h8njgvzhx9ce",
388388 },
389- "1 " = {
389+ "2 " = {
390390 type = "verified",
391391 pool_id = "",
392392 },
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