File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -132,15 +132,18 @@ variable "mithril_era_reader_adapter_type" {
132
132
variable "mithril_era_reader_address_url" {
133
133
type = string
134
134
description = " The url of the Mithril era reader address used to query the on chain Utxo containing the era markers payload"
135
+ default = " "
135
136
}
136
137
137
138
variable "mithril_era_reader_verification_key_url" {
138
139
type = string
139
140
description = " The url of the Mithril era reader verification key used by to verify an era markers payload"
141
+ default = " "
140
142
}
141
143
variable "mithril_era_reader_secret_key" {
142
144
type = string
143
145
description = " The Mithril genesis secret key used by the aggregator to generate an era marker payload TxDatum file (test only)"
146
+ default = " "
144
147
}
145
148
146
149
variable "mithril_signers" {
You can’t perform that action at this time.
0 commit comments