@chain-registry/assets 1.70.15 → 1.70.17

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 (158) hide show
  1. package/asset_lists.js +3 -2
  2. package/devnet/assets.d.ts +3 -0
  3. package/devnet/assets.js +8 -0
  4. package/devnet/index.d.ts +1 -0
  5. package/devnet/index.js +27 -0
  6. package/devnet/prysmdevnet.d.ts +3 -0
  7. package/devnet/prysmdevnet.js +922 -0
  8. package/esm/asset_lists.js +2 -1
  9. package/esm/devnet/assets.js +3 -0
  10. package/esm/devnet/index.js +1 -0
  11. package/esm/devnet/prysmdevnet.js +920 -0
  12. package/esm/index.js +1 -0
  13. package/esm/mainnet/agoric.js +70 -2
  14. package/esm/mainnet/akash.js +70 -2
  15. package/esm/mainnet/andromeda.js +68 -0
  16. package/esm/mainnet/archway.js +10 -2
  17. package/esm/mainnet/assets.js +5 -1
  18. package/esm/mainnet/atomone.js +182 -0
  19. package/esm/mainnet/axelar.js +70 -2
  20. package/esm/mainnet/beezee.js +68 -0
  21. package/esm/mainnet/bitcanna.js +68 -0
  22. package/esm/mainnet/bitsong.js +68 -0
  23. package/esm/mainnet/carbon.js +16 -16
  24. package/esm/mainnet/chihuahua.js +2 -2
  25. package/esm/mainnet/comdex.js +2 -2
  26. package/esm/mainnet/composable.js +68 -0
  27. package/esm/mainnet/cosmoshub.js +72 -4
  28. package/esm/mainnet/crescent.js +2 -2
  29. package/esm/mainnet/cryptoorgchain.js +2 -2
  30. package/esm/mainnet/decentr.js +68 -0
  31. package/esm/mainnet/doravota.js +68 -0
  32. package/esm/mainnet/dydx.js +2 -2
  33. package/esm/mainnet/dymension.js +68 -0
  34. package/esm/mainnet/gravitybridge.js +72 -4
  35. package/esm/mainnet/index.js +4 -0
  36. package/esm/mainnet/injective.js +2 -2
  37. package/esm/mainnet/int3face.js +182 -0
  38. package/esm/mainnet/irisnet.js +2 -2
  39. package/esm/mainnet/jackal.js +68 -0
  40. package/esm/mainnet/juno.js +70 -2
  41. package/esm/mainnet/kava.js +4 -4
  42. package/esm/mainnet/kujira.js +86 -18
  43. package/esm/mainnet/lava.js +238 -0
  44. package/esm/mainnet/mantrachain.js +420 -0
  45. package/esm/mainnet/migaloo.js +16 -16
  46. package/esm/mainnet/neutron.js +108 -40
  47. package/esm/mainnet/noble.js +314 -6
  48. package/esm/mainnet/nois.js +68 -0
  49. package/esm/mainnet/omniflixhub.js +68 -0
  50. package/esm/mainnet/osmosis.js +534 -68
  51. package/esm/mainnet/planq.js +68 -0
  52. package/esm/mainnet/quicksilver.js +70 -2
  53. package/esm/mainnet/qwoyn.js +68 -0
  54. package/esm/mainnet/regen.js +2 -2
  55. package/esm/mainnet/routerchain.js +82 -0
  56. package/esm/mainnet/secretnetwork.js +102 -34
  57. package/esm/mainnet/self.js +86 -0
  58. package/esm/mainnet/sentinel.js +2 -2
  59. package/esm/mainnet/sifchain.js +2 -2
  60. package/esm/mainnet/stargaze.js +2 -2
  61. package/esm/mainnet/starname.js +2 -2
  62. package/esm/mainnet/stride.js +4 -4
  63. package/esm/mainnet/synternet.js +182 -0
  64. package/esm/mainnet/terra2.js +68 -0
  65. package/esm/mainnet/umee.js +70 -2
  66. package/esm/mainnet/vidulum.js +68 -0
  67. package/esm/testnet/assets.js +2 -1
  68. package/esm/testnet/axelartestnet.js +78 -0
  69. package/esm/testnet/celestiatestnet3.js +78 -0
  70. package/esm/testnet/composabletestnet.js +78 -0
  71. package/esm/testnet/cosmoshubtestnet.js +78 -0
  72. package/esm/testnet/elystestnet.js +78 -0
  73. package/esm/testnet/index.js +1 -0
  74. package/esm/testnet/jackaltestnet2.js +77 -1
  75. package/esm/testnet/nobletestnet.js +78 -0
  76. package/esm/testnet/osmosistestnet.js +84 -0
  77. package/esm/testnet/osmosistestnet4.js +78 -0
  78. package/esm/testnet/quicksilvertestnet.js +78 -0
  79. package/esm/testnet/stargazetestnet.js +78 -0
  80. package/esm/testnet/synternettestnet.js +154 -0
  81. package/index.d.ts +2 -1
  82. package/index.js +1 -0
  83. package/mainnet/agoric.js +70 -2
  84. package/mainnet/akash.js +70 -2
  85. package/mainnet/andromeda.js +68 -0
  86. package/mainnet/archway.js +10 -2
  87. package/mainnet/assets.js +5 -1
  88. package/mainnet/atomone.d.ts +3 -0
  89. package/mainnet/atomone.js +184 -0
  90. package/mainnet/axelar.js +70 -2
  91. package/mainnet/beezee.js +68 -0
  92. package/mainnet/bitcanna.js +68 -0
  93. package/mainnet/bitsong.js +68 -0
  94. package/mainnet/carbon.js +16 -16
  95. package/mainnet/chihuahua.js +2 -2
  96. package/mainnet/comdex.js +2 -2
  97. package/mainnet/composable.js +68 -0
  98. package/mainnet/cosmoshub.js +72 -4
  99. package/mainnet/crescent.js +2 -2
  100. package/mainnet/cryptoorgchain.js +2 -2
  101. package/mainnet/decentr.js +68 -0
  102. package/mainnet/doravota.js +68 -0
  103. package/mainnet/dydx.js +2 -2
  104. package/mainnet/dymension.js +68 -0
  105. package/mainnet/gravitybridge.js +72 -4
  106. package/mainnet/index.d.ts +4 -0
  107. package/mainnet/index.js +7 -3
  108. package/mainnet/injective.js +2 -2
  109. package/mainnet/int3face.d.ts +3 -0
  110. package/mainnet/int3face.js +184 -0
  111. package/mainnet/irisnet.js +2 -2
  112. package/mainnet/jackal.js +68 -0
  113. package/mainnet/juno.js +70 -2
  114. package/mainnet/kava.js +4 -4
  115. package/mainnet/kujira.js +86 -18
  116. package/mainnet/lava.js +238 -0
  117. package/mainnet/mantrachain.d.ts +3 -0
  118. package/mainnet/mantrachain.js +422 -0
  119. package/mainnet/migaloo.js +16 -16
  120. package/mainnet/neutron.js +108 -40
  121. package/mainnet/noble.js +314 -6
  122. package/mainnet/nois.js +68 -0
  123. package/mainnet/omniflixhub.js +68 -0
  124. package/mainnet/osmosis.js +534 -68
  125. package/mainnet/planq.js +68 -0
  126. package/mainnet/quicksilver.js +70 -2
  127. package/mainnet/qwoyn.js +68 -0
  128. package/mainnet/regen.js +2 -2
  129. package/mainnet/routerchain.js +82 -0
  130. package/mainnet/secretnetwork.js +102 -34
  131. package/mainnet/self.js +86 -0
  132. package/mainnet/sentinel.js +2 -2
  133. package/mainnet/sifchain.js +2 -2
  134. package/mainnet/stargaze.js +2 -2
  135. package/mainnet/starname.js +2 -2
  136. package/mainnet/stride.js +4 -4
  137. package/mainnet/synternet.d.ts +3 -0
  138. package/mainnet/synternet.js +184 -0
  139. package/mainnet/terra2.js +68 -0
  140. package/mainnet/umee.js +70 -2
  141. package/mainnet/vidulum.js +68 -0
  142. package/package.json +5 -5
  143. package/testnet/assets.js +2 -1
  144. package/testnet/axelartestnet.js +78 -0
  145. package/testnet/celestiatestnet3.js +78 -0
  146. package/testnet/composabletestnet.js +78 -0
  147. package/testnet/cosmoshubtestnet.js +78 -0
  148. package/testnet/elystestnet.js +78 -0
  149. package/testnet/index.d.ts +1 -0
  150. package/testnet/index.js +2 -1
  151. package/testnet/jackaltestnet2.js +77 -1
  152. package/testnet/nobletestnet.js +78 -0
  153. package/testnet/osmosistestnet.js +84 -0
  154. package/testnet/osmosistestnet4.js +78 -0
  155. package/testnet/quicksilvertestnet.js +78 -0
  156. package/testnet/stargazetestnet.js +78 -0
  157. package/testnet/synternettestnet.d.ts +3 -0
  158. package/testnet/synternettestnet.js +156 -0
@@ -0,0 +1,922 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const assets = {
4
+ chain_name: 'prysmdevnet',
5
+ assets: [
6
+ {
7
+ description: 'The native token of Axelar',
8
+ denom_units: [{
9
+ denom: 'ibc/C0E66D1C81D8AAF0E6896E05190FDFBC222367148F86AC3EA679C28327A763CD',
10
+ exponent: 0,
11
+ aliases: ['uaxl']
12
+ }, {
13
+ denom: 'axl',
14
+ exponent: 6
15
+ }],
16
+ base: 'ibc/C0E66D1C81D8AAF0E6896E05190FDFBC222367148F86AC3EA679C28327A763CD',
17
+ name: 'Axelar',
18
+ display: 'axl',
19
+ symbol: 'AXL',
20
+ logo_URIs: {
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
22
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
23
+ },
24
+ coingecko_id: 'axelar',
25
+ images: [{
26
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
27
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
28
+ }],
29
+ type_asset: 'sdk.coin',
30
+ traces: [{
31
+ type: 'ibc',
32
+ counterparty: {
33
+ channel_id: 'channel-564',
34
+ base_denom: 'uaxl',
35
+ chain_name: 'axelartestnet'
36
+ },
37
+ chain: {
38
+ channel_id: 'channel-2'
39
+ }
40
+ }]
41
+ },
42
+ {
43
+ denom_units: [{
44
+ denom: 'ibc/45D6B52CAD911A15BD9C2F5FFDA80E26AFCB05C7CD520070790ABC86D2B24229',
45
+ exponent: 0,
46
+ aliases: ['utia']
47
+ }, {
48
+ denom: 'tia',
49
+ exponent: 6
50
+ }],
51
+ base: 'ibc/45D6B52CAD911A15BD9C2F5FFDA80E26AFCB05C7CD520070790ABC86D2B24229',
52
+ name: 'Celestia',
53
+ display: 'tia',
54
+ symbol: 'TIA',
55
+ logo_URIs: {
56
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.png',
57
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.svg'
58
+ },
59
+ images: [{
60
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.svg',
61
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.png'
62
+ }],
63
+ type_asset: 'sdk.coin',
64
+ traces: [{
65
+ type: 'ibc',
66
+ counterparty: {
67
+ channel_id: 'channel-138',
68
+ base_denom: 'utia',
69
+ chain_name: 'celestiatestnet3'
70
+ },
71
+ chain: {
72
+ channel_id: 'channel-4'
73
+ }
74
+ }]
75
+ },
76
+ {
77
+ description: 'The native staking and governance token of the Composable testnet.',
78
+ denom_units: [{
79
+ denom: 'ibc/A358A3D2C0DEF2F2C0FEAD5CE3F19D437E7356F54850D1ACF4828CF630FFFC7D',
80
+ exponent: 0,
81
+ aliases: ['ppica']
82
+ }, {
83
+ denom: 'pica',
84
+ exponent: 12
85
+ }],
86
+ base: 'ibc/A358A3D2C0DEF2F2C0FEAD5CE3F19D437E7356F54850D1ACF4828CF630FFFC7D',
87
+ name: 'Pica',
88
+ display: 'pica',
89
+ symbol: 'PICA',
90
+ logo_URIs: {
91
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
92
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
93
+ },
94
+ images: [{
95
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
96
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
97
+ }],
98
+ type_asset: 'sdk.coin',
99
+ traces: [{
100
+ type: 'ibc',
101
+ counterparty: {
102
+ channel_id: 'channel-50',
103
+ base_denom: 'ppica',
104
+ chain_name: 'composabletestnet'
105
+ },
106
+ chain: {
107
+ channel_id: 'channel-3'
108
+ }
109
+ }]
110
+ },
111
+ {
112
+ description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
113
+ denom_units: [{
114
+ denom: 'ibc/25418646C017D377ADF3202FF1E43590D0DAE3346E594E8D78176A139A928F88',
115
+ exponent: 0,
116
+ aliases: ['uatom']
117
+ }, {
118
+ denom: 'atom',
119
+ exponent: 6
120
+ }],
121
+ base: 'ibc/25418646C017D377ADF3202FF1E43590D0DAE3346E594E8D78176A139A928F88',
122
+ name: 'Cosmos',
123
+ display: 'atom',
124
+ symbol: 'ATOM',
125
+ logo_URIs: {
126
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
127
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
128
+ },
129
+ images: [{
130
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
131
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
132
+ }],
133
+ type_asset: 'sdk.coin',
134
+ traces: [{
135
+ type: 'ibc',
136
+ counterparty: {
137
+ channel_id: 'channel-4366',
138
+ base_denom: 'uatom',
139
+ chain_name: 'cosmoshubtestnet'
140
+ },
141
+ chain: {
142
+ channel_id: 'channel-7'
143
+ }
144
+ }]
145
+ },
146
+ {
147
+ description: 'The native token of Elys Network',
148
+ denom_units: [
149
+ {
150
+ denom: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
151
+ exponent: 0,
152
+ aliases: ['uelys']
153
+ },
154
+ {
155
+ denom: 'melys',
156
+ exponent: 3,
157
+ aliases: ['millielys']
158
+ },
159
+ {
160
+ denom: 'elys',
161
+ exponent: 6,
162
+ aliases: []
163
+ }
164
+ ],
165
+ base: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
166
+ name: 'Elys Network',
167
+ display: 'elys',
168
+ symbol: 'ELYS',
169
+ logo_URIs: {
170
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
171
+ },
172
+ coingecko_id: 'elys',
173
+ images: [{
174
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
175
+ }],
176
+ type_asset: 'sdk.coin',
177
+ traces: [{
178
+ type: 'ibc',
179
+ counterparty: {
180
+ channel_id: 'channel-52',
181
+ base_denom: 'uelys',
182
+ chain_name: 'elystestnet'
183
+ },
184
+ chain: {
185
+ channel_id: 'channel-9'
186
+ }
187
+ }]
188
+ },
189
+ {
190
+ description: 'Eden token definition',
191
+ denom_units: [
192
+ {
193
+ denom: 'ibc/AC910FF5DC8816CA6C92C7DCE84655FAF81D4E70A218C2BC048A29D66D85F91A',
194
+ exponent: 0,
195
+ aliases: ['ueden']
196
+ },
197
+ {
198
+ denom: 'meden',
199
+ exponent: 3,
200
+ aliases: ['millieden']
201
+ },
202
+ {
203
+ denom: 'eden',
204
+ exponent: 6,
205
+ aliases: []
206
+ }
207
+ ],
208
+ base: 'ibc/AC910FF5DC8816CA6C92C7DCE84655FAF81D4E70A218C2BC048A29D66D85F91A',
209
+ name: 'Eden',
210
+ display: 'eden',
211
+ symbol: 'EDEN',
212
+ logo_URIs: {
213
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/eden.png'
214
+ },
215
+ images: [{
216
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/eden.png'
217
+ }],
218
+ type_asset: 'sdk.coin',
219
+ traces: [{
220
+ type: 'ibc',
221
+ counterparty: {
222
+ channel_id: 'channel-52',
223
+ base_denom: 'ueden',
224
+ chain_name: 'elystestnet'
225
+ },
226
+ chain: {
227
+ channel_id: 'channel-9'
228
+ }
229
+ }]
230
+ },
231
+ {
232
+ description: 'The controlled staking asset for Noble Chain',
233
+ denom_units: [{
234
+ denom: 'ibc/9B5FB81FDBC0A3A2F707A4B3C217B4E7FF7CB24830F4502D9410D5EA475097D4',
235
+ exponent: 0,
236
+ aliases: ['ustake']
237
+ }, {
238
+ denom: 'stake',
239
+ exponent: 6
240
+ }],
241
+ base: 'ibc/9B5FB81FDBC0A3A2F707A4B3C217B4E7FF7CB24830F4502D9410D5EA475097D4',
242
+ name: 'Stake',
243
+ display: 'stake',
244
+ symbol: 'STAKE',
245
+ type_asset: 'sdk.coin',
246
+ traces: [{
247
+ type: 'ibc',
248
+ counterparty: {
249
+ channel_id: 'channel-222',
250
+ base_denom: 'ustake',
251
+ chain_name: 'nobletestnet'
252
+ },
253
+ chain: {
254
+ channel_id: 'channel-0'
255
+ }
256
+ }]
257
+ },
258
+ {
259
+ description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
260
+ denom_units: [{
261
+ denom: 'ibc/F94A6898C5451A2C79CD168A40E63D6FF280DF46704B571E68CE3EDAE59C65F6',
262
+ exponent: 0,
263
+ aliases: ['ulove']
264
+ }, {
265
+ denom: 'love',
266
+ exponent: 6
267
+ }],
268
+ base: 'ibc/F94A6898C5451A2C79CD168A40E63D6FF280DF46704B571E68CE3EDAE59C65F6',
269
+ display: 'love',
270
+ name: 'Love',
271
+ symbol: 'LOVE',
272
+ type_asset: 'sdk.coin',
273
+ traces: [{
274
+ type: 'ibc',
275
+ counterparty: {
276
+ channel_id: 'channel-222',
277
+ base_denom: 'ulove',
278
+ chain_name: 'nobletestnet'
279
+ },
280
+ chain: {
281
+ channel_id: 'channel-0'
282
+ }
283
+ }]
284
+ },
285
+ {
286
+ description: 'Ondo US Dollar Yield',
287
+ denom_units: [{
288
+ denom: 'ibc/AAF322A78A0E34B76CDA05BA9AE96DC1521F9E103EC576AB9931116B2AB8C26B',
289
+ exponent: 0,
290
+ aliases: ['ausdy']
291
+ }, {
292
+ denom: 'usdy',
293
+ exponent: 18
294
+ }],
295
+ base: 'ibc/AAF322A78A0E34B76CDA05BA9AE96DC1521F9E103EC576AB9931116B2AB8C26B',
296
+ display: 'usdy',
297
+ name: 'Ondo US Dollar Yield',
298
+ symbol: 'USDY',
299
+ logo_URIs: {
300
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
301
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
302
+ },
303
+ images: [{
304
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
305
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
306
+ }],
307
+ type_asset: 'sdk.coin',
308
+ traces: [{
309
+ type: 'ibc',
310
+ counterparty: {
311
+ channel_id: 'channel-222',
312
+ base_denom: 'ausdy',
313
+ chain_name: 'nobletestnet'
314
+ },
315
+ chain: {
316
+ channel_id: 'channel-0'
317
+ }
318
+ }]
319
+ },
320
+ {
321
+ description: 'The native token of Osmosis',
322
+ denom_units: [{
323
+ denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
324
+ exponent: 0,
325
+ aliases: ['uosmo']
326
+ }, {
327
+ denom: 'osmo',
328
+ exponent: 6,
329
+ aliases: []
330
+ }],
331
+ base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
332
+ name: 'Osmosis',
333
+ display: 'osmo',
334
+ symbol: 'OSMO',
335
+ logo_URIs: {
336
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
337
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
338
+ },
339
+ coingecko_id: 'osmosis',
340
+ keywords: ['dex', 'staking'],
341
+ images: [{
342
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
343
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
344
+ }],
345
+ type_asset: 'sdk.coin',
346
+ traces: [{
347
+ type: 'ibc',
348
+ counterparty: {
349
+ channel_id: 'channel-9018',
350
+ base_denom: 'uosmo',
351
+ chain_name: 'osmosistestnet4'
352
+ },
353
+ chain: {
354
+ channel_id: 'channel-1'
355
+ }
356
+ }]
357
+ },
358
+ {
359
+ denom_units: [{
360
+ denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
361
+ exponent: 0,
362
+ aliases: ['uion']
363
+ }, {
364
+ denom: 'ion',
365
+ exponent: 6
366
+ }],
367
+ base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
368
+ name: 'Ion',
369
+ display: 'ion',
370
+ symbol: 'ION',
371
+ logo_URIs: {
372
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
373
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
374
+ },
375
+ coingecko_id: 'ion',
376
+ keywords: ['memecoin'],
377
+ images: [{
378
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
379
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
380
+ }],
381
+ type_asset: 'sdk.coin',
382
+ traces: [{
383
+ type: 'ibc',
384
+ counterparty: {
385
+ channel_id: 'channel-9018',
386
+ base_denom: 'uion',
387
+ chain_name: 'osmosistestnet4'
388
+ },
389
+ chain: {
390
+ channel_id: 'channel-1'
391
+ }
392
+ }]
393
+ },
394
+ {
395
+ description: 'QCK - native token of Quicksilver',
396
+ denom_units: [{
397
+ denom: 'ibc/F912D0BD629234E7691D20D8B10325B7C29EF500A4CF76A06AFA7A17536D27A6',
398
+ exponent: 0,
399
+ aliases: ['uqck']
400
+ }, {
401
+ denom: 'qck',
402
+ exponent: 6,
403
+ aliases: []
404
+ }],
405
+ base: 'ibc/F912D0BD629234E7691D20D8B10325B7C29EF500A4CF76A06AFA7A17536D27A6',
406
+ name: 'Quicksilver',
407
+ display: 'qck',
408
+ symbol: 'QCK',
409
+ logo_URIs: {
410
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
411
+ },
412
+ coingecko_id: 'quicksilver',
413
+ images: [{
414
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
415
+ }],
416
+ type_asset: 'sdk.coin',
417
+ traces: [{
418
+ type: 'ibc',
419
+ counterparty: {
420
+ channel_id: 'channel-3',
421
+ base_denom: 'uqck',
422
+ chain_name: 'quicksilvertestnet'
423
+ },
424
+ chain: {
425
+ channel_id: 'channel-5'
426
+ }
427
+ }]
428
+ },
429
+ {
430
+ description: 'The native token of Stargaze',
431
+ denom_units: [{
432
+ denom: 'ibc/D7CBF85B893451FA339A4171FEEC19A328FE7AFA86D37D6CD66EAAC02AF6EB5F',
433
+ exponent: 0,
434
+ aliases: ['ustars']
435
+ }, {
436
+ denom: 'stars',
437
+ exponent: 6
438
+ }],
439
+ base: 'ibc/D7CBF85B893451FA339A4171FEEC19A328FE7AFA86D37D6CD66EAAC02AF6EB5F',
440
+ name: 'Stargaze',
441
+ display: 'stars',
442
+ symbol: 'STARS',
443
+ logo_URIs: {
444
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
445
+ },
446
+ coingecko_id: 'stargaze',
447
+ images: [{
448
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
449
+ }],
450
+ type_asset: 'sdk.coin',
451
+ traces: [{
452
+ type: 'ibc',
453
+ counterparty: {
454
+ channel_id: 'channel-1005',
455
+ base_denom: 'ustars',
456
+ chain_name: 'stargazetestnet'
457
+ },
458
+ chain: {
459
+ channel_id: 'channel-11'
460
+ }
461
+ }]
462
+ },
463
+ {
464
+ description: 'The native token of Axelar',
465
+ denom_units: [{
466
+ denom: 'ibc/C0E66D1C81D8AAF0E6896E05190FDFBC222367148F86AC3EA679C28327A763CD',
467
+ exponent: 0,
468
+ aliases: ['uaxl']
469
+ }, {
470
+ denom: 'axl',
471
+ exponent: 6
472
+ }],
473
+ base: 'ibc/C0E66D1C81D8AAF0E6896E05190FDFBC222367148F86AC3EA679C28327A763CD',
474
+ name: 'Axelar',
475
+ display: 'axl',
476
+ symbol: 'AXL',
477
+ logo_URIs: {
478
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
479
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
480
+ },
481
+ coingecko_id: 'axelar',
482
+ images: [{
483
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
484
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
485
+ }],
486
+ type_asset: 'sdk.coin',
487
+ traces: [{
488
+ type: 'ibc',
489
+ counterparty: {
490
+ channel_id: 'channel-564',
491
+ base_denom: 'uaxl',
492
+ chain_name: 'axelartestnet'
493
+ },
494
+ chain: {
495
+ channel_id: 'channel-2'
496
+ }
497
+ }]
498
+ },
499
+ {
500
+ denom_units: [{
501
+ denom: 'ibc/45D6B52CAD911A15BD9C2F5FFDA80E26AFCB05C7CD520070790ABC86D2B24229',
502
+ exponent: 0,
503
+ aliases: ['utia']
504
+ }, {
505
+ denom: 'tia',
506
+ exponent: 6
507
+ }],
508
+ base: 'ibc/45D6B52CAD911A15BD9C2F5FFDA80E26AFCB05C7CD520070790ABC86D2B24229',
509
+ name: 'Celestia',
510
+ display: 'tia',
511
+ symbol: 'TIA',
512
+ logo_URIs: {
513
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.png',
514
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.svg'
515
+ },
516
+ images: [{
517
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.svg',
518
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.png'
519
+ }],
520
+ type_asset: 'sdk.coin',
521
+ traces: [{
522
+ type: 'ibc',
523
+ counterparty: {
524
+ channel_id: 'channel-138',
525
+ base_denom: 'utia',
526
+ chain_name: 'celestiatestnet3'
527
+ },
528
+ chain: {
529
+ channel_id: 'channel-4'
530
+ }
531
+ }]
532
+ },
533
+ {
534
+ description: 'The native staking and governance token of the Composable testnet.',
535
+ denom_units: [{
536
+ denom: 'ibc/A358A3D2C0DEF2F2C0FEAD5CE3F19D437E7356F54850D1ACF4828CF630FFFC7D',
537
+ exponent: 0,
538
+ aliases: ['ppica']
539
+ }, {
540
+ denom: 'pica',
541
+ exponent: 12
542
+ }],
543
+ base: 'ibc/A358A3D2C0DEF2F2C0FEAD5CE3F19D437E7356F54850D1ACF4828CF630FFFC7D',
544
+ name: 'Pica',
545
+ display: 'pica',
546
+ symbol: 'PICA',
547
+ logo_URIs: {
548
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
549
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
550
+ },
551
+ images: [{
552
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
553
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
554
+ }],
555
+ type_asset: 'sdk.coin',
556
+ traces: [{
557
+ type: 'ibc',
558
+ counterparty: {
559
+ channel_id: 'channel-50',
560
+ base_denom: 'ppica',
561
+ chain_name: 'composabletestnet'
562
+ },
563
+ chain: {
564
+ channel_id: 'channel-3'
565
+ }
566
+ }]
567
+ },
568
+ {
569
+ description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
570
+ denom_units: [{
571
+ denom: 'ibc/25418646C017D377ADF3202FF1E43590D0DAE3346E594E8D78176A139A928F88',
572
+ exponent: 0,
573
+ aliases: ['uatom']
574
+ }, {
575
+ denom: 'atom',
576
+ exponent: 6
577
+ }],
578
+ base: 'ibc/25418646C017D377ADF3202FF1E43590D0DAE3346E594E8D78176A139A928F88',
579
+ name: 'Cosmos',
580
+ display: 'atom',
581
+ symbol: 'ATOM',
582
+ logo_URIs: {
583
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
584
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
585
+ },
586
+ images: [{
587
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
588
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
589
+ }],
590
+ type_asset: 'sdk.coin',
591
+ traces: [{
592
+ type: 'ibc',
593
+ counterparty: {
594
+ channel_id: 'channel-4366',
595
+ base_denom: 'uatom',
596
+ chain_name: 'cosmoshubtestnet'
597
+ },
598
+ chain: {
599
+ channel_id: 'channel-7'
600
+ }
601
+ }]
602
+ },
603
+ {
604
+ description: 'The native token of Elys Network',
605
+ denom_units: [
606
+ {
607
+ denom: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
608
+ exponent: 0,
609
+ aliases: ['uelys']
610
+ },
611
+ {
612
+ denom: 'melys',
613
+ exponent: 3,
614
+ aliases: ['millielys']
615
+ },
616
+ {
617
+ denom: 'elys',
618
+ exponent: 6,
619
+ aliases: []
620
+ }
621
+ ],
622
+ base: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
623
+ name: 'Elys Network',
624
+ display: 'elys',
625
+ symbol: 'ELYS',
626
+ logo_URIs: {
627
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
628
+ },
629
+ coingecko_id: 'elys',
630
+ images: [{
631
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
632
+ }],
633
+ type_asset: 'sdk.coin',
634
+ traces: [{
635
+ type: 'ibc',
636
+ counterparty: {
637
+ channel_id: 'channel-52',
638
+ base_denom: 'uelys',
639
+ chain_name: 'elystestnet'
640
+ },
641
+ chain: {
642
+ channel_id: 'channel-9'
643
+ }
644
+ }]
645
+ },
646
+ {
647
+ description: 'Eden token definition',
648
+ denom_units: [
649
+ {
650
+ denom: 'ibc/AC910FF5DC8816CA6C92C7DCE84655FAF81D4E70A218C2BC048A29D66D85F91A',
651
+ exponent: 0,
652
+ aliases: ['ueden']
653
+ },
654
+ {
655
+ denom: 'meden',
656
+ exponent: 3,
657
+ aliases: ['millieden']
658
+ },
659
+ {
660
+ denom: 'eden',
661
+ exponent: 6,
662
+ aliases: []
663
+ }
664
+ ],
665
+ base: 'ibc/AC910FF5DC8816CA6C92C7DCE84655FAF81D4E70A218C2BC048A29D66D85F91A',
666
+ name: 'Eden',
667
+ display: 'eden',
668
+ symbol: 'EDEN',
669
+ logo_URIs: {
670
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/eden.png'
671
+ },
672
+ images: [{
673
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/eden.png'
674
+ }],
675
+ type_asset: 'sdk.coin',
676
+ traces: [{
677
+ type: 'ibc',
678
+ counterparty: {
679
+ channel_id: 'channel-52',
680
+ base_denom: 'ueden',
681
+ chain_name: 'elystestnet'
682
+ },
683
+ chain: {
684
+ channel_id: 'channel-9'
685
+ }
686
+ }]
687
+ },
688
+ {
689
+ description: 'The controlled staking asset for Noble Chain',
690
+ denom_units: [{
691
+ denom: 'ibc/9B5FB81FDBC0A3A2F707A4B3C217B4E7FF7CB24830F4502D9410D5EA475097D4',
692
+ exponent: 0,
693
+ aliases: ['ustake']
694
+ }, {
695
+ denom: 'stake',
696
+ exponent: 6
697
+ }],
698
+ base: 'ibc/9B5FB81FDBC0A3A2F707A4B3C217B4E7FF7CB24830F4502D9410D5EA475097D4',
699
+ name: 'Stake',
700
+ display: 'stake',
701
+ symbol: 'STAKE',
702
+ type_asset: 'sdk.coin',
703
+ traces: [{
704
+ type: 'ibc',
705
+ counterparty: {
706
+ channel_id: 'channel-222',
707
+ base_denom: 'ustake',
708
+ chain_name: 'nobletestnet'
709
+ },
710
+ chain: {
711
+ channel_id: 'channel-0'
712
+ }
713
+ }]
714
+ },
715
+ {
716
+ description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
717
+ denom_units: [{
718
+ denom: 'ibc/F94A6898C5451A2C79CD168A40E63D6FF280DF46704B571E68CE3EDAE59C65F6',
719
+ exponent: 0,
720
+ aliases: ['ulove']
721
+ }, {
722
+ denom: 'love',
723
+ exponent: 6
724
+ }],
725
+ base: 'ibc/F94A6898C5451A2C79CD168A40E63D6FF280DF46704B571E68CE3EDAE59C65F6',
726
+ display: 'love',
727
+ name: 'Love',
728
+ symbol: 'LOVE',
729
+ type_asset: 'sdk.coin',
730
+ traces: [{
731
+ type: 'ibc',
732
+ counterparty: {
733
+ channel_id: 'channel-222',
734
+ base_denom: 'ulove',
735
+ chain_name: 'nobletestnet'
736
+ },
737
+ chain: {
738
+ channel_id: 'channel-0'
739
+ }
740
+ }]
741
+ },
742
+ {
743
+ description: 'Ondo US Dollar Yield',
744
+ denom_units: [{
745
+ denom: 'ibc/AAF322A78A0E34B76CDA05BA9AE96DC1521F9E103EC576AB9931116B2AB8C26B',
746
+ exponent: 0,
747
+ aliases: ['ausdy']
748
+ }, {
749
+ denom: 'usdy',
750
+ exponent: 18
751
+ }],
752
+ base: 'ibc/AAF322A78A0E34B76CDA05BA9AE96DC1521F9E103EC576AB9931116B2AB8C26B',
753
+ display: 'usdy',
754
+ name: 'Ondo US Dollar Yield',
755
+ symbol: 'USDY',
756
+ logo_URIs: {
757
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
758
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
759
+ },
760
+ images: [{
761
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
762
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
763
+ }],
764
+ type_asset: 'sdk.coin',
765
+ traces: [{
766
+ type: 'ibc',
767
+ counterparty: {
768
+ channel_id: 'channel-222',
769
+ base_denom: 'ausdy',
770
+ chain_name: 'nobletestnet'
771
+ },
772
+ chain: {
773
+ channel_id: 'channel-0'
774
+ }
775
+ }]
776
+ },
777
+ {
778
+ description: 'The native token of Osmosis',
779
+ denom_units: [{
780
+ denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
781
+ exponent: 0,
782
+ aliases: ['uosmo']
783
+ }, {
784
+ denom: 'osmo',
785
+ exponent: 6,
786
+ aliases: []
787
+ }],
788
+ base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
789
+ name: 'Osmosis',
790
+ display: 'osmo',
791
+ symbol: 'OSMO',
792
+ logo_URIs: {
793
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
794
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
795
+ },
796
+ coingecko_id: 'osmosis',
797
+ keywords: ['dex', 'staking'],
798
+ images: [{
799
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
800
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
801
+ }],
802
+ type_asset: 'sdk.coin',
803
+ traces: [{
804
+ type: 'ibc',
805
+ counterparty: {
806
+ channel_id: 'channel-9018',
807
+ base_denom: 'uosmo',
808
+ chain_name: 'osmosistestnet4'
809
+ },
810
+ chain: {
811
+ channel_id: 'channel-1'
812
+ }
813
+ }]
814
+ },
815
+ {
816
+ denom_units: [{
817
+ denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
818
+ exponent: 0,
819
+ aliases: ['uion']
820
+ }, {
821
+ denom: 'ion',
822
+ exponent: 6
823
+ }],
824
+ base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
825
+ name: 'Ion',
826
+ display: 'ion',
827
+ symbol: 'ION',
828
+ logo_URIs: {
829
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
830
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
831
+ },
832
+ coingecko_id: 'ion',
833
+ keywords: ['memecoin'],
834
+ images: [{
835
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
836
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
837
+ }],
838
+ type_asset: 'sdk.coin',
839
+ traces: [{
840
+ type: 'ibc',
841
+ counterparty: {
842
+ channel_id: 'channel-9018',
843
+ base_denom: 'uion',
844
+ chain_name: 'osmosistestnet4'
845
+ },
846
+ chain: {
847
+ channel_id: 'channel-1'
848
+ }
849
+ }]
850
+ },
851
+ {
852
+ description: 'QCK - native token of Quicksilver',
853
+ denom_units: [{
854
+ denom: 'ibc/F912D0BD629234E7691D20D8B10325B7C29EF500A4CF76A06AFA7A17536D27A6',
855
+ exponent: 0,
856
+ aliases: ['uqck']
857
+ }, {
858
+ denom: 'qck',
859
+ exponent: 6,
860
+ aliases: []
861
+ }],
862
+ base: 'ibc/F912D0BD629234E7691D20D8B10325B7C29EF500A4CF76A06AFA7A17536D27A6',
863
+ name: 'Quicksilver',
864
+ display: 'qck',
865
+ symbol: 'QCK',
866
+ logo_URIs: {
867
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
868
+ },
869
+ coingecko_id: 'quicksilver',
870
+ images: [{
871
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
872
+ }],
873
+ type_asset: 'sdk.coin',
874
+ traces: [{
875
+ type: 'ibc',
876
+ counterparty: {
877
+ channel_id: 'channel-3',
878
+ base_denom: 'uqck',
879
+ chain_name: 'quicksilvertestnet'
880
+ },
881
+ chain: {
882
+ channel_id: 'channel-5'
883
+ }
884
+ }]
885
+ },
886
+ {
887
+ description: 'The native token of Stargaze',
888
+ denom_units: [{
889
+ denom: 'ibc/D7CBF85B893451FA339A4171FEEC19A328FE7AFA86D37D6CD66EAAC02AF6EB5F',
890
+ exponent: 0,
891
+ aliases: ['ustars']
892
+ }, {
893
+ denom: 'stars',
894
+ exponent: 6
895
+ }],
896
+ base: 'ibc/D7CBF85B893451FA339A4171FEEC19A328FE7AFA86D37D6CD66EAAC02AF6EB5F',
897
+ name: 'Stargaze',
898
+ display: 'stars',
899
+ symbol: 'STARS',
900
+ logo_URIs: {
901
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
902
+ },
903
+ coingecko_id: 'stargaze',
904
+ images: [{
905
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
906
+ }],
907
+ type_asset: 'sdk.coin',
908
+ traces: [{
909
+ type: 'ibc',
910
+ counterparty: {
911
+ channel_id: 'channel-1005',
912
+ base_denom: 'ustars',
913
+ chain_name: 'stargazetestnet'
914
+ },
915
+ chain: {
916
+ channel_id: 'channel-11'
917
+ }
918
+ }]
919
+ }
920
+ ]
921
+ };
922
+ exports.default = assets;