File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change 15
15
type : choice
16
16
options :
17
17
- dev-preview
18
+ - testing-mainnet
18
19
dry_run :
19
20
description : Dry run will not deploy the distribution to the Mithril network
20
21
required : true
26
27
strategy :
27
28
fail-fast : false
28
29
matrix :
29
- environment : [ dev-preview ]
30
+ environment : [ dev-preview, testing-mainnet ]
30
31
include :
31
32
- environment : dev-preview
32
33
environment_prefix : dev
61
62
google_machine_type : e2-highmem-4
62
63
google_compute_instance_boot_disk_size : 200
63
64
google_compute_instance_data_disk_size : 250
65
+ - environment : testing-mainnet
66
+ environment_prefix : testing
67
+ cardano_network : mainnet
68
+ mithril_use_p2p_network : false
69
+ mithril_api_domain : api.mithril.network
70
+ mithril_era_reader_adapter_type : bootstrap
71
+ mithril_protocol_parameters : |
72
+ {
73
+ k = 2422
74
+ m = 20973
75
+ phi_f = 0.20
76
+ }
77
+ mithril_signers : |
78
+ {
79
+ "1" = {
80
+ type = "unverified-alone",
81
+ pool_id = "pool1re8cmjt895tpx8dx2veg0cew5yqtxnt82sll03e433a4ugnh9w7",
82
+ }
83
+ }
84
+ terraform_backend_bucket : hydra-terraform-admin
85
+ google_region : europe-west1
86
+ google_zone : europe-west1-b
87
+ google_machine_type : e2-highmem-8
88
+ google_compute_instance_boot_disk_size : 250
89
+ google_compute_instance_data_disk_size : 1000
64
90
65
91
environment : ${{ matrix.environment }}
66
92
runs-on : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments