Skip to content

Commit

Permalink
fix: ibc path should be initialized from the hub side
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs committed Jul 23, 2024
1 parent fad915c commit aea9aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ibc/setup_ibc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ fi

echo '# -------------------------------- creating IBC link ------------------------------- #'

rly paths new "$ROLLAPP_CHAIN_ID" "$SETTLEMENT_CHAIN_ID" "$RELAYER_PATH" --src-port "$IBC_PORT" --dst-port "$IBC_PORT" --version "$IBC_VERSION"
rly paths new "$SETTLEMENT_CHAIN_ID" "$ROLLAPP_CHAIN_ID" "$RELAYER_PATH" --src-port "$IBC_PORT" --dst-port "$IBC_PORT" --version "$IBC_VERSION"

rly tx link "$RELAYER_PATH" --src-port "$IBC_PORT" --dst-port "$IBC_PORT" --version "$IBC_VERSION" --max-clock-drift 70m
# Channel is currently not created in the tx link since we changed the relayer to support on demand blocks
Expand Down

0 comments on commit aea9aa9

Please sign in to comment.