@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
|
@@ -1158,6 +1158,8 @@
|
|
|
1158
1158
|
"binance-erc20-vdot-0xbc33b4d48f76d17a1800afcb730e8a6aaada7fe5": "/assets/chain-assets/binance-erc20-vdot-0xbc33b4d48f76d17a1800afcb730e8a6aaada7fe5.png",
|
|
1159
1159
|
"arbitrum_one-erc20-vdot-0xbc33b4d48f76d17a1800afcb730e8a6aaada7fe5": "/assets/chain-assets/arbitrum_one-erc20-vdot-0xbc33b4d48f76d17a1800afcb730e8a6aaada7fe5.png",
|
|
1160
1160
|
"base_mainnet-erc20-vdot-0xbc33b4d48f76d17a1800afcb730e8a6aaada7fe5": "/assets/chain-assets/base_mainnet-erc20-vdot-0xbc33b4d48f76d17a1800afcb730e8a6aaada7fe5.png",
|
|
1161
|
+
"hydradx_main-local-ldo": "/assets/chain-assets/hydradx_main-local-ldo.png",
|
|
1162
|
+
"clover_mainnet-native-clv": "/assets/chain-assets/clover_mainnet-native-clv.png",
|
|
1161
1163
|
"bittensor-local-ᚢ": "/assets/chain-assets/bittensor-local-ᚢ.png",
|
|
1162
1164
|
"bittensor-local-ᚦ": "/assets/chain-assets/bittensor-local-ᚦ.png",
|
|
1163
1165
|
"bittensor-local-᚛": "/assets/chain-assets/bittensor-local-᚛.png",
|
|
@@ -1193,14 +1195,14 @@
|
|
|
1193
1195
|
"bittensor-local-𑀃": "/assets/chain-assets/bittensor-local-𑀃.png",
|
|
1194
1196
|
"bittensor-local-𑀅": "/assets/chain-assets/bittensor-local-𑀅.png",
|
|
1195
1197
|
"bittensor-local-න": "/assets/chain-assets/bittensor-local-න.png",
|
|
1196
|
-
"hydradx_main-local-ldo": "/assets/chain-assets/hydradx_main-local-ldo.png",
|
|
1197
|
-
"clover_mainnet-native-clv": "/assets/chain-assets/clover_mainnet-native-clv.png",
|
|
1198
1198
|
"quantum_fusion-native-qf": "/assets/chain-assets/quantum_fusion-native-qf.png",
|
|
1199
1199
|
"subtensor_evm-native-tao": "/assets/chain-assets/subtensor_evm-native-tao.png",
|
|
1200
1200
|
"auto_evm-native-ai3": "/assets/chain-assets/auto_evm-native-ai3.png",
|
|
1201
1201
|
"fraxtal-native-frax": "/assets/chain-assets/fraxtal-native-frax.png",
|
|
1202
|
-
"
|
|
1203
|
-
"
|
|
1202
|
+
"base_mainnet-erc20-myth-0x9b9fd410d5f01a6a60acf4678a5a99d8027fa5a7": "/assets/chain-assets/base_mainnet-erc20-myth-0x9b9fd410d5f01a6a60acf4678a5a99d8027fa5a7.png",
|
|
1203
|
+
"regionx_kusama-native-ksm": "/assets/chain-assets/regionx_kusama-native-ksm.png",
|
|
1204
|
+
"stable_testnet-native-usdt": "/assets/chain-assets/stable_testnet-native-usdt.png",
|
|
1205
|
+
"abstract-native-eth": "/assets/chain-assets/abstract-native-eth.png",
|
|
1204
1206
|
"paseo_assethub-native-pas": "/assets/chain-assets/paseo_assethub-native-pas.png",
|
|
1205
1207
|
"eth-ethereum": "/assets/multi-chain-assets/eth-ethereum.png",
|
|
1206
1208
|
"ibtc-interbtc": "/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
@@ -2230,13 +2232,16 @@
|
|
|
2230
2232
|
parents: 0,
|
|
2231
2233
|
interior: "Here"
|
|
2232
2234
|
},
|
|
2233
|
-
paraSpellValue:
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2235
|
+
paraSpellValue: "DOT",
|
|
2236
|
+
paraSpellAssetType: "symbol",
|
|
2237
|
+
paraSpellIdentifyV4: {
|
|
2238
|
+
location: {
|
|
2239
|
+
parents: 1,
|
|
2240
|
+
interior: {
|
|
2241
|
+
Here: null
|
|
2242
|
+
}
|
|
2237
2243
|
}
|
|
2238
|
-
}
|
|
2239
|
-
paraSpellAssetType: "location"
|
|
2244
|
+
}
|
|
2240
2245
|
},
|
|
2241
2246
|
multiChainAsset: "DOT-Polkadot",
|
|
2242
2247
|
hasValue: true,
|
|
@@ -2256,13 +2261,16 @@
|
|
|
2256
2261
|
parents: 0,
|
|
2257
2262
|
interior: "Here"
|
|
2258
2263
|
},
|
|
2259
|
-
paraSpellValue:
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2264
|
+
paraSpellValue: "KSM",
|
|
2265
|
+
paraSpellAssetType: "symbol",
|
|
2266
|
+
paraSpellIdentifyV4: {
|
|
2267
|
+
location: {
|
|
2268
|
+
parents: 1,
|
|
2269
|
+
interior: {
|
|
2270
|
+
Here: null
|
|
2271
|
+
}
|
|
2263
2272
|
}
|
|
2264
|
-
}
|
|
2265
|
-
paraSpellAssetType: "location"
|
|
2273
|
+
}
|
|
2266
2274
|
},
|
|
2267
2275
|
multiChainAsset: "KSM-Kusama",
|
|
2268
2276
|
hasValue: true,
|
|
@@ -2310,20 +2318,23 @@
|
|
|
2310
2318
|
parents: 0,
|
|
2311
2319
|
interior: "Here"
|
|
2312
2320
|
},
|
|
2313
|
-
paraSpellValue:
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2321
|
+
paraSpellValue: "GLMR",
|
|
2322
|
+
paraSpellAssetType: "symbol",
|
|
2323
|
+
paraSpellIdentifyV4: {
|
|
2324
|
+
location: {
|
|
2325
|
+
parents: 1,
|
|
2326
|
+
interior: {
|
|
2327
|
+
X2: [
|
|
2328
|
+
{
|
|
2329
|
+
Parachain: 2004
|
|
2330
|
+
},
|
|
2331
|
+
{
|
|
2332
|
+
PalletInstance: 10
|
|
2333
|
+
}
|
|
2334
|
+
]
|
|
2335
|
+
}
|
|
2324
2336
|
}
|
|
2325
|
-
}
|
|
2326
|
-
paraSpellAssetType: "location"
|
|
2337
|
+
}
|
|
2327
2338
|
},
|
|
2328
2339
|
multiChainAsset: "GLMR-Moonbeam",
|
|
2329
2340
|
hasValue: true,
|
|
@@ -2376,17 +2387,20 @@
|
|
|
2376
2387
|
parents: 0,
|
|
2377
2388
|
interior: "Here"
|
|
2378
2389
|
},
|
|
2379
|
-
paraSpellValue:
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2390
|
+
paraSpellValue: "ASTR",
|
|
2391
|
+
paraSpellAssetType: "symbol",
|
|
2392
|
+
paraSpellIdentifyV4: {
|
|
2393
|
+
location: {
|
|
2394
|
+
parents: 1,
|
|
2395
|
+
interior: {
|
|
2396
|
+
X1: [
|
|
2397
|
+
{
|
|
2398
|
+
Parachain: 2006
|
|
2399
|
+
}
|
|
2400
|
+
]
|
|
2401
|
+
}
|
|
2387
2402
|
}
|
|
2388
|
-
}
|
|
2389
|
-
paraSpellAssetType: "location"
|
|
2403
|
+
}
|
|
2390
2404
|
},
|
|
2391
2405
|
multiChainAsset: "ASTR-Astar",
|
|
2392
2406
|
hasValue: true,
|
|
@@ -2407,13 +2421,16 @@
|
|
|
2407
2421
|
parents: 1,
|
|
2408
2422
|
interior: "Here"
|
|
2409
2423
|
},
|
|
2410
|
-
paraSpellValue:
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2424
|
+
paraSpellValue: "DOT",
|
|
2425
|
+
paraSpellAssetType: "symbol",
|
|
2426
|
+
paraSpellIdentifyV4: {
|
|
2427
|
+
location: {
|
|
2428
|
+
parents: 1,
|
|
2429
|
+
interior: {
|
|
2430
|
+
Here: null
|
|
2431
|
+
}
|
|
2414
2432
|
}
|
|
2415
2433
|
},
|
|
2416
|
-
paraSpellAssetType: "location",
|
|
2417
2434
|
alternativeSwapAsset: "polkadot-NATIVE-DOT"
|
|
2418
2435
|
},
|
|
2419
2436
|
multiChainAsset: "DOT-Polkadot",
|
|
@@ -2439,23 +2456,26 @@
|
|
|
2439
2456
|
parents: 0,
|
|
2440
2457
|
interior: "Here"
|
|
2441
2458
|
},
|
|
2442
|
-
paraSpellValue:
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2459
|
+
paraSpellValue: "ACA",
|
|
2460
|
+
paraSpellAssetType: "symbol",
|
|
2461
|
+
paraSpellIdentifyV4: {
|
|
2462
|
+
location: {
|
|
2463
|
+
parents: 1,
|
|
2464
|
+
interior: {
|
|
2465
|
+
X2: [
|
|
2466
|
+
{
|
|
2467
|
+
Parachain: 2000
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
GeneralKey: {
|
|
2471
|
+
data: "0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
2472
|
+
length: 2
|
|
2473
|
+
}
|
|
2453
2474
|
}
|
|
2454
|
-
|
|
2455
|
-
|
|
2475
|
+
]
|
|
2476
|
+
}
|
|
2456
2477
|
}
|
|
2457
|
-
}
|
|
2458
|
-
paraSpellAssetType: "location"
|
|
2478
|
+
}
|
|
2459
2479
|
},
|
|
2460
2480
|
multiChainAsset: "ACA-Acala",
|
|
2461
2481
|
hasValue: true,
|
|
@@ -2569,13 +2589,16 @@
|
|
|
2569
2589
|
Token: "DOT"
|
|
2570
2590
|
},
|
|
2571
2591
|
isSufficient: true,
|
|
2572
|
-
paraSpellValue:
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2592
|
+
paraSpellValue: "DOT",
|
|
2593
|
+
paraSpellAssetType: "symbol",
|
|
2594
|
+
paraSpellIdentifyV4: {
|
|
2595
|
+
location: {
|
|
2596
|
+
parents: 1,
|
|
2597
|
+
interior: {
|
|
2598
|
+
Here: null
|
|
2599
|
+
}
|
|
2576
2600
|
}
|
|
2577
|
-
}
|
|
2578
|
-
paraSpellAssetType: "location"
|
|
2601
|
+
}
|
|
2579
2602
|
},
|
|
2580
2603
|
multiChainAsset: "DOT-Polkadot",
|
|
2581
2604
|
hasValue: true,
|
|
@@ -2594,20 +2617,23 @@
|
|
|
2594
2617
|
onChainInfo: {
|
|
2595
2618
|
ForeignAsset: 0
|
|
2596
2619
|
},
|
|
2597
|
-
paraSpellValue:
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2620
|
+
paraSpellValue: "GLMR",
|
|
2621
|
+
paraSpellAssetType: "symbol",
|
|
2622
|
+
paraSpellIdentifyV4: {
|
|
2623
|
+
location: {
|
|
2624
|
+
parents: 1,
|
|
2625
|
+
interior: {
|
|
2626
|
+
X2: [
|
|
2627
|
+
{
|
|
2628
|
+
Parachain: 2004
|
|
2629
|
+
},
|
|
2630
|
+
{
|
|
2631
|
+
PalletInstance: 10
|
|
2632
|
+
}
|
|
2633
|
+
]
|
|
2634
|
+
}
|
|
2608
2635
|
}
|
|
2609
|
-
}
|
|
2610
|
-
paraSpellAssetType: "location"
|
|
2636
|
+
}
|
|
2611
2637
|
},
|
|
2612
2638
|
multiChainAsset: "GLMR-Moonbeam",
|
|
2613
2639
|
hasValue: true,
|
|
@@ -2627,23 +2653,26 @@
|
|
|
2627
2653
|
ForeignAsset: 12
|
|
2628
2654
|
},
|
|
2629
2655
|
isSufficient: true,
|
|
2630
|
-
paraSpellValue:
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2656
|
+
paraSpellValue: "USDT",
|
|
2657
|
+
paraSpellAssetType: "symbol",
|
|
2658
|
+
paraSpellIdentifyV4: {
|
|
2659
|
+
location: {
|
|
2660
|
+
parents: 1,
|
|
2661
|
+
interior: {
|
|
2662
|
+
X3: [
|
|
2663
|
+
{
|
|
2664
|
+
Parachain: 1000
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
PalletInstance: 50
|
|
2668
|
+
},
|
|
2669
|
+
{
|
|
2670
|
+
GeneralIndex: 1984
|
|
2671
|
+
}
|
|
2672
|
+
]
|
|
2673
|
+
}
|
|
2644
2674
|
}
|
|
2645
|
-
}
|
|
2646
|
-
paraSpellAssetType: "location"
|
|
2675
|
+
}
|
|
2647
2676
|
},
|
|
2648
2677
|
multiChainAsset: "USDT-Tether",
|
|
2649
2678
|
hasValue: true,
|
|
@@ -2681,17 +2710,20 @@
|
|
|
2681
2710
|
ForeignAsset: 2
|
|
2682
2711
|
},
|
|
2683
2712
|
isSufficient: true,
|
|
2684
|
-
paraSpellValue:
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2713
|
+
paraSpellValue: "ASTR",
|
|
2714
|
+
paraSpellAssetType: "symbol",
|
|
2715
|
+
paraSpellIdentifyV4: {
|
|
2716
|
+
location: {
|
|
2717
|
+
parents: 1,
|
|
2718
|
+
interior: {
|
|
2719
|
+
X1: [
|
|
2720
|
+
{
|
|
2721
|
+
Parachain: 2006
|
|
2722
|
+
}
|
|
2723
|
+
]
|
|
2724
|
+
}
|
|
2692
2725
|
}
|
|
2693
|
-
}
|
|
2694
|
-
paraSpellAssetType: "location"
|
|
2726
|
+
}
|
|
2695
2727
|
},
|
|
2696
2728
|
multiChainAsset: "ASTR-Astar",
|
|
2697
2729
|
hasValue: true,
|
|
@@ -2777,14 +2809,17 @@
|
|
|
2777
2809
|
metadata: {
|
|
2778
2810
|
assetId: "42259045809535163221576417993425387648",
|
|
2779
2811
|
assetType: "ForeignAsset",
|
|
2780
|
-
paraSpellValue:
|
|
2781
|
-
parents: 1,
|
|
2782
|
-
interior: {
|
|
2783
|
-
Here: null
|
|
2784
|
-
}
|
|
2785
|
-
},
|
|
2812
|
+
paraSpellValue: "DOT",
|
|
2786
2813
|
contractAddress: "0xFfFFfFff1FcaCBd218EDc0EbA20Fc2308C778080",
|
|
2787
|
-
paraSpellAssetType: "
|
|
2814
|
+
paraSpellAssetType: "symbol",
|
|
2815
|
+
paraSpellIdentifyV4: {
|
|
2816
|
+
location: {
|
|
2817
|
+
parents: 1,
|
|
2818
|
+
interior: {
|
|
2819
|
+
Here: null
|
|
2820
|
+
}
|
|
2821
|
+
}
|
|
2822
|
+
}
|
|
2788
2823
|
},
|
|
2789
2824
|
multiChainAsset: "DOT-Polkadot",
|
|
2790
2825
|
hasValue: true,
|
|
@@ -2802,24 +2837,27 @@
|
|
|
2802
2837
|
metadata: {
|
|
2803
2838
|
assetId: "101170542313601871197860408087030232491",
|
|
2804
2839
|
assetType: "ForeignAsset",
|
|
2805
|
-
paraSpellValue:
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2840
|
+
paraSpellValue: "INTR",
|
|
2841
|
+
contractAddress: "0xFffFFFFF4C1cbCd97597339702436d4F18a375Ab",
|
|
2842
|
+
paraSpellAssetType: "symbol",
|
|
2843
|
+
paraSpellIdentifyV4: {
|
|
2844
|
+
location: {
|
|
2845
|
+
parents: 1,
|
|
2846
|
+
interior: {
|
|
2847
|
+
X2: [
|
|
2848
|
+
{
|
|
2849
|
+
Parachain: 2032
|
|
2850
|
+
},
|
|
2851
|
+
{
|
|
2852
|
+
GeneralKey: {
|
|
2853
|
+
data: "0x0002000000000000000000000000000000000000000000000000000000000000",
|
|
2854
|
+
length: 2
|
|
2855
|
+
}
|
|
2816
2856
|
}
|
|
2817
|
-
|
|
2818
|
-
|
|
2857
|
+
]
|
|
2858
|
+
}
|
|
2819
2859
|
}
|
|
2820
|
-
}
|
|
2821
|
-
contractAddress: "0xFffFFFFF4C1cbCd97597339702436d4F18a375Ab",
|
|
2822
|
-
paraSpellAssetType: "location"
|
|
2860
|
+
}
|
|
2823
2861
|
},
|
|
2824
2862
|
multiChainAsset: "INTR-Interlay",
|
|
2825
2863
|
hasValue: true,
|
|
@@ -2837,24 +2875,27 @@
|
|
|
2837
2875
|
metadata: {
|
|
2838
2876
|
assetId: "120637696315203257380661607956669368914",
|
|
2839
2877
|
assetType: "ForeignAsset",
|
|
2840
|
-
paraSpellValue:
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2878
|
+
paraSpellValue: "IBTC",
|
|
2879
|
+
contractAddress: "0xFFFFFfFf5AC1f9A51A93F5C527385edF7Fe98A52",
|
|
2880
|
+
paraSpellAssetType: "symbol",
|
|
2881
|
+
paraSpellIdentifyV4: {
|
|
2882
|
+
location: {
|
|
2883
|
+
parents: 1,
|
|
2884
|
+
interior: {
|
|
2885
|
+
X2: [
|
|
2886
|
+
{
|
|
2887
|
+
Parachain: 2032
|
|
2888
|
+
},
|
|
2889
|
+
{
|
|
2890
|
+
GeneralKey: {
|
|
2891
|
+
data: "0x0001000000000000000000000000000000000000000000000000000000000000",
|
|
2892
|
+
length: 2
|
|
2893
|
+
}
|
|
2851
2894
|
}
|
|
2852
|
-
|
|
2853
|
-
|
|
2895
|
+
]
|
|
2896
|
+
}
|
|
2854
2897
|
}
|
|
2855
|
-
}
|
|
2856
|
-
contractAddress: "0xFFFFFfFf5AC1f9A51A93F5C527385edF7Fe98A52",
|
|
2857
|
-
paraSpellAssetType: "location"
|
|
2898
|
+
}
|
|
2858
2899
|
},
|
|
2859
2900
|
multiChainAsset: "iBTC-interBTC",
|
|
2860
2901
|
hasValue: true,
|
|
@@ -2872,24 +2913,27 @@
|
|
|
2872
2913
|
metadata: {
|
|
2873
2914
|
assetId: "224821240862170613278369189818311486111",
|
|
2874
2915
|
assetType: "ForeignAsset",
|
|
2875
|
-
paraSpellValue:
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2916
|
+
paraSpellValue: "ACA",
|
|
2917
|
+
contractAddress: "0xffffFFffa922Fef94566104a6e5A35a4fCDDAA9f",
|
|
2918
|
+
paraSpellAssetType: "symbol",
|
|
2919
|
+
paraSpellIdentifyV4: {
|
|
2920
|
+
location: {
|
|
2921
|
+
parents: 1,
|
|
2922
|
+
interior: {
|
|
2923
|
+
X2: [
|
|
2924
|
+
{
|
|
2925
|
+
Parachain: 2000
|
|
2926
|
+
},
|
|
2927
|
+
{
|
|
2928
|
+
GeneralKey: {
|
|
2929
|
+
data: "0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
2930
|
+
length: 2
|
|
2931
|
+
}
|
|
2886
2932
|
}
|
|
2887
|
-
|
|
2888
|
-
|
|
2933
|
+
]
|
|
2934
|
+
}
|
|
2889
2935
|
}
|
|
2890
|
-
}
|
|
2891
|
-
contractAddress: "0xffffFFffa922Fef94566104a6e5A35a4fCDDAA9f",
|
|
2892
|
-
paraSpellAssetType: "location"
|
|
2936
|
+
}
|
|
2893
2937
|
},
|
|
2894
2938
|
multiChainAsset: "ACA-Acala",
|
|
2895
2939
|
hasValue: true,
|
|
@@ -2960,13 +3004,16 @@
|
|
|
2960
3004
|
parents: 1,
|
|
2961
3005
|
interior: "Here"
|
|
2962
3006
|
},
|
|
2963
|
-
paraSpellValue:
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
3007
|
+
paraSpellValue: "DOT",
|
|
3008
|
+
paraSpellAssetType: "symbol",
|
|
3009
|
+
paraSpellIdentifyV4: {
|
|
3010
|
+
location: {
|
|
3011
|
+
parents: 1,
|
|
3012
|
+
interior: {
|
|
3013
|
+
Here: null
|
|
3014
|
+
}
|
|
2967
3015
|
}
|
|
2968
|
-
}
|
|
2969
|
-
paraSpellAssetType: "location"
|
|
3016
|
+
}
|
|
2970
3017
|
},
|
|
2971
3018
|
multiChainAsset: "DOT-Polkadot",
|
|
2972
3019
|
hasValue: true,
|
|
@@ -2999,23 +3046,26 @@
|
|
|
2999
3046
|
]
|
|
3000
3047
|
}
|
|
3001
3048
|
},
|
|
3002
|
-
paraSpellValue:
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3049
|
+
paraSpellValue: "USDT",
|
|
3050
|
+
paraSpellAssetType: "symbol",
|
|
3051
|
+
paraSpellIdentifyV4: {
|
|
3052
|
+
location: {
|
|
3053
|
+
parents: 1,
|
|
3054
|
+
interior: {
|
|
3055
|
+
X3: [
|
|
3056
|
+
{
|
|
3057
|
+
Parachain: 1000
|
|
3058
|
+
},
|
|
3059
|
+
{
|
|
3060
|
+
PalletInstance: 50
|
|
3061
|
+
},
|
|
3062
|
+
{
|
|
3063
|
+
GeneralIndex: 1984
|
|
3064
|
+
}
|
|
3065
|
+
]
|
|
3066
|
+
}
|
|
3016
3067
|
}
|
|
3017
|
-
}
|
|
3018
|
-
paraSpellAssetType: "location"
|
|
3068
|
+
}
|
|
3019
3069
|
},
|
|
3020
3070
|
multiChainAsset: "USDT-Tether",
|
|
3021
3071
|
hasValue: true,
|
|
@@ -3294,23 +3344,26 @@
|
|
|
3294
3344
|
onChainInfo: {
|
|
3295
3345
|
Token2: "2"
|
|
3296
3346
|
},
|
|
3297
|
-
paraSpellValue:
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3347
|
+
paraSpellValue: "USDT",
|
|
3348
|
+
paraSpellAssetType: "symbol",
|
|
3349
|
+
paraSpellIdentifyV4: {
|
|
3350
|
+
location: {
|
|
3351
|
+
parents: 1,
|
|
3352
|
+
interior: {
|
|
3353
|
+
X3: [
|
|
3354
|
+
{
|
|
3355
|
+
Parachain: 1000
|
|
3356
|
+
},
|
|
3357
|
+
{
|
|
3358
|
+
PalletInstance: 50
|
|
3359
|
+
},
|
|
3360
|
+
{
|
|
3361
|
+
GeneralIndex: 1984
|
|
3362
|
+
}
|
|
3363
|
+
]
|
|
3364
|
+
}
|
|
3311
3365
|
}
|
|
3312
|
-
}
|
|
3313
|
-
paraSpellAssetType: "location"
|
|
3366
|
+
}
|
|
3314
3367
|
},
|
|
3315
3368
|
multiChainAsset: "USDT-Tether",
|
|
3316
3369
|
hasValue: true,
|
|
@@ -3857,20 +3910,23 @@
|
|
|
3857
3910
|
assetType: "NATIVE",
|
|
3858
3911
|
metadata: {
|
|
3859
3912
|
assetId: "0",
|
|
3860
|
-
paraSpellValue:
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
|
|
3913
|
+
paraSpellValue: "HDX",
|
|
3914
|
+
paraSpellAssetType: "symbol",
|
|
3915
|
+
paraSpellIdentifyV4: {
|
|
3916
|
+
location: {
|
|
3917
|
+
parents: 1,
|
|
3918
|
+
interior: {
|
|
3919
|
+
X2: [
|
|
3920
|
+
{
|
|
3921
|
+
Parachain: 2034
|
|
3922
|
+
},
|
|
3923
|
+
{
|
|
3924
|
+
GeneralIndex: 0
|
|
3925
|
+
}
|
|
3926
|
+
]
|
|
3927
|
+
}
|
|
3871
3928
|
}
|
|
3872
|
-
}
|
|
3873
|
-
paraSpellAssetType: "location"
|
|
3929
|
+
}
|
|
3874
3930
|
},
|
|
3875
3931
|
multiChainAsset: "HDX-HydraDX",
|
|
3876
3932
|
hasValue: true,
|
|
@@ -3904,23 +3960,26 @@
|
|
|
3904
3960
|
]
|
|
3905
3961
|
}
|
|
3906
3962
|
},
|
|
3907
|
-
paraSpellValue:
|
|
3908
|
-
|
|
3909
|
-
|
|
3910
|
-
|
|
3911
|
-
|
|
3912
|
-
|
|
3913
|
-
|
|
3914
|
-
|
|
3915
|
-
|
|
3916
|
-
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
-
|
|
3920
|
-
|
|
3963
|
+
paraSpellValue: "10",
|
|
3964
|
+
paraSpellAssetType: "id",
|
|
3965
|
+
paraSpellIdentifyV4: {
|
|
3966
|
+
location: {
|
|
3967
|
+
parents: 1,
|
|
3968
|
+
interior: {
|
|
3969
|
+
X3: [
|
|
3970
|
+
{
|
|
3971
|
+
Parachain: 1000
|
|
3972
|
+
},
|
|
3973
|
+
{
|
|
3974
|
+
PalletInstance: 50
|
|
3975
|
+
},
|
|
3976
|
+
{
|
|
3977
|
+
GeneralIndex: 1984
|
|
3978
|
+
}
|
|
3979
|
+
]
|
|
3980
|
+
}
|
|
3921
3981
|
}
|
|
3922
|
-
}
|
|
3923
|
-
paraSpellAssetType: "location"
|
|
3982
|
+
}
|
|
3924
3983
|
},
|
|
3925
3984
|
multiChainAsset: "USDT-Tether",
|
|
3926
3985
|
hasValue: true,
|
|
@@ -3953,23 +4012,26 @@
|
|
|
3953
4012
|
onChainInfo: {
|
|
3954
4013
|
Native: null
|
|
3955
4014
|
},
|
|
3956
|
-
paraSpellValue:
|
|
3957
|
-
|
|
3958
|
-
|
|
3959
|
-
|
|
3960
|
-
|
|
3961
|
-
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
4015
|
+
paraSpellValue: "CFG",
|
|
4016
|
+
paraSpellAssetType: "symbol",
|
|
4017
|
+
paraSpellIdentifyV4: {
|
|
4018
|
+
location: {
|
|
4019
|
+
parents: 1,
|
|
4020
|
+
interior: {
|
|
4021
|
+
X2: [
|
|
4022
|
+
{
|
|
4023
|
+
Parachain: 2031
|
|
4024
|
+
},
|
|
4025
|
+
{
|
|
4026
|
+
GeneralKey: {
|
|
4027
|
+
data: "0x0001000000000000000000000000000000000000000000000000000000000000",
|
|
4028
|
+
length: 2
|
|
4029
|
+
}
|
|
3967
4030
|
}
|
|
3968
|
-
|
|
3969
|
-
|
|
4031
|
+
]
|
|
4032
|
+
}
|
|
3970
4033
|
}
|
|
3971
|
-
}
|
|
3972
|
-
paraSpellAssetType: "location"
|
|
4034
|
+
}
|
|
3973
4035
|
},
|
|
3974
4036
|
multiChainAsset: "CFG-Centrifuge",
|
|
3975
4037
|
hasValue: true,
|
|
@@ -3988,23 +4050,26 @@
|
|
|
3988
4050
|
onChainInfo: {
|
|
3989
4051
|
Token: "INTR"
|
|
3990
4052
|
},
|
|
3991
|
-
paraSpellValue:
|
|
3992
|
-
|
|
3993
|
-
|
|
3994
|
-
|
|
3995
|
-
|
|
3996
|
-
|
|
3997
|
-
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
|
|
4001
|
-
|
|
4053
|
+
paraSpellValue: "INTR",
|
|
4054
|
+
paraSpellAssetType: "symbol",
|
|
4055
|
+
paraSpellIdentifyV4: {
|
|
4056
|
+
location: {
|
|
4057
|
+
parents: 1,
|
|
4058
|
+
interior: {
|
|
4059
|
+
X2: [
|
|
4060
|
+
{
|
|
4061
|
+
Parachain: 2032
|
|
4062
|
+
},
|
|
4063
|
+
{
|
|
4064
|
+
GeneralKey: {
|
|
4065
|
+
data: "0x0002000000000000000000000000000000000000000000000000000000000000",
|
|
4066
|
+
length: 2
|
|
4067
|
+
}
|
|
4002
4068
|
}
|
|
4003
|
-
|
|
4004
|
-
|
|
4069
|
+
]
|
|
4070
|
+
}
|
|
4005
4071
|
}
|
|
4006
|
-
}
|
|
4007
|
-
paraSpellAssetType: "location"
|
|
4072
|
+
}
|
|
4008
4073
|
},
|
|
4009
4074
|
multiChainAsset: "INTR-Interlay",
|
|
4010
4075
|
hasValue: true,
|
|
@@ -4041,23 +4106,26 @@
|
|
|
4041
4106
|
onChainInfo: {
|
|
4042
4107
|
ForeignAsset: 2
|
|
4043
4108
|
},
|
|
4044
|
-
paraSpellValue:
|
|
4045
|
-
|
|
4046
|
-
|
|
4047
|
-
|
|
4048
|
-
|
|
4049
|
-
|
|
4050
|
-
|
|
4051
|
-
|
|
4052
|
-
|
|
4053
|
-
|
|
4054
|
-
|
|
4055
|
-
|
|
4056
|
-
|
|
4057
|
-
|
|
4109
|
+
paraSpellValue: "USDT",
|
|
4110
|
+
paraSpellAssetType: "symbol",
|
|
4111
|
+
paraSpellIdentifyV4: {
|
|
4112
|
+
location: {
|
|
4113
|
+
parents: 1,
|
|
4114
|
+
interior: {
|
|
4115
|
+
X3: [
|
|
4116
|
+
{
|
|
4117
|
+
Parachain: 1000
|
|
4118
|
+
},
|
|
4119
|
+
{
|
|
4120
|
+
PalletInstance: 50
|
|
4121
|
+
},
|
|
4122
|
+
{
|
|
4123
|
+
GeneralIndex: 1984
|
|
4124
|
+
}
|
|
4125
|
+
]
|
|
4126
|
+
}
|
|
4058
4127
|
}
|
|
4059
|
-
}
|
|
4060
|
-
paraSpellAssetType: "location"
|
|
4128
|
+
}
|
|
4061
4129
|
},
|
|
4062
4130
|
multiChainAsset: "USDT-Tether",
|
|
4063
4131
|
hasValue: true,
|
|
@@ -4076,23 +4144,26 @@
|
|
|
4076
4144
|
onChainInfo: {
|
|
4077
4145
|
Token: "IBTC"
|
|
4078
4146
|
},
|
|
4079
|
-
paraSpellValue:
|
|
4080
|
-
|
|
4081
|
-
|
|
4082
|
-
|
|
4083
|
-
|
|
4084
|
-
|
|
4085
|
-
|
|
4086
|
-
|
|
4087
|
-
|
|
4088
|
-
|
|
4089
|
-
|
|
4147
|
+
paraSpellValue: "IBTC",
|
|
4148
|
+
paraSpellAssetType: "symbol",
|
|
4149
|
+
paraSpellIdentifyV4: {
|
|
4150
|
+
location: {
|
|
4151
|
+
parents: 1,
|
|
4152
|
+
interior: {
|
|
4153
|
+
X2: [
|
|
4154
|
+
{
|
|
4155
|
+
Parachain: 2032
|
|
4156
|
+
},
|
|
4157
|
+
{
|
|
4158
|
+
GeneralKey: {
|
|
4159
|
+
data: "0x0001000000000000000000000000000000000000000000000000000000000000",
|
|
4160
|
+
length: 2
|
|
4161
|
+
}
|
|
4090
4162
|
}
|
|
4091
|
-
|
|
4092
|
-
|
|
4163
|
+
]
|
|
4164
|
+
}
|
|
4093
4165
|
}
|
|
4094
|
-
}
|
|
4095
|
-
paraSpellAssetType: "location"
|
|
4166
|
+
}
|
|
4096
4167
|
},
|
|
4097
4168
|
multiChainAsset: "iBTC-interBTC",
|
|
4098
4169
|
hasValue: true,
|
|
@@ -4216,7 +4287,10 @@
|
|
|
4216
4287
|
XCM: "0"
|
|
4217
4288
|
},
|
|
4218
4289
|
paraSpellValue: "0",
|
|
4219
|
-
paraSpellAssetType: "id"
|
|
4290
|
+
paraSpellAssetType: "id",
|
|
4291
|
+
paraSpellIdentifyV4: {
|
|
4292
|
+
id: "0"
|
|
4293
|
+
}
|
|
4220
4294
|
},
|
|
4221
4295
|
multiChainAsset: "KSM-Kusama",
|
|
4222
4296
|
hasValue: true,
|
|
@@ -4362,13 +4436,16 @@
|
|
|
4362
4436
|
parents: 1,
|
|
4363
4437
|
interior: "Here"
|
|
4364
4438
|
},
|
|
4365
|
-
paraSpellValue:
|
|
4366
|
-
|
|
4367
|
-
|
|
4368
|
-
|
|
4439
|
+
paraSpellValue: "KSM",
|
|
4440
|
+
paraSpellAssetType: "symbol",
|
|
4441
|
+
paraSpellIdentifyV4: {
|
|
4442
|
+
location: {
|
|
4443
|
+
parents: 1,
|
|
4444
|
+
interior: {
|
|
4445
|
+
Here: null
|
|
4446
|
+
}
|
|
4369
4447
|
}
|
|
4370
|
-
}
|
|
4371
|
-
paraSpellAssetType: "location"
|
|
4448
|
+
}
|
|
4372
4449
|
},
|
|
4373
4450
|
multiChainAsset: "KSM-Kusama",
|
|
4374
4451
|
hasValue: true,
|
|
@@ -4853,13 +4930,16 @@
|
|
|
4853
4930
|
minAmount: "33333333",
|
|
4854
4931
|
assetType: "NATIVE",
|
|
4855
4932
|
metadata: {
|
|
4856
|
-
paraSpellValue:
|
|
4857
|
-
|
|
4858
|
-
|
|
4859
|
-
|
|
4933
|
+
paraSpellValue: "KSM",
|
|
4934
|
+
paraSpellAssetType: "symbol",
|
|
4935
|
+
paraSpellIdentifyV4: {
|
|
4936
|
+
location: {
|
|
4937
|
+
parents: 1,
|
|
4938
|
+
interior: {
|
|
4939
|
+
Here: null
|
|
4940
|
+
}
|
|
4860
4941
|
}
|
|
4861
|
-
}
|
|
4862
|
-
paraSpellAssetType: "location"
|
|
4942
|
+
}
|
|
4863
4943
|
},
|
|
4864
4944
|
multiChainAsset: "KSM-Kusama",
|
|
4865
4945
|
hasValue: true,
|
|
@@ -5148,13 +5228,16 @@
|
|
|
5148
5228
|
parents: 1,
|
|
5149
5229
|
interior: "Here"
|
|
5150
5230
|
},
|
|
5151
|
-
paraSpellValue:
|
|
5152
|
-
|
|
5153
|
-
|
|
5154
|
-
|
|
5231
|
+
paraSpellValue: "DOT",
|
|
5232
|
+
paraSpellAssetType: "symbol",
|
|
5233
|
+
paraSpellIdentifyV4: {
|
|
5234
|
+
location: {
|
|
5235
|
+
parents: 1,
|
|
5236
|
+
interior: {
|
|
5237
|
+
Here: null
|
|
5238
|
+
}
|
|
5155
5239
|
}
|
|
5156
|
-
}
|
|
5157
|
-
paraSpellAssetType: "location"
|
|
5240
|
+
}
|
|
5158
5241
|
},
|
|
5159
5242
|
multiChainAsset: "DOT-Polkadot",
|
|
5160
5243
|
hasValue: true,
|
|
@@ -5189,23 +5272,26 @@
|
|
|
5189
5272
|
]
|
|
5190
5273
|
}
|
|
5191
5274
|
},
|
|
5192
|
-
paraSpellValue:
|
|
5193
|
-
|
|
5194
|
-
|
|
5195
|
-
|
|
5196
|
-
|
|
5197
|
-
|
|
5198
|
-
|
|
5199
|
-
|
|
5200
|
-
|
|
5201
|
-
|
|
5202
|
-
|
|
5203
|
-
|
|
5204
|
-
|
|
5205
|
-
|
|
5275
|
+
paraSpellValue: "USDT",
|
|
5276
|
+
paraSpellAssetType: "symbol",
|
|
5277
|
+
paraSpellIdentifyV4: {
|
|
5278
|
+
location: {
|
|
5279
|
+
parents: 1,
|
|
5280
|
+
interior: {
|
|
5281
|
+
X3: [
|
|
5282
|
+
{
|
|
5283
|
+
Parachain: 1000
|
|
5284
|
+
},
|
|
5285
|
+
{
|
|
5286
|
+
PalletInstance: 50
|
|
5287
|
+
},
|
|
5288
|
+
{
|
|
5289
|
+
GeneralIndex: 1984
|
|
5290
|
+
}
|
|
5291
|
+
]
|
|
5292
|
+
}
|
|
5206
5293
|
}
|
|
5207
|
-
}
|
|
5208
|
-
paraSpellAssetType: "location"
|
|
5294
|
+
}
|
|
5209
5295
|
},
|
|
5210
5296
|
multiChainAsset: "USDT-Tether",
|
|
5211
5297
|
hasValue: true,
|
|
@@ -5853,23 +5939,26 @@
|
|
|
5853
5939
|
]
|
|
5854
5940
|
}
|
|
5855
5941
|
},
|
|
5856
|
-
paraSpellValue:
|
|
5857
|
-
|
|
5858
|
-
|
|
5859
|
-
|
|
5860
|
-
|
|
5861
|
-
|
|
5862
|
-
|
|
5863
|
-
|
|
5864
|
-
|
|
5865
|
-
|
|
5866
|
-
|
|
5867
|
-
|
|
5868
|
-
|
|
5869
|
-
|
|
5942
|
+
paraSpellValue: "1984",
|
|
5943
|
+
paraSpellAssetType: "id",
|
|
5944
|
+
paraSpellIdentifyV4: {
|
|
5945
|
+
location: {
|
|
5946
|
+
parents: 1,
|
|
5947
|
+
interior: {
|
|
5948
|
+
X3: [
|
|
5949
|
+
{
|
|
5950
|
+
Parachain: 1000
|
|
5951
|
+
},
|
|
5952
|
+
{
|
|
5953
|
+
PalletInstance: 50
|
|
5954
|
+
},
|
|
5955
|
+
{
|
|
5956
|
+
GeneralIndex: 1984
|
|
5957
|
+
}
|
|
5958
|
+
]
|
|
5959
|
+
}
|
|
5870
5960
|
}
|
|
5871
|
-
}
|
|
5872
|
-
paraSpellAssetType: "location"
|
|
5961
|
+
}
|
|
5873
5962
|
},
|
|
5874
5963
|
multiChainAsset: "USDT-Tether",
|
|
5875
5964
|
hasValue: true,
|
|
@@ -5887,14 +5976,17 @@
|
|
|
5887
5976
|
metadata: {
|
|
5888
5977
|
assetId: "42259045809535163221576417993425387648",
|
|
5889
5978
|
assetType: "ForeignAsset",
|
|
5890
|
-
paraSpellValue:
|
|
5891
|
-
parents: 1,
|
|
5892
|
-
interior: {
|
|
5893
|
-
Here: null
|
|
5894
|
-
}
|
|
5895
|
-
},
|
|
5979
|
+
paraSpellValue: "KSM",
|
|
5896
5980
|
contractAddress: "0xFfFFfFff1FcaCBd218EDc0EbA20Fc2308C778080",
|
|
5897
|
-
paraSpellAssetType: "
|
|
5981
|
+
paraSpellAssetType: "symbol",
|
|
5982
|
+
paraSpellIdentifyV4: {
|
|
5983
|
+
location: {
|
|
5984
|
+
parents: 1,
|
|
5985
|
+
interior: {
|
|
5986
|
+
Here: null
|
|
5987
|
+
}
|
|
5988
|
+
}
|
|
5989
|
+
}
|
|
5898
5990
|
},
|
|
5899
5991
|
multiChainAsset: "KSM-Kusama",
|
|
5900
5992
|
hasValue: true,
|
|
@@ -5916,13 +6008,16 @@
|
|
|
5916
6008
|
parents: 1,
|
|
5917
6009
|
interior: "Here"
|
|
5918
6010
|
},
|
|
5919
|
-
paraSpellValue:
|
|
5920
|
-
|
|
5921
|
-
|
|
5922
|
-
|
|
6011
|
+
paraSpellValue: "KSM",
|
|
6012
|
+
paraSpellAssetType: "symbol",
|
|
6013
|
+
paraSpellIdentifyV4: {
|
|
6014
|
+
location: {
|
|
6015
|
+
parents: 1,
|
|
6016
|
+
interior: {
|
|
6017
|
+
Here: null
|
|
6018
|
+
}
|
|
5923
6019
|
}
|
|
5924
|
-
}
|
|
5925
|
-
paraSpellAssetType: "location"
|
|
6020
|
+
}
|
|
5926
6021
|
},
|
|
5927
6022
|
multiChainAsset: "KSM-Kusama",
|
|
5928
6023
|
hasValue: true,
|
|
@@ -5941,13 +6036,16 @@
|
|
|
5941
6036
|
onChainInfo: {
|
|
5942
6037
|
Token: "KSM"
|
|
5943
6038
|
},
|
|
5944
|
-
paraSpellValue:
|
|
5945
|
-
|
|
5946
|
-
|
|
5947
|
-
|
|
6039
|
+
paraSpellValue: "KSM",
|
|
6040
|
+
paraSpellAssetType: "symbol",
|
|
6041
|
+
paraSpellIdentifyV4: {
|
|
6042
|
+
location: {
|
|
6043
|
+
parents: 1,
|
|
6044
|
+
interior: {
|
|
6045
|
+
Here: null
|
|
6046
|
+
}
|
|
5948
6047
|
}
|
|
5949
|
-
}
|
|
5950
|
-
paraSpellAssetType: "location"
|
|
6048
|
+
}
|
|
5951
6049
|
},
|
|
5952
6050
|
multiChainAsset: "KSM-Kusama",
|
|
5953
6051
|
hasValue: true,
|
|
@@ -5966,23 +6064,26 @@
|
|
|
5966
6064
|
onChainInfo: {
|
|
5967
6065
|
ForeignAsset: "9"
|
|
5968
6066
|
},
|
|
5969
|
-
paraSpellValue:
|
|
5970
|
-
|
|
5971
|
-
|
|
5972
|
-
|
|
5973
|
-
|
|
5974
|
-
|
|
5975
|
-
|
|
5976
|
-
|
|
5977
|
-
|
|
5978
|
-
|
|
5979
|
-
|
|
6067
|
+
paraSpellValue: "NEER",
|
|
6068
|
+
paraSpellAssetType: "symbol",
|
|
6069
|
+
paraSpellIdentifyV4: {
|
|
6070
|
+
location: {
|
|
6071
|
+
parents: 1,
|
|
6072
|
+
interior: {
|
|
6073
|
+
X2: [
|
|
6074
|
+
{
|
|
6075
|
+
Parachain: 2096
|
|
6076
|
+
},
|
|
6077
|
+
{
|
|
6078
|
+
GeneralKey: {
|
|
6079
|
+
data: "0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
6080
|
+
length: 9
|
|
6081
|
+
}
|
|
5980
6082
|
}
|
|
5981
|
-
|
|
5982
|
-
|
|
6083
|
+
]
|
|
6084
|
+
}
|
|
5983
6085
|
}
|
|
5984
|
-
}
|
|
5985
|
-
paraSpellAssetType: "location"
|
|
6086
|
+
}
|
|
5986
6087
|
},
|
|
5987
6088
|
multiChainAsset: "NEER-Pioneer",
|
|
5988
6089
|
hasValue: true,
|
|
@@ -6037,13 +6138,16 @@
|
|
|
6037
6138
|
onChainInfo: {
|
|
6038
6139
|
Token: "KSM"
|
|
6039
6140
|
},
|
|
6040
|
-
paraSpellValue:
|
|
6041
|
-
|
|
6042
|
-
|
|
6043
|
-
|
|
6141
|
+
paraSpellValue: "KSM",
|
|
6142
|
+
paraSpellAssetType: "symbol",
|
|
6143
|
+
paraSpellIdentifyV4: {
|
|
6144
|
+
location: {
|
|
6145
|
+
parents: 1,
|
|
6146
|
+
interior: {
|
|
6147
|
+
Here: null
|
|
6148
|
+
}
|
|
6044
6149
|
}
|
|
6045
|
-
}
|
|
6046
|
-
paraSpellAssetType: "location"
|
|
6150
|
+
}
|
|
6047
6151
|
},
|
|
6048
6152
|
multiChainAsset: "KSM-Kusama",
|
|
6049
6153
|
hasValue: true,
|
|
@@ -6115,24 +6219,27 @@
|
|
|
6115
6219
|
metadata: {
|
|
6116
6220
|
assetId: "311091173110107856861649819128533077277",
|
|
6117
6221
|
assetType: "ForeignAsset",
|
|
6118
|
-
paraSpellValue:
|
|
6119
|
-
parents: 1,
|
|
6120
|
-
interior: {
|
|
6121
|
-
X3: [
|
|
6122
|
-
{
|
|
6123
|
-
Parachain: 1000
|
|
6124
|
-
},
|
|
6125
|
-
{
|
|
6126
|
-
PalletInstance: 50
|
|
6127
|
-
},
|
|
6128
|
-
{
|
|
6129
|
-
GeneralIndex: 1984
|
|
6130
|
-
}
|
|
6131
|
-
]
|
|
6132
|
-
}
|
|
6133
|
-
},
|
|
6222
|
+
paraSpellValue: "USDT",
|
|
6134
6223
|
contractAddress: "0xFFFFFFfFea09FB06d082fd1275CD48b191cbCD1d",
|
|
6135
|
-
paraSpellAssetType: "
|
|
6224
|
+
paraSpellAssetType: "symbol",
|
|
6225
|
+
paraSpellIdentifyV4: {
|
|
6226
|
+
location: {
|
|
6227
|
+
parents: 1,
|
|
6228
|
+
interior: {
|
|
6229
|
+
X3: [
|
|
6230
|
+
{
|
|
6231
|
+
Parachain: 1000
|
|
6232
|
+
},
|
|
6233
|
+
{
|
|
6234
|
+
PalletInstance: 50
|
|
6235
|
+
},
|
|
6236
|
+
{
|
|
6237
|
+
GeneralIndex: 1984
|
|
6238
|
+
}
|
|
6239
|
+
]
|
|
6240
|
+
}
|
|
6241
|
+
}
|
|
6242
|
+
}
|
|
6136
6243
|
},
|
|
6137
6244
|
multiChainAsset: "USDT-Tether",
|
|
6138
6245
|
hasValue: true,
|
|
@@ -6439,23 +6546,26 @@
|
|
|
6439
6546
|
assetType: "LOCAL",
|
|
6440
6547
|
metadata: {
|
|
6441
6548
|
assetId: "1984",
|
|
6442
|
-
paraSpellValue:
|
|
6443
|
-
|
|
6444
|
-
|
|
6445
|
-
|
|
6446
|
-
|
|
6447
|
-
|
|
6448
|
-
|
|
6449
|
-
|
|
6450
|
-
|
|
6451
|
-
|
|
6452
|
-
|
|
6453
|
-
|
|
6454
|
-
|
|
6455
|
-
|
|
6549
|
+
paraSpellValue: "1984",
|
|
6550
|
+
paraSpellAssetType: "id",
|
|
6551
|
+
paraSpellIdentifyV4: {
|
|
6552
|
+
location: {
|
|
6553
|
+
parents: 1,
|
|
6554
|
+
interior: {
|
|
6555
|
+
X3: [
|
|
6556
|
+
{
|
|
6557
|
+
Parachain: 1000
|
|
6558
|
+
},
|
|
6559
|
+
{
|
|
6560
|
+
PalletInstance: 50
|
|
6561
|
+
},
|
|
6562
|
+
{
|
|
6563
|
+
GeneralIndex: 1984
|
|
6564
|
+
}
|
|
6565
|
+
]
|
|
6566
|
+
}
|
|
6456
6567
|
}
|
|
6457
|
-
}
|
|
6458
|
-
paraSpellAssetType: "location"
|
|
6568
|
+
}
|
|
6459
6569
|
},
|
|
6460
6570
|
multiChainAsset: "USDT-Tether",
|
|
6461
6571
|
hasValue: true,
|
|
@@ -9052,13 +9162,16 @@
|
|
|
9052
9162
|
minAmount: "1000000000",
|
|
9053
9163
|
assetType: "NATIVE",
|
|
9054
9164
|
metadata: {
|
|
9055
|
-
paraSpellValue:
|
|
9056
|
-
|
|
9057
|
-
|
|
9058
|
-
|
|
9165
|
+
paraSpellValue: "DOT",
|
|
9166
|
+
paraSpellAssetType: "symbol",
|
|
9167
|
+
paraSpellIdentifyV4: {
|
|
9168
|
+
location: {
|
|
9169
|
+
parents: 1,
|
|
9170
|
+
interior: {
|
|
9171
|
+
Here: null
|
|
9172
|
+
}
|
|
9059
9173
|
}
|
|
9060
|
-
}
|
|
9061
|
-
paraSpellAssetType: "location"
|
|
9174
|
+
}
|
|
9062
9175
|
},
|
|
9063
9176
|
multiChainAsset: "DOT-Polkadot",
|
|
9064
9177
|
hasValue: true,
|
|
@@ -9611,13 +9724,16 @@
|
|
|
9611
9724
|
onChainInfo: {
|
|
9612
9725
|
Token2: "0"
|
|
9613
9726
|
},
|
|
9614
|
-
paraSpellValue:
|
|
9615
|
-
|
|
9616
|
-
|
|
9617
|
-
|
|
9727
|
+
paraSpellValue: "DOT",
|
|
9728
|
+
paraSpellAssetType: "symbol",
|
|
9729
|
+
paraSpellIdentifyV4: {
|
|
9730
|
+
location: {
|
|
9731
|
+
parents: 1,
|
|
9732
|
+
interior: {
|
|
9733
|
+
Here: null
|
|
9734
|
+
}
|
|
9618
9735
|
}
|
|
9619
|
-
}
|
|
9620
|
-
paraSpellAssetType: "location"
|
|
9736
|
+
}
|
|
9621
9737
|
},
|
|
9622
9738
|
multiChainAsset: "DOT-Polkadot",
|
|
9623
9739
|
hasValue: true,
|
|
@@ -9668,13 +9784,16 @@
|
|
|
9668
9784
|
onChainInfo: {
|
|
9669
9785
|
Token: "DOT"
|
|
9670
9786
|
},
|
|
9671
|
-
paraSpellValue:
|
|
9672
|
-
|
|
9673
|
-
|
|
9674
|
-
|
|
9787
|
+
paraSpellValue: "DOT",
|
|
9788
|
+
paraSpellAssetType: "symbol",
|
|
9789
|
+
paraSpellIdentifyV4: {
|
|
9790
|
+
location: {
|
|
9791
|
+
parents: 1,
|
|
9792
|
+
interior: {
|
|
9793
|
+
Here: null
|
|
9794
|
+
}
|
|
9675
9795
|
}
|
|
9676
|
-
}
|
|
9677
|
-
paraSpellAssetType: "location"
|
|
9796
|
+
}
|
|
9678
9797
|
},
|
|
9679
9798
|
multiChainAsset: "DOT-Polkadot",
|
|
9680
9799
|
hasValue: true,
|
|
@@ -9693,13 +9812,16 @@
|
|
|
9693
9812
|
assetId: "5",
|
|
9694
9813
|
autoEnable: true,
|
|
9695
9814
|
canPayTxFee: true,
|
|
9696
|
-
paraSpellValue:
|
|
9697
|
-
|
|
9698
|
-
|
|
9699
|
-
|
|
9815
|
+
paraSpellValue: "DOT",
|
|
9816
|
+
paraSpellAssetType: "symbol",
|
|
9817
|
+
paraSpellIdentifyV4: {
|
|
9818
|
+
location: {
|
|
9819
|
+
parents: 1,
|
|
9820
|
+
interior: {
|
|
9821
|
+
Here: null
|
|
9822
|
+
}
|
|
9700
9823
|
}
|
|
9701
9824
|
},
|
|
9702
|
-
paraSpellAssetType: "location",
|
|
9703
9825
|
alternativeSwapAsset: "polkadot-NATIVE-DOT"
|
|
9704
9826
|
},
|
|
9705
9827
|
multiChainAsset: "DOT-Polkadot",
|
|
@@ -9758,23 +9880,26 @@
|
|
|
9758
9880
|
]
|
|
9759
9881
|
}
|
|
9760
9882
|
},
|
|
9761
|
-
paraSpellValue:
|
|
9762
|
-
|
|
9763
|
-
|
|
9764
|
-
|
|
9765
|
-
|
|
9766
|
-
|
|
9767
|
-
|
|
9768
|
-
|
|
9769
|
-
|
|
9770
|
-
|
|
9771
|
-
|
|
9772
|
-
|
|
9773
|
-
|
|
9774
|
-
|
|
9883
|
+
paraSpellValue: "1337",
|
|
9884
|
+
paraSpellAssetType: "id",
|
|
9885
|
+
paraSpellIdentifyV4: {
|
|
9886
|
+
location: {
|
|
9887
|
+
parents: 1,
|
|
9888
|
+
interior: {
|
|
9889
|
+
X3: [
|
|
9890
|
+
{
|
|
9891
|
+
Parachain: 1000
|
|
9892
|
+
},
|
|
9893
|
+
{
|
|
9894
|
+
PalletInstance: 50
|
|
9895
|
+
},
|
|
9896
|
+
{
|
|
9897
|
+
GeneralIndex: 1337
|
|
9898
|
+
}
|
|
9899
|
+
]
|
|
9900
|
+
}
|
|
9775
9901
|
}
|
|
9776
|
-
}
|
|
9777
|
-
paraSpellAssetType: "location"
|
|
9902
|
+
}
|
|
9778
9903
|
},
|
|
9779
9904
|
multiChainAsset: "USDC-USDCoin",
|
|
9780
9905
|
hasValue: true,
|
|
@@ -9838,23 +9963,26 @@
|
|
|
9838
9963
|
]
|
|
9839
9964
|
}
|
|
9840
9965
|
},
|
|
9841
|
-
paraSpellValue:
|
|
9842
|
-
|
|
9843
|
-
|
|
9844
|
-
|
|
9845
|
-
|
|
9846
|
-
|
|
9847
|
-
|
|
9848
|
-
|
|
9849
|
-
|
|
9850
|
-
|
|
9851
|
-
|
|
9852
|
-
|
|
9853
|
-
|
|
9854
|
-
|
|
9966
|
+
paraSpellValue: "22",
|
|
9967
|
+
paraSpellAssetType: "id",
|
|
9968
|
+
paraSpellIdentifyV4: {
|
|
9969
|
+
location: {
|
|
9970
|
+
parents: 1,
|
|
9971
|
+
interior: {
|
|
9972
|
+
X3: [
|
|
9973
|
+
{
|
|
9974
|
+
Parachain: 1000
|
|
9975
|
+
},
|
|
9976
|
+
{
|
|
9977
|
+
PalletInstance: 50
|
|
9978
|
+
},
|
|
9979
|
+
{
|
|
9980
|
+
GeneralIndex: 1337
|
|
9981
|
+
}
|
|
9982
|
+
]
|
|
9983
|
+
}
|
|
9855
9984
|
}
|
|
9856
|
-
}
|
|
9857
|
-
paraSpellAssetType: "location"
|
|
9985
|
+
}
|
|
9858
9986
|
},
|
|
9859
9987
|
multiChainAsset: "USDC-USDCoin",
|
|
9860
9988
|
hasValue: true,
|
|
@@ -10149,23 +10277,26 @@
|
|
|
10149
10277
|
onChainInfo: {
|
|
10150
10278
|
ForeignAsset: 4
|
|
10151
10279
|
},
|
|
10152
|
-
paraSpellValue:
|
|
10153
|
-
|
|
10154
|
-
|
|
10155
|
-
|
|
10156
|
-
|
|
10157
|
-
|
|
10158
|
-
|
|
10159
|
-
|
|
10160
|
-
|
|
10161
|
-
|
|
10162
|
-
|
|
10280
|
+
paraSpellValue: "INTR",
|
|
10281
|
+
paraSpellAssetType: "symbol",
|
|
10282
|
+
paraSpellIdentifyV4: {
|
|
10283
|
+
location: {
|
|
10284
|
+
parents: 1,
|
|
10285
|
+
interior: {
|
|
10286
|
+
X2: [
|
|
10287
|
+
{
|
|
10288
|
+
Parachain: 2032
|
|
10289
|
+
},
|
|
10290
|
+
{
|
|
10291
|
+
GeneralKey: {
|
|
10292
|
+
data: "0x0002000000000000000000000000000000000000000000000000000000000000",
|
|
10293
|
+
length: 2
|
|
10294
|
+
}
|
|
10163
10295
|
}
|
|
10164
|
-
|
|
10165
|
-
|
|
10296
|
+
]
|
|
10297
|
+
}
|
|
10166
10298
|
}
|
|
10167
|
-
}
|
|
10168
|
-
paraSpellAssetType: "location"
|
|
10299
|
+
}
|
|
10169
10300
|
},
|
|
10170
10301
|
multiChainAsset: "INTR-Interlay",
|
|
10171
10302
|
hasValue: true,
|
|
@@ -10198,23 +10329,26 @@
|
|
|
10198
10329
|
assetType: "LOCAL",
|
|
10199
10330
|
metadata: {
|
|
10200
10331
|
assetId: "13",
|
|
10201
|
-
paraSpellValue:
|
|
10202
|
-
|
|
10203
|
-
|
|
10204
|
-
|
|
10205
|
-
|
|
10206
|
-
|
|
10207
|
-
|
|
10208
|
-
|
|
10209
|
-
|
|
10210
|
-
|
|
10211
|
-
|
|
10332
|
+
paraSpellValue: "CFG",
|
|
10333
|
+
paraSpellAssetType: "symbol",
|
|
10334
|
+
paraSpellIdentifyV4: {
|
|
10335
|
+
location: {
|
|
10336
|
+
parents: 1,
|
|
10337
|
+
interior: {
|
|
10338
|
+
X2: [
|
|
10339
|
+
{
|
|
10340
|
+
Parachain: 2031
|
|
10341
|
+
},
|
|
10342
|
+
{
|
|
10343
|
+
GeneralKey: {
|
|
10344
|
+
data: "0x0001000000000000000000000000000000000000000000000000000000000000",
|
|
10345
|
+
length: 2
|
|
10346
|
+
}
|
|
10212
10347
|
}
|
|
10213
|
-
|
|
10214
|
-
|
|
10348
|
+
]
|
|
10349
|
+
}
|
|
10215
10350
|
}
|
|
10216
|
-
}
|
|
10217
|
-
paraSpellAssetType: "location"
|
|
10351
|
+
}
|
|
10218
10352
|
},
|
|
10219
10353
|
multiChainAsset: "CFG-Centrifuge",
|
|
10220
10354
|
hasValue: true,
|
|
@@ -10325,17 +10459,20 @@
|
|
|
10325
10459
|
onChainInfo: {
|
|
10326
10460
|
MantaCurrency: "1"
|
|
10327
10461
|
},
|
|
10328
|
-
paraSpellValue:
|
|
10329
|
-
|
|
10330
|
-
|
|
10331
|
-
|
|
10332
|
-
|
|
10333
|
-
|
|
10334
|
-
|
|
10335
|
-
|
|
10462
|
+
paraSpellValue: "MANTA",
|
|
10463
|
+
paraSpellAssetType: "symbol",
|
|
10464
|
+
paraSpellIdentifyV4: {
|
|
10465
|
+
location: {
|
|
10466
|
+
parents: 1,
|
|
10467
|
+
interior: {
|
|
10468
|
+
X1: [
|
|
10469
|
+
{
|
|
10470
|
+
Parachain: 2104
|
|
10471
|
+
}
|
|
10472
|
+
]
|
|
10473
|
+
}
|
|
10336
10474
|
}
|
|
10337
|
-
}
|
|
10338
|
-
paraSpellAssetType: "location"
|
|
10475
|
+
}
|
|
10339
10476
|
},
|
|
10340
10477
|
multiChainAsset: "MANTA-MantaAtlantic",
|
|
10341
10478
|
hasValue: true,
|
|
@@ -10371,13 +10508,16 @@
|
|
|
10371
10508
|
onChainInfo: {
|
|
10372
10509
|
MantaCurrency: "8"
|
|
10373
10510
|
},
|
|
10374
|
-
paraSpellValue:
|
|
10375
|
-
|
|
10376
|
-
|
|
10377
|
-
|
|
10511
|
+
paraSpellValue: "DOT",
|
|
10512
|
+
paraSpellAssetType: "symbol",
|
|
10513
|
+
paraSpellIdentifyV4: {
|
|
10514
|
+
location: {
|
|
10515
|
+
parents: 1,
|
|
10516
|
+
interior: {
|
|
10517
|
+
Here: null
|
|
10518
|
+
}
|
|
10378
10519
|
}
|
|
10379
|
-
}
|
|
10380
|
-
paraSpellAssetType: "location"
|
|
10520
|
+
}
|
|
10381
10521
|
},
|
|
10382
10522
|
multiChainAsset: "DOT-Polkadot",
|
|
10383
10523
|
hasValue: true,
|
|
@@ -10395,18 +10535,21 @@
|
|
|
10395
10535
|
metadata: {
|
|
10396
10536
|
assetId: "166446646689194205559791995948102903873",
|
|
10397
10537
|
assetType: "ForeignAsset",
|
|
10398
|
-
paraSpellValue:
|
|
10399
|
-
parents: 1,
|
|
10400
|
-
interior: {
|
|
10401
|
-
X1: [
|
|
10402
|
-
{
|
|
10403
|
-
Parachain: 2104
|
|
10404
|
-
}
|
|
10405
|
-
]
|
|
10406
|
-
}
|
|
10407
|
-
},
|
|
10538
|
+
paraSpellValue: "MANTA",
|
|
10408
10539
|
contractAddress: "0xfFFffFFf7D3875460d4509eb8d0362c611B4E841",
|
|
10409
|
-
paraSpellAssetType: "
|
|
10540
|
+
paraSpellAssetType: "symbol",
|
|
10541
|
+
paraSpellIdentifyV4: {
|
|
10542
|
+
location: {
|
|
10543
|
+
parents: 1,
|
|
10544
|
+
interior: {
|
|
10545
|
+
X1: [
|
|
10546
|
+
{
|
|
10547
|
+
Parachain: 2104
|
|
10548
|
+
}
|
|
10549
|
+
]
|
|
10550
|
+
}
|
|
10551
|
+
}
|
|
10552
|
+
}
|
|
10410
10553
|
},
|
|
10411
10554
|
multiChainAsset: "MANTA-MantaAtlantic",
|
|
10412
10555
|
hasValue: true,
|
|
@@ -10504,17 +10647,20 @@
|
|
|
10504
10647
|
onChainInfo: {
|
|
10505
10648
|
Token2: "8"
|
|
10506
10649
|
},
|
|
10507
|
-
paraSpellValue:
|
|
10508
|
-
|
|
10509
|
-
|
|
10510
|
-
|
|
10511
|
-
|
|
10512
|
-
|
|
10513
|
-
|
|
10514
|
-
|
|
10650
|
+
paraSpellValue: "MANTA",
|
|
10651
|
+
paraSpellAssetType: "symbol",
|
|
10652
|
+
paraSpellIdentifyV4: {
|
|
10653
|
+
location: {
|
|
10654
|
+
parents: 1,
|
|
10655
|
+
interior: {
|
|
10656
|
+
X1: [
|
|
10657
|
+
{
|
|
10658
|
+
Parachain: 2104
|
|
10659
|
+
}
|
|
10660
|
+
]
|
|
10661
|
+
}
|
|
10515
10662
|
}
|
|
10516
|
-
}
|
|
10517
|
-
paraSpellAssetType: "location"
|
|
10663
|
+
}
|
|
10518
10664
|
},
|
|
10519
10665
|
multiChainAsset: "MANTA-MantaAtlantic",
|
|
10520
10666
|
hasValue: true,
|
|
@@ -10739,17 +10885,20 @@
|
|
|
10739
10885
|
assetType: "LOCAL",
|
|
10740
10886
|
metadata: {
|
|
10741
10887
|
assetId: "9",
|
|
10742
|
-
paraSpellValue:
|
|
10743
|
-
|
|
10744
|
-
|
|
10745
|
-
|
|
10746
|
-
|
|
10747
|
-
|
|
10748
|
-
|
|
10749
|
-
|
|
10888
|
+
paraSpellValue: "ASTR",
|
|
10889
|
+
paraSpellAssetType: "symbol",
|
|
10890
|
+
paraSpellIdentifyV4: {
|
|
10891
|
+
location: {
|
|
10892
|
+
parents: 1,
|
|
10893
|
+
interior: {
|
|
10894
|
+
X1: [
|
|
10895
|
+
{
|
|
10896
|
+
Parachain: 2006
|
|
10897
|
+
}
|
|
10898
|
+
]
|
|
10899
|
+
}
|
|
10750
10900
|
}
|
|
10751
10901
|
},
|
|
10752
|
-
paraSpellAssetType: "location",
|
|
10753
10902
|
alternativeSwapAsset: "astar-NATIVE-ASTR"
|
|
10754
10903
|
},
|
|
10755
10904
|
multiChainAsset: "ASTR-Astar",
|
|
@@ -11525,18 +11674,21 @@
|
|
|
11525
11674
|
parents: 0,
|
|
11526
11675
|
interior: "Here"
|
|
11527
11676
|
},
|
|
11528
|
-
paraSpellValue:
|
|
11529
|
-
parents: 1,
|
|
11530
|
-
interior: {
|
|
11531
|
-
X1: [
|
|
11532
|
-
{
|
|
11533
|
-
Parachain: 3369
|
|
11534
|
-
}
|
|
11535
|
-
]
|
|
11536
|
-
}
|
|
11537
|
-
},
|
|
11677
|
+
paraSpellValue: "MYTH",
|
|
11538
11678
|
disableEvmTransfer: true,
|
|
11539
|
-
paraSpellAssetType: "
|
|
11679
|
+
paraSpellAssetType: "symbol",
|
|
11680
|
+
paraSpellIdentifyV4: {
|
|
11681
|
+
location: {
|
|
11682
|
+
parents: 1,
|
|
11683
|
+
interior: {
|
|
11684
|
+
X1: [
|
|
11685
|
+
{
|
|
11686
|
+
Parachain: 3369
|
|
11687
|
+
}
|
|
11688
|
+
]
|
|
11689
|
+
}
|
|
11690
|
+
}
|
|
11691
|
+
}
|
|
11540
11692
|
},
|
|
11541
11693
|
multiChainAsset: "MYTH-Mythos",
|
|
11542
11694
|
hasValue: true,
|
|
@@ -12164,23 +12316,26 @@
|
|
|
12164
12316
|
]
|
|
12165
12317
|
}
|
|
12166
12318
|
},
|
|
12167
|
-
paraSpellValue:
|
|
12168
|
-
|
|
12169
|
-
|
|
12170
|
-
|
|
12171
|
-
|
|
12172
|
-
|
|
12173
|
-
|
|
12174
|
-
|
|
12175
|
-
|
|
12176
|
-
|
|
12177
|
-
|
|
12178
|
-
|
|
12179
|
-
|
|
12180
|
-
|
|
12319
|
+
paraSpellValue: "USDC",
|
|
12320
|
+
paraSpellAssetType: "symbol",
|
|
12321
|
+
paraSpellIdentifyV4: {
|
|
12322
|
+
location: {
|
|
12323
|
+
parents: 1,
|
|
12324
|
+
interior: {
|
|
12325
|
+
X3: [
|
|
12326
|
+
{
|
|
12327
|
+
Parachain: 1000
|
|
12328
|
+
},
|
|
12329
|
+
{
|
|
12330
|
+
PalletInstance: 50
|
|
12331
|
+
},
|
|
12332
|
+
{
|
|
12333
|
+
GeneralIndex: 1337
|
|
12334
|
+
}
|
|
12335
|
+
]
|
|
12336
|
+
}
|
|
12181
12337
|
}
|
|
12182
|
-
}
|
|
12183
|
-
paraSpellAssetType: "location"
|
|
12338
|
+
}
|
|
12184
12339
|
},
|
|
12185
12340
|
multiChainAsset: "USDC-USDCoin",
|
|
12186
12341
|
hasValue: true,
|
|
@@ -12463,7 +12618,10 @@
|
|
|
12463
12618
|
},
|
|
12464
12619
|
paraSpellValue: "1",
|
|
12465
12620
|
isDisableTransfer: true,
|
|
12466
|
-
paraSpellAssetType: "id"
|
|
12621
|
+
paraSpellAssetType: "id",
|
|
12622
|
+
paraSpellIdentifyV4: {
|
|
12623
|
+
id: "1"
|
|
12624
|
+
}
|
|
12467
12625
|
},
|
|
12468
12626
|
multiChainAsset: "USDT-Tether",
|
|
12469
12627
|
hasValue: true,
|
|
@@ -12612,13 +12770,16 @@
|
|
|
12612
12770
|
minAmount: "33333333",
|
|
12613
12771
|
assetType: "NATIVE",
|
|
12614
12772
|
metadata: {
|
|
12615
|
-
paraSpellValue:
|
|
12616
|
-
|
|
12617
|
-
|
|
12618
|
-
|
|
12773
|
+
paraSpellValue: "KSM",
|
|
12774
|
+
paraSpellAssetType: "symbol",
|
|
12775
|
+
paraSpellIdentifyV4: {
|
|
12776
|
+
location: {
|
|
12777
|
+
parents: 1,
|
|
12778
|
+
interior: {
|
|
12779
|
+
Here: null
|
|
12780
|
+
}
|
|
12619
12781
|
}
|
|
12620
|
-
}
|
|
12621
|
-
paraSpellAssetType: "location"
|
|
12782
|
+
}
|
|
12622
12783
|
},
|
|
12623
12784
|
multiChainAsset: "KSM-Kusama",
|
|
12624
12785
|
hasValue: true,
|
|
@@ -13013,13 +13174,16 @@
|
|
|
13013
13174
|
]
|
|
13014
13175
|
}
|
|
13015
13176
|
},
|
|
13016
|
-
paraSpellValue:
|
|
13017
|
-
|
|
13018
|
-
|
|
13019
|
-
|
|
13177
|
+
paraSpellValue: "KSM",
|
|
13178
|
+
paraSpellAssetType: "symbol",
|
|
13179
|
+
paraSpellIdentifyV4: {
|
|
13180
|
+
location: {
|
|
13181
|
+
parents: 1,
|
|
13182
|
+
interior: {
|
|
13183
|
+
Here: null
|
|
13184
|
+
}
|
|
13020
13185
|
}
|
|
13021
|
-
}
|
|
13022
|
-
paraSpellAssetType: "location"
|
|
13186
|
+
}
|
|
13023
13187
|
},
|
|
13024
13188
|
multiChainAsset: "KSM-Kusama",
|
|
13025
13189
|
hasValue: true,
|
|
@@ -13046,23 +13210,26 @@
|
|
|
13046
13210
|
]
|
|
13047
13211
|
}
|
|
13048
13212
|
},
|
|
13049
|
-
paraSpellValue:
|
|
13050
|
-
|
|
13051
|
-
|
|
13052
|
-
|
|
13053
|
-
|
|
13054
|
-
|
|
13055
|
-
|
|
13056
|
-
|
|
13057
|
-
|
|
13058
|
-
|
|
13059
|
-
|
|
13060
|
-
|
|
13061
|
-
|
|
13062
|
-
|
|
13213
|
+
paraSpellValue: "DOT",
|
|
13214
|
+
paraSpellAssetType: "symbol",
|
|
13215
|
+
paraSpellIdentifyV4: {
|
|
13216
|
+
location: {
|
|
13217
|
+
parents: 1,
|
|
13218
|
+
interior: {
|
|
13219
|
+
X3: [
|
|
13220
|
+
{
|
|
13221
|
+
Parachain: 1000
|
|
13222
|
+
},
|
|
13223
|
+
{
|
|
13224
|
+
PalletInstance: 50
|
|
13225
|
+
},
|
|
13226
|
+
{
|
|
13227
|
+
GeneralIndex: 14
|
|
13228
|
+
}
|
|
13229
|
+
]
|
|
13230
|
+
}
|
|
13063
13231
|
}
|
|
13064
|
-
}
|
|
13065
|
-
paraSpellAssetType: "location"
|
|
13232
|
+
}
|
|
13066
13233
|
},
|
|
13067
13234
|
multiChainAsset: "DOT-Polkadot",
|
|
13068
13235
|
hasValue: true,
|
|
@@ -13254,27 +13421,30 @@
|
|
|
13254
13421
|
]
|
|
13255
13422
|
}
|
|
13256
13423
|
},
|
|
13257
|
-
paraSpellValue:
|
|
13258
|
-
|
|
13259
|
-
|
|
13260
|
-
|
|
13261
|
-
|
|
13262
|
-
|
|
13263
|
-
|
|
13264
|
-
|
|
13424
|
+
paraSpellValue: "WETH",
|
|
13425
|
+
paraSpellAssetType: "symbol",
|
|
13426
|
+
paraSpellIdentifyV4: {
|
|
13427
|
+
location: {
|
|
13428
|
+
parents: 2,
|
|
13429
|
+
interior: {
|
|
13430
|
+
X2: [
|
|
13431
|
+
{
|
|
13432
|
+
GlobalConsensus: {
|
|
13433
|
+
Ethereum: {
|
|
13434
|
+
chainId: 1
|
|
13435
|
+
}
|
|
13436
|
+
}
|
|
13437
|
+
},
|
|
13438
|
+
{
|
|
13439
|
+
AccountKey20: {
|
|
13440
|
+
key: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
13441
|
+
network: null
|
|
13265
13442
|
}
|
|
13266
13443
|
}
|
|
13267
|
-
|
|
13268
|
-
|
|
13269
|
-
AccountKey20: {
|
|
13270
|
-
key: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
13271
|
-
network: null
|
|
13272
|
-
}
|
|
13273
|
-
}
|
|
13274
|
-
]
|
|
13444
|
+
]
|
|
13445
|
+
}
|
|
13275
13446
|
}
|
|
13276
|
-
}
|
|
13277
|
-
paraSpellAssetType: "location"
|
|
13447
|
+
}
|
|
13278
13448
|
},
|
|
13279
13449
|
multiChainAsset: "ETH-Ethereum",
|
|
13280
13450
|
hasValue: true,
|
|
@@ -13301,17 +13471,20 @@
|
|
|
13301
13471
|
]
|
|
13302
13472
|
}
|
|
13303
13473
|
},
|
|
13304
|
-
paraSpellValue:
|
|
13305
|
-
|
|
13306
|
-
|
|
13307
|
-
|
|
13308
|
-
|
|
13309
|
-
|
|
13310
|
-
|
|
13311
|
-
|
|
13474
|
+
paraSpellValue: "MYTH",
|
|
13475
|
+
paraSpellAssetType: "symbol",
|
|
13476
|
+
paraSpellIdentifyV4: {
|
|
13477
|
+
location: {
|
|
13478
|
+
parents: 1,
|
|
13479
|
+
interior: {
|
|
13480
|
+
X1: [
|
|
13481
|
+
{
|
|
13482
|
+
Parachain: 3369
|
|
13483
|
+
}
|
|
13484
|
+
]
|
|
13485
|
+
}
|
|
13312
13486
|
}
|
|
13313
|
-
}
|
|
13314
|
-
paraSpellAssetType: "location"
|
|
13487
|
+
}
|
|
13315
13488
|
},
|
|
13316
13489
|
multiChainAsset: "MYTH-Mythos",
|
|
13317
13490
|
hasValue: true,
|
|
@@ -13364,23 +13537,26 @@
|
|
|
13364
13537
|
]
|
|
13365
13538
|
}
|
|
13366
13539
|
},
|
|
13367
|
-
paraSpellValue:
|
|
13368
|
-
|
|
13369
|
-
|
|
13370
|
-
|
|
13371
|
-
|
|
13372
|
-
|
|
13373
|
-
|
|
13374
|
-
|
|
13375
|
-
|
|
13376
|
-
|
|
13377
|
-
|
|
13378
|
-
|
|
13379
|
-
|
|
13380
|
-
|
|
13540
|
+
paraSpellValue: "WBTC",
|
|
13541
|
+
paraSpellAssetType: "symbol",
|
|
13542
|
+
paraSpellIdentifyV4: {
|
|
13543
|
+
location: {
|
|
13544
|
+
parents: 1,
|
|
13545
|
+
interior: {
|
|
13546
|
+
X3: [
|
|
13547
|
+
{
|
|
13548
|
+
Parachain: 1000
|
|
13549
|
+
},
|
|
13550
|
+
{
|
|
13551
|
+
PalletInstance: 50
|
|
13552
|
+
},
|
|
13553
|
+
{
|
|
13554
|
+
GeneralIndex: 21
|
|
13555
|
+
}
|
|
13556
|
+
]
|
|
13557
|
+
}
|
|
13381
13558
|
}
|
|
13382
|
-
}
|
|
13383
|
-
paraSpellAssetType: "location"
|
|
13559
|
+
}
|
|
13384
13560
|
},
|
|
13385
13561
|
multiChainAsset: "WBTC-WrappedBTC",
|
|
13386
13562
|
hasValue: true,
|
|
@@ -13417,23 +13593,26 @@
|
|
|
13417
13593
|
]
|
|
13418
13594
|
}
|
|
13419
13595
|
},
|
|
13420
|
-
paraSpellValue:
|
|
13421
|
-
|
|
13422
|
-
|
|
13423
|
-
|
|
13424
|
-
|
|
13425
|
-
|
|
13426
|
-
|
|
13427
|
-
|
|
13428
|
-
|
|
13429
|
-
|
|
13430
|
-
|
|
13431
|
-
|
|
13432
|
-
|
|
13433
|
-
|
|
13596
|
+
paraSpellValue: "SHIB",
|
|
13597
|
+
paraSpellAssetType: "symbol",
|
|
13598
|
+
paraSpellIdentifyV4: {
|
|
13599
|
+
location: {
|
|
13600
|
+
parents: 1,
|
|
13601
|
+
interior: {
|
|
13602
|
+
X3: [
|
|
13603
|
+
{
|
|
13604
|
+
Parachain: 1000
|
|
13605
|
+
},
|
|
13606
|
+
{
|
|
13607
|
+
PalletInstance: 50
|
|
13608
|
+
},
|
|
13609
|
+
{
|
|
13610
|
+
GeneralIndex: 38
|
|
13611
|
+
}
|
|
13612
|
+
]
|
|
13613
|
+
}
|
|
13434
13614
|
}
|
|
13435
|
-
}
|
|
13436
|
-
paraSpellAssetType: "location"
|
|
13615
|
+
}
|
|
13437
13616
|
},
|
|
13438
13617
|
multiChainAsset: "SHIB-SHIBAINU",
|
|
13439
13618
|
hasValue: true,
|
|
@@ -13470,27 +13649,30 @@
|
|
|
13470
13649
|
]
|
|
13471
13650
|
}
|
|
13472
13651
|
},
|
|
13473
|
-
paraSpellValue:
|
|
13474
|
-
|
|
13475
|
-
|
|
13476
|
-
|
|
13477
|
-
|
|
13478
|
-
|
|
13479
|
-
|
|
13480
|
-
|
|
13652
|
+
paraSpellValue: "PEPE",
|
|
13653
|
+
paraSpellAssetType: "symbol",
|
|
13654
|
+
paraSpellIdentifyV4: {
|
|
13655
|
+
location: {
|
|
13656
|
+
parents: 2,
|
|
13657
|
+
interior: {
|
|
13658
|
+
X2: [
|
|
13659
|
+
{
|
|
13660
|
+
GlobalConsensus: {
|
|
13661
|
+
Ethereum: {
|
|
13662
|
+
chainId: 1
|
|
13663
|
+
}
|
|
13664
|
+
}
|
|
13665
|
+
},
|
|
13666
|
+
{
|
|
13667
|
+
AccountKey20: {
|
|
13668
|
+
key: "0x6982508145454ce325ddbe47a25d4ec3d2311933",
|
|
13669
|
+
network: null
|
|
13481
13670
|
}
|
|
13482
13671
|
}
|
|
13483
|
-
|
|
13484
|
-
|
|
13485
|
-
AccountKey20: {
|
|
13486
|
-
key: "0x6982508145454ce325ddbe47a25d4ec3d2311933",
|
|
13487
|
-
network: null
|
|
13488
|
-
}
|
|
13489
|
-
}
|
|
13490
|
-
]
|
|
13672
|
+
]
|
|
13673
|
+
}
|
|
13491
13674
|
}
|
|
13492
|
-
}
|
|
13493
|
-
paraSpellAssetType: "location"
|
|
13675
|
+
}
|
|
13494
13676
|
},
|
|
13495
13677
|
multiChainAsset: "PEPE-Pepe",
|
|
13496
13678
|
hasValue: true,
|
|
@@ -13543,27 +13725,30 @@
|
|
|
13543
13725
|
]
|
|
13544
13726
|
}
|
|
13545
13727
|
},
|
|
13546
|
-
paraSpellValue:
|
|
13547
|
-
|
|
13548
|
-
|
|
13549
|
-
|
|
13550
|
-
|
|
13551
|
-
|
|
13552
|
-
|
|
13553
|
-
|
|
13728
|
+
paraSpellValue: "TON",
|
|
13729
|
+
paraSpellAssetType: "symbol",
|
|
13730
|
+
paraSpellIdentifyV4: {
|
|
13731
|
+
location: {
|
|
13732
|
+
parents: 2,
|
|
13733
|
+
interior: {
|
|
13734
|
+
X2: [
|
|
13735
|
+
{
|
|
13736
|
+
GlobalConsensus: {
|
|
13737
|
+
Ethereum: {
|
|
13738
|
+
chainId: 1
|
|
13739
|
+
}
|
|
13740
|
+
}
|
|
13741
|
+
},
|
|
13742
|
+
{
|
|
13743
|
+
AccountKey20: {
|
|
13744
|
+
key: "0x582d872a1b094fc48f5de31d3b73f2d9be47def1",
|
|
13745
|
+
network: null
|
|
13554
13746
|
}
|
|
13555
13747
|
}
|
|
13556
|
-
|
|
13557
|
-
|
|
13558
|
-
AccountKey20: {
|
|
13559
|
-
key: "0x582d872a1b094fc48f5de31d3b73f2d9be47def1",
|
|
13560
|
-
network: null
|
|
13561
|
-
}
|
|
13562
|
-
}
|
|
13563
|
-
]
|
|
13748
|
+
]
|
|
13749
|
+
}
|
|
13564
13750
|
}
|
|
13565
|
-
}
|
|
13566
|
-
paraSpellAssetType: "location"
|
|
13751
|
+
}
|
|
13567
13752
|
},
|
|
13568
13753
|
multiChainAsset: "TON-TONCoin",
|
|
13569
13754
|
hasValue: true,
|
|
@@ -13616,27 +13801,30 @@
|
|
|
13616
13801
|
]
|
|
13617
13802
|
}
|
|
13618
13803
|
},
|
|
13619
|
-
paraSpellValue:
|
|
13620
|
-
|
|
13621
|
-
|
|
13622
|
-
|
|
13623
|
-
|
|
13624
|
-
|
|
13625
|
-
|
|
13626
|
-
|
|
13804
|
+
paraSpellValue: "wstETH",
|
|
13805
|
+
paraSpellAssetType: "symbol",
|
|
13806
|
+
paraSpellIdentifyV4: {
|
|
13807
|
+
location: {
|
|
13808
|
+
parents: 2,
|
|
13809
|
+
interior: {
|
|
13810
|
+
X2: [
|
|
13811
|
+
{
|
|
13812
|
+
GlobalConsensus: {
|
|
13813
|
+
Ethereum: {
|
|
13814
|
+
chainId: 1
|
|
13815
|
+
}
|
|
13816
|
+
}
|
|
13817
|
+
},
|
|
13818
|
+
{
|
|
13819
|
+
AccountKey20: {
|
|
13820
|
+
key: "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
|
|
13821
|
+
network: null
|
|
13627
13822
|
}
|
|
13628
13823
|
}
|
|
13629
|
-
|
|
13630
|
-
|
|
13631
|
-
AccountKey20: {
|
|
13632
|
-
key: "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
|
|
13633
|
-
network: null
|
|
13634
|
-
}
|
|
13635
|
-
}
|
|
13636
|
-
]
|
|
13824
|
+
]
|
|
13825
|
+
}
|
|
13637
13826
|
}
|
|
13638
|
-
}
|
|
13639
|
-
paraSpellAssetType: "location"
|
|
13827
|
+
}
|
|
13640
13828
|
},
|
|
13641
13829
|
multiChainAsset: "wstETH-WrappedLiquidEther",
|
|
13642
13830
|
hasValue: true,
|
|
@@ -13673,27 +13861,30 @@
|
|
|
13673
13861
|
]
|
|
13674
13862
|
}
|
|
13675
13863
|
},
|
|
13676
|
-
paraSpellValue:
|
|
13677
|
-
|
|
13678
|
-
|
|
13679
|
-
|
|
13680
|
-
|
|
13681
|
-
|
|
13682
|
-
|
|
13683
|
-
|
|
13864
|
+
paraSpellValue: "tBTC",
|
|
13865
|
+
paraSpellAssetType: "symbol",
|
|
13866
|
+
paraSpellIdentifyV4: {
|
|
13867
|
+
location: {
|
|
13868
|
+
parents: 2,
|
|
13869
|
+
interior: {
|
|
13870
|
+
X2: [
|
|
13871
|
+
{
|
|
13872
|
+
GlobalConsensus: {
|
|
13873
|
+
Ethereum: {
|
|
13874
|
+
chainId: 1
|
|
13875
|
+
}
|
|
13876
|
+
}
|
|
13877
|
+
},
|
|
13878
|
+
{
|
|
13879
|
+
AccountKey20: {
|
|
13880
|
+
key: "0x18084fba666a33d37592fa2633fd49a74dd93a88",
|
|
13881
|
+
network: null
|
|
13684
13882
|
}
|
|
13685
13883
|
}
|
|
13686
|
-
|
|
13687
|
-
|
|
13688
|
-
AccountKey20: {
|
|
13689
|
-
key: "0x18084fba666a33d37592fa2633fd49a74dd93a88",
|
|
13690
|
-
network: null
|
|
13691
|
-
}
|
|
13692
|
-
}
|
|
13693
|
-
]
|
|
13884
|
+
]
|
|
13885
|
+
}
|
|
13694
13886
|
}
|
|
13695
|
-
}
|
|
13696
|
-
paraSpellAssetType: "location"
|
|
13887
|
+
}
|
|
13697
13888
|
},
|
|
13698
13889
|
multiChainAsset: "tBTC-tBTCv2",
|
|
13699
13890
|
hasValue: true,
|
|
@@ -13840,22 +14031,6 @@
|
|
|
13840
14031
|
multiChainAsset: "PHA-Phala",
|
|
13841
14032
|
hasValue: true,
|
|
13842
14033
|
icon: "/assets/chain-assets/hydradx_main-local-pha.png"
|
|
13843
|
-
},
|
|
13844
|
-
"hydradx_main-LOCAL-KILT": {
|
|
13845
|
-
originChain: "hydradx_main",
|
|
13846
|
-
slug: "hydradx_main-LOCAL-KILT",
|
|
13847
|
-
name: "KILT Protocol",
|
|
13848
|
-
symbol: "KILT",
|
|
13849
|
-
decimals: 15,
|
|
13850
|
-
priceId: "kilt-protocol",
|
|
13851
|
-
minAmount: "21358393848783",
|
|
13852
|
-
assetType: "LOCAL",
|
|
13853
|
-
metadata: {
|
|
13854
|
-
assetId: "28"
|
|
13855
|
-
},
|
|
13856
|
-
multiChainAsset: "KILT-KILTProtocol",
|
|
13857
|
-
hasValue: true,
|
|
13858
|
-
icon: "/assets/chain-assets/hydradx_main-local-kilt.png"
|
|
13859
14034
|
},
|
|
13860
14035
|
"hydradx_main-LOCAL-ZTG": {
|
|
13861
14036
|
originChain: "hydradx_main",
|
|
@@ -13966,23 +14141,26 @@
|
|
|
13966
14141
|
onChainInfo: {
|
|
13967
14142
|
ForeignAsset: "7"
|
|
13968
14143
|
},
|
|
13969
|
-
paraSpellValue:
|
|
13970
|
-
|
|
13971
|
-
|
|
13972
|
-
|
|
13973
|
-
|
|
13974
|
-
|
|
13975
|
-
|
|
13976
|
-
|
|
13977
|
-
|
|
13978
|
-
|
|
13979
|
-
|
|
13980
|
-
|
|
13981
|
-
|
|
13982
|
-
|
|
14144
|
+
paraSpellValue: "USDT",
|
|
14145
|
+
paraSpellAssetType: "symbol",
|
|
14146
|
+
paraSpellIdentifyV4: {
|
|
14147
|
+
location: {
|
|
14148
|
+
parents: 1,
|
|
14149
|
+
interior: {
|
|
14150
|
+
X3: [
|
|
14151
|
+
{
|
|
14152
|
+
Parachain: 1000
|
|
14153
|
+
},
|
|
14154
|
+
{
|
|
14155
|
+
PalletInstance: 50
|
|
14156
|
+
},
|
|
14157
|
+
{
|
|
14158
|
+
GeneralIndex: 1984
|
|
14159
|
+
}
|
|
14160
|
+
]
|
|
14161
|
+
}
|
|
13983
14162
|
}
|
|
13984
|
-
}
|
|
13985
|
-
paraSpellAssetType: "location"
|
|
14163
|
+
}
|
|
13986
14164
|
},
|
|
13987
14165
|
multiChainAsset: "USDT-Tether",
|
|
13988
14166
|
hasValue: true,
|
|
@@ -14253,17 +14431,20 @@
|
|
|
14253
14431
|
]
|
|
14254
14432
|
}
|
|
14255
14433
|
},
|
|
14256
|
-
paraSpellValue:
|
|
14257
|
-
|
|
14258
|
-
|
|
14259
|
-
|
|
14260
|
-
|
|
14261
|
-
|
|
14262
|
-
|
|
14263
|
-
|
|
14434
|
+
paraSpellValue: "MYTH",
|
|
14435
|
+
paraSpellAssetType: "symbol",
|
|
14436
|
+
paraSpellIdentifyV4: {
|
|
14437
|
+
location: {
|
|
14438
|
+
parents: 1,
|
|
14439
|
+
interior: {
|
|
14440
|
+
X1: [
|
|
14441
|
+
{
|
|
14442
|
+
Parachain: 3369
|
|
14443
|
+
}
|
|
14444
|
+
]
|
|
14445
|
+
}
|
|
14264
14446
|
}
|
|
14265
|
-
}
|
|
14266
|
-
paraSpellAssetType: "location"
|
|
14447
|
+
}
|
|
14267
14448
|
},
|
|
14268
14449
|
multiChainAsset: "MYTH-Mythos",
|
|
14269
14450
|
hasValue: true,
|
|
@@ -15997,13 +16178,16 @@
|
|
|
15997
16178
|
minAmount: "1000000000",
|
|
15998
16179
|
assetType: "NATIVE",
|
|
15999
16180
|
metadata: {
|
|
16000
|
-
paraSpellValue:
|
|
16001
|
-
|
|
16002
|
-
|
|
16003
|
-
|
|
16181
|
+
paraSpellValue: "DOT",
|
|
16182
|
+
paraSpellAssetType: "symbol",
|
|
16183
|
+
paraSpellIdentifyV4: {
|
|
16184
|
+
location: {
|
|
16185
|
+
parents: 1,
|
|
16186
|
+
interior: {
|
|
16187
|
+
Here: null
|
|
16188
|
+
}
|
|
16004
16189
|
}
|
|
16005
|
-
}
|
|
16006
|
-
paraSpellAssetType: "location"
|
|
16190
|
+
}
|
|
16007
16191
|
},
|
|
16008
16192
|
multiChainAsset: "DOT-Polkadot",
|
|
16009
16193
|
hasValue: true,
|
|
@@ -19950,6 +20134,36 @@
|
|
|
19950
20134
|
multiChainAsset: "vDOT-VoucherDot",
|
|
19951
20135
|
hasValue: true,
|
|
19952
20136
|
icon: "/assets/chain-assets/base_mainnet-erc20-vdot-0xbc33b4d48f76d17a1800afcb730e8a6aaada7fe5.png"
|
|
20137
|
+
},
|
|
20138
|
+
"hydradx_main-LOCAL-LDO": {
|
|
20139
|
+
originChain: "hydradx_main",
|
|
20140
|
+
slug: "hydradx_main-LOCAL-LDO",
|
|
20141
|
+
name: "Lido DAO",
|
|
20142
|
+
symbol: "LDO",
|
|
20143
|
+
decimals: 18,
|
|
20144
|
+
priceId: "lido-dao",
|
|
20145
|
+
minAmount: "5102040816326530",
|
|
20146
|
+
assetType: "LOCAL",
|
|
20147
|
+
metadata: {
|
|
20148
|
+
assetId: "1000796"
|
|
20149
|
+
},
|
|
20150
|
+
multiChainAsset: "LDO-LidoDAO",
|
|
20151
|
+
hasValue: true,
|
|
20152
|
+
icon: "/assets/chain-assets/hydradx_main-local-ldo.png"
|
|
20153
|
+
},
|
|
20154
|
+
"clover_mainnet-NATIVE-CLV": {
|
|
20155
|
+
originChain: "clover_mainnet",
|
|
20156
|
+
slug: "clover_mainnet-NATIVE-CLV",
|
|
20157
|
+
name: "Clover Finance",
|
|
20158
|
+
symbol: "CLV",
|
|
20159
|
+
decimals: 18,
|
|
20160
|
+
priceId: "clover-finance",
|
|
20161
|
+
minAmount: "500",
|
|
20162
|
+
assetType: "NATIVE",
|
|
20163
|
+
metadata: null,
|
|
20164
|
+
multiChainAsset: null,
|
|
20165
|
+
hasValue: true,
|
|
20166
|
+
icon: "/assets/chain-assets/clover_mainnet-native-clv.png"
|
|
19953
20167
|
},
|
|
19954
20168
|
"bittensor-LOCAL-ᚢ": {
|
|
19955
20169
|
originChain: "bittensor",
|
|
@@ -20545,36 +20759,6 @@
|
|
|
20545
20759
|
multiChainAsset: null,
|
|
20546
20760
|
hasValue: true,
|
|
20547
20761
|
icon: "/assets/chain-assets/bittensor-local-න.png"
|
|
20548
|
-
},
|
|
20549
|
-
"hydradx_main-LOCAL-LDO": {
|
|
20550
|
-
originChain: "hydradx_main",
|
|
20551
|
-
slug: "hydradx_main-LOCAL-LDO",
|
|
20552
|
-
name: "Lido DAO",
|
|
20553
|
-
symbol: "LDO",
|
|
20554
|
-
decimals: 18,
|
|
20555
|
-
priceId: "lido-dao",
|
|
20556
|
-
minAmount: "5102040816326530",
|
|
20557
|
-
assetType: "LOCAL",
|
|
20558
|
-
metadata: {
|
|
20559
|
-
assetId: "1000796"
|
|
20560
|
-
},
|
|
20561
|
-
multiChainAsset: "LDO-LidoDAO",
|
|
20562
|
-
hasValue: true,
|
|
20563
|
-
icon: "/assets/chain-assets/hydradx_main-local-ldo.png"
|
|
20564
|
-
},
|
|
20565
|
-
"clover_mainnet-NATIVE-CLV": {
|
|
20566
|
-
originChain: "clover_mainnet",
|
|
20567
|
-
slug: "clover_mainnet-NATIVE-CLV",
|
|
20568
|
-
name: "Clover Finance",
|
|
20569
|
-
symbol: "CLV",
|
|
20570
|
-
decimals: 18,
|
|
20571
|
-
priceId: "clover-finance",
|
|
20572
|
-
minAmount: "500",
|
|
20573
|
-
assetType: "NATIVE",
|
|
20574
|
-
metadata: null,
|
|
20575
|
-
multiChainAsset: null,
|
|
20576
|
-
hasValue: true,
|
|
20577
|
-
icon: "/assets/chain-assets/clover_mainnet-native-clv.png"
|
|
20578
20762
|
},
|
|
20579
20763
|
"quantum_fusion-NATIVE-QF": {
|
|
20580
20764
|
originChain: "quantum_fusion",
|
|
@@ -20631,6 +20815,64 @@
|
|
|
20631
20815
|
multiChainAsset: null,
|
|
20632
20816
|
hasValue: true,
|
|
20633
20817
|
icon: "/assets/chain-assets/fraxtal-native-frax.png"
|
|
20818
|
+
},
|
|
20819
|
+
"base_mainnet-ERC20-MYTH-0x9B9fd410d5F01a6A60acF4678a5A99D8027FA5A7": {
|
|
20820
|
+
originChain: "base_mainnet",
|
|
20821
|
+
slug: "base_mainnet-ERC20-MYTH-0x9B9fd410d5F01a6A60acF4678a5A99D8027FA5A7",
|
|
20822
|
+
name: "Mythos",
|
|
20823
|
+
symbol: "MYTH",
|
|
20824
|
+
decimals: 18,
|
|
20825
|
+
priceId: "mythos",
|
|
20826
|
+
minAmount: "0",
|
|
20827
|
+
assetType: "ERC20",
|
|
20828
|
+
metadata: {
|
|
20829
|
+
contractAddress: "0x9B9fd410d5F01a6A60acF4678a5A99D8027FA5A7"
|
|
20830
|
+
},
|
|
20831
|
+
multiChainAsset: "MYTH-Mythos",
|
|
20832
|
+
hasValue: true,
|
|
20833
|
+
icon: "/assets/chain-assets/base_mainnet-erc20-myth-0x9b9fd410d5f01a6a60acf4678a5a99d8027fa5a7.png"
|
|
20834
|
+
},
|
|
20835
|
+
"regionx_kusama-NATIVE-KSM": {
|
|
20836
|
+
originChain: "regionx_kusama",
|
|
20837
|
+
slug: "regionx_kusama-NATIVE-KSM",
|
|
20838
|
+
name: "Kusama",
|
|
20839
|
+
symbol: "KSM",
|
|
20840
|
+
decimals: 12,
|
|
20841
|
+
priceId: "kusama",
|
|
20842
|
+
minAmount: "10000000000",
|
|
20843
|
+
assetType: "NATIVE",
|
|
20844
|
+
metadata: null,
|
|
20845
|
+
multiChainAsset: "KSM-Kusama",
|
|
20846
|
+
hasValue: true,
|
|
20847
|
+
icon: "/assets/chain-assets/regionx_kusama-native-ksm.png"
|
|
20848
|
+
},
|
|
20849
|
+
"stable_testnet-NATIVE-USDT": {
|
|
20850
|
+
originChain: "stable_testnet",
|
|
20851
|
+
slug: "stable_testnet-NATIVE-USDT",
|
|
20852
|
+
name: "Tether USD",
|
|
20853
|
+
symbol: "USDT",
|
|
20854
|
+
decimals: 18,
|
|
20855
|
+
priceId: null,
|
|
20856
|
+
minAmount: "0",
|
|
20857
|
+
assetType: "NATIVE",
|
|
20858
|
+
metadata: null,
|
|
20859
|
+
multiChainAsset: null,
|
|
20860
|
+
hasValue: false,
|
|
20861
|
+
icon: "/assets/chain-assets/stable_testnet-native-usdt.png"
|
|
20862
|
+
},
|
|
20863
|
+
"abstract-NATIVE-ETH": {
|
|
20864
|
+
originChain: "abstract",
|
|
20865
|
+
slug: "abstract-NATIVE-ETH",
|
|
20866
|
+
name: "Ethereum",
|
|
20867
|
+
symbol: "ETH",
|
|
20868
|
+
decimals: 18,
|
|
20869
|
+
priceId: "ethereum",
|
|
20870
|
+
minAmount: "0",
|
|
20871
|
+
assetType: "NATIVE",
|
|
20872
|
+
metadata: null,
|
|
20873
|
+
multiChainAsset: "ETH-Ethereum",
|
|
20874
|
+
hasValue: true,
|
|
20875
|
+
icon: "/assets/chain-assets/abstract-native-eth.png"
|
|
20634
20876
|
},
|
|
20635
20877
|
"paseo_assethub-NATIVE-PAS": {
|
|
20636
20878
|
originChain: "paseo_assethub",
|
|
@@ -21056,7 +21298,6 @@
|
|
|
21056
21298
|
"Lucky Friday": "wss://rpc-asset-hub-polkadot.luckyfriday.io",
|
|
21057
21299
|
Parity: "wss://polkadot-asset-hub-rpc.polkadot.io",
|
|
21058
21300
|
StakeWorld: "wss://dot-rpc.stakeworld.io/assethub",
|
|
21059
|
-
Blockops: "wss://polkadot-assethub-rpc.blockops.network/ws",
|
|
21060
21301
|
Dwellir: "wss://asset-hub-polkadot-rpc.dwellir.com",
|
|
21061
21302
|
IBP1: "wss://sys.ibp.network/asset-hub-polkadot",
|
|
21062
21303
|
IBP2: "wss://asset-hub-polkadot.dotters.network"
|
|
@@ -22890,7 +23131,7 @@
|
|
|
22890
23131
|
slug: "opal",
|
|
22891
23132
|
name: "Opal",
|
|
22892
23133
|
isTestnet: true,
|
|
22893
|
-
chainStatus: "
|
|
23134
|
+
chainStatus: "INACTIVE",
|
|
22894
23135
|
icon: "/assets/chains/opal.png",
|
|
22895
23136
|
providers: {
|
|
22896
23137
|
Unique: "wss://ws-opal.unique.network",
|
|
@@ -23277,7 +23518,7 @@
|
|
|
23277
23518
|
symbol: "KILT",
|
|
23278
23519
|
decimals: 15,
|
|
23279
23520
|
hasNativeNft: false,
|
|
23280
|
-
supportStaking:
|
|
23521
|
+
supportStaking: false,
|
|
23281
23522
|
supportSmartContract: null,
|
|
23282
23523
|
crowdloanParaId: null,
|
|
23283
23524
|
crowdloanFunds: [
|
|
@@ -23497,7 +23738,7 @@
|
|
|
23497
23738
|
slug: "kintsugi_test",
|
|
23498
23739
|
name: "Kintsugi Testnet",
|
|
23499
23740
|
isTestnet: true,
|
|
23500
|
-
chainStatus: "
|
|
23741
|
+
chainStatus: "INACTIVE",
|
|
23501
23742
|
icon: "/assets/chains/kintsugi_test.png",
|
|
23502
23743
|
providers: {
|
|
23503
23744
|
testnet: "wss://api-dev-kintsugi.interlay.io/parachain"
|
|
@@ -25446,7 +25687,7 @@
|
|
|
25446
25687
|
slug: "kilt_peregrine",
|
|
25447
25688
|
name: "KILT Peregrine",
|
|
25448
25689
|
isTestnet: true,
|
|
25449
|
-
chainStatus: "
|
|
25690
|
+
chainStatus: "INACTIVE",
|
|
25450
25691
|
icon: "/assets/chains/kilt_peregrine.png",
|
|
25451
25692
|
providers: {
|
|
25452
25693
|
kilt: "wss://peregrine.kilt.io/parachain-public-ws/"
|
|
@@ -28182,7 +28423,7 @@
|
|
|
28182
28423
|
slug: "polimec",
|
|
28183
28424
|
name: "Polimec",
|
|
28184
28425
|
isTestnet: false,
|
|
28185
|
-
chainStatus: "
|
|
28426
|
+
chainStatus: "INACTIVE",
|
|
28186
28427
|
icon: "/assets/chains/polimec.png",
|
|
28187
28428
|
providers: {
|
|
28188
28429
|
Polimec: "wss://rpc.polimec.org",
|
|
@@ -29466,7 +29707,7 @@
|
|
|
29466
29707
|
addressPrefix: 42,
|
|
29467
29708
|
chainType: "RELAYCHAIN",
|
|
29468
29709
|
crowdloanUrl: null,
|
|
29469
|
-
blockExplorer:
|
|
29710
|
+
blockExplorer: "https://explorer.comstats.org/#/",
|
|
29470
29711
|
existentialDeposit: "500",
|
|
29471
29712
|
symbol: "COMAI",
|
|
29472
29713
|
decimals: 9,
|
|
@@ -29529,7 +29770,6 @@
|
|
|
29529
29770
|
Ankr: "wss://turing-testnet.avail-rpc.com/",
|
|
29530
29771
|
Bware: "wss://avail-turing.public.blastapi.io/",
|
|
29531
29772
|
AllNodes: "wss://avail-turing-rpc.publicnode.com/",
|
|
29532
|
-
RadiumBlock: "wss://turing.public.curie.radiumblock.co/ws",
|
|
29533
29773
|
BountyBlok: "wss://avail-turing.bountyblok.io/"
|
|
29534
29774
|
},
|
|
29535
29775
|
evmInfo: null,
|
|
@@ -29950,7 +30190,7 @@
|
|
|
29950
30190
|
chainStatus: "ACTIVE",
|
|
29951
30191
|
icon: "/assets/chains/bitcointestnet.png",
|
|
29952
30192
|
providers: {
|
|
29953
|
-
|
|
30193
|
+
Koni: "https://btc-api-testnet.koni.studio"
|
|
29954
30194
|
},
|
|
29955
30195
|
evmInfo: null,
|
|
29956
30196
|
substrateInfo: null,
|
|
@@ -30679,7 +30919,7 @@
|
|
|
30679
30919
|
slug: "aleph_testnet_evm",
|
|
30680
30920
|
name: "Aleph Zero Testnet - EVM",
|
|
30681
30921
|
isTestnet: true,
|
|
30682
|
-
chainStatus: "
|
|
30922
|
+
chainStatus: "INACTIVE",
|
|
30683
30923
|
icon: "/assets/chains/aleph_testnet_evm.png",
|
|
30684
30924
|
providers: {
|
|
30685
30925
|
Sepolia: "https://alephzero-sepolia.drpc.org/",
|
|
@@ -30707,7 +30947,7 @@
|
|
|
30707
30947
|
slug: "aleph_evm",
|
|
30708
30948
|
name: "Aleph Zero - EVM",
|
|
30709
30949
|
isTestnet: false,
|
|
30710
|
-
chainStatus: "
|
|
30950
|
+
chainStatus: "INACTIVE",
|
|
30711
30951
|
icon: "/assets/chains/aleph_evm.png",
|
|
30712
30952
|
providers: {
|
|
30713
30953
|
Gelato: "https://rpc.alephzero.raas.gelato.cloud"
|
|
@@ -33088,7 +33328,7 @@
|
|
|
33088
33328
|
},
|
|
33089
33329
|
extraInfo: {
|
|
33090
33330
|
subscanSlug: "tanssi",
|
|
33091
|
-
chainBalanceSlug:
|
|
33331
|
+
chainBalanceSlug: "tanssi"
|
|
33092
33332
|
},
|
|
33093
33333
|
bitcoinInfo: null,
|
|
33094
33334
|
tonInfo: null,
|
|
@@ -33516,6 +33756,94 @@
|
|
|
33516
33756
|
tonInfo: null,
|
|
33517
33757
|
cardanoInfo: null
|
|
33518
33758
|
};
|
|
33759
|
+
var regionx_kusama$1 = {
|
|
33760
|
+
slug: "regionx_kusama",
|
|
33761
|
+
name: "RegionX Kusama",
|
|
33762
|
+
isTestnet: false,
|
|
33763
|
+
chainStatus: "ACTIVE",
|
|
33764
|
+
icon: "/assets/chains/regionx_kusama.png",
|
|
33765
|
+
providers: {
|
|
33766
|
+
RegionX: "wss://regionx-kusama-rpc-lb.zeeve.net/ld940yl9c6/rpc"
|
|
33767
|
+
},
|
|
33768
|
+
evmInfo: null,
|
|
33769
|
+
substrateInfo: {
|
|
33770
|
+
relaySlug: "kusama",
|
|
33771
|
+
paraId: 3422,
|
|
33772
|
+
genesisHash: "0x086319b29662e34a4f7a3de034afe64c93e3ed477e3aed3ab3ef6e31d33bc179",
|
|
33773
|
+
addressPrefix: 74,
|
|
33774
|
+
chainType: "PARACHAIN",
|
|
33775
|
+
crowdloanUrl: null,
|
|
33776
|
+
blockExplorer: null,
|
|
33777
|
+
existentialDeposit: "10000000000",
|
|
33778
|
+
symbol: "KSM",
|
|
33779
|
+
decimals: 12,
|
|
33780
|
+
hasNativeNft: null,
|
|
33781
|
+
supportStaking: null,
|
|
33782
|
+
supportSmartContract: null,
|
|
33783
|
+
crowdloanParaId: null,
|
|
33784
|
+
crowdloanFunds: [
|
|
33785
|
+
]
|
|
33786
|
+
},
|
|
33787
|
+
extraInfo: null,
|
|
33788
|
+
bitcoinInfo: null,
|
|
33789
|
+
tonInfo: null,
|
|
33790
|
+
cardanoInfo: null
|
|
33791
|
+
};
|
|
33792
|
+
var stable_testnet$1 = {
|
|
33793
|
+
slug: "stable_testnet",
|
|
33794
|
+
name: "Stable Testnet",
|
|
33795
|
+
isTestnet: true,
|
|
33796
|
+
chainStatus: "ACTIVE",
|
|
33797
|
+
icon: "/assets/chains/stable_testnet.png",
|
|
33798
|
+
providers: {
|
|
33799
|
+
JsonRPC: "https://stable-jsonrpc.testnet.chain0.dev/",
|
|
33800
|
+
Stable: "https://stable-jsonrpc-ar.testnet.chain0.dev/"
|
|
33801
|
+
},
|
|
33802
|
+
evmInfo: {
|
|
33803
|
+
evmChainId: 2201,
|
|
33804
|
+
blockExplorer: "https://stable-explorer.testnet.chain0.dev/",
|
|
33805
|
+
existentialDeposit: "0",
|
|
33806
|
+
symbol: "USDT",
|
|
33807
|
+
decimals: 18,
|
|
33808
|
+
supportSmartContract: [
|
|
33809
|
+
"ERC20",
|
|
33810
|
+
"ERC721"
|
|
33811
|
+
],
|
|
33812
|
+
abiExplorer: null
|
|
33813
|
+
},
|
|
33814
|
+
substrateInfo: null,
|
|
33815
|
+
extraInfo: null,
|
|
33816
|
+
bitcoinInfo: null,
|
|
33817
|
+
tonInfo: null,
|
|
33818
|
+
cardanoInfo: null
|
|
33819
|
+
};
|
|
33820
|
+
var abstract$1 = {
|
|
33821
|
+
slug: "abstract",
|
|
33822
|
+
name: "Abstract Mainnet",
|
|
33823
|
+
isTestnet: false,
|
|
33824
|
+
chainStatus: "ACTIVE",
|
|
33825
|
+
icon: "/assets/chains/abstract.png",
|
|
33826
|
+
providers: {
|
|
33827
|
+
Abs: "https://api.mainnet.abs.xyz/"
|
|
33828
|
+
},
|
|
33829
|
+
evmInfo: {
|
|
33830
|
+
evmChainId: 2741,
|
|
33831
|
+
blockExplorer: "https://abscan.org/",
|
|
33832
|
+
existentialDeposit: "0",
|
|
33833
|
+
symbol: "ETH",
|
|
33834
|
+
decimals: 18,
|
|
33835
|
+
supportSmartContract: [
|
|
33836
|
+
"ERC20",
|
|
33837
|
+
"ERC721"
|
|
33838
|
+
],
|
|
33839
|
+
abiExplorer: null
|
|
33840
|
+
},
|
|
33841
|
+
substrateInfo: null,
|
|
33842
|
+
extraInfo: null,
|
|
33843
|
+
bitcoinInfo: null,
|
|
33844
|
+
tonInfo: null,
|
|
33845
|
+
cardanoInfo: null
|
|
33846
|
+
};
|
|
33519
33847
|
const _ChainInfoMap = {
|
|
33520
33848
|
polkadot: polkadot$1,
|
|
33521
33849
|
kusama: kusama$1,
|
|
@@ -33938,7 +34266,10 @@
|
|
|
33938
34266
|
clover_mainnet: clover_mainnet$1,
|
|
33939
34267
|
quantum_fusion: quantum_fusion$1,
|
|
33940
34268
|
subtensor_evm: subtensor_evm$1,
|
|
33941
|
-
auto_evm: auto_evm$1
|
|
34269
|
+
auto_evm: auto_evm$1,
|
|
34270
|
+
regionx_kusama: regionx_kusama$1,
|
|
34271
|
+
stable_testnet: stable_testnet$1,
|
|
34272
|
+
abstract: abstract$1
|
|
33942
34273
|
};
|
|
33943
34274
|
|
|
33944
34275
|
var polkadot = "/assets/chains/polkadot.png";
|
|
@@ -34303,6 +34634,9 @@
|
|
|
34303
34634
|
var quantum_fusion = "/assets/chains/quantum_fusion.png";
|
|
34304
34635
|
var subtensor_evm = "/assets/chains/subtensor_evm.png";
|
|
34305
34636
|
var auto_evm = "/assets/chains/auto_evm.png";
|
|
34637
|
+
var regionx_kusama = "/assets/chains/regionx_kusama.png";
|
|
34638
|
+
var stable_testnet = "/assets/chains/stable_testnet.png";
|
|
34639
|
+
var abstract = "/assets/chains/abstract.png";
|
|
34306
34640
|
const _ChainLogoMap = {
|
|
34307
34641
|
"default": "/assets/default.png",
|
|
34308
34642
|
polkadot: polkadot,
|
|
@@ -34669,6 +35003,9 @@
|
|
|
34669
35003
|
quantum_fusion: quantum_fusion,
|
|
34670
35004
|
subtensor_evm: subtensor_evm,
|
|
34671
35005
|
auto_evm: auto_evm,
|
|
35006
|
+
regionx_kusama: regionx_kusama,
|
|
35007
|
+
stable_testnet: stable_testnet,
|
|
35008
|
+
abstract: abstract,
|
|
34672
35009
|
"custom-Substrate-gosnetwork": "/assets/custom-chains/gos_37cd7c233c.png",
|
|
34673
35010
|
"custom-Substrate-gosspectral": "/assets/custom-chains/gos_37cd7c233c.png"
|
|
34674
35011
|
};
|