Skip to content

Commit

Permalink
relay_path -> relayer_path
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik committed Jan 12, 2024
1 parent 9b36e5c commit 327ad7c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cumulus/scripts/bridges_rococo_westend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ LANE_ID="00000002"
XCM_VERSION=3

function init_ro_wnd() {
local relay_path=$(ensure_relayer)
local relayer_path=$(ensure_relayer)

RUST_LOG=runtime=trace,rpc=trace,bridge=trace \
$relay_path init-bridge rococo-to-bridge-hub-westend \
$relayer_path init-bridge rococo-to-bridge-hub-westend \
--source-host localhost \
--source-port 9942 \
--source-version-mode Auto \
Expand All @@ -146,10 +146,10 @@ function init_ro_wnd() {
}

function init_wnd_ro() {
local relay_path=$(ensure_relayer)
local relayer_path=$(ensure_relayer)

RUST_LOG=runtime=trace,rpc=trace,bridge=trace \
$relay_path init-bridge westend-to-bridge-hub-rococo \
$relayer_path init-bridge westend-to-bridge-hub-rococo \
--source-host localhost \
--source-port 9945 \
--source-version-mode Auto \
Expand All @@ -160,10 +160,10 @@ function init_wnd_ro() {
}

function run_relay() {
local relay_path=$(ensure_relayer)
local relayer_path=$(ensure_relayer)

RUST_LOG=runtime=trace,rpc=trace,bridge=trace \
$relay_path relay-headers-and-messages bridge-hub-rococo-bridge-hub-westend \
$relayer_path relay-headers-and-messages bridge-hub-rococo-bridge-hub-westend \
--rococo-host localhost \
--rococo-port 9942 \
--rococo-version-mode Auto \
Expand Down

0 comments on commit 327ad7c

Please sign in to comment.