@subwallet/chain-list 0.0.16 → 0.0.18

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.
@@ -7,19 +7,81 @@
7
7
  const global = window;
8
8
 
9
9
  const _AssetRefMap = {
10
- "polkadot-NATIVE-DOT-moonbeam-LOCAL-xcDOT": {
10
+ "polkadot-NATIVE-DOT___moonbeam-LOCAL-xcDOT": {
11
11
  srcAsset: "polkadot-NATIVE-DOT",
12
12
  destAsset: "moonbeam-LOCAL-xcDOT",
13
+ srcChain: "polkadot",
14
+ destChain: "moonbeam",
13
15
  path: "XCM"
14
16
  },
15
- "polkadot-NATIVE-DOT-acala-LOCAL-DOT": {
17
+ "polkadot-NATIVE-DOT___acala-LOCAL-DOT": {
16
18
  srcAsset: "polkadot-NATIVE-DOT",
17
19
  destAsset: "acala-LOCAL-DOT",
20
+ srcChain: "polkadot",
21
+ destChain: "acala",
18
22
  path: "XCM"
19
23
  },
20
- "acala-NATIVE-ACA-moonbeam-LOCAL-xcACA": {
24
+ "polkadot-NATIVE-DOT___astar-NATIVE-ASTR": {
25
+ srcAsset: "polkadot-NATIVE-DOT",
26
+ destAsset: "astar-NATIVE-ASTR",
27
+ srcChain: "polkadot",
28
+ destChain: "astar",
29
+ path: "XCM"
30
+ },
31
+ "polkadot-NATIVE-DOT___statemint-NATIVE-DOT": {
32
+ srcAsset: "polkadot-NATIVE-DOT",
33
+ destAsset: "statemint-NATIVE-DOT",
34
+ srcChain: "polkadot",
35
+ destChain: "statemint",
36
+ path: "XCM"
37
+ },
38
+ "acala-NATIVE-ACA___moonbeam-LOCAL-xcACA": {
21
39
  srcAsset: "acala-NATIVE-ACA",
22
40
  destAsset: "moonbeam-LOCAL-xcACA",
41
+ srcChain: "acala",
42
+ destChain: "moonbeam",
43
+ path: "XCM"
44
+ },
45
+ "astar-LOCAL-DOT___polkadot-NATIVE-DOT": {
46
+ srcAsset: "astar-LOCAL-DOT",
47
+ destAsset: "polkadot-NATIVE-DOT",
48
+ srcChain: "astar",
49
+ destChain: "polkadot",
50
+ path: "XCM"
51
+ },
52
+ "moonbeam-LOCAL-xcDOT___polkadot-NATIVE-DOT": {
53
+ srcAsset: "moonbeam-LOCAL-xcDOT",
54
+ destAsset: "polkadot-NATIVE-DOT",
55
+ srcChain: "moonbeam",
56
+ destChain: "polkadot",
57
+ path: "XCM"
58
+ },
59
+ "statemint-NATIVE-DOT___polkadot-NATIVE-DOT": {
60
+ srcAsset: "statemint-NATIVE-DOT",
61
+ destAsset: "polkadot-NATIVE-DOT",
62
+ srcChain: "statemint",
63
+ destChain: "polkadot",
64
+ path: "XCM"
65
+ },
66
+ "statemint-LOCAL-USDt___astar-LOCAL-USDT": {
67
+ srcAsset: "statemint-LOCAL-USDt",
68
+ destAsset: "astar-LOCAL-USDT",
69
+ srcChain: "statemint",
70
+ destChain: "astar",
71
+ path: "XCM"
72
+ },
73
+ "astar-LOCAL-USDT___statemint-LOCAL-USDt": {
74
+ srcAsset: "astar-LOCAL-USDT",
75
+ destAsset: "statemint-LOCAL-USDt",
76
+ srcChain: "astar",
77
+ destChain: "statemint",
78
+ path: "XCM"
79
+ },
80
+ "astar-NATIVE-ASTR___acala-LOCAL-ASTR": {
81
+ srcAsset: "astar-NATIVE-ASTR",
82
+ destAsset: "acala-LOCAL-ASTR",
83
+ srcChain: "astar",
84
+ destChain: "acala",
23
85
  path: "XCM"
24
86
  }
25
87
  };
@@ -302,6 +364,56 @@
302
364
  metadata: null,
303
365
  multiChainAsset: "ASTR-Astar",
304
366
  hasValue: true
367
+ },
368
+ "astar-LOCAL-DOT": {
369
+ originChain: "astar",
370
+ slug: "astar-LOCAL-DOT",
371
+ name: "Polkadot",
372
+ symbol: "DOT",
373
+ decimals: 10,
374
+ priceId: "polkadot",
375
+ minAmount: "1",
376
+ assetType: "LOCAL",
377
+ metadata: {
378
+ assetId: "340282366920938463463374607431768211455",
379
+ multilocation: {
380
+ parents: 1,
381
+ interior: "Here"
382
+ }
383
+ },
384
+ multiChainAsset: "DOT-Polkadot",
385
+ hasValue: true
386
+ },
387
+ "astar-LOCAL-USDT": {
388
+ originChain: "astar",
389
+ slug: "astar-LOCAL-USDT",
390
+ name: "Tether USD",
391
+ symbol: "USDT",
392
+ decimals: 6,
393
+ priceId: "tether",
394
+ minAmount: "0",
395
+ assetType: "LOCAL",
396
+ metadata: {
397
+ assetId: "4294969280",
398
+ multilocation: {
399
+ parents: 1,
400
+ interior: {
401
+ X3: [
402
+ {
403
+ Parachain: 1000
404
+ },
405
+ {
406
+ GeneralIndex: 50
407
+ },
408
+ {
409
+ GeneralIndex: 1984
410
+ }
411
+ ]
412
+ }
413
+ }
414
+ },
415
+ multiChainAsset: "USDT-Tether",
416
+ hasValue: true
305
417
  },
306
418
  "astarEvm-NATIVE-ASTR": {
307
419
  originChain: "astarEvm",
@@ -380,6 +492,23 @@
380
492
  metadata: null,
381
493
  multiChainAsset: null,
382
494
  hasValue: false
495
+ },
496
+ "bitcountry-LOCAL-BIT": {
497
+ originChain: "bitcountry",
498
+ slug: "bitcountry-LOCAL-BIT",
499
+ name: "BIT",
500
+ symbol: "BIT",
501
+ decimals: 18,
502
+ priceId: null,
503
+ minAmount: "0",
504
+ assetType: "LOCAL",
505
+ metadata: {
506
+ onChainInfo: {
507
+ MiningResource: 0
508
+ }
509
+ },
510
+ multiChainAsset: null,
511
+ hasValue: false
383
512
  },
384
513
  "equilibrium_parachain-NATIVE-EQ": {
385
514
  originChain: "equilibrium_parachain",
@@ -390,9 +519,41 @@
390
519
  priceId: null,
391
520
  minAmount: "100000000",
392
521
  assetType: "NATIVE",
393
- metadata: null,
522
+ metadata: {
523
+ assetId: "25969"
524
+ },
394
525
  multiChainAsset: null,
395
526
  hasValue: true
527
+ },
528
+ "equilibrium_parachain-LOCAL-ACA": {
529
+ originChain: "equilibrium_parachain",
530
+ slug: "equilibrium_parachain-LOCAL-ACA",
531
+ name: "Acala",
532
+ symbol: "ACA",
533
+ decimals: 12,
534
+ priceId: "acala",
535
+ minAmount: "0",
536
+ assetType: "LOCAL",
537
+ metadata: {
538
+ assetId: "6382433"
539
+ },
540
+ multiChainAsset: "ACA-Acala",
541
+ hasValue: true
542
+ },
543
+ "equilibrium_parachain-LOCAL-DOT": {
544
+ originChain: "equilibrium_parachain",
545
+ slug: "equilibrium_parachain-LOCAL-DOT",
546
+ name: "Polkadot",
547
+ symbol: "DOT",
548
+ decimals: 10,
549
+ priceId: "polkadot",
550
+ minAmount: "0",
551
+ assetType: "LOCAL",
552
+ metadata: {
553
+ assetId: "6582132"
554
+ },
555
+ multiChainAsset: "DOT-Polkadot",
556
+ hasValue: true
396
557
  },
397
558
  "moonbase-NATIVE-DEV": {
398
559
  originChain: "moonbase",
@@ -572,8 +733,15 @@
572
733
  priceId: null,
573
734
  minAmount: "1000000000",
574
735
  assetType: "NATIVE",
575
- metadata: null,
576
- multiChainAsset: null,
736
+ metadata: {
737
+ multilocation: {
738
+ Concrete: {
739
+ parents: 1,
740
+ interior: "Here"
741
+ }
742
+ }
743
+ },
744
+ multiChainAsset: "DOT-Polkadot",
577
745
  hasValue: true
578
746
  },
579
747
  "pioneer-NATIVE-NEER": {
@@ -588,6 +756,23 @@
588
756
  metadata: null,
589
757
  multiChainAsset: null,
590
758
  hasValue: true
759
+ },
760
+ "pioneer-LOCAL-BIT": {
761
+ originChain: "pioneer",
762
+ slug: "pioneer-LOCAL-BIT",
763
+ name: "BIT",
764
+ symbol: "BIT",
765
+ decimals: 18,
766
+ priceId: null,
767
+ minAmount: "0",
768
+ assetType: "LOCAL",
769
+ metadata: {
770
+ onChainInfo: {
771
+ MiningResource: 0
772
+ }
773
+ },
774
+ multiChainAsset: null,
775
+ hasValue: true
591
776
  },
592
777
  "ethereum_goerli-NATIVE-GoerliETH": {
593
778
  originChain: "ethereum_goerli",
@@ -713,10 +898,49 @@
713
898
  symbol: "INTR",
714
899
  decimals: 10,
715
900
  priceId: null,
901
+ minAmount: "0",
716
902
  assetType: "NATIVE",
717
- metadata: null,
903
+ metadata: {
904
+ onChainInfo: {
905
+ Token: "INTR"
906
+ }
907
+ },
718
908
  multiChainAsset: null,
719
909
  hasValue: true
910
+ },
911
+ "interlay-LOCAL-LDOT": {
912
+ originChain: "interlay",
913
+ slug: "interlay-LOCAL-LDOT",
914
+ name: "Liquid DOT",
915
+ symbol: "LDOT",
916
+ decimals: 10,
917
+ priceId: "polkadot",
918
+ minAmount: "0",
919
+ assetType: "LOCAL",
920
+ metadata: {
921
+ onChainInfo: {
922
+ ForeignAsset: 1
923
+ }
924
+ },
925
+ multiChainAsset: "DOT-Polkadot",
926
+ hasValue: true
927
+ },
928
+ "interlay-LOCAL-USDT": {
929
+ originChain: "interlay",
930
+ slug: "interlay-LOCAL-USDT",
931
+ name: "Tether USD",
932
+ symbol: "USDT",
933
+ decimals: 6,
934
+ priceId: "tether",
935
+ minAmount: "0",
936
+ assetType: "LOCAL",
937
+ metadata: {
938
+ onChainInfo: {
939
+ ForeignAsset: 2
940
+ }
941
+ },
942
+ multiChainAsset: "USDT-Tether",
943
+ hasValue: true
720
944
  },
721
945
  "nodle-NATIVE-NODL": {
722
946
  originChain: "nodle",
@@ -832,7 +1056,8 @@
832
1056
  assetType: "NATIVE",
833
1057
  metadata: null,
834
1058
  multiChainAsset: null,
835
- hasValue: false
1059
+ hasValue: false,
1060
+ minAmount: "0"
836
1061
  },
837
1062
  "opal-NATIVE-OPL": {
838
1063
  originChain: "opal",
@@ -997,10 +1222,32 @@
997
1222
  symbol: "KINT",
998
1223
  decimals: 12,
999
1224
  priceId: null,
1225
+ minAmount: "0",
1000
1226
  assetType: "NATIVE",
1001
- metadata: null,
1227
+ metadata: {
1228
+ onChainInfo: {
1229
+ Token: "KINT"
1230
+ }
1231
+ },
1002
1232
  multiChainAsset: null,
1003
1233
  hasValue: true
1234
+ },
1235
+ "kintsugi-LOCAL-USDT": {
1236
+ originChain: "kintsugi",
1237
+ slug: "kintsugi-LOCAL-USDT",
1238
+ name: "Tether USD",
1239
+ symbol: "USDT",
1240
+ decimals: 6,
1241
+ priceId: "tether",
1242
+ minAmount: "0",
1243
+ assetType: "LOCAL",
1244
+ metadata: {
1245
+ onChainInfo: {
1246
+ ForeignAsset: 3
1247
+ }
1248
+ },
1249
+ multiChainAsset: "USDT-Tether",
1250
+ hasValue: true
1004
1251
  },
1005
1252
  "kintsugi_test-NATIVE-KINT": {
1006
1253
  originChain: "kintsugi_test",
@@ -1009,8 +1256,13 @@
1009
1256
  symbol: "KINT",
1010
1257
  decimals: 12,
1011
1258
  priceId: null,
1259
+ minAmount: "0",
1012
1260
  assetType: "NATIVE",
1013
- metadata: null,
1261
+ metadata: {
1262
+ onChainInfo: {
1263
+ Token: "KINT"
1264
+ }
1265
+ },
1014
1266
  multiChainAsset: null,
1015
1267
  hasValue: false
1016
1268
  },
@@ -1060,8 +1312,26 @@
1060
1312
  decimals: 10,
1061
1313
  priceId: null,
1062
1314
  assetType: "NATIVE",
1063
- metadata: null,
1315
+ metadata: {
1316
+ assetId: "1734700659"
1317
+ },
1064
1318
  multiChainAsset: null,
1319
+ hasValue: true,
1320
+ minAmount: "0"
1321
+ },
1322
+ "genshiro-LOCAL-DOT": {
1323
+ originChain: "genshiro",
1324
+ slug: "genshiro-LOCAL-DOT",
1325
+ name: "Polkadot",
1326
+ symbol: "DOT",
1327
+ decimals: 10,
1328
+ priceId: "polkadot",
1329
+ minAmount: "0",
1330
+ assetType: "LOCAL",
1331
+ metadata: {
1332
+ assetId: "6582132"
1333
+ },
1334
+ multiChainAsset: "DOT-Polkadot",
1065
1335
  hasValue: true
1066
1336
  },
1067
1337
  "genshiro_testnet-NATIVE-TOKEN": {
@@ -1071,8 +1341,11 @@
1071
1341
  symbol: "TOKEN",
1072
1342
  decimals: 9,
1073
1343
  priceId: null,
1344
+ minAmount: "0",
1074
1345
  assetType: "NATIVE",
1075
- metadata: null,
1346
+ metadata: {
1347
+ assetId: "1734700659"
1348
+ },
1076
1349
  multiChainAsset: null,
1077
1350
  hasValue: false
1078
1351
  },
@@ -1266,7 +1539,8 @@
1266
1539
  assetType: "NATIVE",
1267
1540
  metadata: null,
1268
1541
  multiChainAsset: null,
1269
- hasValue: false
1542
+ hasValue: false,
1543
+ minAmount: "0"
1270
1544
  },
1271
1545
  "mangatax-NATIVE-MGAT": {
1272
1546
  originChain: "mangatax",
@@ -1278,7 +1552,8 @@
1278
1552
  assetType: "NATIVE",
1279
1553
  metadata: null,
1280
1554
  multiChainAsset: null,
1281
- hasValue: false
1555
+ hasValue: false,
1556
+ minAmount: "0"
1282
1557
  },
1283
1558
  "mangatax_para-NATIVE-MGX": {
1284
1559
  originChain: "mangatax_para",
@@ -1289,7 +1564,8 @@
1289
1564
  assetType: "NATIVE",
1290
1565
  metadata: null,
1291
1566
  multiChainAsset: null,
1292
- hasValue: true
1567
+ hasValue: true,
1568
+ minAmount: "0"
1293
1569
  },
1294
1570
  "encointer-NATIVE-KSM": {
1295
1571
  originChain: "encointer",
@@ -1365,7 +1641,8 @@
1365
1641
  assetType: "NATIVE",
1366
1642
  metadata: null,
1367
1643
  multiChainAsset: null,
1368
- hasValue: false
1644
+ hasValue: false,
1645
+ minAmount: "0"
1369
1646
  },
1370
1647
  "subspace_gemini_2a-NATIVE-tSSC": {
1371
1648
  originChain: "subspace_gemini_2a",
@@ -1442,7 +1719,8 @@
1442
1719
  assetType: "NATIVE",
1443
1720
  metadata: null,
1444
1721
  multiChainAsset: null,
1445
- hasValue: true
1722
+ hasValue: true,
1723
+ minAmount: "0"
1446
1724
  },
1447
1725
  "kabocha-NATIVE-KAB": {
1448
1726
  originChain: "kabocha",
@@ -1493,7 +1771,8 @@
1493
1771
  assetType: "NATIVE",
1494
1772
  metadata: null,
1495
1773
  multiChainAsset: null,
1496
- hasValue: true
1774
+ hasValue: true,
1775
+ minAmount: "0"
1497
1776
  },
1498
1777
  "pendulum-NATIVE-PEN": {
1499
1778
  originChain: "pendulum",
@@ -1505,7 +1784,8 @@
1505
1784
  assetType: "NATIVE",
1506
1785
  metadata: null,
1507
1786
  multiChainAsset: null,
1508
- hasValue: true
1787
+ hasValue: true,
1788
+ minAmount: "0"
1509
1789
  },
1510
1790
  "gear_testnet-NATIVE-Unit": {
1511
1791
  originChain: "gear_testnet",
@@ -1751,7 +2031,8 @@
1751
2031
  assetType: "NATIVE",
1752
2032
  metadata: null,
1753
2033
  multiChainAsset: null,
1754
- hasValue: false
2034
+ hasValue: false,
2035
+ minAmount: "0"
1755
2036
  },
1756
2037
  "barnacle_evm-NATIVE-EBAR": {
1757
2038
  originChain: "barnacle_evm",
@@ -1844,8 +2125,8 @@
1844
2125
  multiChainAsset: null,
1845
2126
  hasValue: true
1846
2127
  },
1847
- " kylinNetwork-NATIVE-KYL": {
1848
- originChain: " kylinNetwork",
2128
+ "kylinNetwork-NATIVE-KYL": {
2129
+ originChain: "kylinNetwork",
1849
2130
  slug: " kylinNetwork-NATIVE-KYL",
1850
2131
  name: "Kylin Network",
1851
2132
  symbol: "KYL",
@@ -1854,7 +2135,8 @@
1854
2135
  assetType: "NATIVE",
1855
2136
  metadata: null,
1856
2137
  multiChainAsset: null,
1857
- hasValue: true
2138
+ hasValue: true,
2139
+ minAmount: "0"
1858
2140
  },
1859
2141
  "ipci-NATIVE-MITO": {
1860
2142
  originChain: "ipci",
@@ -1892,7 +2174,8 @@
1892
2174
  assetType: "NATIVE",
1893
2175
  metadata: null,
1894
2176
  multiChainAsset: null,
1895
- hasValue: true
2177
+ hasValue: true,
2178
+ minAmount: "0"
1896
2179
  },
1897
2180
  "pichiu-NATIVE-PCHU": {
1898
2181
  originChain: "pichiu",
@@ -2140,6 +2423,36 @@
2140
2423
  metadata: null,
2141
2424
  multiChainAsset: null,
2142
2425
  hasValue: true
2426
+ },
2427
+ "statemint-LOCAL-USDt": {
2428
+ originChain: "statemint",
2429
+ slug: "statemint-LOCAL-USDt",
2430
+ name: "Tether USD",
2431
+ symbol: "USDt",
2432
+ decimals: 6,
2433
+ priceId: "tether",
2434
+ minAmount: "700000",
2435
+ assetType: "LOCAL",
2436
+ metadata: {
2437
+ assetId: "1984",
2438
+ multilocation: {
2439
+ Concrete: {
2440
+ parents: 0,
2441
+ interior: {
2442
+ X2: [
2443
+ {
2444
+ PalletInstance: 50
2445
+ },
2446
+ {
2447
+ GeneralIndex: 1984
2448
+ }
2449
+ ]
2450
+ }
2451
+ }
2452
+ }
2453
+ },
2454
+ multiChainAsset: "USDT-Tether",
2455
+ hasValue: true
2143
2456
  }
2144
2457
  };
2145
2458
 
@@ -5378,6 +5691,29 @@
5378
5691
  },
5379
5692
  evmInfo: null
5380
5693
  };
5694
+ var kylinNetwork = {
5695
+ slug: "kylinNetwork",
5696
+ name: "Kylin Network",
5697
+ chainStatus: "ACTIVE",
5698
+ providers: {
5699
+ "Kylin Network": "wss://polkadot.kylin-node.co.uk"
5700
+ },
5701
+ isTestnet: false,
5702
+ substrateInfo: {
5703
+ paraId: 2052,
5704
+ relaySlug: "polkadot",
5705
+ genesisHash: "0xf2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5",
5706
+ addressPrefix: 42,
5707
+ chainType: "PARACHAIN",
5708
+ symbol: "KYL",
5709
+ decimals: 18,
5710
+ hasNativeNft: false,
5711
+ supportSmartContract: null,
5712
+ supportStaking: false,
5713
+ blockExplorer: null
5714
+ },
5715
+ evmInfo: null
5716
+ };
5381
5717
  var ipci = {
5382
5718
  slug: "ipci",
5383
5719
  name: "DAO IPCI",
@@ -5987,29 +6323,7 @@
5987
6323
  frequency: frequency,
5988
6324
  hashedNetwork: hashedNetwork,
5989
6325
  kapex: kapex,
5990
- " kylinNetwork": {
5991
- slug: " kylinNetwork",
5992
- name: "Kylin Network",
5993
- chainStatus: "ACTIVE",
5994
- providers: {
5995
- "Kylin Network": "wss://polkadot.kylin-node.co.uk"
5996
- },
5997
- isTestnet: false,
5998
- substrateInfo: {
5999
- paraId: 2052,
6000
- relaySlug: "polkadot",
6001
- genesisHash: "0xf2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5",
6002
- addressPrefix: 42,
6003
- chainType: "PARACHAIN",
6004
- symbol: "KYL",
6005
- decimals: 18,
6006
- hasNativeNft: false,
6007
- supportSmartContract: null,
6008
- supportStaking: false,
6009
- blockExplorer: null
6010
- },
6011
- evmInfo: null
6012
- },
6326
+ kylinNetwork: kylinNetwork,
6013
6327
  ipci: ipci,
6014
6328
  kico: kico,
6015
6329
  luhnNetwork: luhnNetwork,
@@ -6089,70 +6403,80 @@
6089
6403
  originChainAsset: "polkadot-NATIVE-DOT",
6090
6404
  name: "Polkadot",
6091
6405
  symbol: "DOT",
6092
- priceId: "polkadot"
6406
+ priceId: "polkadot",
6407
+ hasValue: true
6093
6408
  },
6094
6409
  "KSM-Kusama": {
6095
6410
  slug: "KSM-Kusama",
6096
6411
  originChainAsset: "kusama-NATIVE-KSM",
6097
6412
  name: "Kusama",
6098
6413
  symbol: "KSM",
6099
- priceId: "kusama"
6414
+ priceId: "kusama",
6415
+ hasValue: true
6100
6416
  },
6101
6417
  "GLMR-Moonbeam": {
6102
6418
  slug: "GLMR-Moonbeam",
6103
6419
  originChainAsset: "moonbeam-NATIVE-GLMR",
6104
6420
  name: "Moonbeam",
6105
6421
  symbol: "GLMR",
6106
- priceId: "moonbeam"
6422
+ priceId: "moonbeam",
6423
+ hasValue: true
6107
6424
  },
6108
6425
  "ACA-Acala": {
6109
6426
  slug: "ACA-Acala",
6110
6427
  originChainAsset: "acala-NATIVE-ACA",
6111
6428
  name: "Acala",
6112
6429
  symbol: "ACA",
6113
- priceId: "acala"
6430
+ priceId: "acala",
6431
+ hasValue: true
6114
6432
  },
6115
6433
  "USDT-Tether": {
6116
6434
  slug: "USDT-Tether",
6117
6435
  originChainAsset: null,
6118
6436
  name: "Tether",
6119
6437
  symbol: "USDT",
6120
- priceId: "tether"
6438
+ priceId: "tether",
6439
+ hasValue: true
6121
6440
  },
6122
6441
  "ETH-Ethereum": {
6123
6442
  slug: "ETH-Ethereum",
6124
6443
  originChainAsset: "ethereum-NATIVE-ETH",
6125
6444
  name: "Ethereum",
6126
6445
  symbol: "ETH",
6127
- priceId: "ethereum"
6446
+ priceId: "ethereum",
6447
+ hasValue: true
6128
6448
  },
6129
6449
  "ASTR-Astar": {
6130
6450
  slug: "ASTR-Astar",
6131
6451
  originChainAsset: "astar-NATIVE-ASTR",
6132
6452
  name: "Astar",
6133
6453
  symbol: "ASTR",
6134
- priceId: "astar"
6454
+ priceId: "astar",
6455
+ hasValue: true
6135
6456
  },
6136
6457
  "aUSD-AcalaDollar": {
6137
6458
  slug: "aUSD-AcalaDollar",
6138
6459
  originChainAsset: "acala-LOCAL-aUSD",
6139
6460
  name: "Acala Dollar",
6140
6461
  symbol: "aUSD",
6141
- priceId: "acala-dollar-acala"
6462
+ priceId: "acala-dollar-acala",
6463
+ hasValue: true
6142
6464
  },
6143
6465
  "DEV-MoonbaseDev": {
6144
6466
  slug: "DEV-MoonbaseDev",
6145
6467
  originChainAsset: "moonbase-NATIVE-DEV",
6146
6468
  name: "Moonbase Dev",
6147
6469
  symbol: "DEV",
6148
- priceId: null
6470
+ priceId: null,
6471
+ hasValue: false
6149
6472
  },
6150
6473
  "MOVR-Moonriver": {
6151
6474
  slug: "MOVR-Moonriver",
6152
6475
  originChainAsset: "moonriver-NATIVE-MOVR",
6153
6476
  name: "Moonriver",
6154
6477
  symbol: "MOVR",
6155
- priceId: "moonriver"
6478
+ priceId: "moonriver",
6479
+ hasValue: true
6156
6480
  }
6157
6481
  };
6158
6482
 
@@ -13,6 +13,6 @@ const packageInfo = {
13
13
  name: '@subwallet/chain-list',
14
14
  path: typeof __dirname === 'string' ? __dirname : 'auto',
15
15
  type: 'cjs',
16
- version: '0.0.16'
16
+ version: '0.0.18'
17
17
  };
18
18
  exports.packageInfo = packageInfo;