@chain-registry/assets 1.70.122 → 1.70.124

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.
Files changed (91) hide show
  1. package/devnet/prysmdevnet.js +0 -210
  2. package/esm/devnet/prysmdevnet.js +0 -210
  3. package/esm/mainnet/axelar.js +130 -0
  4. package/esm/mainnet/mantrachain.js +86 -0
  5. package/esm/mainnet/noble.js +86 -0
  6. package/esm/mainnet/osmosis.js +2 -2
  7. package/esm/mainnet/routerchain.js +238 -0
  8. package/esm/testnet/akashtestnet.js +1 -150
  9. package/esm/testnet/archwaytestnet.js +0 -220
  10. package/esm/testnet/axelartestnet.js +0 -220
  11. package/esm/testnet/celestiatestnet3.js +0 -148
  12. package/esm/testnet/chain4energytestnet.js +1 -150
  13. package/esm/testnet/composabletestnet.js +3 -154
  14. package/esm/testnet/coreumtestnet.js +1 -150
  15. package/esm/testnet/cosmoshubtestnet.js +0 -220
  16. package/esm/testnet/doravotatestnet.js +1 -150
  17. package/esm/testnet/dydxtestnet.js +1 -71
  18. package/esm/testnet/empowertestnet.js +3 -222
  19. package/esm/testnet/impacthubtestnet.js +1 -150
  20. package/esm/testnet/injectivetestnet.js +0 -148
  21. package/esm/testnet/junotestnet.js +0 -148
  22. package/esm/testnet/kimanetworktestnet.js +1 -150
  23. package/esm/testnet/kujiratestnet.js +3 -78
  24. package/esm/testnet/kyvetestnet.js +1 -150
  25. package/esm/testnet/lavatestnet.js +1 -222
  26. package/esm/testnet/likecointestnet.js +1 -150
  27. package/esm/testnet/manifesttestnet.js +1 -222
  28. package/esm/testnet/mantrachaintestnet.js +0 -220
  29. package/esm/testnet/marstestnet.js +1 -150
  30. package/esm/testnet/neutrontestnet.js +0 -148
  31. package/esm/testnet/nobletestnet.js +0 -148
  32. package/esm/testnet/noistestnet.js +3 -146
  33. package/esm/testnet/nolustestnet.js +3 -154
  34. package/esm/testnet/osmosistestnet.js +0 -442
  35. package/esm/testnet/persistencetestnet2.js +3 -226
  36. package/esm/testnet/quicksilvertestnet.js +3 -154
  37. package/esm/testnet/sagatestnet.js +1 -222
  38. package/esm/testnet/sgetestnet.js +1 -150
  39. package/esm/testnet/stargazetestnet.js +0 -148
  40. package/esm/testnet/swisstroniktestnet.js +1 -150
  41. package/esm/testnet/symphonytestnet.js +3 -222
  42. package/esm/testnet/symphonytestnet3.js +3 -222
  43. package/esm/testnet/synternettestnet.js +1 -150
  44. package/esm/testnet/titannettestnet.js +1 -150
  45. package/esm/testnet/titantestnet.js +0 -288
  46. package/esm/testnet/xiontestnet.js +0 -292
  47. package/mainnet/axelar.js +130 -0
  48. package/mainnet/mantrachain.js +86 -0
  49. package/mainnet/noble.js +86 -0
  50. package/mainnet/osmosis.js +2 -2
  51. package/mainnet/routerchain.js +238 -0
  52. package/package.json +5 -5
  53. package/testnet/akashtestnet.js +1 -150
  54. package/testnet/archwaytestnet.js +0 -220
  55. package/testnet/axelartestnet.js +0 -220
  56. package/testnet/celestiatestnet3.js +0 -148
  57. package/testnet/chain4energytestnet.js +1 -150
  58. package/testnet/composabletestnet.js +3 -154
  59. package/testnet/coreumtestnet.js +1 -150
  60. package/testnet/cosmoshubtestnet.js +0 -220
  61. package/testnet/doravotatestnet.js +1 -150
  62. package/testnet/dydxtestnet.js +1 -71
  63. package/testnet/empowertestnet.js +3 -222
  64. package/testnet/impacthubtestnet.js +1 -150
  65. package/testnet/injectivetestnet.js +0 -148
  66. package/testnet/junotestnet.js +0 -148
  67. package/testnet/kimanetworktestnet.js +1 -150
  68. package/testnet/kujiratestnet.js +3 -78
  69. package/testnet/kyvetestnet.js +1 -150
  70. package/testnet/lavatestnet.js +1 -222
  71. package/testnet/likecointestnet.js +1 -150
  72. package/testnet/manifesttestnet.js +1 -222
  73. package/testnet/mantrachaintestnet.js +0 -220
  74. package/testnet/marstestnet.js +1 -150
  75. package/testnet/neutrontestnet.js +0 -148
  76. package/testnet/nobletestnet.js +0 -148
  77. package/testnet/noistestnet.js +3 -146
  78. package/testnet/nolustestnet.js +3 -154
  79. package/testnet/osmosistestnet.js +0 -442
  80. package/testnet/persistencetestnet2.js +3 -226
  81. package/testnet/quicksilvertestnet.js +3 -154
  82. package/testnet/sagatestnet.js +1 -222
  83. package/testnet/sgetestnet.js +1 -150
  84. package/testnet/stargazetestnet.js +0 -148
  85. package/testnet/swisstroniktestnet.js +1 -150
  86. package/testnet/symphonytestnet.js +3 -222
  87. package/testnet/symphonytestnet3.js +3 -222
  88. package/testnet/synternettestnet.js +1 -150
  89. package/testnet/titannettestnet.js +1 -150
  90. package/testnet/titantestnet.js +0 -288
  91. package/testnet/xiontestnet.js +0 -292
@@ -36,42 +36,6 @@ const assets = {
36
36
  }
37
37
  }]
38
38
  },
39
- {
40
- description: 'The native token of Axelar',
41
- denom_units: [{
42
- denom: 'ibc/CAC33C89EFB6AD6064184EB63289F76C0447B25D720C21275D5E4D3C1890405F',
43
- exponent: 0,
44
- aliases: ['uaxl']
45
- }, {
46
- denom: 'axl',
47
- exponent: 6
48
- }],
49
- base: 'ibc/CAC33C89EFB6AD6064184EB63289F76C0447B25D720C21275D5E4D3C1890405F',
50
- name: 'Axelar',
51
- display: 'axl',
52
- symbol: 'AXL',
53
- logo_URIs: {
54
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
55
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
56
- },
57
- coingecko_id: 'axelar',
58
- images: [{
59
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
60
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
61
- }],
62
- type_asset: 'sdk.coin',
63
- traces: [{
64
- type: 'ibc',
65
- counterparty: {
66
- channel_id: 'channel-339',
67
- base_denom: 'uaxl',
68
- chain_name: 'axelartestnet'
69
- },
70
- chain: {
71
- channel_id: 'channel-4170'
72
- }
73
- }]
74
- },
75
39
  {
76
40
  denom_units: [{
77
41
  denom: 'ibc/0E22FFB61DB307FE01D3D0DFF4A8EBEB6CC4997DCF9E901AE0751A2FFF4B90DD',
@@ -174,50 +138,6 @@ const assets = {
174
138
  }
175
139
  }]
176
140
  },
177
- {
178
- description: 'The native token of Coreum',
179
- denom_units: [{
180
- denom: 'ibc/35CA3AB73EF616E989E6DDD91EA33BEBAF77CA710641973028460CCFE69452AB',
181
- exponent: 0,
182
- aliases: ['utestcore']
183
- }, {
184
- denom: 'testcore',
185
- exponent: 6
186
- }],
187
- base: 'ibc/35CA3AB73EF616E989E6DDD91EA33BEBAF77CA710641973028460CCFE69452AB',
188
- name: 'Coreum',
189
- display: 'testcore',
190
- symbol: 'TESTCORE',
191
- logo_URIs: {
192
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
193
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
194
- },
195
- coingecko_id: 'coreum',
196
- keywords: [
197
- 'dex',
198
- 'staking',
199
- 'wasm',
200
- 'assets',
201
- 'nft',
202
- 'XRPL'
203
- ],
204
- images: [{
205
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
206
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
207
- }],
208
- type_asset: 'sdk.coin',
209
- traces: [{
210
- type: 'ibc',
211
- counterparty: {
212
- channel_id: 'channel-47',
213
- base_denom: 'utestcore',
214
- chain_name: 'coreumtestnet'
215
- },
216
- chain: {
217
- channel_id: 'channel-7894'
218
- }
219
- }]
220
- },
221
141
  {
222
142
  description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
223
143
  denom_units: [{
@@ -319,42 +239,6 @@ const assets = {
319
239
  }
320
240
  }]
321
241
  },
322
- {
323
- description: 'The INJ token is the native governance token for the Injective chain.',
324
- denom_units: [{
325
- denom: 'ibc/C53E4BB8F7975D31DC9C8BA6A6EC2EA6F1F2A77C39D4E158459BB379D14CC9B0',
326
- exponent: 0,
327
- aliases: ['inj']
328
- }, {
329
- denom: 'INJ',
330
- exponent: 18
331
- }],
332
- base: 'ibc/C53E4BB8F7975D31DC9C8BA6A6EC2EA6F1F2A77C39D4E158459BB379D14CC9B0',
333
- name: 'Injective',
334
- display: 'INJ',
335
- symbol: 'INJ',
336
- logo_URIs: {
337
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
338
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
339
- },
340
- coingecko_id: 'injective-protocol',
341
- images: [{
342
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
343
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
344
- }],
345
- type_asset: 'sdk.coin',
346
- traces: [{
347
- type: 'ibc',
348
- counterparty: {
349
- channel_id: 'channel-129',
350
- base_denom: 'inj',
351
- chain_name: 'injectivetestnet'
352
- },
353
- chain: {
354
- channel_id: 'channel-4174'
355
- }
356
- }]
357
- },
358
242
  {
359
243
  description: 'The native token of Lava',
360
244
  denom_units: [{
@@ -723,42 +607,6 @@ const assets = {
723
607
  }
724
608
  }]
725
609
  },
726
- {
727
- description: 'The native token of Axelar',
728
- denom_units: [{
729
- denom: 'ibc/CAC33C89EFB6AD6064184EB63289F76C0447B25D720C21275D5E4D3C1890405F',
730
- exponent: 0,
731
- aliases: ['uaxl']
732
- }, {
733
- denom: 'axl',
734
- exponent: 6
735
- }],
736
- base: 'ibc/CAC33C89EFB6AD6064184EB63289F76C0447B25D720C21275D5E4D3C1890405F',
737
- name: 'Axelar',
738
- display: 'axl',
739
- symbol: 'AXL',
740
- logo_URIs: {
741
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
742
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
743
- },
744
- coingecko_id: 'axelar',
745
- images: [{
746
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
747
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
748
- }],
749
- type_asset: 'sdk.coin',
750
- traces: [{
751
- type: 'ibc',
752
- counterparty: {
753
- channel_id: 'channel-339',
754
- base_denom: 'uaxl',
755
- chain_name: 'axelartestnet'
756
- },
757
- chain: {
758
- channel_id: 'channel-4170'
759
- }
760
- }]
761
- },
762
610
  {
763
611
  denom_units: [{
764
612
  denom: 'ibc/0E22FFB61DB307FE01D3D0DFF4A8EBEB6CC4997DCF9E901AE0751A2FFF4B90DD',
@@ -861,50 +709,6 @@ const assets = {
861
709
  }
862
710
  }]
863
711
  },
864
- {
865
- description: 'The native token of Coreum',
866
- denom_units: [{
867
- denom: 'ibc/35CA3AB73EF616E989E6DDD91EA33BEBAF77CA710641973028460CCFE69452AB',
868
- exponent: 0,
869
- aliases: ['utestcore']
870
- }, {
871
- denom: 'testcore',
872
- exponent: 6
873
- }],
874
- base: 'ibc/35CA3AB73EF616E989E6DDD91EA33BEBAF77CA710641973028460CCFE69452AB',
875
- name: 'Coreum',
876
- display: 'testcore',
877
- symbol: 'TESTCORE',
878
- logo_URIs: {
879
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
880
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
881
- },
882
- coingecko_id: 'coreum',
883
- keywords: [
884
- 'dex',
885
- 'staking',
886
- 'wasm',
887
- 'assets',
888
- 'nft',
889
- 'XRPL'
890
- ],
891
- images: [{
892
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
893
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
894
- }],
895
- type_asset: 'sdk.coin',
896
- traces: [{
897
- type: 'ibc',
898
- counterparty: {
899
- channel_id: 'channel-47',
900
- base_denom: 'utestcore',
901
- chain_name: 'coreumtestnet'
902
- },
903
- chain: {
904
- channel_id: 'channel-7894'
905
- }
906
- }]
907
- },
908
712
  {
909
713
  description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
910
714
  denom_units: [{
@@ -1006,42 +810,6 @@ const assets = {
1006
810
  }
1007
811
  }]
1008
812
  },
1009
- {
1010
- description: 'The INJ token is the native governance token for the Injective chain.',
1011
- denom_units: [{
1012
- denom: 'ibc/C53E4BB8F7975D31DC9C8BA6A6EC2EA6F1F2A77C39D4E158459BB379D14CC9B0',
1013
- exponent: 0,
1014
- aliases: ['inj']
1015
- }, {
1016
- denom: 'INJ',
1017
- exponent: 18
1018
- }],
1019
- base: 'ibc/C53E4BB8F7975D31DC9C8BA6A6EC2EA6F1F2A77C39D4E158459BB379D14CC9B0',
1020
- name: 'Injective',
1021
- display: 'INJ',
1022
- symbol: 'INJ',
1023
- logo_URIs: {
1024
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
1025
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
1026
- },
1027
- coingecko_id: 'injective-protocol',
1028
- images: [{
1029
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
1030
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
1031
- }],
1032
- type_asset: 'sdk.coin',
1033
- traces: [{
1034
- type: 'ibc',
1035
- counterparty: {
1036
- channel_id: 'channel-129',
1037
- base_denom: 'inj',
1038
- chain_name: 'injectivetestnet'
1039
- },
1040
- chain: {
1041
- channel_id: 'channel-4174'
1042
- }
1043
- }]
1044
- },
1045
813
  {
1046
814
  description: 'The native token of Lava',
1047
815
  denom_units: [{
@@ -1375,42 +1143,6 @@ const assets = {
1375
1143
  }
1376
1144
  }]
1377
1145
  },
1378
- {
1379
- description: 'The XPRT token is primarily a governance token for the Persistence chain.',
1380
- denom_units: [{
1381
- denom: 'ibc/754C8533F8A418B03AD5F2C6AA19D4703CF78BBAB9E2E4DDD6212AAC2E502CA6',
1382
- exponent: 0,
1383
- aliases: ['uxprt']
1384
- }, {
1385
- denom: 'xprt',
1386
- exponent: 6
1387
- }],
1388
- base: 'ibc/754C8533F8A418B03AD5F2C6AA19D4703CF78BBAB9E2E4DDD6212AAC2E502CA6',
1389
- name: 'Persistence',
1390
- display: 'xprt',
1391
- symbol: 'XPRT',
1392
- logo_URIs: {
1393
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
1394
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
1395
- },
1396
- coingecko_id: 'persistence',
1397
- images: [{
1398
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
1399
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
1400
- }],
1401
- type_asset: 'sdk.coin',
1402
- traces: [{
1403
- type: 'ibc',
1404
- counterparty: {
1405
- channel_id: 'channel-7',
1406
- base_denom: 'uxprt',
1407
- chain_name: 'persistencetestnet2'
1408
- },
1409
- chain: {
1410
- channel_id: 'channel-1037'
1411
- }
1412
- }]
1413
- },
1414
1146
  {
1415
1147
  description: 'PSTAKE Liquid-Staked ATOM',
1416
1148
  denom_units: [{
@@ -1519,41 +1251,6 @@ const assets = {
1519
1251
  }
1520
1252
  }]
1521
1253
  },
1522
- {
1523
- description: 'QCK - native token of Quicksilver',
1524
- denom_units: [{
1525
- denom: 'ibc/F37CF69589DE12342758382F8770C0852CD8D2E4519F55166EBDAF472AD667C9',
1526
- exponent: 0,
1527
- aliases: ['uqck']
1528
- }, {
1529
- denom: 'qck',
1530
- exponent: 6,
1531
- aliases: []
1532
- }],
1533
- base: 'ibc/F37CF69589DE12342758382F8770C0852CD8D2E4519F55166EBDAF472AD667C9',
1534
- name: 'Quicksilver',
1535
- display: 'qck',
1536
- symbol: 'QCK',
1537
- logo_URIs: {
1538
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
1539
- },
1540
- coingecko_id: 'quicksilver',
1541
- images: [{
1542
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
1543
- }],
1544
- type_asset: 'sdk.coin',
1545
- traces: [{
1546
- type: 'ibc',
1547
- counterparty: {
1548
- channel_id: 'channel-20',
1549
- base_denom: 'uqck',
1550
- chain_name: 'quicksilvertestnet'
1551
- },
1552
- chain: {
1553
- channel_id: 'channel-13'
1554
- }
1555
- }]
1556
- },
1557
1254
  {
1558
1255
  description: 'The native token of Saga Testnet',
1559
1256
  denom_units: [{
@@ -1624,40 +1321,6 @@ const assets = {
1624
1321
  }
1625
1322
  }]
1626
1323
  },
1627
- {
1628
- description: 'The native token of Stargaze',
1629
- denom_units: [{
1630
- denom: 'ibc/1D082F4F5EE0A1F582B03B35F0F663A9CF9C6333874EDBF405559F8ABA024F24',
1631
- exponent: 0,
1632
- aliases: ['ustars']
1633
- }, {
1634
- denom: 'stars',
1635
- exponent: 6
1636
- }],
1637
- base: 'ibc/1D082F4F5EE0A1F582B03B35F0F663A9CF9C6333874EDBF405559F8ABA024F24',
1638
- name: 'Stargaze',
1639
- display: 'stars',
1640
- symbol: 'STARS',
1641
- logo_URIs: {
1642
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
1643
- },
1644
- coingecko_id: 'stargaze',
1645
- images: [{
1646
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
1647
- }],
1648
- type_asset: 'sdk.coin',
1649
- traces: [{
1650
- type: 'ibc',
1651
- counterparty: {
1652
- channel_id: 'channel-638',
1653
- base_denom: 'ustars',
1654
- chain_name: 'stargazetestnet'
1655
- },
1656
- chain: {
1657
- channel_id: 'channel-4175'
1658
- }
1659
- }]
1660
- },
1661
1324
  {
1662
1325
  description: 'The native currency of Swisstronik.',
1663
1326
  denom_units: [{
@@ -2171,42 +1834,6 @@ const assets = {
2171
1834
  }
2172
1835
  }]
2173
1836
  },
2174
- {
2175
- description: 'The XPRT token is primarily a governance token for the Persistence chain.',
2176
- denom_units: [{
2177
- denom: 'ibc/754C8533F8A418B03AD5F2C6AA19D4703CF78BBAB9E2E4DDD6212AAC2E502CA6',
2178
- exponent: 0,
2179
- aliases: ['uxprt']
2180
- }, {
2181
- denom: 'xprt',
2182
- exponent: 6
2183
- }],
2184
- base: 'ibc/754C8533F8A418B03AD5F2C6AA19D4703CF78BBAB9E2E4DDD6212AAC2E502CA6',
2185
- name: 'Persistence',
2186
- display: 'xprt',
2187
- symbol: 'XPRT',
2188
- logo_URIs: {
2189
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
2190
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
2191
- },
2192
- coingecko_id: 'persistence',
2193
- images: [{
2194
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
2195
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
2196
- }],
2197
- type_asset: 'sdk.coin',
2198
- traces: [{
2199
- type: 'ibc',
2200
- counterparty: {
2201
- channel_id: 'channel-7',
2202
- base_denom: 'uxprt',
2203
- chain_name: 'persistencetestnet2'
2204
- },
2205
- chain: {
2206
- channel_id: 'channel-1037'
2207
- }
2208
- }]
2209
- },
2210
1837
  {
2211
1838
  description: 'PSTAKE Liquid-Staked ATOM',
2212
1839
  denom_units: [{
@@ -2315,41 +1942,6 @@ const assets = {
2315
1942
  }
2316
1943
  }]
2317
1944
  },
2318
- {
2319
- description: 'QCK - native token of Quicksilver',
2320
- denom_units: [{
2321
- denom: 'ibc/F37CF69589DE12342758382F8770C0852CD8D2E4519F55166EBDAF472AD667C9',
2322
- exponent: 0,
2323
- aliases: ['uqck']
2324
- }, {
2325
- denom: 'qck',
2326
- exponent: 6,
2327
- aliases: []
2328
- }],
2329
- base: 'ibc/F37CF69589DE12342758382F8770C0852CD8D2E4519F55166EBDAF472AD667C9',
2330
- name: 'Quicksilver',
2331
- display: 'qck',
2332
- symbol: 'QCK',
2333
- logo_URIs: {
2334
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
2335
- },
2336
- coingecko_id: 'quicksilver',
2337
- images: [{
2338
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
2339
- }],
2340
- type_asset: 'sdk.coin',
2341
- traces: [{
2342
- type: 'ibc',
2343
- counterparty: {
2344
- channel_id: 'channel-20',
2345
- base_denom: 'uqck',
2346
- chain_name: 'quicksilvertestnet'
2347
- },
2348
- chain: {
2349
- channel_id: 'channel-13'
2350
- }
2351
- }]
2352
- },
2353
1945
  {
2354
1946
  description: 'The native token of Saga Testnet',
2355
1947
  denom_units: [{
@@ -2420,40 +2012,6 @@ const assets = {
2420
2012
  }
2421
2013
  }]
2422
2014
  },
2423
- {
2424
- description: 'The native token of Stargaze',
2425
- denom_units: [{
2426
- denom: 'ibc/1D082F4F5EE0A1F582B03B35F0F663A9CF9C6333874EDBF405559F8ABA024F24',
2427
- exponent: 0,
2428
- aliases: ['ustars']
2429
- }, {
2430
- denom: 'stars',
2431
- exponent: 6
2432
- }],
2433
- base: 'ibc/1D082F4F5EE0A1F582B03B35F0F663A9CF9C6333874EDBF405559F8ABA024F24',
2434
- name: 'Stargaze',
2435
- display: 'stars',
2436
- symbol: 'STARS',
2437
- logo_URIs: {
2438
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
2439
- },
2440
- coingecko_id: 'stargaze',
2441
- images: [{
2442
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
2443
- }],
2444
- type_asset: 'sdk.coin',
2445
- traces: [{
2446
- type: 'ibc',
2447
- counterparty: {
2448
- channel_id: 'channel-638',
2449
- base_denom: 'ustars',
2450
- chain_name: 'stargazetestnet'
2451
- },
2452
- chain: {
2453
- channel_id: 'channel-4175'
2454
- }
2455
- }]
2456
- },
2457
2015
  {
2458
2016
  description: 'The native currency of Swisstronik.',
2459
2017
  denom_units: [{