-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
avery
committed
Dec 10, 2024
1 parent
02ddedd
commit f0566f0
Showing
4 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ echo "Initiating connection handshake..." | |
$HERMES_BINARY -c $CONFIG_DIR create connection test-1 test-2 | ||
|
||
sleep 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
# Load shell variables | ||
. ./network/hermes/variables.sh | ||
|
||
# Start the hermes relayer in multi-paths mode | ||
echo "Starting hermes relayer..." | ||
$HERMES_BINARY -c $CONFIG_DIR start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
HERMES_BINARY=hermes | ||
HERMES_DIRECTORY=./network/hermes/ | ||
CONFIG_DIR=./network/hermes/config.toml | ||
|