File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -255,12 +255,19 @@ startLocalTestnet :: IO ()
255255startLocalTestnet = do
256256 setEnv " CARDANO_CLI" " cardano-cli"
257257 setEnv " CARDANO_NODE" " cardano-node"
258+ runCmd
259+ " cardano-testnet create-env"
260+ [ opt " num-pool-nodes" env_CARDANO_TESTNET_NUM_NODES
261+ , flg " enable-new-epoch-state-logging"
262+ , opt " output" env_TESTNET_WORK_DIR
263+ , opt " testnet-magic" env_CARDANO_TESTNET_MAGIC
264+ ]
265+ & Console. putChunks
258266 runCmd
259267 " cardano-testnet cardano"
260268 [ opt " num-pool-nodes" env_CARDANO_TESTNET_NUM_NODES
261- , flg " conway-era"
262269 , flg " enable-new-epoch-state-logging"
263- , opt " output-dir " env_TESTNET_WORK_DIR
270+ , opt " node-env " env_TESTNET_WORK_DIR
264271 , opt " testnet-magic" env_CARDANO_TESTNET_MAGIC
265272 ]
266273 & Console. putChunks
You can’t perform that action at this time.
0 commit comments