Skip to content

Commit

Permalink
simplified hermes setup
Browse files Browse the repository at this point in the history
  • Loading branch information
swelf19 committed Nov 26, 2024
1 parent edbe903 commit 66a8aa5
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions network/hermes/create-conn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,5 @@ set -e
echo "Initiating connection handshake..."
$HERMES_BINARY --config $CONFIG_DIR create connection --a-chain test-1 --b-chain test-2



# a short living client is needed for client update proposal test
echo "Initiating short living client..."
while ! $HERMES_BINARY --config $CONFIG_DIR create client --trusting-period 5s --host-chain test-1 --reference-chain test-2; do
sleep 1
done
# wait until the short living client expires
sleep 5

sleep 2
$HERMES_BINARY --config $CONFIG_DIR create channel --a-chain test-1 --a-connection connection-0 --a-port transfer --b-port transfer

0 comments on commit 66a8aa5

Please sign in to comment.