@subwallet/chain-list 0.0.27 → 0.0.28

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.
@@ -211,7 +211,7 @@
211
211
  path: "XCM"
212
212
  },
213
213
  "moonbeam-LOCAL-xciBTC___interlay-LOCAL-iBTC": {
214
- srcAsset: "moonbeam-LOCAL-xcINTR",
214
+ srcAsset: "moonbeam-LOCAL-xciBTC",
215
215
  destAsset: "interlay-LOCAL-iBTC",
216
216
  srcChain: "moonbeam",
217
217
  destChain: "interlay",
@@ -293,6 +293,48 @@
293
293
  srcChain: "pioneer",
294
294
  destChain: "karura",
295
295
  path: "XCM"
296
+ },
297
+ "bifrost-NATIVE-BNC___karura-LOCAL-BNC": {
298
+ srcAsset: "bifrost-NATIVE-BNC",
299
+ destAsset: "karura-LOCAL-BNC",
300
+ srcChain: "bifrost",
301
+ destChain: "karura",
302
+ path: "XCM"
303
+ },
304
+ "bifrost-NATIVE-BNC___moonriver-LOCAL-xcBNC": {
305
+ srcAsset: "bifrost-NATIVE-BNC",
306
+ destAsset: "moonriver-LOCAL-xcBNC",
307
+ srcChain: "bifrost",
308
+ destChain: "moonriver",
309
+ path: "XCM"
310
+ },
311
+ "interlay-LOCAL-iBTC___moonbeam-LOCAL-xciBTC": {
312
+ srcAsset: "interlay-LOCAL-iBTC",
313
+ destAsset: "moonbeam-LOCAL-xciBTC",
314
+ srcChain: "interlay",
315
+ destChain: "moonbeam",
316
+ path: "XCM"
317
+ },
318
+ "interlay-NATIVE-INTR___moonbeam-LOCAL-xcINTR": {
319
+ srcAsset: "interlay-NATIVE-INTR",
320
+ destAsset: "moonbeam-LOCAL-xcINTR",
321
+ srcChain: "interlay",
322
+ destChain: "moonbeam",
323
+ path: "XCM"
324
+ },
325
+ "shiden-LOCAL-KSM___kusama-NATIVE-KSM": {
326
+ srcAsset: "shiden-LOCAL-KSM",
327
+ destAsset: "kusama-NATIVE-KSM",
328
+ srcChain: "shiden",
329
+ destChain: "kusama",
330
+ path: "XCM"
331
+ },
332
+ "bifrost-LOCAL-KSM___kusama-NATIVE-KSM": {
333
+ srcAsset: "bifrost-LOCAL-KSM",
334
+ destAsset: "kusama-NATIVE-KSM",
335
+ srcChain: "bifrost",
336
+ destChain: "kusama",
337
+ path: "XCM"
296
338
  }
297
339
  };
298
340
 
@@ -13,6 +13,6 @@ const packageInfo = {
13
13
  name: '@subwallet/chain-list',
14
14
  path: typeof __dirname === 'string' ? __dirname : 'auto',
15
15
  type: 'cjs',
16
- version: '0.0.27'
16
+ version: '0.0.28'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -205,7 +205,7 @@
205
205
  "path": "XCM"
206
206
  },
207
207
  "moonbeam-LOCAL-xciBTC___interlay-LOCAL-iBTC": {
208
- "srcAsset": "moonbeam-LOCAL-xcINTR",
208
+ "srcAsset": "moonbeam-LOCAL-xciBTC",
209
209
  "destAsset": "interlay-LOCAL-iBTC",
210
210
  "srcChain": "moonbeam",
211
211
  "destChain": "interlay",
@@ -287,5 +287,47 @@
287
287
  "srcChain": "pioneer",
288
288
  "destChain": "karura",
289
289
  "path": "XCM"
290
+ },
291
+ "bifrost-NATIVE-BNC___karura-LOCAL-BNC": {
292
+ "srcAsset": "bifrost-NATIVE-BNC",
293
+ "destAsset": "karura-LOCAL-BNC",
294
+ "srcChain": "bifrost",
295
+ "destChain": "karura",
296
+ "path": "XCM"
297
+ },
298
+ "bifrost-NATIVE-BNC___moonriver-LOCAL-xcBNC": {
299
+ "srcAsset": "bifrost-NATIVE-BNC",
300
+ "destAsset": "moonriver-LOCAL-xcBNC",
301
+ "srcChain": "bifrost",
302
+ "destChain": "moonriver",
303
+ "path": "XCM"
304
+ },
305
+ "interlay-LOCAL-iBTC___moonbeam-LOCAL-xciBTC": {
306
+ "srcAsset": "interlay-LOCAL-iBTC",
307
+ "destAsset": "moonbeam-LOCAL-xciBTC",
308
+ "srcChain": "interlay",
309
+ "destChain": "moonbeam",
310
+ "path": "XCM"
311
+ },
312
+ "interlay-NATIVE-INTR___moonbeam-LOCAL-xcINTR": {
313
+ "srcAsset": "interlay-NATIVE-INTR",
314
+ "destAsset": "moonbeam-LOCAL-xcINTR",
315
+ "srcChain": "interlay",
316
+ "destChain": "moonbeam",
317
+ "path": "XCM"
318
+ },
319
+ "shiden-LOCAL-KSM___kusama-NATIVE-KSM": {
320
+ "srcAsset": "shiden-LOCAL-KSM",
321
+ "destAsset": "kusama-NATIVE-KSM",
322
+ "srcChain": "shiden",
323
+ "destChain": "kusama",
324
+ "path": "XCM"
325
+ },
326
+ "bifrost-LOCAL-KSM___kusama-NATIVE-KSM": {
327
+ "srcAsset": "bifrost-LOCAL-KSM",
328
+ "destAsset": "kusama-NATIVE-KSM",
329
+ "srcChain": "bifrost",
330
+ "destChain": "kusama",
331
+ "path": "XCM"
290
332
  }
291
333
  }
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.0.27",
23
+ "version": "0.0.28",
24
24
  "main": "./cjs/index.js",
25
25
  "module": "./index.js",
26
26
  "types": "./index.d.ts",
package/packageInfo.js CHANGED
@@ -7,5 +7,5 @@ export const packageInfo = {
7
7
  name: '@subwallet/chain-list',
8
8
  path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
9
9
  type: 'esm',
10
- version: '0.0.27'
10
+ version: '0.0.28'
11
11
  };