Skip to content

Commit

Permalink
up network
Browse files Browse the repository at this point in the history
  • Loading branch information
avery committed Dec 10, 2024
1 parent 532bf8f commit 02ddedd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion network/hermes/create-conn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ echo "Initiating connection handshake..."
$HERMES_BINARY -c $CONFIG_DIR create connection test-1 test-2

sleep 2

1 change: 0 additions & 1 deletion network/hermes/restore-keys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ sleep 5s

$HERMES_BINARY -c ./network/hermes/config.toml keys restore test-2 -m "record gift you once hip style during joke field prize dust unique length more pencil transfer quit train device arrive energy sort steak upset"
sleep 5s

4 changes: 4 additions & 0 deletions network/hermes/variables.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
HERMES_BINARY=hermes
HERMES_DIRECTORY=./network/hermes/
CONFIG_DIR=./network/hermes/config.toml

0 comments on commit 02ddedd

Please sign in to comment.