@juno-network/assets 0.11.1 → 0.13.0

Sign up to get free protection for your applications and to get access to all the features.
package/src/assets.ts ADDED
@@ -0,0 +1,509 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ const assets: AssetList = {
3
+ $schema: '../assetlist.schema.json',
4
+ chain_name: 'juno',
5
+ assets: [
6
+ {
7
+ description: 'The native token of JUNO Chain',
8
+ denom_units: [
9
+ {
10
+ denom: 'ujuno',
11
+ exponent: 0
12
+ },
13
+ {
14
+ denom: 'juno',
15
+ exponent: 6
16
+ }
17
+ ],
18
+ base: 'ujuno',
19
+ name: 'Juno',
20
+ display: 'juno',
21
+ symbol: 'JUNO',
22
+ logo_URIs: {
23
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
24
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
25
+ },
26
+ coingecko_id: 'juno-network'
27
+ },
28
+ {
29
+ description: 'The native token cw20 for Neta on Juno Chain',
30
+ type_asset: 'cw20',
31
+ address:
32
+ 'juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr',
33
+ denom_units: [
34
+ {
35
+ denom:
36
+ 'cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr',
37
+ exponent: 0
38
+ },
39
+ {
40
+ denom: 'neta',
41
+ exponent: 6
42
+ }
43
+ ],
44
+ base: 'cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr',
45
+ name: 'Neta',
46
+ display: 'neta',
47
+ symbol: 'NETA',
48
+ logo_URIs: {
49
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.png',
50
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.svg'
51
+ },
52
+ coingecko_id: 'neta'
53
+ },
54
+ {
55
+ description: 'The native token cw20 for Marble DAO on Juno Chain',
56
+ type_asset: 'cw20',
57
+ address:
58
+ 'juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl',
59
+ denom_units: [
60
+ {
61
+ denom:
62
+ 'cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl',
63
+ exponent: 0
64
+ },
65
+ {
66
+ denom: 'marble',
67
+ exponent: 3
68
+ }
69
+ ],
70
+ base: 'cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl',
71
+ name: 'Marble',
72
+ display: 'marble',
73
+ symbol: 'MARBLE',
74
+ logo_URIs: {
75
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.png',
76
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.svg'
77
+ },
78
+ coingecko_id: 'marble'
79
+ },
80
+ {
81
+ description:
82
+ 'Hope Galaxy is an NFT collection based on its own native Token $HOPE, a cw20 token on Juno chain.',
83
+ type_asset: 'cw20',
84
+ address:
85
+ 'juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z',
86
+ denom_units: [
87
+ {
88
+ denom:
89
+ 'cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z',
90
+ exponent: 0
91
+ },
92
+ {
93
+ denom: 'hope',
94
+ exponent: 6
95
+ }
96
+ ],
97
+ base: 'cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z',
98
+ name: 'Hope Galaxy',
99
+ display: 'hope',
100
+ symbol: 'HOPE',
101
+ logo_URIs: {
102
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png',
103
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg'
104
+ },
105
+ coingecko_id: 'hope-galaxy'
106
+ },
107
+ {
108
+ description:
109
+ 'Racoon aims to simplify accessibility to AI, NFTs and Gambling on the Cosmos Ecosystem',
110
+ type_asset: 'cw20',
111
+ address:
112
+ 'juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa',
113
+ denom_units: [
114
+ {
115
+ denom:
116
+ 'cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa',
117
+ exponent: 0
118
+ },
119
+ {
120
+ denom: 'rac',
121
+ exponent: 6
122
+ }
123
+ ],
124
+ base: 'cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa',
125
+ name: 'Racoon',
126
+ display: 'rac',
127
+ symbol: 'RAC',
128
+ logo_URIs: {
129
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
130
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
131
+ },
132
+ coingecko_id: 'racoon'
133
+ },
134
+ {
135
+ description: 'The native token of Marble DEX on Juno Chain',
136
+ type_asset: 'cw20',
137
+ address:
138
+ 'juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq',
139
+ denom_units: [
140
+ {
141
+ denom:
142
+ 'cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq',
143
+ exponent: 0
144
+ },
145
+ {
146
+ denom: 'block',
147
+ exponent: 6
148
+ }
149
+ ],
150
+ base: 'cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq',
151
+ name: 'Block',
152
+ display: 'block',
153
+ symbol: 'BLOCK',
154
+ logo_URIs: {
155
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.png',
156
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.svg'
157
+ }
158
+ },
159
+ {
160
+ description: 'The DAO token to build consensus among Hong Kong People',
161
+ type_asset: 'cw20',
162
+ address:
163
+ 'juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49',
164
+ denom_units: [
165
+ {
166
+ denom:
167
+ 'cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49',
168
+ exponent: 0,
169
+ aliases: ['dhk']
170
+ }
171
+ ],
172
+ base: 'cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49',
173
+ name: 'DHK',
174
+ display: 'dhk',
175
+ symbol: 'DHK',
176
+ logo_URIs: {
177
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png',
178
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
179
+ }
180
+ },
181
+ {
182
+ description: 'Token governance for Junoswap',
183
+ type_asset: 'cw20',
184
+ address:
185
+ 'juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g',
186
+ denom_units: [
187
+ {
188
+ denom:
189
+ 'cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g',
190
+ exponent: 0
191
+ },
192
+ {
193
+ denom: 'raw',
194
+ exponent: 6
195
+ }
196
+ ],
197
+ base: 'cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g',
198
+ name: 'JunoSwap',
199
+ display: 'raw',
200
+ symbol: 'RAW',
201
+ logo_URIs: {
202
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png'
203
+ },
204
+ coingecko_id: 'junoswap-raw-dao'
205
+ },
206
+ {
207
+ description:
208
+ 'Profit sharing token for Another.Software validator. Hold and receive dividends from Another.Software validator commissions!',
209
+ type_asset: 'cw20',
210
+ address:
211
+ 'juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w',
212
+ denom_units: [
213
+ {
214
+ denom:
215
+ 'cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w',
216
+ exponent: 0
217
+ },
218
+ {
219
+ denom: 'asvt',
220
+ exponent: 6
221
+ }
222
+ ],
223
+ base: 'cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w',
224
+ name: 'Another.Software Validator Token',
225
+ display: 'asvt',
226
+ symbol: 'ASVT',
227
+ logo_URIs: {
228
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png'
229
+ }
230
+ },
231
+ {
232
+ description:
233
+ 'IBC HNS is HNS, coin of Handshake, decentralized root namesystem, but wrapped to cosmos for IBC support by Another.Software through Juno netowrk.',
234
+ type_asset: 'cw20',
235
+ address:
236
+ 'juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k',
237
+ denom_units: [
238
+ {
239
+ denom:
240
+ 'cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k',
241
+ exponent: 0
242
+ },
243
+ {
244
+ denom: 'hns',
245
+ exponent: 6
246
+ }
247
+ ],
248
+ base: 'cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k',
249
+ name: 'IBC HNS (Handshake)',
250
+ display: 'hns',
251
+ symbol: 'HNS',
252
+ logo_URIs: {
253
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg'
254
+ }
255
+ },
256
+ {
257
+ description: 'DAO dedicated to building tools on the Juno Network',
258
+ type_asset: 'cw20',
259
+ address:
260
+ 'juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3',
261
+ denom_units: [
262
+ {
263
+ denom:
264
+ 'cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3',
265
+ exponent: 0
266
+ },
267
+ {
268
+ denom: 'joe',
269
+ exponent: 6
270
+ }
271
+ ],
272
+ base: 'cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3',
273
+ name: 'JoeDAO',
274
+ display: 'joe',
275
+ symbol: 'JOE',
276
+ logo_URIs: {
277
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png'
278
+ }
279
+ },
280
+ {
281
+ description: 'Governance Token for Digital Land Acquisition DAO',
282
+ type_asset: 'cw20',
283
+ address:
284
+ 'juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr',
285
+ denom_units: [
286
+ {
287
+ denom:
288
+ 'cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr',
289
+ exponent: 0
290
+ },
291
+ {
292
+ denom: 'dla',
293
+ exponent: 6
294
+ }
295
+ ],
296
+ base: 'cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr',
297
+ name: 'Digital Land Acquisition DAO',
298
+ display: 'dla',
299
+ symbol: 'DLA',
300
+ logo_URIs: {
301
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.png',
302
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.svg'
303
+ }
304
+ },
305
+ {
306
+ description: 'DeFi gaming platform built on Juno',
307
+ type_asset: 'cw20',
308
+ address:
309
+ 'juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se',
310
+ denom_units: [
311
+ {
312
+ denom:
313
+ 'cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se',
314
+ exponent: 0
315
+ },
316
+ {
317
+ denom: 'glto',
318
+ exponent: 6
319
+ }
320
+ ],
321
+ base: 'cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se',
322
+ name: 'Gelotto',
323
+ display: 'glto',
324
+ symbol: 'GLTO',
325
+ logo_URIs: {
326
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png',
327
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg'
328
+ }
329
+ },
330
+ {
331
+ description: 'Gelotto Year 1 Grand Prize Token',
332
+ type_asset: 'cw20',
333
+ address:
334
+ 'juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh',
335
+ denom_units: [
336
+ {
337
+ denom:
338
+ 'cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh',
339
+ exponent: 0
340
+ },
341
+ {
342
+ denom: 'gkey',
343
+ exponent: 6
344
+ }
345
+ ],
346
+ base: 'cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh',
347
+ name: 'GKey',
348
+ display: 'gkey',
349
+ symbol: 'GKEY',
350
+ logo_URIs: {
351
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.png',
352
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg'
353
+ }
354
+ },
355
+ {
356
+ description: 'The native token cw20 for BlackHole on Juno Chain',
357
+ type_asset: 'cw20',
358
+ address:
359
+ 'juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m',
360
+ denom_units: [
361
+ {
362
+ denom:
363
+ 'cw20:juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m',
364
+ exponent: 0
365
+ },
366
+ {
367
+ denom: 'hole',
368
+ exponent: 6
369
+ }
370
+ ],
371
+ base: 'cw20:juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m',
372
+ name: 'BlackHole',
373
+ display: 'hole',
374
+ symbol: 'HOLE',
375
+ logo_URIs: {
376
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png',
377
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg'
378
+ }
379
+ },
380
+ {
381
+ description: 'Staking derivative seJUNO for staked JUNO',
382
+ type_asset: 'cw20',
383
+ address:
384
+ 'juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv',
385
+ denom_units: [
386
+ {
387
+ denom:
388
+ 'cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv',
389
+ exponent: 0
390
+ },
391
+ {
392
+ denom: 'sejuno',
393
+ exponent: 6
394
+ }
395
+ ],
396
+ base: 'cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv',
397
+ name: 'StakeEasy seJUNO',
398
+ display: 'sejuno',
399
+ symbol: 'SEJUNO',
400
+ logo_URIs: {
401
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png',
402
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg'
403
+ }
404
+ },
405
+ {
406
+ description: 'Staking derivative bJUNO for staked JUNO',
407
+ type_asset: 'cw20',
408
+ address:
409
+ 'juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3',
410
+ denom_units: [
411
+ {
412
+ denom:
413
+ 'cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3',
414
+ exponent: 0
415
+ },
416
+ {
417
+ denom: 'bjuno',
418
+ exponent: 6
419
+ }
420
+ ],
421
+ base: 'cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3',
422
+ name: 'StakeEasy bJUNO',
423
+ display: 'bjuno',
424
+ symbol: 'BJUNO',
425
+ logo_URIs: {
426
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png',
427
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg'
428
+ }
429
+ },
430
+ {
431
+ description:
432
+ 'Solarbank DAO Governance Token for speeding up the shift to renewable and green energy',
433
+ type_asset: 'cw20',
434
+ address:
435
+ 'juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse',
436
+ denom_units: [
437
+ {
438
+ denom:
439
+ 'cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse',
440
+ exponent: 0
441
+ },
442
+ {
443
+ denom: 'solar',
444
+ exponent: 6
445
+ }
446
+ ],
447
+ base: 'cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse',
448
+ name: 'Solarbank DAO',
449
+ display: 'solar',
450
+ symbol: 'SOLAR',
451
+ logo_URIs: {
452
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png',
453
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
454
+ }
455
+ },
456
+ {
457
+ description: 'StakeEasy governance token',
458
+ type_asset: 'cw20',
459
+ address:
460
+ 'juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf',
461
+ denom_units: [
462
+ {
463
+ denom:
464
+ 'cw20:juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf',
465
+ exponent: 0
466
+ },
467
+ {
468
+ denom: 'seasy',
469
+ exponent: 6
470
+ }
471
+ ],
472
+ base: 'cw20:juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf',
473
+ name: 'StakeEasy SEASY',
474
+ display: 'seasy',
475
+ symbol: 'SEASY',
476
+ logo_URIs: {
477
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png',
478
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg'
479
+ }
480
+ },
481
+ {
482
+ description: 'The native token cw20 for Neta on Juno Chain',
483
+ type_asset: 'cw20',
484
+ address:
485
+ 'juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr',
486
+ denom_units: [
487
+ {
488
+ denom:
489
+ 'ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A',
490
+ exponent: 0,
491
+ aliases: ['uneta']
492
+ },
493
+ {
494
+ denom: 'neta',
495
+ exponent: 6
496
+ }
497
+ ],
498
+ base: 'ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A',
499
+ name: 'Neta',
500
+ display: 'neta',
501
+ symbol: 'NETA',
502
+ logo_URIs: {
503
+ png: 'https://raw.githubusercontent.com/osmosis-labs/assetlists/main/images/neta.png'
504
+ },
505
+ coingecko_id: 'neta'
506
+ }
507
+ ]
508
+ };
509
+ export default assets;