@galacticcouncil/xc-cfg 1.4.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -53,7 +53,7 @@ export type SnowbridgeInboundXcmParams = {
53
53
  * 3. InitiateTransfer to destination parachain
54
54
  * - remote_fees: ReserveDeposit(DOT) sized for destination PayFees
55
55
  * - assets: ReserveDeposit(token) for the actual transfer
56
- * - remote_xcm: RefundSurplus + DepositAsset to beneficiary
56
+ * - remote_xcm: DepositAsset to beneficiary
57
57
  * 4. RefundSurplus + DepositAsset — sweep leftover assets to beneficiary on AH
58
58
  * 5. SetTopic for tracking
59
59
  */
@@ -9,8 +9,7 @@ import { Asset, Parachain } from '@galacticcouncil/xc-core';
9
9
  * 2. PayFees(DOT)
10
10
  * 3. ReserveAssetDeposited(token)
11
11
  * 4. ClearOrigin
12
- * 5. RefundSurplus
13
- * 6. DepositAsset
14
- * 7. SetTopic
12
+ * 5. DepositAsset
13
+ * 6. SetTopic
15
14
  */
16
15
  export declare function buildParaERC20ReceivedV5(asset: Asset, chain: Parachain): XcmV5Instruction[];