@subwallet/chain-list 0.2.47 → 0.2.48-beta.0
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 +1747 -1547
- package/cjs/data/AssetLogoMap.json +556 -552
- package/cjs/data/AssetRef.json +56 -0
- package/cjs/data/ChainAsset.json +576 -501
- package/cjs/data/ChainInfo.json +279 -222
- package/cjs/data/ChainLogoMap.json +226 -224
- package/cjs/data/MultiChainAsset.json +47 -47
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +556 -552
- package/data/AssetRef.json +56 -0
- package/data/ChainAsset.json +576 -501
- package/data/ChainInfo.json +279 -222
- package/data/ChainLogoMap.json +226 -224
- package/data/MultiChainAsset.json +47 -47
- package/package.json +1 -1
- package/packageInfo.js +1 -1
package/cjs/data/AssetRef.json
CHANGED
|
@@ -468,6 +468,20 @@
|
|
|
468
468
|
"destChain": "manta_network",
|
|
469
469
|
"path": "XCM"
|
|
470
470
|
},
|
|
471
|
+
"statemint-LOCAL-PINK___moonbeam-LOCAL-xcPINK": {
|
|
472
|
+
"srcAsset": "statemint-LOCAL-PINK",
|
|
473
|
+
"destAsset": "moonbeam-LOCAL-xcPINK",
|
|
474
|
+
"srcChain": "statemint",
|
|
475
|
+
"destChain": "moonbeam",
|
|
476
|
+
"path": "XCM"
|
|
477
|
+
},
|
|
478
|
+
"moonbeam-LOCAL-xcPINK___statemint-LOCAL-PINK": {
|
|
479
|
+
"srcAsset": "moonbeam-LOCAL-xcPINK",
|
|
480
|
+
"destAsset": "statemint-LOCAL-PINK",
|
|
481
|
+
"srcChain": "moonbeam",
|
|
482
|
+
"destChain": "statemint",
|
|
483
|
+
"path": "XCM"
|
|
484
|
+
},
|
|
471
485
|
"bifrost_dot-LOCAL-MANTA___manta_network-NATIVE-MANTA": {
|
|
472
486
|
"srcAsset": "bifrost_dot-LOCAL-MANTA",
|
|
473
487
|
"destAsset": "manta_network-NATIVE-MANTA",
|
|
@@ -516,5 +530,47 @@
|
|
|
516
530
|
"srcChain": "sepolia_ethereum",
|
|
517
531
|
"destChain": "chainflip_dot",
|
|
518
532
|
"path": "SWAP"
|
|
533
|
+
},
|
|
534
|
+
"hydradx_rococo-NATIVE-HDX___hydradx_rococo-LOCAL-DOT": {
|
|
535
|
+
"srcAsset": "hydradx_rococo-NATIVE-HDX",
|
|
536
|
+
"destAsset": "hydradx_rococo-LOCAL-DOT",
|
|
537
|
+
"srcChain": "hydradx_rococo",
|
|
538
|
+
"destChain": "hydradx_rococo",
|
|
539
|
+
"path": "SWAP"
|
|
540
|
+
},
|
|
541
|
+
"hydradx_rococo-NATIVE-HDX___hydradx_rococo-LOCAL-USDT": {
|
|
542
|
+
"srcAsset": "hydradx_rococo-NATIVE-HDX",
|
|
543
|
+
"destAsset": "hydradx_rococo-LOCAL-USDT",
|
|
544
|
+
"srcChain": "hydradx_rococo",
|
|
545
|
+
"destChain": "hydradx_rococo",
|
|
546
|
+
"path": "SWAP"
|
|
547
|
+
},
|
|
548
|
+
"hydradx_rococo-LOCAL-DOT___hydradx_rococo-NATIVE-HDX": {
|
|
549
|
+
"srcAsset": "hydradx_rococo-LOCAL-DOT",
|
|
550
|
+
"destAsset": "hydradx_rococo-NATIVE-HDX",
|
|
551
|
+
"srcChain": "hydradx_rococo",
|
|
552
|
+
"destChain": "hydradx_rococo",
|
|
553
|
+
"path": "SWAP"
|
|
554
|
+
},
|
|
555
|
+
"hydradx_rococo-LOCAL-DOT___hydradx_rococo-LOCAL-USDT": {
|
|
556
|
+
"srcAsset": "hydradx_rococo-LOCAL-DOT",
|
|
557
|
+
"destAsset": "hydradx_rococo-LOCAL-USDT",
|
|
558
|
+
"srcChain": "hydradx_rococo",
|
|
559
|
+
"destChain": "hydradx_rococo",
|
|
560
|
+
"path": "SWAP"
|
|
561
|
+
},
|
|
562
|
+
"hydradx_rococo-LOCAL-USDT___hydradx_main-NATIVE-HDX": {
|
|
563
|
+
"srcAsset": "hydradx_rococo-LOCAL-USDT",
|
|
564
|
+
"destAsset": "hydradx_main-NATIVE-HDX",
|
|
565
|
+
"srcChain": "hydradx_rococo",
|
|
566
|
+
"destChain": "hydradx_main",
|
|
567
|
+
"path": "SWAP"
|
|
568
|
+
},
|
|
569
|
+
"hydradx_rococo-LOCAL-USDT___hydradx_rococo-LOCAL-DOT": {
|
|
570
|
+
"srcAsset": "hydradx_rococo-LOCAL-USDT",
|
|
571
|
+
"destAsset": "hydradx_rococo-LOCAL-DOT",
|
|
572
|
+
"srcChain": "hydradx_rococo",
|
|
573
|
+
"destChain": "hydradx_rococo",
|
|
574
|
+
"path": "SWAP"
|
|
519
575
|
}
|
|
520
576
|
}
|