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