Skip to content

Commit

Permalink
fix: UNQ xtokens.transfer (#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrshiposha authored Jan 10, 2024
1 parent 4718312 commit f299309
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class UniqueXcmRepository extends XcmRepository {
throw 'Token must be UNQ';
}

const tokenData = { NativeAssetId: 'Here' };
const unqCollectionId = 0;

const destination = {
V2: {
Expand Down Expand Up @@ -61,7 +61,7 @@ export class UniqueXcmRepository extends XcmRepository {
endpoint,
'xTokens',
'transfer',
tokenData,
unqCollectionId,
amount,
destination,
destWeight
Expand Down

0 comments on commit f299309

Please sign in to comment.