Skip to content

Commit

Permalink
Merge branch 'tarik-paraToRelay' of github.com:paritytech/asset-trans…
Browse files Browse the repository at this point in the history
…fer-api into tarik-paraToRelay
  • Loading branch information
TarikGul committed Nov 13, 2023
2 parents 0ef6d02 + c765614 commit b8be090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/paraToRelayTransferMultiAsset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import { TxResult } from '../src/types';
import { GREEN, PURPLE, RESET } from './colors';

/**
* In this example we are creating a call to send MOVR from a Moonriver (Parachain) account
* to Kusama Asset Hub (Relay chain) account, where the `xcmVersion` is set to 3, and `isLimited` is false declaring that
* In this example we are creating a call to send KSM from a Moonriver (Parachain) account
* to a Kusama Relay chain account, where the `xcmVersion` is set to 3, and `isLimited` is false declaring that
* it will allow `unlimited` weight for the tx.
*
* NOTE: When `isLimited` is true it will expect for refTime and proofSize to be provided as additional arguments.
Expand Down

0 comments on commit b8be090

Please sign in to comment.