@subwallet/chain-list 0.2.24 → 0.2.25-beta.1
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.
- package/bundle-subwallet-chain-list.js +1757 -1437
- package/cjs/data/AssetLogoMap.json +500 -492
- package/cjs/data/AssetRef.json +56 -0
- package/cjs/data/ChainAsset.json +616 -502
- package/cjs/data/ChainInfo.json +316 -199
- package/cjs/data/ChainLogoMap.json +204 -200
- package/cjs/data/MultiChainAsset.json +51 -42
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +500 -492
- package/data/AssetRef.json +56 -0
- package/data/ChainAsset.json +616 -502
- package/data/ChainInfo.json +316 -199
- package/data/ChainLogoMap.json +204 -200
- package/data/MultiChainAsset.json +51 -42
- package/package.json +1 -1
- package/packageInfo.js +1 -1
package/data/AssetRef.json
CHANGED
|
@@ -293,11 +293,67 @@
|
|
|
293
293
|
"destChain": "hydradx_main",
|
|
294
294
|
"path": "XCM"
|
|
295
295
|
},
|
|
296
|
+
"statemint-LOCAL-USDC___moonbeam-LOCAL-USDC": {
|
|
297
|
+
"srcAsset": "statemint-LOCAL-USDC",
|
|
298
|
+
"destAsset": "moonbeam-LOCAL-USDC",
|
|
299
|
+
"srcChain": "statemint",
|
|
300
|
+
"destChain": "moonbeam",
|
|
301
|
+
"path": "XCM"
|
|
302
|
+
},
|
|
303
|
+
"statemint-LOCAL-USDC___acala-LOCAL-USDC": {
|
|
304
|
+
"srcAsset": "statemint-LOCAL-USDC",
|
|
305
|
+
"destAsset": "acala-LOCAL-USDC",
|
|
306
|
+
"srcChain": "statemint",
|
|
307
|
+
"destChain": "acala",
|
|
308
|
+
"path": "XCM"
|
|
309
|
+
},
|
|
310
|
+
"statemint-LOCAL-USDC___interlay-LOCAL-USDC": {
|
|
311
|
+
"srcAsset": "statemint-LOCAL-USDC",
|
|
312
|
+
"destAsset": "interlay-LOCAL-USDC",
|
|
313
|
+
"srcChain": "statemint",
|
|
314
|
+
"destChain": "interlay",
|
|
315
|
+
"path": "XCM"
|
|
316
|
+
},
|
|
317
|
+
"statemint-LOCAL-USDC___centrifuge-LOCAL-USDC": {
|
|
318
|
+
"srcAsset": "statemint-LOCAL-USDC",
|
|
319
|
+
"destAsset": "centrifuge-LOCAL-USDC",
|
|
320
|
+
"srcChain": "statemint",
|
|
321
|
+
"destChain": "centrifuge",
|
|
322
|
+
"path": "XCM"
|
|
323
|
+
},
|
|
296
324
|
"hydradx_main-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
297
325
|
"srcAsset": "hydradx_main-LOCAL-USDC",
|
|
298
326
|
"destAsset": "statemint-LOCAL-USDC",
|
|
299
327
|
"srcChain": "hydradx_main",
|
|
300
328
|
"destChain": "statemint",
|
|
301
329
|
"path": "XCM"
|
|
330
|
+
},
|
|
331
|
+
"acala-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
332
|
+
"srcAsset": "acala-LOCAL-USDC",
|
|
333
|
+
"destAsset": "statemint-LOCAL-USDC",
|
|
334
|
+
"srcChain": "acala",
|
|
335
|
+
"destChain": "statemint",
|
|
336
|
+
"path": "XCM"
|
|
337
|
+
},
|
|
338
|
+
"interlay-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
339
|
+
"srcAsset": "interlay-LOCAL-USDC",
|
|
340
|
+
"destAsset": "statemint-LOCAL-USDC",
|
|
341
|
+
"srcChain": "interlay",
|
|
342
|
+
"destChain": "statemint",
|
|
343
|
+
"path": "XCM"
|
|
344
|
+
},
|
|
345
|
+
"centrifuge-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
346
|
+
"srcAsset": "centrifuge-LOCAL-USDC",
|
|
347
|
+
"destAsset": "statemint-LOCAL-USDC",
|
|
348
|
+
"srcChain": "centrifuge",
|
|
349
|
+
"destChain": "statemint",
|
|
350
|
+
"path": "XCM"
|
|
351
|
+
},
|
|
352
|
+
"moonbeam-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
353
|
+
"srcAsset": "moonbeam-LOCAL-USDC",
|
|
354
|
+
"destAsset": "statemint-LOCAL-USDC",
|
|
355
|
+
"srcChain": "moonbeam",
|
|
356
|
+
"destChain": "statemint",
|
|
357
|
+
"path": "XCM"
|
|
302
358
|
}
|
|
303
359
|
}
|