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