diff --git a/examples/paraToRelayTransferMultiAsset.ts b/examples/paraToRelayTransferMultiAsset.ts index 5df6076b..edde9eb0 100644 --- a/examples/paraToRelayTransferMultiAsset.ts +++ b/examples/paraToRelayTransferMultiAsset.ts @@ -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.