@subwallet/chain-list 0.2.119 → 0.2.120-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 +29 -166
- package/cjs/data/AssetLogoMap.json +1202 -1201
- package/cjs/data/AssetRef.json +7 -161
- package/cjs/data/ChainAsset.json +1096 -1080
- package/cjs/data/ChainInfo.json +373 -373
- package/cjs/data/ChainLogoMap.json +376 -376
- package/cjs/data/MultiChainAsset.json +119 -119
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1202 -1201
- package/data/AssetRef.json +7 -161
- package/data/ChainAsset.json +1096 -1080
- package/data/ChainInfo.json +373 -373
- package/data/ChainLogoMap.json +376 -376
- package/data/MultiChainAsset.json +119 -119
- package/package.json +1 -1
- package/packageInfo.js +1 -1
package/cjs/data/AssetRef.json
CHANGED
|
@@ -1,102 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"polkadot-NATIVE-DOT___moonbeam-LOCAL-xcDOT": {
|
|
3
|
-
"srcAsset": "polkadot-NATIVE-DOT",
|
|
4
|
-
"destAsset": "moonbeam-LOCAL-xcDOT",
|
|
5
|
-
"srcChain": "polkadot",
|
|
6
|
-
"destChain": "moonbeam",
|
|
7
|
-
"path": "XCM"
|
|
8
|
-
},
|
|
9
|
-
"polkadot-NATIVE-DOT___acala-LOCAL-DOT": {
|
|
10
|
-
"srcAsset": "polkadot-NATIVE-DOT",
|
|
11
|
-
"destAsset": "acala-LOCAL-DOT",
|
|
12
|
-
"srcChain": "polkadot",
|
|
13
|
-
"destChain": "acala",
|
|
14
|
-
"path": "XCM"
|
|
15
|
-
},
|
|
16
|
-
"polkadot-NATIVE-DOT___astar-LOCAL-DOT": {
|
|
17
|
-
"srcAsset": "polkadot-NATIVE-DOT",
|
|
18
|
-
"destAsset": "astar-LOCAL-DOT",
|
|
19
|
-
"srcChain": "polkadot",
|
|
20
|
-
"destChain": "astar",
|
|
21
|
-
"path": "XCM"
|
|
22
|
-
},
|
|
23
|
-
"polkadot-NATIVE-DOT___statemint-NATIVE-DOT": {
|
|
24
|
-
"srcAsset": "polkadot-NATIVE-DOT",
|
|
25
|
-
"destAsset": "statemint-NATIVE-DOT",
|
|
26
|
-
"srcChain": "polkadot",
|
|
27
|
-
"destChain": "statemint",
|
|
28
|
-
"path": "XCM"
|
|
29
|
-
},
|
|
30
|
-
"polkadot-NATIVE-DOT___bifrost_dot-LOCAL-DOT": {
|
|
31
|
-
"srcAsset": "polkadot-NATIVE-DOT",
|
|
32
|
-
"destAsset": "bifrost_dot-LOCAL-DOT",
|
|
33
|
-
"srcChain": "polkadot",
|
|
34
|
-
"destChain": "bifrost_dot",
|
|
35
|
-
"path": "XCM"
|
|
36
|
-
},
|
|
37
|
-
"polkadot-NATIVE-DOT___hydradx_main-LOCAL-DOT": {
|
|
38
|
-
"srcAsset": "polkadot-NATIVE-DOT",
|
|
39
|
-
"destAsset": "hydradx_main-LOCAL-DOT",
|
|
40
|
-
"srcChain": "polkadot",
|
|
41
|
-
"destChain": "hydradx_main",
|
|
42
|
-
"path": "XCM"
|
|
43
|
-
},
|
|
44
|
-
"polkadot-NATIVE-DOT___manta_network-LOCAL-DOT": {
|
|
45
|
-
"srcAsset": "polkadot-NATIVE-DOT",
|
|
46
|
-
"destAsset": "manta_network-LOCAL-DOT",
|
|
47
|
-
"srcChain": "polkadot",
|
|
48
|
-
"destChain": "manta_network",
|
|
49
|
-
"path": "XCM"
|
|
50
|
-
},
|
|
51
|
-
"polkadot-NATIVE-DOT___xode-LOCAL-DOT": {
|
|
52
|
-
"srcAsset": "polkadot-NATIVE-DOT",
|
|
53
|
-
"destAsset": "xode-LOCAL-DOT",
|
|
54
|
-
"srcChain": "polkadot",
|
|
55
|
-
"destChain": "xode",
|
|
56
|
-
"path": "XCM"
|
|
57
|
-
},
|
|
58
|
-
"kusama-NATIVE-KSM___statemine-NATIVE-KSM": {
|
|
59
|
-
"srcAsset": "kusama-NATIVE-KSM",
|
|
60
|
-
"destAsset": "statemine-NATIVE-KSM",
|
|
61
|
-
"srcChain": "kusama",
|
|
62
|
-
"destChain": "statemine",
|
|
63
|
-
"path": "XCM"
|
|
64
|
-
},
|
|
65
|
-
"kusama-NATIVE-KSM___moonriver-LOCAL-xcKSM": {
|
|
66
|
-
"srcAsset": "kusama-NATIVE-KSM",
|
|
67
|
-
"destAsset": "moonriver-LOCAL-xcKSM",
|
|
68
|
-
"srcChain": "kusama",
|
|
69
|
-
"destChain": "moonriver",
|
|
70
|
-
"path": "XCM"
|
|
71
|
-
},
|
|
72
|
-
"kusama-NATIVE-KSM___shiden-LOCAL-KSM": {
|
|
73
|
-
"srcAsset": "kusama-NATIVE-KSM",
|
|
74
|
-
"destAsset": "shiden-LOCAL-KSM",
|
|
75
|
-
"srcChain": "kusama",
|
|
76
|
-
"destChain": "shiden",
|
|
77
|
-
"path": "XCM"
|
|
78
|
-
},
|
|
79
|
-
"kusama-NATIVE-KSM___karura-LOCAL-KSM": {
|
|
80
|
-
"srcAsset": "kusama-NATIVE-KSM",
|
|
81
|
-
"destAsset": "karura-LOCAL-KSM",
|
|
82
|
-
"srcChain": "kusama",
|
|
83
|
-
"destChain": "karura",
|
|
84
|
-
"path": "XCM"
|
|
85
|
-
},
|
|
86
|
-
"kusama-NATIVE-KSM___bifrost-LOCAL-KSM": {
|
|
87
|
-
"srcAsset": "kusama-NATIVE-KSM",
|
|
88
|
-
"destAsset": "bifrost-LOCAL-KSM",
|
|
89
|
-
"srcChain": "kusama",
|
|
90
|
-
"destChain": "bifrost",
|
|
91
|
-
"path": "XCM"
|
|
92
|
-
},
|
|
93
|
-
"kusama-NATIVE-KSM___amplitude-LOCAL-KSM": {
|
|
94
|
-
"srcAsset": "kusama-NATIVE-KSM",
|
|
95
|
-
"destAsset": "amplitude-LOCAL-KSM",
|
|
96
|
-
"srcChain": "kusama",
|
|
97
|
-
"destChain": "amplitude",
|
|
98
|
-
"path": "XCM"
|
|
99
|
-
},
|
|
100
2
|
"ethereum-NATIVE-ETH___arbitrum_one-NATIVE-ETH": {
|
|
101
3
|
"srcAsset": "ethereum-NATIVE-ETH",
|
|
102
4
|
"destAsset": "arbitrum_one-NATIVE-ETH",
|
|
@@ -153,13 +55,6 @@
|
|
|
153
55
|
"destChain": "hydradx_main",
|
|
154
56
|
"path": "XCM"
|
|
155
57
|
},
|
|
156
|
-
"statemint-NATIVE-DOT___polkadot-NATIVE-DOT": {
|
|
157
|
-
"srcAsset": "statemint-NATIVE-DOT",
|
|
158
|
-
"destAsset": "polkadot-NATIVE-DOT",
|
|
159
|
-
"srcChain": "statemint",
|
|
160
|
-
"destChain": "polkadot",
|
|
161
|
-
"path": "XCM"
|
|
162
|
-
},
|
|
163
58
|
"statemint-NATIVE-DOT___statemine-LOCAL-DOT": {
|
|
164
59
|
"srcAsset": "statemint-NATIVE-DOT",
|
|
165
60
|
"destAsset": "statemine-LOCAL-DOT",
|
|
@@ -230,13 +125,6 @@
|
|
|
230
125
|
"destChain": "base_mainnet",
|
|
231
126
|
"path": "XCM"
|
|
232
127
|
},
|
|
233
|
-
"acala-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
234
|
-
"srcAsset": "acala-LOCAL-DOT",
|
|
235
|
-
"destAsset": "polkadot-NATIVE-DOT",
|
|
236
|
-
"srcChain": "acala",
|
|
237
|
-
"destChain": "polkadot",
|
|
238
|
-
"path": "XCM"
|
|
239
|
-
},
|
|
240
128
|
"acala-LOCAL-GLMR___moonbeam-NATIVE-GLMR": {
|
|
241
129
|
"srcAsset": "acala-LOCAL-GLMR",
|
|
242
130
|
"destAsset": "moonbeam-NATIVE-GLMR",
|
|
@@ -251,13 +139,6 @@
|
|
|
251
139
|
"destChain": "statemint",
|
|
252
140
|
"path": "XCM"
|
|
253
141
|
},
|
|
254
|
-
"moonbeam-LOCAL-xcDOT___polkadot-NATIVE-DOT": {
|
|
255
|
-
"srcAsset": "moonbeam-LOCAL-xcDOT",
|
|
256
|
-
"destAsset": "polkadot-NATIVE-DOT",
|
|
257
|
-
"srcChain": "moonbeam",
|
|
258
|
-
"destChain": "polkadot",
|
|
259
|
-
"path": "XCM"
|
|
260
|
-
},
|
|
261
142
|
"moonbeam-LOCAL-xcDOT___manta_network-LOCAL-DOT": {
|
|
262
143
|
"srcAsset": "moonbeam-LOCAL-xcDOT",
|
|
263
144
|
"destAsset": "manta_network-LOCAL-DOT",
|
|
@@ -293,13 +174,6 @@
|
|
|
293
174
|
"destChain": "optimism",
|
|
294
175
|
"path": "XCM"
|
|
295
176
|
},
|
|
296
|
-
"astar-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
297
|
-
"srcAsset": "astar-LOCAL-DOT",
|
|
298
|
-
"destAsset": "polkadot-NATIVE-DOT",
|
|
299
|
-
"srcChain": "astar",
|
|
300
|
-
"destChain": "polkadot",
|
|
301
|
-
"path": "XCM"
|
|
302
|
-
},
|
|
303
177
|
"astar-LOCAL-USDT___statemint-LOCAL-USDt": {
|
|
304
178
|
"srcAsset": "astar-LOCAL-USDT",
|
|
305
179
|
"destAsset": "statemint-LOCAL-USDt",
|
|
@@ -363,13 +237,6 @@
|
|
|
363
237
|
"destChain": "hydradx_main",
|
|
364
238
|
"path": "XCM"
|
|
365
239
|
},
|
|
366
|
-
"statemine-NATIVE-KSM___kusama-NATIVE-KSM": {
|
|
367
|
-
"srcAsset": "statemine-NATIVE-KSM",
|
|
368
|
-
"destAsset": "kusama-NATIVE-KSM",
|
|
369
|
-
"srcChain": "statemine",
|
|
370
|
-
"destChain": "kusama",
|
|
371
|
-
"path": "XCM"
|
|
372
|
-
},
|
|
373
240
|
"statemine-NATIVE-KSM___statemint-LOCAL-KSM": {
|
|
374
241
|
"srcAsset": "statemine-NATIVE-KSM",
|
|
375
242
|
"destAsset": "statemint-LOCAL-KSM",
|
|
@@ -433,13 +300,6 @@
|
|
|
433
300
|
"destChain": "xode",
|
|
434
301
|
"path": "XCM"
|
|
435
302
|
},
|
|
436
|
-
"bifrost-LOCAL-KSM___kusama-NATIVE-KSM": {
|
|
437
|
-
"srcAsset": "bifrost-LOCAL-KSM",
|
|
438
|
-
"destAsset": "kusama-NATIVE-KSM",
|
|
439
|
-
"srcChain": "bifrost",
|
|
440
|
-
"destChain": "kusama",
|
|
441
|
-
"path": "XCM"
|
|
442
|
-
},
|
|
443
303
|
"moonbeam-LOCAL-xcUSDT___statemint-LOCAL-USDt": {
|
|
444
304
|
"srcAsset": "moonbeam-LOCAL-xcUSDT",
|
|
445
305
|
"destAsset": "statemint-LOCAL-USDt",
|
|
@@ -475,13 +335,6 @@
|
|
|
475
335
|
"destChain": "optimism",
|
|
476
336
|
"path": "XCM"
|
|
477
337
|
},
|
|
478
|
-
"bifrost_dot-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
479
|
-
"srcAsset": "bifrost_dot-LOCAL-DOT",
|
|
480
|
-
"destAsset": "polkadot-NATIVE-DOT",
|
|
481
|
-
"srcChain": "bifrost_dot",
|
|
482
|
-
"destChain": "polkadot",
|
|
483
|
-
"path": "XCM"
|
|
484
|
-
},
|
|
485
338
|
"bifrost_dot-LOCAL-DOT___statemint-NATIVE-DOT": {
|
|
486
339
|
"srcAsset": "bifrost_dot-LOCAL-DOT",
|
|
487
340
|
"destAsset": "statemint-NATIVE-DOT",
|
|
@@ -496,13 +349,6 @@
|
|
|
496
349
|
"destChain": "hydradx_main",
|
|
497
350
|
"path": "XCM"
|
|
498
351
|
},
|
|
499
|
-
"hydradx_main-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
500
|
-
"srcAsset": "hydradx_main-LOCAL-DOT",
|
|
501
|
-
"destAsset": "polkadot-NATIVE-DOT",
|
|
502
|
-
"srcChain": "hydradx_main",
|
|
503
|
-
"destChain": "polkadot",
|
|
504
|
-
"path": "XCM"
|
|
505
|
-
},
|
|
506
352
|
"hydradx_main-LOCAL-DOT___statemint-NATIVE-DOT": {
|
|
507
353
|
"srcAsset": "hydradx_main-LOCAL-DOT",
|
|
508
354
|
"destAsset": "statemint-NATIVE-DOT",
|
|
@@ -552,13 +398,6 @@
|
|
|
552
398
|
"destChain": "bifrost_dot",
|
|
553
399
|
"path": "XCM"
|
|
554
400
|
},
|
|
555
|
-
"manta_network-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
556
|
-
"srcAsset": "manta_network-LOCAL-DOT",
|
|
557
|
-
"destAsset": "polkadot-NATIVE-DOT",
|
|
558
|
-
"srcChain": "manta_network",
|
|
559
|
-
"destChain": "polkadot",
|
|
560
|
-
"path": "XCM"
|
|
561
|
-
},
|
|
562
401
|
"manta_network-LOCAL-DOT___moonbeam-LOCAL-xcDOT": {
|
|
563
402
|
"srcAsset": "manta_network-LOCAL-DOT",
|
|
564
403
|
"destAsset": "moonbeam-LOCAL-xcDOT",
|
|
@@ -636,6 +475,13 @@
|
|
|
636
475
|
"destChain": "hydradx_main",
|
|
637
476
|
"path": "XCM"
|
|
638
477
|
},
|
|
478
|
+
"mythos-NATIVE-MYTH___statemint-LOCAL-MYTH": {
|
|
479
|
+
"srcAsset": "mythos-NATIVE-MYTH",
|
|
480
|
+
"destAsset": "statemint-LOCAL-MYTH",
|
|
481
|
+
"srcChain": "mythos",
|
|
482
|
+
"destChain": "statemint",
|
|
483
|
+
"path": "XCM"
|
|
484
|
+
},
|
|
639
485
|
"availTuringTest-NATIVE-AVAIL___sepolia_ethereum-ERC20-AVAIL-0xb1C3Cb9b5e598d4E95a85870e7812B99f350982d": {
|
|
640
486
|
"srcAsset": "availTuringTest-NATIVE-AVAIL",
|
|
641
487
|
"destAsset": "sepolia_ethereum-ERC20-AVAIL-0xb1C3Cb9b5e598d4E95a85870e7812B99f350982d",
|