We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0521e commit 4817523Copy full SHA for 4817523
mithril-test-lab/mithril-devnet/mkfiles/mkfiles-cardano.sh
@@ -113,6 +113,9 @@ echo "TestBabbageHardForkAtEpoch: ${HARD_FORK_BABBAGE_AT_EPOCH}" >> "${ARTIFACTS
113
echo "TestConwayHardForkAtEpoch: ${HARD_FORK_CONWAY_AT_EPOCH}" >> "${ARTIFACTS_DIR_TEMP}/configuration.yaml"
114
echo "ExperimentalProtocolsEnabled: True" >> "${ARTIFACTS_DIR_TEMP}/configuration.yaml"
115
116
+echo "LedgerDB:" >> "${ARTIFACTS_DIR_TEMP}/configuration.yaml"
117
+echo " Backend: V2InMemory" >> "${ARTIFACTS_DIR_TEMP}/configuration.yaml"
118
+
119
$CARDANO_CLI $CARDANO_CLI_ERA genesis create-staked --genesis-dir "${ARTIFACTS_DIR_TEMP}" \
120
--testnet-magic "${NETWORK_MAGIC}" \
121
--gen-pools ${NUM_SPO_NODES} \
0 commit comments