Skip to content

Commit

Permalink
revert test registry change
Browse files Browse the repository at this point in the history
  • Loading branch information
marshacb committed Nov 13, 2023
1 parent efccac9 commit 9d562e7
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions src/createXcmTypes/util/getXcAssetMultiLocationByAssetId.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,26 @@ const moonriverApi = new AssetTransferApi(adjustedMockMoonriverParachainApi, 'mo

describe('getXcAssetMultiLocationByAssetId', () => {
describe('Bifrost', () => {
bifrostRegistry.currentRelayRegistry['2023'].xcAssetsData = [
bifrostRegistry.currentRelayRegistry['2001'].xcAssetsData = [
{
paraID: 2001,
symbol: 'vBNC',
decimals: 12,
xcmV1MultiLocation: '{"v1":{"parents":1,"interior":{"x2":[{"parachain":2001},{"generalKey":"0x0101"}]}}}',
asset: '72145018963825376852137222787619937732',
paraID: 1000,
symbol: 'RMRK',
decimals: 10,
xcmV1MultiLocation:
'{"v1":{"parents":1,"interior":{"x3":[{"parachain":1000},{"palletInstance":50},{"generalIndex":8}]}}}',
asset: {
Token: 'RMRK',
},
},
{
paraID: 2001,
symbol: 'vMOVR',
decimals: 18,
xcmV1MultiLocation: '{"v1":{"parents":1,"interior":{"x2":[{"parachain":2001},{"generalKey":"0x010a"}]}}}',
asset: '203223821023327994093278529517083736593',
paraID: 1000,
symbol: 'USDT',
decimals: 6,
xcmV1MultiLocation:
'{"v1":{"parents":1,"interior":{"x3":[{"parachain":1000},{"palletInstance":50},{"generalIndex":1984}]}}}',
asset: {
Token2: '0',
},
},
];

Expand Down

0 comments on commit 9d562e7

Please sign in to comment.