@chain-registry/assets 1.70.598 → 1.70.600

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 (69) hide show
  1. package/esm/mainnet/acrechain.js +0 -302
  2. package/esm/mainnet/agoric.js +0 -302
  3. package/esm/mainnet/assets.js +1 -2
  4. package/esm/mainnet/axelar.js +78 -302
  5. package/esm/mainnet/carbon.js +0 -302
  6. package/esm/mainnet/celestia.js +0 -302
  7. package/esm/mainnet/composable.js +78 -302
  8. package/esm/mainnet/coreum.js +0 -302
  9. package/esm/mainnet/cosmoshub.js +78 -302
  10. package/esm/mainnet/crescent.js +0 -302
  11. package/esm/mainnet/cryptoorgchain.js +0 -302
  12. package/esm/mainnet/dydx.js +0 -302
  13. package/esm/mainnet/dymension.js +0 -302
  14. package/esm/mainnet/gateway.js +0 -302
  15. package/esm/mainnet/gravitybridge.js +78 -302
  16. package/esm/mainnet/index.js +0 -1
  17. package/esm/mainnet/injective.js +0 -302
  18. package/esm/mainnet/juno.js +78 -0
  19. package/esm/mainnet/kava.js +0 -302
  20. package/esm/mainnet/kujira.js +78 -302
  21. package/esm/mainnet/lava.js +0 -302
  22. package/esm/mainnet/migaloo.js +78 -0
  23. package/esm/mainnet/neutron.js +78 -0
  24. package/esm/mainnet/noble.js +0 -302
  25. package/esm/mainnet/oraichain.js +78 -0
  26. package/esm/mainnet/osmosis.js +78 -302
  27. package/esm/mainnet/persistence.js +78 -0
  28. package/esm/mainnet/secretnetwork.js +0 -302
  29. package/esm/mainnet/stargaze.js +0 -302
  30. package/esm/mainnet/stride.js +0 -302
  31. package/esm/mainnet/terra2.js +78 -0
  32. package/esm/mainnet/tgrade.js +0 -302
  33. package/mainnet/acrechain.js +0 -302
  34. package/mainnet/agoric.js +0 -302
  35. package/mainnet/assets.js +1 -2
  36. package/mainnet/axelar.js +78 -302
  37. package/mainnet/carbon.js +0 -302
  38. package/mainnet/celestia.js +0 -302
  39. package/mainnet/composable.js +78 -302
  40. package/mainnet/coreum.js +0 -302
  41. package/mainnet/cosmoshub.js +78 -302
  42. package/mainnet/crescent.js +0 -302
  43. package/mainnet/cryptoorgchain.js +0 -302
  44. package/mainnet/dydx.js +0 -302
  45. package/mainnet/dymension.js +0 -302
  46. package/mainnet/gateway.js +0 -302
  47. package/mainnet/gravitybridge.js +78 -302
  48. package/mainnet/index.d.ts +0 -1
  49. package/mainnet/index.js +3 -4
  50. package/mainnet/injective.js +0 -302
  51. package/mainnet/juno.js +78 -0
  52. package/mainnet/kava.js +0 -302
  53. package/mainnet/kujira.js +78 -302
  54. package/mainnet/lava.js +0 -302
  55. package/mainnet/migaloo.js +78 -0
  56. package/mainnet/neutron.js +78 -0
  57. package/mainnet/noble.js +0 -302
  58. package/mainnet/oraichain.js +78 -0
  59. package/mainnet/osmosis.js +78 -302
  60. package/mainnet/persistence.js +78 -0
  61. package/mainnet/secretnetwork.js +0 -302
  62. package/mainnet/stargaze.js +0 -302
  63. package/mainnet/stride.js +0 -302
  64. package/mainnet/terra2.js +78 -0
  65. package/mainnet/tgrade.js +0 -302
  66. package/package.json +5 -5
  67. package/esm/mainnet/evmos.js +0 -3722
  68. package/mainnet/evmos.d.ts +0 -3
  69. package/mainnet/evmos.js +0 -3724
@@ -1,157 +1,6 @@
1
1
  const assets = {
2
2
  chain_name: 'tgrade',
3
3
  assets: [
4
- {
5
- description: 'The native EVM, governance and staking token of the Evmos Hub',
6
- denom_units: [{
7
- denom: 'ibc/4B322204B4F59D770680FE4D7A565DDC3F37BFF035474B717476C66A4F83DD72',
8
- exponent: 0,
9
- aliases: ['aevmos']
10
- }, {
11
- denom: 'evmos',
12
- exponent: 18
13
- }],
14
- base: 'ibc/4B322204B4F59D770680FE4D7A565DDC3F37BFF035474B717476C66A4F83DD72',
15
- name: 'Evmos',
16
- display: 'evmos',
17
- symbol: 'EVMOS',
18
- logo_URIs: {
19
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
20
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
21
- },
22
- coingecko_id: 'evmos',
23
- images: [{
24
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
25
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
26
- }],
27
- socials: {
28
- website: 'https://evmos.org/',
29
- x: 'https://x.com/EvmosOrg'
30
- },
31
- type_asset: 'sdk.coin',
32
- traces: [{
33
- type: 'ibc',
34
- counterparty: {
35
- channel_id: 'channel-34',
36
- base_denom: 'aevmos',
37
- chain_name: 'evmos'
38
- },
39
- chain: {
40
- channel_id: 'channel-9'
41
- }
42
- }]
43
- },
44
- {
45
- description: 'The token of Neokingdom DAO.',
46
- denom_units: [{
47
- denom: 'ibc/BAF1536E0B82CCC983271430A2F709D486F4758EA80D4FC3EFF4638DDBDD7647',
48
- exponent: 0,
49
- aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
50
- }, {
51
- denom: 'neok',
52
- exponent: 18
53
- }],
54
- base: 'ibc/BAF1536E0B82CCC983271430A2F709D486F4758EA80D4FC3EFF4638DDBDD7647',
55
- name: 'Neokingdom DAO',
56
- display: 'neok',
57
- symbol: 'NEOK',
58
- logo_URIs: {
59
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
60
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
61
- },
62
- images: [{
63
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
64
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
65
- }],
66
- socials: {
67
- website: 'https://www.neokingdom.org/',
68
- x: 'https://x.com/NEOKingdomDAO'
69
- },
70
- type_asset: 'sdk.coin',
71
- traces: [{
72
- type: 'ibc',
73
- counterparty: {
74
- channel_id: 'channel-34',
75
- base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
76
- chain_name: 'evmos'
77
- },
78
- chain: {
79
- channel_id: 'channel-9'
80
- }
81
- }]
82
- },
83
- {
84
- description: 'The legacy token of Teledisko DAO.',
85
- denom_units: [{
86
- denom: 'ibc/A4EC4992CC6942ED4E799E40679FF436FDB20A3C89946A1948A29D51F233488E',
87
- exponent: 0,
88
- aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
89
- }, {
90
- denom: 'berlin-legacy',
91
- exponent: 18
92
- }],
93
- base: 'ibc/A4EC4992CC6942ED4E799E40679FF436FDB20A3C89946A1948A29D51F233488E',
94
- name: 'Teledisko DAO - Legacy',
95
- display: 'berlin-legacy',
96
- symbol: 'BERLIN-legacy',
97
- type_asset: 'erc20',
98
- address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
99
- logo_URIs: {
100
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
101
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
102
- },
103
- images: [{
104
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
105
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
106
- }],
107
- traces: [{
108
- type: 'ibc',
109
- counterparty: {
110
- channel_id: 'channel-34',
111
- base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
112
- chain_name: 'evmos'
113
- },
114
- chain: {
115
- channel_id: 'channel-9'
116
- }
117
- }]
118
- },
119
- {
120
- description: 'The token of Crowdpunk DAO',
121
- denom_units: [{
122
- denom: 'ibc/4BBAAF3202C9D75042AA62AA4189CA4FA68D81B6DCFAB94501FA6CF379DE706D',
123
- exponent: 0,
124
- aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
125
- }, {
126
- denom: 'crowdp',
127
- exponent: 18
128
- }],
129
- base: 'ibc/4BBAAF3202C9D75042AA62AA4189CA4FA68D81B6DCFAB94501FA6CF379DE706D',
130
- name: 'Crowdpunk DAO',
131
- display: 'crowdp',
132
- address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
133
- symbol: 'CROWDP',
134
- type_asset: 'erc20',
135
- logo_URIs: {
136
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
137
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
138
- },
139
- images: [{
140
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
141
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
142
- }],
143
- traces: [{
144
- type: 'ibc',
145
- counterparty: {
146
- channel_id: 'channel-34',
147
- base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
148
- chain_name: 'evmos'
149
- },
150
- chain: {
151
- channel_id: 'channel-9'
152
- }
153
- }]
154
- },
155
4
  {
156
5
  description: 'The native token of Osmosis',
157
6
  denom_units: [{
@@ -234,157 +83,6 @@ const assets = {
234
83
  }
235
84
  }]
236
85
  },
237
- {
238
- description: 'The native EVM, governance and staking token of the Evmos Hub',
239
- denom_units: [{
240
- denom: 'ibc/4B322204B4F59D770680FE4D7A565DDC3F37BFF035474B717476C66A4F83DD72',
241
- exponent: 0,
242
- aliases: ['aevmos']
243
- }, {
244
- denom: 'evmos',
245
- exponent: 18
246
- }],
247
- base: 'ibc/4B322204B4F59D770680FE4D7A565DDC3F37BFF035474B717476C66A4F83DD72',
248
- name: 'Evmos',
249
- display: 'evmos',
250
- symbol: 'EVMOS',
251
- logo_URIs: {
252
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
253
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
254
- },
255
- coingecko_id: 'evmos',
256
- images: [{
257
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
258
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
259
- }],
260
- socials: {
261
- website: 'https://evmos.org/',
262
- x: 'https://x.com/EvmosOrg'
263
- },
264
- type_asset: 'sdk.coin',
265
- traces: [{
266
- type: 'ibc',
267
- counterparty: {
268
- channel_id: 'channel-34',
269
- base_denom: 'aevmos',
270
- chain_name: 'evmos'
271
- },
272
- chain: {
273
- channel_id: 'channel-9'
274
- }
275
- }]
276
- },
277
- {
278
- description: 'The token of Neokingdom DAO.',
279
- denom_units: [{
280
- denom: 'ibc/BAF1536E0B82CCC983271430A2F709D486F4758EA80D4FC3EFF4638DDBDD7647',
281
- exponent: 0,
282
- aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
283
- }, {
284
- denom: 'neok',
285
- exponent: 18
286
- }],
287
- base: 'ibc/BAF1536E0B82CCC983271430A2F709D486F4758EA80D4FC3EFF4638DDBDD7647',
288
- name: 'Neokingdom DAO',
289
- display: 'neok',
290
- symbol: 'NEOK',
291
- logo_URIs: {
292
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
293
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
294
- },
295
- images: [{
296
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
297
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
298
- }],
299
- socials: {
300
- website: 'https://www.neokingdom.org/',
301
- x: 'https://x.com/NEOKingdomDAO'
302
- },
303
- type_asset: 'sdk.coin',
304
- traces: [{
305
- type: 'ibc',
306
- counterparty: {
307
- channel_id: 'channel-34',
308
- base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
309
- chain_name: 'evmos'
310
- },
311
- chain: {
312
- channel_id: 'channel-9'
313
- }
314
- }]
315
- },
316
- {
317
- description: 'The legacy token of Teledisko DAO.',
318
- denom_units: [{
319
- denom: 'ibc/A4EC4992CC6942ED4E799E40679FF436FDB20A3C89946A1948A29D51F233488E',
320
- exponent: 0,
321
- aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
322
- }, {
323
- denom: 'berlin-legacy',
324
- exponent: 18
325
- }],
326
- base: 'ibc/A4EC4992CC6942ED4E799E40679FF436FDB20A3C89946A1948A29D51F233488E',
327
- name: 'Teledisko DAO - Legacy',
328
- display: 'berlin-legacy',
329
- symbol: 'BERLIN-legacy',
330
- type_asset: 'erc20',
331
- address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
332
- logo_URIs: {
333
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
334
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
335
- },
336
- images: [{
337
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
338
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
339
- }],
340
- traces: [{
341
- type: 'ibc',
342
- counterparty: {
343
- channel_id: 'channel-34',
344
- base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
345
- chain_name: 'evmos'
346
- },
347
- chain: {
348
- channel_id: 'channel-9'
349
- }
350
- }]
351
- },
352
- {
353
- description: 'The token of Crowdpunk DAO',
354
- denom_units: [{
355
- denom: 'ibc/4BBAAF3202C9D75042AA62AA4189CA4FA68D81B6DCFAB94501FA6CF379DE706D',
356
- exponent: 0,
357
- aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
358
- }, {
359
- denom: 'crowdp',
360
- exponent: 18
361
- }],
362
- base: 'ibc/4BBAAF3202C9D75042AA62AA4189CA4FA68D81B6DCFAB94501FA6CF379DE706D',
363
- name: 'Crowdpunk DAO',
364
- display: 'crowdp',
365
- address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
366
- symbol: 'CROWDP',
367
- type_asset: 'erc20',
368
- logo_URIs: {
369
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
370
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
371
- },
372
- images: [{
373
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
374
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
375
- }],
376
- traces: [{
377
- type: 'ibc',
378
- counterparty: {
379
- channel_id: 'channel-34',
380
- base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
381
- chain_name: 'evmos'
382
- },
383
- chain: {
384
- channel_id: 'channel-9'
385
- }
386
- }]
387
- },
388
86
  {
389
87
  description: 'The native token of Osmosis',
390
88
  denom_units: [{
@@ -83,157 +83,6 @@ const assets = {
83
83
  }
84
84
  }]
85
85
  },
86
- {
87
- description: 'The native EVM, governance and staking token of the Evmos Hub',
88
- denom_units: [{
89
- denom: 'ibc/6FD648803B357CD8DD01F16AAD4E466C6C2CCF8CEA993EF8D334ED317C4A4F66',
90
- exponent: 0,
91
- aliases: ['aevmos']
92
- }, {
93
- denom: 'evmos',
94
- exponent: 18
95
- }],
96
- base: 'ibc/6FD648803B357CD8DD01F16AAD4E466C6C2CCF8CEA993EF8D334ED317C4A4F66',
97
- name: 'Evmos',
98
- display: 'evmos',
99
- symbol: 'EVMOS',
100
- logo_URIs: {
101
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
102
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
103
- },
104
- coingecko_id: 'evmos',
105
- images: [{
106
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
107
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
108
- }],
109
- socials: {
110
- website: 'https://evmos.org/',
111
- x: 'https://x.com/EvmosOrg'
112
- },
113
- type_asset: 'sdk.coin',
114
- traces: [{
115
- type: 'ibc',
116
- counterparty: {
117
- channel_id: 'channel-40',
118
- base_denom: 'aevmos',
119
- chain_name: 'evmos'
120
- },
121
- chain: {
122
- channel_id: 'channel-14'
123
- }
124
- }]
125
- },
126
- {
127
- description: 'The token of Neokingdom DAO.',
128
- denom_units: [{
129
- denom: 'ibc/7BF4FC0FF5AE0F64C2DCB663ADAB4DB012BA9CEB4F8C9B2DAC5FBED0A225FCE1',
130
- exponent: 0,
131
- aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
132
- }, {
133
- denom: 'neok',
134
- exponent: 18
135
- }],
136
- base: 'ibc/7BF4FC0FF5AE0F64C2DCB663ADAB4DB012BA9CEB4F8C9B2DAC5FBED0A225FCE1',
137
- name: 'Neokingdom DAO',
138
- display: 'neok',
139
- symbol: 'NEOK',
140
- logo_URIs: {
141
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
142
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
143
- },
144
- images: [{
145
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
146
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
147
- }],
148
- socials: {
149
- website: 'https://www.neokingdom.org/',
150
- x: 'https://x.com/NEOKingdomDAO'
151
- },
152
- type_asset: 'sdk.coin',
153
- traces: [{
154
- type: 'ibc',
155
- counterparty: {
156
- channel_id: 'channel-40',
157
- base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
158
- chain_name: 'evmos'
159
- },
160
- chain: {
161
- channel_id: 'channel-14'
162
- }
163
- }]
164
- },
165
- {
166
- description: 'The legacy token of Teledisko DAO.',
167
- denom_units: [{
168
- denom: 'ibc/3D477A624F9AFBBDE800A2B302A4923980B95859BDEA8462E09C1D283E933456',
169
- exponent: 0,
170
- aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
171
- }, {
172
- denom: 'berlin-legacy',
173
- exponent: 18
174
- }],
175
- base: 'ibc/3D477A624F9AFBBDE800A2B302A4923980B95859BDEA8462E09C1D283E933456',
176
- name: 'Teledisko DAO - Legacy',
177
- display: 'berlin-legacy',
178
- symbol: 'BERLIN-legacy',
179
- type_asset: 'erc20',
180
- address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
181
- logo_URIs: {
182
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
183
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
184
- },
185
- images: [{
186
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
187
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
188
- }],
189
- traces: [{
190
- type: 'ibc',
191
- counterparty: {
192
- channel_id: 'channel-40',
193
- base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
194
- chain_name: 'evmos'
195
- },
196
- chain: {
197
- channel_id: 'channel-14'
198
- }
199
- }]
200
- },
201
- {
202
- description: 'The token of Crowdpunk DAO',
203
- denom_units: [{
204
- denom: 'ibc/F95FB6FBB1D7C3250C645FDC089BB15200439053B4FE2EE7F292552D6AD6C389',
205
- exponent: 0,
206
- aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
207
- }, {
208
- denom: 'crowdp',
209
- exponent: 18
210
- }],
211
- base: 'ibc/F95FB6FBB1D7C3250C645FDC089BB15200439053B4FE2EE7F292552D6AD6C389',
212
- name: 'Crowdpunk DAO',
213
- display: 'crowdp',
214
- address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
215
- symbol: 'CROWDP',
216
- type_asset: 'erc20',
217
- logo_URIs: {
218
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
219
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
220
- },
221
- images: [{
222
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
223
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
224
- }],
225
- traces: [{
226
- type: 'ibc',
227
- counterparty: {
228
- channel_id: 'channel-40',
229
- base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
230
- chain_name: 'evmos'
231
- },
232
- chain: {
233
- channel_id: 'channel-14'
234
- }
235
- }]
236
- },
237
86
  {
238
87
  description: 'The native token of Gravity Bridge',
239
88
  denom_units: [{
@@ -1668,157 +1517,6 @@ const assets = {
1668
1517
  }
1669
1518
  }]
1670
1519
  },
1671
- {
1672
- description: 'The native EVM, governance and staking token of the Evmos Hub',
1673
- denom_units: [{
1674
- denom: 'ibc/6FD648803B357CD8DD01F16AAD4E466C6C2CCF8CEA993EF8D334ED317C4A4F66',
1675
- exponent: 0,
1676
- aliases: ['aevmos']
1677
- }, {
1678
- denom: 'evmos',
1679
- exponent: 18
1680
- }],
1681
- base: 'ibc/6FD648803B357CD8DD01F16AAD4E466C6C2CCF8CEA993EF8D334ED317C4A4F66',
1682
- name: 'Evmos',
1683
- display: 'evmos',
1684
- symbol: 'EVMOS',
1685
- logo_URIs: {
1686
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
1687
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
1688
- },
1689
- coingecko_id: 'evmos',
1690
- images: [{
1691
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
1692
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
1693
- }],
1694
- socials: {
1695
- website: 'https://evmos.org/',
1696
- x: 'https://x.com/EvmosOrg'
1697
- },
1698
- type_asset: 'sdk.coin',
1699
- traces: [{
1700
- type: 'ibc',
1701
- counterparty: {
1702
- channel_id: 'channel-40',
1703
- base_denom: 'aevmos',
1704
- chain_name: 'evmos'
1705
- },
1706
- chain: {
1707
- channel_id: 'channel-14'
1708
- }
1709
- }]
1710
- },
1711
- {
1712
- description: 'The token of Neokingdom DAO.',
1713
- denom_units: [{
1714
- denom: 'ibc/7BF4FC0FF5AE0F64C2DCB663ADAB4DB012BA9CEB4F8C9B2DAC5FBED0A225FCE1',
1715
- exponent: 0,
1716
- aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
1717
- }, {
1718
- denom: 'neok',
1719
- exponent: 18
1720
- }],
1721
- base: 'ibc/7BF4FC0FF5AE0F64C2DCB663ADAB4DB012BA9CEB4F8C9B2DAC5FBED0A225FCE1',
1722
- name: 'Neokingdom DAO',
1723
- display: 'neok',
1724
- symbol: 'NEOK',
1725
- logo_URIs: {
1726
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1727
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1728
- },
1729
- images: [{
1730
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1731
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1732
- }],
1733
- socials: {
1734
- website: 'https://www.neokingdom.org/',
1735
- x: 'https://x.com/NEOKingdomDAO'
1736
- },
1737
- type_asset: 'sdk.coin',
1738
- traces: [{
1739
- type: 'ibc',
1740
- counterparty: {
1741
- channel_id: 'channel-40',
1742
- base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
1743
- chain_name: 'evmos'
1744
- },
1745
- chain: {
1746
- channel_id: 'channel-14'
1747
- }
1748
- }]
1749
- },
1750
- {
1751
- description: 'The legacy token of Teledisko DAO.',
1752
- denom_units: [{
1753
- denom: 'ibc/3D477A624F9AFBBDE800A2B302A4923980B95859BDEA8462E09C1D283E933456',
1754
- exponent: 0,
1755
- aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
1756
- }, {
1757
- denom: 'berlin-legacy',
1758
- exponent: 18
1759
- }],
1760
- base: 'ibc/3D477A624F9AFBBDE800A2B302A4923980B95859BDEA8462E09C1D283E933456',
1761
- name: 'Teledisko DAO - Legacy',
1762
- display: 'berlin-legacy',
1763
- symbol: 'BERLIN-legacy',
1764
- type_asset: 'erc20',
1765
- address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
1766
- logo_URIs: {
1767
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
1768
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
1769
- },
1770
- images: [{
1771
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
1772
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
1773
- }],
1774
- traces: [{
1775
- type: 'ibc',
1776
- counterparty: {
1777
- channel_id: 'channel-40',
1778
- base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
1779
- chain_name: 'evmos'
1780
- },
1781
- chain: {
1782
- channel_id: 'channel-14'
1783
- }
1784
- }]
1785
- },
1786
- {
1787
- description: 'The token of Crowdpunk DAO',
1788
- denom_units: [{
1789
- denom: 'ibc/F95FB6FBB1D7C3250C645FDC089BB15200439053B4FE2EE7F292552D6AD6C389',
1790
- exponent: 0,
1791
- aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
1792
- }, {
1793
- denom: 'crowdp',
1794
- exponent: 18
1795
- }],
1796
- base: 'ibc/F95FB6FBB1D7C3250C645FDC089BB15200439053B4FE2EE7F292552D6AD6C389',
1797
- name: 'Crowdpunk DAO',
1798
- display: 'crowdp',
1799
- address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
1800
- symbol: 'CROWDP',
1801
- type_asset: 'erc20',
1802
- logo_URIs: {
1803
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
1804
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
1805
- },
1806
- images: [{
1807
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
1808
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
1809
- }],
1810
- traces: [{
1811
- type: 'ibc',
1812
- counterparty: {
1813
- channel_id: 'channel-40',
1814
- base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
1815
- chain_name: 'evmos'
1816
- },
1817
- chain: {
1818
- channel_id: 'channel-14'
1819
- }
1820
- }]
1821
- },
1822
1520
  {
1823
1521
  description: 'The native token of Gravity Bridge',
1824
1522
  denom_units: [{