@chain-registry/assets 1.27.0 → 1.29.0

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 (160) hide show
  1. package/CHANGELOG.md +536 -0
  2. package/main/asset_lists.js +13 -1
  3. package/main/index.js +41 -3
  4. package/main/mainnet/8ball.js +1454 -0
  5. package/main/mainnet/acrechain.js +5752 -0
  6. package/main/mainnet/agoric.js +4889 -0
  7. package/main/mainnet/aioz.js +1559 -0
  8. package/main/mainnet/akash.js +3628 -0
  9. package/main/mainnet/andromeda.js +1254 -0
  10. package/main/mainnet/archway.js +5657 -0
  11. package/main/mainnet/arkh.js +1454 -0
  12. package/main/mainnet/assetmantle.js +2692 -0
  13. package/main/mainnet/assets.js +127 -0
  14. package/main/mainnet/aura.js +3207 -0
  15. package/main/mainnet/axelar.js +6074 -0
  16. package/main/mainnet/bandchain.js +1489 -0
  17. package/main/mainnet/beezee.js +1454 -0
  18. package/main/mainnet/bitcanna.js +2292 -0
  19. package/main/mainnet/bitsong.js +1789 -0
  20. package/main/mainnet/bluzelle.js +1454 -0
  21. package/main/mainnet/bostrom.js +1454 -0
  22. package/main/mainnet/canto.js +1996 -0
  23. package/main/mainnet/carbon.js +4273 -0
  24. package/main/mainnet/celestia.js +4331 -0
  25. package/main/mainnet/cerberus.js +1454 -0
  26. package/main/mainnet/cheqd.js +1953 -0
  27. package/main/mainnet/chihuahua.js +2908 -0
  28. package/main/mainnet/comdex.js +3901 -0
  29. package/main/mainnet/composable.js +6383 -0
  30. package/main/mainnet/coreum.js +4757 -0
  31. package/main/mainnet/cosmoshub.js +9108 -0
  32. package/main/mainnet/crescent.js +7152 -0
  33. package/main/mainnet/cronos.js +182 -0
  34. package/main/mainnet/cryptoorgchain.js +2295 -0
  35. package/main/mainnet/cudos.js +1454 -0
  36. package/main/mainnet/decentr.js +1653 -0
  37. package/main/mainnet/desmos.js +1454 -0
  38. package/main/mainnet/dig.js +1650 -0
  39. package/main/mainnet/doravota.js +2670 -0
  40. package/main/mainnet/dydx.js +4361 -0
  41. package/main/mainnet/dyson.js +1454 -0
  42. package/main/mainnet/echelon.js +1454 -0
  43. package/main/mainnet/emoney.js +1789 -0
  44. package/main/mainnet/empowerchain.js +2663 -0
  45. package/main/mainnet/evmos.js +6529 -0
  46. package/main/mainnet/fetchhub.js +1454 -0
  47. package/main/mainnet/furya.js +2822 -0
  48. package/main/mainnet/fxcore.js +2737 -0
  49. package/main/mainnet/galaxy.js +1454 -0
  50. package/main/mainnet/gateway.js +2567 -0
  51. package/main/mainnet/genesisl1.js +1454 -0
  52. package/main/mainnet/gitopia.js +1454 -0
  53. package/main/mainnet/gravitybridge.js +3401 -0
  54. package/main/mainnet/haqq.js +3306 -0
  55. package/main/mainnet/impacthub.js +2832 -0
  56. package/main/mainnet/imversed.js +1454 -0
  57. package/main/mainnet/index.js +246 -0
  58. package/main/mainnet/injective.js +6344 -0
  59. package/main/mainnet/irisnet.js +2991 -0
  60. package/main/mainnet/jackal.js +3707 -0
  61. package/main/mainnet/juno.js +8171 -0
  62. package/main/mainnet/kava.js +4832 -0
  63. package/main/mainnet/kichain.js +1559 -0
  64. package/main/mainnet/konstellation.js +1454 -0
  65. package/main/mainnet/kujira.js +9086 -0
  66. package/main/mainnet/kyve.js +2558 -0
  67. package/main/mainnet/lambda.js +1454 -0
  68. package/main/mainnet/likecoin.js +1559 -0
  69. package/main/mainnet/lumenx.js +1454 -0
  70. package/main/mainnet/lumnetwork.js +1559 -0
  71. package/main/mainnet/mars.js +3598 -0
  72. package/main/mainnet/medasdigital.js +1488 -0
  73. package/main/mainnet/meme.js +1454 -0
  74. package/main/mainnet/microtick.js +1454 -0
  75. package/main/mainnet/migaloo.js +5951 -0
  76. package/main/mainnet/neutron.js +7834 -0
  77. package/main/mainnet/noble.js +5521 -0
  78. package/main/mainnet/nois.js +2281 -0
  79. package/main/mainnet/nolus.js +2195 -0
  80. package/main/mainnet/nomic.js +3172 -0
  81. package/main/mainnet/nyx.js +1791 -0
  82. package/main/mainnet/odin.js +2558 -0
  83. package/main/mainnet/okexchain.js +563 -0
  84. package/main/mainnet/omniflixhub.js +2741 -0
  85. package/main/mainnet/onomy.js +1454 -0
  86. package/main/mainnet/oraichain.js +1555 -0
  87. package/main/mainnet/osmosis.js +1 -0
  88. package/main/mainnet/panacea.js +1454 -0
  89. package/main/mainnet/passage.js +1454 -0
  90. package/main/mainnet/persistence.js +4490 -0
  91. package/main/mainnet/planq.js +2056 -0
  92. package/main/mainnet/point.js +116 -0
  93. package/main/mainnet/provenance.js +1454 -0
  94. package/main/mainnet/pundix.js +1523 -0
  95. package/main/mainnet/quasar.js +1454 -0
  96. package/main/mainnet/quicksilver.js +2563 -0
  97. package/main/mainnet/qwoyn.js +1491 -0
  98. package/main/mainnet/realio.js +2569 -0
  99. package/main/mainnet/rebus.js +1454 -0
  100. package/main/mainnet/regen.js +3303 -0
  101. package/main/mainnet/rizon.js +1454 -0
  102. package/main/mainnet/secretnetwork.js +10382 -0
  103. package/main/mainnet/sei.js +4466 -0
  104. package/main/mainnet/sentinel.js +2192 -0
  105. package/main/mainnet/sge.js +1454 -0
  106. package/main/mainnet/shareledger.js +1454 -0
  107. package/main/mainnet/shentu.js +1454 -0
  108. package/main/mainnet/sifchain.js +2354 -0
  109. package/main/mainnet/sommelier.js +4126 -0
  110. package/main/mainnet/source.js +1454 -0
  111. package/main/mainnet/stafihub.js +2985 -0
  112. package/main/mainnet/stargaze.js +5470 -0
  113. package/main/mainnet/starname.js +2090 -0
  114. package/main/mainnet/stride.js +6791 -0
  115. package/main/mainnet/teritori.js +2738 -0
  116. package/main/mainnet/terra.js +2015 -0
  117. package/main/mainnet/terra2.js +8134 -0
  118. package/main/mainnet/tgrade.js +1557 -0
  119. package/main/mainnet/umee.js +4119 -0
  120. package/main/mainnet/unification.js +1791 -0
  121. package/main/mainnet/uptick.js +150 -0
  122. package/main/mainnet/vidulum.js +1486 -0
  123. package/main/mainnet/xpla.js +1650 -0
  124. package/main/noncosmos/assets.js +11 -0
  125. package/main/noncosmos/composablepolkadot.js +140 -0
  126. package/main/noncosmos/index.js +13 -0
  127. package/main/noncosmos/picasso.js +185 -0
  128. package/main/testnet/akashtestnet.js +109 -0
  129. package/main/testnet/archwaytestnet.js +395 -0
  130. package/main/testnet/assets.js +38 -0
  131. package/main/testnet/axelartestnet.js +533 -0
  132. package/main/testnet/celestiatestnet3.js +147 -0
  133. package/main/testnet/chain4energytestnet.js +81 -0
  134. package/main/testnet/composabletestnet.js +81 -0
  135. package/main/testnet/cosmoshubtestnet.js +281 -0
  136. package/main/testnet/doravotatestnet.js +81 -0
  137. package/main/testnet/dydxtestnet.js +292 -0
  138. package/main/testnet/empowertestnet.js +146 -0
  139. package/main/testnet/entrypointtestnet.js +81 -0
  140. package/main/testnet/impacthubtestnet.js +81 -0
  141. package/main/testnet/index.js +67 -0
  142. package/main/testnet/injectivetestnet.js +115 -0
  143. package/main/testnet/junotestnet.js +185 -0
  144. package/main/testnet/kyvetestnet.js +81 -0
  145. package/main/testnet/likecointestnet.js +81 -0
  146. package/main/testnet/marstestnet.js +151 -0
  147. package/main/testnet/neutrontestnet.js +181 -0
  148. package/main/testnet/nobletestnet.js +296 -0
  149. package/main/testnet/noistestnet.js +175 -0
  150. package/main/testnet/nolustestnet.js +114 -0
  151. package/main/testnet/osmosistestnet.js +1438 -0
  152. package/main/testnet/osmosistestnet4.js +504 -0
  153. package/main/testnet/persistencetestnet2.js +395 -0
  154. package/main/testnet/quicksilvertestnet.js +81 -0
  155. package/main/testnet/sagatestnet.js +362 -0
  156. package/main/testnet/sgetestnet.js +81 -0
  157. package/main/testnet/stargazetestnet.js +146 -0
  158. package/main/testnet/xiontestnet.js +476 -0
  159. package/package.json +10 -11
  160. package/types/index.d.ts +1 -1
@@ -0,0 +1,1438 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var assets = {
8
+ chain_name: 'osmosistestnet',
9
+ assets: [{
10
+ description: "Akash Token (AKT) is the Akash Network's native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.",
11
+ denom_units: [{
12
+ denom: 'ibc/AD59D59CFB0E628E73C798415F823AB5B6257C2FE4BF67DBB5D6A677B2686E82',
13
+ exponent: 0,
14
+ aliases: ['uakt']
15
+ }, {
16
+ denom: 'akt',
17
+ exponent: 6
18
+ }],
19
+ base: 'ibc/AD59D59CFB0E628E73C798415F823AB5B6257C2FE4BF67DBB5D6A677B2686E82',
20
+ name: 'Akash Network',
21
+ display: 'akt',
22
+ symbol: 'AKT',
23
+ logo_URIs: {
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
26
+ },
27
+ images: [{
28
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
29
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
30
+ }],
31
+ traces: [{
32
+ type: 'ibc',
33
+ counterparty: {
34
+ channel_id: 'channel-6',
35
+ base_denom: 'uakt',
36
+ chain_name: 'akashtestnet'
37
+ },
38
+ chain: {
39
+ channel_id: 'channel-4171'
40
+ }
41
+ }]
42
+ }, {
43
+ description: 'The native token of Archway testnetwork',
44
+ denom_units: [{
45
+ denom: 'ibc/B317B0AF2B4E47C4F69665403AF2E6E1BE0096CA4B7D9926B22911590899AF66',
46
+ exponent: 0,
47
+ aliases: ['aconst']
48
+ }, {
49
+ denom: 'uconst',
50
+ exponent: 12
51
+ }, {
52
+ denom: 'const',
53
+ exponent: 18
54
+ }],
55
+ base: 'ibc/B317B0AF2B4E47C4F69665403AF2E6E1BE0096CA4B7D9926B22911590899AF66',
56
+ name: 'Archway',
57
+ display: 'const',
58
+ symbol: 'CONST',
59
+ traces: [{
60
+ type: 'ibc',
61
+ counterparty: {
62
+ channel_id: 'channel-58',
63
+ base_denom: 'aconst',
64
+ chain_name: 'archwaytestnet'
65
+ },
66
+ chain: {
67
+ channel_id: 'channel-3938'
68
+ }
69
+ }]
70
+ }, {
71
+ description: 'The native token of Axelar',
72
+ denom_units: [{
73
+ denom: 'ibc/CAC33C89EFB6AD6064184EB63289F76C0447B25D720C21275D5E4D3C1890405F',
74
+ exponent: 0,
75
+ aliases: ['uaxl']
76
+ }, {
77
+ denom: 'axl',
78
+ exponent: 6
79
+ }],
80
+ base: 'ibc/CAC33C89EFB6AD6064184EB63289F76C0447B25D720C21275D5E4D3C1890405F',
81
+ name: 'Axelar',
82
+ display: 'axl',
83
+ symbol: 'AXL',
84
+ logo_URIs: {
85
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
86
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
87
+ },
88
+ coingecko_id: 'axelar',
89
+ images: [{
90
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
91
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
92
+ }],
93
+ traces: [{
94
+ type: 'ibc',
95
+ counterparty: {
96
+ channel_id: 'channel-339',
97
+ base_denom: 'uaxl',
98
+ chain_name: 'axelartestnet'
99
+ },
100
+ chain: {
101
+ channel_id: 'channel-4170'
102
+ }
103
+ }]
104
+ }, {
105
+ description: "Circle's stablecoin on Axelar",
106
+ denom_units: [{
107
+ denom: 'ibc/2164BDB48DE5501430E71286448D87C6D2240EC0E078CF113CAB85E21A352BB0',
108
+ exponent: 0,
109
+ aliases: ['uausdc']
110
+ }, {
111
+ denom: 'ausdc',
112
+ exponent: 6
113
+ }],
114
+ base: 'ibc/2164BDB48DE5501430E71286448D87C6D2240EC0E078CF113CAB85E21A352BB0',
115
+ name: 'USD Coin',
116
+ display: 'ausdc',
117
+ symbol: 'aUSDC',
118
+ traces: [{
119
+ type: 'ibc',
120
+ counterparty: {
121
+ channel_id: 'channel-339',
122
+ base_denom: 'uausdc',
123
+ chain_name: 'axelartestnet'
124
+ },
125
+ chain: {
126
+ channel_id: 'channel-4170'
127
+ }
128
+ }],
129
+ images: [{
130
+ image_sync: {
131
+ chain_name: 'ethereumtestnet',
132
+ base_denom: '0x254d06f33bDc5b8ee05b2ea472107E300226659A'
133
+ },
134
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
135
+ }],
136
+ logo_URIs: {
137
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
138
+ }
139
+ }, {
140
+ description: 'Wrapped Ether on Axelar',
141
+ denom_units: [{
142
+ denom: 'ibc/1F42AC9631DBE03009219ECCFE151786F53A038DE9F7A07C709158514F1D5942',
143
+ exponent: 0,
144
+ aliases: ['eth-wei']
145
+ }, {
146
+ denom: 'weth',
147
+ exponent: 18
148
+ }],
149
+ base: 'ibc/1F42AC9631DBE03009219ECCFE151786F53A038DE9F7A07C709158514F1D5942',
150
+ name: 'Wrapped Ether',
151
+ display: 'weth',
152
+ symbol: 'axlWETH',
153
+ traces: [{
154
+ type: 'ibc',
155
+ counterparty: {
156
+ channel_id: 'channel-339',
157
+ base_denom: 'eth-wei',
158
+ chain_name: 'axelartestnet'
159
+ },
160
+ chain: {
161
+ channel_id: 'channel-4170'
162
+ }
163
+ }],
164
+ images: [{
165
+ image_sync: {
166
+ chain_name: 'ethereumtestnet',
167
+ base_denom: '0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6'
168
+ },
169
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
170
+ }],
171
+ logo_URIs: {
172
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
173
+ }
174
+ }, {
175
+ description: 'Wrapped Moonbeam on Axelar',
176
+ denom_units: [{
177
+ denom: 'ibc/E955F50D0EDC3A8A5E687AC9F020BE4A1A48337901295F62C7ED7F8C1915807B',
178
+ exponent: 0,
179
+ aliases: ['wglmr-wei']
180
+ }, {
181
+ denom: 'wglmr',
182
+ exponent: 18
183
+ }],
184
+ base: 'ibc/E955F50D0EDC3A8A5E687AC9F020BE4A1A48337901295F62C7ED7F8C1915807B',
185
+ name: 'Wrapped Moonbeam',
186
+ display: 'wglmr',
187
+ symbol: 'WDEV',
188
+ traces: [{
189
+ type: 'ibc',
190
+ counterparty: {
191
+ channel_id: 'channel-339',
192
+ base_denom: 'wglmr-wei',
193
+ chain_name: 'axelartestnet'
194
+ },
195
+ chain: {
196
+ channel_id: 'channel-4170'
197
+ }
198
+ }],
199
+ images: [{
200
+ image_sync: {
201
+ chain_name: 'moonbeamtestnet',
202
+ base_denom: '0x1436aE0dF0A8663F18c0Ec51d7e2E46591730715'
203
+ },
204
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg'
205
+ }],
206
+ logo_URIs: {
207
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg'
208
+ }
209
+ }, {
210
+ description: 'Wrapped Matic on Axelar',
211
+ denom_units: [{
212
+ denom: 'ibc/1C19EF236F56F8AD878DDF64AA09BA2CAE6EDF3A5EF6113AFA2387CA536F9215',
213
+ exponent: 0,
214
+ aliases: ['wmatic-wei']
215
+ }, {
216
+ denom: 'wmatic',
217
+ exponent: 18
218
+ }],
219
+ base: 'ibc/1C19EF236F56F8AD878DDF64AA09BA2CAE6EDF3A5EF6113AFA2387CA536F9215',
220
+ name: 'Wrapped Matic',
221
+ display: 'wmatic',
222
+ symbol: 'WMATIC',
223
+ traces: [{
224
+ type: 'ibc',
225
+ counterparty: {
226
+ channel_id: 'channel-339',
227
+ base_denom: 'wmatic-wei',
228
+ chain_name: 'axelartestnet'
229
+ },
230
+ chain: {
231
+ channel_id: 'channel-4170'
232
+ }
233
+ }],
234
+ images: [{
235
+ image_sync: {
236
+ chain_name: 'polygontestnet',
237
+ base_denom: '0x9c3C9283D3e44854697Cd22D3Faa240Cfb032889'
238
+ },
239
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg'
240
+ }],
241
+ logo_URIs: {
242
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg'
243
+ }
244
+ }, {
245
+ description: 'Wrapped BNB on Axelar',
246
+ denom_units: [{
247
+ denom: 'ibc/E0E53B563B13E28E8954DEA9A044475BC44E2AFBAAC0774F316EF216B259C890',
248
+ exponent: 0,
249
+ aliases: ['wbnb-wei']
250
+ }, {
251
+ denom: 'wbnb',
252
+ exponent: 18
253
+ }],
254
+ base: 'ibc/E0E53B563B13E28E8954DEA9A044475BC44E2AFBAAC0774F316EF216B259C890',
255
+ name: 'Wrapped BNB',
256
+ display: 'wbnb',
257
+ symbol: 'WBNB',
258
+ traces: [{
259
+ type: 'ibc',
260
+ counterparty: {
261
+ channel_id: 'channel-339',
262
+ base_denom: 'wbnb-wei',
263
+ chain_name: 'axelartestnet'
264
+ },
265
+ chain: {
266
+ channel_id: 'channel-4170'
267
+ }
268
+ }],
269
+ images: [{
270
+ image_sync: {
271
+ chain_name: 'binancesmartchaintestnet',
272
+ base_denom: '0xae13d989daC2f0dEbFf460aC112a837C89BAa7cd'
273
+ },
274
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png',
275
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg'
276
+ }],
277
+ logo_URIs: {
278
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png',
279
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg'
280
+ }
281
+ }, {
282
+ description: 'Wrapped AVAX on Axelar.',
283
+ denom_units: [{
284
+ denom: 'ibc/C3F1CA360184EE671CFFD4F533571E67EEB1AD200CBE7F388995F13A21F543D6',
285
+ exponent: 0,
286
+ aliases: ['wavax-wei']
287
+ }, {
288
+ denom: 'avax',
289
+ exponent: 18
290
+ }],
291
+ base: 'ibc/C3F1CA360184EE671CFFD4F533571E67EEB1AD200CBE7F388995F13A21F543D6',
292
+ name: 'Wrapped AVAX',
293
+ display: 'avax',
294
+ symbol: 'WAVAX',
295
+ traces: [{
296
+ type: 'ibc',
297
+ counterparty: {
298
+ channel_id: 'channel-339',
299
+ base_denom: 'wavax-wei',
300
+ chain_name: 'axelartestnet'
301
+ },
302
+ chain: {
303
+ channel_id: 'channel-4170'
304
+ }
305
+ }],
306
+ images: [{
307
+ image_sync: {
308
+ chain_name: 'avalanchetestnet',
309
+ base_denom: '0xd00ae08403B9bbb9124bB305C09058E32C39A48c'
310
+ },
311
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg'
312
+ }],
313
+ logo_URIs: {
314
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg'
315
+ }
316
+ }, {
317
+ description: 'Wrapped FTM on Axelar.',
318
+ denom_units: [{
319
+ denom: 'ibc/B6261551E7E9C9C906D09AF0C5392453939607738C3F7ED8C33081CB77DE2AFE',
320
+ exponent: 0,
321
+ aliases: ['wftm-wei']
322
+ }, {
323
+ denom: 'ftm',
324
+ exponent: 18
325
+ }],
326
+ base: 'ibc/B6261551E7E9C9C906D09AF0C5392453939607738C3F7ED8C33081CB77DE2AFE',
327
+ name: 'Wrapped FTM',
328
+ display: 'ftm',
329
+ symbol: 'WFTM',
330
+ traces: [{
331
+ type: 'ibc',
332
+ counterparty: {
333
+ channel_id: 'channel-339',
334
+ base_denom: 'wftm-wei',
335
+ chain_name: 'axelartestnet'
336
+ },
337
+ chain: {
338
+ channel_id: 'channel-4170'
339
+ }
340
+ }],
341
+ images: [{
342
+ image_sync: {
343
+ chain_name: 'fantomtestnet',
344
+ base_denom: '0x812666209b90344Ec8e528375298ab9045c2Bd08'
345
+ },
346
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png'
347
+ }],
348
+ logo_URIs: {
349
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png'
350
+ }
351
+ }, {
352
+ description: '',
353
+ denom_units: [{
354
+ denom: 'ibc/0E22FFB61DB307FE01D3D0DFF4A8EBEB6CC4997DCF9E901AE0751A2FFF4B90DD',
355
+ exponent: 0,
356
+ aliases: ['utia']
357
+ }, {
358
+ denom: 'tia',
359
+ exponent: 6
360
+ }],
361
+ base: 'ibc/0E22FFB61DB307FE01D3D0DFF4A8EBEB6CC4997DCF9E901AE0751A2FFF4B90DD',
362
+ name: 'Celestia',
363
+ display: 'tia',
364
+ symbol: 'TIA',
365
+ logo_URIs: {
366
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.png',
367
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.svg'
368
+ },
369
+ images: [{
370
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.svg',
371
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.png'
372
+ }],
373
+ traces: [{
374
+ type: 'ibc',
375
+ counterparty: {
376
+ channel_id: 'channel-25',
377
+ base_denom: 'utia',
378
+ chain_name: 'celestiatestnet3'
379
+ },
380
+ chain: {
381
+ channel_id: 'channel-4370'
382
+ }
383
+ }]
384
+ }, {
385
+ description: 'The native token of Chain4Energy',
386
+ denom_units: [{
387
+ denom: 'ibc/E3D323CB6F427C49E56F913C853A416F6B71BAA9B0164625AD0203266F92B3ED',
388
+ exponent: 0,
389
+ aliases: ['uc4e']
390
+ }, {
391
+ denom: 'c4e',
392
+ exponent: 6
393
+ }],
394
+ base: 'ibc/E3D323CB6F427C49E56F913C853A416F6B71BAA9B0164625AD0203266F92B3ED',
395
+ name: 'Chain4Energy',
396
+ display: 'c4e',
397
+ symbol: 'C4E',
398
+ logo_URIs: {
399
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/chain4energytestnet/images/c4e.png'
400
+ },
401
+ coingecko_id: '',
402
+ images: [{
403
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/chain4energytestnet/images/c4e.png'
404
+ }],
405
+ traces: [{
406
+ type: 'ibc',
407
+ counterparty: {
408
+ channel_id: 'channel-0',
409
+ base_denom: 'uc4e',
410
+ chain_name: 'chain4energytestnet'
411
+ },
412
+ chain: {
413
+ channel_id: 'channel-111'
414
+ }
415
+ }]
416
+ }, {
417
+ description: 'The native staking and governance token of the Composable testnet.',
418
+ denom_units: [{
419
+ denom: 'ibc/27689601842A99059DFD79EB0A34A089FC2F7337491B5555C176400A8FA7F2A4',
420
+ exponent: 0,
421
+ aliases: ['ppica']
422
+ }, {
423
+ denom: 'pica',
424
+ exponent: 12
425
+ }],
426
+ base: 'ibc/27689601842A99059DFD79EB0A34A089FC2F7337491B5555C176400A8FA7F2A4',
427
+ name: 'Pica',
428
+ display: 'pica',
429
+ symbol: 'PICA',
430
+ logo_URIs: {
431
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
432
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
433
+ },
434
+ images: [{
435
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
436
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
437
+ }],
438
+ traces: [{
439
+ type: 'ibc',
440
+ counterparty: {
441
+ channel_id: 'channel-11',
442
+ base_denom: 'ppica',
443
+ chain_name: 'composabletestnet'
444
+ },
445
+ chain: {
446
+ channel_id: 'channel-329'
447
+ }
448
+ }]
449
+ }, {
450
+ description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
451
+ denom_units: [{
452
+ denom: 'ibc/9FF2B7A5F55038A7EE61F4FD6749D9A648B48E89830F2682B67B5DC158E2753C',
453
+ exponent: 0,
454
+ aliases: ['uatom']
455
+ }, {
456
+ denom: 'atom',
457
+ exponent: 6
458
+ }],
459
+ base: 'ibc/9FF2B7A5F55038A7EE61F4FD6749D9A648B48E89830F2682B67B5DC158E2753C',
460
+ name: 'Cosmos',
461
+ display: 'atom',
462
+ symbol: 'ATOM',
463
+ logo_URIs: {
464
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
465
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
466
+ },
467
+ images: [{
468
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
469
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
470
+ }],
471
+ traces: [{
472
+ type: 'ibc',
473
+ counterparty: {
474
+ channel_id: 'channel-3306',
475
+ base_denom: 'uatom',
476
+ chain_name: 'cosmoshubtestnet'
477
+ },
478
+ chain: {
479
+ channel_id: 'channel-4156'
480
+ }
481
+ }]
482
+ }, {
483
+ description: 'The native staking and governance token of the Theta testnet version of the Dora Vota Testnet.',
484
+ denom_units: [{
485
+ denom: 'ibc/7AF17F89F81663C5EAF71BA3A538D03AEA47921C95ACD2212FF0ED2383A571FE',
486
+ exponent: 0,
487
+ aliases: ['peaka']
488
+ }, {
489
+ denom: 'DORA',
490
+ exponent: 18
491
+ }],
492
+ base: 'ibc/7AF17F89F81663C5EAF71BA3A538D03AEA47921C95ACD2212FF0ED2383A571FE',
493
+ name: 'Dora Vota Testnet',
494
+ display: 'DORA',
495
+ symbol: 'DORA',
496
+ logo_URIs: {
497
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/doravotatestnet/images/doravota.png'
498
+ },
499
+ images: [{
500
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/doravotatestnet/images/doravota.png'
501
+ }],
502
+ traces: [{
503
+ type: 'ibc',
504
+ counterparty: {
505
+ channel_id: 'channel-1',
506
+ base_denom: 'peaka',
507
+ chain_name: 'doravotatestnet'
508
+ },
509
+ chain: {
510
+ channel_id: 'channel-1260'
511
+ }
512
+ }]
513
+ }, {
514
+ description: 'The native staking and governance token of the testnet version of Empower.',
515
+ denom_units: [{
516
+ denom: 'ibc/E0FDA81C892EEA14C2398519260AA706A068B36AE5BE8AE9FAD8EB1540A6E02E',
517
+ exponent: 0,
518
+ aliases: ['umpwr']
519
+ }, {
520
+ denom: 'mpwr',
521
+ exponent: 6
522
+ }],
523
+ base: 'ibc/E0FDA81C892EEA14C2398519260AA706A068B36AE5BE8AE9FAD8EB1540A6E02E',
524
+ name: 'MPWR',
525
+ display: 'mpwr',
526
+ symbol: 'MPWR',
527
+ logo_URIs: {
528
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/empowertestnet/images/mpwr.png'
529
+ },
530
+ images: [{
531
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/empowertestnet/images/mpwr.png'
532
+ }],
533
+ traces: [{
534
+ type: 'ibc',
535
+ counterparty: {
536
+ channel_id: 'channel-0',
537
+ base_denom: 'umpwr',
538
+ chain_name: 'empowertestnet'
539
+ },
540
+ chain: {
541
+ channel_id: 'channel-155'
542
+ }
543
+ }]
544
+ }, {
545
+ description: 'The native token of EntryPoint',
546
+ denom_units: [{
547
+ denom: 'ibc/8B620DE1585B38FEDEA05944B2E471D19F7208203A3E68DC2736D9B3769549FE',
548
+ exponent: 0,
549
+ aliases: ['uentry']
550
+ }, {
551
+ denom: 'entry',
552
+ exponent: 6,
553
+ aliases: []
554
+ }],
555
+ base: 'ibc/8B620DE1585B38FEDEA05944B2E471D19F7208203A3E68DC2736D9B3769549FE',
556
+ name: 'EntryPoint',
557
+ display: 'entry',
558
+ symbol: 'ENTRY',
559
+ logo_URIs: {
560
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entry.png',
561
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entry.svg'
562
+ },
563
+ keywords: ['staking', 'governance', 'vaults'],
564
+ images: [{
565
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entry.png',
566
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entry.svg'
567
+ }],
568
+ traces: [{
569
+ type: 'ibc',
570
+ counterparty: {
571
+ channel_id: 'channel-0',
572
+ base_denom: 'uentry',
573
+ chain_name: 'entrypointtestnet'
574
+ },
575
+ chain: {
576
+ channel_id: 'channel-1543'
577
+ }
578
+ }]
579
+ }, {
580
+ description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub, via Osmosis.',
581
+ denom_units: [{
582
+ denom: 'ibc/8A138BC76D0FB2665F8937EC2BF01B9F6A714F6127221A0E155106A45E09BCC5',
583
+ exponent: 0
584
+ }, {
585
+ denom: 'atom',
586
+ exponent: 6
587
+ }],
588
+ base: 'ibc/9E6AD21A09AA5B1695EFDE5167F2B5512D56C4100C322D5E72F2574724CF4E28',
589
+ name: 'Cosmos',
590
+ display: 'atom',
591
+ symbol: 'ATOM',
592
+ traces: [{
593
+ type: 'ibc',
594
+ counterparty: {
595
+ channel_id: 'channel-0',
596
+ base_denom: 'ibc/8A138BC76D0FB2665F8937EC2BF01B9F6A714F6127221A0E155106A45E09BCC5',
597
+ chain_name: 'entrypointtestnet'
598
+ },
599
+ chain: {
600
+ channel_id: 'channel-1543'
601
+ }
602
+ }],
603
+ logo_URIs: {
604
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
605
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
606
+ },
607
+ images: [{
608
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
609
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
610
+ }]
611
+ }, {
612
+ description: 'The native token of IXO Chain',
613
+ denom_units: [{
614
+ denom: 'ibc/88C815D69587CF0F05E96E5E2731EA56194D73C9A02A500095294D3A5DE68F16',
615
+ exponent: 0,
616
+ aliases: ['uixo']
617
+ }, {
618
+ denom: 'ixo',
619
+ exponent: 6
620
+ }],
621
+ base: 'ibc/88C815D69587CF0F05E96E5E2731EA56194D73C9A02A500095294D3A5DE68F16',
622
+ name: 'IXO',
623
+ display: 'ixo',
624
+ symbol: 'IXO',
625
+ traces: [{
626
+ type: 'ibc',
627
+ counterparty: {
628
+ channel_id: 'channel-10',
629
+ base_denom: 'uixo',
630
+ chain_name: 'impacthubtestnet'
631
+ },
632
+ chain: {
633
+ channel_id: 'channel-1637'
634
+ }
635
+ }],
636
+ images: [{
637
+ image_sync: {
638
+ chain_name: 'impacthub',
639
+ base_denom: 'uixo'
640
+ },
641
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
642
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
643
+ }],
644
+ logo_URIs: {
645
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
646
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
647
+ }
648
+ }, {
649
+ description: 'The INJ token is the native governance token for the Injective chain.',
650
+ denom_units: [{
651
+ denom: 'ibc/C53E4BB8F7975D31DC9C8BA6A6EC2EA6F1F2A77C39D4E158459BB379D14CC9B0',
652
+ exponent: 0,
653
+ aliases: ['inj']
654
+ }, {
655
+ denom: 'INJ',
656
+ exponent: 18
657
+ }],
658
+ base: 'ibc/C53E4BB8F7975D31DC9C8BA6A6EC2EA6F1F2A77C39D4E158459BB379D14CC9B0',
659
+ name: 'Injective',
660
+ display: 'INJ',
661
+ symbol: 'INJ',
662
+ logo_URIs: {
663
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
664
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
665
+ },
666
+ coingecko_id: 'injective-protocol',
667
+ images: [{
668
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
669
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
670
+ }],
671
+ traces: [{
672
+ type: 'ibc',
673
+ counterparty: {
674
+ channel_id: 'channel-129',
675
+ base_denom: 'inj',
676
+ chain_name: 'injectivetestnet'
677
+ },
678
+ chain: {
679
+ channel_id: 'channel-4174'
680
+ }
681
+ }]
682
+ }, {
683
+ description: 'The native token of JUNO Chain',
684
+ denom_units: [{
685
+ denom: 'ibc/315940955C3051051C55B195EE30F7265D5BE3D3A7CC48D74E5D9871DCED8B26',
686
+ exponent: 0,
687
+ aliases: ['ujunox']
688
+ }, {
689
+ denom: 'junox',
690
+ exponent: 6
691
+ }],
692
+ base: 'ibc/315940955C3051051C55B195EE30F7265D5BE3D3A7CC48D74E5D9871DCED8B26',
693
+ name: 'Juno Testnet',
694
+ display: 'junox',
695
+ symbol: 'JUNOX',
696
+ logo_URIs: {
697
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
698
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
699
+ },
700
+ coingecko_id: 'juno-network',
701
+ images: [{
702
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
703
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
704
+ }],
705
+ traces: [{
706
+ type: 'ibc',
707
+ counterparty: {
708
+ channel_id: 'channel-811',
709
+ base_denom: 'ujunox',
710
+ chain_name: 'junotestnet'
711
+ },
712
+ chain: {
713
+ channel_id: 'channel-4167'
714
+ }
715
+ }]
716
+ }, {
717
+ description: 'The native token of NEXX GEN AI',
718
+ denom_units: [{
719
+ denom: 'ibc/15A8CB7202CD4F54DB3F66A09A75C67167A23EE6C90D40BD766AF425AC96CD10',
720
+ exponent: 0,
721
+ aliases: ['factory/juno12klaltyqvg2j6v034jwdxrk5n4242ttse4sdpt/NEXX']
722
+ }, {
723
+ denom: 'nexx',
724
+ exponent: 6
725
+ }],
726
+ base: 'ibc/15A8CB7202CD4F54DB3F66A09A75C67167A23EE6C90D40BD766AF425AC96CD10',
727
+ name: 'NEXX GEN AI',
728
+ display: 'nexx',
729
+ symbol: 'NEXX',
730
+ logo_URIs: {
731
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/nexx.png'
732
+ },
733
+ images: [{
734
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/nexx.png'
735
+ }],
736
+ traces: [{
737
+ type: 'ibc',
738
+ counterparty: {
739
+ channel_id: 'channel-811',
740
+ base_denom: 'factory/juno12klaltyqvg2j6v034jwdxrk5n4242ttse4sdpt/NEXX',
741
+ chain_name: 'junotestnet'
742
+ },
743
+ chain: {
744
+ channel_id: 'channel-4167'
745
+ }
746
+ }]
747
+ }, {
748
+ description: 'The native utility token of the Kaon testnet version of KYVE.',
749
+ denom_units: [{
750
+ denom: 'ibc/AB8AF05799E299FB5C5C80781DA35887F53E029745D20E5641233DB4E6B28515',
751
+ exponent: 0,
752
+ aliases: ['tkyve']
753
+ }, {
754
+ denom: 'kyve',
755
+ exponent: 6
756
+ }],
757
+ base: 'ibc/AB8AF05799E299FB5C5C80781DA35887F53E029745D20E5641233DB4E6B28515',
758
+ name: 'KYVE',
759
+ display: 'kyve',
760
+ symbol: 'KYVE',
761
+ logo_URIs: {
762
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kyvetestnet/images/kyve.svg'
763
+ },
764
+ images: [{
765
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kyvetestnet/images/kyve.svg'
766
+ }],
767
+ traces: [{
768
+ type: 'ibc',
769
+ counterparty: {
770
+ channel_id: 'channel-2',
771
+ base_denom: 'tkyve',
772
+ chain_name: 'kyvetestnet'
773
+ },
774
+ chain: {
775
+ channel_id: 'channel-10'
776
+ }
777
+ }]
778
+ }, {
779
+ description: 'EKIL is the native token for LikeCoin Testnet',
780
+ denom_units: [{
781
+ denom: 'ibc/CFC141C6D8B98AE34F446CF9A6CE39406F94A7F901CD82A352EF9E2C52B1CFF9',
782
+ exponent: 0,
783
+ aliases: ['nanoekil']
784
+ }, {
785
+ denom: 'ekil',
786
+ exponent: 9
787
+ }],
788
+ base: 'ibc/CFC141C6D8B98AE34F446CF9A6CE39406F94A7F901CD82A352EF9E2C52B1CFF9',
789
+ name: 'LikeCoin',
790
+ display: 'ekil',
791
+ symbol: 'EKIL',
792
+ logo_URIs: {
793
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
794
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
795
+ },
796
+ images: [{
797
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
798
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
799
+ }],
800
+ traces: [{
801
+ type: 'ibc',
802
+ counterparty: {
803
+ channel_id: 'channel-2',
804
+ base_denom: 'nanoekil',
805
+ chain_name: 'likecointestnet'
806
+ },
807
+ chain: {
808
+ channel_id: 'channel-4357'
809
+ }
810
+ }]
811
+ }, {
812
+ description: 'The native token of Mars Protocol',
813
+ denom_units: [{
814
+ denom: 'ibc/18401C07347459EE2413C0AFDE3ACDB66AC9FD363B3E56A6FC1DFF1B69341FC3',
815
+ exponent: 0,
816
+ aliases: ['umars']
817
+ }, {
818
+ denom: 'mars',
819
+ exponent: 6
820
+ }],
821
+ base: 'ibc/18401C07347459EE2413C0AFDE3ACDB66AC9FD363B3E56A6FC1DFF1B69341FC3',
822
+ name: 'Mars',
823
+ display: 'mars',
824
+ symbol: 'MARS',
825
+ logo_URIs: {
826
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
827
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
828
+ },
829
+ images: [{
830
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
831
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
832
+ }],
833
+ traces: [{
834
+ type: 'ibc',
835
+ counterparty: {
836
+ channel_id: 'channel-27',
837
+ base_denom: 'umars',
838
+ chain_name: 'marstestnet'
839
+ },
840
+ chain: {
841
+ channel_id: 'channel-4168'
842
+ }
843
+ }]
844
+ }, {
845
+ description: 'The native token of Neutron chain',
846
+ denom_units: [{
847
+ denom: 'ibc/6E74FCA8851F2F81213A6F0D61DB78D1898454C3BF924105DF6549500E1C4785',
848
+ exponent: 0,
849
+ aliases: ['untrn']
850
+ }, {
851
+ denom: 'ntrn',
852
+ exponent: 6
853
+ }],
854
+ base: 'ibc/6E74FCA8851F2F81213A6F0D61DB78D1898454C3BF924105DF6549500E1C4785',
855
+ name: 'Neutron Testnet',
856
+ display: 'ntrn',
857
+ symbol: 'NTRN',
858
+ logo_URIs: {
859
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/neutron.png',
860
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/neutron.svg'
861
+ },
862
+ images: [{
863
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/neutron.png',
864
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/neutron.svg'
865
+ }],
866
+ traces: [{
867
+ type: 'ibc',
868
+ counterparty: {
869
+ channel_id: 'channel-196',
870
+ base_denom: 'untrn',
871
+ chain_name: 'neutrontestnet'
872
+ },
873
+ chain: {
874
+ channel_id: 'channel-4172'
875
+ }
876
+ }]
877
+ }, {
878
+ description: 'The controlled staking asset for Noble Chain',
879
+ denom_units: [{
880
+ denom: 'ibc/5C6404C2D9BAE2BE397908F6503464EBC3EAEE448AE6B7ED218248FF7E7A3236',
881
+ exponent: 0,
882
+ aliases: ['ustake']
883
+ }, {
884
+ denom: 'stake',
885
+ exponent: 6
886
+ }],
887
+ base: 'ibc/5C6404C2D9BAE2BE397908F6503464EBC3EAEE448AE6B7ED218248FF7E7A3236',
888
+ name: 'Stake',
889
+ display: 'stake',
890
+ symbol: 'STAKE',
891
+ traces: [{
892
+ type: 'ibc',
893
+ counterparty: {
894
+ channel_id: 'channel-22',
895
+ base_denom: 'ustake',
896
+ chain_name: 'nobletestnet'
897
+ },
898
+ chain: {
899
+ channel_id: 'channel-4280'
900
+ }
901
+ }]
902
+ }, {
903
+ description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
904
+ denom_units: [{
905
+ denom: 'ibc/C1E2C2C2B161C797B19965ADB14CD65216B1499DC99E7A551AD9499314923353',
906
+ exponent: 0,
907
+ aliases: ['ulove']
908
+ }, {
909
+ denom: 'love',
910
+ exponent: 6
911
+ }],
912
+ base: 'ibc/C1E2C2C2B161C797B19965ADB14CD65216B1499DC99E7A551AD9499314923353',
913
+ display: 'love',
914
+ name: 'Love',
915
+ symbol: 'LOVE',
916
+ traces: [{
917
+ type: 'ibc',
918
+ counterparty: {
919
+ channel_id: 'channel-22',
920
+ base_denom: 'ulove',
921
+ chain_name: 'nobletestnet'
922
+ },
923
+ chain: {
924
+ channel_id: 'channel-4280'
925
+ }
926
+ }]
927
+ }, {
928
+ description: 'USD Coin',
929
+ denom_units: [{
930
+ denom: 'ibc/DE6792CF9E521F6AD6E9A4BDF6225C9571A3B74ACC0A529F92BC5122A39D2E58',
931
+ exponent: 0,
932
+ aliases: ['uusdc']
933
+ }, {
934
+ denom: 'usdc',
935
+ exponent: 6
936
+ }],
937
+ base: 'ibc/DE6792CF9E521F6AD6E9A4BDF6225C9571A3B74ACC0A529F92BC5122A39D2E58',
938
+ display: 'usdc',
939
+ name: 'USD Coin',
940
+ symbol: 'USDC',
941
+ traces: [{
942
+ type: 'ibc',
943
+ counterparty: {
944
+ channel_id: 'channel-22',
945
+ base_denom: 'uusdc',
946
+ chain_name: 'nobletestnet'
947
+ },
948
+ chain: {
949
+ channel_id: 'channel-4280'
950
+ }
951
+ }],
952
+ logo_URIs: {
953
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
954
+ },
955
+ images: [{
956
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
957
+ }]
958
+ }, {
959
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
960
+ denom_units: [{
961
+ denom: 'ibc/BD1ECCEA9A5F72465AEB29B93FD8454741E3B2E34F6F30712A1761A7E80F1D16',
962
+ exponent: 0,
963
+ aliases: ['uusdlr']
964
+ }, {
965
+ denom: 'usdlr',
966
+ exponent: 6
967
+ }],
968
+ base: 'ibc/BD1ECCEA9A5F72465AEB29B93FD8454741E3B2E34F6F30712A1761A7E80F1D16',
969
+ display: 'usdlr',
970
+ name: 'USDLR by Stable',
971
+ symbol: 'USDLR',
972
+ traces: [{
973
+ type: 'ibc',
974
+ counterparty: {
975
+ channel_id: 'channel-22',
976
+ base_denom: 'uusdlr',
977
+ chain_name: 'nobletestnet'
978
+ },
979
+ chain: {
980
+ channel_id: 'channel-4280'
981
+ }
982
+ }],
983
+ logo_URIs: {
984
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
985
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
986
+ },
987
+ images: [{
988
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
989
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
990
+ }]
991
+ }, {
992
+ description: 'The native token of Nolus chain',
993
+ denom_units: [{
994
+ denom: 'ibc/95359FD9C5D15DBD7B9A6B7271F5E769776999590DE138ED62B6E89D5D010B7C',
995
+ exponent: 0,
996
+ aliases: ['unls']
997
+ }, {
998
+ denom: 'nls',
999
+ exponent: 6
1000
+ }],
1001
+ base: 'ibc/95359FD9C5D15DBD7B9A6B7271F5E769776999590DE138ED62B6E89D5D010B7C',
1002
+ name: 'Nolus',
1003
+ display: 'nls',
1004
+ symbol: 'NLS',
1005
+ logo_URIs: {
1006
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.png',
1007
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.svg'
1008
+ },
1009
+ images: [{
1010
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.png',
1011
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.svg'
1012
+ }],
1013
+ traces: [{
1014
+ type: 'ibc',
1015
+ counterparty: {
1016
+ channel_id: 'channel-0',
1017
+ base_denom: 'unls',
1018
+ chain_name: 'nolustestnet'
1019
+ },
1020
+ chain: {
1021
+ channel_id: 'channel-110'
1022
+ }
1023
+ }]
1024
+ }, {
1025
+ description: 'The XPRT token is primarily a governance token for the Persistence chain.',
1026
+ denom_units: [{
1027
+ denom: 'ibc/754C8533F8A418B03AD5F2C6AA19D4703CF78BBAB9E2E4DDD6212AAC2E502CA6',
1028
+ exponent: 0,
1029
+ aliases: ['uxprt']
1030
+ }, {
1031
+ denom: 'xprt',
1032
+ exponent: 6
1033
+ }],
1034
+ base: 'ibc/754C8533F8A418B03AD5F2C6AA19D4703CF78BBAB9E2E4DDD6212AAC2E502CA6',
1035
+ name: 'Persistence',
1036
+ display: 'xprt',
1037
+ symbol: 'XPRT',
1038
+ logo_URIs: {
1039
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
1040
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
1041
+ },
1042
+ coingecko_id: 'persistence',
1043
+ images: [{
1044
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
1045
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
1046
+ }],
1047
+ traces: [{
1048
+ type: 'ibc',
1049
+ counterparty: {
1050
+ channel_id: 'channel-7',
1051
+ base_denom: 'uxprt',
1052
+ chain_name: 'persistencetestnet2'
1053
+ },
1054
+ chain: {
1055
+ channel_id: 'channel-1037'
1056
+ }
1057
+ }]
1058
+ }, {
1059
+ description: 'PSTAKE Liquid-Staked ATOM',
1060
+ denom_units: [{
1061
+ denom: 'ibc/D9A34ACE6D4867DB2C0C33158DBAED4344544FCAE8E7CA8CE99D3E8D6B2288EC',
1062
+ exponent: 0,
1063
+ aliases: ['stk/uatom']
1064
+ }, {
1065
+ denom: 'stkatom',
1066
+ exponent: 6,
1067
+ aliases: ['stk/atom']
1068
+ }],
1069
+ base: 'ibc/D9A34ACE6D4867DB2C0C33158DBAED4344544FCAE8E7CA8CE99D3E8D6B2288EC',
1070
+ name: 'PSTAKE staked ATOM',
1071
+ display: 'stkatom',
1072
+ symbol: 'stkATOM',
1073
+ logo_URIs: {
1074
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
1075
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
1076
+ },
1077
+ images: [{
1078
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
1079
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
1080
+ }],
1081
+ traces: [{
1082
+ type: 'ibc',
1083
+ counterparty: {
1084
+ channel_id: 'channel-7',
1085
+ base_denom: 'stk/uatom',
1086
+ chain_name: 'persistencetestnet2'
1087
+ },
1088
+ chain: {
1089
+ channel_id: 'channel-1037'
1090
+ }
1091
+ }]
1092
+ }, {
1093
+ description: 'PSTAKE Liquid-Staked OSMO',
1094
+ denom_units: [{
1095
+ denom: 'ibc/8CE20F6604DB1F06CFDAEEEF906F5A8FC9D2A9F8F01E0A807A8F316EF59DF2CB',
1096
+ exponent: 0,
1097
+ aliases: ['stk/uosmo']
1098
+ }, {
1099
+ denom: 'stkosmo',
1100
+ exponent: 6,
1101
+ aliases: ['stk/osmo']
1102
+ }],
1103
+ base: 'ibc/8CE20F6604DB1F06CFDAEEEF906F5A8FC9D2A9F8F01E0A807A8F316EF59DF2CB',
1104
+ name: 'PSTAKE staked OSMO',
1105
+ display: 'stkosmo',
1106
+ symbol: 'stkOSMO',
1107
+ logo_URIs: {
1108
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
1109
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
1110
+ },
1111
+ images: [{
1112
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
1113
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
1114
+ }],
1115
+ traces: [{
1116
+ type: 'ibc',
1117
+ counterparty: {
1118
+ channel_id: 'channel-7',
1119
+ base_denom: 'stk/uosmo',
1120
+ chain_name: 'persistencetestnet2'
1121
+ },
1122
+ chain: {
1123
+ channel_id: 'channel-1037'
1124
+ }
1125
+ }]
1126
+ }, {
1127
+ description: 'PSTAKE Liquid-Staked DV4TNT',
1128
+ denom_units: [{
1129
+ denom: 'ibc/D982A6760247DF2A691771C968150BD87A9B2DEB93B8EB830F92498485B97448',
1130
+ exponent: 0,
1131
+ aliases: ['stk/adv4tnt']
1132
+ }, {
1133
+ denom: 'stkdv4tnt',
1134
+ exponent: 18,
1135
+ aliases: ['stk/dv4tnt']
1136
+ }],
1137
+ base: 'ibc/D982A6760247DF2A691771C968150BD87A9B2DEB93B8EB830F92498485B97448',
1138
+ name: 'PSTAKE staked DV4TNT',
1139
+ display: 'stkdv4tnt',
1140
+ symbol: 'stkDV4TNT',
1141
+ logo_URIs: {
1142
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdv4tnt.png',
1143
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdv4tnt.svg'
1144
+ },
1145
+ images: [{
1146
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdv4tnt.png',
1147
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdv4tnt.svg'
1148
+ }],
1149
+ traces: [{
1150
+ type: 'ibc',
1151
+ counterparty: {
1152
+ channel_id: 'channel-7',
1153
+ base_denom: 'stk/adv4tnt',
1154
+ chain_name: 'persistencetestnet2'
1155
+ },
1156
+ chain: {
1157
+ channel_id: 'channel-1037'
1158
+ }
1159
+ }]
1160
+ }, {
1161
+ description: 'QCK - native token of Quicksilver',
1162
+ denom_units: [{
1163
+ denom: 'ibc/F37CF69589DE12342758382F8770C0852CD8D2E4519F55166EBDAF472AD667C9',
1164
+ exponent: 0,
1165
+ aliases: ['uqck']
1166
+ }, {
1167
+ denom: 'qck',
1168
+ exponent: 6,
1169
+ aliases: []
1170
+ }],
1171
+ base: 'ibc/F37CF69589DE12342758382F8770C0852CD8D2E4519F55166EBDAF472AD667C9',
1172
+ name: 'Quicksilver',
1173
+ display: 'qck',
1174
+ symbol: 'QCK',
1175
+ logo_URIs: {
1176
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
1177
+ },
1178
+ coingecko_id: 'quicksilver',
1179
+ images: [{
1180
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
1181
+ }],
1182
+ traces: [{
1183
+ type: 'ibc',
1184
+ counterparty: {
1185
+ channel_id: 'channel-20',
1186
+ base_denom: 'uqck',
1187
+ chain_name: 'quicksilvertestnet'
1188
+ },
1189
+ chain: {
1190
+ channel_id: 'channel-13'
1191
+ }
1192
+ }]
1193
+ }, {
1194
+ description: 'The native token of Saga Testnet',
1195
+ denom_units: [{
1196
+ denom: 'ibc/48384130079A5987378F5776775F8C29A02505273E777BBB99361F2BB5B577C9',
1197
+ exponent: 0,
1198
+ aliases: ['utsaga']
1199
+ }, {
1200
+ denom: 'tsaga',
1201
+ exponent: 6,
1202
+ aliases: []
1203
+ }],
1204
+ base: 'ibc/48384130079A5987378F5776775F8C29A02505273E777BBB99361F2BB5B577C9',
1205
+ name: 'Saga',
1206
+ display: 'tsaga',
1207
+ symbol: 'TSAGA',
1208
+ logo_URIs: {
1209
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
1210
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg'
1211
+ },
1212
+ images: [{
1213
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
1214
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg'
1215
+ }],
1216
+ traces: [{
1217
+ type: 'ibc',
1218
+ counterparty: {
1219
+ channel_id: 'channel-20',
1220
+ base_denom: 'utsaga',
1221
+ chain_name: 'sagatestnet'
1222
+ },
1223
+ chain: {
1224
+ channel_id: 'channel-4946'
1225
+ }
1226
+ }]
1227
+ }, {
1228
+ description: 'The SGE token is primarily a governance token for the SGE Network blockchain.',
1229
+ denom_units: [{
1230
+ denom: 'ibc/8446486081A4086F4C6D5846FC5DC12E01D2DDD0C6A89B00B2F25EDD9986D026',
1231
+ exponent: 0,
1232
+ aliases: ['usge']
1233
+ }, {
1234
+ denom: 'ibc/8446486081A4086F4C6D5846FC5DC12E01D2DDD0C6A89B00B2F25EDD9986D026',
1235
+ exponent: 6,
1236
+ aliases: ['usge']
1237
+ }],
1238
+ base: 'ibc/8446486081A4086F4C6D5846FC5DC12E01D2DDD0C6A89B00B2F25EDD9986D026',
1239
+ name: 'SGE Testnet',
1240
+ display: 'sge',
1241
+ symbol: 'SGE',
1242
+ logo_URIs: {
1243
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sgetestnet/images/sge.png'
1244
+ },
1245
+ images: [{
1246
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sgetestnet/images/sge.png'
1247
+ }],
1248
+ traces: [{
1249
+ type: 'ibc',
1250
+ counterparty: {
1251
+ channel_id: 'channel-1',
1252
+ base_denom: 'usge',
1253
+ chain_name: 'sgetestnet'
1254
+ },
1255
+ chain: {
1256
+ channel_id: 'channel-1568'
1257
+ }
1258
+ }]
1259
+ }, {
1260
+ description: 'The native token of Stargaze',
1261
+ denom_units: [{
1262
+ denom: 'ibc/1D082F4F5EE0A1F582B03B35F0F663A9CF9C6333874EDBF405559F8ABA024F24',
1263
+ exponent: 0,
1264
+ aliases: ['ustars']
1265
+ }, {
1266
+ denom: 'stars',
1267
+ exponent: 6
1268
+ }],
1269
+ base: 'ibc/1D082F4F5EE0A1F582B03B35F0F663A9CF9C6333874EDBF405559F8ABA024F24',
1270
+ name: 'Stargaze',
1271
+ display: 'stars',
1272
+ symbol: 'STARS',
1273
+ logo_URIs: {
1274
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
1275
+ },
1276
+ coingecko_id: 'stargaze',
1277
+ images: [{
1278
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
1279
+ }],
1280
+ traces: [{
1281
+ type: 'ibc',
1282
+ counterparty: {
1283
+ channel_id: 'channel-638',
1284
+ base_denom: 'ustars',
1285
+ chain_name: 'stargazetestnet'
1286
+ },
1287
+ chain: {
1288
+ channel_id: 'channel-4175'
1289
+ }
1290
+ }]
1291
+ }, {
1292
+ description: 'The native staking token of the Xion network.',
1293
+ denom_units: [{
1294
+ denom: 'ibc/3642669AD14386D3E38F43F30CFCA859B3E8A05BF6BD6A23DEBD2115AD1325E9',
1295
+ exponent: 0,
1296
+ aliases: ['uxion']
1297
+ }, {
1298
+ denom: 'mxion',
1299
+ exponent: 3,
1300
+ aliases: ['millixion']
1301
+ }, {
1302
+ denom: 'XION',
1303
+ exponent: 6,
1304
+ aliases: ['xion']
1305
+ }],
1306
+ base: 'ibc/3642669AD14386D3E38F43F30CFCA859B3E8A05BF6BD6A23DEBD2115AD1325E9',
1307
+ display: 'XION',
1308
+ name: 'xion',
1309
+ symbol: 'XION',
1310
+ logo_URIs: {
1311
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
1312
+ },
1313
+ images: [{
1314
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
1315
+ }],
1316
+ traces: [{
1317
+ type: 'ibc',
1318
+ counterparty: {
1319
+ channel_id: 'channel-12',
1320
+ base_denom: 'uxion',
1321
+ chain_name: 'xiontestnet'
1322
+ },
1323
+ chain: {
1324
+ channel_id: 'channel-4410'
1325
+ }
1326
+ }]
1327
+ }, {
1328
+ denom_units: [{
1329
+ denom: 'ibc/4914A190217D35A06D4A92F9BE1E4E6A6A59825701ECB4C08E0A827C773679DC',
1330
+ exponent: 0,
1331
+ aliases: ['ibc/D934516FBE457F3A98AFABD87E0EFF7F95A15325C191EA8CDD7763C702FDDEC2']
1332
+ }, {
1333
+ denom: 'axl',
1334
+ exponent: 6
1335
+ }],
1336
+ type_asset: 'ics20',
1337
+ base: 'ibc/4914A190217D35A06D4A92F9BE1E4E6A6A59825701ECB4C08E0A827C773679DC',
1338
+ name: 'Axelar AXL Token',
1339
+ display: 'axl',
1340
+ symbol: 'AXL',
1341
+ traces: [{
1342
+ type: 'ibc',
1343
+ counterparty: {
1344
+ channel_id: 'channel-12',
1345
+ base_denom: 'ibc/D934516FBE457F3A98AFABD87E0EFF7F95A15325C191EA8CDD7763C702FDDEC2',
1346
+ chain_name: 'xiontestnet'
1347
+ },
1348
+ chain: {
1349
+ channel_id: 'channel-4410'
1350
+ }
1351
+ }],
1352
+ images: [{
1353
+ image_sync: {
1354
+ chain_name: 'axelartestnet',
1355
+ base_denom: 'uaxl'
1356
+ },
1357
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
1358
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
1359
+ }],
1360
+ logo_URIs: {
1361
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
1362
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
1363
+ }
1364
+ }, {
1365
+ denom_units: [{
1366
+ denom: 'ibc/92E0120F15D037353CFB73C14651FC8930ADC05B93100FD7754D3A689E53B333',
1367
+ exponent: 0,
1368
+ aliases: ['uosmo']
1369
+ }, {
1370
+ denom: 'osmo',
1371
+ exponent: 6
1372
+ }],
1373
+ type_asset: 'ics20',
1374
+ base: 'ibc/D278EA93F12028D3F2BB45F9DC680884E20280E3B46C6F1339C591D80CB6D14C',
1375
+ name: 'Osmosis OSMO Token',
1376
+ display: 'osmo',
1377
+ symbol: 'OSMO',
1378
+ traces: [{
1379
+ type: 'ibc',
1380
+ counterparty: {
1381
+ channel_id: 'channel-12',
1382
+ base_denom: 'uosmo',
1383
+ chain_name: 'xiontestnet'
1384
+ },
1385
+ chain: {
1386
+ channel_id: 'channel-4410'
1387
+ }
1388
+ }],
1389
+ images: [{
1390
+ image_sync: {
1391
+ chain_name: 'osmosistestnet',
1392
+ base_denom: 'uosmo'
1393
+ },
1394
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
1395
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
1396
+ }],
1397
+ logo_URIs: {
1398
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
1399
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
1400
+ }
1401
+ }, {
1402
+ denom_units: [{
1403
+ denom: 'ibc/D12E5518FBBD3B4394CC088A979E04991EFFCE7FFC7225DB4F8F529D8A34A401',
1404
+ exponent: 0,
1405
+ aliases: ['ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F']
1406
+ }, {
1407
+ denom: 'usdc',
1408
+ exponent: 6
1409
+ }],
1410
+ type_asset: 'ics20',
1411
+ base: 'ibc/D12E5518FBBD3B4394CC088A979E04991EFFCE7FFC7225DB4F8F529D8A34A401',
1412
+ name: 'Noble USDC Token',
1413
+ display: 'usdc',
1414
+ symbol: 'USDC',
1415
+ traces: [{
1416
+ type: 'ibc',
1417
+ counterparty: {
1418
+ channel_id: 'channel-12',
1419
+ base_denom: 'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F',
1420
+ chain_name: 'xiontestnet'
1421
+ },
1422
+ chain: {
1423
+ channel_id: 'channel-4410'
1424
+ }
1425
+ }],
1426
+ images: [{
1427
+ image_sync: {
1428
+ chain_name: 'nobletestnet',
1429
+ base_denom: 'uusdc'
1430
+ },
1431
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1432
+ }],
1433
+ logo_URIs: {
1434
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1435
+ }
1436
+ }]
1437
+ };
1438
+ var _default = exports["default"] = assets;