chain-registry 1.69.112 → 1.69.114

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 (43) hide show
  1. package/devnet/prysmdevnet/chain.js +12 -0
  2. package/esm/devnet/prysmdevnet/chain.js +12 -0
  3. package/esm/mainnet/elys/assets.js +327 -0
  4. package/esm/mainnet/mantrachain/assets.js +181 -2
  5. package/esm/mainnet/source/chain.js +0 -4
  6. package/esm/mainnet/stargaze/assets.js +21 -0
  7. package/esm/testnet/assets.js +2 -0
  8. package/esm/testnet/atomonetestnet/assets.js +32 -0
  9. package/esm/testnet/atomonetestnet/chain.js +134 -0
  10. package/esm/testnet/atomonetestnet/index.js +4 -0
  11. package/esm/testnet/axelartestnet/assets.js +1404 -0
  12. package/esm/testnet/chains.js +2 -0
  13. package/esm/testnet/cosmosicsprovidertestnet/chain.js +8 -0
  14. package/esm/testnet/elystestnet/chain.js +8 -0
  15. package/esm/testnet/manifesttestnet/assets.js +1288 -0
  16. package/esm/testnet/mantrachaintestnet2/assets.js +178 -2
  17. package/esm/testnet/named.js +1 -0
  18. package/esm/testnet/neutrontestnet/chain.js +14 -3
  19. package/esm/testnet/osmosistestnet/assets.js +1954 -4
  20. package/esm/testnet/pelltestnet/chain.js +8 -0
  21. package/mainnet/elys/assets.js +327 -0
  22. package/mainnet/mantrachain/assets.js +181 -2
  23. package/mainnet/source/chain.js +0 -4
  24. package/mainnet/stargaze/assets.js +21 -0
  25. package/package.json +4 -4
  26. package/testnet/assets.js +2 -0
  27. package/testnet/atomonetestnet/assets.d.ts +3 -0
  28. package/testnet/atomonetestnet/assets.js +34 -0
  29. package/testnet/atomonetestnet/chain.d.ts +3 -0
  30. package/testnet/atomonetestnet/chain.js +136 -0
  31. package/testnet/atomonetestnet/index.d.ts +2 -0
  32. package/testnet/atomonetestnet/index.js +10 -0
  33. package/testnet/axelartestnet/assets.js +1404 -0
  34. package/testnet/chains.js +2 -0
  35. package/testnet/cosmosicsprovidertestnet/chain.js +8 -0
  36. package/testnet/elystestnet/chain.js +8 -0
  37. package/testnet/manifesttestnet/assets.js +1288 -0
  38. package/testnet/mantrachaintestnet2/assets.js +178 -2
  39. package/testnet/named.d.ts +1 -0
  40. package/testnet/named.js +4 -3
  41. package/testnet/neutrontestnet/chain.js +14 -3
  42. package/testnet/osmosistestnet/assets.js +1954 -4
  43. package/testnet/pelltestnet/chain.js +8 -0
@@ -88,6 +88,1294 @@ const info = {
88
88
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
89
89
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
90
90
  }
91
+ },
92
+ {
93
+ description: 'asdasdasd',
94
+ denom_units: [{
95
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/uaaa',
96
+ exponent: 0
97
+ }, {
98
+ denom: 'aaa',
99
+ exponent: 6
100
+ }],
101
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/uaaa',
102
+ name: 'AAA Token',
103
+ display: 'aaa',
104
+ symbol: 'AAA',
105
+ logo_URIs: {
106
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
107
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
108
+ },
109
+ images: [{
110
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
111
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
112
+ }],
113
+ type_asset: 'sdk.coin'
114
+ },
115
+ {
116
+ description: 'Arebus Gas Token',
117
+ denom_units: [{
118
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/uabus',
119
+ exponent: 0
120
+ }, {
121
+ denom: 'abus',
122
+ exponent: 6
123
+ }],
124
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/uabus',
125
+ name: 'ABUS Token',
126
+ display: 'abus',
127
+ symbol: 'ABUS',
128
+ logo_URIs: {
129
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
130
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
131
+ },
132
+ images: [{
133
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
134
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
135
+ }],
136
+ type_asset: 'sdk.coin'
137
+ },
138
+ {
139
+ description: 'TheBitchToken',
140
+ denom_units: [{
141
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/ubitch',
142
+ exponent: 0
143
+ }, {
144
+ denom: 'bitch',
145
+ exponent: 6
146
+ }],
147
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/ubitch',
148
+ name: 'BITCH Token',
149
+ display: 'bitch',
150
+ symbol: 'BITCH',
151
+ logo_URIs: {
152
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
153
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
154
+ },
155
+ images: [{
156
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
157
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
158
+ }],
159
+ type_asset: 'sdk.coin'
160
+ },
161
+ {
162
+ description: 'Blergestan National',
163
+ denom_units: [{
164
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/ublerg',
165
+ exponent: 0
166
+ }, {
167
+ denom: 'blerg',
168
+ exponent: 6
169
+ }],
170
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/ublerg',
171
+ name: 'BLERG Token',
172
+ display: 'blerg',
173
+ symbol: 'BLERG',
174
+ logo_URIs: {
175
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
176
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
177
+ },
178
+ images: [{
179
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
180
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
181
+ }],
182
+ type_asset: 'sdk.coin'
183
+ },
184
+ {
185
+ description: 'CATS',
186
+ denom_units: [{
187
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/ucats',
188
+ exponent: 0
189
+ }, {
190
+ denom: 'cats',
191
+ exponent: 6
192
+ }],
193
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/ucats',
194
+ name: 'CATS Token',
195
+ display: 'cats',
196
+ symbol: 'CATS',
197
+ logo_URIs: {
198
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
199
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
200
+ },
201
+ images: [{
202
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
203
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
204
+ }],
205
+ type_asset: 'sdk.coin'
206
+ },
207
+ {
208
+ description: 'CoralCreditRatings',
209
+ denom_units: [{
210
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/ucoral',
211
+ exponent: 0
212
+ }, {
213
+ denom: 'coral',
214
+ exponent: 6
215
+ }],
216
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/ucoral',
217
+ name: 'CORAL Token',
218
+ display: 'coral',
219
+ symbol: 'CORAL',
220
+ logo_URIs: {
221
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
222
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
223
+ },
224
+ images: [{
225
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
226
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
227
+ }],
228
+ type_asset: 'sdk.coin'
229
+ },
230
+ {
231
+ description: 'Cures Collective',
232
+ denom_units: [{
233
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/ucures',
234
+ exponent: 0
235
+ }, {
236
+ denom: 'cures',
237
+ exponent: 6
238
+ }],
239
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/ucures',
240
+ name: 'CURES Token',
241
+ display: 'cures',
242
+ symbol: 'CURES',
243
+ logo_URIs: {
244
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
245
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
246
+ },
247
+ images: [{
248
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
249
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
250
+ }],
251
+ type_asset: 'sdk.coin'
252
+ },
253
+ {
254
+ description: 'DBL Treasury',
255
+ denom_units: [{
256
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/udblt',
257
+ exponent: 0
258
+ }, {
259
+ denom: 'dblt',
260
+ exponent: 6
261
+ }],
262
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/udblt',
263
+ name: 'DBLT Token',
264
+ display: 'dblt',
265
+ symbol: 'DBLT',
266
+ logo_URIs: {
267
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
268
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
269
+ },
270
+ images: [{
271
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
272
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
273
+ }],
274
+ type_asset: 'sdk.coin'
275
+ },
276
+ {
277
+ description: 'FocalDAO',
278
+ denom_units: [{
279
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/ufocal',
280
+ exponent: 0
281
+ }, {
282
+ denom: 'focal',
283
+ exponent: 6
284
+ }],
285
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/ufocal',
286
+ name: 'FOCAL Token',
287
+ display: 'focal',
288
+ symbol: 'FOCAL',
289
+ logo_URIs: {
290
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
291
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
292
+ },
293
+ images: [{
294
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
295
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
296
+ }],
297
+ type_asset: 'sdk.coin'
298
+ },
299
+ {
300
+ description: 'DeFramix Utility',
301
+ denom_units: [{
302
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/uframe',
303
+ exponent: 0
304
+ }, {
305
+ denom: 'frame',
306
+ exponent: 6
307
+ }],
308
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/uframe',
309
+ name: 'FRAME Token',
310
+ display: 'frame',
311
+ symbol: 'FRAME',
312
+ logo_URIs: {
313
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
314
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
315
+ },
316
+ images: [{
317
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
318
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
319
+ }],
320
+ type_asset: 'sdk.coin'
321
+ },
322
+ {
323
+ description: 'GCA Trust',
324
+ denom_units: [{
325
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/ugcatt',
326
+ exponent: 0
327
+ }, {
328
+ denom: 'gcatt',
329
+ exponent: 6
330
+ }],
331
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/ugcatt',
332
+ name: 'GCATT Token',
333
+ display: 'gcatt',
334
+ symbol: 'GCATT',
335
+ logo_URIs: {
336
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
337
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
338
+ },
339
+ images: [{
340
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
341
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
342
+ }],
343
+ type_asset: 'sdk.coin'
344
+ },
345
+ {
346
+ description: 'The Greys',
347
+ denom_units: [{
348
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/ugrey',
349
+ exponent: 0
350
+ }, {
351
+ denom: 'grey',
352
+ exponent: 6
353
+ }],
354
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/ugrey',
355
+ name: 'GREY Token',
356
+ display: 'grey',
357
+ symbol: 'GREY',
358
+ logo_URIs: {
359
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
360
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
361
+ },
362
+ images: [{
363
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
364
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
365
+ }],
366
+ type_asset: 'sdk.coin'
367
+ },
368
+ {
369
+ description: 'GigaWatt Grid Logis',
370
+ denom_units: [{
371
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/ugwatt',
372
+ exponent: 0
373
+ }, {
374
+ denom: 'gwatt',
375
+ exponent: 6
376
+ }],
377
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/ugwatt',
378
+ name: 'GWATT Token',
379
+ display: 'gwatt',
380
+ symbol: 'GWATT',
381
+ logo_URIs: {
382
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
383
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
384
+ },
385
+ images: [{
386
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
387
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
388
+ }],
389
+ type_asset: 'sdk.coin'
390
+ },
391
+ {
392
+ description: 'Hive Mind Token',
393
+ denom_units: [{
394
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/uhive',
395
+ exponent: 0
396
+ }, {
397
+ denom: 'hive',
398
+ exponent: 6
399
+ }],
400
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/uhive',
401
+ name: 'HIVE Token',
402
+ display: 'hive',
403
+ symbol: 'HIVE',
404
+ logo_URIs: {
405
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
406
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
407
+ },
408
+ images: [{
409
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
410
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
411
+ }],
412
+ type_asset: 'sdk.coin'
413
+ },
414
+ {
415
+ description: 'IndisputableLabsTRRX',
416
+ denom_units: [{
417
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/uindis',
418
+ exponent: 0
419
+ }, {
420
+ denom: 'indis',
421
+ exponent: 6
422
+ }],
423
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/uindis',
424
+ name: 'INDIS Token',
425
+ display: 'indis',
426
+ symbol: 'INDIS',
427
+ logo_URIs: {
428
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
429
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
430
+ },
431
+ images: [{
432
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
433
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
434
+ }],
435
+ type_asset: 'sdk.coin'
436
+ },
437
+ {
438
+ description: 'Lend x Protocol',
439
+ denom_units: [{
440
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/ulendx',
441
+ exponent: 0
442
+ }, {
443
+ denom: 'lendx',
444
+ exponent: 6
445
+ }],
446
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/ulendx',
447
+ name: 'LENDX Token',
448
+ display: 'lendx',
449
+ symbol: 'LENDX',
450
+ logo_URIs: {
451
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
452
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
453
+ },
454
+ images: [{
455
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
456
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
457
+ }],
458
+ type_asset: 'sdk.coin'
459
+ },
460
+ {
461
+ description: 'MegaBitch',
462
+ denom_units: [{
463
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/umega',
464
+ exponent: 0
465
+ }, {
466
+ denom: 'mega',
467
+ exponent: 6
468
+ }],
469
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/umega',
470
+ name: 'MEGA Token',
471
+ display: 'mega',
472
+ symbol: 'MEGA',
473
+ logo_URIs: {
474
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
475
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
476
+ },
477
+ images: [{
478
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
479
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
480
+ }],
481
+ type_asset: 'sdk.coin'
482
+ },
483
+ {
484
+ description: 'dPostgreSQL',
485
+ denom_units: [{
486
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upgsql',
487
+ exponent: 0
488
+ }, {
489
+ denom: 'pgsql',
490
+ exponent: 6
491
+ }],
492
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upgsql',
493
+ name: 'PGSQL Token',
494
+ display: 'pgsql',
495
+ symbol: 'PGSQL',
496
+ logo_URIs: {
497
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
498
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
499
+ },
500
+ images: [{
501
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
502
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
503
+ }],
504
+ type_asset: 'sdk.coin'
505
+ },
506
+ {
507
+ description: 'Power Token 00',
508
+ denom_units: [{
509
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwroo',
510
+ exponent: 0
511
+ }, {
512
+ denom: 'pwroo',
513
+ exponent: 6
514
+ }],
515
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwroo',
516
+ name: 'PWROO Token',
517
+ display: 'pwroo',
518
+ symbol: 'PWROO',
519
+ logo_URIs: {
520
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
521
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
522
+ },
523
+ images: [{
524
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
525
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
526
+ }],
527
+ type_asset: 'sdk.coin'
528
+ },
529
+ {
530
+ description: 'Power Token 10',
531
+ denom_units: [{
532
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwroz',
533
+ exponent: 0
534
+ }, {
535
+ denom: 'pwroz',
536
+ exponent: 6
537
+ }],
538
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwroz',
539
+ name: 'PWROZ Token',
540
+ display: 'pwroz',
541
+ symbol: 'PWROZ',
542
+ logo_URIs: {
543
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
544
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
545
+ },
546
+ images: [{
547
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
548
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
549
+ }],
550
+ type_asset: 'sdk.coin'
551
+ },
552
+ {
553
+ description: 'Power Token 08',
554
+ denom_units: [{
555
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwrze',
556
+ exponent: 0
557
+ }, {
558
+ denom: 'pwrze',
559
+ exponent: 6
560
+ }],
561
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwrze',
562
+ name: 'PWRZE Token',
563
+ display: 'pwrze',
564
+ symbol: 'PWRZE',
565
+ logo_URIs: {
566
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
567
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
568
+ },
569
+ images: [{
570
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
571
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
572
+ }],
573
+ type_asset: 'sdk.coin'
574
+ },
575
+ {
576
+ description: 'Power Token 03',
577
+ denom_units: [{
578
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwrzf',
579
+ exponent: 0
580
+ }, {
581
+ denom: 'pwrzf',
582
+ exponent: 6
583
+ }],
584
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwrzf',
585
+ name: 'PWRZF Token',
586
+ display: 'pwrzf',
587
+ symbol: 'PWRZF',
588
+ logo_URIs: {
589
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
590
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
591
+ },
592
+ images: [{
593
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
594
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
595
+ }],
596
+ type_asset: 'sdk.coin'
597
+ },
598
+ {
599
+ description: 'Power Token 09',
600
+ denom_units: [{
601
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwrzn',
602
+ exponent: 0
603
+ }, {
604
+ denom: 'pwrzn',
605
+ exponent: 6
606
+ }],
607
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwrzn',
608
+ name: 'PWRZN Token',
609
+ display: 'pwrzn',
610
+ symbol: 'PWRZN',
611
+ logo_URIs: {
612
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
613
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
614
+ },
615
+ images: [{
616
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
617
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
618
+ }],
619
+ type_asset: 'sdk.coin'
620
+ },
621
+ {
622
+ description: 'Power Token 01',
623
+ denom_units: [{
624
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwrzo',
625
+ exponent: 0
626
+ }, {
627
+ denom: 'pwrzo',
628
+ exponent: 6
629
+ }],
630
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwrzo',
631
+ name: 'PWRZO Token',
632
+ display: 'pwrzo',
633
+ symbol: 'PWRZO',
634
+ logo_URIs: {
635
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
636
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
637
+ },
638
+ images: [{
639
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
640
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
641
+ }],
642
+ type_asset: 'sdk.coin'
643
+ },
644
+ {
645
+ description: 'Power Token 03',
646
+ denom_units: [{
647
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwrzr',
648
+ exponent: 0
649
+ }, {
650
+ denom: 'pwrzr',
651
+ exponent: 6
652
+ }],
653
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwrzr',
654
+ name: 'PWRZR Token',
655
+ display: 'pwrzr',
656
+ symbol: 'PWRZR',
657
+ logo_URIs: {
658
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
659
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
660
+ },
661
+ images: [{
662
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
663
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
664
+ }],
665
+ type_asset: 'sdk.coin'
666
+ },
667
+ {
668
+ description: 'Power Token 07',
669
+ denom_units: [{
670
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwrzs',
671
+ exponent: 0
672
+ }, {
673
+ denom: 'pwrzs',
674
+ exponent: 6
675
+ }],
676
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwrzs',
677
+ name: 'PWRZS Token',
678
+ display: 'pwrzs',
679
+ symbol: 'PWRZS',
680
+ logo_URIs: {
681
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
682
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
683
+ },
684
+ images: [{
685
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
686
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
687
+ }],
688
+ type_asset: 'sdk.coin'
689
+ },
690
+ {
691
+ description: 'Power Token 02',
692
+ denom_units: [{
693
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwrzt',
694
+ exponent: 0
695
+ }, {
696
+ denom: 'pwrzt',
697
+ exponent: 6
698
+ }],
699
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwrzt',
700
+ name: 'PWRZT Token',
701
+ display: 'pwrzt',
702
+ symbol: 'PWRZT',
703
+ logo_URIs: {
704
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
705
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
706
+ },
707
+ images: [{
708
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
709
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
710
+ }],
711
+ type_asset: 'sdk.coin'
712
+ },
713
+ {
714
+ description: 'Power Token 05',
715
+ denom_units: [{
716
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwrzv',
717
+ exponent: 0
718
+ }, {
719
+ denom: 'pwrzv',
720
+ exponent: 6
721
+ }],
722
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwrzv',
723
+ name: 'PWRZV Token',
724
+ display: 'pwrzv',
725
+ symbol: 'PWRZV',
726
+ logo_URIs: {
727
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
728
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
729
+ },
730
+ images: [{
731
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
732
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
733
+ }],
734
+ type_asset: 'sdk.coin'
735
+ },
736
+ {
737
+ description: 'Power Token 06',
738
+ denom_units: [{
739
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwrzx',
740
+ exponent: 0
741
+ }, {
742
+ denom: 'pwrzx',
743
+ exponent: 6
744
+ }],
745
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwrzx',
746
+ name: 'PWRZX Token',
747
+ display: 'pwrzx',
748
+ symbol: 'PWRZX',
749
+ logo_URIs: {
750
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
751
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
752
+ },
753
+ images: [{
754
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
755
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
756
+ }],
757
+ type_asset: 'sdk.coin'
758
+ },
759
+ {
760
+ description: 'Power Token 00',
761
+ denom_units: [{
762
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwrzz',
763
+ exponent: 0
764
+ }, {
765
+ denom: 'pwrzz',
766
+ exponent: 6
767
+ }],
768
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/upwrzz',
769
+ name: 'PWRZZ Token',
770
+ display: 'pwrzz',
771
+ symbol: 'PWRZZ',
772
+ logo_URIs: {
773
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
774
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
775
+ },
776
+ images: [{
777
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
778
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
779
+ }],
780
+ type_asset: 'sdk.coin'
781
+ },
782
+ {
783
+ description: 'HWE Solar Output A',
784
+ denom_units: [{
785
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/usola',
786
+ exponent: 0
787
+ }, {
788
+ denom: 'sola',
789
+ exponent: 6
790
+ }],
791
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/usola',
792
+ name: 'SOLA Token',
793
+ display: 'sola',
794
+ symbol: 'SOLA',
795
+ logo_URIs: {
796
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
797
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
798
+ },
799
+ images: [{
800
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
801
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
802
+ }],
803
+ type_asset: 'sdk.coin'
804
+ },
805
+ {
806
+ description: 'HWE Solar Output B',
807
+ denom_units: [{
808
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/usolb',
809
+ exponent: 0
810
+ }, {
811
+ denom: 'solb',
812
+ exponent: 6
813
+ }],
814
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/usolb',
815
+ name: 'SOLB Token',
816
+ display: 'solb',
817
+ symbol: 'SOLB',
818
+ logo_URIs: {
819
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
820
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
821
+ },
822
+ images: [{
823
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
824
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
825
+ }],
826
+ type_asset: 'sdk.coin'
827
+ },
828
+ {
829
+ description: 'HWE Solar Output C',
830
+ denom_units: [{
831
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/usolc',
832
+ exponent: 0
833
+ }, {
834
+ denom: 'solc',
835
+ exponent: 6
836
+ }],
837
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/usolc',
838
+ name: 'SOLC Token',
839
+ display: 'solc',
840
+ symbol: 'SOLC',
841
+ logo_URIs: {
842
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
843
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
844
+ },
845
+ images: [{
846
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
847
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
848
+ }],
849
+ type_asset: 'sdk.coin'
850
+ },
851
+ {
852
+ description: 'HWE Solar Output D',
853
+ denom_units: [{
854
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/usold',
855
+ exponent: 0
856
+ }, {
857
+ denom: 'sold',
858
+ exponent: 6
859
+ }],
860
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/usold',
861
+ name: 'SOLD Token',
862
+ display: 'sold',
863
+ symbol: 'SOLD',
864
+ logo_URIs: {
865
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
866
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
867
+ },
868
+ images: [{
869
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
870
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
871
+ }],
872
+ type_asset: 'sdk.coin'
873
+ },
874
+ {
875
+ description: 'HWE Solar Output E',
876
+ denom_units: [{
877
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/usole',
878
+ exponent: 0
879
+ }, {
880
+ denom: 'sole',
881
+ exponent: 6
882
+ }],
883
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/usole',
884
+ name: 'SOLE Token',
885
+ display: 'sole',
886
+ symbol: 'SOLE',
887
+ logo_URIs: {
888
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
889
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
890
+ },
891
+ images: [{
892
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
893
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
894
+ }],
895
+ type_asset: 'sdk.coin'
896
+ },
897
+ {
898
+ description: 'SpaceData',
899
+ denom_units: [{
900
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/uspdt',
901
+ exponent: 0
902
+ }, {
903
+ denom: 'spdt',
904
+ exponent: 6
905
+ }],
906
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/uspdt',
907
+ name: 'SPDT Token',
908
+ display: 'spdt',
909
+ symbol: 'SPDT',
910
+ logo_URIs: {
911
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
912
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
913
+ },
914
+ images: [{
915
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
916
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
917
+ }],
918
+ type_asset: 'sdk.coin'
919
+ },
920
+ {
921
+ description: 'Sunfire Swaps',
922
+ denom_units: [{
923
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/usunsw',
924
+ exponent: 0
925
+ }, {
926
+ denom: 'sunsw',
927
+ exponent: 6
928
+ }],
929
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/usunsw',
930
+ name: 'SUNSW Token',
931
+ display: 'sunsw',
932
+ symbol: 'SUNSW',
933
+ logo_URIs: {
934
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
935
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
936
+ },
937
+ images: [{
938
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
939
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
940
+ }],
941
+ type_asset: 'sdk.coin'
942
+ },
943
+ {
944
+ description: 'TF RWA AAA',
945
+ denom_units: [{
946
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/utfaaa',
947
+ exponent: 0
948
+ }, {
949
+ denom: 'tfaaa',
950
+ exponent: 6
951
+ }],
952
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/utfaaa',
953
+ name: 'TFAAA Token',
954
+ display: 'tfaaa',
955
+ symbol: 'TFAAA',
956
+ logo_URIs: {
957
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
958
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
959
+ },
960
+ images: [{
961
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
962
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
963
+ }],
964
+ type_asset: 'sdk.coin'
965
+ },
966
+ {
967
+ description: 'TracerRoundProtocol',
968
+ denom_units: [{
969
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/utrace',
970
+ exponent: 0
971
+ }, {
972
+ denom: 'trace',
973
+ exponent: 6
974
+ }],
975
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/utrace',
976
+ name: 'TRACE Token',
977
+ display: 'trace',
978
+ symbol: 'TRACE',
979
+ logo_URIs: {
980
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
981
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
982
+ },
983
+ images: [{
984
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
985
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
986
+ }],
987
+ type_asset: 'sdk.coin'
988
+ },
989
+ {
990
+ description: 'Test',
991
+ denom_units: [{
992
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/utst',
993
+ exponent: 0
994
+ }, {
995
+ denom: 'tst',
996
+ exponent: 6
997
+ }],
998
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/utst',
999
+ name: 'TST Token',
1000
+ display: 'tst',
1001
+ symbol: 'TST',
1002
+ logo_URIs: {
1003
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1004
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1005
+ },
1006
+ images: [{
1007
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1008
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1009
+ }],
1010
+ type_asset: 'sdk.coin'
1011
+ },
1012
+ {
1013
+ description: 'Wind Energy Swaps',
1014
+ denom_units: [{
1015
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/uwind',
1016
+ exponent: 0
1017
+ }, {
1018
+ denom: 'wind',
1019
+ exponent: 6
1020
+ }],
1021
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/uwind',
1022
+ name: 'WIND Token',
1023
+ display: 'wind',
1024
+ symbol: 'WIND',
1025
+ logo_URIs: {
1026
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1027
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1028
+ },
1029
+ images: [{
1030
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1031
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1032
+ }],
1033
+ type_asset: 'sdk.coin'
1034
+ },
1035
+ {
1036
+ description: 'When Moon Valley',
1037
+ denom_units: [{
1038
+ denom: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/uwmvt',
1039
+ exponent: 0
1040
+ }, {
1041
+ denom: 'wmvt',
1042
+ exponent: 6
1043
+ }],
1044
+ base: 'factory/manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj/uwmvt',
1045
+ name: 'WMVT Token',
1046
+ display: 'wmvt',
1047
+ symbol: 'WMVT',
1048
+ logo_URIs: {
1049
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1050
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1051
+ },
1052
+ images: [{
1053
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1054
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1055
+ }],
1056
+ type_asset: 'sdk.coin'
1057
+ },
1058
+ {
1059
+ description: 'TIMMY Token',
1060
+ denom_units: [{
1061
+ denom: 'factory/manifest1c799jddmlz7segvg6jrw6w2k6svwafganjdznard3tc74n7td7rqdqe6ks/utimmy',
1062
+ exponent: 0
1063
+ }, {
1064
+ denom: 'timmy',
1065
+ exponent: 6
1066
+ }],
1067
+ base: 'factory/manifest1c799jddmlz7segvg6jrw6w2k6svwafganjdznard3tc74n7td7rqdqe6ks/utimmy',
1068
+ name: 'TIMMY Token',
1069
+ display: 'timmy',
1070
+ symbol: 'TIMMY',
1071
+ logo_URIs: {
1072
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1073
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1074
+ },
1075
+ images: [{
1076
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1077
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1078
+ }],
1079
+ type_asset: 'sdk.coin'
1080
+ },
1081
+ {
1082
+ description: 'it is so small',
1083
+ denom_units: [{
1084
+ denom: 'factory/manifest1czvrq3ufn045q5k50tjl4qu8kcmagve9ghty3c/uumega',
1085
+ exponent: 0
1086
+ }, {
1087
+ denom: 'umega',
1088
+ exponent: 6
1089
+ }],
1090
+ base: 'factory/manifest1czvrq3ufn045q5k50tjl4qu8kcmagve9ghty3c/uumega',
1091
+ name: 'UMEGA Token',
1092
+ display: 'umega',
1093
+ symbol: 'UMEGA',
1094
+ logo_URIs: {
1095
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1096
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1097
+ },
1098
+ images: [{
1099
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1100
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1101
+ }],
1102
+ type_asset: 'sdk.coin'
1103
+ },
1104
+ {
1105
+ description: 'asdasdasdasda',
1106
+ denom_units: [{
1107
+ denom: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/uansonator',
1108
+ exponent: 0
1109
+ }, {
1110
+ denom: 'ansonator',
1111
+ exponent: 6
1112
+ }],
1113
+ base: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/uansonator',
1114
+ name: 'ANSONATOR Token',
1115
+ display: 'ansonator',
1116
+ symbol: 'ANSONATOR',
1117
+ logo_URIs: {
1118
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1119
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1120
+ },
1121
+ images: [{
1122
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1123
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1124
+ }],
1125
+ type_asset: 'sdk.coin'
1126
+ },
1127
+ {
1128
+ description: 'ASDASDASDASD',
1129
+ denom_units: [{
1130
+ denom: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/uasdasdasd',
1131
+ exponent: 0
1132
+ }, {
1133
+ denom: 'asdasdasd',
1134
+ exponent: 6
1135
+ }],
1136
+ base: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/uasdasdasd',
1137
+ name: 'ASDASDASD Token',
1138
+ display: 'asdasdasd',
1139
+ symbol: 'ASDASDASD',
1140
+ logo_URIs: {
1141
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1142
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1143
+ },
1144
+ images: [{
1145
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1146
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1147
+ }],
1148
+ type_asset: 'sdk.coin'
1149
+ },
1150
+ {
1151
+ description: '😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀',
1152
+ denom_units: [{
1153
+ denom: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/ucute',
1154
+ exponent: 0
1155
+ }, {
1156
+ denom: 'cute',
1157
+ exponent: 6
1158
+ }],
1159
+ base: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/ucute',
1160
+ name: 'CUTE Token',
1161
+ display: 'cute',
1162
+ symbol: 'CUTE',
1163
+ logo_URIs: {
1164
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1165
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1166
+ },
1167
+ images: [{
1168
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1169
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1170
+ }],
1171
+ type_asset: 'sdk.coin'
1172
+ },
1173
+ {
1174
+ description: 'asjhkajshdkjahsdkjhakjsdhkajhds',
1175
+ denom_units: [{
1176
+ denom: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/udancingpenguin',
1177
+ exponent: 0
1178
+ }, {
1179
+ denom: 'dancingpenguin',
1180
+ exponent: 6
1181
+ }],
1182
+ base: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/udancingpenguin',
1183
+ name: 'DANCINGPENGUIN Token',
1184
+ display: 'dancingpenguin',
1185
+ symbol: 'DANCINGPENGUIN',
1186
+ logo_URIs: {
1187
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1188
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1189
+ },
1190
+ images: [{
1191
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1192
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1193
+ }],
1194
+ type_asset: 'sdk.coin'
1195
+ },
1196
+ {
1197
+ description: 'Drip\'n\'drop',
1198
+ denom_units: [{
1199
+ denom: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/udrippy',
1200
+ exponent: 0
1201
+ }, {
1202
+ denom: 'drippy',
1203
+ exponent: 6
1204
+ }],
1205
+ base: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/udrippy',
1206
+ name: 'DRIPPY Token',
1207
+ display: 'drippy',
1208
+ symbol: 'DRIPPY',
1209
+ logo_URIs: {
1210
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1211
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1212
+ },
1213
+ images: [{
1214
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1215
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1216
+ }],
1217
+ type_asset: 'sdk.coin'
1218
+ },
1219
+ {
1220
+ description: 'GHOSTBUSTER!',
1221
+ denom_units: [{
1222
+ denom: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/ugozer',
1223
+ exponent: 0
1224
+ }, {
1225
+ denom: 'gozer',
1226
+ exponent: 6
1227
+ }],
1228
+ base: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/ugozer',
1229
+ name: 'GOZER Token',
1230
+ display: 'gozer',
1231
+ symbol: 'GOZER',
1232
+ logo_URIs: {
1233
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1234
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1235
+ },
1236
+ images: [{
1237
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1238
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1239
+ }],
1240
+ type_asset: 'sdk.coin'
1241
+ },
1242
+ {
1243
+ description: 'A simple, simple token.',
1244
+ denom_units: [{
1245
+ denom: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/usimple',
1246
+ exponent: 0
1247
+ }, {
1248
+ denom: 'simple',
1249
+ exponent: 6
1250
+ }],
1251
+ base: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/usimple',
1252
+ name: 'SIMPLE Token',
1253
+ display: 'simple',
1254
+ symbol: 'SIMPLE',
1255
+ logo_URIs: {
1256
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1257
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1258
+ },
1259
+ images: [{
1260
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1261
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1262
+ }],
1263
+ type_asset: 'sdk.coin'
1264
+ },
1265
+ {
1266
+ description: 'You can\'t see me.',
1267
+ denom_units: [{
1268
+ denom: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/uspoof',
1269
+ exponent: 0
1270
+ }, {
1271
+ denom: 'spoof',
1272
+ exponent: 6
1273
+ }],
1274
+ base: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/uspoof',
1275
+ name: 'SPOOF Token',
1276
+ display: 'spoof',
1277
+ symbol: 'SPOOF',
1278
+ logo_URIs: {
1279
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1280
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1281
+ },
1282
+ images: [{
1283
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1284
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1285
+ }],
1286
+ type_asset: 'sdk.coin'
1287
+ },
1288
+ {
1289
+ description: 'Morning tacos are the best.',
1290
+ denom_units: [{
1291
+ denom: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/utaco',
1292
+ exponent: 0
1293
+ }, {
1294
+ denom: 'taco',
1295
+ exponent: 6
1296
+ }],
1297
+ base: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/utaco',
1298
+ name: 'TACO Token',
1299
+ display: 'taco',
1300
+ symbol: 'TACO',
1301
+ logo_URIs: {
1302
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1303
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1304
+ },
1305
+ images: [{
1306
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1307
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1308
+ }],
1309
+ type_asset: 'sdk.coin'
1310
+ },
1311
+ {
1312
+ description: 'I\'d like to move it move it!',
1313
+ denom_units: [{
1314
+ denom: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/uwmvt',
1315
+ exponent: 0
1316
+ }, {
1317
+ denom: 'wmvt',
1318
+ exponent: 6
1319
+ }],
1320
+ base: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/uwmvt',
1321
+ name: 'WMVT Token',
1322
+ display: 'wmvt',
1323
+ symbol: 'WMVT',
1324
+ logo_URIs: {
1325
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1326
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1327
+ },
1328
+ images: [{
1329
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1330
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1331
+ }],
1332
+ type_asset: 'sdk.coin'
1333
+ },
1334
+ {
1335
+ description: 'A very fun token!!!',
1336
+ denom_units: [{
1337
+ denom: 'factory/manifest1rme50egv6kwxq5skm60s0n7hd6ynuf33p5g87e/ufunzie',
1338
+ exponent: 0
1339
+ }, {
1340
+ denom: 'funzie',
1341
+ exponent: 6
1342
+ }],
1343
+ base: 'factory/manifest1rme50egv6kwxq5skm60s0n7hd6ynuf33p5g87e/ufunzie',
1344
+ name: 'FUNZIE Token',
1345
+ display: 'funzie',
1346
+ symbol: 'FUNZIE',
1347
+ logo_URIs: {
1348
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1349
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1350
+ },
1351
+ images: [{
1352
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1353
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1354
+ }],
1355
+ type_asset: 'sdk.coin'
1356
+ },
1357
+ {
1358
+ description: 'GIN & JUICE!',
1359
+ denom_units: [{
1360
+ denom: 'factory/manifest1rme50egv6kwxq5skm60s0n7hd6ynuf33p5g87e/usnoop',
1361
+ exponent: 0
1362
+ }, {
1363
+ denom: 'snoop',
1364
+ exponent: 6
1365
+ }],
1366
+ base: 'factory/manifest1rme50egv6kwxq5skm60s0n7hd6ynuf33p5g87e/usnoop',
1367
+ name: 'SNOOP Token',
1368
+ display: 'snoop',
1369
+ symbol: 'SNOOP',
1370
+ logo_URIs: {
1371
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1372
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1373
+ },
1374
+ images: [{
1375
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
1376
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
1377
+ }],
1378
+ type_asset: 'sdk.coin'
91
1379
  }
92
1380
  ]
93
1381
  };