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 @@ -152,9 +152,9 @@ elif [ "$1" = "step2" ]; then
152152 CONWAY_GENESIS_STEP1_HASH=" $( jq -r " .ConwayGenesisHash" " $STATE_CLUSTER /config-bft1.json" ) "
153153 ALONZO_GENESIS_STEP1_HASH=" $( jq -r " .AlonzoGenesisHash" " $STATE_CLUSTER /config-bft1.json" ) "
154154 # hashes of genesis files that were potentially replaced
155- ALONZO_GENESIS_HASH=" $( cardano-cli legacy genesis hash --genesis \
155+ ALONZO_GENESIS_HASH=" $( cardano-cli latest genesis hash --genesis \
156156 " $STATE_CLUSTER /shelley/genesis.alonzo.json" ) "
157- CONWAY_GENESIS_HASH=" $( cardano-cli legacy genesis hash --genesis \
157+ CONWAY_GENESIS_HASH=" $( cardano-cli latest genesis hash --genesis \
158158 " $STATE_CLUSTER /shelley/genesis.conway.json" ) "
159159
160160 # copy newly generated config files to the cluster state dir
You can’t perform that action at this time.
0 commit comments