diff --git a/builders/interoperability/xcm/xcm-sdk/v1/xcm-sdk.md b/builders/interoperability/xcm/xcm-sdk/v1/xcm-sdk.md index 2999b1456..c25cfcb7a 100644 --- a/builders/interoperability/xcm/xcm-sdk/v1/xcm-sdk.md +++ b/builders/interoperability/xcm/xcm-sdk/v1/xcm-sdk.md @@ -329,6 +329,13 @@ As previously mentioned, regardless of which method you use to build the transfe weight: 1000000000, ws: 'wss://rpc.polkadot.io' }, + destinationFeeBalance: e { + key: 'dot', + originSymbol: 'DOT', + amount: 0n, + decimals: 10, + symbol: 'DOT' + }, existentialDeposit: e { key: 'dot', originSymbol: 'DOT', @@ -438,6 +445,13 @@ The `swap` function returns the transfer data with the original source chain and weight: 1000000000, ws: 'wss://rpc.polkadot.io' }, + destinationFeeBalance: e { + key: 'dot', + originSymbol: 'DOT', + amount: 0n, + decimals: 10, + symbol: 'DOT' + }, existentialDeposit: e { key: 'dot', originSymbol: 'DOT',