Skip to content

Commit

Permalink
Fix for local scripts run (paritytech#1645)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur authored Nov 17, 2022
1 parent 45ec413 commit 12f285f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployments/local-scripts/relay-millau-to-rialto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUST_LOG=bridge=debug \
--source-port $MILLAU_PORT \
--target-host localhost \
--target-port $RIALTO_PORT \
--target-signer //Alice \
--target-signer //Sudo \
--source-version-mode Bundle \
--target-version-mode Bundle

Expand Down
2 changes: 1 addition & 1 deletion deployments/local-scripts/relay-rialto-to-millau.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUST_LOG=bridge=debug \
--target-port $MILLAU_PORT \
--source-host localhost \
--source-port $RIALTO_PORT \
--target-signer //Alice \
--target-signer //Sudo \

sleep 5
RUST_LOG=bridge=debug \
Expand Down

0 comments on commit 12f285f

Please sign in to comment.