Skip to content

Commit

Permalink
Update examples/paraToRelayTransferMultiAsset.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Marshall <[email protected]>
  • Loading branch information
TarikGul and marshacb authored Nov 13, 2023
1 parent 2e80fde commit 3f4fc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/paraToRelayTransferMultiAsset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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
* 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 3f4fc76

Please sign in to comment.