Skip to content

Commit 611d41e

Browse files
committed
feat: activate 'dev-mainnet' network
1 parent 7cc8efd commit 611d41e

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

.github/workflows/test-deploy-network.yml

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
type: choice
1616
options:
1717
- dev-preview
18+
- dev-mainnet
1819
- testing-mainnet
1920
dry_run:
2021
description: Dry run will not deploy the distribution to the Mithril network
@@ -27,7 +28,7 @@ jobs:
2728
strategy:
2829
fail-fast: false
2930
matrix:
30-
environment: [dev-preview, testing-mainnet]
31+
environment: [dev-preview, dev-mainnet, testing-mainnet]
3132
include:
3233
- environment: dev-preview
3334
environment_prefix: dev
@@ -64,6 +65,33 @@ jobs:
6465
google_compute_instance_boot_disk_type: pd-standard
6566
google_compute_instance_data_disk_size: 250
6667
google_compute_instance_data_disk_type: pd-standard
68+
- environment: dev-mainnet
69+
environment_prefix: dev
70+
cardano_network: mainnet
71+
mithril_use_p2p_network: false
72+
mithril_api_domain: api.mithril.network
73+
mithril_era_reader_adapter_type: bootstrap
74+
mithril_protocol_parameters: |
75+
{
76+
k = 2422
77+
m = 20973
78+
phi_f = 0.20
79+
}
80+
mithril_signers: |
81+
{
82+
"1" = {
83+
type = "unverified-alone",
84+
pool_id = "pool1re8cmjt895tpx8dx2veg0cew5yqtxnt82sll03e433a4ugnh9w7",
85+
}
86+
}
87+
terraform_backend_bucket: hydra-terraform-admin
88+
google_region: europe-west1
89+
google_zone: europe-west1-b
90+
google_machine_type: e2-highmem-8
91+
google_compute_instance_boot_disk_size: 250
92+
google_compute_instance_boot_disk_type: pd-standard
93+
google_compute_instance_data_disk_size: 1000
94+
google_compute_instance_data_disk_type: pd-balanced
6795
- environment: testing-mainnet
6896
environment_prefix: testing
6997
cardano_network: mainnet

0 commit comments

Comments
 (0)