@subwallet/chain-list 0.2.53 → 0.2.54-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 +1855 -1565
- package/cjs/data/AssetLogoMap.json +566 -561
- package/cjs/data/AssetRef.json +106 -0
- package/cjs/data/ChainAsset.json +623 -510
- package/cjs/data/ChainInfo.json +280 -222
- package/cjs/data/ChainLogoMap.json +227 -225
- package/cjs/data/MultiChainAsset.json +47 -47
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +566 -561
- package/data/AssetRef.json +106 -0
- package/data/ChainAsset.json +623 -510
- package/data/ChainInfo.json +280 -222
- package/data/ChainLogoMap.json +227 -225
- package/data/MultiChainAsset.json +47 -47
- package/package.json +1 -1
- package/packageInfo.js +1 -1
- package/types.d.ts +1 -0
package/cjs/data/AssetRef.json
CHANGED
|
@@ -223,6 +223,13 @@
|
|
|
223
223
|
"destChain": "statemint",
|
|
224
224
|
"path": "XCM"
|
|
225
225
|
},
|
|
226
|
+
"rococo-NATIVE-ROC___hydradx_rococo-NATIVE-HDX": {
|
|
227
|
+
"srcAsset": "rococo-NATIVE-ROC",
|
|
228
|
+
"destAsset": "hydradx_rococo-NATIVE-HDX",
|
|
229
|
+
"srcChain": "rococo",
|
|
230
|
+
"destChain": "hydradx_rococo",
|
|
231
|
+
"path": "XCM"
|
|
232
|
+
},
|
|
226
233
|
"bifrost_dot-LOCAL-USDT___statemint-LOCAL-USDt": {
|
|
227
234
|
"srcAsset": "bifrost_dot-LOCAL-USDT",
|
|
228
235
|
"destAsset": "statemint-LOCAL-USDt",
|
|
@@ -251,6 +258,13 @@
|
|
|
251
258
|
"destChain": "statemint",
|
|
252
259
|
"path": "XCM"
|
|
253
260
|
},
|
|
261
|
+
"hydradx_main-NATIVE-HDX___hydradx_main-LOCAL-DOT": {
|
|
262
|
+
"srcAsset": "hydradx_main-NATIVE-HDX",
|
|
263
|
+
"destAsset": "hydradx_main-LOCAL-DOT",
|
|
264
|
+
"srcChain": "hydradx_main",
|
|
265
|
+
"destChain": "hydradx_main",
|
|
266
|
+
"path": "SWAP"
|
|
267
|
+
},
|
|
254
268
|
"hydradx_main-LOCAL-USDT___statemint-LOCAL-USDt": {
|
|
255
269
|
"srcAsset": "hydradx_main-LOCAL-USDT",
|
|
256
270
|
"destAsset": "statemint-LOCAL-USDt",
|
|
@@ -258,6 +272,16 @@
|
|
|
258
272
|
"destChain": "statemint",
|
|
259
273
|
"path": "XCM"
|
|
260
274
|
},
|
|
275
|
+
"hydradx_main-LOCAL-USDT___hydradx_main-LOCAL-DOT": {
|
|
276
|
+
"srcAsset": "hydradx_main-LOCAL-USDT",
|
|
277
|
+
"destAsset": "hydradx_main-LOCAL-DOT",
|
|
278
|
+
"srcChain": "hydradx_main",
|
|
279
|
+
"destChain": "hydradx_main",
|
|
280
|
+
"path": "SWAP",
|
|
281
|
+
"metadata": {
|
|
282
|
+
"alternativeAsset": "statemint-LOCAL-USDt"
|
|
283
|
+
}
|
|
284
|
+
},
|
|
261
285
|
"centrifuge-NATIVE-CFG___hydradx_main-LOCAL-CFG": {
|
|
262
286
|
"srcAsset": "centrifuge-NATIVE-CFG",
|
|
263
287
|
"destAsset": "hydradx_main-LOCAL-CFG",
|
|
@@ -398,6 +422,36 @@
|
|
|
398
422
|
"destChain": "polkadot",
|
|
399
423
|
"path": "XCM"
|
|
400
424
|
},
|
|
425
|
+
"hydradx_main-LOCAL-DOT___hydradx_main-NATIVE-HDX": {
|
|
426
|
+
"srcAsset": "hydradx_main-LOCAL-DOT",
|
|
427
|
+
"destAsset": "hydradx_main-NATIVE-HDX",
|
|
428
|
+
"srcChain": "hydradx_main",
|
|
429
|
+
"destChain": "hydradx_main",
|
|
430
|
+
"path": "SWAP",
|
|
431
|
+
"metadata": {
|
|
432
|
+
"alternativeAsset": "polkadot-NATIVE-DOT"
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
"hydradx_main-LOCAL-DOT___hydradx_main-LOCAL-DED": {
|
|
436
|
+
"srcAsset": "hydradx_main-LOCAL-DOT",
|
|
437
|
+
"destAsset": "hydradx_main-LOCAL-DED",
|
|
438
|
+
"srcChain": "hydradx_main",
|
|
439
|
+
"destChain": "hydradx_main",
|
|
440
|
+
"path": "SWAP",
|
|
441
|
+
"metadata": {
|
|
442
|
+
"alternativeAsset": "polkadot-NATIVE-DOT"
|
|
443
|
+
}
|
|
444
|
+
},
|
|
445
|
+
"hydradx_main-LOCAL-DOT___hydradx_main-LOCAL-USDT": {
|
|
446
|
+
"srcAsset": "hydradx_main-LOCAL-DOT",
|
|
447
|
+
"destAsset": "hydradx_main-LOCAL-USDT",
|
|
448
|
+
"srcChain": "hydradx_main",
|
|
449
|
+
"destChain": "hydradx_main",
|
|
450
|
+
"path": "SWAP",
|
|
451
|
+
"metadata": {
|
|
452
|
+
"alternativeAsset": "polkadot-NATIVE-DOT"
|
|
453
|
+
}
|
|
454
|
+
},
|
|
401
455
|
"statemint-LOCAL-USDC___hydradx_main-LOCAL-USDC": {
|
|
402
456
|
"srcAsset": "statemint-LOCAL-USDC",
|
|
403
457
|
"destAsset": "hydradx_main-LOCAL-USDC",
|
|
@@ -573,6 +627,51 @@
|
|
|
573
627
|
"destChain": "chainflip_dot",
|
|
574
628
|
"path": "SWAP"
|
|
575
629
|
},
|
|
630
|
+
"hydradx_rococo-NATIVE-HDX___hydradx_rococo-LOCAL-DOT": {
|
|
631
|
+
"srcAsset": "hydradx_rococo-NATIVE-HDX",
|
|
632
|
+
"destAsset": "hydradx_rococo-LOCAL-DOT",
|
|
633
|
+
"srcChain": "hydradx_rococo",
|
|
634
|
+
"destChain": "hydradx_rococo",
|
|
635
|
+
"path": "SWAP",
|
|
636
|
+
"metadata": {
|
|
637
|
+
"alternativeAsset": "rococo-NATIVE-ROC"
|
|
638
|
+
}
|
|
639
|
+
},
|
|
640
|
+
"hydradx_rococo-NATIVE-HDX___hydradx_rococo-LOCAL-USDT": {
|
|
641
|
+
"srcAsset": "hydradx_rococo-NATIVE-HDX",
|
|
642
|
+
"destAsset": "hydradx_rococo-LOCAL-USDT",
|
|
643
|
+
"srcChain": "hydradx_rococo",
|
|
644
|
+
"destChain": "hydradx_rococo",
|
|
645
|
+
"path": "SWAP"
|
|
646
|
+
},
|
|
647
|
+
"hydradx_rococo-LOCAL-DOT___hydradx_rococo-NATIVE-HDX": {
|
|
648
|
+
"srcAsset": "hydradx_rococo-LOCAL-DOT",
|
|
649
|
+
"destAsset": "hydradx_rococo-NATIVE-HDX",
|
|
650
|
+
"srcChain": "hydradx_rococo",
|
|
651
|
+
"destChain": "hydradx_rococo",
|
|
652
|
+
"path": "SWAP"
|
|
653
|
+
},
|
|
654
|
+
"hydradx_rococo-LOCAL-DOT___hydradx_rococo-LOCAL-USDT": {
|
|
655
|
+
"srcAsset": "hydradx_rococo-LOCAL-DOT",
|
|
656
|
+
"destAsset": "hydradx_rococo-LOCAL-USDT",
|
|
657
|
+
"srcChain": "hydradx_rococo",
|
|
658
|
+
"destChain": "hydradx_rococo",
|
|
659
|
+
"path": "SWAP"
|
|
660
|
+
},
|
|
661
|
+
"hydradx_rococo-LOCAL-USDT___hydradx_rococo-NATIVE-HDX": {
|
|
662
|
+
"srcAsset": "hydradx_rococo-LOCAL-USDT",
|
|
663
|
+
"destAsset": "hydradx_rococo-NATIVE-HDX",
|
|
664
|
+
"srcChain": "hydradx_rococo",
|
|
665
|
+
"destChain": "hydradx_rococo",
|
|
666
|
+
"path": "SWAP"
|
|
667
|
+
},
|
|
668
|
+
"hydradx_rococo-LOCAL-USDT___hydradx_rococo-LOCAL-DOT": {
|
|
669
|
+
"srcAsset": "hydradx_rococo-LOCAL-USDT",
|
|
670
|
+
"destAsset": "hydradx_rococo-LOCAL-DOT",
|
|
671
|
+
"srcChain": "hydradx_rococo",
|
|
672
|
+
"destChain": "hydradx_rococo",
|
|
673
|
+
"path": "SWAP"
|
|
674
|
+
},
|
|
576
675
|
"bifrost_dot-LOCAL-PINK___statemint-LOCAL-PINK": {
|
|
577
676
|
"srcAsset": "bifrost_dot-LOCAL-PINK",
|
|
578
677
|
"destAsset": "statemint-LOCAL-PINK",
|
|
@@ -614,5 +713,12 @@
|
|
|
614
713
|
"srcChain": "darwinia2",
|
|
615
714
|
"destChain": "statemint",
|
|
616
715
|
"path": "XCM"
|
|
716
|
+
},
|
|
717
|
+
"hydradx_main-LOCAL-DED___hydradx_main-LOCAL-DOT": {
|
|
718
|
+
"srcAsset": "hydradx_main-LOCAL-DED",
|
|
719
|
+
"destAsset": "hydradx_main-LOCAL-DOT",
|
|
720
|
+
"srcChain": "hydradx_main",
|
|
721
|
+
"destChain": "hydradx_main",
|
|
722
|
+
"path": "SWAP"
|
|
617
723
|
}
|
|
618
724
|
}
|