File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
mithril-infra/assets/tools/pool Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -439,6 +439,10 @@ jobs:
439439 }
440440 mithril_signers : |
441441 {
442+ "1" = {
443+ type = "verified",
444+ pool_id = "",
445+ },
442446 "2" = {
443447 type = "verified",
444448 pool_id = "",
@@ -451,7 +455,7 @@ jobs:
451455 terraform_backend_bucket : hydra-terraform-admin
452456 google_region : europe-west1
453457 google_zone : europe-west1-b
454- google_machine_type : e2-standard -2
458+ google_machine_type : e2-highmem -2
455459
456460 runs-on : ubuntu-22.04
457461
Original file line number Diff line number Diff line change 66# Import prelude
77. $( dirname -- " $0 " ) /_prelude.sh
88
9+ # Show version
10+ CARDANO_CLI_CMD --version
11+
912# Compute Pool Id
1013POOL_ID=$( CARDANO_CLI_CMD stake-pool id --cold-verification-key-file ${POOL_ARTIFACTS_DIR} /cold.vkey)
1114echo POOL_ID=$POOL_ID
You can’t perform that action at this time.
0 commit comments