@subwallet/chain-list 0.2.113-beta.7-pr-555-f3ca9fc0 → 0.2.113-beta.9-pr-555-3d5c10fa
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 +1158 -821
- package/cjs/data/AssetLogoMap.json +6 -4
- package/cjs/data/ChainAsset.json +1045 -805
- package/cjs/data/ChainInfo.json +97 -12
- package/cjs/data/ChainLogoMap.json +3 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +6 -4
- package/data/ChainAsset.json +1045 -805
- package/data/ChainInfo.json +97 -12
- package/data/ChainLogoMap.json +3 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
- package/types.d.ts +1 -0
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -13,13 +13,16 @@
|
|
|
13
13
|
"parents": 0,
|
|
14
14
|
"interior": "Here"
|
|
15
15
|
},
|
|
16
|
-
"paraSpellValue":
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
16
|
+
"paraSpellValue": "DOT",
|
|
17
|
+
"paraSpellAssetType": "symbol",
|
|
18
|
+
"paraSpellIdentifyV4": {
|
|
19
|
+
"location": {
|
|
20
|
+
"parents": 1,
|
|
21
|
+
"interior": {
|
|
22
|
+
"Here": null
|
|
23
|
+
}
|
|
20
24
|
}
|
|
21
|
-
}
|
|
22
|
-
"paraSpellAssetType": "location"
|
|
25
|
+
}
|
|
23
26
|
},
|
|
24
27
|
"multiChainAsset": "DOT-Polkadot",
|
|
25
28
|
"hasValue": true,
|
|
@@ -39,13 +42,16 @@
|
|
|
39
42
|
"parents": 0,
|
|
40
43
|
"interior": "Here"
|
|
41
44
|
},
|
|
42
|
-
"paraSpellValue":
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
45
|
+
"paraSpellValue": "KSM",
|
|
46
|
+
"paraSpellAssetType": "symbol",
|
|
47
|
+
"paraSpellIdentifyV4": {
|
|
48
|
+
"location": {
|
|
49
|
+
"parents": 1,
|
|
50
|
+
"interior": {
|
|
51
|
+
"Here": null
|
|
52
|
+
}
|
|
46
53
|
}
|
|
47
|
-
}
|
|
48
|
-
"paraSpellAssetType": "location"
|
|
54
|
+
}
|
|
49
55
|
},
|
|
50
56
|
"multiChainAsset": "KSM-Kusama",
|
|
51
57
|
"hasValue": true,
|
|
@@ -93,20 +99,23 @@
|
|
|
93
99
|
"parents": 0,
|
|
94
100
|
"interior": "Here"
|
|
95
101
|
},
|
|
96
|
-
"paraSpellValue":
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
102
|
+
"paraSpellValue": "GLMR",
|
|
103
|
+
"paraSpellAssetType": "symbol",
|
|
104
|
+
"paraSpellIdentifyV4": {
|
|
105
|
+
"location": {
|
|
106
|
+
"parents": 1,
|
|
107
|
+
"interior": {
|
|
108
|
+
"X2": [
|
|
109
|
+
{
|
|
110
|
+
"Parachain": 2004
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"PalletInstance": 10
|
|
114
|
+
}
|
|
115
|
+
]
|
|
116
|
+
}
|
|
107
117
|
}
|
|
108
|
-
}
|
|
109
|
-
"paraSpellAssetType": "location"
|
|
118
|
+
}
|
|
110
119
|
},
|
|
111
120
|
"multiChainAsset": "GLMR-Moonbeam",
|
|
112
121
|
"hasValue": true,
|
|
@@ -159,17 +168,20 @@
|
|
|
159
168
|
"parents": 0,
|
|
160
169
|
"interior": "Here"
|
|
161
170
|
},
|
|
162
|
-
"paraSpellValue":
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
171
|
+
"paraSpellValue": "ASTR",
|
|
172
|
+
"paraSpellAssetType": "symbol",
|
|
173
|
+
"paraSpellIdentifyV4": {
|
|
174
|
+
"location": {
|
|
175
|
+
"parents": 1,
|
|
176
|
+
"interior": {
|
|
177
|
+
"X1": [
|
|
178
|
+
{
|
|
179
|
+
"Parachain": 2006
|
|
180
|
+
}
|
|
181
|
+
]
|
|
182
|
+
}
|
|
170
183
|
}
|
|
171
|
-
}
|
|
172
|
-
"paraSpellAssetType": "location"
|
|
184
|
+
}
|
|
173
185
|
},
|
|
174
186
|
"multiChainAsset": "ASTR-Astar",
|
|
175
187
|
"hasValue": true,
|
|
@@ -190,13 +202,16 @@
|
|
|
190
202
|
"parents": 1,
|
|
191
203
|
"interior": "Here"
|
|
192
204
|
},
|
|
193
|
-
"paraSpellValue":
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
205
|
+
"paraSpellValue": "DOT",
|
|
206
|
+
"paraSpellAssetType": "symbol",
|
|
207
|
+
"paraSpellIdentifyV4": {
|
|
208
|
+
"location": {
|
|
209
|
+
"parents": 1,
|
|
210
|
+
"interior": {
|
|
211
|
+
"Here": null
|
|
212
|
+
}
|
|
197
213
|
}
|
|
198
214
|
},
|
|
199
|
-
"paraSpellAssetType": "location",
|
|
200
215
|
"alternativeSwapAsset": "polkadot-NATIVE-DOT"
|
|
201
216
|
},
|
|
202
217
|
"multiChainAsset": "DOT-Polkadot",
|
|
@@ -222,23 +237,26 @@
|
|
|
222
237
|
"parents": 0,
|
|
223
238
|
"interior": "Here"
|
|
224
239
|
},
|
|
225
|
-
"paraSpellValue":
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
240
|
+
"paraSpellValue": "ACA",
|
|
241
|
+
"paraSpellAssetType": "symbol",
|
|
242
|
+
"paraSpellIdentifyV4": {
|
|
243
|
+
"location": {
|
|
244
|
+
"parents": 1,
|
|
245
|
+
"interior": {
|
|
246
|
+
"X2": [
|
|
247
|
+
{
|
|
248
|
+
"Parachain": 2000
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"GeneralKey": {
|
|
252
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
253
|
+
"length": 2
|
|
254
|
+
}
|
|
236
255
|
}
|
|
237
|
-
|
|
238
|
-
|
|
256
|
+
]
|
|
257
|
+
}
|
|
239
258
|
}
|
|
240
|
-
}
|
|
241
|
-
"paraSpellAssetType": "location"
|
|
259
|
+
}
|
|
242
260
|
},
|
|
243
261
|
"multiChainAsset": "ACA-Acala",
|
|
244
262
|
"hasValue": true,
|
|
@@ -352,13 +370,16 @@
|
|
|
352
370
|
"Token": "DOT"
|
|
353
371
|
},
|
|
354
372
|
"isSufficient": true,
|
|
355
|
-
"paraSpellValue":
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
373
|
+
"paraSpellValue": "DOT",
|
|
374
|
+
"paraSpellAssetType": "symbol",
|
|
375
|
+
"paraSpellIdentifyV4": {
|
|
376
|
+
"location": {
|
|
377
|
+
"parents": 1,
|
|
378
|
+
"interior": {
|
|
379
|
+
"Here": null
|
|
380
|
+
}
|
|
359
381
|
}
|
|
360
|
-
}
|
|
361
|
-
"paraSpellAssetType": "location"
|
|
382
|
+
}
|
|
362
383
|
},
|
|
363
384
|
"multiChainAsset": "DOT-Polkadot",
|
|
364
385
|
"hasValue": true,
|
|
@@ -377,20 +398,23 @@
|
|
|
377
398
|
"onChainInfo": {
|
|
378
399
|
"ForeignAsset": 0
|
|
379
400
|
},
|
|
380
|
-
"paraSpellValue":
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
401
|
+
"paraSpellValue": "GLMR",
|
|
402
|
+
"paraSpellAssetType": "symbol",
|
|
403
|
+
"paraSpellIdentifyV4": {
|
|
404
|
+
"location": {
|
|
405
|
+
"parents": 1,
|
|
406
|
+
"interior": {
|
|
407
|
+
"X2": [
|
|
408
|
+
{
|
|
409
|
+
"Parachain": 2004
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"PalletInstance": 10
|
|
413
|
+
}
|
|
414
|
+
]
|
|
415
|
+
}
|
|
391
416
|
}
|
|
392
|
-
}
|
|
393
|
-
"paraSpellAssetType": "location"
|
|
417
|
+
}
|
|
394
418
|
},
|
|
395
419
|
"multiChainAsset": "GLMR-Moonbeam",
|
|
396
420
|
"hasValue": true,
|
|
@@ -410,23 +434,26 @@
|
|
|
410
434
|
"ForeignAsset": 12
|
|
411
435
|
},
|
|
412
436
|
"isSufficient": true,
|
|
413
|
-
"paraSpellValue":
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
437
|
+
"paraSpellValue": "USDT",
|
|
438
|
+
"paraSpellAssetType": "symbol",
|
|
439
|
+
"paraSpellIdentifyV4": {
|
|
440
|
+
"location": {
|
|
441
|
+
"parents": 1,
|
|
442
|
+
"interior": {
|
|
443
|
+
"X3": [
|
|
444
|
+
{
|
|
445
|
+
"Parachain": 1000
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"PalletInstance": 50
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"GeneralIndex": 1984
|
|
452
|
+
}
|
|
453
|
+
]
|
|
454
|
+
}
|
|
427
455
|
}
|
|
428
|
-
}
|
|
429
|
-
"paraSpellAssetType": "location"
|
|
456
|
+
}
|
|
430
457
|
},
|
|
431
458
|
"multiChainAsset": "USDT-Tether",
|
|
432
459
|
"hasValue": true,
|
|
@@ -464,17 +491,20 @@
|
|
|
464
491
|
"ForeignAsset": 2
|
|
465
492
|
},
|
|
466
493
|
"isSufficient": true,
|
|
467
|
-
"paraSpellValue":
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
494
|
+
"paraSpellValue": "ASTR",
|
|
495
|
+
"paraSpellAssetType": "symbol",
|
|
496
|
+
"paraSpellIdentifyV4": {
|
|
497
|
+
"location": {
|
|
498
|
+
"parents": 1,
|
|
499
|
+
"interior": {
|
|
500
|
+
"X1": [
|
|
501
|
+
{
|
|
502
|
+
"Parachain": 2006
|
|
503
|
+
}
|
|
504
|
+
]
|
|
505
|
+
}
|
|
475
506
|
}
|
|
476
|
-
}
|
|
477
|
-
"paraSpellAssetType": "location"
|
|
507
|
+
}
|
|
478
508
|
},
|
|
479
509
|
"multiChainAsset": "ASTR-Astar",
|
|
480
510
|
"hasValue": true,
|
|
@@ -560,14 +590,17 @@
|
|
|
560
590
|
"metadata": {
|
|
561
591
|
"assetId": "42259045809535163221576417993425387648",
|
|
562
592
|
"assetType": "ForeignAsset",
|
|
563
|
-
"paraSpellValue":
|
|
564
|
-
"parents": 1,
|
|
565
|
-
"interior": {
|
|
566
|
-
"Here": null
|
|
567
|
-
}
|
|
568
|
-
},
|
|
593
|
+
"paraSpellValue": "DOT",
|
|
569
594
|
"contractAddress": "0xFfFFfFff1FcaCBd218EDc0EbA20Fc2308C778080",
|
|
570
|
-
"paraSpellAssetType": "
|
|
595
|
+
"paraSpellAssetType": "symbol",
|
|
596
|
+
"paraSpellIdentifyV4": {
|
|
597
|
+
"location": {
|
|
598
|
+
"parents": 1,
|
|
599
|
+
"interior": {
|
|
600
|
+
"Here": null
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
}
|
|
571
604
|
},
|
|
572
605
|
"multiChainAsset": "DOT-Polkadot",
|
|
573
606
|
"hasValue": true,
|
|
@@ -585,24 +618,27 @@
|
|
|
585
618
|
"metadata": {
|
|
586
619
|
"assetId": "101170542313601871197860408087030232491",
|
|
587
620
|
"assetType": "ForeignAsset",
|
|
588
|
-
"paraSpellValue":
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
"
|
|
598
|
-
|
|
621
|
+
"paraSpellValue": "INTR",
|
|
622
|
+
"contractAddress": "0xFffFFFFF4C1cbCd97597339702436d4F18a375Ab",
|
|
623
|
+
"paraSpellAssetType": "symbol",
|
|
624
|
+
"paraSpellIdentifyV4": {
|
|
625
|
+
"location": {
|
|
626
|
+
"parents": 1,
|
|
627
|
+
"interior": {
|
|
628
|
+
"X2": [
|
|
629
|
+
{
|
|
630
|
+
"Parachain": 2032
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"GeneralKey": {
|
|
634
|
+
"data": "0x0002000000000000000000000000000000000000000000000000000000000000",
|
|
635
|
+
"length": 2
|
|
636
|
+
}
|
|
599
637
|
}
|
|
600
|
-
|
|
601
|
-
|
|
638
|
+
]
|
|
639
|
+
}
|
|
602
640
|
}
|
|
603
|
-
}
|
|
604
|
-
"contractAddress": "0xFffFFFFF4C1cbCd97597339702436d4F18a375Ab",
|
|
605
|
-
"paraSpellAssetType": "location"
|
|
641
|
+
}
|
|
606
642
|
},
|
|
607
643
|
"multiChainAsset": "INTR-Interlay",
|
|
608
644
|
"hasValue": true,
|
|
@@ -620,24 +656,27 @@
|
|
|
620
656
|
"metadata": {
|
|
621
657
|
"assetId": "120637696315203257380661607956669368914",
|
|
622
658
|
"assetType": "ForeignAsset",
|
|
623
|
-
"paraSpellValue":
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
"
|
|
633
|
-
|
|
659
|
+
"paraSpellValue": "IBTC",
|
|
660
|
+
"contractAddress": "0xFFFFFfFf5AC1f9A51A93F5C527385edF7Fe98A52",
|
|
661
|
+
"paraSpellAssetType": "symbol",
|
|
662
|
+
"paraSpellIdentifyV4": {
|
|
663
|
+
"location": {
|
|
664
|
+
"parents": 1,
|
|
665
|
+
"interior": {
|
|
666
|
+
"X2": [
|
|
667
|
+
{
|
|
668
|
+
"Parachain": 2032
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"GeneralKey": {
|
|
672
|
+
"data": "0x0001000000000000000000000000000000000000000000000000000000000000",
|
|
673
|
+
"length": 2
|
|
674
|
+
}
|
|
634
675
|
}
|
|
635
|
-
|
|
636
|
-
|
|
676
|
+
]
|
|
677
|
+
}
|
|
637
678
|
}
|
|
638
|
-
}
|
|
639
|
-
"contractAddress": "0xFFFFFfFf5AC1f9A51A93F5C527385edF7Fe98A52",
|
|
640
|
-
"paraSpellAssetType": "location"
|
|
679
|
+
}
|
|
641
680
|
},
|
|
642
681
|
"multiChainAsset": "iBTC-interBTC",
|
|
643
682
|
"hasValue": true,
|
|
@@ -655,24 +694,27 @@
|
|
|
655
694
|
"metadata": {
|
|
656
695
|
"assetId": "224821240862170613278369189818311486111",
|
|
657
696
|
"assetType": "ForeignAsset",
|
|
658
|
-
"paraSpellValue":
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
"
|
|
668
|
-
|
|
697
|
+
"paraSpellValue": "ACA",
|
|
698
|
+
"contractAddress": "0xffffFFffa922Fef94566104a6e5A35a4fCDDAA9f",
|
|
699
|
+
"paraSpellAssetType": "symbol",
|
|
700
|
+
"paraSpellIdentifyV4": {
|
|
701
|
+
"location": {
|
|
702
|
+
"parents": 1,
|
|
703
|
+
"interior": {
|
|
704
|
+
"X2": [
|
|
705
|
+
{
|
|
706
|
+
"Parachain": 2000
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"GeneralKey": {
|
|
710
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
711
|
+
"length": 2
|
|
712
|
+
}
|
|
669
713
|
}
|
|
670
|
-
|
|
671
|
-
|
|
714
|
+
]
|
|
715
|
+
}
|
|
672
716
|
}
|
|
673
|
-
}
|
|
674
|
-
"contractAddress": "0xffffFFffa922Fef94566104a6e5A35a4fCDDAA9f",
|
|
675
|
-
"paraSpellAssetType": "location"
|
|
717
|
+
}
|
|
676
718
|
},
|
|
677
719
|
"multiChainAsset": "ACA-Acala",
|
|
678
720
|
"hasValue": true,
|
|
@@ -743,13 +785,16 @@
|
|
|
743
785
|
"parents": 1,
|
|
744
786
|
"interior": "Here"
|
|
745
787
|
},
|
|
746
|
-
"paraSpellValue":
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
788
|
+
"paraSpellValue": "DOT",
|
|
789
|
+
"paraSpellAssetType": "symbol",
|
|
790
|
+
"paraSpellIdentifyV4": {
|
|
791
|
+
"location": {
|
|
792
|
+
"parents": 1,
|
|
793
|
+
"interior": {
|
|
794
|
+
"Here": null
|
|
795
|
+
}
|
|
750
796
|
}
|
|
751
|
-
}
|
|
752
|
-
"paraSpellAssetType": "location"
|
|
797
|
+
}
|
|
753
798
|
},
|
|
754
799
|
"multiChainAsset": "DOT-Polkadot",
|
|
755
800
|
"hasValue": true,
|
|
@@ -782,23 +827,26 @@
|
|
|
782
827
|
]
|
|
783
828
|
}
|
|
784
829
|
},
|
|
785
|
-
"paraSpellValue":
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
830
|
+
"paraSpellValue": "USDT",
|
|
831
|
+
"paraSpellAssetType": "symbol",
|
|
832
|
+
"paraSpellIdentifyV4": {
|
|
833
|
+
"location": {
|
|
834
|
+
"parents": 1,
|
|
835
|
+
"interior": {
|
|
836
|
+
"X3": [
|
|
837
|
+
{
|
|
838
|
+
"Parachain": 1000
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"PalletInstance": 50
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"GeneralIndex": 1984
|
|
845
|
+
}
|
|
846
|
+
]
|
|
847
|
+
}
|
|
799
848
|
}
|
|
800
|
-
}
|
|
801
|
-
"paraSpellAssetType": "location"
|
|
849
|
+
}
|
|
802
850
|
},
|
|
803
851
|
"multiChainAsset": "USDT-Tether",
|
|
804
852
|
"hasValue": true,
|
|
@@ -1077,23 +1125,26 @@
|
|
|
1077
1125
|
"onChainInfo": {
|
|
1078
1126
|
"Token2": "2"
|
|
1079
1127
|
},
|
|
1080
|
-
"paraSpellValue":
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1128
|
+
"paraSpellValue": "USDT",
|
|
1129
|
+
"paraSpellAssetType": "symbol",
|
|
1130
|
+
"paraSpellIdentifyV4": {
|
|
1131
|
+
"location": {
|
|
1132
|
+
"parents": 1,
|
|
1133
|
+
"interior": {
|
|
1134
|
+
"X3": [
|
|
1135
|
+
{
|
|
1136
|
+
"Parachain": 1000
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"PalletInstance": 50
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
"GeneralIndex": 1984
|
|
1143
|
+
}
|
|
1144
|
+
]
|
|
1145
|
+
}
|
|
1094
1146
|
}
|
|
1095
|
-
}
|
|
1096
|
-
"paraSpellAssetType": "location"
|
|
1147
|
+
}
|
|
1097
1148
|
},
|
|
1098
1149
|
"multiChainAsset": "USDT-Tether",
|
|
1099
1150
|
"hasValue": true,
|
|
@@ -1640,20 +1691,23 @@
|
|
|
1640
1691
|
"assetType": "NATIVE",
|
|
1641
1692
|
"metadata": {
|
|
1642
1693
|
"assetId": "0",
|
|
1643
|
-
"paraSpellValue":
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1694
|
+
"paraSpellValue": "HDX",
|
|
1695
|
+
"paraSpellAssetType": "symbol",
|
|
1696
|
+
"paraSpellIdentifyV4": {
|
|
1697
|
+
"location": {
|
|
1698
|
+
"parents": 1,
|
|
1699
|
+
"interior": {
|
|
1700
|
+
"X2": [
|
|
1701
|
+
{
|
|
1702
|
+
"Parachain": 2034
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
"GeneralIndex": 0
|
|
1706
|
+
}
|
|
1707
|
+
]
|
|
1708
|
+
}
|
|
1654
1709
|
}
|
|
1655
|
-
}
|
|
1656
|
-
"paraSpellAssetType": "location"
|
|
1710
|
+
}
|
|
1657
1711
|
},
|
|
1658
1712
|
"multiChainAsset": "HDX-HydraDX",
|
|
1659
1713
|
"hasValue": true,
|
|
@@ -1687,23 +1741,26 @@
|
|
|
1687
1741
|
]
|
|
1688
1742
|
}
|
|
1689
1743
|
},
|
|
1690
|
-
"paraSpellValue":
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1744
|
+
"paraSpellValue": "10",
|
|
1745
|
+
"paraSpellAssetType": "id",
|
|
1746
|
+
"paraSpellIdentifyV4": {
|
|
1747
|
+
"location": {
|
|
1748
|
+
"parents": 1,
|
|
1749
|
+
"interior": {
|
|
1750
|
+
"X3": [
|
|
1751
|
+
{
|
|
1752
|
+
"Parachain": 1000
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"PalletInstance": 50
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
"GeneralIndex": 1984
|
|
1759
|
+
}
|
|
1760
|
+
]
|
|
1761
|
+
}
|
|
1704
1762
|
}
|
|
1705
|
-
}
|
|
1706
|
-
"paraSpellAssetType": "location"
|
|
1763
|
+
}
|
|
1707
1764
|
},
|
|
1708
1765
|
"multiChainAsset": "USDT-Tether",
|
|
1709
1766
|
"hasValue": true,
|
|
@@ -1736,23 +1793,26 @@
|
|
|
1736
1793
|
"onChainInfo": {
|
|
1737
1794
|
"Native": null
|
|
1738
1795
|
},
|
|
1739
|
-
"paraSpellValue":
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1796
|
+
"paraSpellValue": "CFG",
|
|
1797
|
+
"paraSpellAssetType": "symbol",
|
|
1798
|
+
"paraSpellIdentifyV4": {
|
|
1799
|
+
"location": {
|
|
1800
|
+
"parents": 1,
|
|
1801
|
+
"interior": {
|
|
1802
|
+
"X2": [
|
|
1803
|
+
{
|
|
1804
|
+
"Parachain": 2031
|
|
1805
|
+
},
|
|
1806
|
+
{
|
|
1807
|
+
"GeneralKey": {
|
|
1808
|
+
"data": "0x0001000000000000000000000000000000000000000000000000000000000000",
|
|
1809
|
+
"length": 2
|
|
1810
|
+
}
|
|
1750
1811
|
}
|
|
1751
|
-
|
|
1752
|
-
|
|
1812
|
+
]
|
|
1813
|
+
}
|
|
1753
1814
|
}
|
|
1754
|
-
}
|
|
1755
|
-
"paraSpellAssetType": "location"
|
|
1815
|
+
}
|
|
1756
1816
|
},
|
|
1757
1817
|
"multiChainAsset": "CFG-Centrifuge",
|
|
1758
1818
|
"hasValue": true,
|
|
@@ -1771,23 +1831,26 @@
|
|
|
1771
1831
|
"onChainInfo": {
|
|
1772
1832
|
"Token": "INTR"
|
|
1773
1833
|
},
|
|
1774
|
-
"paraSpellValue":
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1834
|
+
"paraSpellValue": "INTR",
|
|
1835
|
+
"paraSpellAssetType": "symbol",
|
|
1836
|
+
"paraSpellIdentifyV4": {
|
|
1837
|
+
"location": {
|
|
1838
|
+
"parents": 1,
|
|
1839
|
+
"interior": {
|
|
1840
|
+
"X2": [
|
|
1841
|
+
{
|
|
1842
|
+
"Parachain": 2032
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
"GeneralKey": {
|
|
1846
|
+
"data": "0x0002000000000000000000000000000000000000000000000000000000000000",
|
|
1847
|
+
"length": 2
|
|
1848
|
+
}
|
|
1785
1849
|
}
|
|
1786
|
-
|
|
1787
|
-
|
|
1850
|
+
]
|
|
1851
|
+
}
|
|
1788
1852
|
}
|
|
1789
|
-
}
|
|
1790
|
-
"paraSpellAssetType": "location"
|
|
1853
|
+
}
|
|
1791
1854
|
},
|
|
1792
1855
|
"multiChainAsset": "INTR-Interlay",
|
|
1793
1856
|
"hasValue": true,
|
|
@@ -1824,23 +1887,26 @@
|
|
|
1824
1887
|
"onChainInfo": {
|
|
1825
1888
|
"ForeignAsset": 2
|
|
1826
1889
|
},
|
|
1827
|
-
"paraSpellValue":
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1890
|
+
"paraSpellValue": "USDT",
|
|
1891
|
+
"paraSpellAssetType": "symbol",
|
|
1892
|
+
"paraSpellIdentifyV4": {
|
|
1893
|
+
"location": {
|
|
1894
|
+
"parents": 1,
|
|
1895
|
+
"interior": {
|
|
1896
|
+
"X3": [
|
|
1897
|
+
{
|
|
1898
|
+
"Parachain": 1000
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
"PalletInstance": 50
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"GeneralIndex": 1984
|
|
1905
|
+
}
|
|
1906
|
+
]
|
|
1907
|
+
}
|
|
1841
1908
|
}
|
|
1842
|
-
}
|
|
1843
|
-
"paraSpellAssetType": "location"
|
|
1909
|
+
}
|
|
1844
1910
|
},
|
|
1845
1911
|
"multiChainAsset": "USDT-Tether",
|
|
1846
1912
|
"hasValue": true,
|
|
@@ -1859,23 +1925,26 @@
|
|
|
1859
1925
|
"onChainInfo": {
|
|
1860
1926
|
"Token": "IBTC"
|
|
1861
1927
|
},
|
|
1862
|
-
"paraSpellValue":
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1928
|
+
"paraSpellValue": "IBTC",
|
|
1929
|
+
"paraSpellAssetType": "symbol",
|
|
1930
|
+
"paraSpellIdentifyV4": {
|
|
1931
|
+
"location": {
|
|
1932
|
+
"parents": 1,
|
|
1933
|
+
"interior": {
|
|
1934
|
+
"X2": [
|
|
1935
|
+
{
|
|
1936
|
+
"Parachain": 2032
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
"GeneralKey": {
|
|
1940
|
+
"data": "0x0001000000000000000000000000000000000000000000000000000000000000",
|
|
1941
|
+
"length": 2
|
|
1942
|
+
}
|
|
1873
1943
|
}
|
|
1874
|
-
|
|
1875
|
-
|
|
1944
|
+
]
|
|
1945
|
+
}
|
|
1876
1946
|
}
|
|
1877
|
-
}
|
|
1878
|
-
"paraSpellAssetType": "location"
|
|
1947
|
+
}
|
|
1879
1948
|
},
|
|
1880
1949
|
"multiChainAsset": "iBTC-interBTC",
|
|
1881
1950
|
"hasValue": true,
|
|
@@ -1999,7 +2068,10 @@
|
|
|
1999
2068
|
"XCM": "0"
|
|
2000
2069
|
},
|
|
2001
2070
|
"paraSpellValue": "0",
|
|
2002
|
-
"paraSpellAssetType": "id"
|
|
2071
|
+
"paraSpellAssetType": "id",
|
|
2072
|
+
"paraSpellIdentifyV4": {
|
|
2073
|
+
"id": "0"
|
|
2074
|
+
}
|
|
2003
2075
|
},
|
|
2004
2076
|
"multiChainAsset": "KSM-Kusama",
|
|
2005
2077
|
"hasValue": true,
|
|
@@ -2145,13 +2217,16 @@
|
|
|
2145
2217
|
"parents": 1,
|
|
2146
2218
|
"interior": "Here"
|
|
2147
2219
|
},
|
|
2148
|
-
"paraSpellValue":
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2220
|
+
"paraSpellValue": "KSM",
|
|
2221
|
+
"paraSpellAssetType": "symbol",
|
|
2222
|
+
"paraSpellIdentifyV4": {
|
|
2223
|
+
"location": {
|
|
2224
|
+
"parents": 1,
|
|
2225
|
+
"interior": {
|
|
2226
|
+
"Here": null
|
|
2227
|
+
}
|
|
2152
2228
|
}
|
|
2153
|
-
}
|
|
2154
|
-
"paraSpellAssetType": "location"
|
|
2229
|
+
}
|
|
2155
2230
|
},
|
|
2156
2231
|
"multiChainAsset": "KSM-Kusama",
|
|
2157
2232
|
"hasValue": true,
|
|
@@ -2636,13 +2711,16 @@
|
|
|
2636
2711
|
"minAmount": "33333333",
|
|
2637
2712
|
"assetType": "NATIVE",
|
|
2638
2713
|
"metadata": {
|
|
2639
|
-
"paraSpellValue":
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2714
|
+
"paraSpellValue": "KSM",
|
|
2715
|
+
"paraSpellAssetType": "symbol",
|
|
2716
|
+
"paraSpellIdentifyV4": {
|
|
2717
|
+
"location": {
|
|
2718
|
+
"parents": 1,
|
|
2719
|
+
"interior": {
|
|
2720
|
+
"Here": null
|
|
2721
|
+
}
|
|
2643
2722
|
}
|
|
2644
|
-
}
|
|
2645
|
-
"paraSpellAssetType": "location"
|
|
2723
|
+
}
|
|
2646
2724
|
},
|
|
2647
2725
|
"multiChainAsset": "KSM-Kusama",
|
|
2648
2726
|
"hasValue": true,
|
|
@@ -2931,13 +3009,16 @@
|
|
|
2931
3009
|
"parents": 1,
|
|
2932
3010
|
"interior": "Here"
|
|
2933
3011
|
},
|
|
2934
|
-
"paraSpellValue":
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
3012
|
+
"paraSpellValue": "DOT",
|
|
3013
|
+
"paraSpellAssetType": "symbol",
|
|
3014
|
+
"paraSpellIdentifyV4": {
|
|
3015
|
+
"location": {
|
|
3016
|
+
"parents": 1,
|
|
3017
|
+
"interior": {
|
|
3018
|
+
"Here": null
|
|
3019
|
+
}
|
|
2938
3020
|
}
|
|
2939
|
-
}
|
|
2940
|
-
"paraSpellAssetType": "location"
|
|
3021
|
+
}
|
|
2941
3022
|
},
|
|
2942
3023
|
"multiChainAsset": "DOT-Polkadot",
|
|
2943
3024
|
"hasValue": true,
|
|
@@ -2972,23 +3053,26 @@
|
|
|
2972
3053
|
]
|
|
2973
3054
|
}
|
|
2974
3055
|
},
|
|
2975
|
-
"paraSpellValue":
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
3056
|
+
"paraSpellValue": "USDT",
|
|
3057
|
+
"paraSpellAssetType": "symbol",
|
|
3058
|
+
"paraSpellIdentifyV4": {
|
|
3059
|
+
"location": {
|
|
3060
|
+
"parents": 1,
|
|
3061
|
+
"interior": {
|
|
3062
|
+
"X3": [
|
|
3063
|
+
{
|
|
3064
|
+
"Parachain": 1000
|
|
3065
|
+
},
|
|
3066
|
+
{
|
|
3067
|
+
"PalletInstance": 50
|
|
3068
|
+
},
|
|
3069
|
+
{
|
|
3070
|
+
"GeneralIndex": 1984
|
|
3071
|
+
}
|
|
3072
|
+
]
|
|
3073
|
+
}
|
|
2989
3074
|
}
|
|
2990
|
-
}
|
|
2991
|
-
"paraSpellAssetType": "location"
|
|
3075
|
+
}
|
|
2992
3076
|
},
|
|
2993
3077
|
"multiChainAsset": "USDT-Tether",
|
|
2994
3078
|
"hasValue": true,
|
|
@@ -3636,23 +3720,26 @@
|
|
|
3636
3720
|
]
|
|
3637
3721
|
}
|
|
3638
3722
|
},
|
|
3639
|
-
"paraSpellValue":
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3723
|
+
"paraSpellValue": "1984",
|
|
3724
|
+
"paraSpellAssetType": "id",
|
|
3725
|
+
"paraSpellIdentifyV4": {
|
|
3726
|
+
"location": {
|
|
3727
|
+
"parents": 1,
|
|
3728
|
+
"interior": {
|
|
3729
|
+
"X3": [
|
|
3730
|
+
{
|
|
3731
|
+
"Parachain": 1000
|
|
3732
|
+
},
|
|
3733
|
+
{
|
|
3734
|
+
"PalletInstance": 50
|
|
3735
|
+
},
|
|
3736
|
+
{
|
|
3737
|
+
"GeneralIndex": 1984
|
|
3738
|
+
}
|
|
3739
|
+
]
|
|
3740
|
+
}
|
|
3653
3741
|
}
|
|
3654
|
-
}
|
|
3655
|
-
"paraSpellAssetType": "location"
|
|
3742
|
+
}
|
|
3656
3743
|
},
|
|
3657
3744
|
"multiChainAsset": "USDT-Tether",
|
|
3658
3745
|
"hasValue": true,
|
|
@@ -3670,14 +3757,17 @@
|
|
|
3670
3757
|
"metadata": {
|
|
3671
3758
|
"assetId": "42259045809535163221576417993425387648",
|
|
3672
3759
|
"assetType": "ForeignAsset",
|
|
3673
|
-
"paraSpellValue":
|
|
3674
|
-
"parents": 1,
|
|
3675
|
-
"interior": {
|
|
3676
|
-
"Here": null
|
|
3677
|
-
}
|
|
3678
|
-
},
|
|
3760
|
+
"paraSpellValue": "KSM",
|
|
3679
3761
|
"contractAddress": "0xFfFFfFff1FcaCBd218EDc0EbA20Fc2308C778080",
|
|
3680
|
-
"paraSpellAssetType": "
|
|
3762
|
+
"paraSpellAssetType": "symbol",
|
|
3763
|
+
"paraSpellIdentifyV4": {
|
|
3764
|
+
"location": {
|
|
3765
|
+
"parents": 1,
|
|
3766
|
+
"interior": {
|
|
3767
|
+
"Here": null
|
|
3768
|
+
}
|
|
3769
|
+
}
|
|
3770
|
+
}
|
|
3681
3771
|
},
|
|
3682
3772
|
"multiChainAsset": "KSM-Kusama",
|
|
3683
3773
|
"hasValue": true,
|
|
@@ -3699,13 +3789,16 @@
|
|
|
3699
3789
|
"parents": 1,
|
|
3700
3790
|
"interior": "Here"
|
|
3701
3791
|
},
|
|
3702
|
-
"paraSpellValue":
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3792
|
+
"paraSpellValue": "KSM",
|
|
3793
|
+
"paraSpellAssetType": "symbol",
|
|
3794
|
+
"paraSpellIdentifyV4": {
|
|
3795
|
+
"location": {
|
|
3796
|
+
"parents": 1,
|
|
3797
|
+
"interior": {
|
|
3798
|
+
"Here": null
|
|
3799
|
+
}
|
|
3706
3800
|
}
|
|
3707
|
-
}
|
|
3708
|
-
"paraSpellAssetType": "location"
|
|
3801
|
+
}
|
|
3709
3802
|
},
|
|
3710
3803
|
"multiChainAsset": "KSM-Kusama",
|
|
3711
3804
|
"hasValue": true,
|
|
@@ -3724,13 +3817,16 @@
|
|
|
3724
3817
|
"onChainInfo": {
|
|
3725
3818
|
"Token": "KSM"
|
|
3726
3819
|
},
|
|
3727
|
-
"paraSpellValue":
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
|
|
3820
|
+
"paraSpellValue": "KSM",
|
|
3821
|
+
"paraSpellAssetType": "symbol",
|
|
3822
|
+
"paraSpellIdentifyV4": {
|
|
3823
|
+
"location": {
|
|
3824
|
+
"parents": 1,
|
|
3825
|
+
"interior": {
|
|
3826
|
+
"Here": null
|
|
3827
|
+
}
|
|
3731
3828
|
}
|
|
3732
|
-
}
|
|
3733
|
-
"paraSpellAssetType": "location"
|
|
3829
|
+
}
|
|
3734
3830
|
},
|
|
3735
3831
|
"multiChainAsset": "KSM-Kusama",
|
|
3736
3832
|
"hasValue": true,
|
|
@@ -3749,23 +3845,26 @@
|
|
|
3749
3845
|
"onChainInfo": {
|
|
3750
3846
|
"ForeignAsset": "9"
|
|
3751
3847
|
},
|
|
3752
|
-
"paraSpellValue":
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
|
|
3848
|
+
"paraSpellValue": "NEER",
|
|
3849
|
+
"paraSpellAssetType": "symbol",
|
|
3850
|
+
"paraSpellIdentifyV4": {
|
|
3851
|
+
"location": {
|
|
3852
|
+
"parents": 1,
|
|
3853
|
+
"interior": {
|
|
3854
|
+
"X2": [
|
|
3855
|
+
{
|
|
3856
|
+
"Parachain": 2096
|
|
3857
|
+
},
|
|
3858
|
+
{
|
|
3859
|
+
"GeneralKey": {
|
|
3860
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
3861
|
+
"length": 9
|
|
3862
|
+
}
|
|
3863
|
+
}
|
|
3864
|
+
]
|
|
3865
|
+
}
|
|
3766
3866
|
}
|
|
3767
|
-
}
|
|
3768
|
-
"paraSpellAssetType": "location"
|
|
3867
|
+
}
|
|
3769
3868
|
},
|
|
3770
3869
|
"multiChainAsset": "NEER-Pioneer",
|
|
3771
3870
|
"hasValue": true,
|
|
@@ -3820,13 +3919,16 @@
|
|
|
3820
3919
|
"onChainInfo": {
|
|
3821
3920
|
"Token": "KSM"
|
|
3822
3921
|
},
|
|
3823
|
-
"paraSpellValue":
|
|
3824
|
-
|
|
3825
|
-
|
|
3826
|
-
|
|
3922
|
+
"paraSpellValue": "KSM",
|
|
3923
|
+
"paraSpellAssetType": "symbol",
|
|
3924
|
+
"paraSpellIdentifyV4": {
|
|
3925
|
+
"location": {
|
|
3926
|
+
"parents": 1,
|
|
3927
|
+
"interior": {
|
|
3928
|
+
"Here": null
|
|
3929
|
+
}
|
|
3827
3930
|
}
|
|
3828
|
-
}
|
|
3829
|
-
"paraSpellAssetType": "location"
|
|
3931
|
+
}
|
|
3830
3932
|
},
|
|
3831
3933
|
"multiChainAsset": "KSM-Kusama",
|
|
3832
3934
|
"hasValue": true,
|
|
@@ -3898,24 +4000,27 @@
|
|
|
3898
4000
|
"metadata": {
|
|
3899
4001
|
"assetId": "311091173110107856861649819128533077277",
|
|
3900
4002
|
"assetType": "ForeignAsset",
|
|
3901
|
-
"paraSpellValue":
|
|
3902
|
-
"parents": 1,
|
|
3903
|
-
"interior": {
|
|
3904
|
-
"X3": [
|
|
3905
|
-
{
|
|
3906
|
-
"Parachain": 1000
|
|
3907
|
-
},
|
|
3908
|
-
{
|
|
3909
|
-
"PalletInstance": 50
|
|
3910
|
-
},
|
|
3911
|
-
{
|
|
3912
|
-
"GeneralIndex": 1984
|
|
3913
|
-
}
|
|
3914
|
-
]
|
|
3915
|
-
}
|
|
3916
|
-
},
|
|
4003
|
+
"paraSpellValue": "USDT",
|
|
3917
4004
|
"contractAddress": "0xFFFFFFfFea09FB06d082fd1275CD48b191cbCD1d",
|
|
3918
|
-
"paraSpellAssetType": "
|
|
4005
|
+
"paraSpellAssetType": "symbol",
|
|
4006
|
+
"paraSpellIdentifyV4": {
|
|
4007
|
+
"location": {
|
|
4008
|
+
"parents": 1,
|
|
4009
|
+
"interior": {
|
|
4010
|
+
"X3": [
|
|
4011
|
+
{
|
|
4012
|
+
"Parachain": 1000
|
|
4013
|
+
},
|
|
4014
|
+
{
|
|
4015
|
+
"PalletInstance": 50
|
|
4016
|
+
},
|
|
4017
|
+
{
|
|
4018
|
+
"GeneralIndex": 1984
|
|
4019
|
+
}
|
|
4020
|
+
]
|
|
4021
|
+
}
|
|
4022
|
+
}
|
|
4023
|
+
}
|
|
3919
4024
|
},
|
|
3920
4025
|
"multiChainAsset": "USDT-Tether",
|
|
3921
4026
|
"hasValue": true,
|
|
@@ -4222,23 +4327,26 @@
|
|
|
4222
4327
|
"assetType": "LOCAL",
|
|
4223
4328
|
"metadata": {
|
|
4224
4329
|
"assetId": "1984",
|
|
4225
|
-
"paraSpellValue":
|
|
4226
|
-
|
|
4227
|
-
|
|
4228
|
-
|
|
4229
|
-
|
|
4230
|
-
|
|
4231
|
-
|
|
4232
|
-
|
|
4233
|
-
|
|
4234
|
-
|
|
4235
|
-
|
|
4236
|
-
|
|
4237
|
-
|
|
4238
|
-
|
|
4330
|
+
"paraSpellValue": "1984",
|
|
4331
|
+
"paraSpellAssetType": "id",
|
|
4332
|
+
"paraSpellIdentifyV4": {
|
|
4333
|
+
"location": {
|
|
4334
|
+
"parents": 1,
|
|
4335
|
+
"interior": {
|
|
4336
|
+
"X3": [
|
|
4337
|
+
{
|
|
4338
|
+
"Parachain": 1000
|
|
4339
|
+
},
|
|
4340
|
+
{
|
|
4341
|
+
"PalletInstance": 50
|
|
4342
|
+
},
|
|
4343
|
+
{
|
|
4344
|
+
"GeneralIndex": 1984
|
|
4345
|
+
}
|
|
4346
|
+
]
|
|
4347
|
+
}
|
|
4239
4348
|
}
|
|
4240
|
-
}
|
|
4241
|
-
"paraSpellAssetType": "location"
|
|
4349
|
+
}
|
|
4242
4350
|
},
|
|
4243
4351
|
"multiChainAsset": "USDT-Tether",
|
|
4244
4352
|
"hasValue": true,
|
|
@@ -6835,13 +6943,16 @@
|
|
|
6835
6943
|
"minAmount": "1000000000",
|
|
6836
6944
|
"assetType": "NATIVE",
|
|
6837
6945
|
"metadata": {
|
|
6838
|
-
"paraSpellValue":
|
|
6839
|
-
|
|
6840
|
-
|
|
6841
|
-
|
|
6946
|
+
"paraSpellValue": "DOT",
|
|
6947
|
+
"paraSpellAssetType": "symbol",
|
|
6948
|
+
"paraSpellIdentifyV4": {
|
|
6949
|
+
"location": {
|
|
6950
|
+
"parents": 1,
|
|
6951
|
+
"interior": {
|
|
6952
|
+
"Here": null
|
|
6953
|
+
}
|
|
6842
6954
|
}
|
|
6843
|
-
}
|
|
6844
|
-
"paraSpellAssetType": "location"
|
|
6955
|
+
}
|
|
6845
6956
|
},
|
|
6846
6957
|
"multiChainAsset": "DOT-Polkadot",
|
|
6847
6958
|
"hasValue": true,
|
|
@@ -7394,13 +7505,16 @@
|
|
|
7394
7505
|
"onChainInfo": {
|
|
7395
7506
|
"Token2": "0"
|
|
7396
7507
|
},
|
|
7397
|
-
"paraSpellValue":
|
|
7398
|
-
|
|
7399
|
-
|
|
7400
|
-
|
|
7508
|
+
"paraSpellValue": "DOT",
|
|
7509
|
+
"paraSpellAssetType": "symbol",
|
|
7510
|
+
"paraSpellIdentifyV4": {
|
|
7511
|
+
"location": {
|
|
7512
|
+
"parents": 1,
|
|
7513
|
+
"interior": {
|
|
7514
|
+
"Here": null
|
|
7515
|
+
}
|
|
7401
7516
|
}
|
|
7402
|
-
}
|
|
7403
|
-
"paraSpellAssetType": "location"
|
|
7517
|
+
}
|
|
7404
7518
|
},
|
|
7405
7519
|
"multiChainAsset": "DOT-Polkadot",
|
|
7406
7520
|
"hasValue": true,
|
|
@@ -7451,13 +7565,16 @@
|
|
|
7451
7565
|
"onChainInfo": {
|
|
7452
7566
|
"Token": "DOT"
|
|
7453
7567
|
},
|
|
7454
|
-
"paraSpellValue":
|
|
7455
|
-
|
|
7456
|
-
|
|
7457
|
-
|
|
7568
|
+
"paraSpellValue": "DOT",
|
|
7569
|
+
"paraSpellAssetType": "symbol",
|
|
7570
|
+
"paraSpellIdentifyV4": {
|
|
7571
|
+
"location": {
|
|
7572
|
+
"parents": 1,
|
|
7573
|
+
"interior": {
|
|
7574
|
+
"Here": null
|
|
7575
|
+
}
|
|
7458
7576
|
}
|
|
7459
|
-
}
|
|
7460
|
-
"paraSpellAssetType": "location"
|
|
7577
|
+
}
|
|
7461
7578
|
},
|
|
7462
7579
|
"multiChainAsset": "DOT-Polkadot",
|
|
7463
7580
|
"hasValue": true,
|
|
@@ -7476,13 +7593,16 @@
|
|
|
7476
7593
|
"assetId": "5",
|
|
7477
7594
|
"autoEnable": true,
|
|
7478
7595
|
"canPayTxFee": true,
|
|
7479
|
-
"paraSpellValue":
|
|
7480
|
-
|
|
7481
|
-
|
|
7482
|
-
|
|
7596
|
+
"paraSpellValue": "DOT",
|
|
7597
|
+
"paraSpellAssetType": "symbol",
|
|
7598
|
+
"paraSpellIdentifyV4": {
|
|
7599
|
+
"location": {
|
|
7600
|
+
"parents": 1,
|
|
7601
|
+
"interior": {
|
|
7602
|
+
"Here": null
|
|
7603
|
+
}
|
|
7483
7604
|
}
|
|
7484
7605
|
},
|
|
7485
|
-
"paraSpellAssetType": "location",
|
|
7486
7606
|
"alternativeSwapAsset": "polkadot-NATIVE-DOT"
|
|
7487
7607
|
},
|
|
7488
7608
|
"multiChainAsset": "DOT-Polkadot",
|
|
@@ -7541,23 +7661,26 @@
|
|
|
7541
7661
|
]
|
|
7542
7662
|
}
|
|
7543
7663
|
},
|
|
7544
|
-
"paraSpellValue":
|
|
7545
|
-
|
|
7546
|
-
|
|
7547
|
-
|
|
7548
|
-
|
|
7549
|
-
|
|
7550
|
-
|
|
7551
|
-
|
|
7552
|
-
|
|
7553
|
-
|
|
7554
|
-
|
|
7555
|
-
|
|
7556
|
-
|
|
7557
|
-
|
|
7664
|
+
"paraSpellValue": "1337",
|
|
7665
|
+
"paraSpellAssetType": "id",
|
|
7666
|
+
"paraSpellIdentifyV4": {
|
|
7667
|
+
"location": {
|
|
7668
|
+
"parents": 1,
|
|
7669
|
+
"interior": {
|
|
7670
|
+
"X3": [
|
|
7671
|
+
{
|
|
7672
|
+
"Parachain": 1000
|
|
7673
|
+
},
|
|
7674
|
+
{
|
|
7675
|
+
"PalletInstance": 50
|
|
7676
|
+
},
|
|
7677
|
+
{
|
|
7678
|
+
"GeneralIndex": 1337
|
|
7679
|
+
}
|
|
7680
|
+
]
|
|
7681
|
+
}
|
|
7558
7682
|
}
|
|
7559
|
-
}
|
|
7560
|
-
"paraSpellAssetType": "location"
|
|
7683
|
+
}
|
|
7561
7684
|
},
|
|
7562
7685
|
"multiChainAsset": "USDC-USDCoin",
|
|
7563
7686
|
"hasValue": true,
|
|
@@ -7621,23 +7744,26 @@
|
|
|
7621
7744
|
]
|
|
7622
7745
|
}
|
|
7623
7746
|
},
|
|
7624
|
-
"paraSpellValue":
|
|
7625
|
-
|
|
7626
|
-
|
|
7627
|
-
|
|
7628
|
-
|
|
7629
|
-
|
|
7630
|
-
|
|
7631
|
-
|
|
7632
|
-
|
|
7633
|
-
|
|
7634
|
-
|
|
7635
|
-
|
|
7636
|
-
|
|
7637
|
-
|
|
7747
|
+
"paraSpellValue": "22",
|
|
7748
|
+
"paraSpellAssetType": "id",
|
|
7749
|
+
"paraSpellIdentifyV4": {
|
|
7750
|
+
"location": {
|
|
7751
|
+
"parents": 1,
|
|
7752
|
+
"interior": {
|
|
7753
|
+
"X3": [
|
|
7754
|
+
{
|
|
7755
|
+
"Parachain": 1000
|
|
7756
|
+
},
|
|
7757
|
+
{
|
|
7758
|
+
"PalletInstance": 50
|
|
7759
|
+
},
|
|
7760
|
+
{
|
|
7761
|
+
"GeneralIndex": 1337
|
|
7762
|
+
}
|
|
7763
|
+
]
|
|
7764
|
+
}
|
|
7638
7765
|
}
|
|
7639
|
-
}
|
|
7640
|
-
"paraSpellAssetType": "location"
|
|
7766
|
+
}
|
|
7641
7767
|
},
|
|
7642
7768
|
"multiChainAsset": "USDC-USDCoin",
|
|
7643
7769
|
"hasValue": true,
|
|
@@ -7932,23 +8058,26 @@
|
|
|
7932
8058
|
"onChainInfo": {
|
|
7933
8059
|
"ForeignAsset": 4
|
|
7934
8060
|
},
|
|
7935
|
-
"paraSpellValue":
|
|
7936
|
-
|
|
7937
|
-
|
|
7938
|
-
|
|
7939
|
-
|
|
7940
|
-
|
|
7941
|
-
|
|
7942
|
-
|
|
7943
|
-
|
|
7944
|
-
|
|
7945
|
-
|
|
8061
|
+
"paraSpellValue": "INTR",
|
|
8062
|
+
"paraSpellAssetType": "symbol",
|
|
8063
|
+
"paraSpellIdentifyV4": {
|
|
8064
|
+
"location": {
|
|
8065
|
+
"parents": 1,
|
|
8066
|
+
"interior": {
|
|
8067
|
+
"X2": [
|
|
8068
|
+
{
|
|
8069
|
+
"Parachain": 2032
|
|
8070
|
+
},
|
|
8071
|
+
{
|
|
8072
|
+
"GeneralKey": {
|
|
8073
|
+
"data": "0x0002000000000000000000000000000000000000000000000000000000000000",
|
|
8074
|
+
"length": 2
|
|
8075
|
+
}
|
|
7946
8076
|
}
|
|
7947
|
-
|
|
7948
|
-
|
|
8077
|
+
]
|
|
8078
|
+
}
|
|
7949
8079
|
}
|
|
7950
|
-
}
|
|
7951
|
-
"paraSpellAssetType": "location"
|
|
8080
|
+
}
|
|
7952
8081
|
},
|
|
7953
8082
|
"multiChainAsset": "INTR-Interlay",
|
|
7954
8083
|
"hasValue": true,
|
|
@@ -7981,23 +8110,26 @@
|
|
|
7981
8110
|
"assetType": "LOCAL",
|
|
7982
8111
|
"metadata": {
|
|
7983
8112
|
"assetId": "13",
|
|
7984
|
-
"paraSpellValue":
|
|
7985
|
-
|
|
7986
|
-
|
|
7987
|
-
|
|
7988
|
-
|
|
7989
|
-
|
|
7990
|
-
|
|
7991
|
-
|
|
7992
|
-
|
|
7993
|
-
|
|
7994
|
-
|
|
8113
|
+
"paraSpellValue": "CFG",
|
|
8114
|
+
"paraSpellAssetType": "symbol",
|
|
8115
|
+
"paraSpellIdentifyV4": {
|
|
8116
|
+
"location": {
|
|
8117
|
+
"parents": 1,
|
|
8118
|
+
"interior": {
|
|
8119
|
+
"X2": [
|
|
8120
|
+
{
|
|
8121
|
+
"Parachain": 2031
|
|
8122
|
+
},
|
|
8123
|
+
{
|
|
8124
|
+
"GeneralKey": {
|
|
8125
|
+
"data": "0x0001000000000000000000000000000000000000000000000000000000000000",
|
|
8126
|
+
"length": 2
|
|
8127
|
+
}
|
|
7995
8128
|
}
|
|
7996
|
-
|
|
7997
|
-
|
|
8129
|
+
]
|
|
8130
|
+
}
|
|
7998
8131
|
}
|
|
7999
|
-
}
|
|
8000
|
-
"paraSpellAssetType": "location"
|
|
8132
|
+
}
|
|
8001
8133
|
},
|
|
8002
8134
|
"multiChainAsset": "CFG-Centrifuge",
|
|
8003
8135
|
"hasValue": true,
|
|
@@ -8108,17 +8240,20 @@
|
|
|
8108
8240
|
"onChainInfo": {
|
|
8109
8241
|
"MantaCurrency": "1"
|
|
8110
8242
|
},
|
|
8111
|
-
"paraSpellValue":
|
|
8112
|
-
|
|
8113
|
-
|
|
8114
|
-
|
|
8115
|
-
|
|
8116
|
-
|
|
8117
|
-
|
|
8118
|
-
|
|
8243
|
+
"paraSpellValue": "MANTA",
|
|
8244
|
+
"paraSpellAssetType": "symbol",
|
|
8245
|
+
"paraSpellIdentifyV4": {
|
|
8246
|
+
"location": {
|
|
8247
|
+
"parents": 1,
|
|
8248
|
+
"interior": {
|
|
8249
|
+
"X1": [
|
|
8250
|
+
{
|
|
8251
|
+
"Parachain": 2104
|
|
8252
|
+
}
|
|
8253
|
+
]
|
|
8254
|
+
}
|
|
8119
8255
|
}
|
|
8120
|
-
}
|
|
8121
|
-
"paraSpellAssetType": "location"
|
|
8256
|
+
}
|
|
8122
8257
|
},
|
|
8123
8258
|
"multiChainAsset": "MANTA-MantaAtlantic",
|
|
8124
8259
|
"hasValue": true,
|
|
@@ -8154,13 +8289,16 @@
|
|
|
8154
8289
|
"onChainInfo": {
|
|
8155
8290
|
"MantaCurrency": "8"
|
|
8156
8291
|
},
|
|
8157
|
-
"paraSpellValue":
|
|
8158
|
-
|
|
8159
|
-
|
|
8160
|
-
|
|
8292
|
+
"paraSpellValue": "DOT",
|
|
8293
|
+
"paraSpellAssetType": "symbol",
|
|
8294
|
+
"paraSpellIdentifyV4": {
|
|
8295
|
+
"location": {
|
|
8296
|
+
"parents": 1,
|
|
8297
|
+
"interior": {
|
|
8298
|
+
"Here": null
|
|
8299
|
+
}
|
|
8161
8300
|
}
|
|
8162
|
-
}
|
|
8163
|
-
"paraSpellAssetType": "location"
|
|
8301
|
+
}
|
|
8164
8302
|
},
|
|
8165
8303
|
"multiChainAsset": "DOT-Polkadot",
|
|
8166
8304
|
"hasValue": true,
|
|
@@ -8178,18 +8316,21 @@
|
|
|
8178
8316
|
"metadata": {
|
|
8179
8317
|
"assetId": "166446646689194205559791995948102903873",
|
|
8180
8318
|
"assetType": "ForeignAsset",
|
|
8181
|
-
"paraSpellValue":
|
|
8182
|
-
"parents": 1,
|
|
8183
|
-
"interior": {
|
|
8184
|
-
"X1": [
|
|
8185
|
-
{
|
|
8186
|
-
"Parachain": 2104
|
|
8187
|
-
}
|
|
8188
|
-
]
|
|
8189
|
-
}
|
|
8190
|
-
},
|
|
8319
|
+
"paraSpellValue": "MANTA",
|
|
8191
8320
|
"contractAddress": "0xfFFffFFf7D3875460d4509eb8d0362c611B4E841",
|
|
8192
|
-
"paraSpellAssetType": "
|
|
8321
|
+
"paraSpellAssetType": "symbol",
|
|
8322
|
+
"paraSpellIdentifyV4": {
|
|
8323
|
+
"location": {
|
|
8324
|
+
"parents": 1,
|
|
8325
|
+
"interior": {
|
|
8326
|
+
"X1": [
|
|
8327
|
+
{
|
|
8328
|
+
"Parachain": 2104
|
|
8329
|
+
}
|
|
8330
|
+
]
|
|
8331
|
+
}
|
|
8332
|
+
}
|
|
8333
|
+
}
|
|
8193
8334
|
},
|
|
8194
8335
|
"multiChainAsset": "MANTA-MantaAtlantic",
|
|
8195
8336
|
"hasValue": true,
|
|
@@ -8287,17 +8428,20 @@
|
|
|
8287
8428
|
"onChainInfo": {
|
|
8288
8429
|
"Token2": "8"
|
|
8289
8430
|
},
|
|
8290
|
-
"paraSpellValue":
|
|
8291
|
-
|
|
8292
|
-
|
|
8293
|
-
|
|
8294
|
-
|
|
8295
|
-
|
|
8296
|
-
|
|
8297
|
-
|
|
8431
|
+
"paraSpellValue": "MANTA",
|
|
8432
|
+
"paraSpellAssetType": "symbol",
|
|
8433
|
+
"paraSpellIdentifyV4": {
|
|
8434
|
+
"location": {
|
|
8435
|
+
"parents": 1,
|
|
8436
|
+
"interior": {
|
|
8437
|
+
"X1": [
|
|
8438
|
+
{
|
|
8439
|
+
"Parachain": 2104
|
|
8440
|
+
}
|
|
8441
|
+
]
|
|
8442
|
+
}
|
|
8298
8443
|
}
|
|
8299
|
-
}
|
|
8300
|
-
"paraSpellAssetType": "location"
|
|
8444
|
+
}
|
|
8301
8445
|
},
|
|
8302
8446
|
"multiChainAsset": "MANTA-MantaAtlantic",
|
|
8303
8447
|
"hasValue": true,
|
|
@@ -8522,17 +8666,20 @@
|
|
|
8522
8666
|
"assetType": "LOCAL",
|
|
8523
8667
|
"metadata": {
|
|
8524
8668
|
"assetId": "9",
|
|
8525
|
-
"paraSpellValue":
|
|
8526
|
-
|
|
8527
|
-
|
|
8528
|
-
|
|
8529
|
-
|
|
8530
|
-
|
|
8531
|
-
|
|
8532
|
-
|
|
8669
|
+
"paraSpellValue": "ASTR",
|
|
8670
|
+
"paraSpellAssetType": "symbol",
|
|
8671
|
+
"paraSpellIdentifyV4": {
|
|
8672
|
+
"location": {
|
|
8673
|
+
"parents": 1,
|
|
8674
|
+
"interior": {
|
|
8675
|
+
"X1": [
|
|
8676
|
+
{
|
|
8677
|
+
"Parachain": 2006
|
|
8678
|
+
}
|
|
8679
|
+
]
|
|
8680
|
+
}
|
|
8533
8681
|
}
|
|
8534
8682
|
},
|
|
8535
|
-
"paraSpellAssetType": "location",
|
|
8536
8683
|
"alternativeSwapAsset": "astar-NATIVE-ASTR"
|
|
8537
8684
|
},
|
|
8538
8685
|
"multiChainAsset": "ASTR-Astar",
|
|
@@ -9308,18 +9455,21 @@
|
|
|
9308
9455
|
"parents": 0,
|
|
9309
9456
|
"interior": "Here"
|
|
9310
9457
|
},
|
|
9311
|
-
"paraSpellValue":
|
|
9312
|
-
"parents": 1,
|
|
9313
|
-
"interior": {
|
|
9314
|
-
"X1": [
|
|
9315
|
-
{
|
|
9316
|
-
"Parachain": 3369
|
|
9317
|
-
}
|
|
9318
|
-
]
|
|
9319
|
-
}
|
|
9320
|
-
},
|
|
9458
|
+
"paraSpellValue": "MYTH",
|
|
9321
9459
|
"disableEvmTransfer": true,
|
|
9322
|
-
"paraSpellAssetType": "
|
|
9460
|
+
"paraSpellAssetType": "symbol",
|
|
9461
|
+
"paraSpellIdentifyV4": {
|
|
9462
|
+
"location": {
|
|
9463
|
+
"parents": 1,
|
|
9464
|
+
"interior": {
|
|
9465
|
+
"X1": [
|
|
9466
|
+
{
|
|
9467
|
+
"Parachain": 3369
|
|
9468
|
+
}
|
|
9469
|
+
]
|
|
9470
|
+
}
|
|
9471
|
+
}
|
|
9472
|
+
}
|
|
9323
9473
|
},
|
|
9324
9474
|
"multiChainAsset": "MYTH-Mythos",
|
|
9325
9475
|
"hasValue": true,
|
|
@@ -9947,23 +10097,26 @@
|
|
|
9947
10097
|
]
|
|
9948
10098
|
}
|
|
9949
10099
|
},
|
|
9950
|
-
"paraSpellValue":
|
|
9951
|
-
|
|
9952
|
-
|
|
9953
|
-
|
|
9954
|
-
|
|
9955
|
-
|
|
9956
|
-
|
|
9957
|
-
|
|
9958
|
-
|
|
9959
|
-
|
|
9960
|
-
|
|
9961
|
-
|
|
9962
|
-
|
|
9963
|
-
|
|
10100
|
+
"paraSpellValue": "USDC",
|
|
10101
|
+
"paraSpellAssetType": "symbol",
|
|
10102
|
+
"paraSpellIdentifyV4": {
|
|
10103
|
+
"location": {
|
|
10104
|
+
"parents": 1,
|
|
10105
|
+
"interior": {
|
|
10106
|
+
"X3": [
|
|
10107
|
+
{
|
|
10108
|
+
"Parachain": 1000
|
|
10109
|
+
},
|
|
10110
|
+
{
|
|
10111
|
+
"PalletInstance": 50
|
|
10112
|
+
},
|
|
10113
|
+
{
|
|
10114
|
+
"GeneralIndex": 1337
|
|
10115
|
+
}
|
|
10116
|
+
]
|
|
10117
|
+
}
|
|
9964
10118
|
}
|
|
9965
|
-
}
|
|
9966
|
-
"paraSpellAssetType": "location"
|
|
10119
|
+
}
|
|
9967
10120
|
},
|
|
9968
10121
|
"multiChainAsset": "USDC-USDCoin",
|
|
9969
10122
|
"hasValue": true,
|
|
@@ -10246,7 +10399,10 @@
|
|
|
10246
10399
|
},
|
|
10247
10400
|
"paraSpellValue": "1",
|
|
10248
10401
|
"isDisableTransfer": true,
|
|
10249
|
-
"paraSpellAssetType": "id"
|
|
10402
|
+
"paraSpellAssetType": "id",
|
|
10403
|
+
"paraSpellIdentifyV4": {
|
|
10404
|
+
"id": "1"
|
|
10405
|
+
}
|
|
10250
10406
|
},
|
|
10251
10407
|
"multiChainAsset": "USDT-Tether",
|
|
10252
10408
|
"hasValue": true,
|
|
@@ -10395,13 +10551,16 @@
|
|
|
10395
10551
|
"minAmount": "33333333",
|
|
10396
10552
|
"assetType": "NATIVE",
|
|
10397
10553
|
"metadata": {
|
|
10398
|
-
"paraSpellValue":
|
|
10399
|
-
|
|
10400
|
-
|
|
10401
|
-
|
|
10554
|
+
"paraSpellValue": "KSM",
|
|
10555
|
+
"paraSpellAssetType": "symbol",
|
|
10556
|
+
"paraSpellIdentifyV4": {
|
|
10557
|
+
"location": {
|
|
10558
|
+
"parents": 1,
|
|
10559
|
+
"interior": {
|
|
10560
|
+
"Here": null
|
|
10561
|
+
}
|
|
10402
10562
|
}
|
|
10403
|
-
}
|
|
10404
|
-
"paraSpellAssetType": "location"
|
|
10563
|
+
}
|
|
10405
10564
|
},
|
|
10406
10565
|
"multiChainAsset": "KSM-Kusama",
|
|
10407
10566
|
"hasValue": true,
|
|
@@ -10796,13 +10955,16 @@
|
|
|
10796
10955
|
]
|
|
10797
10956
|
}
|
|
10798
10957
|
},
|
|
10799
|
-
"paraSpellValue":
|
|
10800
|
-
|
|
10801
|
-
|
|
10802
|
-
|
|
10958
|
+
"paraSpellValue": "KSM",
|
|
10959
|
+
"paraSpellAssetType": "symbol",
|
|
10960
|
+
"paraSpellIdentifyV4": {
|
|
10961
|
+
"location": {
|
|
10962
|
+
"parents": 1,
|
|
10963
|
+
"interior": {
|
|
10964
|
+
"Here": null
|
|
10965
|
+
}
|
|
10803
10966
|
}
|
|
10804
|
-
}
|
|
10805
|
-
"paraSpellAssetType": "location"
|
|
10967
|
+
}
|
|
10806
10968
|
},
|
|
10807
10969
|
"multiChainAsset": "KSM-Kusama",
|
|
10808
10970
|
"hasValue": true,
|
|
@@ -10829,23 +10991,26 @@
|
|
|
10829
10991
|
]
|
|
10830
10992
|
}
|
|
10831
10993
|
},
|
|
10832
|
-
"paraSpellValue":
|
|
10833
|
-
|
|
10834
|
-
|
|
10835
|
-
|
|
10836
|
-
|
|
10837
|
-
|
|
10838
|
-
|
|
10839
|
-
|
|
10840
|
-
|
|
10841
|
-
|
|
10842
|
-
|
|
10843
|
-
|
|
10844
|
-
|
|
10845
|
-
|
|
10994
|
+
"paraSpellValue": "DOT",
|
|
10995
|
+
"paraSpellAssetType": "symbol",
|
|
10996
|
+
"paraSpellIdentifyV4": {
|
|
10997
|
+
"location": {
|
|
10998
|
+
"parents": 1,
|
|
10999
|
+
"interior": {
|
|
11000
|
+
"X3": [
|
|
11001
|
+
{
|
|
11002
|
+
"Parachain": 1000
|
|
11003
|
+
},
|
|
11004
|
+
{
|
|
11005
|
+
"PalletInstance": 50
|
|
11006
|
+
},
|
|
11007
|
+
{
|
|
11008
|
+
"GeneralIndex": 14
|
|
11009
|
+
}
|
|
11010
|
+
]
|
|
11011
|
+
}
|
|
10846
11012
|
}
|
|
10847
|
-
}
|
|
10848
|
-
"paraSpellAssetType": "location"
|
|
11013
|
+
}
|
|
10849
11014
|
},
|
|
10850
11015
|
"multiChainAsset": "DOT-Polkadot",
|
|
10851
11016
|
"hasValue": true,
|
|
@@ -11037,27 +11202,30 @@
|
|
|
11037
11202
|
]
|
|
11038
11203
|
}
|
|
11039
11204
|
},
|
|
11040
|
-
"paraSpellValue":
|
|
11041
|
-
|
|
11042
|
-
|
|
11043
|
-
|
|
11044
|
-
|
|
11045
|
-
|
|
11046
|
-
|
|
11047
|
-
|
|
11205
|
+
"paraSpellValue": "WETH",
|
|
11206
|
+
"paraSpellAssetType": "symbol",
|
|
11207
|
+
"paraSpellIdentifyV4": {
|
|
11208
|
+
"location": {
|
|
11209
|
+
"parents": 2,
|
|
11210
|
+
"interior": {
|
|
11211
|
+
"X2": [
|
|
11212
|
+
{
|
|
11213
|
+
"GlobalConsensus": {
|
|
11214
|
+
"Ethereum": {
|
|
11215
|
+
"chainId": 1
|
|
11216
|
+
}
|
|
11217
|
+
}
|
|
11218
|
+
},
|
|
11219
|
+
{
|
|
11220
|
+
"AccountKey20": {
|
|
11221
|
+
"key": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
11222
|
+
"network": null
|
|
11048
11223
|
}
|
|
11049
11224
|
}
|
|
11050
|
-
|
|
11051
|
-
|
|
11052
|
-
"AccountKey20": {
|
|
11053
|
-
"key": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
11054
|
-
"network": null
|
|
11055
|
-
}
|
|
11056
|
-
}
|
|
11057
|
-
]
|
|
11225
|
+
]
|
|
11226
|
+
}
|
|
11058
11227
|
}
|
|
11059
|
-
}
|
|
11060
|
-
"paraSpellAssetType": "location"
|
|
11228
|
+
}
|
|
11061
11229
|
},
|
|
11062
11230
|
"multiChainAsset": "ETH-Ethereum",
|
|
11063
11231
|
"hasValue": true,
|
|
@@ -11084,17 +11252,20 @@
|
|
|
11084
11252
|
]
|
|
11085
11253
|
}
|
|
11086
11254
|
},
|
|
11087
|
-
"paraSpellValue":
|
|
11088
|
-
|
|
11089
|
-
|
|
11090
|
-
|
|
11091
|
-
|
|
11092
|
-
|
|
11093
|
-
|
|
11094
|
-
|
|
11255
|
+
"paraSpellValue": "MYTH",
|
|
11256
|
+
"paraSpellAssetType": "symbol",
|
|
11257
|
+
"paraSpellIdentifyV4": {
|
|
11258
|
+
"location": {
|
|
11259
|
+
"parents": 1,
|
|
11260
|
+
"interior": {
|
|
11261
|
+
"X1": [
|
|
11262
|
+
{
|
|
11263
|
+
"Parachain": 3369
|
|
11264
|
+
}
|
|
11265
|
+
]
|
|
11266
|
+
}
|
|
11095
11267
|
}
|
|
11096
|
-
}
|
|
11097
|
-
"paraSpellAssetType": "location"
|
|
11268
|
+
}
|
|
11098
11269
|
},
|
|
11099
11270
|
"multiChainAsset": "MYTH-Mythos",
|
|
11100
11271
|
"hasValue": true,
|
|
@@ -11147,23 +11318,26 @@
|
|
|
11147
11318
|
]
|
|
11148
11319
|
}
|
|
11149
11320
|
},
|
|
11150
|
-
"paraSpellValue":
|
|
11151
|
-
|
|
11152
|
-
|
|
11153
|
-
|
|
11154
|
-
|
|
11155
|
-
|
|
11156
|
-
|
|
11157
|
-
|
|
11158
|
-
|
|
11159
|
-
|
|
11160
|
-
|
|
11161
|
-
|
|
11162
|
-
|
|
11163
|
-
|
|
11321
|
+
"paraSpellValue": "WBTC",
|
|
11322
|
+
"paraSpellAssetType": "symbol",
|
|
11323
|
+
"paraSpellIdentifyV4": {
|
|
11324
|
+
"location": {
|
|
11325
|
+
"parents": 1,
|
|
11326
|
+
"interior": {
|
|
11327
|
+
"X3": [
|
|
11328
|
+
{
|
|
11329
|
+
"Parachain": 1000
|
|
11330
|
+
},
|
|
11331
|
+
{
|
|
11332
|
+
"PalletInstance": 50
|
|
11333
|
+
},
|
|
11334
|
+
{
|
|
11335
|
+
"GeneralIndex": 21
|
|
11336
|
+
}
|
|
11337
|
+
]
|
|
11338
|
+
}
|
|
11164
11339
|
}
|
|
11165
|
-
}
|
|
11166
|
-
"paraSpellAssetType": "location"
|
|
11340
|
+
}
|
|
11167
11341
|
},
|
|
11168
11342
|
"multiChainAsset": "WBTC-WrappedBTC",
|
|
11169
11343
|
"hasValue": true,
|
|
@@ -11200,23 +11374,26 @@
|
|
|
11200
11374
|
]
|
|
11201
11375
|
}
|
|
11202
11376
|
},
|
|
11203
|
-
"paraSpellValue":
|
|
11204
|
-
|
|
11205
|
-
|
|
11206
|
-
|
|
11207
|
-
|
|
11208
|
-
|
|
11209
|
-
|
|
11210
|
-
|
|
11211
|
-
|
|
11212
|
-
|
|
11213
|
-
|
|
11214
|
-
|
|
11215
|
-
|
|
11216
|
-
|
|
11377
|
+
"paraSpellValue": "SHIB",
|
|
11378
|
+
"paraSpellAssetType": "symbol",
|
|
11379
|
+
"paraSpellIdentifyV4": {
|
|
11380
|
+
"location": {
|
|
11381
|
+
"parents": 1,
|
|
11382
|
+
"interior": {
|
|
11383
|
+
"X3": [
|
|
11384
|
+
{
|
|
11385
|
+
"Parachain": 1000
|
|
11386
|
+
},
|
|
11387
|
+
{
|
|
11388
|
+
"PalletInstance": 50
|
|
11389
|
+
},
|
|
11390
|
+
{
|
|
11391
|
+
"GeneralIndex": 38
|
|
11392
|
+
}
|
|
11393
|
+
]
|
|
11394
|
+
}
|
|
11217
11395
|
}
|
|
11218
|
-
}
|
|
11219
|
-
"paraSpellAssetType": "location"
|
|
11396
|
+
}
|
|
11220
11397
|
},
|
|
11221
11398
|
"multiChainAsset": "SHIB-SHIBAINU",
|
|
11222
11399
|
"hasValue": true,
|
|
@@ -11253,27 +11430,30 @@
|
|
|
11253
11430
|
]
|
|
11254
11431
|
}
|
|
11255
11432
|
},
|
|
11256
|
-
"paraSpellValue":
|
|
11257
|
-
|
|
11258
|
-
|
|
11259
|
-
|
|
11260
|
-
|
|
11261
|
-
|
|
11262
|
-
|
|
11263
|
-
|
|
11433
|
+
"paraSpellValue": "PEPE",
|
|
11434
|
+
"paraSpellAssetType": "symbol",
|
|
11435
|
+
"paraSpellIdentifyV4": {
|
|
11436
|
+
"location": {
|
|
11437
|
+
"parents": 2,
|
|
11438
|
+
"interior": {
|
|
11439
|
+
"X2": [
|
|
11440
|
+
{
|
|
11441
|
+
"GlobalConsensus": {
|
|
11442
|
+
"Ethereum": {
|
|
11443
|
+
"chainId": 1
|
|
11444
|
+
}
|
|
11445
|
+
}
|
|
11446
|
+
},
|
|
11447
|
+
{
|
|
11448
|
+
"AccountKey20": {
|
|
11449
|
+
"key": "0x6982508145454ce325ddbe47a25d4ec3d2311933",
|
|
11450
|
+
"network": null
|
|
11264
11451
|
}
|
|
11265
11452
|
}
|
|
11266
|
-
|
|
11267
|
-
|
|
11268
|
-
"AccountKey20": {
|
|
11269
|
-
"key": "0x6982508145454ce325ddbe47a25d4ec3d2311933",
|
|
11270
|
-
"network": null
|
|
11271
|
-
}
|
|
11272
|
-
}
|
|
11273
|
-
]
|
|
11453
|
+
]
|
|
11454
|
+
}
|
|
11274
11455
|
}
|
|
11275
|
-
}
|
|
11276
|
-
"paraSpellAssetType": "location"
|
|
11456
|
+
}
|
|
11277
11457
|
},
|
|
11278
11458
|
"multiChainAsset": "PEPE-Pepe",
|
|
11279
11459
|
"hasValue": true,
|
|
@@ -11326,27 +11506,30 @@
|
|
|
11326
11506
|
]
|
|
11327
11507
|
}
|
|
11328
11508
|
},
|
|
11329
|
-
"paraSpellValue":
|
|
11330
|
-
|
|
11331
|
-
|
|
11332
|
-
|
|
11333
|
-
|
|
11334
|
-
|
|
11335
|
-
|
|
11336
|
-
|
|
11509
|
+
"paraSpellValue": "TON",
|
|
11510
|
+
"paraSpellAssetType": "symbol",
|
|
11511
|
+
"paraSpellIdentifyV4": {
|
|
11512
|
+
"location": {
|
|
11513
|
+
"parents": 2,
|
|
11514
|
+
"interior": {
|
|
11515
|
+
"X2": [
|
|
11516
|
+
{
|
|
11517
|
+
"GlobalConsensus": {
|
|
11518
|
+
"Ethereum": {
|
|
11519
|
+
"chainId": 1
|
|
11520
|
+
}
|
|
11521
|
+
}
|
|
11522
|
+
},
|
|
11523
|
+
{
|
|
11524
|
+
"AccountKey20": {
|
|
11525
|
+
"key": "0x582d872a1b094fc48f5de31d3b73f2d9be47def1",
|
|
11526
|
+
"network": null
|
|
11337
11527
|
}
|
|
11338
11528
|
}
|
|
11339
|
-
|
|
11340
|
-
|
|
11341
|
-
"AccountKey20": {
|
|
11342
|
-
"key": "0x582d872a1b094fc48f5de31d3b73f2d9be47def1",
|
|
11343
|
-
"network": null
|
|
11344
|
-
}
|
|
11345
|
-
}
|
|
11346
|
-
]
|
|
11529
|
+
]
|
|
11530
|
+
}
|
|
11347
11531
|
}
|
|
11348
|
-
}
|
|
11349
|
-
"paraSpellAssetType": "location"
|
|
11532
|
+
}
|
|
11350
11533
|
},
|
|
11351
11534
|
"multiChainAsset": "TON-TONCoin",
|
|
11352
11535
|
"hasValue": true,
|
|
@@ -11399,27 +11582,30 @@
|
|
|
11399
11582
|
]
|
|
11400
11583
|
}
|
|
11401
11584
|
},
|
|
11402
|
-
"paraSpellValue":
|
|
11403
|
-
|
|
11404
|
-
|
|
11405
|
-
|
|
11406
|
-
|
|
11407
|
-
|
|
11408
|
-
|
|
11409
|
-
|
|
11585
|
+
"paraSpellValue": "wstETH",
|
|
11586
|
+
"paraSpellAssetType": "symbol",
|
|
11587
|
+
"paraSpellIdentifyV4": {
|
|
11588
|
+
"location": {
|
|
11589
|
+
"parents": 2,
|
|
11590
|
+
"interior": {
|
|
11591
|
+
"X2": [
|
|
11592
|
+
{
|
|
11593
|
+
"GlobalConsensus": {
|
|
11594
|
+
"Ethereum": {
|
|
11595
|
+
"chainId": 1
|
|
11596
|
+
}
|
|
11597
|
+
}
|
|
11598
|
+
},
|
|
11599
|
+
{
|
|
11600
|
+
"AccountKey20": {
|
|
11601
|
+
"key": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
|
|
11602
|
+
"network": null
|
|
11410
11603
|
}
|
|
11411
11604
|
}
|
|
11412
|
-
|
|
11413
|
-
|
|
11414
|
-
"AccountKey20": {
|
|
11415
|
-
"key": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
|
|
11416
|
-
"network": null
|
|
11417
|
-
}
|
|
11418
|
-
}
|
|
11419
|
-
]
|
|
11605
|
+
]
|
|
11606
|
+
}
|
|
11420
11607
|
}
|
|
11421
|
-
}
|
|
11422
|
-
"paraSpellAssetType": "location"
|
|
11608
|
+
}
|
|
11423
11609
|
},
|
|
11424
11610
|
"multiChainAsset": "wstETH-WrappedLiquidEther",
|
|
11425
11611
|
"hasValue": true,
|
|
@@ -11456,27 +11642,30 @@
|
|
|
11456
11642
|
]
|
|
11457
11643
|
}
|
|
11458
11644
|
},
|
|
11459
|
-
"paraSpellValue":
|
|
11460
|
-
|
|
11461
|
-
|
|
11462
|
-
|
|
11463
|
-
|
|
11464
|
-
|
|
11465
|
-
|
|
11466
|
-
|
|
11645
|
+
"paraSpellValue": "tBTC",
|
|
11646
|
+
"paraSpellAssetType": "symbol",
|
|
11647
|
+
"paraSpellIdentifyV4": {
|
|
11648
|
+
"location": {
|
|
11649
|
+
"parents": 2,
|
|
11650
|
+
"interior": {
|
|
11651
|
+
"X2": [
|
|
11652
|
+
{
|
|
11653
|
+
"GlobalConsensus": {
|
|
11654
|
+
"Ethereum": {
|
|
11655
|
+
"chainId": 1
|
|
11656
|
+
}
|
|
11657
|
+
}
|
|
11658
|
+
},
|
|
11659
|
+
{
|
|
11660
|
+
"AccountKey20": {
|
|
11661
|
+
"key": "0x18084fba666a33d37592fa2633fd49a74dd93a88",
|
|
11662
|
+
"network": null
|
|
11467
11663
|
}
|
|
11468
11664
|
}
|
|
11469
|
-
|
|
11470
|
-
|
|
11471
|
-
"AccountKey20": {
|
|
11472
|
-
"key": "0x18084fba666a33d37592fa2633fd49a74dd93a88",
|
|
11473
|
-
"network": null
|
|
11474
|
-
}
|
|
11475
|
-
}
|
|
11476
|
-
]
|
|
11665
|
+
]
|
|
11666
|
+
}
|
|
11477
11667
|
}
|
|
11478
|
-
}
|
|
11479
|
-
"paraSpellAssetType": "location"
|
|
11668
|
+
}
|
|
11480
11669
|
},
|
|
11481
11670
|
"multiChainAsset": "tBTC-tBTCv2",
|
|
11482
11671
|
"hasValue": true,
|
|
@@ -11624,22 +11813,6 @@
|
|
|
11624
11813
|
"hasValue": true,
|
|
11625
11814
|
"icon": "https://555-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-pha.png"
|
|
11626
11815
|
},
|
|
11627
|
-
"hydradx_main-LOCAL-KILT": {
|
|
11628
|
-
"originChain": "hydradx_main",
|
|
11629
|
-
"slug": "hydradx_main-LOCAL-KILT",
|
|
11630
|
-
"name": "KILT Protocol",
|
|
11631
|
-
"symbol": "KILT",
|
|
11632
|
-
"decimals": 15,
|
|
11633
|
-
"priceId": "kilt-protocol",
|
|
11634
|
-
"minAmount": "21358393848783",
|
|
11635
|
-
"assetType": "LOCAL",
|
|
11636
|
-
"metadata": {
|
|
11637
|
-
"assetId": "28"
|
|
11638
|
-
},
|
|
11639
|
-
"multiChainAsset": "KILT-KILTProtocol",
|
|
11640
|
-
"hasValue": true,
|
|
11641
|
-
"icon": "https://555-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-kilt.png"
|
|
11642
|
-
},
|
|
11643
11816
|
"hydradx_main-LOCAL-ZTG": {
|
|
11644
11817
|
"originChain": "hydradx_main",
|
|
11645
11818
|
"slug": "hydradx_main-LOCAL-ZTG",
|
|
@@ -11749,23 +11922,26 @@
|
|
|
11749
11922
|
"onChainInfo": {
|
|
11750
11923
|
"ForeignAsset": "7"
|
|
11751
11924
|
},
|
|
11752
|
-
"paraSpellValue":
|
|
11753
|
-
|
|
11754
|
-
|
|
11755
|
-
|
|
11756
|
-
|
|
11757
|
-
|
|
11758
|
-
|
|
11759
|
-
|
|
11760
|
-
|
|
11761
|
-
|
|
11762
|
-
|
|
11763
|
-
|
|
11764
|
-
|
|
11765
|
-
|
|
11925
|
+
"paraSpellValue": "USDT",
|
|
11926
|
+
"paraSpellAssetType": "symbol",
|
|
11927
|
+
"paraSpellIdentifyV4": {
|
|
11928
|
+
"location": {
|
|
11929
|
+
"parents": 1,
|
|
11930
|
+
"interior": {
|
|
11931
|
+
"X3": [
|
|
11932
|
+
{
|
|
11933
|
+
"Parachain": 1000
|
|
11934
|
+
},
|
|
11935
|
+
{
|
|
11936
|
+
"PalletInstance": 50
|
|
11937
|
+
},
|
|
11938
|
+
{
|
|
11939
|
+
"GeneralIndex": 1984
|
|
11940
|
+
}
|
|
11941
|
+
]
|
|
11942
|
+
}
|
|
11766
11943
|
}
|
|
11767
|
-
}
|
|
11768
|
-
"paraSpellAssetType": "location"
|
|
11944
|
+
}
|
|
11769
11945
|
},
|
|
11770
11946
|
"multiChainAsset": "USDT-Tether",
|
|
11771
11947
|
"hasValue": true,
|
|
@@ -12036,17 +12212,20 @@
|
|
|
12036
12212
|
]
|
|
12037
12213
|
}
|
|
12038
12214
|
},
|
|
12039
|
-
"paraSpellValue":
|
|
12040
|
-
|
|
12041
|
-
|
|
12042
|
-
|
|
12043
|
-
|
|
12044
|
-
|
|
12045
|
-
|
|
12046
|
-
|
|
12215
|
+
"paraSpellValue": "MYTH",
|
|
12216
|
+
"paraSpellAssetType": "symbol",
|
|
12217
|
+
"paraSpellIdentifyV4": {
|
|
12218
|
+
"location": {
|
|
12219
|
+
"parents": 1,
|
|
12220
|
+
"interior": {
|
|
12221
|
+
"X1": [
|
|
12222
|
+
{
|
|
12223
|
+
"Parachain": 3369
|
|
12224
|
+
}
|
|
12225
|
+
]
|
|
12226
|
+
}
|
|
12047
12227
|
}
|
|
12048
|
-
}
|
|
12049
|
-
"paraSpellAssetType": "location"
|
|
12228
|
+
}
|
|
12050
12229
|
},
|
|
12051
12230
|
"multiChainAsset": "MYTH-Mythos",
|
|
12052
12231
|
"hasValue": true,
|
|
@@ -13780,13 +13959,16 @@
|
|
|
13780
13959
|
"minAmount": "1000000000",
|
|
13781
13960
|
"assetType": "NATIVE",
|
|
13782
13961
|
"metadata": {
|
|
13783
|
-
"paraSpellValue":
|
|
13784
|
-
|
|
13785
|
-
|
|
13786
|
-
|
|
13962
|
+
"paraSpellValue": "DOT",
|
|
13963
|
+
"paraSpellAssetType": "symbol",
|
|
13964
|
+
"paraSpellIdentifyV4": {
|
|
13965
|
+
"location": {
|
|
13966
|
+
"parents": 1,
|
|
13967
|
+
"interior": {
|
|
13968
|
+
"Here": null
|
|
13969
|
+
}
|
|
13787
13970
|
}
|
|
13788
|
-
}
|
|
13789
|
-
"paraSpellAssetType": "location"
|
|
13971
|
+
}
|
|
13790
13972
|
},
|
|
13791
13973
|
"multiChainAsset": "DOT-Polkadot",
|
|
13792
13974
|
"hasValue": true,
|
|
@@ -17734,6 +17916,36 @@
|
|
|
17734
17916
|
"hasValue": true,
|
|
17735
17917
|
"icon": "https://555-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/base_mainnet-erc20-vdot-0xbc33b4d48f76d17a1800afcb730e8a6aaada7fe5.png"
|
|
17736
17918
|
},
|
|
17919
|
+
"hydradx_main-LOCAL-LDO": {
|
|
17920
|
+
"originChain": "hydradx_main",
|
|
17921
|
+
"slug": "hydradx_main-LOCAL-LDO",
|
|
17922
|
+
"name": "Lido DAO",
|
|
17923
|
+
"symbol": "LDO",
|
|
17924
|
+
"decimals": 18,
|
|
17925
|
+
"priceId": "lido-dao",
|
|
17926
|
+
"minAmount": "5102040816326530",
|
|
17927
|
+
"assetType": "LOCAL",
|
|
17928
|
+
"metadata": {
|
|
17929
|
+
"assetId": "1000796"
|
|
17930
|
+
},
|
|
17931
|
+
"multiChainAsset": "LDO-LidoDAO",
|
|
17932
|
+
"hasValue": true,
|
|
17933
|
+
"icon": "https://555-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-ldo.png"
|
|
17934
|
+
},
|
|
17935
|
+
"clover_mainnet-NATIVE-CLV": {
|
|
17936
|
+
"originChain": "clover_mainnet",
|
|
17937
|
+
"slug": "clover_mainnet-NATIVE-CLV",
|
|
17938
|
+
"name": "Clover Finance",
|
|
17939
|
+
"symbol": "CLV",
|
|
17940
|
+
"decimals": 18,
|
|
17941
|
+
"priceId": "clover-finance",
|
|
17942
|
+
"minAmount": "500",
|
|
17943
|
+
"assetType": "NATIVE",
|
|
17944
|
+
"metadata": null,
|
|
17945
|
+
"multiChainAsset": null,
|
|
17946
|
+
"hasValue": true,
|
|
17947
|
+
"icon": "https://555-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/clover_mainnet-native-clv.png"
|
|
17948
|
+
},
|
|
17737
17949
|
"bittensor-LOCAL-ᚢ": {
|
|
17738
17950
|
"originChain": "bittensor",
|
|
17739
17951
|
"slug": "bittensor-LOCAL-ᚢ",
|
|
@@ -18329,36 +18541,6 @@
|
|
|
18329
18541
|
"hasValue": true,
|
|
18330
18542
|
"icon": "https://555-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/bittensor-local-න.png"
|
|
18331
18543
|
},
|
|
18332
|
-
"hydradx_main-LOCAL-LDO": {
|
|
18333
|
-
"originChain": "hydradx_main",
|
|
18334
|
-
"slug": "hydradx_main-LOCAL-LDO",
|
|
18335
|
-
"name": "Lido DAO",
|
|
18336
|
-
"symbol": "LDO",
|
|
18337
|
-
"decimals": 18,
|
|
18338
|
-
"priceId": "lido-dao",
|
|
18339
|
-
"minAmount": "5102040816326530",
|
|
18340
|
-
"assetType": "LOCAL",
|
|
18341
|
-
"metadata": {
|
|
18342
|
-
"assetId": "1000796"
|
|
18343
|
-
},
|
|
18344
|
-
"multiChainAsset": "LDO-LidoDAO",
|
|
18345
|
-
"hasValue": true,
|
|
18346
|
-
"icon": "https://555-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-ldo.png"
|
|
18347
|
-
},
|
|
18348
|
-
"clover_mainnet-NATIVE-CLV": {
|
|
18349
|
-
"originChain": "clover_mainnet",
|
|
18350
|
-
"slug": "clover_mainnet-NATIVE-CLV",
|
|
18351
|
-
"name": "Clover Finance",
|
|
18352
|
-
"symbol": "CLV",
|
|
18353
|
-
"decimals": 18,
|
|
18354
|
-
"priceId": "clover-finance",
|
|
18355
|
-
"minAmount": "500",
|
|
18356
|
-
"assetType": "NATIVE",
|
|
18357
|
-
"metadata": null,
|
|
18358
|
-
"multiChainAsset": null,
|
|
18359
|
-
"hasValue": true,
|
|
18360
|
-
"icon": "https://555-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/clover_mainnet-native-clv.png"
|
|
18361
|
-
},
|
|
18362
18544
|
"quantum_fusion-NATIVE-QF": {
|
|
18363
18545
|
"originChain": "quantum_fusion",
|
|
18364
18546
|
"slug": "quantum_fusion-NATIVE-QF",
|
|
@@ -18415,6 +18597,64 @@
|
|
|
18415
18597
|
"hasValue": true,
|
|
18416
18598
|
"icon": "https://555-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/fraxtal-native-frax.png"
|
|
18417
18599
|
},
|
|
18600
|
+
"base_mainnet-ERC20-MYTH-0x9B9fd410d5F01a6A60acF4678a5A99D8027FA5A7": {
|
|
18601
|
+
"originChain": "base_mainnet",
|
|
18602
|
+
"slug": "base_mainnet-ERC20-MYTH-0x9B9fd410d5F01a6A60acF4678a5A99D8027FA5A7",
|
|
18603
|
+
"name": "Mythos",
|
|
18604
|
+
"symbol": "MYTH",
|
|
18605
|
+
"decimals": 18,
|
|
18606
|
+
"priceId": "mythos",
|
|
18607
|
+
"minAmount": "0",
|
|
18608
|
+
"assetType": "ERC20",
|
|
18609
|
+
"metadata": {
|
|
18610
|
+
"contractAddress": "0x9B9fd410d5F01a6A60acF4678a5A99D8027FA5A7"
|
|
18611
|
+
},
|
|
18612
|
+
"multiChainAsset": "MYTH-Mythos",
|
|
18613
|
+
"hasValue": true,
|
|
18614
|
+
"icon": "https://555-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/base_mainnet-erc20-myth-0x9b9fd410d5f01a6a60acf4678a5a99d8027fa5a7.png"
|
|
18615
|
+
},
|
|
18616
|
+
"regionx_kusama-NATIVE-KSM": {
|
|
18617
|
+
"originChain": "regionx_kusama",
|
|
18618
|
+
"slug": "regionx_kusama-NATIVE-KSM",
|
|
18619
|
+
"name": "Kusama",
|
|
18620
|
+
"symbol": "KSM",
|
|
18621
|
+
"decimals": 12,
|
|
18622
|
+
"priceId": "kusama",
|
|
18623
|
+
"minAmount": "10000000000",
|
|
18624
|
+
"assetType": "NATIVE",
|
|
18625
|
+
"metadata": null,
|
|
18626
|
+
"multiChainAsset": "KSM-Kusama",
|
|
18627
|
+
"hasValue": true,
|
|
18628
|
+
"icon": "https://555-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/regionx_kusama-native-ksm.png"
|
|
18629
|
+
},
|
|
18630
|
+
"stable_testnet-NATIVE-USDT": {
|
|
18631
|
+
"originChain": "stable_testnet",
|
|
18632
|
+
"slug": "stable_testnet-NATIVE-USDT",
|
|
18633
|
+
"name": "Tether USD",
|
|
18634
|
+
"symbol": "USDT",
|
|
18635
|
+
"decimals": 18,
|
|
18636
|
+
"priceId": null,
|
|
18637
|
+
"minAmount": "0",
|
|
18638
|
+
"assetType": "NATIVE",
|
|
18639
|
+
"metadata": null,
|
|
18640
|
+
"multiChainAsset": null,
|
|
18641
|
+
"hasValue": false,
|
|
18642
|
+
"icon": "https://555-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/stable_testnet-native-usdt.png"
|
|
18643
|
+
},
|
|
18644
|
+
"abstract-NATIVE-ETH": {
|
|
18645
|
+
"originChain": "abstract",
|
|
18646
|
+
"slug": "abstract-NATIVE-ETH",
|
|
18647
|
+
"name": "Ethereum",
|
|
18648
|
+
"symbol": "ETH",
|
|
18649
|
+
"decimals": 18,
|
|
18650
|
+
"priceId": "ethereum",
|
|
18651
|
+
"minAmount": "0",
|
|
18652
|
+
"assetType": "NATIVE",
|
|
18653
|
+
"metadata": null,
|
|
18654
|
+
"multiChainAsset": "ETH-Ethereum",
|
|
18655
|
+
"hasValue": true,
|
|
18656
|
+
"icon": "https://555-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/abstract-native-eth.png"
|
|
18657
|
+
},
|
|
18418
18658
|
"paseo_assethub-NATIVE-PAS": {
|
|
18419
18659
|
"originChain": "paseo_assethub",
|
|
18420
18660
|
"slug": "paseo_assethub-NATIVE-PAS",
|