@subwallet/chain-list 0.2.30-beta.1 → 0.2.30
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 +1574 -1430
- package/cjs/data/AssetLogoMap.json +513 -509
- package/cjs/data/AssetRef.json +77 -0
- package/cjs/data/ChainAsset.json +517 -463
- package/cjs/data/ChainInfo.json +206 -206
- package/cjs/data/ChainLogoMap.json +209 -209
- package/cjs/data/MultiChainAsset.json +52 -43
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +513 -509
- package/data/AssetRef.json +77 -0
- package/data/ChainAsset.json +517 -463
- package/data/ChainInfo.json +206 -206
- package/data/ChainLogoMap.json +209 -209
- package/data/MultiChainAsset.json +52 -43
- package/package.json +1 -1
- package/packageInfo.js +1 -1
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"metadata": null,
|
|
12
12
|
"multiChainAsset": "DOT-Polkadot",
|
|
13
13
|
"hasValue": true,
|
|
14
|
-
"icon": "https://
|
|
14
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/polkadot-native-dot.png"
|
|
15
15
|
},
|
|
16
16
|
"kusama-NATIVE-KSM": {
|
|
17
17
|
"originChain": "kusama",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"metadata": null,
|
|
26
26
|
"multiChainAsset": "KSM-Kusama",
|
|
27
27
|
"hasValue": true,
|
|
28
|
-
"icon": "https://
|
|
28
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/kusama-native-ksm.png"
|
|
29
29
|
},
|
|
30
30
|
"ethereum-NATIVE-ETH": {
|
|
31
31
|
"originChain": "ethereum",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"metadata": null,
|
|
40
40
|
"multiChainAsset": "ETH-Ethereum",
|
|
41
41
|
"hasValue": true,
|
|
42
|
-
"icon": "https://
|
|
42
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-native-eth.png"
|
|
43
43
|
},
|
|
44
44
|
"binance-NATIVE-BNB": {
|
|
45
45
|
"originChain": "binance",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"metadata": null,
|
|
54
54
|
"multiChainAsset": "BNB-Binance",
|
|
55
55
|
"hasValue": true,
|
|
56
|
-
"icon": "https://
|
|
56
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/binance-native-bnb.png"
|
|
57
57
|
},
|
|
58
58
|
"moonbeam-NATIVE-GLMR": {
|
|
59
59
|
"originChain": "moonbeam",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"metadata": null,
|
|
68
68
|
"multiChainAsset": "GLMR-Moonbeam",
|
|
69
69
|
"hasValue": true,
|
|
70
|
-
"icon": "https://
|
|
70
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-native-glmr.png"
|
|
71
71
|
},
|
|
72
72
|
"pioneer-NATIVE-NEER": {
|
|
73
73
|
"originChain": "pioneer",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
},
|
|
86
86
|
"multiChainAsset": "NEER-Pioneer",
|
|
87
87
|
"hasValue": true,
|
|
88
|
-
"icon": "https://
|
|
88
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/pioneer-native-neer.png"
|
|
89
89
|
},
|
|
90
90
|
"aleph-NATIVE-AZERO": {
|
|
91
91
|
"originChain": "aleph",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"metadata": null,
|
|
100
100
|
"multiChainAsset": null,
|
|
101
101
|
"hasValue": true,
|
|
102
|
-
"icon": "https://
|
|
102
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/aleph-native-azero.png"
|
|
103
103
|
},
|
|
104
104
|
"astar-NATIVE-ASTR": {
|
|
105
105
|
"originChain": "astar",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
},
|
|
121
121
|
"multiChainAsset": "ASTR-Astar",
|
|
122
122
|
"hasValue": true,
|
|
123
|
-
"icon": "https://
|
|
123
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astar-native-astr.png"
|
|
124
124
|
},
|
|
125
125
|
"statemint-NATIVE-DOT": {
|
|
126
126
|
"originChain": "statemint",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
},
|
|
142
142
|
"multiChainAsset": "DOT-Polkadot",
|
|
143
143
|
"hasValue": true,
|
|
144
|
-
"icon": "https://
|
|
144
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/statemint-native-dot.png"
|
|
145
145
|
},
|
|
146
146
|
"acala-NATIVE-ACA": {
|
|
147
147
|
"originChain": "acala",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
},
|
|
165
165
|
"multiChainAsset": "ACA-Acala",
|
|
166
166
|
"hasValue": true,
|
|
167
|
-
"icon": "https://
|
|
167
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/acala-native-aca.png"
|
|
168
168
|
},
|
|
169
169
|
"polygon-NATIVE-MATIC": {
|
|
170
170
|
"originChain": "polygon",
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"metadata": null,
|
|
179
179
|
"multiChainAsset": "MATIC-Polygon",
|
|
180
180
|
"hasValue": true,
|
|
181
|
-
"icon": "https://
|
|
181
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/polygon-native-matic.png"
|
|
182
182
|
},
|
|
183
183
|
"arbitrum_one-NATIVE-ETH": {
|
|
184
184
|
"originChain": "arbitrum_one",
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"metadata": null,
|
|
193
193
|
"multiChainAsset": "ETH-Ethereum",
|
|
194
194
|
"hasValue": true,
|
|
195
|
-
"icon": "https://
|
|
195
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/arbitrum_one-native-eth.png"
|
|
196
196
|
},
|
|
197
197
|
"arbitrum_one-ERC20-ARB-0x912CE59144191C1204E64559FE8253a0e49E6548": {
|
|
198
198
|
"originChain": "arbitrum_one",
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
},
|
|
209
209
|
"multiChainAsset": "ARB-ArbitrumOne",
|
|
210
210
|
"hasValue": true,
|
|
211
|
-
"icon": "https://
|
|
211
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/arbitrum_one-erc20-arb-0x912ce59144191c1204e64559fe8253a0e49e6548.png"
|
|
212
212
|
},
|
|
213
213
|
"optimism-NATIVE-ETH": {
|
|
214
214
|
"originChain": "optimism",
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"metadata": null,
|
|
223
223
|
"multiChainAsset": "ETH-Ethereum",
|
|
224
224
|
"hasValue": true,
|
|
225
|
-
"icon": "https://
|
|
225
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/optimism-native-eth.png"
|
|
226
226
|
},
|
|
227
227
|
"optimism-ERC20-OP-0x4200000000000000000000000000000000000042": {
|
|
228
228
|
"originChain": "optimism",
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
},
|
|
239
239
|
"multiChainAsset": "OP-Optimism",
|
|
240
240
|
"hasValue": true,
|
|
241
|
-
"icon": "https://
|
|
241
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/optimism-erc20-op-0x4200000000000000000000000000000000000042.png"
|
|
242
242
|
},
|
|
243
243
|
"tomochain-NATIVE-TOMO": {
|
|
244
244
|
"originChain": "tomochain",
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"metadata": null,
|
|
253
253
|
"multiChainAsset": null,
|
|
254
254
|
"hasValue": true,
|
|
255
|
-
"icon": "https://
|
|
255
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/tomochain-native-tomo.png"
|
|
256
256
|
},
|
|
257
257
|
"acala-LOCAL-DOT": {
|
|
258
258
|
"originChain": "acala",
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
},
|
|
271
271
|
"multiChainAsset": "DOT-Polkadot",
|
|
272
272
|
"hasValue": true,
|
|
273
|
-
"icon": "https://
|
|
273
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/acala-local-dot.png"
|
|
274
274
|
},
|
|
275
275
|
"acala-LOCAL-GLMR": {
|
|
276
276
|
"originChain": "acala",
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
},
|
|
289
289
|
"multiChainAsset": "GLMR-Moonbeam",
|
|
290
290
|
"hasValue": true,
|
|
291
|
-
"icon": "https://
|
|
291
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/acala-local-glmr.png"
|
|
292
292
|
},
|
|
293
293
|
"acala-LOCAL-USDT": {
|
|
294
294
|
"originChain": "acala",
|
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
},
|
|
307
307
|
"multiChainAsset": "USDT-Tether",
|
|
308
308
|
"hasValue": true,
|
|
309
|
-
"icon": "https://
|
|
309
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/acala-local-usdt.png"
|
|
310
310
|
},
|
|
311
311
|
"acala-LOCAL-aSEED": {
|
|
312
312
|
"originChain": "acala",
|
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
},
|
|
325
325
|
"multiChainAsset": "aSEED-aSEEDAcala",
|
|
326
326
|
"hasValue": true,
|
|
327
|
-
"icon": "https://
|
|
327
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/acala-local-aseed.png"
|
|
328
328
|
},
|
|
329
329
|
"acala-LOCAL-ASTR": {
|
|
330
330
|
"originChain": "acala",
|
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
},
|
|
343
343
|
"multiChainAsset": "ASTR-Astar",
|
|
344
344
|
"hasValue": true,
|
|
345
|
-
"icon": "https://
|
|
345
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/acala-local-astr.png"
|
|
346
346
|
},
|
|
347
347
|
"acala-LOCAL-LDOT": {
|
|
348
348
|
"originChain": "acala",
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
},
|
|
361
361
|
"multiChainAsset": null,
|
|
362
362
|
"hasValue": true,
|
|
363
|
-
"icon": "https://
|
|
363
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/acala-local-ldot.png"
|
|
364
364
|
},
|
|
365
365
|
"acala-LOCAL-LcDOT": {
|
|
366
366
|
"originChain": "acala",
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
},
|
|
379
379
|
"multiChainAsset": null,
|
|
380
380
|
"hasValue": true,
|
|
381
|
-
"icon": "https://
|
|
381
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/acala-local-lcdot.png"
|
|
382
382
|
},
|
|
383
383
|
"acala-LOCAL-tDOT": {
|
|
384
384
|
"originChain": "acala",
|
|
@@ -396,7 +396,7 @@
|
|
|
396
396
|
},
|
|
397
397
|
"multiChainAsset": null,
|
|
398
398
|
"hasValue": true,
|
|
399
|
-
"icon": "https://
|
|
399
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/acala-local-tdot.png"
|
|
400
400
|
},
|
|
401
401
|
"alephTest-NATIVE-TZERO": {
|
|
402
402
|
"originChain": "alephTest",
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
"metadata": null,
|
|
411
411
|
"multiChainAsset": null,
|
|
412
412
|
"hasValue": false,
|
|
413
|
-
"icon": "https://
|
|
413
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/alephtest-native-tzero.png"
|
|
414
414
|
},
|
|
415
415
|
"moonbeam-LOCAL-xcDOT": {
|
|
416
416
|
"originChain": "moonbeam",
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
},
|
|
429
429
|
"multiChainAsset": "DOT-Polkadot",
|
|
430
430
|
"hasValue": true,
|
|
431
|
-
"icon": "https://
|
|
431
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-local-xcdot.png"
|
|
432
432
|
},
|
|
433
433
|
"moonbeam-LOCAL-xcINTR": {
|
|
434
434
|
"originChain": "moonbeam",
|
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
},
|
|
447
447
|
"multiChainAsset": "INTR-Interlay",
|
|
448
448
|
"hasValue": true,
|
|
449
|
-
"icon": "https://
|
|
449
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-local-xcintr.png"
|
|
450
450
|
},
|
|
451
451
|
"moonbeam-LOCAL-xciBTC": {
|
|
452
452
|
"originChain": "moonbeam",
|
|
@@ -464,7 +464,7 @@
|
|
|
464
464
|
},
|
|
465
465
|
"multiChainAsset": "iBTC-interBTC",
|
|
466
466
|
"hasValue": true,
|
|
467
|
-
"icon": "https://
|
|
467
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-local-xcibtc.png"
|
|
468
468
|
},
|
|
469
469
|
"moonbeam-LOCAL-xcACA": {
|
|
470
470
|
"originChain": "moonbeam",
|
|
@@ -482,7 +482,7 @@
|
|
|
482
482
|
},
|
|
483
483
|
"multiChainAsset": "ACA-Acala",
|
|
484
484
|
"hasValue": true,
|
|
485
|
-
"icon": "https://
|
|
485
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-local-xcaca.png"
|
|
486
486
|
},
|
|
487
487
|
"moonbeam-LOCAL-xcaUSD": {
|
|
488
488
|
"originChain": "moonbeam",
|
|
@@ -500,7 +500,7 @@
|
|
|
500
500
|
},
|
|
501
501
|
"multiChainAsset": "aUSD-AcalaDollar",
|
|
502
502
|
"hasValue": true,
|
|
503
|
-
"icon": "https://
|
|
503
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-local-xcausd.png"
|
|
504
504
|
},
|
|
505
505
|
"moonbeam-ERC721-MFBB-0x02a6dec99b2ca768d638fcd87a96f6069f91287c": {
|
|
506
506
|
"originChain": "moonbeam",
|
|
@@ -516,7 +516,7 @@
|
|
|
516
516
|
},
|
|
517
517
|
"multiChainAsset": null,
|
|
518
518
|
"hasValue": true,
|
|
519
|
-
"icon": "https://
|
|
519
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc721-mfbb-0x02a6dec99b2ca768d638fcd87a96f6069f91287c.png"
|
|
520
520
|
},
|
|
521
521
|
"ethereum-ERC20-WETH-0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": {
|
|
522
522
|
"originChain": "ethereum",
|
|
@@ -532,7 +532,7 @@
|
|
|
532
532
|
},
|
|
533
533
|
"multiChainAsset": "WETH-WrappedEther",
|
|
534
534
|
"hasValue": true,
|
|
535
|
-
"icon": "https://
|
|
535
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-weth-0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2.png"
|
|
536
536
|
},
|
|
537
537
|
"astar-LOCAL-DOT": {
|
|
538
538
|
"originChain": "astar",
|
|
@@ -554,7 +554,7 @@
|
|
|
554
554
|
},
|
|
555
555
|
"multiChainAsset": "DOT-Polkadot",
|
|
556
556
|
"hasValue": true,
|
|
557
|
-
"icon": "https://
|
|
557
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astar-local-dot.png"
|
|
558
558
|
},
|
|
559
559
|
"astar-LOCAL-USDT": {
|
|
560
560
|
"originChain": "astar",
|
|
@@ -588,7 +588,7 @@
|
|
|
588
588
|
},
|
|
589
589
|
"multiChainAsset": "USDT-Tether",
|
|
590
590
|
"hasValue": true,
|
|
591
|
-
"icon": "https://
|
|
591
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astar-local-usdt.png"
|
|
592
592
|
},
|
|
593
593
|
"astarEvm-NATIVE-ASTR": {
|
|
594
594
|
"originChain": "astarEvm",
|
|
@@ -602,7 +602,7 @@
|
|
|
602
602
|
"metadata": null,
|
|
603
603
|
"multiChainAsset": "ASTR-Astar",
|
|
604
604
|
"hasValue": true,
|
|
605
|
-
"icon": "https://
|
|
605
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-native-astr.png"
|
|
606
606
|
},
|
|
607
607
|
"astarEvm-ERC20-USDT-0xFFFFFFFF000000000000000000000001000007C0": {
|
|
608
608
|
"originChain": "astarEvm",
|
|
@@ -618,7 +618,7 @@
|
|
|
618
618
|
},
|
|
619
619
|
"multiChainAsset": "USDT-Tether",
|
|
620
620
|
"hasValue": true,
|
|
621
|
-
"icon": "https://
|
|
621
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc20-usdt-0xffffffff000000000000000000000001000007c0.png"
|
|
622
622
|
},
|
|
623
623
|
"shibuya-NATIVE-SBY": {
|
|
624
624
|
"originChain": "shibuya",
|
|
@@ -632,7 +632,7 @@
|
|
|
632
632
|
"metadata": null,
|
|
633
633
|
"multiChainAsset": null,
|
|
634
634
|
"hasValue": false,
|
|
635
|
-
"icon": "https://
|
|
635
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/shibuya-native-sby.png"
|
|
636
636
|
},
|
|
637
637
|
"shibuyaEvm-NATIVE-SBY": {
|
|
638
638
|
"originChain": "shibuyaEvm",
|
|
@@ -646,7 +646,7 @@
|
|
|
646
646
|
"metadata": null,
|
|
647
647
|
"multiChainAsset": null,
|
|
648
648
|
"hasValue": false,
|
|
649
|
-
"icon": "https://
|
|
649
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/shibuyaevm-native-sby.png"
|
|
650
650
|
},
|
|
651
651
|
"westend-NATIVE-WND": {
|
|
652
652
|
"originChain": "westend",
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
"metadata": null,
|
|
661
661
|
"multiChainAsset": null,
|
|
662
662
|
"hasValue": false,
|
|
663
|
-
"icon": "https://
|
|
663
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/westend-native-wnd.png"
|
|
664
664
|
},
|
|
665
665
|
"rococo-NATIVE-ROC": {
|
|
666
666
|
"originChain": "rococo",
|
|
@@ -674,7 +674,7 @@
|
|
|
674
674
|
"metadata": null,
|
|
675
675
|
"multiChainAsset": null,
|
|
676
676
|
"hasValue": false,
|
|
677
|
-
"icon": "https://
|
|
677
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/rococo-native-roc.png"
|
|
678
678
|
},
|
|
679
679
|
"bitcountry-NATIVE-NUUM": {
|
|
680
680
|
"originChain": "bitcountry",
|
|
@@ -688,7 +688,7 @@
|
|
|
688
688
|
"metadata": null,
|
|
689
689
|
"multiChainAsset": null,
|
|
690
690
|
"hasValue": false,
|
|
691
|
-
"icon": "https://
|
|
691
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/bitcountry-native-nuum.png"
|
|
692
692
|
},
|
|
693
693
|
"bitcountry-LOCAL-BIT": {
|
|
694
694
|
"originChain": "bitcountry",
|
|
@@ -706,7 +706,7 @@
|
|
|
706
706
|
},
|
|
707
707
|
"multiChainAsset": null,
|
|
708
708
|
"hasValue": false,
|
|
709
|
-
"icon": "https://
|
|
709
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/bitcountry-local-bit.png"
|
|
710
710
|
},
|
|
711
711
|
"equilibrium_parachain-NATIVE-EQ": {
|
|
712
712
|
"originChain": "equilibrium_parachain",
|
|
@@ -722,7 +722,7 @@
|
|
|
722
722
|
},
|
|
723
723
|
"multiChainAsset": "EQ-Equilibrium",
|
|
724
724
|
"hasValue": true,
|
|
725
|
-
"icon": "https://
|
|
725
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/equilibrium_parachain-native-eq.png"
|
|
726
726
|
},
|
|
727
727
|
"equilibrium_parachain-LOCAL-ACA": {
|
|
728
728
|
"originChain": "equilibrium_parachain",
|
|
@@ -738,7 +738,7 @@
|
|
|
738
738
|
},
|
|
739
739
|
"multiChainAsset": "ACA-Acala",
|
|
740
740
|
"hasValue": true,
|
|
741
|
-
"icon": "https://
|
|
741
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/equilibrium_parachain-local-aca.png"
|
|
742
742
|
},
|
|
743
743
|
"equilibrium_parachain-LOCAL-DOT": {
|
|
744
744
|
"originChain": "equilibrium_parachain",
|
|
@@ -754,7 +754,7 @@
|
|
|
754
754
|
},
|
|
755
755
|
"multiChainAsset": "DOT-Polkadot",
|
|
756
756
|
"hasValue": true,
|
|
757
|
-
"icon": "https://
|
|
757
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/equilibrium_parachain-local-dot.png"
|
|
758
758
|
},
|
|
759
759
|
"moonbase-NATIVE-DEV": {
|
|
760
760
|
"originChain": "moonbase",
|
|
@@ -768,7 +768,7 @@
|
|
|
768
768
|
"metadata": null,
|
|
769
769
|
"multiChainAsset": "DEV-MoonbaseDev",
|
|
770
770
|
"hasValue": false,
|
|
771
|
-
"icon": "https://
|
|
771
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbase-native-dev.png"
|
|
772
772
|
},
|
|
773
773
|
"moonriver-NATIVE-MOVR": {
|
|
774
774
|
"originChain": "moonriver",
|
|
@@ -782,7 +782,7 @@
|
|
|
782
782
|
"metadata": null,
|
|
783
783
|
"multiChainAsset": "MOVR-Moonriver",
|
|
784
784
|
"hasValue": true,
|
|
785
|
-
"icon": "https://
|
|
785
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonriver-native-movr.png"
|
|
786
786
|
},
|
|
787
787
|
"turingStaging-NATIVE-TUR": {
|
|
788
788
|
"originChain": "turingStaging",
|
|
@@ -796,7 +796,7 @@
|
|
|
796
796
|
"metadata": null,
|
|
797
797
|
"multiChainAsset": null,
|
|
798
798
|
"hasValue": false,
|
|
799
|
-
"icon": "https://
|
|
799
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/turingstaging-native-tur.png"
|
|
800
800
|
},
|
|
801
801
|
"turing-NATIVE-TUR": {
|
|
802
802
|
"originChain": "turing",
|
|
@@ -810,7 +810,7 @@
|
|
|
810
810
|
"metadata": null,
|
|
811
811
|
"multiChainAsset": null,
|
|
812
812
|
"hasValue": true,
|
|
813
|
-
"icon": "https://
|
|
813
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/turing-native-tur.png"
|
|
814
814
|
},
|
|
815
815
|
"bifrost-NATIVE-BNC": {
|
|
816
816
|
"originChain": "bifrost",
|
|
@@ -824,7 +824,7 @@
|
|
|
824
824
|
"metadata": null,
|
|
825
825
|
"multiChainAsset": "BNC-BifrostKusama",
|
|
826
826
|
"hasValue": true,
|
|
827
|
-
"icon": "https://
|
|
827
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/bifrost-native-bnc.png"
|
|
828
828
|
},
|
|
829
829
|
"bifrost_dot-NATIVE-BNC": {
|
|
830
830
|
"originChain": "bifrost_dot",
|
|
@@ -838,7 +838,7 @@
|
|
|
838
838
|
"metadata": null,
|
|
839
839
|
"multiChainAsset": null,
|
|
840
840
|
"hasValue": true,
|
|
841
|
-
"icon": "https://
|
|
841
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/bifrost_dot-native-bnc.png"
|
|
842
842
|
},
|
|
843
843
|
"bifrost_dot-LOCAL-USDT": {
|
|
844
844
|
"originChain": "bifrost_dot",
|
|
@@ -856,7 +856,7 @@
|
|
|
856
856
|
},
|
|
857
857
|
"multiChainAsset": "USDT-Tether",
|
|
858
858
|
"hasValue": true,
|
|
859
|
-
"icon": "https://
|
|
859
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/bifrost_dot-local-usdt.png"
|
|
860
860
|
},
|
|
861
861
|
"bifrost_dot-LOCAL-vDOT": {
|
|
862
862
|
"originChain": "bifrost_dot",
|
|
@@ -874,7 +874,7 @@
|
|
|
874
874
|
},
|
|
875
875
|
"multiChainAsset": null,
|
|
876
876
|
"hasValue": true,
|
|
877
|
-
"icon": "https://
|
|
877
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/bifrost_dot-local-vdot.png"
|
|
878
878
|
},
|
|
879
879
|
"bifrost_dot-LOCAL-vsDOT": {
|
|
880
880
|
"originChain": "bifrost_dot",
|
|
@@ -892,7 +892,7 @@
|
|
|
892
892
|
},
|
|
893
893
|
"multiChainAsset": null,
|
|
894
894
|
"hasValue": true,
|
|
895
|
-
"icon": "https://
|
|
895
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/bifrost_dot-local-vsdot.png"
|
|
896
896
|
},
|
|
897
897
|
"bifrost_dot-LOCAL-vGLMR": {
|
|
898
898
|
"originChain": "bifrost_dot",
|
|
@@ -910,7 +910,7 @@
|
|
|
910
910
|
},
|
|
911
911
|
"multiChainAsset": null,
|
|
912
912
|
"hasValue": true,
|
|
913
|
-
"icon": "https://
|
|
913
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/bifrost_dot-local-vglmr.png"
|
|
914
914
|
},
|
|
915
915
|
"bifrost_testnet-NATIVE-BNC": {
|
|
916
916
|
"originChain": "bifrost_testnet",
|
|
@@ -924,7 +924,7 @@
|
|
|
924
924
|
"metadata": null,
|
|
925
925
|
"multiChainAsset": null,
|
|
926
926
|
"hasValue": false,
|
|
927
|
-
"icon": "https://
|
|
927
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/bifrost_testnet-native-bnc.png"
|
|
928
928
|
},
|
|
929
929
|
"calamari-NATIVE-KMA": {
|
|
930
930
|
"originChain": "calamari",
|
|
@@ -940,7 +940,7 @@
|
|
|
940
940
|
},
|
|
941
941
|
"multiChainAsset": "KMA-Calamari",
|
|
942
942
|
"hasValue": true,
|
|
943
|
-
"icon": "https://
|
|
943
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/calamari-native-kma.png"
|
|
944
944
|
},
|
|
945
945
|
"calamari-LOCAL-zkKMA": {
|
|
946
946
|
"originChain": "calamari",
|
|
@@ -956,7 +956,7 @@
|
|
|
956
956
|
},
|
|
957
957
|
"multiChainAsset": "KMA-Calamari",
|
|
958
958
|
"hasValue": true,
|
|
959
|
-
"icon": "https://
|
|
959
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/calamari-local-zkkma.png"
|
|
960
960
|
},
|
|
961
961
|
"calamari-LOCAL-BNB": {
|
|
962
962
|
"originChain": "calamari",
|
|
@@ -972,7 +972,7 @@
|
|
|
972
972
|
},
|
|
973
973
|
"multiChainAsset": "BNB-Binance",
|
|
974
974
|
"hasValue": true,
|
|
975
|
-
"icon": "https://
|
|
975
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/calamari-local-bnb.png"
|
|
976
976
|
},
|
|
977
977
|
"calamari-LOCAL-WBTC": {
|
|
978
978
|
"originChain": "calamari",
|
|
@@ -988,7 +988,7 @@
|
|
|
988
988
|
},
|
|
989
989
|
"multiChainAsset": "WBTC-WrappedBTC",
|
|
990
990
|
"hasValue": true,
|
|
991
|
-
"icon": "https://
|
|
991
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/calamari-local-wbtc.png"
|
|
992
992
|
},
|
|
993
993
|
"calamari-LOCAL-BUSD": {
|
|
994
994
|
"originChain": "calamari",
|
|
@@ -1004,7 +1004,7 @@
|
|
|
1004
1004
|
},
|
|
1005
1005
|
"multiChainAsset": "BUSD-BinanceUSD",
|
|
1006
1006
|
"hasValue": true,
|
|
1007
|
-
"icon": "https://
|
|
1007
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/calamari-local-busd.png"
|
|
1008
1008
|
},
|
|
1009
1009
|
"calamari-LOCAL-AUSD": {
|
|
1010
1010
|
"originChain": "calamari",
|
|
@@ -1020,7 +1020,7 @@
|
|
|
1020
1020
|
},
|
|
1021
1021
|
"multiChainAsset": "aUSD-KaruraDollar",
|
|
1022
1022
|
"hasValue": true,
|
|
1023
|
-
"icon": "https://
|
|
1023
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/calamari-local-ausd.png"
|
|
1024
1024
|
},
|
|
1025
1025
|
"calamari-LOCAL-USDT": {
|
|
1026
1026
|
"originChain": "calamari",
|
|
@@ -1036,7 +1036,7 @@
|
|
|
1036
1036
|
},
|
|
1037
1037
|
"multiChainAsset": "USDT-Tether",
|
|
1038
1038
|
"hasValue": true,
|
|
1039
|
-
"icon": "https://
|
|
1039
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/calamari-local-usdt.png"
|
|
1040
1040
|
},
|
|
1041
1041
|
"calamari-LOCAL-zkUSDT": {
|
|
1042
1042
|
"originChain": "calamari",
|
|
@@ -1052,7 +1052,7 @@
|
|
|
1052
1052
|
},
|
|
1053
1053
|
"multiChainAsset": "USDT-Tether",
|
|
1054
1054
|
"hasValue": true,
|
|
1055
|
-
"icon": "https://
|
|
1055
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/calamari-local-zkusdt.png"
|
|
1056
1056
|
},
|
|
1057
1057
|
"calamari-LOCAL-DAI": {
|
|
1058
1058
|
"originChain": "calamari",
|
|
@@ -1068,7 +1068,7 @@
|
|
|
1068
1068
|
},
|
|
1069
1069
|
"multiChainAsset": "DAI-DaiStablecoin",
|
|
1070
1070
|
"hasValue": true,
|
|
1071
|
-
"icon": "https://
|
|
1071
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/calamari-local-dai.png"
|
|
1072
1072
|
},
|
|
1073
1073
|
"calamari-LOCAL-zkDAI": {
|
|
1074
1074
|
"originChain": "calamari",
|
|
@@ -1084,7 +1084,7 @@
|
|
|
1084
1084
|
},
|
|
1085
1085
|
"multiChainAsset": "DAI-DaiStablecoin",
|
|
1086
1086
|
"hasValue": true,
|
|
1087
|
-
"icon": "https://
|
|
1087
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/calamari-local-zkdai.png"
|
|
1088
1088
|
},
|
|
1089
1089
|
"calamari-LOCAL-USDC": {
|
|
1090
1090
|
"originChain": "calamari",
|
|
@@ -1100,7 +1100,7 @@
|
|
|
1100
1100
|
},
|
|
1101
1101
|
"multiChainAsset": "USDC-USDCoin",
|
|
1102
1102
|
"hasValue": true,
|
|
1103
|
-
"icon": "https://
|
|
1103
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/calamari-local-usdc.png"
|
|
1104
1104
|
},
|
|
1105
1105
|
"calamari-LOCAL-zkUSDC": {
|
|
1106
1106
|
"originChain": "calamari",
|
|
@@ -1116,7 +1116,7 @@
|
|
|
1116
1116
|
},
|
|
1117
1117
|
"multiChainAsset": "USDC-USDCoin",
|
|
1118
1118
|
"hasValue": true,
|
|
1119
|
-
"icon": "https://
|
|
1119
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/calamari-local-zkusdc.png"
|
|
1120
1120
|
},
|
|
1121
1121
|
"calamari-LOCAL-KAR": {
|
|
1122
1122
|
"originChain": "calamari",
|
|
@@ -1132,7 +1132,7 @@
|
|
|
1132
1132
|
},
|
|
1133
1133
|
"multiChainAsset": "KAR-Karura",
|
|
1134
1134
|
"hasValue": true,
|
|
1135
|
-
"icon": "https://
|
|
1135
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/calamari-local-kar.png"
|
|
1136
1136
|
},
|
|
1137
1137
|
"calamari-LOCAL-zkKAR": {
|
|
1138
1138
|
"originChain": "calamari",
|
|
@@ -1148,7 +1148,7 @@
|
|
|
1148
1148
|
},
|
|
1149
1149
|
"multiChainAsset": "KAR-Karura",
|
|
1150
1150
|
"hasValue": true,
|
|
1151
|
-
"icon": "https://
|
|
1151
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/calamari-local-zkkar.png"
|
|
1152
1152
|
},
|
|
1153
1153
|
"calamari-LOCAL-KSM": {
|
|
1154
1154
|
"originChain": "calamari",
|
|
@@ -1164,7 +1164,7 @@
|
|
|
1164
1164
|
},
|
|
1165
1165
|
"multiChainAsset": "KSM-Kusama",
|
|
1166
1166
|
"hasValue": true,
|
|
1167
|
-
"icon": "https://
|
|
1167
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/calamari-local-ksm.png"
|
|
1168
1168
|
},
|
|
1169
1169
|
"calamari-LOCAL-zkKSM": {
|
|
1170
1170
|
"originChain": "calamari",
|
|
@@ -1180,7 +1180,7 @@
|
|
|
1180
1180
|
},
|
|
1181
1181
|
"multiChainAsset": "KSM-Kusama",
|
|
1182
1182
|
"hasValue": true,
|
|
1183
|
-
"icon": "https://
|
|
1183
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/calamari-local-zkksm.png"
|
|
1184
1184
|
},
|
|
1185
1185
|
"calamari-LOCAL-MOVR": {
|
|
1186
1186
|
"originChain": "calamari",
|
|
@@ -1196,7 +1196,7 @@
|
|
|
1196
1196
|
},
|
|
1197
1197
|
"multiChainAsset": "MOVR-Moonriver",
|
|
1198
1198
|
"hasValue": true,
|
|
1199
|
-
"icon": "https://
|
|
1199
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/calamari-local-movr.png"
|
|
1200
1200
|
},
|
|
1201
1201
|
"calamari-LOCAL-zkMOVR": {
|
|
1202
1202
|
"originChain": "calamari",
|
|
@@ -1212,7 +1212,7 @@
|
|
|
1212
1212
|
},
|
|
1213
1213
|
"multiChainAsset": "MOVR-Moonriver",
|
|
1214
1214
|
"hasValue": true,
|
|
1215
|
-
"icon": "https://
|
|
1215
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/calamari-local-zkmovr.png"
|
|
1216
1216
|
},
|
|
1217
1217
|
"amplitude-NATIVE-AMPE": {
|
|
1218
1218
|
"originChain": "amplitude",
|
|
@@ -1226,7 +1226,7 @@
|
|
|
1226
1226
|
"metadata": null,
|
|
1227
1227
|
"multiChainAsset": null,
|
|
1228
1228
|
"hasValue": true,
|
|
1229
|
-
"icon": "https://
|
|
1229
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/amplitude-native-ampe.png"
|
|
1230
1230
|
},
|
|
1231
1231
|
"amplitude_test-NATIVE-AMPE": {
|
|
1232
1232
|
"originChain": "amplitude_test",
|
|
@@ -1240,7 +1240,7 @@
|
|
|
1240
1240
|
"metadata": null,
|
|
1241
1241
|
"multiChainAsset": null,
|
|
1242
1242
|
"hasValue": false,
|
|
1243
|
-
"icon": "https://
|
|
1243
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/amplitude_test-native-ampe.png"
|
|
1244
1244
|
},
|
|
1245
1245
|
"bobabase-NATIVE-BOBA": {
|
|
1246
1246
|
"originChain": "bobabase",
|
|
@@ -1254,7 +1254,7 @@
|
|
|
1254
1254
|
"metadata": null,
|
|
1255
1255
|
"multiChainAsset": null,
|
|
1256
1256
|
"hasValue": false,
|
|
1257
|
-
"icon": "https://
|
|
1257
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/bobabase-native-boba.png"
|
|
1258
1258
|
},
|
|
1259
1259
|
"shiden-NATIVE-SDN": {
|
|
1260
1260
|
"originChain": "shiden",
|
|
@@ -1268,7 +1268,7 @@
|
|
|
1268
1268
|
"metadata": null,
|
|
1269
1269
|
"multiChainAsset": "SDN-Shiden",
|
|
1270
1270
|
"hasValue": true,
|
|
1271
|
-
"icon": "https://
|
|
1271
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/shiden-native-sdn.png"
|
|
1272
1272
|
},
|
|
1273
1273
|
"shidenEvm-NATIVE-SDN": {
|
|
1274
1274
|
"originChain": "shidenEvm",
|
|
@@ -1282,7 +1282,7 @@
|
|
|
1282
1282
|
"metadata": null,
|
|
1283
1283
|
"multiChainAsset": "SDN-Shiden",
|
|
1284
1284
|
"hasValue": true,
|
|
1285
|
-
"icon": "https://
|
|
1285
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/shidenevm-native-sdn.png"
|
|
1286
1286
|
},
|
|
1287
1287
|
"pioneer-LOCAL-BIT": {
|
|
1288
1288
|
"originChain": "pioneer",
|
|
@@ -1300,7 +1300,7 @@
|
|
|
1300
1300
|
},
|
|
1301
1301
|
"multiChainAsset": null,
|
|
1302
1302
|
"hasValue": true,
|
|
1303
|
-
"icon": "https://
|
|
1303
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/pioneer-local-bit.png"
|
|
1304
1304
|
},
|
|
1305
1305
|
"ethereum_goerli-NATIVE-GoerliETH": {
|
|
1306
1306
|
"originChain": "ethereum_goerli",
|
|
@@ -1314,7 +1314,7 @@
|
|
|
1314
1314
|
"metadata": null,
|
|
1315
1315
|
"multiChainAsset": null,
|
|
1316
1316
|
"hasValue": false,
|
|
1317
|
-
"icon": "https://
|
|
1317
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum_goerli-native-goerlieth.png"
|
|
1318
1318
|
},
|
|
1319
1319
|
"binance_test-NATIVE-BNB": {
|
|
1320
1320
|
"originChain": "binance_test",
|
|
@@ -1328,7 +1328,7 @@
|
|
|
1328
1328
|
"metadata": null,
|
|
1329
1329
|
"multiChainAsset": null,
|
|
1330
1330
|
"hasValue": false,
|
|
1331
|
-
"icon": "https://
|
|
1331
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/binance_test-native-bnb.png"
|
|
1332
1332
|
},
|
|
1333
1333
|
"parallel-NATIVE-PARA": {
|
|
1334
1334
|
"originChain": "parallel",
|
|
@@ -1342,7 +1342,7 @@
|
|
|
1342
1342
|
"metadata": null,
|
|
1343
1343
|
"multiChainAsset": "PARA-Parallel",
|
|
1344
1344
|
"hasValue": true,
|
|
1345
|
-
"icon": "https://
|
|
1345
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/parallel-native-para.png"
|
|
1346
1346
|
},
|
|
1347
1347
|
"parallel-LOCAL-USDT": {
|
|
1348
1348
|
"originChain": "parallel",
|
|
@@ -1358,7 +1358,7 @@
|
|
|
1358
1358
|
},
|
|
1359
1359
|
"multiChainAsset": "USDT-Tether",
|
|
1360
1360
|
"hasValue": true,
|
|
1361
|
-
"icon": "https://
|
|
1361
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/parallel-local-usdt.png"
|
|
1362
1362
|
},
|
|
1363
1363
|
"clover-NATIVE-CLV": {
|
|
1364
1364
|
"originChain": "clover",
|
|
@@ -1372,7 +1372,7 @@
|
|
|
1372
1372
|
"metadata": null,
|
|
1373
1373
|
"multiChainAsset": null,
|
|
1374
1374
|
"hasValue": true,
|
|
1375
|
-
"icon": "https://
|
|
1375
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/clover-native-clv.png"
|
|
1376
1376
|
},
|
|
1377
1377
|
"cloverEvm-NATIVE-CLV": {
|
|
1378
1378
|
"originChain": "cloverEvm",
|
|
@@ -1386,7 +1386,7 @@
|
|
|
1386
1386
|
"metadata": null,
|
|
1387
1387
|
"multiChainAsset": null,
|
|
1388
1388
|
"hasValue": true,
|
|
1389
|
-
"icon": "https://
|
|
1389
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/cloverevm-native-clv.png"
|
|
1390
1390
|
},
|
|
1391
1391
|
"hydradx_main-NATIVE-HDX": {
|
|
1392
1392
|
"originChain": "hydradx_main",
|
|
@@ -1400,7 +1400,7 @@
|
|
|
1400
1400
|
"metadata": null,
|
|
1401
1401
|
"multiChainAsset": null,
|
|
1402
1402
|
"hasValue": true,
|
|
1403
|
-
"icon": "https://
|
|
1403
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/hydradx_main-native-hdx.png"
|
|
1404
1404
|
},
|
|
1405
1405
|
"hydradx_main-LOCAL-USDT": {
|
|
1406
1406
|
"originChain": "hydradx_main",
|
|
@@ -1434,7 +1434,7 @@
|
|
|
1434
1434
|
},
|
|
1435
1435
|
"multiChainAsset": "USDT-Tether",
|
|
1436
1436
|
"hasValue": true,
|
|
1437
|
-
"icon": "https://
|
|
1437
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/hydradx_main-local-usdt.png"
|
|
1438
1438
|
},
|
|
1439
1439
|
"edgeware-NATIVE-EDG": {
|
|
1440
1440
|
"originChain": "edgeware",
|
|
@@ -1448,7 +1448,7 @@
|
|
|
1448
1448
|
"metadata": null,
|
|
1449
1449
|
"multiChainAsset": null,
|
|
1450
1450
|
"hasValue": true,
|
|
1451
|
-
"icon": "https://
|
|
1451
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/edgeware-native-edg.png"
|
|
1452
1452
|
},
|
|
1453
1453
|
"centrifuge-NATIVE-CFG": {
|
|
1454
1454
|
"originChain": "centrifuge",
|
|
@@ -1459,10 +1459,14 @@
|
|
|
1459
1459
|
"priceId": "centrifuge",
|
|
1460
1460
|
"minAmount": "1000000000000",
|
|
1461
1461
|
"assetType": "NATIVE",
|
|
1462
|
-
"metadata":
|
|
1463
|
-
|
|
1462
|
+
"metadata": {
|
|
1463
|
+
"onChainInfo": {
|
|
1464
|
+
"Native": null
|
|
1465
|
+
}
|
|
1466
|
+
},
|
|
1467
|
+
"multiChainAsset": "CFG-Centrifuge",
|
|
1464
1468
|
"hasValue": true,
|
|
1465
|
-
"icon": "https://
|
|
1469
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/centrifuge-native-cfg.png"
|
|
1466
1470
|
},
|
|
1467
1471
|
"interlay-NATIVE-INTR": {
|
|
1468
1472
|
"originChain": "interlay",
|
|
@@ -1480,7 +1484,7 @@
|
|
|
1480
1484
|
},
|
|
1481
1485
|
"multiChainAsset": "INTR-Interlay",
|
|
1482
1486
|
"hasValue": true,
|
|
1483
|
-
"icon": "https://
|
|
1487
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/interlay-native-intr.png"
|
|
1484
1488
|
},
|
|
1485
1489
|
"interlay-LOCAL-LDOT": {
|
|
1486
1490
|
"originChain": "interlay",
|
|
@@ -1498,7 +1502,7 @@
|
|
|
1498
1502
|
},
|
|
1499
1503
|
"multiChainAsset": null,
|
|
1500
1504
|
"hasValue": true,
|
|
1501
|
-
"icon": "https://
|
|
1505
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/interlay-local-ldot.png"
|
|
1502
1506
|
},
|
|
1503
1507
|
"interlay-LOCAL-USDT": {
|
|
1504
1508
|
"originChain": "interlay",
|
|
@@ -1516,7 +1520,7 @@
|
|
|
1516
1520
|
},
|
|
1517
1521
|
"multiChainAsset": "USDT-Tether",
|
|
1518
1522
|
"hasValue": true,
|
|
1519
|
-
"icon": "https://
|
|
1523
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/interlay-local-usdt.png"
|
|
1520
1524
|
},
|
|
1521
1525
|
"interlay-LOCAL-iBTC": {
|
|
1522
1526
|
"originChain": "interlay",
|
|
@@ -1534,7 +1538,7 @@
|
|
|
1534
1538
|
},
|
|
1535
1539
|
"multiChainAsset": "iBTC-interBTC",
|
|
1536
1540
|
"hasValue": true,
|
|
1537
|
-
"icon": "https://
|
|
1541
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/interlay-local-ibtc.png"
|
|
1538
1542
|
},
|
|
1539
1543
|
"kintsugi-LOCAL-kBTC": {
|
|
1540
1544
|
"originChain": "kintsugi",
|
|
@@ -1552,7 +1556,7 @@
|
|
|
1552
1556
|
},
|
|
1553
1557
|
"multiChainAsset": "kBTC-KintsugiWrappedBTC",
|
|
1554
1558
|
"hasValue": true,
|
|
1555
|
-
"icon": "https://
|
|
1559
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/kintsugi-local-kbtc.png"
|
|
1556
1560
|
},
|
|
1557
1561
|
"nodle-NATIVE-NODL": {
|
|
1558
1562
|
"originChain": "nodle",
|
|
@@ -1566,7 +1570,7 @@
|
|
|
1566
1570
|
"metadata": null,
|
|
1567
1571
|
"multiChainAsset": null,
|
|
1568
1572
|
"hasValue": true,
|
|
1569
|
-
"icon": "https://
|
|
1573
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/nodle-native-nodl.png"
|
|
1570
1574
|
},
|
|
1571
1575
|
"darwinia2-NATIVE-RING": {
|
|
1572
1576
|
"originChain": "darwinia2",
|
|
@@ -1580,7 +1584,7 @@
|
|
|
1580
1584
|
"metadata": null,
|
|
1581
1585
|
"multiChainAsset": null,
|
|
1582
1586
|
"hasValue": true,
|
|
1583
|
-
"icon": "https://
|
|
1587
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/darwinia2-native-ring.png"
|
|
1584
1588
|
},
|
|
1585
1589
|
"darwinia2-LOCAL-KTON": {
|
|
1586
1590
|
"originChain": "darwinia2",
|
|
@@ -1596,7 +1600,7 @@
|
|
|
1596
1600
|
},
|
|
1597
1601
|
"multiChainAsset": null,
|
|
1598
1602
|
"hasValue": true,
|
|
1599
|
-
"icon": "https://
|
|
1603
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/darwinia2-local-kton.png"
|
|
1600
1604
|
},
|
|
1601
1605
|
"sora_ksm-NATIVE-XOR": {
|
|
1602
1606
|
"originChain": "sora_ksm",
|
|
@@ -1610,7 +1614,7 @@
|
|
|
1610
1614
|
"metadata": null,
|
|
1611
1615
|
"multiChainAsset": null,
|
|
1612
1616
|
"hasValue": true,
|
|
1613
|
-
"icon": "https://
|
|
1617
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/sora_ksm-native-xor.png"
|
|
1614
1618
|
},
|
|
1615
1619
|
"odyssey-NATIVE-ARES": {
|
|
1616
1620
|
"originChain": "odyssey",
|
|
@@ -1624,7 +1628,7 @@
|
|
|
1624
1628
|
"metadata": null,
|
|
1625
1629
|
"multiChainAsset": null,
|
|
1626
1630
|
"hasValue": true,
|
|
1627
|
-
"icon": "https://
|
|
1631
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/odyssey-native-ares.png"
|
|
1628
1632
|
},
|
|
1629
1633
|
"dancebox-NATIVE-DANCE": {
|
|
1630
1634
|
"originChain": "dancebox",
|
|
@@ -1638,7 +1642,7 @@
|
|
|
1638
1642
|
"metadata": null,
|
|
1639
1643
|
"multiChainAsset": null,
|
|
1640
1644
|
"hasValue": false,
|
|
1641
|
-
"icon": "https://
|
|
1645
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/dancebox-native-dance.png"
|
|
1642
1646
|
},
|
|
1643
1647
|
"amplitude-LOCAL-KSM": {
|
|
1644
1648
|
"originChain": "amplitude",
|
|
@@ -1656,7 +1660,7 @@
|
|
|
1656
1660
|
},
|
|
1657
1661
|
"multiChainAsset": "KSM-Kusama",
|
|
1658
1662
|
"hasValue": true,
|
|
1659
|
-
"icon": "https://
|
|
1663
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/amplitude-local-ksm.png"
|
|
1660
1664
|
},
|
|
1661
1665
|
"polkadex-NATIVE-PDEX": {
|
|
1662
1666
|
"originChain": "polkadex",
|
|
@@ -1670,7 +1674,7 @@
|
|
|
1670
1674
|
"metadata": null,
|
|
1671
1675
|
"multiChainAsset": null,
|
|
1672
1676
|
"hasValue": true,
|
|
1673
|
-
"icon": "https://
|
|
1677
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/polkadex-native-pdex.png"
|
|
1674
1678
|
},
|
|
1675
1679
|
"polkadexTest-NATIVE-Unit": {
|
|
1676
1680
|
"originChain": "polkadexTest",
|
|
@@ -1684,7 +1688,7 @@
|
|
|
1684
1688
|
"metadata": null,
|
|
1685
1689
|
"multiChainAsset": null,
|
|
1686
1690
|
"hasValue": false,
|
|
1687
|
-
"icon": "https://
|
|
1691
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/polkadextest-native-unit.png"
|
|
1688
1692
|
},
|
|
1689
1693
|
"rmrk-NATIVE-UNIT": {
|
|
1690
1694
|
"originChain": "rmrk",
|
|
@@ -1698,7 +1702,7 @@
|
|
|
1698
1702
|
"metadata": null,
|
|
1699
1703
|
"multiChainAsset": null,
|
|
1700
1704
|
"hasValue": false,
|
|
1701
|
-
"icon": "https://
|
|
1705
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/rmrk-native-unit.png"
|
|
1702
1706
|
},
|
|
1703
1707
|
"dolphin-NATIVE-DOL": {
|
|
1704
1708
|
"originChain": "dolphin",
|
|
@@ -1712,7 +1716,7 @@
|
|
|
1712
1716
|
"metadata": null,
|
|
1713
1717
|
"multiChainAsset": null,
|
|
1714
1718
|
"hasValue": false,
|
|
1715
|
-
"icon": "https://
|
|
1719
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/dolphin-native-dol.png"
|
|
1716
1720
|
},
|
|
1717
1721
|
"opal-NATIVE-OPL": {
|
|
1718
1722
|
"originChain": "opal",
|
|
@@ -1726,7 +1730,7 @@
|
|
|
1726
1730
|
"metadata": null,
|
|
1727
1731
|
"multiChainAsset": null,
|
|
1728
1732
|
"hasValue": false,
|
|
1729
|
-
"icon": "https://
|
|
1733
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/opal-native-opl.png"
|
|
1730
1734
|
},
|
|
1731
1735
|
"efinity-NATIVE-EFI": {
|
|
1732
1736
|
"originChain": "efinity",
|
|
@@ -1740,7 +1744,7 @@
|
|
|
1740
1744
|
"metadata": null,
|
|
1741
1745
|
"multiChainAsset": null,
|
|
1742
1746
|
"hasValue": true,
|
|
1743
|
-
"icon": "https://
|
|
1747
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/efinity-native-efi.png"
|
|
1744
1748
|
},
|
|
1745
1749
|
"composableFinance-NATIVE-LAYR": {
|
|
1746
1750
|
"originChain": "composableFinance",
|
|
@@ -1754,7 +1758,7 @@
|
|
|
1754
1758
|
"metadata": null,
|
|
1755
1759
|
"multiChainAsset": null,
|
|
1756
1760
|
"hasValue": true,
|
|
1757
|
-
"icon": "https://
|
|
1761
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/composablefinance-native-layr.png"
|
|
1758
1762
|
},
|
|
1759
1763
|
"phala-NATIVE-PHA": {
|
|
1760
1764
|
"originChain": "phala",
|
|
@@ -1768,7 +1772,7 @@
|
|
|
1768
1772
|
"metadata": null,
|
|
1769
1773
|
"multiChainAsset": "PHA-Phala",
|
|
1770
1774
|
"hasValue": true,
|
|
1771
|
-
"icon": "https://
|
|
1775
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/phala-native-pha.png"
|
|
1772
1776
|
},
|
|
1773
1777
|
"crust-NATIVE-CRU": {
|
|
1774
1778
|
"originChain": "crust",
|
|
@@ -1782,7 +1786,7 @@
|
|
|
1782
1786
|
"metadata": null,
|
|
1783
1787
|
"multiChainAsset": "CRU-Crust",
|
|
1784
1788
|
"hasValue": true,
|
|
1785
|
-
"icon": "https://
|
|
1789
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/crust-native-cru.png"
|
|
1786
1790
|
},
|
|
1787
1791
|
"statemine-NATIVE-KSM": {
|
|
1788
1792
|
"originChain": "statemine",
|
|
@@ -1803,7 +1807,7 @@
|
|
|
1803
1807
|
},
|
|
1804
1808
|
"multiChainAsset": "KSM-Kusama",
|
|
1805
1809
|
"hasValue": true,
|
|
1806
|
-
"icon": "https://
|
|
1810
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/statemine-native-ksm.png"
|
|
1807
1811
|
},
|
|
1808
1812
|
"karura-NATIVE-KAR": {
|
|
1809
1813
|
"originChain": "karura",
|
|
@@ -1826,7 +1830,7 @@
|
|
|
1826
1830
|
},
|
|
1827
1831
|
"multiChainAsset": "KAR-Karura",
|
|
1828
1832
|
"hasValue": true,
|
|
1829
|
-
"icon": "https://
|
|
1833
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/karura-native-kar.png"
|
|
1830
1834
|
},
|
|
1831
1835
|
"khala-NATIVE-PHA": {
|
|
1832
1836
|
"originChain": "khala",
|
|
@@ -1840,7 +1844,7 @@
|
|
|
1840
1844
|
"metadata": null,
|
|
1841
1845
|
"multiChainAsset": null,
|
|
1842
1846
|
"hasValue": true,
|
|
1843
|
-
"icon": "https://
|
|
1847
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/khala-native-pha.png"
|
|
1844
1848
|
},
|
|
1845
1849
|
"kilt-NATIVE-KILT": {
|
|
1846
1850
|
"originChain": "kilt",
|
|
@@ -1854,7 +1858,7 @@
|
|
|
1854
1858
|
"metadata": null,
|
|
1855
1859
|
"multiChainAsset": null,
|
|
1856
1860
|
"hasValue": true,
|
|
1857
|
-
"icon": "https://
|
|
1861
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/kilt-native-kilt.png"
|
|
1858
1862
|
},
|
|
1859
1863
|
"basilisk-NATIVE-BSX": {
|
|
1860
1864
|
"originChain": "basilisk",
|
|
@@ -1868,7 +1872,7 @@
|
|
|
1868
1872
|
"metadata": null,
|
|
1869
1873
|
"multiChainAsset": null,
|
|
1870
1874
|
"hasValue": true,
|
|
1871
|
-
"icon": "https://
|
|
1875
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/basilisk-native-bsx.png"
|
|
1872
1876
|
},
|
|
1873
1877
|
"altair-NATIVE-AIR": {
|
|
1874
1878
|
"originChain": "altair",
|
|
@@ -1882,7 +1886,7 @@
|
|
|
1882
1886
|
"metadata": null,
|
|
1883
1887
|
"multiChainAsset": null,
|
|
1884
1888
|
"hasValue": true,
|
|
1885
|
-
"icon": "https://
|
|
1889
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/altair-native-air.png"
|
|
1886
1890
|
},
|
|
1887
1891
|
"heiko-NATIVE-HKO": {
|
|
1888
1892
|
"originChain": "heiko",
|
|
@@ -1896,7 +1900,7 @@
|
|
|
1896
1900
|
"metadata": null,
|
|
1897
1901
|
"multiChainAsset": null,
|
|
1898
1902
|
"hasValue": true,
|
|
1899
|
-
"icon": "https://
|
|
1903
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/heiko-native-hko.png"
|
|
1900
1904
|
},
|
|
1901
1905
|
"kintsugi-NATIVE-KINT": {
|
|
1902
1906
|
"originChain": "kintsugi",
|
|
@@ -1914,7 +1918,7 @@
|
|
|
1914
1918
|
},
|
|
1915
1919
|
"multiChainAsset": "KINT-Kintsugi",
|
|
1916
1920
|
"hasValue": true,
|
|
1917
|
-
"icon": "https://
|
|
1921
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/kintsugi-native-kint.png"
|
|
1918
1922
|
},
|
|
1919
1923
|
"kintsugi-LOCAL-USDT": {
|
|
1920
1924
|
"originChain": "kintsugi",
|
|
@@ -1932,7 +1936,7 @@
|
|
|
1932
1936
|
},
|
|
1933
1937
|
"multiChainAsset": "USDT-Tether",
|
|
1934
1938
|
"hasValue": true,
|
|
1935
|
-
"icon": "https://
|
|
1939
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/kintsugi-local-usdt.png"
|
|
1936
1940
|
},
|
|
1937
1941
|
"kintsugi_test-NATIVE-KINT": {
|
|
1938
1942
|
"originChain": "kintsugi_test",
|
|
@@ -1950,7 +1954,7 @@
|
|
|
1950
1954
|
},
|
|
1951
1955
|
"multiChainAsset": null,
|
|
1952
1956
|
"hasValue": false,
|
|
1953
|
-
"icon": "https://
|
|
1957
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/kintsugi_test-native-kint.png"
|
|
1954
1958
|
},
|
|
1955
1959
|
"picasso-NATIVE-PICA": {
|
|
1956
1960
|
"originChain": "picasso",
|
|
@@ -1964,7 +1968,7 @@
|
|
|
1964
1968
|
"metadata": null,
|
|
1965
1969
|
"multiChainAsset": null,
|
|
1966
1970
|
"hasValue": true,
|
|
1967
|
-
"icon": "https://
|
|
1971
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/picasso-native-pica.png"
|
|
1968
1972
|
},
|
|
1969
1973
|
"quartz-NATIVE-QTZ": {
|
|
1970
1974
|
"originChain": "quartz",
|
|
@@ -1978,7 +1982,7 @@
|
|
|
1978
1982
|
"metadata": null,
|
|
1979
1983
|
"multiChainAsset": null,
|
|
1980
1984
|
"hasValue": true,
|
|
1981
|
-
"icon": "https://
|
|
1985
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/quartz-native-qtz.png"
|
|
1982
1986
|
},
|
|
1983
1987
|
"unique_network-NATIVE-UNQ": {
|
|
1984
1988
|
"originChain": "unique_network",
|
|
@@ -1992,7 +1996,7 @@
|
|
|
1992
1996
|
"metadata": null,
|
|
1993
1997
|
"multiChainAsset": null,
|
|
1994
1998
|
"hasValue": true,
|
|
1995
|
-
"icon": "https://
|
|
1999
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/unique_network-native-unq.png"
|
|
1996
2000
|
},
|
|
1997
2001
|
"genshiro-NATIVE-GENS": {
|
|
1998
2002
|
"originChain": "genshiro",
|
|
@@ -2008,7 +2012,7 @@
|
|
|
2008
2012
|
},
|
|
2009
2013
|
"multiChainAsset": null,
|
|
2010
2014
|
"hasValue": true,
|
|
2011
|
-
"icon": "https://
|
|
2015
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/genshiro-native-gens.png"
|
|
2012
2016
|
},
|
|
2013
2017
|
"genshiro-LOCAL-DOT": {
|
|
2014
2018
|
"originChain": "genshiro",
|
|
@@ -2024,7 +2028,7 @@
|
|
|
2024
2028
|
},
|
|
2025
2029
|
"multiChainAsset": "DOT-Polkadot",
|
|
2026
2030
|
"hasValue": true,
|
|
2027
|
-
"icon": "https://
|
|
2031
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/genshiro-local-dot.png"
|
|
2028
2032
|
},
|
|
2029
2033
|
"genshiro_testnet-NATIVE-TOKEN": {
|
|
2030
2034
|
"originChain": "genshiro_testnet",
|
|
@@ -2040,7 +2044,7 @@
|
|
|
2040
2044
|
},
|
|
2041
2045
|
"multiChainAsset": null,
|
|
2042
2046
|
"hasValue": false,
|
|
2043
|
-
"icon": "https://
|
|
2047
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/genshiro_testnet-native-token.png"
|
|
2044
2048
|
},
|
|
2045
2049
|
"subsocial_x-NATIVE-SUB": {
|
|
2046
2050
|
"originChain": "subsocial_x",
|
|
@@ -2054,7 +2058,7 @@
|
|
|
2054
2058
|
"metadata": null,
|
|
2055
2059
|
"multiChainAsset": null,
|
|
2056
2060
|
"hasValue": true,
|
|
2057
|
-
"icon": "https://
|
|
2061
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/subsocial_x-native-sub.png"
|
|
2058
2062
|
},
|
|
2059
2063
|
"zeitgeist-NATIVE-ZTG": {
|
|
2060
2064
|
"originChain": "zeitgeist",
|
|
@@ -2068,7 +2072,7 @@
|
|
|
2068
2072
|
"metadata": null,
|
|
2069
2073
|
"multiChainAsset": null,
|
|
2070
2074
|
"hasValue": true,
|
|
2071
|
-
"icon": "https://
|
|
2075
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/zeitgeist-native-ztg.png"
|
|
2072
2076
|
},
|
|
2073
2077
|
"sakura-NATIVE-SKU": {
|
|
2074
2078
|
"originChain": "sakura",
|
|
@@ -2082,7 +2086,7 @@
|
|
|
2082
2086
|
"metadata": null,
|
|
2083
2087
|
"multiChainAsset": null,
|
|
2084
2088
|
"hasValue": true,
|
|
2085
|
-
"icon": "https://
|
|
2089
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/sakura-native-sku.png"
|
|
2086
2090
|
},
|
|
2087
2091
|
"shadow-NATIVE-CSM": {
|
|
2088
2092
|
"originChain": "shadow",
|
|
@@ -2096,7 +2100,7 @@
|
|
|
2096
2100
|
"metadata": null,
|
|
2097
2101
|
"multiChainAsset": null,
|
|
2098
2102
|
"hasValue": true,
|
|
2099
|
-
"icon": "https://
|
|
2103
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/shadow-native-csm.png"
|
|
2100
2104
|
},
|
|
2101
2105
|
"uniqueNft-NATIVE-UNQ": {
|
|
2102
2106
|
"originChain": "uniqueNft",
|
|
@@ -2110,7 +2114,7 @@
|
|
|
2110
2114
|
"metadata": null,
|
|
2111
2115
|
"multiChainAsset": null,
|
|
2112
2116
|
"hasValue": false,
|
|
2113
|
-
"icon": "https://
|
|
2117
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/uniquenft-native-unq.png"
|
|
2114
2118
|
},
|
|
2115
2119
|
"robonomics-NATIVE-XRT": {
|
|
2116
2120
|
"originChain": "robonomics",
|
|
@@ -2124,7 +2128,7 @@
|
|
|
2124
2128
|
"metadata": null,
|
|
2125
2129
|
"multiChainAsset": null,
|
|
2126
2130
|
"hasValue": true,
|
|
2127
|
-
"icon": "https://
|
|
2131
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/robonomics-native-xrt.png"
|
|
2128
2132
|
},
|
|
2129
2133
|
"integritee-NATIVE-TEER": {
|
|
2130
2134
|
"originChain": "integritee",
|
|
@@ -2138,7 +2142,7 @@
|
|
|
2138
2142
|
"metadata": null,
|
|
2139
2143
|
"multiChainAsset": null,
|
|
2140
2144
|
"hasValue": true,
|
|
2141
|
-
"icon": "https://
|
|
2145
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/integritee-native-teer.png"
|
|
2142
2146
|
},
|
|
2143
2147
|
"integriteePolkadot-NATIVE-TEER": {
|
|
2144
2148
|
"originChain": "integriteePolkadot",
|
|
@@ -2152,7 +2156,7 @@
|
|
|
2152
2156
|
"metadata": null,
|
|
2153
2157
|
"multiChainAsset": null,
|
|
2154
2158
|
"hasValue": true,
|
|
2155
|
-
"icon": "https://
|
|
2159
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/integriteepolkadot-native-teer.png"
|
|
2156
2160
|
},
|
|
2157
2161
|
"crabParachain-NATIVE-CRAB": {
|
|
2158
2162
|
"originChain": "crabParachain",
|
|
@@ -2166,7 +2170,7 @@
|
|
|
2166
2170
|
"metadata": null,
|
|
2167
2171
|
"multiChainAsset": null,
|
|
2168
2172
|
"hasValue": true,
|
|
2169
|
-
"icon": "https://
|
|
2173
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/crabparachain-native-crab.png"
|
|
2170
2174
|
},
|
|
2171
2175
|
"crabParachain-LOCAL-CKTON": {
|
|
2172
2176
|
"originChain": "crabParachain",
|
|
@@ -2182,7 +2186,7 @@
|
|
|
2182
2186
|
},
|
|
2183
2187
|
"multiChainAsset": null,
|
|
2184
2188
|
"hasValue": true,
|
|
2185
|
-
"icon": "https://
|
|
2189
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/crabparachain-local-ckton.png"
|
|
2186
2190
|
},
|
|
2187
2191
|
"pangolin-NATIVE-PRING": {
|
|
2188
2192
|
"originChain": "pangolin",
|
|
@@ -2196,7 +2200,7 @@
|
|
|
2196
2200
|
"metadata": null,
|
|
2197
2201
|
"multiChainAsset": null,
|
|
2198
2202
|
"hasValue": false,
|
|
2199
|
-
"icon": "https://
|
|
2203
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/pangolin-native-pring.png"
|
|
2200
2204
|
},
|
|
2201
2205
|
"pangolin-LOCAL-CKTON": {
|
|
2202
2206
|
"originChain": "pangolin",
|
|
@@ -2212,7 +2216,7 @@
|
|
|
2212
2216
|
},
|
|
2213
2217
|
"multiChainAsset": null,
|
|
2214
2218
|
"hasValue": true,
|
|
2215
|
-
"icon": "https://
|
|
2219
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/pangolin-local-ckton.png"
|
|
2216
2220
|
},
|
|
2217
2221
|
"chainx-NATIVE-PCX": {
|
|
2218
2222
|
"originChain": "chainx",
|
|
@@ -2226,7 +2230,7 @@
|
|
|
2226
2230
|
"metadata": null,
|
|
2227
2231
|
"multiChainAsset": null,
|
|
2228
2232
|
"hasValue": true,
|
|
2229
|
-
"icon": "https://
|
|
2233
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/chainx-native-pcx.png"
|
|
2230
2234
|
},
|
|
2231
2235
|
"acala_testnet-NATIVE-ACA": {
|
|
2232
2236
|
"originChain": "acala_testnet",
|
|
@@ -2240,7 +2244,7 @@
|
|
|
2240
2244
|
"metadata": null,
|
|
2241
2245
|
"multiChainAsset": null,
|
|
2242
2246
|
"hasValue": false,
|
|
2243
|
-
"icon": "https://
|
|
2247
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/acala_testnet-native-aca.png"
|
|
2244
2248
|
},
|
|
2245
2249
|
"mangatax-NATIVE-MGAT": {
|
|
2246
2250
|
"originChain": "mangatax",
|
|
@@ -2254,7 +2258,7 @@
|
|
|
2254
2258
|
"metadata": null,
|
|
2255
2259
|
"multiChainAsset": null,
|
|
2256
2260
|
"hasValue": false,
|
|
2257
|
-
"icon": "https://
|
|
2261
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/mangatax-native-mgat.png"
|
|
2258
2262
|
},
|
|
2259
2263
|
"mangatax_para-NATIVE-MGX": {
|
|
2260
2264
|
"originChain": "mangatax_para",
|
|
@@ -2272,7 +2276,7 @@
|
|
|
2272
2276
|
},
|
|
2273
2277
|
"multiChainAsset": null,
|
|
2274
2278
|
"hasValue": true,
|
|
2275
|
-
"icon": "https://
|
|
2279
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/mangatax_para-native-mgx.png"
|
|
2276
2280
|
},
|
|
2277
2281
|
"encointer-NATIVE-KSM": {
|
|
2278
2282
|
"originChain": "encointer",
|
|
@@ -2286,7 +2290,7 @@
|
|
|
2286
2290
|
"metadata": null,
|
|
2287
2291
|
"multiChainAsset": "KSM-Kusama",
|
|
2288
2292
|
"hasValue": true,
|
|
2289
|
-
"icon": "https://
|
|
2293
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/encointer-native-ksm.png"
|
|
2290
2294
|
},
|
|
2291
2295
|
"litmus-NATIVE-LIT": {
|
|
2292
2296
|
"originChain": "litmus",
|
|
@@ -2300,7 +2304,7 @@
|
|
|
2300
2304
|
"metadata": null,
|
|
2301
2305
|
"multiChainAsset": null,
|
|
2302
2306
|
"hasValue": true,
|
|
2303
|
-
"icon": "https://
|
|
2307
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/litmus-native-lit.png"
|
|
2304
2308
|
},
|
|
2305
2309
|
"litentry-NATIVE-LIT": {
|
|
2306
2310
|
"originChain": "litentry",
|
|
@@ -2314,7 +2318,7 @@
|
|
|
2314
2318
|
"metadata": null,
|
|
2315
2319
|
"multiChainAsset": null,
|
|
2316
2320
|
"hasValue": true,
|
|
2317
|
-
"icon": "https://
|
|
2321
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/litentry-native-lit.png"
|
|
2318
2322
|
},
|
|
2319
2323
|
"tinkernet-NATIVE-TNKR": {
|
|
2320
2324
|
"originChain": "tinkernet",
|
|
@@ -2328,7 +2332,7 @@
|
|
|
2328
2332
|
"metadata": null,
|
|
2329
2333
|
"multiChainAsset": null,
|
|
2330
2334
|
"hasValue": true,
|
|
2331
|
-
"icon": "https://
|
|
2335
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/tinkernet-native-tnkr.png"
|
|
2332
2336
|
},
|
|
2333
2337
|
"imbue_network-NATIVE-IMBU": {
|
|
2334
2338
|
"originChain": "imbue_network",
|
|
@@ -2342,7 +2346,7 @@
|
|
|
2342
2346
|
"metadata": null,
|
|
2343
2347
|
"multiChainAsset": null,
|
|
2344
2348
|
"hasValue": true,
|
|
2345
|
-
"icon": "https://
|
|
2349
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/imbue_network-native-imbu.png"
|
|
2346
2350
|
},
|
|
2347
2351
|
"subspace_test-NATIVE-tSSC": {
|
|
2348
2352
|
"originChain": "subspace_test",
|
|
@@ -2356,7 +2360,7 @@
|
|
|
2356
2360
|
"metadata": null,
|
|
2357
2361
|
"multiChainAsset": null,
|
|
2358
2362
|
"hasValue": false,
|
|
2359
|
-
"icon": "https://
|
|
2363
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/subspace_test-native-tssc.png"
|
|
2360
2364
|
},
|
|
2361
2365
|
"subspace_gemini_2a-NATIVE-tSSC": {
|
|
2362
2366
|
"originChain": "subspace_gemini_2a",
|
|
@@ -2370,7 +2374,7 @@
|
|
|
2370
2374
|
"metadata": null,
|
|
2371
2375
|
"multiChainAsset": null,
|
|
2372
2376
|
"hasValue": false,
|
|
2373
|
-
"icon": "https://
|
|
2377
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/subspace_gemini_2a-native-tssc.png"
|
|
2374
2378
|
},
|
|
2375
2379
|
"subspace_gemini_3c-NATIVE-tSSC": {
|
|
2376
2380
|
"originChain": "subspace_gemini_3c",
|
|
@@ -2384,7 +2388,7 @@
|
|
|
2384
2388
|
"metadata": null,
|
|
2385
2389
|
"multiChainAsset": null,
|
|
2386
2390
|
"hasValue": false,
|
|
2387
|
-
"icon": "https://
|
|
2391
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/subspace_gemini_3c-native-tssc.png"
|
|
2388
2392
|
},
|
|
2389
2393
|
"subspace_gemini_3d-NATIVE-tSSC": {
|
|
2390
2394
|
"originChain": "subspace_gemini_3d",
|
|
@@ -2398,7 +2402,7 @@
|
|
|
2398
2402
|
"metadata": null,
|
|
2399
2403
|
"multiChainAsset": null,
|
|
2400
2404
|
"hasValue": false,
|
|
2401
|
-
"icon": "https://
|
|
2405
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/subspace_gemini_3d-native-tssc.png"
|
|
2402
2406
|
},
|
|
2403
2407
|
"subspace_gemini_3e-NATIVE-tSSC": {
|
|
2404
2408
|
"originChain": "subspace_gemini_3e",
|
|
@@ -2412,7 +2416,7 @@
|
|
|
2412
2416
|
"metadata": null,
|
|
2413
2417
|
"multiChainAsset": null,
|
|
2414
2418
|
"hasValue": false,
|
|
2415
|
-
"icon": "https://
|
|
2419
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/subspace_gemini_3e-native-tssc.png"
|
|
2416
2420
|
},
|
|
2417
2421
|
"subspace_gemini_3f-NATIVE-tSSC": {
|
|
2418
2422
|
"originChain": "subspace_gemini_3f",
|
|
@@ -2426,7 +2430,7 @@
|
|
|
2426
2430
|
"metadata": null,
|
|
2427
2431
|
"multiChainAsset": null,
|
|
2428
2432
|
"hasValue": false,
|
|
2429
|
-
"icon": "https://
|
|
2433
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/subspace_gemini_3f-native-tssc.png"
|
|
2430
2434
|
},
|
|
2431
2435
|
"origintrail-NATIVE-OTP": {
|
|
2432
2436
|
"originChain": "origintrail",
|
|
@@ -2440,7 +2444,7 @@
|
|
|
2440
2444
|
"metadata": null,
|
|
2441
2445
|
"multiChainAsset": null,
|
|
2442
2446
|
"hasValue": true,
|
|
2443
|
-
"icon": "https://
|
|
2447
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/origintrail-native-otp.png"
|
|
2444
2448
|
},
|
|
2445
2449
|
"dorafactory-NATIVE-DORA": {
|
|
2446
2450
|
"originChain": "dorafactory",
|
|
@@ -2454,7 +2458,7 @@
|
|
|
2454
2458
|
"metadata": null,
|
|
2455
2459
|
"multiChainAsset": null,
|
|
2456
2460
|
"hasValue": true,
|
|
2457
|
-
"icon": "https://
|
|
2461
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/dorafactory-native-dora.png"
|
|
2458
2462
|
},
|
|
2459
2463
|
"bajun-NATIVE-BAJU": {
|
|
2460
2464
|
"originChain": "bajun",
|
|
@@ -2468,7 +2472,7 @@
|
|
|
2468
2472
|
"metadata": null,
|
|
2469
2473
|
"multiChainAsset": null,
|
|
2470
2474
|
"hasValue": true,
|
|
2471
|
-
"icon": "https://
|
|
2475
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/bajun-native-baju.png"
|
|
2472
2476
|
},
|
|
2473
2477
|
"listen-NATIVE-LT": {
|
|
2474
2478
|
"originChain": "listen",
|
|
@@ -2482,7 +2486,7 @@
|
|
|
2482
2486
|
"metadata": null,
|
|
2483
2487
|
"multiChainAsset": null,
|
|
2484
2488
|
"hasValue": true,
|
|
2485
|
-
"icon": "https://
|
|
2489
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/listen-native-lt.png"
|
|
2486
2490
|
},
|
|
2487
2491
|
"kabocha-NATIVE-KAB": {
|
|
2488
2492
|
"originChain": "kabocha",
|
|
@@ -2496,7 +2500,7 @@
|
|
|
2496
2500
|
"metadata": null,
|
|
2497
2501
|
"multiChainAsset": null,
|
|
2498
2502
|
"hasValue": true,
|
|
2499
|
-
"icon": "https://
|
|
2503
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/kabocha-native-kab.png"
|
|
2500
2504
|
},
|
|
2501
2505
|
"gmdie-NATIVE-FREN": {
|
|
2502
2506
|
"originChain": "gmdie",
|
|
@@ -2510,7 +2514,7 @@
|
|
|
2510
2514
|
"metadata": null,
|
|
2511
2515
|
"multiChainAsset": null,
|
|
2512
2516
|
"hasValue": true,
|
|
2513
|
-
"icon": "https://
|
|
2517
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/gmdie-native-fren.png"
|
|
2514
2518
|
},
|
|
2515
2519
|
"ternoa-NATIVE-CAPS": {
|
|
2516
2520
|
"originChain": "ternoa",
|
|
@@ -2524,7 +2528,7 @@
|
|
|
2524
2528
|
"metadata": null,
|
|
2525
2529
|
"multiChainAsset": null,
|
|
2526
2530
|
"hasValue": true,
|
|
2527
|
-
"icon": "https://
|
|
2531
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ternoa-native-caps.png"
|
|
2528
2532
|
},
|
|
2529
2533
|
"tanganika-NATIVE-DHX": {
|
|
2530
2534
|
"originChain": "tanganika",
|
|
@@ -2538,7 +2542,7 @@
|
|
|
2538
2542
|
"metadata": null,
|
|
2539
2543
|
"multiChainAsset": null,
|
|
2540
2544
|
"hasValue": true,
|
|
2541
|
-
"icon": "https://
|
|
2545
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/tanganika-native-dhx.png"
|
|
2542
2546
|
},
|
|
2543
2547
|
"pendulum-NATIVE-PEN": {
|
|
2544
2548
|
"originChain": "pendulum",
|
|
@@ -2552,7 +2556,7 @@
|
|
|
2552
2556
|
"metadata": null,
|
|
2553
2557
|
"multiChainAsset": null,
|
|
2554
2558
|
"hasValue": true,
|
|
2555
|
-
"icon": "https://
|
|
2559
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/pendulum-native-pen.png"
|
|
2556
2560
|
},
|
|
2557
2561
|
"pendulum-LOCAL-DOT": {
|
|
2558
2562
|
"originChain": "pendulum",
|
|
@@ -2570,7 +2574,7 @@
|
|
|
2570
2574
|
},
|
|
2571
2575
|
"multiChainAsset": "DOT-Polkadot",
|
|
2572
2576
|
"hasValue": true,
|
|
2573
|
-
"icon": "https://
|
|
2577
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/pendulum-local-dot.png"
|
|
2574
2578
|
},
|
|
2575
2579
|
"pendulum-LOCAL-USDT": {
|
|
2576
2580
|
"originChain": "pendulum",
|
|
@@ -2588,7 +2592,7 @@
|
|
|
2588
2592
|
},
|
|
2589
2593
|
"multiChainAsset": "USDT-Tether",
|
|
2590
2594
|
"hasValue": true,
|
|
2591
|
-
"icon": "https://
|
|
2595
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/pendulum-local-usdt.png"
|
|
2592
2596
|
},
|
|
2593
2597
|
"gear_testnet-NATIVE-Unit": {
|
|
2594
2598
|
"originChain": "gear_testnet",
|
|
@@ -2602,7 +2606,7 @@
|
|
|
2602
2606
|
"metadata": null,
|
|
2603
2607
|
"multiChainAsset": null,
|
|
2604
2608
|
"hasValue": false,
|
|
2605
|
-
"icon": "https://
|
|
2609
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/gear_testnet-native-unit.png"
|
|
2606
2610
|
},
|
|
2607
2611
|
"ternoa_alphanet-NATIVE-CAPS": {
|
|
2608
2612
|
"originChain": "ternoa_alphanet",
|
|
@@ -2616,7 +2620,7 @@
|
|
|
2616
2620
|
"metadata": null,
|
|
2617
2621
|
"multiChainAsset": null,
|
|
2618
2622
|
"hasValue": false,
|
|
2619
|
-
"icon": "https://
|
|
2623
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ternoa_alphanet-native-caps.png"
|
|
2620
2624
|
},
|
|
2621
2625
|
"calamari_test-NATIVE-KMA": {
|
|
2622
2626
|
"originChain": "calamari_test",
|
|
@@ -2630,7 +2634,7 @@
|
|
|
2630
2634
|
"metadata": null,
|
|
2631
2635
|
"multiChainAsset": null,
|
|
2632
2636
|
"hasValue": false,
|
|
2633
|
-
"icon": "https://
|
|
2637
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/calamari_test-native-kma.png"
|
|
2634
2638
|
},
|
|
2635
2639
|
"boba-NATIVE-ETH": {
|
|
2636
2640
|
"originChain": "boba",
|
|
@@ -2644,7 +2648,7 @@
|
|
|
2644
2648
|
"metadata": null,
|
|
2645
2649
|
"multiChainAsset": "ETH-Ethereum",
|
|
2646
2650
|
"hasValue": true,
|
|
2647
|
-
"icon": "https://
|
|
2651
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/boba-native-eth.png"
|
|
2648
2652
|
},
|
|
2649
2653
|
"kilt_peregrine-NATIVE-PILT": {
|
|
2650
2654
|
"originChain": "kilt_peregrine",
|
|
@@ -2658,7 +2662,7 @@
|
|
|
2658
2662
|
"metadata": null,
|
|
2659
2663
|
"multiChainAsset": null,
|
|
2660
2664
|
"hasValue": false,
|
|
2661
|
-
"icon": "https://
|
|
2665
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/kilt_peregrine-native-pilt.png"
|
|
2662
2666
|
},
|
|
2663
2667
|
"xx_network-NATIVE-xx": {
|
|
2664
2668
|
"originChain": "xx_network",
|
|
@@ -2672,7 +2676,7 @@
|
|
|
2672
2676
|
"metadata": null,
|
|
2673
2677
|
"multiChainAsset": null,
|
|
2674
2678
|
"hasValue": true,
|
|
2675
|
-
"icon": "https://
|
|
2679
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/xx_network-native-xx.png"
|
|
2676
2680
|
},
|
|
2677
2681
|
"watr_network-NATIVE-WATRD": {
|
|
2678
2682
|
"originChain": "watr_network",
|
|
@@ -2686,7 +2690,7 @@
|
|
|
2686
2690
|
"metadata": null,
|
|
2687
2691
|
"multiChainAsset": null,
|
|
2688
2692
|
"hasValue": false,
|
|
2689
|
-
"icon": "https://
|
|
2693
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/watr_network-native-watrd.png"
|
|
2690
2694
|
},
|
|
2691
2695
|
"watr_mainnet-NATIVE-WATR": {
|
|
2692
2696
|
"originChain": "watr_mainnet",
|
|
@@ -2700,7 +2704,7 @@
|
|
|
2700
2704
|
"metadata": null,
|
|
2701
2705
|
"multiChainAsset": null,
|
|
2702
2706
|
"hasValue": true,
|
|
2703
|
-
"icon": "https://
|
|
2707
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/watr_mainnet-native-watr.png"
|
|
2704
2708
|
},
|
|
2705
2709
|
"watr_mainnet_evm-NATIVE-WATR": {
|
|
2706
2710
|
"originChain": "watr_mainnet_evm",
|
|
@@ -2714,7 +2718,7 @@
|
|
|
2714
2718
|
"metadata": null,
|
|
2715
2719
|
"multiChainAsset": null,
|
|
2716
2720
|
"hasValue": true,
|
|
2717
|
-
"icon": "https://
|
|
2721
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/watr_mainnet_evm-native-watr.png"
|
|
2718
2722
|
},
|
|
2719
2723
|
"watr_network_evm-NATIVE-WATRD": {
|
|
2720
2724
|
"originChain": "watr_network_evm",
|
|
@@ -2728,7 +2732,7 @@
|
|
|
2728
2732
|
"metadata": null,
|
|
2729
2733
|
"multiChainAsset": null,
|
|
2730
2734
|
"hasValue": false,
|
|
2731
|
-
"icon": "https://
|
|
2735
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/watr_network_evm-native-watrd.png"
|
|
2732
2736
|
},
|
|
2733
2737
|
"fusotao-NATIVE-TAO": {
|
|
2734
2738
|
"originChain": "fusotao",
|
|
@@ -2742,7 +2746,7 @@
|
|
|
2742
2746
|
"metadata": null,
|
|
2743
2747
|
"multiChainAsset": null,
|
|
2744
2748
|
"hasValue": true,
|
|
2745
|
-
"icon": "https://
|
|
2749
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/fusotao-native-tao.png"
|
|
2746
2750
|
},
|
|
2747
2751
|
"discovol-NATIVE-DISC": {
|
|
2748
2752
|
"originChain": "discovol",
|
|
@@ -2756,7 +2760,7 @@
|
|
|
2756
2760
|
"metadata": null,
|
|
2757
2761
|
"multiChainAsset": null,
|
|
2758
2762
|
"hasValue": true,
|
|
2759
|
-
"icon": "https://
|
|
2763
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/discovol-native-disc.png"
|
|
2760
2764
|
},
|
|
2761
2765
|
"discovol_testnet-NATIVE-DISC": {
|
|
2762
2766
|
"originChain": "discovol_testnet",
|
|
@@ -2770,7 +2774,7 @@
|
|
|
2770
2774
|
"metadata": null,
|
|
2771
2775
|
"multiChainAsset": null,
|
|
2772
2776
|
"hasValue": false,
|
|
2773
|
-
"icon": "https://
|
|
2777
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/discovol_testnet-native-disc.png"
|
|
2774
2778
|
},
|
|
2775
2779
|
"atocha-NATIVE-ATO": {
|
|
2776
2780
|
"originChain": "atocha",
|
|
@@ -2784,7 +2788,7 @@
|
|
|
2784
2788
|
"metadata": null,
|
|
2785
2789
|
"multiChainAsset": null,
|
|
2786
2790
|
"hasValue": true,
|
|
2787
|
-
"icon": "https://
|
|
2791
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/atocha-native-ato.png"
|
|
2788
2792
|
},
|
|
2789
2793
|
"myriad-NATIVE-MYRIA": {
|
|
2790
2794
|
"originChain": "myriad",
|
|
@@ -2798,7 +2802,7 @@
|
|
|
2798
2802
|
"metadata": null,
|
|
2799
2803
|
"multiChainAsset": null,
|
|
2800
2804
|
"hasValue": true,
|
|
2801
|
-
"icon": "https://
|
|
2805
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/myriad-native-myria.png"
|
|
2802
2806
|
},
|
|
2803
2807
|
"deBio-NATIVE-DBIO": {
|
|
2804
2808
|
"originChain": "deBio",
|
|
@@ -2812,7 +2816,7 @@
|
|
|
2812
2816
|
"metadata": null,
|
|
2813
2817
|
"multiChainAsset": null,
|
|
2814
2818
|
"hasValue": true,
|
|
2815
|
-
"icon": "https://
|
|
2819
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/debio-native-dbio.png"
|
|
2816
2820
|
},
|
|
2817
2821
|
"collectives-NATIVE-DOT": {
|
|
2818
2822
|
"originChain": "collectives",
|
|
@@ -2826,7 +2830,7 @@
|
|
|
2826
2830
|
"metadata": null,
|
|
2827
2831
|
"multiChainAsset": "DOT-Polkadot",
|
|
2828
2832
|
"hasValue": true,
|
|
2829
|
-
"icon": "https://
|
|
2833
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/collectives-native-dot.png"
|
|
2830
2834
|
},
|
|
2831
2835
|
"ajunaPolkadot-NATIVE-AJUN": {
|
|
2832
2836
|
"originChain": "ajunaPolkadot",
|
|
@@ -2840,7 +2844,7 @@
|
|
|
2840
2844
|
"metadata": null,
|
|
2841
2845
|
"multiChainAsset": null,
|
|
2842
2846
|
"hasValue": true,
|
|
2843
|
-
"icon": "https://
|
|
2847
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ajunapolkadot-native-ajun.png"
|
|
2844
2848
|
},
|
|
2845
2849
|
"bitgreen-NATIVE-BBB": {
|
|
2846
2850
|
"originChain": "bitgreen",
|
|
@@ -2854,7 +2858,7 @@
|
|
|
2854
2858
|
"metadata": null,
|
|
2855
2859
|
"multiChainAsset": null,
|
|
2856
2860
|
"hasValue": true,
|
|
2857
|
-
"icon": "https://
|
|
2861
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/bitgreen-native-bbb.png"
|
|
2858
2862
|
},
|
|
2859
2863
|
"frequency-NATIVE-FRQCY": {
|
|
2860
2864
|
"originChain": "frequency",
|
|
@@ -2868,7 +2872,7 @@
|
|
|
2868
2872
|
"metadata": null,
|
|
2869
2873
|
"multiChainAsset": null,
|
|
2870
2874
|
"hasValue": true,
|
|
2871
|
-
"icon": "https://
|
|
2875
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/frequency-native-frqcy.png"
|
|
2872
2876
|
},
|
|
2873
2877
|
"hashedNetwork-NATIVE-HASH": {
|
|
2874
2878
|
"originChain": "hashedNetwork",
|
|
@@ -2882,7 +2886,7 @@
|
|
|
2882
2886
|
"metadata": null,
|
|
2883
2887
|
"multiChainAsset": null,
|
|
2884
2888
|
"hasValue": true,
|
|
2885
|
-
"icon": "https://
|
|
2889
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/hashednetwork-native-hash.png"
|
|
2886
2890
|
},
|
|
2887
2891
|
"kapex-NATIVE-KPX": {
|
|
2888
2892
|
"originChain": "kapex",
|
|
@@ -2896,7 +2900,7 @@
|
|
|
2896
2900
|
"metadata": null,
|
|
2897
2901
|
"multiChainAsset": null,
|
|
2898
2902
|
"hasValue": true,
|
|
2899
|
-
"icon": "https://
|
|
2903
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/kapex-native-kpx.png"
|
|
2900
2904
|
},
|
|
2901
2905
|
"kylinNetwork-NATIVE-KYL": {
|
|
2902
2906
|
"originChain": "kylinNetwork",
|
|
@@ -2910,7 +2914,7 @@
|
|
|
2910
2914
|
"metadata": null,
|
|
2911
2915
|
"multiChainAsset": null,
|
|
2912
2916
|
"hasValue": true,
|
|
2913
|
-
"icon": "https://
|
|
2917
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/kylinnetwork-native-kyl.png"
|
|
2914
2918
|
},
|
|
2915
2919
|
"ipci-NATIVE-MITO": {
|
|
2916
2920
|
"originChain": "ipci",
|
|
@@ -2924,7 +2928,7 @@
|
|
|
2924
2928
|
"metadata": null,
|
|
2925
2929
|
"multiChainAsset": null,
|
|
2926
2930
|
"hasValue": true,
|
|
2927
|
-
"icon": "https://
|
|
2931
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ipci-native-mito.png"
|
|
2928
2932
|
},
|
|
2929
2933
|
"kico-NATIVE-KICO": {
|
|
2930
2934
|
"originChain": "kico",
|
|
@@ -2938,7 +2942,7 @@
|
|
|
2938
2942
|
"metadata": null,
|
|
2939
2943
|
"multiChainAsset": null,
|
|
2940
2944
|
"hasValue": true,
|
|
2941
|
-
"icon": "https://
|
|
2945
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/kico-native-kico.png"
|
|
2942
2946
|
},
|
|
2943
2947
|
"luhnNetwork-NATIVE-LUHN": {
|
|
2944
2948
|
"originChain": "luhnNetwork",
|
|
@@ -2952,7 +2956,7 @@
|
|
|
2952
2956
|
"metadata": null,
|
|
2953
2957
|
"multiChainAsset": null,
|
|
2954
2958
|
"hasValue": true,
|
|
2955
|
-
"icon": "https://
|
|
2959
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/luhnnetwork-native-luhn.png"
|
|
2956
2960
|
},
|
|
2957
2961
|
"pichiu-NATIVE-PCHU": {
|
|
2958
2962
|
"originChain": "pichiu",
|
|
@@ -2966,7 +2970,7 @@
|
|
|
2966
2970
|
"metadata": null,
|
|
2967
2971
|
"multiChainAsset": null,
|
|
2968
2972
|
"hasValue": true,
|
|
2969
|
-
"icon": "https://
|
|
2973
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/pichiu-native-pchu.png"
|
|
2970
2974
|
},
|
|
2971
2975
|
"riodefi-NATIVE-UNIT": {
|
|
2972
2976
|
"originChain": "riodefi",
|
|
@@ -2980,7 +2984,7 @@
|
|
|
2980
2984
|
"metadata": null,
|
|
2981
2985
|
"multiChainAsset": null,
|
|
2982
2986
|
"hasValue": true,
|
|
2983
|
-
"icon": "https://
|
|
2987
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/riodefi-native-unit.png"
|
|
2984
2988
|
},
|
|
2985
2989
|
"automata-NATIVE-ATA": {
|
|
2986
2990
|
"originChain": "automata",
|
|
@@ -2994,7 +2998,7 @@
|
|
|
2994
2998
|
"metadata": null,
|
|
2995
2999
|
"multiChainAsset": null,
|
|
2996
3000
|
"hasValue": true,
|
|
2997
|
-
"icon": "https://
|
|
3001
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/automata-native-ata.png"
|
|
2998
3002
|
},
|
|
2999
3003
|
"creditcoin-NATIVE-CTC": {
|
|
3000
3004
|
"originChain": "creditcoin",
|
|
@@ -3008,7 +3012,7 @@
|
|
|
3008
3012
|
"metadata": null,
|
|
3009
3013
|
"multiChainAsset": null,
|
|
3010
3014
|
"hasValue": true,
|
|
3011
|
-
"icon": "https://
|
|
3015
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/creditcoin-native-ctc.png"
|
|
3012
3016
|
},
|
|
3013
3017
|
"crownSterling-NATIVE-CSOV": {
|
|
3014
3018
|
"originChain": "crownSterling",
|
|
@@ -3022,7 +3026,7 @@
|
|
|
3022
3026
|
"metadata": null,
|
|
3023
3027
|
"multiChainAsset": null,
|
|
3024
3028
|
"hasValue": true,
|
|
3025
|
-
"icon": "https://
|
|
3029
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/crownsterling-native-csov.png"
|
|
3026
3030
|
},
|
|
3027
3031
|
"dockPosMainnet-NATIVE-DOCK": {
|
|
3028
3032
|
"originChain": "dockPosMainnet",
|
|
@@ -3036,7 +3040,7 @@
|
|
|
3036
3040
|
"metadata": null,
|
|
3037
3041
|
"multiChainAsset": null,
|
|
3038
3042
|
"hasValue": true,
|
|
3039
|
-
"icon": "https://
|
|
3043
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/dockposmainnet-native-dock.png"
|
|
3040
3044
|
},
|
|
3041
3045
|
"kusari-NATIVE-KSI": {
|
|
3042
3046
|
"originChain": "kusari",
|
|
@@ -3050,7 +3054,7 @@
|
|
|
3050
3054
|
"metadata": null,
|
|
3051
3055
|
"multiChainAsset": null,
|
|
3052
3056
|
"hasValue": true,
|
|
3053
|
-
"icon": "https://
|
|
3057
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/kusari-native-ksi.png"
|
|
3054
3058
|
},
|
|
3055
3059
|
"logion-NATIVE-LGNT": {
|
|
3056
3060
|
"originChain": "logion",
|
|
@@ -3064,7 +3068,7 @@
|
|
|
3064
3068
|
"metadata": null,
|
|
3065
3069
|
"multiChainAsset": null,
|
|
3066
3070
|
"hasValue": true,
|
|
3067
|
-
"icon": "https://
|
|
3071
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/logion-native-lgnt.png"
|
|
3068
3072
|
},
|
|
3069
3073
|
"neatcoin-NATIVE-NEAT": {
|
|
3070
3074
|
"originChain": "neatcoin",
|
|
@@ -3078,7 +3082,7 @@
|
|
|
3078
3082
|
"metadata": null,
|
|
3079
3083
|
"multiChainAsset": null,
|
|
3080
3084
|
"hasValue": true,
|
|
3081
|
-
"icon": "https://
|
|
3085
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/neatcoin-native-neat.png"
|
|
3082
3086
|
},
|
|
3083
3087
|
"nftmart-NATIVE-NMT": {
|
|
3084
3088
|
"originChain": "nftmart",
|
|
@@ -3092,7 +3096,7 @@
|
|
|
3092
3096
|
"metadata": null,
|
|
3093
3097
|
"multiChainAsset": null,
|
|
3094
3098
|
"hasValue": true,
|
|
3095
|
-
"icon": "https://
|
|
3099
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/nftmart-native-nmt.png"
|
|
3096
3100
|
},
|
|
3097
3101
|
"polymesh-NATIVE-POLYX": {
|
|
3098
3102
|
"originChain": "polymesh",
|
|
@@ -3106,7 +3110,7 @@
|
|
|
3106
3110
|
"metadata": null,
|
|
3107
3111
|
"multiChainAsset": null,
|
|
3108
3112
|
"hasValue": true,
|
|
3109
|
-
"icon": "https://
|
|
3113
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/polymesh-native-polyx.png"
|
|
3110
3114
|
},
|
|
3111
3115
|
"riochain-NATIVE-RFUEL": {
|
|
3112
3116
|
"originChain": "riochain",
|
|
@@ -3120,7 +3124,7 @@
|
|
|
3120
3124
|
"metadata": null,
|
|
3121
3125
|
"multiChainAsset": null,
|
|
3122
3126
|
"hasValue": true,
|
|
3123
|
-
"icon": "https://
|
|
3127
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/riochain-native-rfuel.png"
|
|
3124
3128
|
},
|
|
3125
3129
|
"sherpax-NATIVE-KSX": {
|
|
3126
3130
|
"originChain": "sherpax",
|
|
@@ -3134,7 +3138,7 @@
|
|
|
3134
3138
|
"metadata": null,
|
|
3135
3139
|
"multiChainAsset": null,
|
|
3136
3140
|
"hasValue": true,
|
|
3137
|
-
"icon": "https://
|
|
3141
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/sherpax-native-ksx.png"
|
|
3138
3142
|
},
|
|
3139
3143
|
"sora_substrate-NATIVE-XOR": {
|
|
3140
3144
|
"originChain": "sora_substrate",
|
|
@@ -3150,7 +3154,7 @@
|
|
|
3150
3154
|
},
|
|
3151
3155
|
"multiChainAsset": null,
|
|
3152
3156
|
"hasValue": true,
|
|
3153
|
-
"icon": "https://
|
|
3157
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/sora_substrate-native-xor.png"
|
|
3154
3158
|
},
|
|
3155
3159
|
"swapdex-NATIVE-SDX": {
|
|
3156
3160
|
"originChain": "swapdex",
|
|
@@ -3164,7 +3168,7 @@
|
|
|
3164
3168
|
"metadata": null,
|
|
3165
3169
|
"multiChainAsset": null,
|
|
3166
3170
|
"hasValue": true,
|
|
3167
|
-
"icon": "https://
|
|
3171
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/swapdex-native-sdx.png"
|
|
3168
3172
|
},
|
|
3169
3173
|
"3dpass-NATIVE-P3D": {
|
|
3170
3174
|
"originChain": "3dpass",
|
|
@@ -3178,7 +3182,7 @@
|
|
|
3178
3182
|
"metadata": null,
|
|
3179
3183
|
"multiChainAsset": null,
|
|
3180
3184
|
"hasValue": true,
|
|
3181
|
-
"icon": "https://
|
|
3185
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/3dpass-native-p3d.png"
|
|
3182
3186
|
},
|
|
3183
3187
|
"alephSmartNet-NATIVE-SZERO": {
|
|
3184
3188
|
"originChain": "alephSmartNet",
|
|
@@ -3192,7 +3196,7 @@
|
|
|
3192
3196
|
"metadata": null,
|
|
3193
3197
|
"multiChainAsset": null,
|
|
3194
3198
|
"hasValue": true,
|
|
3195
|
-
"icon": "https://
|
|
3199
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/alephsmartnet-native-szero.png"
|
|
3196
3200
|
},
|
|
3197
3201
|
"kulupu-NATIVE-KLP": {
|
|
3198
3202
|
"originChain": "kulupu",
|
|
@@ -3206,7 +3210,7 @@
|
|
|
3206
3210
|
"metadata": null,
|
|
3207
3211
|
"multiChainAsset": null,
|
|
3208
3212
|
"hasValue": true,
|
|
3209
|
-
"icon": "https://
|
|
3213
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/kulupu-native-klp.png"
|
|
3210
3214
|
},
|
|
3211
3215
|
"joystream-NATIVE-JOY": {
|
|
3212
3216
|
"originChain": "joystream",
|
|
@@ -3220,7 +3224,7 @@
|
|
|
3220
3224
|
"metadata": null,
|
|
3221
3225
|
"multiChainAsset": null,
|
|
3222
3226
|
"hasValue": true,
|
|
3223
|
-
"icon": "https://
|
|
3227
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/joystream-native-joy.png"
|
|
3224
3228
|
},
|
|
3225
3229
|
"statemint-LOCAL-USDt": {
|
|
3226
3230
|
"originChain": "statemint",
|
|
@@ -3251,7 +3255,7 @@
|
|
|
3251
3255
|
},
|
|
3252
3256
|
"multiChainAsset": "USDT-Tether",
|
|
3253
3257
|
"hasValue": true,
|
|
3254
|
-
"icon": "https://
|
|
3258
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/statemint-local-usdt.png"
|
|
3255
3259
|
},
|
|
3256
3260
|
"moonriver-LOCAL-xcKSM": {
|
|
3257
3261
|
"originChain": "moonriver",
|
|
@@ -3269,7 +3273,7 @@
|
|
|
3269
3273
|
},
|
|
3270
3274
|
"multiChainAsset": "KSM-Kusama",
|
|
3271
3275
|
"hasValue": true,
|
|
3272
|
-
"icon": "https://
|
|
3276
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonriver-local-xcksm.png"
|
|
3273
3277
|
},
|
|
3274
3278
|
"shiden-LOCAL-KSM": {
|
|
3275
3279
|
"originChain": "shiden",
|
|
@@ -3292,7 +3296,7 @@
|
|
|
3292
3296
|
},
|
|
3293
3297
|
"multiChainAsset": "KSM-Kusama",
|
|
3294
3298
|
"hasValue": true,
|
|
3295
|
-
"icon": "https://
|
|
3299
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/shiden-local-ksm.png"
|
|
3296
3300
|
},
|
|
3297
3301
|
"karura-LOCAL-KSM": {
|
|
3298
3302
|
"originChain": "karura",
|
|
@@ -3310,7 +3314,7 @@
|
|
|
3310
3314
|
},
|
|
3311
3315
|
"multiChainAsset": "KSM-Kusama",
|
|
3312
3316
|
"hasValue": true,
|
|
3313
|
-
"icon": "https://
|
|
3317
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/karura-local-ksm.png"
|
|
3314
3318
|
},
|
|
3315
3319
|
"karura-LOCAL-NEER": {
|
|
3316
3320
|
"originChain": "karura",
|
|
@@ -3328,7 +3332,7 @@
|
|
|
3328
3332
|
},
|
|
3329
3333
|
"multiChainAsset": "NEER-Pioneer",
|
|
3330
3334
|
"hasValue": true,
|
|
3331
|
-
"icon": "https://
|
|
3335
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/karura-local-neer.png"
|
|
3332
3336
|
},
|
|
3333
3337
|
"karura-LOCAL-BNC": {
|
|
3334
3338
|
"originChain": "karura",
|
|
@@ -3346,7 +3350,7 @@
|
|
|
3346
3350
|
},
|
|
3347
3351
|
"multiChainAsset": "BNC-BifrostKusama",
|
|
3348
3352
|
"hasValue": true,
|
|
3349
|
-
"icon": "https://
|
|
3353
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/karura-local-bnc.png"
|
|
3350
3354
|
},
|
|
3351
3355
|
"karura-LOCAL-tKSM": {
|
|
3352
3356
|
"originChain": "karura",
|
|
@@ -3364,7 +3368,7 @@
|
|
|
3364
3368
|
},
|
|
3365
3369
|
"multiChainAsset": null,
|
|
3366
3370
|
"hasValue": true,
|
|
3367
|
-
"icon": "https://
|
|
3371
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/karura-local-tksm.png"
|
|
3368
3372
|
},
|
|
3369
3373
|
"bifrost-LOCAL-KSM": {
|
|
3370
3374
|
"originChain": "bifrost",
|
|
@@ -3382,7 +3386,7 @@
|
|
|
3382
3386
|
},
|
|
3383
3387
|
"multiChainAsset": "KSM-Kusama",
|
|
3384
3388
|
"hasValue": true,
|
|
3385
|
-
"icon": "https://
|
|
3389
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/bifrost-local-ksm.png"
|
|
3386
3390
|
},
|
|
3387
3391
|
"bifrost-LOCAL-vKSM": {
|
|
3388
3392
|
"originChain": "bifrost",
|
|
@@ -3400,7 +3404,7 @@
|
|
|
3400
3404
|
},
|
|
3401
3405
|
"multiChainAsset": null,
|
|
3402
3406
|
"hasValue": true,
|
|
3403
|
-
"icon": "https://
|
|
3407
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/bifrost-local-vksm.png"
|
|
3404
3408
|
},
|
|
3405
3409
|
"bifrost-LOCAL-vsKSM": {
|
|
3406
3410
|
"originChain": "bifrost",
|
|
@@ -3418,7 +3422,7 @@
|
|
|
3418
3422
|
},
|
|
3419
3423
|
"multiChainAsset": null,
|
|
3420
3424
|
"hasValue": true,
|
|
3421
|
-
"icon": "https://
|
|
3425
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/bifrost-local-vsksm.png"
|
|
3422
3426
|
},
|
|
3423
3427
|
"bifrost-LOCAL-vMOVR": {
|
|
3424
3428
|
"originChain": "bifrost",
|
|
@@ -3436,7 +3440,7 @@
|
|
|
3436
3440
|
},
|
|
3437
3441
|
"multiChainAsset": null,
|
|
3438
3442
|
"hasValue": true,
|
|
3439
|
-
"icon": "https://
|
|
3443
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/bifrost-local-vmovr.png"
|
|
3440
3444
|
},
|
|
3441
3445
|
"bifrost-LOCAL-vBNC": {
|
|
3442
3446
|
"originChain": "bifrost",
|
|
@@ -3454,7 +3458,7 @@
|
|
|
3454
3458
|
},
|
|
3455
3459
|
"multiChainAsset": null,
|
|
3456
3460
|
"hasValue": true,
|
|
3457
|
-
"icon": "https://
|
|
3461
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/bifrost-local-vbnc.png"
|
|
3458
3462
|
},
|
|
3459
3463
|
"moonbeam-LOCAL-xcUSDT": {
|
|
3460
3464
|
"originChain": "moonbeam",
|
|
@@ -3472,7 +3476,7 @@
|
|
|
3472
3476
|
},
|
|
3473
3477
|
"multiChainAsset": "USDT-Tether",
|
|
3474
3478
|
"hasValue": true,
|
|
3475
|
-
"icon": "https://
|
|
3479
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-local-xcusdt.png"
|
|
3476
3480
|
},
|
|
3477
3481
|
"moonbeam-LOCAL-xcEQ": {
|
|
3478
3482
|
"originChain": "moonbeam",
|
|
@@ -3490,7 +3494,7 @@
|
|
|
3490
3494
|
},
|
|
3491
3495
|
"multiChainAsset": "EQ-Equilibrium",
|
|
3492
3496
|
"hasValue": true,
|
|
3493
|
-
"icon": "https://
|
|
3497
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-local-xceq.png"
|
|
3494
3498
|
},
|
|
3495
3499
|
"moonbeam-LOCAL-xcEQD": {
|
|
3496
3500
|
"originChain": "moonbeam",
|
|
@@ -3508,7 +3512,7 @@
|
|
|
3508
3512
|
},
|
|
3509
3513
|
"multiChainAsset": "EQD-EquilibriumUSD",
|
|
3510
3514
|
"hasValue": true,
|
|
3511
|
-
"icon": "https://
|
|
3515
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-local-xceqd.png"
|
|
3512
3516
|
},
|
|
3513
3517
|
"moonriver-LOCAL-xcaUSD": {
|
|
3514
3518
|
"originChain": "moonriver",
|
|
@@ -3526,7 +3530,7 @@
|
|
|
3526
3530
|
},
|
|
3527
3531
|
"multiChainAsset": "aUSD-KaruraDollar",
|
|
3528
3532
|
"hasValue": true,
|
|
3529
|
-
"icon": "https://
|
|
3533
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonriver-local-xcausd.png"
|
|
3530
3534
|
},
|
|
3531
3535
|
"moonriver-LOCAL-xcKINT": {
|
|
3532
3536
|
"originChain": "moonriver",
|
|
@@ -3544,7 +3548,7 @@
|
|
|
3544
3548
|
},
|
|
3545
3549
|
"multiChainAsset": "KINT-Kintsugi",
|
|
3546
3550
|
"hasValue": true,
|
|
3547
|
-
"icon": "https://
|
|
3551
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonriver-local-xckint.png"
|
|
3548
3552
|
},
|
|
3549
3553
|
"moonriver-LOCAL-xckBTC": {
|
|
3550
3554
|
"originChain": "moonriver",
|
|
@@ -3562,7 +3566,7 @@
|
|
|
3562
3566
|
},
|
|
3563
3567
|
"multiChainAsset": "kBTC-KintsugiWrappedBTC",
|
|
3564
3568
|
"hasValue": true,
|
|
3565
|
-
"icon": "https://
|
|
3569
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonriver-local-xckbtc.png"
|
|
3566
3570
|
},
|
|
3567
3571
|
"moonriver-LOCAL-xcBNC": {
|
|
3568
3572
|
"originChain": "moonriver",
|
|
@@ -3580,7 +3584,7 @@
|
|
|
3580
3584
|
},
|
|
3581
3585
|
"multiChainAsset": "BNC-BifrostKusama",
|
|
3582
3586
|
"hasValue": true,
|
|
3583
|
-
"icon": "https://
|
|
3587
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonriver-local-xcbnc.png"
|
|
3584
3588
|
},
|
|
3585
3589
|
"astar-LOCAL-aUSD": {
|
|
3586
3590
|
"originChain": "astar",
|
|
@@ -3611,7 +3615,7 @@
|
|
|
3611
3615
|
},
|
|
3612
3616
|
"multiChainAsset": "aUSD-AcalaDollar",
|
|
3613
3617
|
"hasValue": true,
|
|
3614
|
-
"icon": "https://
|
|
3618
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astar-local-ausd.png"
|
|
3615
3619
|
},
|
|
3616
3620
|
"astar-LOCAL-LDOT": {
|
|
3617
3621
|
"originChain": "astar",
|
|
@@ -3627,7 +3631,7 @@
|
|
|
3627
3631
|
},
|
|
3628
3632
|
"multiChainAsset": null,
|
|
3629
3633
|
"hasValue": true,
|
|
3630
|
-
"icon": "https://
|
|
3634
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astar-local-ldot.png"
|
|
3631
3635
|
},
|
|
3632
3636
|
"astar-LOCAL-ACA": {
|
|
3633
3637
|
"originChain": "astar",
|
|
@@ -3643,7 +3647,7 @@
|
|
|
3643
3647
|
},
|
|
3644
3648
|
"multiChainAsset": "ACA-Acala",
|
|
3645
3649
|
"hasValue": true,
|
|
3646
|
-
"icon": "https://
|
|
3650
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astar-local-aca.png"
|
|
3647
3651
|
},
|
|
3648
3652
|
"astarEvm-ERC20-aUSD-0xfFFFFfFF00000000000000010000000000000001": {
|
|
3649
3653
|
"originChain": "astarEvm",
|
|
@@ -3659,7 +3663,7 @@
|
|
|
3659
3663
|
},
|
|
3660
3664
|
"multiChainAsset": "aUSD-AcalaDollar",
|
|
3661
3665
|
"hasValue": true,
|
|
3662
|
-
"icon": "https://
|
|
3666
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc20-ausd-0xffffffff00000000000000010000000000000001.png"
|
|
3663
3667
|
},
|
|
3664
3668
|
"moonriver-LOCAL-xcKAR": {
|
|
3665
3669
|
"originChain": "moonriver",
|
|
@@ -3677,7 +3681,7 @@
|
|
|
3677
3681
|
},
|
|
3678
3682
|
"multiChainAsset": "KAR-Karura",
|
|
3679
3683
|
"hasValue": true,
|
|
3680
|
-
"icon": "https://
|
|
3684
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonriver-local-xckar.png"
|
|
3681
3685
|
},
|
|
3682
3686
|
"karura-LOCAL-aSEED": {
|
|
3683
3687
|
"originChain": "karura",
|
|
@@ -3695,7 +3699,7 @@
|
|
|
3695
3699
|
},
|
|
3696
3700
|
"multiChainAsset": "aSEED-aSEEDKarura",
|
|
3697
3701
|
"hasValue": true,
|
|
3698
|
-
"icon": "https://
|
|
3702
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/karura-local-aseed.png"
|
|
3699
3703
|
},
|
|
3700
3704
|
"shiden-LOCAL-aUSD": {
|
|
3701
3705
|
"originChain": "shiden",
|
|
@@ -3712,7 +3716,7 @@
|
|
|
3712
3716
|
},
|
|
3713
3717
|
"multiChainAsset": "aUSD-KaruraDollar",
|
|
3714
3718
|
"hasValue": true,
|
|
3715
|
-
"icon": "https://
|
|
3719
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/shiden-local-ausd.png"
|
|
3716
3720
|
},
|
|
3717
3721
|
"shidenEvm-ERC20-aUSD-0xfFFfFFfF00000000000000010000000000000000": {
|
|
3718
3722
|
"originChain": "shidenEvm",
|
|
@@ -3728,7 +3732,7 @@
|
|
|
3728
3732
|
},
|
|
3729
3733
|
"multiChainAsset": "aUSD-KaruraDollar",
|
|
3730
3734
|
"hasValue": true,
|
|
3731
|
-
"icon": "https://
|
|
3735
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/shidenevm-erc20-ausd-0xffffffff00000000000000010000000000000000.png"
|
|
3732
3736
|
},
|
|
3733
3737
|
"bifrost-LOCAL-aUSD": {
|
|
3734
3738
|
"originChain": "bifrost",
|
|
@@ -3746,7 +3750,7 @@
|
|
|
3746
3750
|
},
|
|
3747
3751
|
"multiChainAsset": "aUSD-KaruraDollar",
|
|
3748
3752
|
"hasValue": true,
|
|
3749
|
-
"icon": "https://
|
|
3753
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/bifrost-local-ausd.png"
|
|
3750
3754
|
},
|
|
3751
3755
|
"bifrost-LOCAL-KAR": {
|
|
3752
3756
|
"originChain": "bifrost",
|
|
@@ -3764,7 +3768,7 @@
|
|
|
3764
3768
|
},
|
|
3765
3769
|
"multiChainAsset": "KAR-Karura",
|
|
3766
3770
|
"hasValue": true,
|
|
3767
|
-
"icon": "https://
|
|
3771
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/bifrost-local-kar.png"
|
|
3768
3772
|
},
|
|
3769
3773
|
"statemine-LOCAL-USDt": {
|
|
3770
3774
|
"originChain": "statemine",
|
|
@@ -3780,7 +3784,7 @@
|
|
|
3780
3784
|
},
|
|
3781
3785
|
"multiChainAsset": "USDT-Tether",
|
|
3782
3786
|
"hasValue": true,
|
|
3783
|
-
"icon": "https://
|
|
3787
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/statemine-local-usdt.png"
|
|
3784
3788
|
},
|
|
3785
3789
|
"statemine-LOCAL-RMRK": {
|
|
3786
3790
|
"originChain": "statemine",
|
|
@@ -3796,7 +3800,7 @@
|
|
|
3796
3800
|
},
|
|
3797
3801
|
"multiChainAsset": "RMRK-RMRKApp",
|
|
3798
3802
|
"hasValue": true,
|
|
3799
|
-
"icon": "https://
|
|
3803
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/statemine-local-rmrk.png"
|
|
3800
3804
|
},
|
|
3801
3805
|
"statemine-LOCAL-ARIS": {
|
|
3802
3806
|
"originChain": "statemine",
|
|
@@ -3812,7 +3816,7 @@
|
|
|
3812
3816
|
},
|
|
3813
3817
|
"multiChainAsset": null,
|
|
3814
3818
|
"hasValue": true,
|
|
3815
|
-
"icon": "https://
|
|
3819
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/statemine-local-aris.png"
|
|
3816
3820
|
},
|
|
3817
3821
|
"statemine-LOCAL-BILL": {
|
|
3818
3822
|
"originChain": "statemine",
|
|
@@ -3828,7 +3832,7 @@
|
|
|
3828
3832
|
},
|
|
3829
3833
|
"multiChainAsset": null,
|
|
3830
3834
|
"hasValue": true,
|
|
3831
|
-
"icon": "https://
|
|
3835
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/statemine-local-bill.png"
|
|
3832
3836
|
},
|
|
3833
3837
|
"statemine-LOCAL-CHAOS": {
|
|
3834
3838
|
"originChain": "statemine",
|
|
@@ -3844,7 +3848,7 @@
|
|
|
3844
3848
|
},
|
|
3845
3849
|
"multiChainAsset": null,
|
|
3846
3850
|
"hasValue": true,
|
|
3847
|
-
"icon": "https://
|
|
3851
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/statemine-local-chaos.png"
|
|
3848
3852
|
},
|
|
3849
3853
|
"statemine-LOCAL-CHRWNA": {
|
|
3850
3854
|
"originChain": "statemine",
|
|
@@ -3860,7 +3864,7 @@
|
|
|
3860
3864
|
},
|
|
3861
3865
|
"multiChainAsset": null,
|
|
3862
3866
|
"hasValue": true,
|
|
3863
|
-
"icon": "https://
|
|
3867
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/statemine-local-chrwna.png"
|
|
3864
3868
|
},
|
|
3865
3869
|
"statemine-LOCAL-BAILEGO": {
|
|
3866
3870
|
"originChain": "statemine",
|
|
@@ -3876,7 +3880,7 @@
|
|
|
3876
3880
|
},
|
|
3877
3881
|
"multiChainAsset": null,
|
|
3878
3882
|
"hasValue": true,
|
|
3879
|
-
"icon": "https://
|
|
3883
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/statemine-local-bailego.png"
|
|
3880
3884
|
},
|
|
3881
3885
|
"moonbase-ERC20-MFR-0xc2bFd8e028b342F0537aDC2bF310821c807c1312": {
|
|
3882
3886
|
"originChain": "moonbase",
|
|
@@ -3892,7 +3896,7 @@
|
|
|
3892
3896
|
},
|
|
3893
3897
|
"multiChainAsset": null,
|
|
3894
3898
|
"hasValue": false,
|
|
3895
|
-
"icon": "https://
|
|
3899
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbase-erc20-mfr-0xc2bfd8e028b342f0537adc2bf310821c807c1312.png"
|
|
3896
3900
|
},
|
|
3897
3901
|
"moonbase-ERC20-MFG-0x3ef88816ebE8F50019e931bdFFB0e428A44a29B1": {
|
|
3898
3902
|
"originChain": "moonbase",
|
|
@@ -3908,7 +3912,7 @@
|
|
|
3908
3912
|
},
|
|
3909
3913
|
"multiChainAsset": null,
|
|
3910
3914
|
"hasValue": false,
|
|
3911
|
-
"icon": "https://
|
|
3915
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbase-erc20-mfg-0x3ef88816ebe8f50019e931bdffb0e428a44a29b1.png"
|
|
3912
3916
|
},
|
|
3913
3917
|
"moonbeam-ERC20-USDC-0x818ec0A7Fe18Ff94269904fCED6AE3DaE6d6dC0b": {
|
|
3914
3918
|
"originChain": "moonbeam",
|
|
@@ -3924,7 +3928,7 @@
|
|
|
3924
3928
|
},
|
|
3925
3929
|
"multiChainAsset": "USDC-USDCoin",
|
|
3926
3930
|
"hasValue": true,
|
|
3927
|
-
"icon": "https://
|
|
3931
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc20-usdc-0x818ec0a7fe18ff94269904fced6ae3dae6d6dc0b.png"
|
|
3928
3932
|
},
|
|
3929
3933
|
"moonbeam-ERC20-BNB-0xc9BAA8cfdDe8E328787E29b4B078abf2DaDc2055": {
|
|
3930
3934
|
"originChain": "moonbeam",
|
|
@@ -3940,7 +3944,7 @@
|
|
|
3940
3944
|
},
|
|
3941
3945
|
"multiChainAsset": "BNB-Binance",
|
|
3942
3946
|
"hasValue": true,
|
|
3943
|
-
"icon": "https://
|
|
3947
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc20-bnb-0xc9baa8cfdde8e328787e29b4b078abf2dadc2055.png"
|
|
3944
3948
|
},
|
|
3945
3949
|
"moonbeam-ERC20-GLINT-0xcd3B51D98478D53F4515A306bE565c6EebeF1D58": {
|
|
3946
3950
|
"originChain": "moonbeam",
|
|
@@ -3956,7 +3960,7 @@
|
|
|
3956
3960
|
},
|
|
3957
3961
|
"multiChainAsset": null,
|
|
3958
3962
|
"hasValue": true,
|
|
3959
|
-
"icon": "https://
|
|
3963
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc20-glint-0xcd3b51d98478d53f4515a306be565c6eebef1d58.png"
|
|
3960
3964
|
},
|
|
3961
3965
|
"moonbeam-ERC20-SHARE-0x4204cAd97732282d261FbB7088e07557810A6408": {
|
|
3962
3966
|
"originChain": "moonbeam",
|
|
@@ -3972,7 +3976,7 @@
|
|
|
3972
3976
|
},
|
|
3973
3977
|
"multiChainAsset": null,
|
|
3974
3978
|
"hasValue": true,
|
|
3975
|
-
"icon": "https://
|
|
3979
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc20-share-0x4204cad97732282d261fbb7088e07557810a6408.png"
|
|
3976
3980
|
},
|
|
3977
3981
|
"moonbeam-ERC20-BEANS-0x65b09ef8c5A096C5Fd3A80f1F7369E56eB932412": {
|
|
3978
3982
|
"originChain": "moonbeam",
|
|
@@ -3988,7 +3992,7 @@
|
|
|
3988
3992
|
},
|
|
3989
3993
|
"multiChainAsset": null,
|
|
3990
3994
|
"hasValue": true,
|
|
3991
|
-
"icon": "https://
|
|
3995
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc20-beans-0x65b09ef8c5a096c5fd3a80f1f7369e56eb932412.png"
|
|
3992
3996
|
},
|
|
3993
3997
|
"moonbeam-ERC20-STELLA-0x0E358838ce72d5e61E0018a2ffaC4bEC5F4c88d2": {
|
|
3994
3998
|
"originChain": "moonbeam",
|
|
@@ -4004,7 +4008,7 @@
|
|
|
4004
4008
|
},
|
|
4005
4009
|
"multiChainAsset": null,
|
|
4006
4010
|
"hasValue": true,
|
|
4007
|
-
"icon": "https://
|
|
4011
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc20-stella-0x0e358838ce72d5e61e0018a2ffac4bec5f4c88d2.png"
|
|
4008
4012
|
},
|
|
4009
4013
|
"moonbeam-ERC20-xStella-0x06A3b410b681c82417A906993aCeFb91bAB6A080": {
|
|
4010
4014
|
"originChain": "moonbeam",
|
|
@@ -4020,7 +4024,7 @@
|
|
|
4020
4024
|
},
|
|
4021
4025
|
"multiChainAsset": null,
|
|
4022
4026
|
"hasValue": true,
|
|
4023
|
-
"icon": "https://
|
|
4027
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc20-xstella-0x06a3b410b681c82417a906993acefb91bab6a080.png"
|
|
4024
4028
|
},
|
|
4025
4029
|
"moonbeam-ERC20-veSOLAR-0x0DB6729C03C85B0708166cA92801BcB5CAc781fC": {
|
|
4026
4030
|
"originChain": "moonbeam",
|
|
@@ -4036,7 +4040,7 @@
|
|
|
4036
4040
|
},
|
|
4037
4041
|
"multiChainAsset": null,
|
|
4038
4042
|
"hasValue": true,
|
|
4039
|
-
"icon": "https://
|
|
4043
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc20-vesolar-0x0db6729c03c85b0708166ca92801bcb5cac781fc.png"
|
|
4040
4044
|
},
|
|
4041
4045
|
"moonbeam-ERC20-FLARE-0xE3e43888fa7803cDC7BEA478aB327cF1A0dc11a7": {
|
|
4042
4046
|
"originChain": "moonbeam",
|
|
@@ -4052,7 +4056,7 @@
|
|
|
4052
4056
|
},
|
|
4053
4057
|
"multiChainAsset": null,
|
|
4054
4058
|
"hasValue": true,
|
|
4055
|
-
"icon": "https://
|
|
4059
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc20-flare-0xe3e43888fa7803cdc7bea478ab327cf1a0dc11a7.png"
|
|
4056
4060
|
},
|
|
4057
4061
|
"moonbeam-ERC20-CSG-0x2Dfc76901bB2ac2A5fA5fc479590A490BBB10a5F": {
|
|
4058
4062
|
"originChain": "moonbeam",
|
|
@@ -4068,7 +4072,7 @@
|
|
|
4068
4072
|
},
|
|
4069
4073
|
"multiChainAsset": null,
|
|
4070
4074
|
"hasValue": true,
|
|
4071
|
-
"icon": "https://
|
|
4075
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc20-csg-0x2dfc76901bb2ac2a5fa5fc479590a490bbb10a5f.png"
|
|
4072
4076
|
},
|
|
4073
4077
|
"moonbeam-ERC20-WELL-0x511ab53f793683763e5a8829738301368a2411e3": {
|
|
4074
4078
|
"originChain": "moonbeam",
|
|
@@ -4084,7 +4088,7 @@
|
|
|
4084
4088
|
},
|
|
4085
4089
|
"multiChainAsset": null,
|
|
4086
4090
|
"hasValue": true,
|
|
4087
|
-
"icon": "https://
|
|
4091
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc20-well-0x511ab53f793683763e5a8829738301368a2411e3.png"
|
|
4088
4092
|
},
|
|
4089
4093
|
"moonriver-ERC20-USDC-0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D": {
|
|
4090
4094
|
"originChain": "moonriver",
|
|
@@ -4100,7 +4104,7 @@
|
|
|
4100
4104
|
},
|
|
4101
4105
|
"multiChainAsset": "USDC-USDCoin",
|
|
4102
4106
|
"hasValue": true,
|
|
4103
|
-
"icon": "https://
|
|
4107
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonriver-erc20-usdc-0xe3f5a90f9cb311505cd691a46596599aa1a0ad7d.png"
|
|
4104
4108
|
},
|
|
4105
4109
|
"moonriver-ERC20-DAI-0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844": {
|
|
4106
4110
|
"originChain": "moonriver",
|
|
@@ -4116,7 +4120,7 @@
|
|
|
4116
4120
|
},
|
|
4117
4121
|
"multiChainAsset": "DAI-DaiStablecoin",
|
|
4118
4122
|
"hasValue": true,
|
|
4119
|
-
"icon": "https://
|
|
4123
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonriver-erc20-dai-0x80a16016cc4a2e6a2caca8a4a498b1699ff0f844.png"
|
|
4120
4124
|
},
|
|
4121
4125
|
"moonriver-ERC20-MFAM-0xBb8d88bcD9749636BC4D2bE22aaC4Bb3B01A58F1": {
|
|
4122
4126
|
"originChain": "moonriver",
|
|
@@ -4132,7 +4136,7 @@
|
|
|
4132
4136
|
},
|
|
4133
4137
|
"multiChainAsset": null,
|
|
4134
4138
|
"hasValue": true,
|
|
4135
|
-
"icon": "https://
|
|
4139
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonriver-erc20-mfam-0xbb8d88bcd9749636bc4d2be22aac4bb3b01a58f1.png"
|
|
4136
4140
|
},
|
|
4137
4141
|
"moonriver-ERC20-ZLK-0x0f47ba9d9Bde3442b42175e51d6A367928A1173B": {
|
|
4138
4142
|
"originChain": "moonriver",
|
|
@@ -4148,7 +4152,7 @@
|
|
|
4148
4152
|
},
|
|
4149
4153
|
"multiChainAsset": null,
|
|
4150
4154
|
"hasValue": true,
|
|
4151
|
-
"icon": "https://
|
|
4155
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonriver-erc20-zlk-0x0f47ba9d9bde3442b42175e51d6a367928a1173b.png"
|
|
4152
4156
|
},
|
|
4153
4157
|
"moonriver-ERC20-SOLAR-0x6bD193Ee6D2104F14F94E2cA6efefae561A4334B": {
|
|
4154
4158
|
"originChain": "moonriver",
|
|
@@ -4164,7 +4168,7 @@
|
|
|
4164
4168
|
},
|
|
4165
4169
|
"multiChainAsset": null,
|
|
4166
4170
|
"hasValue": true,
|
|
4167
|
-
"icon": "https://
|
|
4171
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonriver-erc20-solar-0x6bd193ee6d2104f14f94e2ca6efefae561a4334b.png"
|
|
4168
4172
|
},
|
|
4169
4173
|
"moonriver-ERC20-FRAX-0x1A93B23281CC1CDE4C4741353F3064709A16197d": {
|
|
4170
4174
|
"originChain": "moonriver",
|
|
@@ -4180,7 +4184,7 @@
|
|
|
4180
4184
|
},
|
|
4181
4185
|
"multiChainAsset": null,
|
|
4182
4186
|
"hasValue": true,
|
|
4183
|
-
"icon": "https://
|
|
4187
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonriver-erc20-frax-0x1a93b23281cc1cde4c4741353f3064709a16197d.png"
|
|
4184
4188
|
},
|
|
4185
4189
|
"moonriver-ERC20-FXS-0x6f1D1Ee50846Fcbc3de91723E61cb68CFa6D0E98": {
|
|
4186
4190
|
"originChain": "moonriver",
|
|
@@ -4196,7 +4200,7 @@
|
|
|
4196
4200
|
},
|
|
4197
4201
|
"multiChainAsset": null,
|
|
4198
4202
|
"hasValue": true,
|
|
4199
|
-
"icon": "https://
|
|
4203
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonriver-erc20-fxs-0x6f1d1ee50846fcbc3de91723e61cb68cfa6d0e98.png"
|
|
4200
4204
|
},
|
|
4201
4205
|
"moonriver-ERC20-CWS-0x6fc9651f45B262AE6338a701D563Ab118B1eC0Ce": {
|
|
4202
4206
|
"originChain": "moonriver",
|
|
@@ -4212,7 +4216,7 @@
|
|
|
4212
4216
|
},
|
|
4213
4217
|
"multiChainAsset": null,
|
|
4214
4218
|
"hasValue": true,
|
|
4215
|
-
"icon": "https://
|
|
4219
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonriver-erc20-cws-0x6fc9651f45b262ae6338a701d563ab118b1ec0ce.png"
|
|
4216
4220
|
},
|
|
4217
4221
|
"moonriver-ERC20-RIB-0xbD90A6125a84E5C512129D622a75CDDE176aDE5E": {
|
|
4218
4222
|
"originChain": "moonriver",
|
|
@@ -4228,7 +4232,7 @@
|
|
|
4228
4232
|
},
|
|
4229
4233
|
"multiChainAsset": null,
|
|
4230
4234
|
"hasValue": true,
|
|
4231
|
-
"icon": "https://
|
|
4235
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonriver-erc20-rib-0xbd90a6125a84e5c512129d622a75cdde176ade5e.png"
|
|
4232
4236
|
},
|
|
4233
4237
|
"shiden-LOCAL-LKSM": {
|
|
4234
4238
|
"originChain": "shiden",
|
|
@@ -4245,7 +4249,7 @@
|
|
|
4245
4249
|
},
|
|
4246
4250
|
"multiChainAsset": null,
|
|
4247
4251
|
"hasValue": true,
|
|
4248
|
-
"icon": "https://
|
|
4252
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/shiden-local-lksm.png"
|
|
4249
4253
|
},
|
|
4250
4254
|
"shiden-LOCAL-MOVR": {
|
|
4251
4255
|
"originChain": "shiden",
|
|
@@ -4262,7 +4266,7 @@
|
|
|
4262
4266
|
},
|
|
4263
4267
|
"multiChainAsset": "MOVR-Moonriver",
|
|
4264
4268
|
"hasValue": true,
|
|
4265
|
-
"icon": "https://
|
|
4269
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/shiden-local-movr.png"
|
|
4266
4270
|
},
|
|
4267
4271
|
"shiden-LOCAL-KAR": {
|
|
4268
4272
|
"originChain": "shiden",
|
|
@@ -4279,7 +4283,7 @@
|
|
|
4279
4283
|
},
|
|
4280
4284
|
"multiChainAsset": "KAR-Karura",
|
|
4281
4285
|
"hasValue": true,
|
|
4282
|
-
"icon": "https://
|
|
4286
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/shiden-local-kar.png"
|
|
4283
4287
|
},
|
|
4284
4288
|
"binance-ERC20-BUSD-0xe9e7cea3dedca5984780bafc599bd69add087d56": {
|
|
4285
4289
|
"originChain": "binance",
|
|
@@ -4295,7 +4299,7 @@
|
|
|
4295
4299
|
},
|
|
4296
4300
|
"multiChainAsset": "BUSD-BinanceUSD",
|
|
4297
4301
|
"hasValue": true,
|
|
4298
|
-
"icon": "https://
|
|
4302
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/binance-erc20-busd-0xe9e7cea3dedca5984780bafc599bd69add087d56.png"
|
|
4299
4303
|
},
|
|
4300
4304
|
"astarEvm-ERC20-DOT-0xffffffffffffffffffffffffffffffffffffffff": {
|
|
4301
4305
|
"originChain": "astarEvm",
|
|
@@ -4311,7 +4315,7 @@
|
|
|
4311
4315
|
},
|
|
4312
4316
|
"multiChainAsset": "DOT-Polkadot",
|
|
4313
4317
|
"hasValue": true,
|
|
4314
|
-
"icon": "https://
|
|
4318
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc20-dot-0xffffffffffffffffffffffffffffffffffffffff.png"
|
|
4315
4319
|
},
|
|
4316
4320
|
"astarEvm-ERC20-ARSW-0xde2578edec4669ba7f41c5d5d2386300bcea4678": {
|
|
4317
4321
|
"originChain": "astarEvm",
|
|
@@ -4327,7 +4331,7 @@
|
|
|
4327
4331
|
},
|
|
4328
4332
|
"multiChainAsset": null,
|
|
4329
4333
|
"hasValue": true,
|
|
4330
|
-
"icon": "https://
|
|
4334
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc20-arsw-0xde2578edec4669ba7f41c5d5d2386300bcea4678.png"
|
|
4331
4335
|
},
|
|
4332
4336
|
"astarEvm-ERC20-LAY-0xc4335B1b76fA6d52877b3046ECA68F6E708a27dd": {
|
|
4333
4337
|
"originChain": "astarEvm",
|
|
@@ -4343,7 +4347,7 @@
|
|
|
4343
4347
|
},
|
|
4344
4348
|
"multiChainAsset": null,
|
|
4345
4349
|
"hasValue": true,
|
|
4346
|
-
"icon": "https://
|
|
4350
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc20-lay-0xc4335b1b76fa6d52877b3046eca68f6e708a27dd.png"
|
|
4347
4351
|
},
|
|
4348
4352
|
"astarEvm-ERC20-BAI-0x733ebcc6df85f8266349defd0980f8ced9b45f35": {
|
|
4349
4353
|
"originChain": "astarEvm",
|
|
@@ -4359,7 +4363,7 @@
|
|
|
4359
4363
|
},
|
|
4360
4364
|
"multiChainAsset": null,
|
|
4361
4365
|
"hasValue": true,
|
|
4362
|
-
"icon": "https://
|
|
4366
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc20-bai-0x733ebcc6df85f8266349defd0980f8ced9b45f35.png"
|
|
4363
4367
|
},
|
|
4364
4368
|
"astarEvm-ERC20-ATID-0x5271d85ce4241b310c0b34b7c2f1f036686a6d7c": {
|
|
4365
4369
|
"originChain": "astarEvm",
|
|
@@ -4375,7 +4379,7 @@
|
|
|
4375
4379
|
},
|
|
4376
4380
|
"multiChainAsset": null,
|
|
4377
4381
|
"hasValue": true,
|
|
4378
|
-
"icon": "https://
|
|
4382
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc20-atid-0x5271d85ce4241b310c0b34b7c2f1f036686a6d7c.png"
|
|
4379
4383
|
},
|
|
4380
4384
|
"astarEvm-ERC20-SRS-0x9448610696659de8f72e1831d392214ae1ca4838": {
|
|
4381
4385
|
"originChain": "astarEvm",
|
|
@@ -4391,7 +4395,7 @@
|
|
|
4391
4395
|
},
|
|
4392
4396
|
"multiChainAsset": null,
|
|
4393
4397
|
"hasValue": true,
|
|
4394
|
-
"icon": "https://
|
|
4398
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc20-srs-0x9448610696659de8f72e1831d392214ae1ca4838.png"
|
|
4395
4399
|
},
|
|
4396
4400
|
"astarEvm-ERC20-ORU-0xcdb32eed99aa19d39e5d6ec45ba74dc4afec549f": {
|
|
4397
4401
|
"originChain": "astarEvm",
|
|
@@ -4407,7 +4411,7 @@
|
|
|
4407
4411
|
},
|
|
4408
4412
|
"multiChainAsset": null,
|
|
4409
4413
|
"hasValue": true,
|
|
4410
|
-
"icon": "https://
|
|
4414
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc20-oru-0xcdb32eed99aa19d39e5d6ec45ba74dc4afec549f.png"
|
|
4411
4415
|
},
|
|
4412
4416
|
"astarEvm-ERC20-BNB-0x7f27352D5F83Db87a5A3E00f4B07Cc2138D8ee52": {
|
|
4413
4417
|
"originChain": "astarEvm",
|
|
@@ -4423,7 +4427,7 @@
|
|
|
4423
4427
|
},
|
|
4424
4428
|
"multiChainAsset": "BNB-Binance",
|
|
4425
4429
|
"hasValue": true,
|
|
4426
|
-
"icon": "https://
|
|
4430
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc20-bnb-0x7f27352d5f83db87a5a3e00f4b07cc2138d8ee52.png"
|
|
4427
4431
|
},
|
|
4428
4432
|
"astarEvm-ERC20-BUSD-0x4Bf769b05E832FCdc9053fFFBC78Ca889aCb5E1E": {
|
|
4429
4433
|
"originChain": "astarEvm",
|
|
@@ -4439,7 +4443,7 @@
|
|
|
4439
4443
|
},
|
|
4440
4444
|
"multiChainAsset": "BUSD-BinanceUSD",
|
|
4441
4445
|
"hasValue": true,
|
|
4442
|
-
"icon": "https://
|
|
4446
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc20-busd-0x4bf769b05e832fcdc9053fffbc78ca889acb5e1e.png"
|
|
4443
4447
|
},
|
|
4444
4448
|
"astarEvm-ERC20-CRV-0x7756a83563f0f56937A6FdF668E7D9F387c0D199": {
|
|
4445
4449
|
"originChain": "astarEvm",
|
|
@@ -4455,7 +4459,7 @@
|
|
|
4455
4459
|
},
|
|
4456
4460
|
"multiChainAsset": null,
|
|
4457
4461
|
"hasValue": true,
|
|
4458
|
-
"icon": "https://
|
|
4462
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc20-crv-0x7756a83563f0f56937a6fdf668e7d9f387c0d199.png"
|
|
4459
4463
|
},
|
|
4460
4464
|
"astarEvm-ERC20-DAI-0x6De33698e9e9b787e09d3Bd7771ef63557E148bb": {
|
|
4461
4465
|
"originChain": "astarEvm",
|
|
@@ -4471,7 +4475,7 @@
|
|
|
4471
4475
|
},
|
|
4472
4476
|
"multiChainAsset": "DAI-DaiStablecoin",
|
|
4473
4477
|
"hasValue": true,
|
|
4474
|
-
"icon": "https://
|
|
4478
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc20-dai-0x6de33698e9e9b787e09d3bd7771ef63557e148bb.png"
|
|
4475
4479
|
},
|
|
4476
4480
|
"astarEvm-ERC20-PKEX-0x1fE622E91e54D6AD00B01917351Ea6081426764A": {
|
|
4477
4481
|
"originChain": "astarEvm",
|
|
@@ -4487,7 +4491,7 @@
|
|
|
4487
4491
|
},
|
|
4488
4492
|
"multiChainAsset": "PKEX-PolkaEx",
|
|
4489
4493
|
"hasValue": true,
|
|
4490
|
-
"icon": "https://
|
|
4494
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc20-pkex-0x1fe622e91e54d6ad00b01917351ea6081426764a.png"
|
|
4491
4495
|
},
|
|
4492
4496
|
"astarEvm-ERC20-SDN-0x75364D4F779d0Bd0facD9a218c67f87dD9Aff3b4": {
|
|
4493
4497
|
"originChain": "astarEvm",
|
|
@@ -4503,7 +4507,7 @@
|
|
|
4503
4507
|
},
|
|
4504
4508
|
"multiChainAsset": "SDN-Shiden",
|
|
4505
4509
|
"hasValue": true,
|
|
4506
|
-
"icon": "https://
|
|
4510
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc20-sdn-0x75364d4f779d0bd0facd9a218c67f87dd9aff3b4.png"
|
|
4507
4511
|
},
|
|
4508
4512
|
"astarEvm-ERC20-USDC-0x6a2d262D56735DbA19Dd70682B39F6bE9a931D98": {
|
|
4509
4513
|
"originChain": "astarEvm",
|
|
@@ -4519,7 +4523,7 @@
|
|
|
4519
4523
|
},
|
|
4520
4524
|
"multiChainAsset": "USDC-USDCoin",
|
|
4521
4525
|
"hasValue": true,
|
|
4522
|
-
"icon": "https://
|
|
4526
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc20-usdc-0x6a2d262d56735dba19dd70682b39f6be9a931d98.png"
|
|
4523
4527
|
},
|
|
4524
4528
|
"astarEvm-ERC20-WBTC-0xad543f18cff85c77e140e3e5e3c3392f6ba9d5ca": {
|
|
4525
4529
|
"originChain": "astarEvm",
|
|
@@ -4535,7 +4539,7 @@
|
|
|
4535
4539
|
},
|
|
4536
4540
|
"multiChainAsset": "WBTC-WrappedBTC",
|
|
4537
4541
|
"hasValue": true,
|
|
4538
|
-
"icon": "https://
|
|
4542
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc20-wbtc-0xad543f18cff85c77e140e3e5e3c3392f6ba9d5ca.png"
|
|
4539
4543
|
},
|
|
4540
4544
|
"astarEvm-ERC20-WETH-0x81ECac0D6Be0550A00FF064a4f9dd2400585FE9c": {
|
|
4541
4545
|
"originChain": "astarEvm",
|
|
@@ -4551,7 +4555,7 @@
|
|
|
4551
4555
|
},
|
|
4552
4556
|
"multiChainAsset": null,
|
|
4553
4557
|
"hasValue": true,
|
|
4554
|
-
"icon": "https://
|
|
4558
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc20-weth-0x81ecac0d6be0550a00ff064a4f9dd2400585fe9c.png"
|
|
4555
4559
|
},
|
|
4556
4560
|
"astarEvm-ERC20-KZY-0x3d4DCFD2B483549527f7611ccFecb40b47d0c17b": {
|
|
4557
4561
|
"originChain": "astarEvm",
|
|
@@ -4567,7 +4571,7 @@
|
|
|
4567
4571
|
},
|
|
4568
4572
|
"multiChainAsset": null,
|
|
4569
4573
|
"hasValue": true,
|
|
4570
|
-
"icon": "https://
|
|
4574
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc20-kzy-0x3d4dcfd2b483549527f7611ccfecb40b47d0c17b.png"
|
|
4571
4575
|
},
|
|
4572
4576
|
"astarEvm-ERC20-WASTR-0xAeaaf0e2c81Af264101B9129C00F4440cCF0F720": {
|
|
4573
4577
|
"originChain": "astarEvm",
|
|
@@ -4583,7 +4587,7 @@
|
|
|
4583
4587
|
},
|
|
4584
4588
|
"multiChainAsset": null,
|
|
4585
4589
|
"hasValue": true,
|
|
4586
|
-
"icon": "https://
|
|
4590
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc20-wastr-0xaeaaf0e2c81af264101b9129c00f4440ccf0f720.png"
|
|
4587
4591
|
},
|
|
4588
4592
|
"astarEvm-ERC20-ARSW_LP-0x87988EbDE7E661F44eB3a586C5E0cEAB533a2d9C": {
|
|
4589
4593
|
"originChain": "astarEvm",
|
|
@@ -4599,7 +4603,7 @@
|
|
|
4599
4603
|
},
|
|
4600
4604
|
"multiChainAsset": null,
|
|
4601
4605
|
"hasValue": true,
|
|
4602
|
-
"icon": "https://
|
|
4606
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc20-arsw_lp-0x87988ebde7e661f44eb3a586c5e0ceab533a2d9c.png"
|
|
4603
4607
|
},
|
|
4604
4608
|
"astarEvm-ERC20-KOS-0xbcF7aa4fC081f5670d9b8a1BdD1cFd98DCAeE6e6": {
|
|
4605
4609
|
"originChain": "astarEvm",
|
|
@@ -4615,7 +4619,7 @@
|
|
|
4615
4619
|
},
|
|
4616
4620
|
"multiChainAsset": null,
|
|
4617
4621
|
"hasValue": true,
|
|
4618
|
-
"icon": "https://
|
|
4622
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc20-kos-0xbcf7aa4fc081f5670d9b8a1bdd1cfd98dcaee6e6.png"
|
|
4619
4623
|
},
|
|
4620
4624
|
"astarEvm-ERC20-PPC-0x34F79636a55d9961E47b7784eF460B021B499406": {
|
|
4621
4625
|
"originChain": "astarEvm",
|
|
@@ -4631,7 +4635,7 @@
|
|
|
4631
4635
|
},
|
|
4632
4636
|
"multiChainAsset": null,
|
|
4633
4637
|
"hasValue": true,
|
|
4634
|
-
"icon": "https://
|
|
4638
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc20-ppc-0x34f79636a55d9961e47b7784ef460b021b499406.png"
|
|
4635
4639
|
},
|
|
4636
4640
|
"shidenEvm-ERC20-USDT-0xFFFFFFFF000000000000000000000001000007C0": {
|
|
4637
4641
|
"originChain": "shidenEvm",
|
|
@@ -4647,7 +4651,7 @@
|
|
|
4647
4651
|
},
|
|
4648
4652
|
"multiChainAsset": null,
|
|
4649
4653
|
"hasValue": true,
|
|
4650
|
-
"icon": "https://
|
|
4654
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/shidenevm-erc20-usdt-0xffffffff000000000000000000000001000007c0.png"
|
|
4651
4655
|
},
|
|
4652
4656
|
"shidenEvm-ERC20-PKEX-0xdc42728b0ea910349ed3c6e1c9dc06b5fb591f98": {
|
|
4653
4657
|
"originChain": "shidenEvm",
|
|
@@ -4663,7 +4667,7 @@
|
|
|
4663
4667
|
},
|
|
4664
4668
|
"multiChainAsset": "PKEX-PolkaEx",
|
|
4665
4669
|
"hasValue": true,
|
|
4666
|
-
"icon": "https://
|
|
4670
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/shidenevm-erc20-pkex-0xdc42728b0ea910349ed3c6e1c9dc06b5fb591f98.png"
|
|
4667
4671
|
},
|
|
4668
4672
|
"shidenEvm-ERC20-BNB-0x332730a4f6e03d9c55829435f10360e13cfa41ff": {
|
|
4669
4673
|
"originChain": "shidenEvm",
|
|
@@ -4679,7 +4683,7 @@
|
|
|
4679
4683
|
},
|
|
4680
4684
|
"multiChainAsset": null,
|
|
4681
4685
|
"hasValue": true,
|
|
4682
|
-
"icon": "https://
|
|
4686
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/shidenevm-erc20-bnb-0x332730a4f6e03d9c55829435f10360e13cfa41ff.png"
|
|
4683
4687
|
},
|
|
4684
4688
|
"shidenEvm-ERC20-BUSD-0xdc42728b0ea910349ed3c6e1c9dc06b5fb591f98": {
|
|
4685
4689
|
"originChain": "shidenEvm",
|
|
@@ -4695,7 +4699,7 @@
|
|
|
4695
4699
|
},
|
|
4696
4700
|
"multiChainAsset": null,
|
|
4697
4701
|
"hasValue": true,
|
|
4698
|
-
"icon": "https://
|
|
4702
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/shidenevm-erc20-busd-0xdc42728b0ea910349ed3c6e1c9dc06b5fb591f98.png"
|
|
4699
4703
|
},
|
|
4700
4704
|
"shidenEvm-ERC20-JPYC-0x735abe48e8782948a37c7765ecb76b98cde97b0f": {
|
|
4701
4705
|
"originChain": "shidenEvm",
|
|
@@ -4711,7 +4715,7 @@
|
|
|
4711
4715
|
},
|
|
4712
4716
|
"multiChainAsset": null,
|
|
4713
4717
|
"hasValue": true,
|
|
4714
|
-
"icon": "https://
|
|
4718
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/shidenevm-erc20-jpyc-0x735abe48e8782948a37c7765ecb76b98cde97b0f.png"
|
|
4715
4719
|
},
|
|
4716
4720
|
"shidenEvm-ERC20-ETH-0x765277eebeca2e31912c9946eae1021199b39c61": {
|
|
4717
4721
|
"originChain": "shidenEvm",
|
|
@@ -4727,7 +4731,7 @@
|
|
|
4727
4731
|
},
|
|
4728
4732
|
"multiChainAsset": null,
|
|
4729
4733
|
"hasValue": true,
|
|
4730
|
-
"icon": "https://
|
|
4734
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/shidenevm-erc20-eth-0x765277eebeca2e31912c9946eae1021199b39c61.png"
|
|
4731
4735
|
},
|
|
4732
4736
|
"shidenEvm-ERC20-USDC-0xfa9343c3897324496a05fc75abed6bac29f8a40f": {
|
|
4733
4737
|
"originChain": "shidenEvm",
|
|
@@ -4743,7 +4747,7 @@
|
|
|
4743
4747
|
},
|
|
4744
4748
|
"multiChainAsset": null,
|
|
4745
4749
|
"hasValue": true,
|
|
4746
|
-
"icon": "https://
|
|
4750
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/shidenevm-erc20-usdc-0xfa9343c3897324496a05fc75abed6bac29f8a40f.png"
|
|
4747
4751
|
},
|
|
4748
4752
|
"shidenEvm-ERC20-WSDN-0x0f933dc137d21ca519ae4c7e93f87a4c8ef365ef": {
|
|
4749
4753
|
"originChain": "shidenEvm",
|
|
@@ -4759,7 +4763,7 @@
|
|
|
4759
4763
|
},
|
|
4760
4764
|
"multiChainAsset": null,
|
|
4761
4765
|
"hasValue": true,
|
|
4762
|
-
"icon": "https://
|
|
4766
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/shidenevm-erc20-wsdn-0x0f933dc137d21ca519ae4c7e93f87a4c8ef365ef.png"
|
|
4763
4767
|
},
|
|
4764
4768
|
"shidenEvm-ERC20-Kac-0xb12c13e66ade1f72f71834f2fc5082db8c091358": {
|
|
4765
4769
|
"originChain": "shidenEvm",
|
|
@@ -4775,7 +4779,7 @@
|
|
|
4775
4779
|
},
|
|
4776
4780
|
"multiChainAsset": null,
|
|
4777
4781
|
"hasValue": true,
|
|
4778
|
-
"icon": "https://
|
|
4782
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/shidenevm-erc20-kac-0xb12c13e66ade1f72f71834f2fc5082db8c091358.png"
|
|
4779
4783
|
},
|
|
4780
4784
|
"shidenEvm-ERC20-SMS-0xec0c789c6dc019b1c19f055edf938b369d235d2c": {
|
|
4781
4785
|
"originChain": "shidenEvm",
|
|
@@ -4791,7 +4795,7 @@
|
|
|
4791
4795
|
},
|
|
4792
4796
|
"multiChainAsset": null,
|
|
4793
4797
|
"hasValue": true,
|
|
4794
|
-
"icon": "https://
|
|
4798
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/shidenevm-erc20-sms-0xec0c789c6dc019b1c19f055edf938b369d235d2c.png"
|
|
4795
4799
|
},
|
|
4796
4800
|
"shidenEvm-ERC20-STND-0x722377A047e89CA735f09Eb7CccAb780943c4CB4": {
|
|
4797
4801
|
"originChain": "shidenEvm",
|
|
@@ -4807,7 +4811,7 @@
|
|
|
4807
4811
|
},
|
|
4808
4812
|
"multiChainAsset": null,
|
|
4809
4813
|
"hasValue": true,
|
|
4810
|
-
"icon": "https://
|
|
4814
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/shidenevm-erc20-stnd-0x722377a047e89ca735f09eb7cccab780943c4cb4.png"
|
|
4811
4815
|
},
|
|
4812
4816
|
"shidenEvm-ERC20-SRISE-0x16bf7ecaf868348703ff5b5c0c3b84be7bf483f9": {
|
|
4813
4817
|
"originChain": "shidenEvm",
|
|
@@ -4823,7 +4827,7 @@
|
|
|
4823
4827
|
},
|
|
4824
4828
|
"multiChainAsset": null,
|
|
4825
4829
|
"hasValue": true,
|
|
4826
|
-
"icon": "https://
|
|
4830
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/shidenevm-erc20-srise-0x16bf7ecaf868348703ff5b5c0c3b84be7bf483f9.png"
|
|
4827
4831
|
},
|
|
4828
4832
|
"shidenEvm-ERC20-FEGS-0xa9b79AAB9d60e8e6d08D2cbAd56ff0De58ff8d41": {
|
|
4829
4833
|
"originChain": "shidenEvm",
|
|
@@ -4839,7 +4843,7 @@
|
|
|
4839
4843
|
},
|
|
4840
4844
|
"multiChainAsset": null,
|
|
4841
4845
|
"hasValue": true,
|
|
4842
|
-
"icon": "https://
|
|
4846
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/shidenevm-erc20-fegs-0xa9b79aab9d60e8e6d08d2cbad56ff0de58ff8d41.png"
|
|
4843
4847
|
},
|
|
4844
4848
|
"equilibrium_parachain-LOCAL-BNB": {
|
|
4845
4849
|
"originChain": "equilibrium_parachain",
|
|
@@ -4855,7 +4859,7 @@
|
|
|
4855
4859
|
},
|
|
4856
4860
|
"multiChainAsset": "BNB-Binance",
|
|
4857
4861
|
"hasValue": true,
|
|
4858
|
-
"icon": "https://
|
|
4862
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/equilibrium_parachain-local-bnb.png"
|
|
4859
4863
|
},
|
|
4860
4864
|
"equilibrium_parachain-LOCAL-BNC": {
|
|
4861
4865
|
"originChain": "equilibrium_parachain",
|
|
@@ -4871,7 +4875,7 @@
|
|
|
4871
4875
|
},
|
|
4872
4876
|
"multiChainAsset": "BNC-BifrostKusama",
|
|
4873
4877
|
"hasValue": true,
|
|
4874
|
-
"icon": "https://
|
|
4878
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/equilibrium_parachain-local-bnc.png"
|
|
4875
4879
|
},
|
|
4876
4880
|
"equilibrium_parachain-LOCAL-CRU": {
|
|
4877
4881
|
"originChain": "equilibrium_parachain",
|
|
@@ -4887,7 +4891,7 @@
|
|
|
4887
4891
|
},
|
|
4888
4892
|
"multiChainAsset": "CRU-Crust",
|
|
4889
4893
|
"hasValue": true,
|
|
4890
|
-
"icon": "https://
|
|
4894
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/equilibrium_parachain-local-cru.png"
|
|
4891
4895
|
},
|
|
4892
4896
|
"equilibrium_parachain-LOCAL-EQD": {
|
|
4893
4897
|
"originChain": "equilibrium_parachain",
|
|
@@ -4903,7 +4907,7 @@
|
|
|
4903
4907
|
},
|
|
4904
4908
|
"multiChainAsset": "EQD-EquilibriumUSD",
|
|
4905
4909
|
"hasValue": true,
|
|
4906
|
-
"icon": "https://
|
|
4910
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/equilibrium_parachain-local-eqd.png"
|
|
4907
4911
|
},
|
|
4908
4912
|
"equilibrium_parachain-LOCAL-PHA": {
|
|
4909
4913
|
"originChain": "equilibrium_parachain",
|
|
@@ -4919,7 +4923,7 @@
|
|
|
4919
4923
|
},
|
|
4920
4924
|
"multiChainAsset": "PHA-Phala",
|
|
4921
4925
|
"hasValue": true,
|
|
4922
|
-
"icon": "https://
|
|
4926
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/equilibrium_parachain-local-pha.png"
|
|
4923
4927
|
},
|
|
4924
4928
|
"equilibrium_parachain-LOCAL-ASTR": {
|
|
4925
4929
|
"originChain": "equilibrium_parachain",
|
|
@@ -4935,7 +4939,7 @@
|
|
|
4935
4939
|
},
|
|
4936
4940
|
"multiChainAsset": "ASTR-Astar",
|
|
4937
4941
|
"hasValue": true,
|
|
4938
|
-
"icon": "https://
|
|
4942
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/equilibrium_parachain-local-astr.png"
|
|
4939
4943
|
},
|
|
4940
4944
|
"equilibrium_parachain-LOCAL-BUSD": {
|
|
4941
4945
|
"originChain": "equilibrium_parachain",
|
|
@@ -4951,7 +4955,7 @@
|
|
|
4951
4955
|
},
|
|
4952
4956
|
"multiChainAsset": "BUSD-BinanceUSD",
|
|
4953
4957
|
"hasValue": true,
|
|
4954
|
-
"icon": "https://
|
|
4958
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/equilibrium_parachain-local-busd.png"
|
|
4955
4959
|
},
|
|
4956
4960
|
"equilibrium_parachain-LOCAL-GLMR": {
|
|
4957
4961
|
"originChain": "equilibrium_parachain",
|
|
@@ -4967,7 +4971,7 @@
|
|
|
4967
4971
|
},
|
|
4968
4972
|
"multiChainAsset": "GLMR-Moonbeam",
|
|
4969
4973
|
"hasValue": true,
|
|
4970
|
-
"icon": "https://
|
|
4974
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/equilibrium_parachain-local-glmr.png"
|
|
4971
4975
|
},
|
|
4972
4976
|
"equilibrium_parachain-LOCAL-iBTC": {
|
|
4973
4977
|
"originChain": "equilibrium_parachain",
|
|
@@ -4983,7 +4987,7 @@
|
|
|
4983
4987
|
},
|
|
4984
4988
|
"multiChainAsset": "iBTC-interBTC",
|
|
4985
4989
|
"hasValue": true,
|
|
4986
|
-
"icon": "https://
|
|
4990
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/equilibrium_parachain-local-ibtc.png"
|
|
4987
4991
|
},
|
|
4988
4992
|
"equilibrium_parachain-LOCAL-INTR": {
|
|
4989
4993
|
"originChain": "equilibrium_parachain",
|
|
@@ -4999,7 +5003,7 @@
|
|
|
4999
5003
|
},
|
|
5000
5004
|
"multiChainAsset": "INTR-Interlay",
|
|
5001
5005
|
"hasValue": true,
|
|
5002
|
-
"icon": "https://
|
|
5006
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/equilibrium_parachain-local-intr.png"
|
|
5003
5007
|
},
|
|
5004
5008
|
"equilibrium_parachain-LOCAL-PARA": {
|
|
5005
5009
|
"originChain": "equilibrium_parachain",
|
|
@@ -5015,7 +5019,7 @@
|
|
|
5015
5019
|
},
|
|
5016
5020
|
"multiChainAsset": "PARA-Parallel",
|
|
5017
5021
|
"hasValue": true,
|
|
5018
|
-
"icon": "https://
|
|
5022
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/equilibrium_parachain-local-para.png"
|
|
5019
5023
|
},
|
|
5020
5024
|
"equilibrium_parachain-LOCAL-USDT": {
|
|
5021
5025
|
"originChain": "equilibrium_parachain",
|
|
@@ -5049,7 +5053,7 @@
|
|
|
5049
5053
|
},
|
|
5050
5054
|
"multiChainAsset": "USDT-Tether",
|
|
5051
5055
|
"hasValue": true,
|
|
5052
|
-
"icon": "https://
|
|
5056
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/equilibrium_parachain-local-usdt.png"
|
|
5053
5057
|
},
|
|
5054
5058
|
"equilibrium_parachain-LOCAL-EQDOT": {
|
|
5055
5059
|
"originChain": "equilibrium_parachain",
|
|
@@ -5065,7 +5069,7 @@
|
|
|
5065
5069
|
},
|
|
5066
5070
|
"multiChainAsset": null,
|
|
5067
5071
|
"hasValue": true,
|
|
5068
|
-
"icon": "https://
|
|
5072
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/equilibrium_parachain-local-eqdot.png"
|
|
5069
5073
|
},
|
|
5070
5074
|
"boba-ERC20-BOBA-0xa18bf3994c0cc6e3b63ac420308e5383f53120d7": {
|
|
5071
5075
|
"originChain": "boba",
|
|
@@ -5081,7 +5085,7 @@
|
|
|
5081
5085
|
},
|
|
5082
5086
|
"multiChainAsset": "BOBA-BobaToken",
|
|
5083
5087
|
"hasValue": true,
|
|
5084
|
-
"icon": "https://
|
|
5088
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/boba-erc20-boba-0xa18bf3994c0cc6e3b63ac420308e5383f53120d7.png"
|
|
5085
5089
|
},
|
|
5086
5090
|
"aventus-NATIVE-AVT": {
|
|
5087
5091
|
"originChain": "aventus",
|
|
@@ -5095,7 +5099,7 @@
|
|
|
5095
5099
|
"metadata": null,
|
|
5096
5100
|
"multiChainAsset": null,
|
|
5097
5101
|
"hasValue": true,
|
|
5098
|
-
"icon": "https://
|
|
5102
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/aventus-native-avt.png"
|
|
5099
5103
|
},
|
|
5100
5104
|
"aventus_testnet-NATIVE-AVT": {
|
|
5101
5105
|
"originChain": "aventus_testnet",
|
|
@@ -5109,7 +5113,7 @@
|
|
|
5109
5113
|
"metadata": null,
|
|
5110
5114
|
"multiChainAsset": null,
|
|
5111
5115
|
"hasValue": false,
|
|
5112
|
-
"icon": "https://
|
|
5116
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/aventus_testnet-native-avt.png"
|
|
5113
5117
|
},
|
|
5114
5118
|
"bifrost-LOCAL-MOVR": {
|
|
5115
5119
|
"originChain": "bifrost",
|
|
@@ -5127,7 +5131,7 @@
|
|
|
5127
5131
|
},
|
|
5128
5132
|
"multiChainAsset": "MOVR-Moonriver",
|
|
5129
5133
|
"hasValue": true,
|
|
5130
|
-
"icon": "https://
|
|
5134
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/bifrost-local-movr.png"
|
|
5131
5135
|
},
|
|
5132
5136
|
"bifrost-LOCAL-RMRK": {
|
|
5133
5137
|
"originChain": "bifrost",
|
|
@@ -5145,7 +5149,7 @@
|
|
|
5145
5149
|
},
|
|
5146
5150
|
"multiChainAsset": "RMRK-RMRKApp",
|
|
5147
5151
|
"hasValue": true,
|
|
5148
|
-
"icon": "https://
|
|
5152
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/bifrost-local-rmrk.png"
|
|
5149
5153
|
},
|
|
5150
5154
|
"bifrost-LOCAL-PHA": {
|
|
5151
5155
|
"originChain": "bifrost",
|
|
@@ -5163,7 +5167,7 @@
|
|
|
5163
5167
|
},
|
|
5164
5168
|
"multiChainAsset": "PHA-Phala",
|
|
5165
5169
|
"hasValue": true,
|
|
5166
|
-
"icon": "https://
|
|
5170
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/bifrost-local-pha.png"
|
|
5167
5171
|
},
|
|
5168
5172
|
"binance-ERC20-USDC-0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d": {
|
|
5169
5173
|
"originChain": "binance",
|
|
@@ -5179,7 +5183,7 @@
|
|
|
5179
5183
|
},
|
|
5180
5184
|
"multiChainAsset": "USDC-USDCoin",
|
|
5181
5185
|
"hasValue": true,
|
|
5182
|
-
"icon": "https://
|
|
5186
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/binance-erc20-usdc-0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d.png"
|
|
5183
5187
|
},
|
|
5184
5188
|
"binance-ERC20-vUSDT-0xfD5840Cd36d94D7229439859C0112a4185BC0255": {
|
|
5185
5189
|
"originChain": "binance",
|
|
@@ -5195,7 +5199,7 @@
|
|
|
5195
5199
|
},
|
|
5196
5200
|
"multiChainAsset": null,
|
|
5197
5201
|
"hasValue": true,
|
|
5198
|
-
"icon": "https://
|
|
5202
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/binance-erc20-vusdt-0xfd5840cd36d94d7229439859c0112a4185bc0255.png"
|
|
5199
5203
|
},
|
|
5200
5204
|
"binance-ERC20-vBUSD-0x95c78222B3D6e262426483D42CfA53685A67Ab9D": {
|
|
5201
5205
|
"originChain": "binance",
|
|
@@ -5211,7 +5215,7 @@
|
|
|
5211
5215
|
},
|
|
5212
5216
|
"multiChainAsset": null,
|
|
5213
5217
|
"hasValue": true,
|
|
5214
|
-
"icon": "https://
|
|
5218
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/binance-erc20-vbusd-0x95c78222b3d6e262426483d42cfa53685a67ab9d.png"
|
|
5215
5219
|
},
|
|
5216
5220
|
"binance-ERC20-WBNB-0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c": {
|
|
5217
5221
|
"originChain": "binance",
|
|
@@ -5227,7 +5231,7 @@
|
|
|
5227
5231
|
},
|
|
5228
5232
|
"multiChainAsset": null,
|
|
5229
5233
|
"hasValue": true,
|
|
5230
|
-
"icon": "https://
|
|
5234
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/binance-erc20-wbnb-0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c.png"
|
|
5231
5235
|
},
|
|
5232
5236
|
"binance-ERC20-ETH-0x2170Ed0880ac9A755fd29B2688956BD959F933F8": {
|
|
5233
5237
|
"originChain": "binance",
|
|
@@ -5243,7 +5247,7 @@
|
|
|
5243
5247
|
},
|
|
5244
5248
|
"multiChainAsset": "ETH-Ethereum",
|
|
5245
5249
|
"hasValue": true,
|
|
5246
|
-
"icon": "https://
|
|
5250
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/binance-erc20-eth-0x2170ed0880ac9a755fd29b2688956bd959f933f8.png"
|
|
5247
5251
|
},
|
|
5248
5252
|
"binance-ERC20-Cake-0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82": {
|
|
5249
5253
|
"originChain": "binance",
|
|
@@ -5259,7 +5263,7 @@
|
|
|
5259
5263
|
},
|
|
5260
5264
|
"multiChainAsset": null,
|
|
5261
5265
|
"hasValue": true,
|
|
5262
|
-
"icon": "https://
|
|
5266
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/binance-erc20-cake-0x0e09fabb73bd3ade0a17ecc321fd13a19e81ce82.png"
|
|
5263
5267
|
},
|
|
5264
5268
|
"binance-ERC20-BTCB-0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c": {
|
|
5265
5269
|
"originChain": "binance",
|
|
@@ -5275,7 +5279,7 @@
|
|
|
5275
5279
|
},
|
|
5276
5280
|
"multiChainAsset": null,
|
|
5277
5281
|
"hasValue": true,
|
|
5278
|
-
"icon": "https://
|
|
5282
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/binance-erc20-btcb-0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c.png"
|
|
5279
5283
|
},
|
|
5280
5284
|
"binance-ERC20-ADA-0x3EE2200Efb3400fAbB9AacF31297cBdD1d435D47": {
|
|
5281
5285
|
"originChain": "binance",
|
|
@@ -5291,7 +5295,7 @@
|
|
|
5291
5295
|
},
|
|
5292
5296
|
"multiChainAsset": null,
|
|
5293
5297
|
"hasValue": true,
|
|
5294
|
-
"icon": "https://
|
|
5298
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/binance-erc20-ada-0x3ee2200efb3400fabb9aacf31297cbdd1d435d47.png"
|
|
5295
5299
|
},
|
|
5296
5300
|
"binance-ERC20-XRP-0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE": {
|
|
5297
5301
|
"originChain": "binance",
|
|
@@ -5307,7 +5311,7 @@
|
|
|
5307
5311
|
},
|
|
5308
5312
|
"multiChainAsset": null,
|
|
5309
5313
|
"hasValue": true,
|
|
5310
|
-
"icon": "https://
|
|
5314
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/binance-erc20-xrp-0x1d2f0da169ceb9fc7b3144628db156f3f6c60dbe.png"
|
|
5311
5315
|
},
|
|
5312
5316
|
"binance-ERC20-DOT-0x7083609fCE4d1d8Dc0C979AAb8c869Ea2C873402": {
|
|
5313
5317
|
"originChain": "binance",
|
|
@@ -5323,7 +5327,7 @@
|
|
|
5323
5327
|
},
|
|
5324
5328
|
"multiChainAsset": null,
|
|
5325
5329
|
"hasValue": true,
|
|
5326
|
-
"icon": "https://
|
|
5330
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/binance-erc20-dot-0x7083609fce4d1d8dc0c979aab8c869ea2c873402.png"
|
|
5327
5331
|
},
|
|
5328
5332
|
"binance-ERC20-USDT-0x55d398326f99059fF775485246999027B3197955": {
|
|
5329
5333
|
"originChain": "binance",
|
|
@@ -5339,7 +5343,7 @@
|
|
|
5339
5343
|
},
|
|
5340
5344
|
"multiChainAsset": "USDT-Tether",
|
|
5341
5345
|
"hasValue": true,
|
|
5342
|
-
"icon": "https://
|
|
5346
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/binance-erc20-usdt-0x55d398326f99059ff775485246999027b3197955.png"
|
|
5343
5347
|
},
|
|
5344
5348
|
"ethereum-ERC20-USDT-0xdAC17F958D2ee523a2206206994597C13D831ec7": {
|
|
5345
5349
|
"originChain": "ethereum",
|
|
@@ -5355,7 +5359,7 @@
|
|
|
5355
5359
|
},
|
|
5356
5360
|
"multiChainAsset": "USDT-Tether",
|
|
5357
5361
|
"hasValue": true,
|
|
5358
|
-
"icon": "https://
|
|
5362
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-usdt-0xdac17f958d2ee523a2206206994597c13d831ec7.png"
|
|
5359
5363
|
},
|
|
5360
5364
|
"ethereum-ERC20-BNB-0xB8c77482e45F1F44dE1745F52C74426C631bDD52": {
|
|
5361
5365
|
"originChain": "ethereum",
|
|
@@ -5371,7 +5375,7 @@
|
|
|
5371
5375
|
},
|
|
5372
5376
|
"multiChainAsset": "BNB-Binance",
|
|
5373
5377
|
"hasValue": true,
|
|
5374
|
-
"icon": "https://
|
|
5378
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-bnb-0xb8c77482e45f1f44de1745f52c74426c631bdd52.png"
|
|
5375
5379
|
},
|
|
5376
5380
|
"ethereum-ERC20-USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48": {
|
|
5377
5381
|
"originChain": "ethereum",
|
|
@@ -5387,7 +5391,7 @@
|
|
|
5387
5391
|
},
|
|
5388
5392
|
"multiChainAsset": "USDC-USDCoin",
|
|
5389
5393
|
"hasValue": true,
|
|
5390
|
-
"icon": "https://
|
|
5394
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-usdc-0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48.png"
|
|
5391
5395
|
},
|
|
5392
5396
|
"ethereum-ERC20-VERSE-0x249cA82617eC3DfB2589c4c17ab7EC9765350a18": {
|
|
5393
5397
|
"originChain": "ethereum",
|
|
@@ -5403,7 +5407,7 @@
|
|
|
5403
5407
|
},
|
|
5404
5408
|
"multiChainAsset": null,
|
|
5405
5409
|
"hasValue": true,
|
|
5406
|
-
"icon": "https://
|
|
5410
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-verse-0x249ca82617ec3dfb2589c4c17ab7ec9765350a18.png"
|
|
5407
5411
|
},
|
|
5408
5412
|
"ethereum-ERC20-BUSD-0x4Fabb145d64652a948d72533023f6E7A623C7C53": {
|
|
5409
5413
|
"originChain": "ethereum",
|
|
@@ -5419,7 +5423,7 @@
|
|
|
5419
5423
|
},
|
|
5420
5424
|
"multiChainAsset": "BUSD-BinanceUSD",
|
|
5421
5425
|
"hasValue": true,
|
|
5422
|
-
"icon": "https://
|
|
5426
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-busd-0x4fabb145d64652a948d72533023f6e7a623c7c53.png"
|
|
5423
5427
|
},
|
|
5424
5428
|
"ethereum-ERC20-LDO-0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32": {
|
|
5425
5429
|
"originChain": "ethereum",
|
|
@@ -5435,7 +5439,7 @@
|
|
|
5435
5439
|
},
|
|
5436
5440
|
"multiChainAsset": null,
|
|
5437
5441
|
"hasValue": true,
|
|
5438
|
-
"icon": "https://
|
|
5442
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-ldo-0x5a98fcbea516cf06857215779fd812ca3bef1b32.png"
|
|
5439
5443
|
},
|
|
5440
5444
|
"ethereum-ERC20-wstETH-0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0": {
|
|
5441
5445
|
"originChain": "ethereum",
|
|
@@ -5451,7 +5455,7 @@
|
|
|
5451
5455
|
},
|
|
5452
5456
|
"multiChainAsset": null,
|
|
5453
5457
|
"hasValue": true,
|
|
5454
|
-
"icon": "https://
|
|
5458
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-wsteth-0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0.png"
|
|
5455
5459
|
},
|
|
5456
5460
|
"ethereum-ERC20-stETH-0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84": {
|
|
5457
5461
|
"originChain": "ethereum",
|
|
@@ -5467,7 +5471,7 @@
|
|
|
5467
5471
|
},
|
|
5468
5472
|
"multiChainAsset": null,
|
|
5469
5473
|
"hasValue": true,
|
|
5470
|
-
"icon": "https://
|
|
5474
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-steth-0xae7ab96520de3a18e5e111b5eaab095312d7fe84.png"
|
|
5471
5475
|
},
|
|
5472
5476
|
"ethereum-ERC20-THETA-0x3883f5e181fccaF8410FA61e12b59BAd963fb645": {
|
|
5473
5477
|
"originChain": "ethereum",
|
|
@@ -5483,7 +5487,7 @@
|
|
|
5483
5487
|
},
|
|
5484
5488
|
"multiChainAsset": null,
|
|
5485
5489
|
"hasValue": true,
|
|
5486
|
-
"icon": "https://
|
|
5490
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-theta-0x3883f5e181fccaf8410fa61e12b59bad963fb645.png"
|
|
5487
5491
|
},
|
|
5488
5492
|
"ethereum-ERC20-NEAR-0x85F17Cf997934a597031b2E18a9aB6ebD4B9f6a4": {
|
|
5489
5493
|
"originChain": "ethereum",
|
|
@@ -5499,7 +5503,7 @@
|
|
|
5499
5503
|
},
|
|
5500
5504
|
"multiChainAsset": null,
|
|
5501
5505
|
"hasValue": true,
|
|
5502
|
-
"icon": "https://
|
|
5506
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-near-0x85f17cf997934a597031b2e18a9ab6ebd4b9f6a4.png"
|
|
5503
5507
|
},
|
|
5504
5508
|
"ethereum-ERC20-APE-0x4d224452801ACEd8B2F0aebE155379bb5D594381": {
|
|
5505
5509
|
"originChain": "ethereum",
|
|
@@ -5515,7 +5519,7 @@
|
|
|
5515
5519
|
},
|
|
5516
5520
|
"multiChainAsset": null,
|
|
5517
5521
|
"hasValue": true,
|
|
5518
|
-
"icon": "https://
|
|
5522
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-ape-0x4d224452801aced8b2f0aebe155379bb5d594381.png"
|
|
5519
5523
|
},
|
|
5520
5524
|
"ethereum-ERC20-LINK-0x514910771AF9Ca656af840dff83E8264EcF986CA": {
|
|
5521
5525
|
"originChain": "ethereum",
|
|
@@ -5531,7 +5535,7 @@
|
|
|
5531
5535
|
},
|
|
5532
5536
|
"multiChainAsset": null,
|
|
5533
5537
|
"hasValue": true,
|
|
5534
|
-
"icon": "https://
|
|
5538
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-link-0x514910771af9ca656af840dff83e8264ecf986ca.png"
|
|
5535
5539
|
},
|
|
5536
5540
|
"ethereum-ERC20-DAI-0x6B175474E89094C44Da98b954EedeAC495271d0F": {
|
|
5537
5541
|
"originChain": "ethereum",
|
|
@@ -5547,7 +5551,7 @@
|
|
|
5547
5551
|
},
|
|
5548
5552
|
"multiChainAsset": "DAI-DaiStablecoin",
|
|
5549
5553
|
"hasValue": true,
|
|
5550
|
-
"icon": "https://
|
|
5554
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-dai-0x6b175474e89094c44da98b954eedeac495271d0f.png"
|
|
5551
5555
|
},
|
|
5552
5556
|
"ethereum-ERC20-BAT-0x0D8775F648430679A709E98d2b0Cb6250d2887EF": {
|
|
5553
5557
|
"originChain": "ethereum",
|
|
@@ -5563,7 +5567,7 @@
|
|
|
5563
5567
|
},
|
|
5564
5568
|
"multiChainAsset": null,
|
|
5565
5569
|
"hasValue": true,
|
|
5566
|
-
"icon": "https://
|
|
5570
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-bat-0x0d8775f648430679a709e98d2b0cb6250d2887ef.png"
|
|
5567
5571
|
},
|
|
5568
5572
|
"ethereum-ERC20-CRO-0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b": {
|
|
5569
5573
|
"originChain": "ethereum",
|
|
@@ -5579,7 +5583,7 @@
|
|
|
5579
5583
|
},
|
|
5580
5584
|
"multiChainAsset": null,
|
|
5581
5585
|
"hasValue": true,
|
|
5582
|
-
"icon": "https://
|
|
5586
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-cro-0xa0b73e1ff0b80914ab6fe0444e65848c4c34450b.png"
|
|
5583
5587
|
},
|
|
5584
5588
|
"ethereum-ERC20-COMP-0xc00e94Cb662C3520282E6f5717214004A7f26888": {
|
|
5585
5589
|
"originChain": "ethereum",
|
|
@@ -5595,7 +5599,7 @@
|
|
|
5595
5599
|
},
|
|
5596
5600
|
"multiChainAsset": null,
|
|
5597
5601
|
"hasValue": true,
|
|
5598
|
-
"icon": "https://
|
|
5602
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-comp-0xc00e94cb662c3520282e6f5717214004a7f26888.png"
|
|
5599
5603
|
},
|
|
5600
5604
|
"ethereum-ERC20-ENJ-0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c": {
|
|
5601
5605
|
"originChain": "ethereum",
|
|
@@ -5611,7 +5615,7 @@
|
|
|
5611
5615
|
},
|
|
5612
5616
|
"multiChainAsset": null,
|
|
5613
5617
|
"hasValue": true,
|
|
5614
|
-
"icon": "https://
|
|
5618
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-enj-0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c.png"
|
|
5615
5619
|
},
|
|
5616
5620
|
"ethereum-ERC20-SAND-0x3845badAde8e6dFF049820680d1F14bD3903a5d0": {
|
|
5617
5621
|
"originChain": "ethereum",
|
|
@@ -5627,7 +5631,7 @@
|
|
|
5627
5631
|
},
|
|
5628
5632
|
"multiChainAsset": null,
|
|
5629
5633
|
"hasValue": true,
|
|
5630
|
-
"icon": "https://
|
|
5634
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-sand-0x3845badade8e6dff049820680d1f14bd3903a5d0.png"
|
|
5631
5635
|
},
|
|
5632
5636
|
"ethereum-ERC20-GALA-0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA": {
|
|
5633
5637
|
"originChain": "ethereum",
|
|
@@ -5643,7 +5647,7 @@
|
|
|
5643
5647
|
},
|
|
5644
5648
|
"multiChainAsset": null,
|
|
5645
5649
|
"hasValue": true,
|
|
5646
|
-
"icon": "https://
|
|
5650
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-gala-0x15d4c048f83bd7e37d49ea4c83a07267ec4203da.png"
|
|
5647
5651
|
},
|
|
5648
5652
|
"ethereum-ERC20-CHZ-0x3506424F91fD33084466F402d5D97f05F8e3b4AF": {
|
|
5649
5653
|
"originChain": "ethereum",
|
|
@@ -5659,7 +5663,7 @@
|
|
|
5659
5663
|
},
|
|
5660
5664
|
"multiChainAsset": null,
|
|
5661
5665
|
"hasValue": true,
|
|
5662
|
-
"icon": "https://
|
|
5666
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-chz-0x3506424f91fd33084466f402d5d97f05f8e3b4af.png"
|
|
5663
5667
|
},
|
|
5664
5668
|
"ethereum-ERC20-1INCH-0x111111111117dC0aa78b770fA6A738034120C302": {
|
|
5665
5669
|
"originChain": "ethereum",
|
|
@@ -5675,7 +5679,7 @@
|
|
|
5675
5679
|
},
|
|
5676
5680
|
"multiChainAsset": null,
|
|
5677
5681
|
"hasValue": true,
|
|
5678
|
-
"icon": "https://
|
|
5682
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-1inch-0x111111111117dc0aa78b770fa6a738034120c302.png"
|
|
5679
5683
|
},
|
|
5680
5684
|
"ethereum-ERC20-WFTM-0x4E15361FD6b4BB609Fa63C81A2be19d873717870": {
|
|
5681
5685
|
"originChain": "ethereum",
|
|
@@ -5691,7 +5695,7 @@
|
|
|
5691
5695
|
},
|
|
5692
5696
|
"multiChainAsset": "FTM-Fantom",
|
|
5693
5697
|
"hasValue": true,
|
|
5694
|
-
"icon": "https://
|
|
5698
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-wftm-0x4e15361fd6b4bb609fa63c81a2be19d873717870.png"
|
|
5695
5699
|
},
|
|
5696
5700
|
"ethereum-ERC20-MKR-0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2": {
|
|
5697
5701
|
"originChain": "ethereum",
|
|
@@ -5707,7 +5711,7 @@
|
|
|
5707
5711
|
},
|
|
5708
5712
|
"multiChainAsset": null,
|
|
5709
5713
|
"hasValue": true,
|
|
5710
|
-
"icon": "https://
|
|
5714
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-mkr-0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2.png"
|
|
5711
5715
|
},
|
|
5712
5716
|
"ethereum-ERC20-KNC-0xdefa4e8a7bcba345f687a2f1456f5edd9ce97202": {
|
|
5713
5717
|
"originChain": "ethereum",
|
|
@@ -5723,7 +5727,7 @@
|
|
|
5723
5727
|
},
|
|
5724
5728
|
"multiChainAsset": null,
|
|
5725
5729
|
"hasValue": true,
|
|
5726
|
-
"icon": "https://
|
|
5730
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-knc-0xdefa4e8a7bcba345f687a2f1456f5edd9ce97202.png"
|
|
5727
5731
|
},
|
|
5728
5732
|
"ethereum-ERC20-WBTC-0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599": {
|
|
5729
5733
|
"originChain": "ethereum",
|
|
@@ -5739,7 +5743,7 @@
|
|
|
5739
5743
|
},
|
|
5740
5744
|
"multiChainAsset": "WBTC-WrappedBTC",
|
|
5741
5745
|
"hasValue": true,
|
|
5742
|
-
"icon": "https://
|
|
5746
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-wbtc-0x2260fac5e5542a773aa44fbcfedf7c193bc2c599.png"
|
|
5743
5747
|
},
|
|
5744
5748
|
"ethereum-ERC20-ENS-0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72": {
|
|
5745
5749
|
"originChain": "ethereum",
|
|
@@ -5755,7 +5759,7 @@
|
|
|
5755
5759
|
},
|
|
5756
5760
|
"multiChainAsset": null,
|
|
5757
5761
|
"hasValue": true,
|
|
5758
|
-
"icon": "https://
|
|
5762
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-ens-0xc18360217d8f7ab5e7c516566761ea12ce7f9d72.png"
|
|
5759
5763
|
},
|
|
5760
5764
|
"ethereum-ERC20-UNI-0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984": {
|
|
5761
5765
|
"originChain": "ethereum",
|
|
@@ -5771,7 +5775,7 @@
|
|
|
5771
5775
|
},
|
|
5772
5776
|
"multiChainAsset": null,
|
|
5773
5777
|
"hasValue": true,
|
|
5774
|
-
"icon": "https://
|
|
5778
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-uni-0x1f9840a85d5af5bf1d1762f925bdaddc4201f984.png"
|
|
5775
5779
|
},
|
|
5776
5780
|
"ethereum-ERC20-MATIC-0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0": {
|
|
5777
5781
|
"originChain": "ethereum",
|
|
@@ -5787,7 +5791,7 @@
|
|
|
5787
5791
|
},
|
|
5788
5792
|
"multiChainAsset": null,
|
|
5789
5793
|
"hasValue": true,
|
|
5790
|
-
"icon": "https://
|
|
5794
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-matic-0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0.png"
|
|
5791
5795
|
},
|
|
5792
5796
|
"ethereum-ERC20-SHIB-0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE": {
|
|
5793
5797
|
"originChain": "ethereum",
|
|
@@ -5803,7 +5807,7 @@
|
|
|
5803
5807
|
},
|
|
5804
5808
|
"multiChainAsset": null,
|
|
5805
5809
|
"hasValue": true,
|
|
5806
|
-
"icon": "https://
|
|
5810
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-shib-0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce.png"
|
|
5807
5811
|
},
|
|
5808
5812
|
"moonbeam-ERC20-TFA-0xE065ffaf3f7dED69BB5cf5FDd1Fd1dDA2EEe8493": {
|
|
5809
5813
|
"originChain": "moonbeam",
|
|
@@ -5819,7 +5823,7 @@
|
|
|
5819
5823
|
},
|
|
5820
5824
|
"multiChainAsset": null,
|
|
5821
5825
|
"hasValue": true,
|
|
5822
|
-
"icon": "https://
|
|
5826
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc20-tfa-0xe065ffaf3f7ded69bb5cf5fdd1fd1dda2eee8493.png"
|
|
5823
5827
|
},
|
|
5824
5828
|
"moonbeam-ERC721-MFMP-0x6758053c0b27E478edE1E4882adFF708Fc4FA72D": {
|
|
5825
5829
|
"originChain": "moonbeam",
|
|
@@ -5835,7 +5839,7 @@
|
|
|
5835
5839
|
},
|
|
5836
5840
|
"multiChainAsset": null,
|
|
5837
5841
|
"hasValue": true,
|
|
5838
|
-
"icon": "https://
|
|
5842
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc721-mfmp-0x6758053c0b27e478ede1e4882adff708fc4fa72d.png"
|
|
5839
5843
|
},
|
|
5840
5844
|
"moonbeam-ERC721-MM-0xCc1A7573C8f10d0df7Ee4d57cc958C8Df4a5Aca9": {
|
|
5841
5845
|
"originChain": "moonbeam",
|
|
@@ -5851,7 +5855,7 @@
|
|
|
5851
5855
|
},
|
|
5852
5856
|
"multiChainAsset": null,
|
|
5853
5857
|
"hasValue": true,
|
|
5854
|
-
"icon": "https://
|
|
5858
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc721-mm-0xcc1a7573c8f10d0df7ee4d57cc958c8df4a5aca9.png"
|
|
5855
5859
|
},
|
|
5856
5860
|
"moonbeam-ERC721-MDAO-0xc6342EAB8B7cC405Fc35ebA7F7401fc400aC0709": {
|
|
5857
5861
|
"originChain": "moonbeam",
|
|
@@ -5867,7 +5871,7 @@
|
|
|
5867
5871
|
},
|
|
5868
5872
|
"multiChainAsset": null,
|
|
5869
5873
|
"hasValue": true,
|
|
5870
|
-
"icon": "https://
|
|
5874
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc721-mdao-0xc6342eab8b7cc405fc35eba7f7401fc400ac0709.png"
|
|
5871
5875
|
},
|
|
5872
5876
|
"moonbeam-ERC721-GLMA-0x8fbe243d898e7c88a6724bb9eb13d746614d23d6": {
|
|
5873
5877
|
"originChain": "moonbeam",
|
|
@@ -5883,7 +5887,7 @@
|
|
|
5883
5887
|
},
|
|
5884
5888
|
"multiChainAsset": null,
|
|
5885
5889
|
"hasValue": true,
|
|
5886
|
-
"icon": "https://
|
|
5890
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc721-glma-0x8fbe243d898e7c88a6724bb9eb13d746614d23d6.png"
|
|
5887
5891
|
},
|
|
5888
5892
|
"moonbeam-ERC721-GLMJ-0xcB13945Ca8104f813992e4315F8fFeFE64ac49cA": {
|
|
5889
5893
|
"originChain": "moonbeam",
|
|
@@ -5899,7 +5903,7 @@
|
|
|
5899
5903
|
},
|
|
5900
5904
|
"multiChainAsset": null,
|
|
5901
5905
|
"hasValue": true,
|
|
5902
|
-
"icon": "https://
|
|
5906
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc721-glmj-0xcb13945ca8104f813992e4315f8ffefe64ac49ca.png"
|
|
5903
5907
|
},
|
|
5904
5908
|
"moonbeam-ERC721-PUNK-0xFD86D63748a6390E4a80739e776463088811774D": {
|
|
5905
5909
|
"originChain": "moonbeam",
|
|
@@ -5915,7 +5919,7 @@
|
|
|
5915
5919
|
},
|
|
5916
5920
|
"multiChainAsset": null,
|
|
5917
5921
|
"hasValue": true,
|
|
5918
|
-
"icon": "https://
|
|
5922
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc721-punk-0xfd86d63748a6390e4a80739e776463088811774d.png"
|
|
5919
5923
|
},
|
|
5920
5924
|
"moonbeam-ERC721-GPUNKS-0x25714FcBc4bE731B95AE86483EF97ef6C3deB5Ce": {
|
|
5921
5925
|
"originChain": "moonbeam",
|
|
@@ -5931,7 +5935,7 @@
|
|
|
5931
5935
|
},
|
|
5932
5936
|
"multiChainAsset": null,
|
|
5933
5937
|
"hasValue": true,
|
|
5934
|
-
"icon": "https://
|
|
5938
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc721-gpunks-0x25714fcbc4be731b95ae86483ef97ef6c3deb5ce.png"
|
|
5935
5939
|
},
|
|
5936
5940
|
"moonbeam-ERC721-GlmrZuki-0xC36D971c11CEbbCc20eE2C2910e07e2b1Be3790d": {
|
|
5937
5941
|
"originChain": "moonbeam",
|
|
@@ -5947,7 +5951,7 @@
|
|
|
5947
5951
|
},
|
|
5948
5952
|
"multiChainAsset": null,
|
|
5949
5953
|
"hasValue": true,
|
|
5950
|
-
"icon": "https://
|
|
5954
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc721-glmrzuki-0xc36d971c11cebbcc20ee2c2910e07e2b1be3790d.png"
|
|
5951
5955
|
},
|
|
5952
5956
|
"moonbeam-ERC721-GKC-0x62E413D4b097b474999CF33d336cD74881084ba5": {
|
|
5953
5957
|
"originChain": "moonbeam",
|
|
@@ -5963,7 +5967,7 @@
|
|
|
5963
5967
|
},
|
|
5964
5968
|
"multiChainAsset": null,
|
|
5965
5969
|
"hasValue": true,
|
|
5966
|
-
"icon": "https://
|
|
5970
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc721-gkc-0x62e413d4b097b474999cf33d336cd74881084ba5.png"
|
|
5967
5971
|
},
|
|
5968
5972
|
"moonbeam-ERC721-MBNS-0x9576167Eb03141F041ccAf57D4D0bd40Abb2b583": {
|
|
5969
5973
|
"originChain": "moonbeam",
|
|
@@ -5979,7 +5983,7 @@
|
|
|
5979
5983
|
},
|
|
5980
5984
|
"multiChainAsset": null,
|
|
5981
5985
|
"hasValue": true,
|
|
5982
|
-
"icon": "https://
|
|
5986
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc721-mbns-0x9576167eb03141f041ccaf57d4d0bd40abb2b583.png"
|
|
5983
5987
|
},
|
|
5984
5988
|
"moonbeam-ERC721-ANFT-0xcf82ddcca84d0e419bccd7a540e807c114250ded": {
|
|
5985
5989
|
"originChain": "moonbeam",
|
|
@@ -5995,7 +5999,7 @@
|
|
|
5995
5999
|
},
|
|
5996
6000
|
"multiChainAsset": null,
|
|
5997
6001
|
"hasValue": true,
|
|
5998
|
-
"icon": "https://
|
|
6002
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc721-anft-0xcf82ddcca84d0e419bccd7a540e807c114250ded.png"
|
|
5999
6003
|
},
|
|
6000
6004
|
"moonriver-ERC721-ZOOMBIE-0x08716e418e68564C96b68192E985762740728018": {
|
|
6001
6005
|
"originChain": "moonriver",
|
|
@@ -6011,7 +6015,7 @@
|
|
|
6011
6015
|
},
|
|
6012
6016
|
"multiChainAsset": null,
|
|
6013
6017
|
"hasValue": true,
|
|
6014
|
-
"icon": "https://
|
|
6018
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonriver-erc721-zoombie-0x08716e418e68564c96b68192e985762740728018.png"
|
|
6015
6019
|
},
|
|
6016
6020
|
"moonriver-ERC721-NFTQ-0x79c8C73F85ec794f570aa7B768568a7fEdB294f8": {
|
|
6017
6021
|
"originChain": "moonriver",
|
|
@@ -6027,7 +6031,7 @@
|
|
|
6027
6031
|
},
|
|
6028
6032
|
"multiChainAsset": null,
|
|
6029
6033
|
"hasValue": true,
|
|
6030
|
-
"icon": "https://
|
|
6034
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonriver-erc721-nftq-0x79c8c73f85ec794f570aa7b768568a7fedb294f8.png"
|
|
6031
6035
|
},
|
|
6032
6036
|
"astarEvm-ERC721-GHOST-0xb4bd85893d6f66869d7766ace1b1eb4d867d963e": {
|
|
6033
6037
|
"originChain": "astarEvm",
|
|
@@ -6043,7 +6047,7 @@
|
|
|
6043
6047
|
},
|
|
6044
6048
|
"multiChainAsset": null,
|
|
6045
6049
|
"hasValue": true,
|
|
6046
|
-
"icon": "https://
|
|
6050
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc721-ghost-0xb4bd85893d6f66869d7766ace1b1eb4d867d963e.png"
|
|
6047
6051
|
},
|
|
6048
6052
|
"astar-PSP34-Neurolauncher-bYLgJmSkWd4S4pTEacF2sNBWFeM4bNerS27FgNVcC9SqRE4": {
|
|
6049
6053
|
"originChain": "astar",
|
|
@@ -6059,7 +6063,7 @@
|
|
|
6059
6063
|
},
|
|
6060
6064
|
"multiChainAsset": null,
|
|
6061
6065
|
"hasValue": true,
|
|
6062
|
-
"icon": "https://
|
|
6066
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astar-psp34-neurolauncher-bylgjmskwd4s4pteacf2snbwfem4bners27fgnvcc9sqre4.png"
|
|
6063
6067
|
},
|
|
6064
6068
|
"astarEvm-ERC721-AP-0x1b57C69838cDbC59c8236DDa73287a4780B4831F": {
|
|
6065
6069
|
"originChain": "astarEvm",
|
|
@@ -6075,7 +6079,7 @@
|
|
|
6075
6079
|
},
|
|
6076
6080
|
"multiChainAsset": null,
|
|
6077
6081
|
"hasValue": true,
|
|
6078
|
-
"icon": "https://
|
|
6082
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc721-ap-0x1b57c69838cdbc59c8236dda73287a4780b4831f.png"
|
|
6079
6083
|
},
|
|
6080
6084
|
"astarEvm-ERC721-DEGEN-0xd59fc6bfd9732ab19b03664a45dc29b8421bda9a": {
|
|
6081
6085
|
"originChain": "astarEvm",
|
|
@@ -6091,7 +6095,7 @@
|
|
|
6091
6095
|
},
|
|
6092
6096
|
"multiChainAsset": null,
|
|
6093
6097
|
"hasValue": true,
|
|
6094
|
-
"icon": "https://
|
|
6098
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc721-degen-0xd59fc6bfd9732ab19b03664a45dc29b8421bda9a.png"
|
|
6095
6099
|
},
|
|
6096
6100
|
"astarEvm-ERC721-ANAUT-0xf008371a7EeD0AB54FDd975fE0d0f66fEFBA3415": {
|
|
6097
6101
|
"originChain": "astarEvm",
|
|
@@ -6107,7 +6111,7 @@
|
|
|
6107
6111
|
},
|
|
6108
6112
|
"multiChainAsset": null,
|
|
6109
6113
|
"hasValue": true,
|
|
6110
|
-
"icon": "https://
|
|
6114
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc721-anaut-0xf008371a7eed0ab54fdd975fe0d0f66fefba3415.png"
|
|
6111
6115
|
},
|
|
6112
6116
|
"astarEvm-ERC721-CAT-0x8b5d62f396Ca3C6cF19803234685e693733f9779": {
|
|
6113
6117
|
"originChain": "astarEvm",
|
|
@@ -6123,7 +6127,7 @@
|
|
|
6123
6127
|
},
|
|
6124
6128
|
"multiChainAsset": null,
|
|
6125
6129
|
"hasValue": true,
|
|
6126
|
-
"icon": "https://
|
|
6130
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarevm-erc721-cat-0x8b5d62f396ca3c6cf19803234685e693733f9779.png"
|
|
6127
6131
|
},
|
|
6128
6132
|
"moonbeam-ERC721-EXRP-0x515e20e6275ceefe19221fc53e77e38cc32b80fb": {
|
|
6129
6133
|
"originChain": "moonbeam",
|
|
@@ -6139,7 +6143,7 @@
|
|
|
6139
6143
|
},
|
|
6140
6144
|
"multiChainAsset": null,
|
|
6141
6145
|
"hasValue": true,
|
|
6142
|
-
"icon": "https://
|
|
6146
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc721-exrp-0x515e20e6275ceefe19221fc53e77e38cc32b80fb.png"
|
|
6143
6147
|
},
|
|
6144
6148
|
"moonbeam-ERC721-MOONPETS-0x2159762693C629C5A44Fc9baFD484f8B96713467": {
|
|
6145
6149
|
"originChain": "moonbeam",
|
|
@@ -6155,7 +6159,7 @@
|
|
|
6155
6159
|
},
|
|
6156
6160
|
"multiChainAsset": null,
|
|
6157
6161
|
"hasValue": true,
|
|
6158
|
-
"icon": "https://
|
|
6162
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc721-moonpets-0x2159762693c629c5a44fc9bafd484f8b96713467.png"
|
|
6159
6163
|
},
|
|
6160
6164
|
"vara_network-NATIVE-VARA": {
|
|
6161
6165
|
"originChain": "vara_network",
|
|
@@ -6169,7 +6173,7 @@
|
|
|
6169
6173
|
"metadata": null,
|
|
6170
6174
|
"multiChainAsset": null,
|
|
6171
6175
|
"hasValue": true,
|
|
6172
|
-
"icon": "https://
|
|
6176
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/vara_network-native-vara.png"
|
|
6173
6177
|
},
|
|
6174
6178
|
"polygon-ERC20-USDT-0xc2132D05D31c914a87C6611C10748AEb04B58e8F": {
|
|
6175
6179
|
"originChain": "polygon",
|
|
@@ -6185,7 +6189,7 @@
|
|
|
6185
6189
|
},
|
|
6186
6190
|
"multiChainAsset": "USDT-Tether",
|
|
6187
6191
|
"hasValue": true,
|
|
6188
|
-
"icon": "https://
|
|
6192
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/polygon-erc20-usdt-0xc2132d05d31c914a87c6611c10748aeb04b58e8f.png"
|
|
6189
6193
|
},
|
|
6190
6194
|
"arbitrum_one-ERC20-USDT-0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9": {
|
|
6191
6195
|
"originChain": "arbitrum_one",
|
|
@@ -6201,7 +6205,7 @@
|
|
|
6201
6205
|
},
|
|
6202
6206
|
"multiChainAsset": "USDT-Tether",
|
|
6203
6207
|
"hasValue": true,
|
|
6204
|
-
"icon": "https://
|
|
6208
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/arbitrum_one-erc20-usdt-0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9.png"
|
|
6205
6209
|
},
|
|
6206
6210
|
"optimism-ERC20-USDT-0x94b008aA00579c1307B0EF2c499aD98a8ce58e58": {
|
|
6207
6211
|
"originChain": "optimism",
|
|
@@ -6217,7 +6221,7 @@
|
|
|
6217
6221
|
},
|
|
6218
6222
|
"multiChainAsset": "USDT-Tether",
|
|
6219
6223
|
"hasValue": true,
|
|
6220
|
-
"icon": "https://
|
|
6224
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/optimism-erc20-usdt-0x94b008aa00579c1307b0ef2c499ad98a8ce58e58.png"
|
|
6221
6225
|
},
|
|
6222
6226
|
"tomochain-ERC20-USDT-0x381B31409e4D220919B2cFF012ED94d70135A59e": {
|
|
6223
6227
|
"originChain": "tomochain",
|
|
@@ -6233,7 +6237,7 @@
|
|
|
6233
6237
|
},
|
|
6234
6238
|
"multiChainAsset": "USDT-Tether",
|
|
6235
6239
|
"hasValue": true,
|
|
6236
|
-
"icon": "https://
|
|
6240
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/tomochain-erc20-usdt-0x381b31409e4d220919b2cff012ed94d70135a59e.png"
|
|
6237
6241
|
},
|
|
6238
6242
|
"polygon-ERC20-USDC.e-0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174": {
|
|
6239
6243
|
"originChain": "polygon",
|
|
@@ -6249,7 +6253,7 @@
|
|
|
6249
6253
|
},
|
|
6250
6254
|
"multiChainAsset": "USDC-USDCoin",
|
|
6251
6255
|
"hasValue": true,
|
|
6252
|
-
"icon": "https://
|
|
6256
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/polygon-erc20-usdc.e-0x2791bca1f2de4661ed88a30c99a7a9449aa84174.png"
|
|
6253
6257
|
},
|
|
6254
6258
|
"polygon-ERC20-USDC-0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359": {
|
|
6255
6259
|
"originChain": "polygon",
|
|
@@ -6265,7 +6269,7 @@
|
|
|
6265
6269
|
},
|
|
6266
6270
|
"multiChainAsset": "USDC-USDCoin",
|
|
6267
6271
|
"hasValue": true,
|
|
6268
|
-
"icon": "https://
|
|
6272
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/polygon-erc20-usdc-0x3c499c542cef5e3811e1192ce70d8cc03d5c3359.png"
|
|
6269
6273
|
},
|
|
6270
6274
|
"arbitrum_one-ERC20-USDC-0xaf88d065e77c8cC2239327C5EDb3A432268e5831": {
|
|
6271
6275
|
"originChain": "arbitrum_one",
|
|
@@ -6281,7 +6285,7 @@
|
|
|
6281
6285
|
},
|
|
6282
6286
|
"multiChainAsset": "USDC-USDCoin",
|
|
6283
6287
|
"hasValue": true,
|
|
6284
|
-
"icon": "https://
|
|
6288
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/arbitrum_one-erc20-usdc-0xaf88d065e77c8cc2239327c5edb3a432268e5831.png"
|
|
6285
6289
|
},
|
|
6286
6290
|
"optimism-ERC20-USDC-0x7F5c764cBc14f9669B88837ca1490cCa17c31607": {
|
|
6287
6291
|
"originChain": "optimism",
|
|
@@ -6297,7 +6301,7 @@
|
|
|
6297
6301
|
},
|
|
6298
6302
|
"multiChainAsset": "USDC-USDCoin",
|
|
6299
6303
|
"hasValue": true,
|
|
6300
|
-
"icon": "https://
|
|
6304
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/optimism-erc20-usdc-0x7f5c764cbc14f9669b88837ca1490cca17c31607.png"
|
|
6301
6305
|
},
|
|
6302
6306
|
"tomochain-ERC20-USDC-0xCCA4E6302510d555B654B3EaB9c0fCB223BCFDf0": {
|
|
6303
6307
|
"originChain": "tomochain",
|
|
@@ -6313,7 +6317,7 @@
|
|
|
6313
6317
|
},
|
|
6314
6318
|
"multiChainAsset": "USDC-USDCoin",
|
|
6315
6319
|
"hasValue": true,
|
|
6316
|
-
"icon": "https://
|
|
6320
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/tomochain-erc20-usdc-0xcca4e6302510d555b654b3eab9c0fcb223bcfdf0.png"
|
|
6317
6321
|
},
|
|
6318
6322
|
"astar-PSP34-SERPENATORS-WCX5y1WsgPBxQqtn75jXNtHey9w4EZSEKCdjg2jX3gcA97D": {
|
|
6319
6323
|
"originChain": "astar",
|
|
@@ -6329,7 +6333,7 @@
|
|
|
6329
6333
|
},
|
|
6330
6334
|
"multiChainAsset": null,
|
|
6331
6335
|
"hasValue": true,
|
|
6332
|
-
"icon": "https://
|
|
6336
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astar-psp34-serpenators-wcx5y1wsgpbxqqtn75jxnthey9w4ezsekcdjg2jx3gca97d.png"
|
|
6333
6337
|
},
|
|
6334
6338
|
"astar-PSP34-USAGII-WvyVtR9Ktvxa9fRRFJPXvEgYTU5K5Lf491xzFhMQL3haDN6": {
|
|
6335
6339
|
"originChain": "astar",
|
|
@@ -6345,7 +6349,7 @@
|
|
|
6345
6349
|
},
|
|
6346
6350
|
"multiChainAsset": null,
|
|
6347
6351
|
"hasValue": true,
|
|
6348
|
-
"icon": "https://
|
|
6352
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astar-psp34-usagii-wvyvtr9ktvxa9frrfjpxvegytu5k5lf491xzfhmql3hadn6.png"
|
|
6349
6353
|
},
|
|
6350
6354
|
"kate-NATIVE-AVL": {
|
|
6351
6355
|
"originChain": "kate",
|
|
@@ -6359,7 +6363,7 @@
|
|
|
6359
6363
|
"metadata": null,
|
|
6360
6364
|
"multiChainAsset": null,
|
|
6361
6365
|
"hasValue": false,
|
|
6362
|
-
"icon": "https://
|
|
6366
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/kate-native-avl.png"
|
|
6363
6367
|
},
|
|
6364
6368
|
"aleph-PSP22-INW-5H4aCwLKUpVpct6XGJzDGPPXFockNKQU2JUVNgUw6BXEPzST": {
|
|
6365
6369
|
"originChain": "aleph",
|
|
@@ -6375,7 +6379,7 @@
|
|
|
6375
6379
|
},
|
|
6376
6380
|
"multiChainAsset": null,
|
|
6377
6381
|
"hasValue": true,
|
|
6378
|
-
"icon": "https://
|
|
6382
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/aleph-psp22-inw-5h4acwlkupvpct6xgjzdgppxfocknkqu2juvnguw6bxepzst.png"
|
|
6379
6383
|
},
|
|
6380
6384
|
"bridgeHubPolkadot-NATIVE-DOT": {
|
|
6381
6385
|
"originChain": "bridgeHubPolkadot",
|
|
@@ -6389,7 +6393,7 @@
|
|
|
6389
6393
|
"metadata": null,
|
|
6390
6394
|
"multiChainAsset": "DOT-Polkadot",
|
|
6391
6395
|
"hasValue": true,
|
|
6392
|
-
"icon": "https://
|
|
6396
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/bridgehubpolkadot-native-dot.png"
|
|
6393
6397
|
},
|
|
6394
6398
|
"bridgeHubKusama-NATIVE-KSM": {
|
|
6395
6399
|
"originChain": "bridgeHubKusama",
|
|
@@ -6403,7 +6407,7 @@
|
|
|
6403
6407
|
"metadata": null,
|
|
6404
6408
|
"multiChainAsset": "KSM-Kusama",
|
|
6405
6409
|
"hasValue": true,
|
|
6406
|
-
"icon": "https://
|
|
6410
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/bridgehubkusama-native-ksm.png"
|
|
6407
6411
|
},
|
|
6408
6412
|
"bifrost_dot-LOCAL-vFIL": {
|
|
6409
6413
|
"originChain": "bifrost_dot",
|
|
@@ -6421,7 +6425,7 @@
|
|
|
6421
6425
|
},
|
|
6422
6426
|
"multiChainAsset": null,
|
|
6423
6427
|
"hasValue": true,
|
|
6424
|
-
"icon": "https://
|
|
6428
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/bifrost_dot-local-vfil.png"
|
|
6425
6429
|
},
|
|
6426
6430
|
"ethereum-ERC20-vETH-0x4Bc3263Eb5bb2Ef7Ad9aB6FB68be80E43b43801F": {
|
|
6427
6431
|
"originChain": "ethereum",
|
|
@@ -6437,7 +6441,7 @@
|
|
|
6437
6441
|
},
|
|
6438
6442
|
"multiChainAsset": null,
|
|
6439
6443
|
"hasValue": true,
|
|
6440
|
-
"icon": "https://
|
|
6444
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-veth-0x4bc3263eb5bb2ef7ad9ab6fb68be80e43b43801f.png"
|
|
6441
6445
|
},
|
|
6442
6446
|
"kintsugi-LOCAL-LP_KSM_KINT": {
|
|
6443
6447
|
"originChain": "kintsugi",
|
|
@@ -6462,7 +6466,7 @@
|
|
|
6462
6466
|
},
|
|
6463
6467
|
"multiChainAsset": null,
|
|
6464
6468
|
"hasValue": true,
|
|
6465
|
-
"icon": "https://
|
|
6469
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/kintsugi-local-lp_ksm_kint.png"
|
|
6466
6470
|
},
|
|
6467
6471
|
"kintsugi-LOCAL-LP_KSM_kBTC": {
|
|
6468
6472
|
"originChain": "kintsugi",
|
|
@@ -6487,7 +6491,7 @@
|
|
|
6487
6491
|
},
|
|
6488
6492
|
"multiChainAsset": null,
|
|
6489
6493
|
"hasValue": true,
|
|
6490
|
-
"icon": "https://
|
|
6494
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/kintsugi-local-lp_ksm_kbtc.png"
|
|
6491
6495
|
},
|
|
6492
6496
|
"kintsugi-LOCAL-LP_kBTC_USDT": {
|
|
6493
6497
|
"originChain": "kintsugi",
|
|
@@ -6512,7 +6516,7 @@
|
|
|
6512
6516
|
},
|
|
6513
6517
|
"multiChainAsset": null,
|
|
6514
6518
|
"hasValue": true,
|
|
6515
|
-
"icon": "https://
|
|
6519
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/kintsugi-local-lp_kbtc_usdt.png"
|
|
6516
6520
|
},
|
|
6517
6521
|
"fantom-NATIVE-FTM": {
|
|
6518
6522
|
"originChain": "fantom",
|
|
@@ -6526,7 +6530,7 @@
|
|
|
6526
6530
|
"metadata": null,
|
|
6527
6531
|
"multiChainAsset": "FTM-Fantom",
|
|
6528
6532
|
"hasValue": true,
|
|
6529
|
-
"icon": "https://
|
|
6533
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/fantom-native-ftm.png"
|
|
6530
6534
|
},
|
|
6531
6535
|
"fantom_testnet-NATIVE-FTM": {
|
|
6532
6536
|
"originChain": "fantom_testnet",
|
|
@@ -6540,7 +6544,7 @@
|
|
|
6540
6544
|
"metadata": null,
|
|
6541
6545
|
"multiChainAsset": null,
|
|
6542
6546
|
"hasValue": false,
|
|
6543
|
-
"icon": "https://
|
|
6547
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/fantom_testnet-native-ftm.png"
|
|
6544
6548
|
},
|
|
6545
6549
|
"binance-ERC20-FTM-0xAD29AbB318791D579433D831ed122aFeAf29dcfe": {
|
|
6546
6550
|
"originChain": "binance",
|
|
@@ -6556,7 +6560,7 @@
|
|
|
6556
6560
|
},
|
|
6557
6561
|
"multiChainAsset": "FTM-Fantom",
|
|
6558
6562
|
"hasValue": true,
|
|
6559
|
-
"icon": "https://
|
|
6563
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/binance-erc20-ftm-0xad29abb318791d579433d831ed122afeaf29dcfe.png"
|
|
6560
6564
|
},
|
|
6561
6565
|
"interlay-LOCAL-LP_DOT_iBTC": {
|
|
6562
6566
|
"originChain": "interlay",
|
|
@@ -6581,7 +6585,7 @@
|
|
|
6581
6585
|
},
|
|
6582
6586
|
"multiChainAsset": null,
|
|
6583
6587
|
"hasValue": true,
|
|
6584
|
-
"icon": "https://
|
|
6588
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/interlay-local-lp_dot_ibtc.png"
|
|
6585
6589
|
},
|
|
6586
6590
|
"interlay-LOCAL-LP_iBTC_USDT": {
|
|
6587
6591
|
"originChain": "interlay",
|
|
@@ -6606,7 +6610,7 @@
|
|
|
6606
6610
|
},
|
|
6607
6611
|
"multiChainAsset": null,
|
|
6608
6612
|
"hasValue": true,
|
|
6609
|
-
"icon": "https://
|
|
6613
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/interlay-local-lp_ibtc_usdt.png"
|
|
6610
6614
|
},
|
|
6611
6615
|
"interlay-LOCAL-LP_INTR_USDT": {
|
|
6612
6616
|
"originChain": "interlay",
|
|
@@ -6631,7 +6635,7 @@
|
|
|
6631
6635
|
},
|
|
6632
6636
|
"multiChainAsset": null,
|
|
6633
6637
|
"hasValue": true,
|
|
6634
|
-
"icon": "https://
|
|
6638
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/interlay-local-lp_intr_usdt.png"
|
|
6635
6639
|
},
|
|
6636
6640
|
"interlay-LOCAL-qIBTC": {
|
|
6637
6641
|
"originChain": "interlay",
|
|
@@ -6649,7 +6653,7 @@
|
|
|
6649
6653
|
},
|
|
6650
6654
|
"multiChainAsset": null,
|
|
6651
6655
|
"hasValue": true,
|
|
6652
|
-
"icon": "https://
|
|
6656
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/interlay-local-qibtc.png"
|
|
6653
6657
|
},
|
|
6654
6658
|
"interlay-LOCAL-qDOT": {
|
|
6655
6659
|
"originChain": "interlay",
|
|
@@ -6667,7 +6671,7 @@
|
|
|
6667
6671
|
},
|
|
6668
6672
|
"multiChainAsset": null,
|
|
6669
6673
|
"hasValue": true,
|
|
6670
|
-
"icon": "https://
|
|
6674
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/interlay-local-qdot.png"
|
|
6671
6675
|
},
|
|
6672
6676
|
"interlay-LOCAL-qUSDT": {
|
|
6673
6677
|
"originChain": "interlay",
|
|
@@ -6685,7 +6689,7 @@
|
|
|
6685
6689
|
},
|
|
6686
6690
|
"multiChainAsset": null,
|
|
6687
6691
|
"hasValue": true,
|
|
6688
|
-
"icon": "https://
|
|
6692
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/interlay-local-qusdt.png"
|
|
6689
6693
|
},
|
|
6690
6694
|
"kintsugi-LOCAL-qKBTC": {
|
|
6691
6695
|
"originChain": "kintsugi",
|
|
@@ -6703,7 +6707,7 @@
|
|
|
6703
6707
|
},
|
|
6704
6708
|
"multiChainAsset": null,
|
|
6705
6709
|
"hasValue": true,
|
|
6706
|
-
"icon": "https://
|
|
6710
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/kintsugi-local-qkbtc.png"
|
|
6707
6711
|
},
|
|
6708
6712
|
"kintsugi-LOCAL-qKSM": {
|
|
6709
6713
|
"originChain": "kintsugi",
|
|
@@ -6721,7 +6725,7 @@
|
|
|
6721
6725
|
},
|
|
6722
6726
|
"multiChainAsset": null,
|
|
6723
6727
|
"hasValue": true,
|
|
6724
|
-
"icon": "https://
|
|
6728
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/kintsugi-local-qksm.png"
|
|
6725
6729
|
},
|
|
6726
6730
|
"kintsugi-LOCAL-qUSDT": {
|
|
6727
6731
|
"originChain": "kintsugi",
|
|
@@ -6739,7 +6743,7 @@
|
|
|
6739
6743
|
},
|
|
6740
6744
|
"multiChainAsset": null,
|
|
6741
6745
|
"hasValue": true,
|
|
6742
|
-
"icon": "https://
|
|
6746
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/kintsugi-local-qusdt.png"
|
|
6743
6747
|
},
|
|
6744
6748
|
"krest_network-NATIVE-KREST": {
|
|
6745
6749
|
"originChain": "krest_network",
|
|
@@ -6753,7 +6757,7 @@
|
|
|
6753
6757
|
"metadata": null,
|
|
6754
6758
|
"multiChainAsset": null,
|
|
6755
6759
|
"hasValue": true,
|
|
6756
|
-
"icon": "https://
|
|
6760
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/krest_network-native-krest.png"
|
|
6757
6761
|
},
|
|
6758
6762
|
"aleph-PSP22-PANX-5GSGAcvqpF5SuH2MhJ1YUdbLAbssCjeqCn2miMUCWUjnr5DQ": {
|
|
6759
6763
|
"originChain": "aleph",
|
|
@@ -6769,7 +6773,7 @@
|
|
|
6769
6773
|
},
|
|
6770
6774
|
"multiChainAsset": null,
|
|
6771
6775
|
"hasValue": true,
|
|
6772
|
-
"icon": "https://
|
|
6776
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/aleph-psp22-panx-5gsgacvqpf5suh2mhj1yudblabsscjeqcn2mimucwujnr5dq.png"
|
|
6773
6777
|
},
|
|
6774
6778
|
"deeper_network-NATIVE-DPR": {
|
|
6775
6779
|
"originChain": "deeper_network",
|
|
@@ -6783,7 +6787,7 @@
|
|
|
6783
6787
|
"metadata": null,
|
|
6784
6788
|
"multiChainAsset": "DPR-DeeperNetwork",
|
|
6785
6789
|
"hasValue": true,
|
|
6786
|
-
"icon": "https://
|
|
6790
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/deeper_network-native-dpr.png"
|
|
6787
6791
|
},
|
|
6788
6792
|
"ethereum-ERC20-DPR-0xf3AE5d769e153Ef72b4e3591aC004E89F48107a1": {
|
|
6789
6793
|
"originChain": "ethereum",
|
|
@@ -6799,7 +6803,7 @@
|
|
|
6799
6803
|
},
|
|
6800
6804
|
"multiChainAsset": "DPR-DeeperNetwork",
|
|
6801
6805
|
"hasValue": true,
|
|
6802
|
-
"icon": "https://
|
|
6806
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-dpr-0xf3ae5d769e153ef72b4e3591ac004e89f48107a1.png"
|
|
6803
6807
|
},
|
|
6804
6808
|
"jur_network-NATIVE-JUR": {
|
|
6805
6809
|
"originChain": "jur_network",
|
|
@@ -6813,7 +6817,7 @@
|
|
|
6813
6817
|
"metadata": null,
|
|
6814
6818
|
"multiChainAsset": null,
|
|
6815
6819
|
"hasValue": true,
|
|
6816
|
-
"icon": "https://
|
|
6820
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/jur_network-native-jur.png"
|
|
6817
6821
|
},
|
|
6818
6822
|
"aleph-PSP34-AzeroDomain-5CTQBfBC9SfdrCDBJdfLiyW2pg9z5W6C6Es8sK313BLnFgDf": {
|
|
6819
6823
|
"originChain": "aleph",
|
|
@@ -6829,7 +6833,7 @@
|
|
|
6829
6833
|
},
|
|
6830
6834
|
"multiChainAsset": null,
|
|
6831
6835
|
"hasValue": true,
|
|
6832
|
-
"icon": "https://
|
|
6836
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/aleph-psp34-azerodomain-5ctqbfbc9sfdrcdbjdfliyw2pg9z5w6c6es8sk313blnfgdf.png"
|
|
6833
6837
|
},
|
|
6834
6838
|
"ethereum-ERC20-USDD-0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6": {
|
|
6835
6839
|
"originChain": "ethereum",
|
|
@@ -6845,7 +6849,7 @@
|
|
|
6845
6849
|
},
|
|
6846
6850
|
"multiChainAsset": "USDD-DecentralizedUSD",
|
|
6847
6851
|
"hasValue": true,
|
|
6848
|
-
"icon": "https://
|
|
6852
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-usdd-0x0c10bf8fcb7bf5412187a595ab97a3609160b5c6.png"
|
|
6849
6853
|
},
|
|
6850
6854
|
"binance-ERC20-USDD-0xd17479997F34dd9156Deef8F95A52D81D265be9c": {
|
|
6851
6855
|
"originChain": "binance",
|
|
@@ -6861,7 +6865,7 @@
|
|
|
6861
6865
|
},
|
|
6862
6866
|
"multiChainAsset": "USDD-DecentralizedUSD",
|
|
6863
6867
|
"hasValue": true,
|
|
6864
|
-
"icon": "https://
|
|
6868
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/binance-erc20-usdd-0xd17479997f34dd9156deef8f95a52d81d265be9c.png"
|
|
6865
6869
|
},
|
|
6866
6870
|
"base_mainnet-NATIVE-ETH": {
|
|
6867
6871
|
"originChain": "base_mainnet",
|
|
@@ -6875,7 +6879,7 @@
|
|
|
6875
6879
|
"metadata": null,
|
|
6876
6880
|
"multiChainAsset": "ETH-Ethereum",
|
|
6877
6881
|
"hasValue": true,
|
|
6878
|
-
"icon": "https://
|
|
6882
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/base_mainnet-native-eth.png"
|
|
6879
6883
|
},
|
|
6880
6884
|
"avalanche_c-NATIVE-AVAX": {
|
|
6881
6885
|
"originChain": "avalanche_c",
|
|
@@ -6889,7 +6893,7 @@
|
|
|
6889
6893
|
"metadata": null,
|
|
6890
6894
|
"multiChainAsset": null,
|
|
6891
6895
|
"hasValue": true,
|
|
6892
|
-
"icon": "https://
|
|
6896
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/avalanche_c-native-avax.png"
|
|
6893
6897
|
},
|
|
6894
6898
|
"crust_mainnet-NATIVE-CRU": {
|
|
6895
6899
|
"originChain": "crust_mainnet",
|
|
@@ -6903,7 +6907,7 @@
|
|
|
6903
6907
|
"metadata": null,
|
|
6904
6908
|
"multiChainAsset": "CRU-Crust",
|
|
6905
6909
|
"hasValue": true,
|
|
6906
|
-
"icon": "https://
|
|
6910
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/crust_mainnet-native-cru.png"
|
|
6907
6911
|
},
|
|
6908
6912
|
"moonbeam-LOCAL-xcASTR": {
|
|
6909
6913
|
"originChain": "moonbeam",
|
|
@@ -6921,7 +6925,7 @@
|
|
|
6921
6925
|
},
|
|
6922
6926
|
"multiChainAsset": "ASTR-Astar",
|
|
6923
6927
|
"hasValue": true,
|
|
6924
|
-
"icon": "https://
|
|
6928
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-local-xcastr.png"
|
|
6925
6929
|
},
|
|
6926
6930
|
"bifrost_dot-LOCAL-DOT": {
|
|
6927
6931
|
"originChain": "bifrost_dot",
|
|
@@ -6939,7 +6943,7 @@
|
|
|
6939
6943
|
},
|
|
6940
6944
|
"multiChainAsset": "DOT-Polkadot",
|
|
6941
6945
|
"hasValue": true,
|
|
6942
|
-
"icon": "https://
|
|
6946
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/bifrost_dot-local-dot.png"
|
|
6943
6947
|
},
|
|
6944
6948
|
"parallel-LOCAL-sDOT": {
|
|
6945
6949
|
"originChain": "parallel",
|
|
@@ -6955,7 +6959,7 @@
|
|
|
6955
6959
|
},
|
|
6956
6960
|
"multiChainAsset": null,
|
|
6957
6961
|
"hasValue": true,
|
|
6958
|
-
"icon": "https://
|
|
6962
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/parallel-local-sdot.png"
|
|
6959
6963
|
},
|
|
6960
6964
|
"parallel-LOCAL-DOT": {
|
|
6961
6965
|
"originChain": "parallel",
|
|
@@ -6971,7 +6975,7 @@
|
|
|
6971
6975
|
},
|
|
6972
6976
|
"multiChainAsset": "DOT-Polkadot",
|
|
6973
6977
|
"hasValue": true,
|
|
6974
|
-
"icon": "https://
|
|
6978
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/parallel-local-dot.png"
|
|
6975
6979
|
},
|
|
6976
6980
|
"interlay-LOCAL-DOT": {
|
|
6977
6981
|
"originChain": "interlay",
|
|
@@ -6989,7 +6993,7 @@
|
|
|
6989
6993
|
},
|
|
6990
6994
|
"multiChainAsset": "DOT-Polkadot",
|
|
6991
6995
|
"hasValue": true,
|
|
6992
|
-
"icon": "https://
|
|
6996
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/interlay-local-dot.png"
|
|
6993
6997
|
},
|
|
6994
6998
|
"hydradx_main-LOCAL-DOT": {
|
|
6995
6999
|
"originChain": "hydradx_main",
|
|
@@ -7005,7 +7009,7 @@
|
|
|
7005
7009
|
},
|
|
7006
7010
|
"multiChainAsset": "DOT-Polkadot",
|
|
7007
7011
|
"hasValue": true,
|
|
7008
|
-
"icon": "https://
|
|
7012
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/hydradx_main-local-dot.png"
|
|
7009
7013
|
},
|
|
7010
7014
|
"acala_evm-NATIVE-ACA": {
|
|
7011
7015
|
"originChain": "acala_evm",
|
|
@@ -7019,7 +7023,7 @@
|
|
|
7019
7023
|
"metadata": null,
|
|
7020
7024
|
"multiChainAsset": "ACA-Acala",
|
|
7021
7025
|
"hasValue": true,
|
|
7022
|
-
"icon": "https://
|
|
7026
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/acala_evm-native-aca.png"
|
|
7023
7027
|
},
|
|
7024
7028
|
"karura_evm-NATIVE-KAR": {
|
|
7025
7029
|
"originChain": "karura_evm",
|
|
@@ -7033,7 +7037,7 @@
|
|
|
7033
7037
|
"metadata": null,
|
|
7034
7038
|
"multiChainAsset": "KAR-Karura",
|
|
7035
7039
|
"hasValue": true,
|
|
7036
|
-
"icon": "https://
|
|
7040
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/karura_evm-native-kar.png"
|
|
7037
7041
|
},
|
|
7038
7042
|
"statemint-LOCAL-USDC": {
|
|
7039
7043
|
"originChain": "statemint",
|
|
@@ -7064,7 +7068,7 @@
|
|
|
7064
7068
|
},
|
|
7065
7069
|
"multiChainAsset": "USDC-USDCoin",
|
|
7066
7070
|
"hasValue": true,
|
|
7067
|
-
"icon": "https://
|
|
7071
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/statemint-local-usdc.png"
|
|
7068
7072
|
},
|
|
7069
7073
|
"astar-PSP34-Neuroguns-aZ9bd2tHeGKrs3FnJv5oe7kgVrP5GQvdJMhC2GxjXA2Yqbd": {
|
|
7070
7074
|
"originChain": "astar",
|
|
@@ -7080,7 +7084,7 @@
|
|
|
7080
7084
|
},
|
|
7081
7085
|
"multiChainAsset": null,
|
|
7082
7086
|
"hasValue": true,
|
|
7083
|
-
"icon": "https://
|
|
7087
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astar-psp34-neuroguns-az9bd2thegkrs3fnjv5oe7kgvrp5gqvdjmhc2gxjxa2yqbd.png"
|
|
7084
7088
|
},
|
|
7085
7089
|
"bittensor-NATIVE-TAO": {
|
|
7086
7090
|
"originChain": "bittensor",
|
|
@@ -7094,7 +7098,7 @@
|
|
|
7094
7098
|
"metadata": null,
|
|
7095
7099
|
"multiChainAsset": null,
|
|
7096
7100
|
"hasValue": true,
|
|
7097
|
-
"icon": "https://
|
|
7101
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/bittensor-native-tao.png"
|
|
7098
7102
|
},
|
|
7099
7103
|
"hydradx_main-LOCAL-USDC": {
|
|
7100
7104
|
"originChain": "hydradx_main",
|
|
@@ -7128,7 +7132,7 @@
|
|
|
7128
7132
|
},
|
|
7129
7133
|
"multiChainAsset": "USDC-USDCoin",
|
|
7130
7134
|
"hasValue": true,
|
|
7131
|
-
"icon": "https://
|
|
7135
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/hydradx_main-local-usdc.png"
|
|
7132
7136
|
},
|
|
7133
7137
|
"moonbeam-ERC20-CP": {
|
|
7134
7138
|
"originChain": "moonbeam",
|
|
@@ -7144,7 +7148,7 @@
|
|
|
7144
7148
|
},
|
|
7145
7149
|
"multiChainAsset": null,
|
|
7146
7150
|
"hasValue": true,
|
|
7147
|
-
"icon": "https://
|
|
7151
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc20-cp.jpg"
|
|
7148
7152
|
},
|
|
7149
7153
|
"zeta_test-NATIVE-aZETA": {
|
|
7150
7154
|
"originChain": "zeta_test",
|
|
@@ -7158,7 +7162,7 @@
|
|
|
7158
7162
|
"metadata": null,
|
|
7159
7163
|
"multiChainAsset": null,
|
|
7160
7164
|
"hasValue": false,
|
|
7161
|
-
"icon": "https://
|
|
7165
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/zeta_test-native-azeta.png"
|
|
7162
7166
|
},
|
|
7163
7167
|
"xcavate-NATIVE-XCAV": {
|
|
7164
7168
|
"originChain": "xcavate",
|
|
@@ -7172,7 +7176,7 @@
|
|
|
7172
7176
|
"metadata": null,
|
|
7173
7177
|
"multiChainAsset": null,
|
|
7174
7178
|
"hasValue": false,
|
|
7175
|
-
"icon": "https://
|
|
7179
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/xcavate-native-xcav.png"
|
|
7176
7180
|
},
|
|
7177
7181
|
"arbitrum_one-ERC20-USDC.e-0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8": {
|
|
7178
7182
|
"originChain": "arbitrum_one",
|
|
@@ -7188,7 +7192,7 @@
|
|
|
7188
7192
|
},
|
|
7189
7193
|
"multiChainAsset": "USDC-USDCoin",
|
|
7190
7194
|
"hasValue": true,
|
|
7191
|
-
"icon": "https://
|
|
7195
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/arbitrum_one-erc20-usdc.e-0xff970a61a04b1ca14834a43f5de4533ebddb5cc8.png"
|
|
7192
7196
|
},
|
|
7193
7197
|
"moonbeam-ERC20-stDOT-0xbc7E02c4178a7dF7d3E564323a5c359dc96C4db4": {
|
|
7194
7198
|
"originChain": "moonbeam",
|
|
@@ -7204,7 +7208,7 @@
|
|
|
7204
7208
|
},
|
|
7205
7209
|
"multiChainAsset": null,
|
|
7206
7210
|
"hasValue": true,
|
|
7207
|
-
"icon": "https://
|
|
7211
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-erc20-stdot-0xbc7e02c4178a7df7d3e564323a5c359dc96c4db4.png"
|
|
7208
7212
|
},
|
|
7209
7213
|
"enjin_matrixchain-NATIVE-ENJ": {
|
|
7210
7214
|
"originChain": "enjin_matrixchain",
|
|
@@ -7218,7 +7222,7 @@
|
|
|
7218
7222
|
"metadata": null,
|
|
7219
7223
|
"multiChainAsset": "ENJ-Enjin",
|
|
7220
7224
|
"hasValue": true,
|
|
7221
|
-
"icon": "https://
|
|
7225
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/enjin_matrixchain-native-enj.png"
|
|
7222
7226
|
},
|
|
7223
7227
|
"enjin_relaychain-NATIVE-ENJ": {
|
|
7224
7228
|
"originChain": "enjin_relaychain",
|
|
@@ -7232,7 +7236,7 @@
|
|
|
7232
7236
|
"metadata": null,
|
|
7233
7237
|
"multiChainAsset": "ENJ-Enjin",
|
|
7234
7238
|
"hasValue": true,
|
|
7235
|
-
"icon": "https://
|
|
7239
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/enjin_relaychain-native-enj.png"
|
|
7236
7240
|
},
|
|
7237
7241
|
"subspace_gemini_3g-NATIVE-tSSC": {
|
|
7238
7242
|
"originChain": "subspace_gemini_3g",
|
|
@@ -7246,7 +7250,7 @@
|
|
|
7246
7250
|
"metadata": null,
|
|
7247
7251
|
"multiChainAsset": null,
|
|
7248
7252
|
"hasValue": false,
|
|
7249
|
-
"icon": "https://
|
|
7253
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/subspace_gemini_3g-native-tssc.png"
|
|
7250
7254
|
},
|
|
7251
7255
|
"goldberg_testnet-NATIVE-AVL": {
|
|
7252
7256
|
"originChain": "goldberg_testnet",
|
|
@@ -7260,7 +7264,7 @@
|
|
|
7260
7264
|
"metadata": null,
|
|
7261
7265
|
"multiChainAsset": null,
|
|
7262
7266
|
"hasValue": false,
|
|
7263
|
-
"icon": "https://
|
|
7267
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/goldberg_testnet-native-avl.png"
|
|
7264
7268
|
},
|
|
7265
7269
|
"acala-LOCAL-USDCet": {
|
|
7266
7270
|
"originChain": "acala",
|
|
@@ -7278,7 +7282,7 @@
|
|
|
7278
7282
|
},
|
|
7279
7283
|
"multiChainAsset": "USDC-USDCoin",
|
|
7280
7284
|
"hasValue": true,
|
|
7281
|
-
"icon": "https://
|
|
7285
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/acala-local-usdcet.png"
|
|
7282
7286
|
},
|
|
7283
7287
|
"interlay-LOCAL-USDC.wh": {
|
|
7284
7288
|
"originChain": "interlay",
|
|
@@ -7296,7 +7300,7 @@
|
|
|
7296
7300
|
},
|
|
7297
7301
|
"multiChainAsset": "USDC-USDCoin",
|
|
7298
7302
|
"hasValue": true,
|
|
7299
|
-
"icon": "https://
|
|
7303
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/interlay-local-usdc.wh.png"
|
|
7300
7304
|
},
|
|
7301
7305
|
"centrifuge-LOCAL-USDC": {
|
|
7302
7306
|
"originChain": "centrifuge",
|
|
@@ -7314,7 +7318,7 @@
|
|
|
7314
7318
|
},
|
|
7315
7319
|
"multiChainAsset": "USDC-USDCoin",
|
|
7316
7320
|
"hasValue": true,
|
|
7317
|
-
"icon": "https://
|
|
7321
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/centrifuge-local-usdc.png"
|
|
7318
7322
|
},
|
|
7319
7323
|
"moonbeam-LOCAL-xcUSDC": {
|
|
7320
7324
|
"originChain": "moonbeam",
|
|
@@ -7332,7 +7336,7 @@
|
|
|
7332
7336
|
},
|
|
7333
7337
|
"multiChainAsset": "USDC-USDCoin",
|
|
7334
7338
|
"hasValue": true,
|
|
7335
|
-
"icon": "https://
|
|
7339
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/moonbeam-local-xcusdc.png"
|
|
7336
7340
|
},
|
|
7337
7341
|
"vara_testnet-NATIVE-TVARA": {
|
|
7338
7342
|
"originChain": "vara_testnet",
|
|
@@ -7346,7 +7350,7 @@
|
|
|
7346
7350
|
"metadata": null,
|
|
7347
7351
|
"multiChainAsset": null,
|
|
7348
7352
|
"hasValue": false,
|
|
7349
|
-
"icon": "https://
|
|
7353
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/vara_testnet-native-tvara.png"
|
|
7350
7354
|
},
|
|
7351
7355
|
"energy_web_x_testnet-NATIVE-VT": {
|
|
7352
7356
|
"originChain": "energy_web_x_testnet",
|
|
@@ -7360,7 +7364,7 @@
|
|
|
7360
7364
|
"metadata": null,
|
|
7361
7365
|
"multiChainAsset": null,
|
|
7362
7366
|
"hasValue": false,
|
|
7363
|
-
"icon": "https://
|
|
7367
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/energy_web_x_testnet-native-vt.png"
|
|
7364
7368
|
},
|
|
7365
7369
|
"energy_web_chain-NATIVE-EWT": {
|
|
7366
7370
|
"originChain": "energy_web_chain",
|
|
@@ -7374,7 +7378,7 @@
|
|
|
7374
7378
|
"metadata": null,
|
|
7375
7379
|
"multiChainAsset": null,
|
|
7376
7380
|
"hasValue": true,
|
|
7377
|
-
"icon": "https://
|
|
7381
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/energy_web_chain-native-ewt.png"
|
|
7378
7382
|
},
|
|
7379
7383
|
"energy_web_x_rococo-NATIVE-VT": {
|
|
7380
7384
|
"originChain": "energy_web_x_rococo",
|
|
@@ -7388,7 +7392,7 @@
|
|
|
7388
7392
|
"metadata": null,
|
|
7389
7393
|
"multiChainAsset": null,
|
|
7390
7394
|
"hasValue": false,
|
|
7391
|
-
"icon": "https://
|
|
7395
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/energy_web_x_rococo-native-vt.png"
|
|
7392
7396
|
},
|
|
7393
7397
|
"energy_web_x-NATIVE-EWT": {
|
|
7394
7398
|
"originChain": "energy_web_x",
|
|
@@ -7402,6 +7406,56 @@
|
|
|
7402
7406
|
"metadata": null,
|
|
7403
7407
|
"multiChainAsset": null,
|
|
7404
7408
|
"hasValue": true,
|
|
7405
|
-
"icon": "https://
|
|
7409
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/energy_web_x-native-ewt.png"
|
|
7410
|
+
},
|
|
7411
|
+
"acala-LOCAL-INTR": {
|
|
7412
|
+
"originChain": "acala",
|
|
7413
|
+
"slug": "acala-LOCAL-INTR",
|
|
7414
|
+
"name": "Interlay",
|
|
7415
|
+
"symbol": "INTR",
|
|
7416
|
+
"decimals": 10,
|
|
7417
|
+
"priceId": "interlay",
|
|
7418
|
+
"minAmount": "1000000000",
|
|
7419
|
+
"assetType": "LOCAL",
|
|
7420
|
+
"metadata": {
|
|
7421
|
+
"onChainInfo": {
|
|
7422
|
+
"ForeignAsset": 4
|
|
7423
|
+
}
|
|
7424
|
+
},
|
|
7425
|
+
"multiChainAsset": "INTR-Interlay",
|
|
7426
|
+
"hasValue": true,
|
|
7427
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/acala-local-intr.png"
|
|
7428
|
+
},
|
|
7429
|
+
"parallel-LOCAL-ACA": {
|
|
7430
|
+
"originChain": "parallel",
|
|
7431
|
+
"slug": "parallel-LOCAL-ACA",
|
|
7432
|
+
"name": "ACA",
|
|
7433
|
+
"symbol": "ACA",
|
|
7434
|
+
"decimals": 12,
|
|
7435
|
+
"priceId": "acala",
|
|
7436
|
+
"minAmount": "0",
|
|
7437
|
+
"assetType": "LOCAL",
|
|
7438
|
+
"metadata": {
|
|
7439
|
+
"assetId": "108"
|
|
7440
|
+
},
|
|
7441
|
+
"multiChainAsset": "ACA-Acala",
|
|
7442
|
+
"hasValue": true,
|
|
7443
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/parallel-local-aca.png"
|
|
7444
|
+
},
|
|
7445
|
+
"hydradx_main-LOCAL-CFG": {
|
|
7446
|
+
"originChain": "hydradx_main",
|
|
7447
|
+
"slug": "hydradx_main-LOCAL-CFG",
|
|
7448
|
+
"name": "CFG",
|
|
7449
|
+
"symbol": "CFG",
|
|
7450
|
+
"decimals": 18,
|
|
7451
|
+
"priceId": "centrifuge",
|
|
7452
|
+
"minAmount": "0",
|
|
7453
|
+
"assetType": "LOCAL",
|
|
7454
|
+
"metadata": {
|
|
7455
|
+
"assetId": "13"
|
|
7456
|
+
},
|
|
7457
|
+
"multiChainAsset": "CFG-Centrifuge",
|
|
7458
|
+
"hasValue": true,
|
|
7459
|
+
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/hydradx_main-local-cfg.png"
|
|
7406
7460
|
}
|
|
7407
7461
|
}
|