File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "genDelegs" : {}
3
+ }
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ $SED -i ${ROOT}/configuration.yaml \
100
100
-e ' s|GenesisFile: genesis.json|ByronGenesisFile: byron/genesis.json|' \
101
101
-e ' /ByronGenesisFile/ aShelleyGenesisFile: shelley/genesis.json' \
102
102
-e ' /ByronGenesisFile/ aAlonzoGenesisFile: shelley/genesis.alonzo.json' \
103
+ -e ' /ByronGenesisFile/ aConwayGenesisFile: shelley/genesis.conway.json' \
103
104
-e ' s/RequiresNoMagic/RequiresMagic/' \
104
105
-e ' s/LastKnownBlockVersion-Major: 0/LastKnownBlockVersion-Major: 1/' \
105
106
-e ' s/LastKnownBlockVersion-Minor: 2/LastKnownBlockVersion-Minor: 0/'
@@ -309,9 +310,10 @@ echo "====================================================================="
309
310
# Set up our template
310
311
mkdir shelley
311
312
312
- # Copy the QA testnet alonzo genesis which is equivalent to the mainnet
313
+ # Copy the QA testnet alonzo and conway genesis files which is equivalent to the mainnet
313
314
314
315
cp ../configuration/cardano/shelley_qa-alonzo-genesis.json shelley/genesis.alonzo.spec.json
316
+ cp ../configuration/cardano/shelley_qa-conway-genesis.json shelley/genesis.conway.spec.json
315
317
316
318
cardano-cli genesis create --testnet-magic ${NETWORK_MAGIC} --genesis-dir shelley
317
319
You can’t perform that action at this time.
0 commit comments