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