From 6049352ce95e553b4a8ca4a22138e12b102880f8 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Wed, 30 Oct 2024 17:35:57 -0400 Subject: [PATCH] fix(dolos): set conway_path for genesis config Signed-off-by: Chris Gianelloni --- roles/dolos/templates/daemon.toml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/dolos/templates/daemon.toml.j2 b/roles/dolos/templates/daemon.toml.j2 index 5745a41..cf99e61 100644 --- a/roles/dolos/templates/daemon.toml.j2 +++ b/roles/dolos/templates/daemon.toml.j2 @@ -40,6 +40,7 @@ prune_height = 200 byron_path = "/config/byron-genesis.json" shelley_path = "/config/shelley-genesis.json" alonzo_path = "/config/alonzo-genesis.json" +conway_path = "/config/conway-genesis.json" [mithril] {% if dolos_network == "preprod" %}