We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb219b6 commit 28b117cCopy full SHA for 28b117c
packages/e2e/local-network/scripts/start.sh
@@ -28,6 +28,8 @@ echo "Run"
28
./scripts/make-babbage.sh
29
./network-files/run/all.sh &
30
31
+if [ -d /sdk-ipc ] ; then cp -a config/network /sdk-ipc/config ; fi
32
+
33
export CARDANO_NODE_SOCKET_PATH=$PWD/network-files/node-sp1/node.sock
34
35
while [ ! -S "$CARDANO_NODE_SOCKET_PATH" ]; do
packages/e2e/local-network/sdk-ipc/.gitignore
@@ -1,2 +1,3 @@
1
+config
2
handle_policy_ids
3
prevent_ogmios
0 commit comments