Skip to content

Commit 28b117c

Browse files
committed
chore: dump local-network configuration
1 parent bb219b6 commit 28b117c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/e2e/local-network/scripts/start.sh

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ echo "Run"
2828
./scripts/make-babbage.sh
2929
./network-files/run/all.sh &
3030

31+
if [ -d /sdk-ipc ] ; then cp -a config/network /sdk-ipc/config ; fi
32+
3133
export CARDANO_NODE_SOCKET_PATH=$PWD/network-files/node-sp1/node.sock
3234

3335
while [ ! -S "$CARDANO_NODE_SOCKET_PATH" ]; do
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
config
12
handle_policy_ids
23
prevent_ogmios

0 commit comments

Comments
 (0)