Skip to content
Snippets Groups Projects
Commit 1d254dba authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(#125): fix: e2e: use --chain=gdev_dev

parent 240fb981
No related branches found
No related tags found
No related merge requests found
Pipeline #33597 failed
......@@ -120,9 +120,14 @@ pub async fn spawn_node(maybe_genesis_conf_file: Option<PathBuf>) -> (Client, Pr
ws_port,
} = spawn_full_node(
&[
"--chain=gdev_local",
"--chain=gdev_dev",
"--execution=Native",
"--sealing=manual",
// Necessary options which were previously set by --dev option:
"--force-authoring",
"--rpc-cors=all",
"--alice",
"--tmp",
],
&duniter_binary_path,
maybe_genesis_conf_file,
......@@ -204,8 +209,6 @@ fn spawn_full_node(
&rpc_port.to_string(),
"--ws-port",
&ws_port.to_string(),
"--base-path",
"/tmp/duniter-cucumber",
]
.iter()
.chain(args),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment