Skip to content

Commit 2709b8f

Browse files
authored
fix(dolos): set conway_path for genesis config (#164)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 58bd041 commit 2709b8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/dolos/templates/daemon.toml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ prune_height = 200
4040
byron_path = "/config/byron-genesis.json"
4141
shelley_path = "/config/shelley-genesis.json"
4242
alonzo_path = "/config/alonzo-genesis.json"
43+
conway_path = "/config/conway-genesis.json"
4344

4445
[mithril]
4546
{% if dolos_network == "preprod" %}

0 commit comments

Comments
 (0)