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:
386
386
type = "unverified",
387
387
pool_id = "pool18r62tz408lkgfu6pq5svwzkh2vslkeg6mf72qf3h8njgvzhx9ce",
388
388
},
389
- "1 " = {
389
+ "2 " = {
390
390
type = "verified",
391
391
pool_id = "",
392
392
},
Original file line number Diff line number Diff line change 8
8
9
9
# Create keys and addresses
10
10
# # Create payment keypair
11
- CARDANO_CLI_CMD address key-gen \s
11
+ CARDANO_CLI_CMD address key-gen \
12
12
--verification-key-file ${POOL_ARTIFACTS_DIR} /payment.vkey \
13
13
--signing-key-file ${POOL_ARTIFACTS_DIR} /payment.skey
14
14
@@ -30,7 +30,7 @@ CARDANO_CLI_CMD stake-address build \
30
30
--out-file ${POOL_ARTIFACTS_DIR} /stake.addr \
31
31
--testnet-magic $NETWORK_MAGIC
32
32
33
- # 2. Generate your stake pool keys
33
+ # Generate your stake pool keys
34
34
# # Generate Cold Keys and a Cold_counter
35
35
CARDANO_CLI_CMD node key-gen \
36
36
--cold-verification-key-file ${POOL_ARTIFACTS_DIR} /cold.vkey \
You can’t perform that action at this time.
0 commit comments