@subwallet/chain-list 0.2.65 → 0.2.66-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 +2899 -1892
- package/cjs/data/AssetLogoMap.json +670 -654
- package/cjs/data/AssetRef.json +183 -1
- package/cjs/data/ChainAsset.json +1109 -589
- package/cjs/data/ChainInfo.json +504 -246
- package/cjs/data/ChainLogoMap.json +254 -244
- package/cjs/data/MultiChainAsset.json +62 -62
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +670 -654
- package/data/AssetRef.json +183 -1
- package/data/ChainAsset.json +1109 -589
- package/data/ChainInfo.json +504 -246
- package/data/ChainLogoMap.json +254 -244
- package/data/MultiChainAsset.json +62 -62
- package/package.json +1 -1
- package/packageInfo.js +1 -1
package/cjs/data/AssetRef.json
CHANGED
|
@@ -76,6 +76,13 @@
|
|
|
76
76
|
"destChain": "ethereum",
|
|
77
77
|
"path": "SWAP"
|
|
78
78
|
},
|
|
79
|
+
"polkadot-NATIVE-DOT___pendulum-LOCAL-DOT": {
|
|
80
|
+
"srcAsset": "polkadot-NATIVE-DOT",
|
|
81
|
+
"destAsset": "pendulum-LOCAL-DOT",
|
|
82
|
+
"srcChain": "polkadot",
|
|
83
|
+
"destChain": "pendulum",
|
|
84
|
+
"path": "XCM"
|
|
85
|
+
},
|
|
79
86
|
"kusama-NATIVE-KSM___statemine-NATIVE-KSM": {
|
|
80
87
|
"srcAsset": "kusama-NATIVE-KSM",
|
|
81
88
|
"destAsset": "statemine-NATIVE-KSM",
|
|
@@ -125,6 +132,13 @@
|
|
|
125
132
|
"destChain": "polkadot",
|
|
126
133
|
"path": "SWAP"
|
|
127
134
|
},
|
|
135
|
+
"moonbeam-NATIVE-GLMR___moonbeam-LOCAL-xcDOT": {
|
|
136
|
+
"srcAsset": "moonbeam-NATIVE-GLMR",
|
|
137
|
+
"destAsset": "moonbeam-LOCAL-xcDOT",
|
|
138
|
+
"srcChain": "moonbeam",
|
|
139
|
+
"destChain": "moonbeam",
|
|
140
|
+
"path": "SWAP"
|
|
141
|
+
},
|
|
128
142
|
"pioneer-NATIVE-NEER___karura-LOCAL-NEER": {
|
|
129
143
|
"srcAsset": "pioneer-NATIVE-NEER",
|
|
130
144
|
"destAsset": "karura-LOCAL-NEER",
|
|
@@ -146,6 +160,20 @@
|
|
|
146
160
|
"destChain": "polkadot",
|
|
147
161
|
"path": "XCM"
|
|
148
162
|
},
|
|
163
|
+
"statemint-NATIVE-DOT___pendulum-LOCAL-DOT": {
|
|
164
|
+
"srcAsset": "statemint-NATIVE-DOT",
|
|
165
|
+
"destAsset": "pendulum-LOCAL-DOT",
|
|
166
|
+
"srcChain": "statemint",
|
|
167
|
+
"destChain": "pendulum",
|
|
168
|
+
"path": "XCM"
|
|
169
|
+
},
|
|
170
|
+
"statemint-NATIVE-DOT___statemine-LOCAL-DOT": {
|
|
171
|
+
"srcAsset": "statemint-NATIVE-DOT",
|
|
172
|
+
"destAsset": "statemine-LOCAL-DOT",
|
|
173
|
+
"srcChain": "statemint",
|
|
174
|
+
"destChain": "statemine",
|
|
175
|
+
"path": "XCM"
|
|
176
|
+
},
|
|
149
177
|
"acala-NATIVE-ACA___moonbeam-LOCAL-xcACA": {
|
|
150
178
|
"srcAsset": "acala-NATIVE-ACA",
|
|
151
179
|
"destAsset": "moonbeam-LOCAL-xcACA",
|
|
@@ -195,6 +223,41 @@
|
|
|
195
223
|
"destChain": "manta_network",
|
|
196
224
|
"path": "XCM"
|
|
197
225
|
},
|
|
226
|
+
"moonbeam-LOCAL-xcDOT___moonbeam-NATIVE-GLMR": {
|
|
227
|
+
"srcAsset": "moonbeam-LOCAL-xcDOT",
|
|
228
|
+
"destAsset": "moonbeam-NATIVE-GLMR",
|
|
229
|
+
"srcChain": "moonbeam",
|
|
230
|
+
"destChain": "moonbeam",
|
|
231
|
+
"path": "SWAP"
|
|
232
|
+
},
|
|
233
|
+
"moonbeam-LOCAL-xcDOT___moonbeam-LOCAL-xcPINK": {
|
|
234
|
+
"srcAsset": "moonbeam-LOCAL-xcDOT",
|
|
235
|
+
"destAsset": "moonbeam-LOCAL-xcPINK",
|
|
236
|
+
"srcChain": "moonbeam",
|
|
237
|
+
"destChain": "moonbeam",
|
|
238
|
+
"path": "SWAP"
|
|
239
|
+
},
|
|
240
|
+
"moonbeam-LOCAL-xcDOT___moonbeam-LOCAL-xcUSDT": {
|
|
241
|
+
"srcAsset": "moonbeam-LOCAL-xcDOT",
|
|
242
|
+
"destAsset": "moonbeam-LOCAL-xcUSDT",
|
|
243
|
+
"srcChain": "moonbeam",
|
|
244
|
+
"destChain": "moonbeam",
|
|
245
|
+
"path": "SWAP"
|
|
246
|
+
},
|
|
247
|
+
"moonbeam-LOCAL-xcDOT___moonbeam-ERC20-stDOT-0xbc7E02c4178a7dF7d3E564323a5c359dc96C4db4": {
|
|
248
|
+
"srcAsset": "moonbeam-LOCAL-xcDOT",
|
|
249
|
+
"destAsset": "moonbeam-ERC20-stDOT-0xbc7E02c4178a7dF7d3E564323a5c359dc96C4db4",
|
|
250
|
+
"srcChain": "moonbeam",
|
|
251
|
+
"destChain": "moonbeam",
|
|
252
|
+
"path": "SWAP"
|
|
253
|
+
},
|
|
254
|
+
"moonbeam-LOCAL-xcDOT___moonbeam-LOCAL-xcvDOT": {
|
|
255
|
+
"srcAsset": "moonbeam-LOCAL-xcDOT",
|
|
256
|
+
"destAsset": "moonbeam-LOCAL-xcvDOT",
|
|
257
|
+
"srcChain": "moonbeam",
|
|
258
|
+
"destChain": "moonbeam",
|
|
259
|
+
"path": "SWAP"
|
|
260
|
+
},
|
|
198
261
|
"moonbeam-LOCAL-xcINTR___interlay-NATIVE-INTR": {
|
|
199
262
|
"srcAsset": "moonbeam-LOCAL-xcINTR",
|
|
200
263
|
"destAsset": "interlay-NATIVE-INTR",
|
|
@@ -447,6 +510,34 @@
|
|
|
447
510
|
"destChain": "kusama",
|
|
448
511
|
"path": "XCM"
|
|
449
512
|
},
|
|
513
|
+
"statemine-NATIVE-KSM___statemint-LOCAL-KSM": {
|
|
514
|
+
"srcAsset": "statemine-NATIVE-KSM",
|
|
515
|
+
"destAsset": "statemint-LOCAL-KSM",
|
|
516
|
+
"srcChain": "statemine",
|
|
517
|
+
"destChain": "statemint",
|
|
518
|
+
"path": "XCM"
|
|
519
|
+
},
|
|
520
|
+
"pendulum-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
521
|
+
"srcAsset": "pendulum-LOCAL-DOT",
|
|
522
|
+
"destAsset": "polkadot-NATIVE-DOT",
|
|
523
|
+
"srcChain": "pendulum",
|
|
524
|
+
"destChain": "polkadot",
|
|
525
|
+
"path": "XCM"
|
|
526
|
+
},
|
|
527
|
+
"pendulum-LOCAL-DOT___statemint-NATIVE-DOT": {
|
|
528
|
+
"srcAsset": "pendulum-LOCAL-DOT",
|
|
529
|
+
"destAsset": "statemint-NATIVE-DOT",
|
|
530
|
+
"srcChain": "pendulum",
|
|
531
|
+
"destChain": "statemint",
|
|
532
|
+
"path": "XCM"
|
|
533
|
+
},
|
|
534
|
+
"pendulum-LOCAL-USDT___statemint-LOCAL-USDt": {
|
|
535
|
+
"srcAsset": "pendulum-LOCAL-USDT",
|
|
536
|
+
"destAsset": "statemint-LOCAL-USDt",
|
|
537
|
+
"srcChain": "pendulum",
|
|
538
|
+
"destChain": "statemint",
|
|
539
|
+
"path": "XCM"
|
|
540
|
+
},
|
|
450
541
|
"statemint-LOCAL-USDt___moonbeam-LOCAL-xcUSDT": {
|
|
451
542
|
"srcAsset": "statemint-LOCAL-USDt",
|
|
452
543
|
"destAsset": "moonbeam-LOCAL-xcUSDT",
|
|
@@ -503,6 +594,13 @@
|
|
|
503
594
|
"destChain": "interlay",
|
|
504
595
|
"path": "XCM"
|
|
505
596
|
},
|
|
597
|
+
"statemint-LOCAL-USDt___pendulum-LOCAL-USDT": {
|
|
598
|
+
"srcAsset": "statemint-LOCAL-USDt",
|
|
599
|
+
"destAsset": "pendulum-LOCAL-USDT",
|
|
600
|
+
"srcChain": "statemint",
|
|
601
|
+
"destChain": "pendulum",
|
|
602
|
+
"path": "XCM"
|
|
603
|
+
},
|
|
506
604
|
"moonbeam-LOCAL-xcUSDT___statemint-LOCAL-USDt": {
|
|
507
605
|
"srcAsset": "moonbeam-LOCAL-xcUSDT",
|
|
508
606
|
"destAsset": "statemint-LOCAL-USDt",
|
|
@@ -510,6 +608,13 @@
|
|
|
510
608
|
"destChain": "statemint",
|
|
511
609
|
"path": "XCM"
|
|
512
610
|
},
|
|
611
|
+
"moonbeam-LOCAL-xcUSDT___moonbeam-LOCAL-xcDOT": {
|
|
612
|
+
"srcAsset": "moonbeam-LOCAL-xcUSDT",
|
|
613
|
+
"destAsset": "moonbeam-LOCAL-xcDOT",
|
|
614
|
+
"srcChain": "moonbeam",
|
|
615
|
+
"destChain": "moonbeam",
|
|
616
|
+
"path": "SWAP"
|
|
617
|
+
},
|
|
513
618
|
"ethereum-ERC20-USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48___polkadot-NATIVE-DOT": {
|
|
514
619
|
"srcAsset": "ethereum-ERC20-USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
515
620
|
"destAsset": "polkadot-NATIVE-DOT",
|
|
@@ -628,6 +733,13 @@
|
|
|
628
733
|
"destChain": "hydradx_main",
|
|
629
734
|
"path": "XCM"
|
|
630
735
|
},
|
|
736
|
+
"statemint-LOCAL-USDC___pendulum-LOCAL-USDC": {
|
|
737
|
+
"srcAsset": "statemint-LOCAL-USDC",
|
|
738
|
+
"destAsset": "pendulum-LOCAL-USDC",
|
|
739
|
+
"srcChain": "statemint",
|
|
740
|
+
"destChain": "pendulum",
|
|
741
|
+
"path": "XCM"
|
|
742
|
+
},
|
|
631
743
|
"hydradx_main-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
632
744
|
"srcAsset": "hydradx_main-LOCAL-USDC",
|
|
633
745
|
"destAsset": "statemint-LOCAL-USDC",
|
|
@@ -635,6 +747,13 @@
|
|
|
635
747
|
"destChain": "statemint",
|
|
636
748
|
"path": "XCM"
|
|
637
749
|
},
|
|
750
|
+
"moonbeam-ERC20-stDOT-0xbc7E02c4178a7dF7d3E564323a5c359dc96C4db4___moonbeam-LOCAL-xcDOT": {
|
|
751
|
+
"srcAsset": "moonbeam-ERC20-stDOT-0xbc7E02c4178a7dF7d3E564323a5c359dc96C4db4",
|
|
752
|
+
"destAsset": "moonbeam-LOCAL-xcDOT",
|
|
753
|
+
"srcChain": "moonbeam",
|
|
754
|
+
"destChain": "moonbeam",
|
|
755
|
+
"path": "SWAP"
|
|
756
|
+
},
|
|
638
757
|
"acala-LOCAL-INTR___interlay-NATIVE-INTR": {
|
|
639
758
|
"srcAsset": "acala-LOCAL-INTR",
|
|
640
759
|
"destAsset": "interlay-NATIVE-INTR",
|
|
@@ -747,6 +866,13 @@
|
|
|
747
866
|
"destChain": "statemint",
|
|
748
867
|
"path": "XCM"
|
|
749
868
|
},
|
|
869
|
+
"moonbeam-LOCAL-xcPINK___moonbeam-LOCAL-xcDOT": {
|
|
870
|
+
"srcAsset": "moonbeam-LOCAL-xcPINK",
|
|
871
|
+
"destAsset": "moonbeam-LOCAL-xcDOT",
|
|
872
|
+
"srcChain": "moonbeam",
|
|
873
|
+
"destChain": "moonbeam",
|
|
874
|
+
"path": "SWAP"
|
|
875
|
+
},
|
|
750
876
|
"bifrost_dot-LOCAL-MANTA___manta_network-NATIVE-MANTA": {
|
|
751
877
|
"srcAsset": "bifrost_dot-LOCAL-MANTA",
|
|
752
878
|
"destAsset": "manta_network-NATIVE-MANTA",
|
|
@@ -1442,5 +1568,61 @@
|
|
|
1442
1568
|
"srcChain": "hydradx_main",
|
|
1443
1569
|
"destChain": "hydradx_main",
|
|
1444
1570
|
"path": "SWAP"
|
|
1571
|
+
},
|
|
1572
|
+
"statemint-LOCAL-BEEFY___hydradx_main-LOCAL-BEEFY": {
|
|
1573
|
+
"srcAsset": "statemint-LOCAL-BEEFY",
|
|
1574
|
+
"destAsset": "hydradx_main-LOCAL-BEEFY",
|
|
1575
|
+
"srcChain": "statemint",
|
|
1576
|
+
"destChain": "hydradx_main",
|
|
1577
|
+
"path": "XCM"
|
|
1578
|
+
},
|
|
1579
|
+
"hydradx_main-LOCAL-BEEFY___statemint-LOCAL-BEEFY": {
|
|
1580
|
+
"srcAsset": "hydradx_main-LOCAL-BEEFY",
|
|
1581
|
+
"destAsset": "statemint-LOCAL-BEEFY",
|
|
1582
|
+
"srcChain": "hydradx_main",
|
|
1583
|
+
"destChain": "statemint",
|
|
1584
|
+
"path": "XCM"
|
|
1585
|
+
},
|
|
1586
|
+
"moonbeam-LOCAL-xcvDOT___moonbeam-LOCAL-xcDOT": {
|
|
1587
|
+
"srcAsset": "moonbeam-LOCAL-xcvDOT",
|
|
1588
|
+
"destAsset": "moonbeam-LOCAL-xcDOT",
|
|
1589
|
+
"srcChain": "moonbeam",
|
|
1590
|
+
"destChain": "moonbeam",
|
|
1591
|
+
"path": "SWAP"
|
|
1592
|
+
},
|
|
1593
|
+
"statemint-LOCAL-STINK___hydradx_main-LOCAL-STINK": {
|
|
1594
|
+
"srcAsset": "statemint-LOCAL-STINK",
|
|
1595
|
+
"destAsset": "hydradx_main-LOCAL-STINK",
|
|
1596
|
+
"srcChain": "statemint",
|
|
1597
|
+
"destChain": "hydradx_main",
|
|
1598
|
+
"path": "XCM"
|
|
1599
|
+
},
|
|
1600
|
+
"hydradx_main-LOCAL-STINK___statemint-LOCAL-STINK": {
|
|
1601
|
+
"srcAsset": "hydradx_main-LOCAL-STINK",
|
|
1602
|
+
"destAsset": "statemint-LOCAL-STINK",
|
|
1603
|
+
"srcChain": "hydradx_main",
|
|
1604
|
+
"destChain": "statemint",
|
|
1605
|
+
"path": "XCM"
|
|
1606
|
+
},
|
|
1607
|
+
"pendulum-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
1608
|
+
"srcAsset": "pendulum-LOCAL-USDC",
|
|
1609
|
+
"destAsset": "statemint-LOCAL-USDC",
|
|
1610
|
+
"srcChain": "pendulum",
|
|
1611
|
+
"destChain": "statemint",
|
|
1612
|
+
"path": "XCM"
|
|
1613
|
+
},
|
|
1614
|
+
"statemint-LOCAL-KSM___statemine-NATIVE-KSM": {
|
|
1615
|
+
"srcAsset": "statemint-LOCAL-KSM",
|
|
1616
|
+
"destAsset": "statemine-NATIVE-KSM",
|
|
1617
|
+
"srcChain": "statemint",
|
|
1618
|
+
"destChain": "statemine",
|
|
1619
|
+
"path": "XCM"
|
|
1620
|
+
},
|
|
1621
|
+
"statemine-LOCAL-DOT___statemint-NATIVE-DOT": {
|
|
1622
|
+
"srcAsset": "statemine-LOCAL-DOT",
|
|
1623
|
+
"destAsset": "statemint-NATIVE-DOT",
|
|
1624
|
+
"srcChain": "statemine",
|
|
1625
|
+
"destChain": "statemint",
|
|
1626
|
+
"path": "XCM"
|
|
1445
1627
|
}
|
|
1446
|
-
}
|
|
1628
|
+
}
|