File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ alonzo_path = "/config/alonzo-genesis.json"
45
45
{% if dolos_network == "preprod" %}
46
46
aggregator = "https://aggregator.release-preprod.api.mithril.network/aggregator"
47
47
genesis_key = "5b3132372c37332c3132342c3136312c362c3133372c3133312c3231332c3230372c3131372c3139382c38352c3137362c3139392c3136322c3234312c36382c3132332c3131392c3134352c31332c3233322c3234332c34392c3232392c322c3234392c3230352c3230352c33392c3233352c34345d"
48
- {% elif dolos_network = "preview" %}
48
+ {% elif dolos_network == "preview" %}
49
49
aggregator = "https://aggregator.prerelease-preview.api.mithril.network/aggregator"
50
50
genesis_key = "5b3132372c37332c3132342c3136312c362c3133372c3133312c3231332c3230372c3131372c3139382c38352c3137362c3139392c3136322c3234312c36382c3132332c3131392c3134352c31332c3233322c3234332c34392c3232392c322c3234392c3230352c3230352c33392c3233352c34345d"
51
- {% elif dolos_network = "sanchonet" %}
51
+ {% elif dolos_network == "sanchonet" %}
52
52
aggregator = "https://aggregator.prerelease-sanchonet.api.mithril.network/aggregator"
53
53
genesis_key = "5b3132372c37332c3132342c3136312c362c3133372c3133312c3231332c3230372c3131372c3139382c38352c3137362c3139392c3136322c3234312c36382c3132332c3131392c3134352c31332c3233322c3234332c34392c3232392c322c3234392c3230352c3230352c33392c3233352c34345d"
54
54
{% else %}
You can’t perform that action at this time.
0 commit comments