Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Imod7 committed Sep 8, 2023
1 parent b4dd1f3 commit 646083a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/pallets/PalletsForeignAssetsService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class PalletsForeignAssetsService extends AbstractService {
foreignAssetData[0]
).replace(/(\d),/g, '$1');
const foreignAssetMultiLocation = api.registry.createType(
'MultiLocation',
'XcmV3MultiLocation',
JSON.parse(foreignAssetMultiLocationStr)
);

Expand Down

0 comments on commit 646083a

Please sign in to comment.