@chain-registry/assets 1.70.599 → 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.
- package/esm/mainnet/acrechain.js +0 -302
- package/esm/mainnet/agoric.js +0 -302
- package/esm/mainnet/assets.js +1 -2
- package/esm/mainnet/axelar.js +0 -302
- package/esm/mainnet/carbon.js +0 -302
- package/esm/mainnet/celestia.js +0 -302
- package/esm/mainnet/composable.js +0 -302
- package/esm/mainnet/coreum.js +0 -302
- package/esm/mainnet/cosmoshub.js +0 -302
- package/esm/mainnet/crescent.js +0 -302
- package/esm/mainnet/cryptoorgchain.js +0 -302
- package/esm/mainnet/dydx.js +0 -302
- package/esm/mainnet/dymension.js +0 -302
- package/esm/mainnet/gateway.js +0 -302
- package/esm/mainnet/gravitybridge.js +0 -302
- package/esm/mainnet/index.js +0 -1
- package/esm/mainnet/injective.js +0 -302
- package/esm/mainnet/kava.js +0 -302
- package/esm/mainnet/kujira.js +0 -302
- package/esm/mainnet/lava.js +0 -302
- package/esm/mainnet/noble.js +0 -302
- package/esm/mainnet/osmosis.js +0 -302
- package/esm/mainnet/secretnetwork.js +0 -302
- package/esm/mainnet/stargaze.js +0 -302
- package/esm/mainnet/stride.js +0 -302
- package/esm/mainnet/tgrade.js +0 -302
- package/mainnet/acrechain.js +0 -302
- package/mainnet/agoric.js +0 -302
- package/mainnet/assets.js +1 -2
- package/mainnet/axelar.js +0 -302
- package/mainnet/carbon.js +0 -302
- package/mainnet/celestia.js +0 -302
- package/mainnet/composable.js +0 -302
- package/mainnet/coreum.js +0 -302
- package/mainnet/cosmoshub.js +0 -302
- package/mainnet/crescent.js +0 -302
- package/mainnet/cryptoorgchain.js +0 -302
- package/mainnet/dydx.js +0 -302
- package/mainnet/dymension.js +0 -302
- package/mainnet/gateway.js +0 -302
- package/mainnet/gravitybridge.js +0 -302
- package/mainnet/index.d.ts +0 -1
- package/mainnet/index.js +3 -4
- package/mainnet/injective.js +0 -302
- package/mainnet/kava.js +0 -302
- package/mainnet/kujira.js +0 -302
- package/mainnet/lava.js +0 -302
- package/mainnet/noble.js +0 -302
- package/mainnet/osmosis.js +0 -302
- package/mainnet/secretnetwork.js +0 -302
- package/mainnet/stargaze.js +0 -302
- package/mainnet/stride.js +0 -302
- package/mainnet/tgrade.js +0 -302
- package/package.json +5 -5
- package/esm/mainnet/evmos.js +0 -3722
- package/mainnet/evmos.d.ts +0 -3
- package/mainnet/evmos.js +0 -3724
package/esm/mainnet/celestia.js
CHANGED
|
@@ -286,157 +286,6 @@ const assets = {
|
|
|
286
286
|
}
|
|
287
287
|
}]
|
|
288
288
|
},
|
|
289
|
-
{
|
|
290
|
-
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
291
|
-
denom_units: [{
|
|
292
|
-
denom: 'ibc/C16830930080CD417D4F9DC5D569D48E33374990A8017464CCF8ABE63AAAA52A',
|
|
293
|
-
exponent: 0,
|
|
294
|
-
aliases: ['aevmos']
|
|
295
|
-
}, {
|
|
296
|
-
denom: 'evmos',
|
|
297
|
-
exponent: 18
|
|
298
|
-
}],
|
|
299
|
-
base: 'ibc/C16830930080CD417D4F9DC5D569D48E33374990A8017464CCF8ABE63AAAA52A',
|
|
300
|
-
name: 'Evmos',
|
|
301
|
-
display: 'evmos',
|
|
302
|
-
symbol: 'EVMOS',
|
|
303
|
-
logo_URIs: {
|
|
304
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
305
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
306
|
-
},
|
|
307
|
-
coingecko_id: 'evmos',
|
|
308
|
-
images: [{
|
|
309
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
310
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
311
|
-
}],
|
|
312
|
-
socials: {
|
|
313
|
-
website: 'https://evmos.org/',
|
|
314
|
-
x: 'https://x.com/EvmosOrg'
|
|
315
|
-
},
|
|
316
|
-
type_asset: 'sdk.coin',
|
|
317
|
-
traces: [{
|
|
318
|
-
type: 'ibc',
|
|
319
|
-
counterparty: {
|
|
320
|
-
channel_id: 'channel-106',
|
|
321
|
-
base_denom: 'aevmos',
|
|
322
|
-
chain_name: 'evmos'
|
|
323
|
-
},
|
|
324
|
-
chain: {
|
|
325
|
-
channel_id: 'channel-26'
|
|
326
|
-
}
|
|
327
|
-
}]
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
description: 'The token of Neokingdom DAO.',
|
|
331
|
-
denom_units: [{
|
|
332
|
-
denom: 'ibc/015D3BA713B814E488ACA1E411C67E467088E70E60E25D84A1CC78E19A8F45B5',
|
|
333
|
-
exponent: 0,
|
|
334
|
-
aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
|
|
335
|
-
}, {
|
|
336
|
-
denom: 'neok',
|
|
337
|
-
exponent: 18
|
|
338
|
-
}],
|
|
339
|
-
base: 'ibc/015D3BA713B814E488ACA1E411C67E467088E70E60E25D84A1CC78E19A8F45B5',
|
|
340
|
-
name: 'Neokingdom DAO',
|
|
341
|
-
display: 'neok',
|
|
342
|
-
symbol: 'NEOK',
|
|
343
|
-
logo_URIs: {
|
|
344
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
345
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
346
|
-
},
|
|
347
|
-
images: [{
|
|
348
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
349
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
350
|
-
}],
|
|
351
|
-
socials: {
|
|
352
|
-
website: 'https://www.neokingdom.org/',
|
|
353
|
-
x: 'https://x.com/NEOKingdomDAO'
|
|
354
|
-
},
|
|
355
|
-
type_asset: 'sdk.coin',
|
|
356
|
-
traces: [{
|
|
357
|
-
type: 'ibc',
|
|
358
|
-
counterparty: {
|
|
359
|
-
channel_id: 'channel-106',
|
|
360
|
-
base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
|
|
361
|
-
chain_name: 'evmos'
|
|
362
|
-
},
|
|
363
|
-
chain: {
|
|
364
|
-
channel_id: 'channel-26'
|
|
365
|
-
}
|
|
366
|
-
}]
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
description: 'The legacy token of Teledisko DAO.',
|
|
370
|
-
denom_units: [{
|
|
371
|
-
denom: 'ibc/DB28D4D4E7FCBB7DBCCC9955213A3F3264C444BD024B25A1AD6D2A2B90BB2DB2',
|
|
372
|
-
exponent: 0,
|
|
373
|
-
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
374
|
-
}, {
|
|
375
|
-
denom: 'berlin-legacy',
|
|
376
|
-
exponent: 18
|
|
377
|
-
}],
|
|
378
|
-
base: 'ibc/DB28D4D4E7FCBB7DBCCC9955213A3F3264C444BD024B25A1AD6D2A2B90BB2DB2',
|
|
379
|
-
name: 'Teledisko DAO - Legacy',
|
|
380
|
-
display: 'berlin-legacy',
|
|
381
|
-
symbol: 'BERLIN-legacy',
|
|
382
|
-
type_asset: 'erc20',
|
|
383
|
-
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
384
|
-
logo_URIs: {
|
|
385
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
386
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
387
|
-
},
|
|
388
|
-
images: [{
|
|
389
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
390
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
391
|
-
}],
|
|
392
|
-
traces: [{
|
|
393
|
-
type: 'ibc',
|
|
394
|
-
counterparty: {
|
|
395
|
-
channel_id: 'channel-106',
|
|
396
|
-
base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
397
|
-
chain_name: 'evmos'
|
|
398
|
-
},
|
|
399
|
-
chain: {
|
|
400
|
-
channel_id: 'channel-26'
|
|
401
|
-
}
|
|
402
|
-
}]
|
|
403
|
-
},
|
|
404
|
-
{
|
|
405
|
-
description: 'The token of Crowdpunk DAO',
|
|
406
|
-
denom_units: [{
|
|
407
|
-
denom: 'ibc/C59BB0DC46FF2627819BD9CD831B770798437ACEE332539F022B1BA99B42D5D8',
|
|
408
|
-
exponent: 0,
|
|
409
|
-
aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
|
|
410
|
-
}, {
|
|
411
|
-
denom: 'crowdp',
|
|
412
|
-
exponent: 18
|
|
413
|
-
}],
|
|
414
|
-
base: 'ibc/C59BB0DC46FF2627819BD9CD831B770798437ACEE332539F022B1BA99B42D5D8',
|
|
415
|
-
name: 'Crowdpunk DAO',
|
|
416
|
-
display: 'crowdp',
|
|
417
|
-
address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
418
|
-
symbol: 'CROWDP',
|
|
419
|
-
type_asset: 'erc20',
|
|
420
|
-
logo_URIs: {
|
|
421
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
422
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
423
|
-
},
|
|
424
|
-
images: [{
|
|
425
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
426
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
427
|
-
}],
|
|
428
|
-
traces: [{
|
|
429
|
-
type: 'ibc',
|
|
430
|
-
counterparty: {
|
|
431
|
-
channel_id: 'channel-106',
|
|
432
|
-
base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
433
|
-
chain_name: 'evmos'
|
|
434
|
-
},
|
|
435
|
-
chain: {
|
|
436
|
-
channel_id: 'channel-26'
|
|
437
|
-
}
|
|
438
|
-
}]
|
|
439
|
-
},
|
|
440
289
|
{
|
|
441
290
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
442
291
|
denom_units: [{
|
|
@@ -1618,157 +1467,6 @@ const assets = {
|
|
|
1618
1467
|
}
|
|
1619
1468
|
}]
|
|
1620
1469
|
},
|
|
1621
|
-
{
|
|
1622
|
-
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
1623
|
-
denom_units: [{
|
|
1624
|
-
denom: 'ibc/C16830930080CD417D4F9DC5D569D48E33374990A8017464CCF8ABE63AAAA52A',
|
|
1625
|
-
exponent: 0,
|
|
1626
|
-
aliases: ['aevmos']
|
|
1627
|
-
}, {
|
|
1628
|
-
denom: 'evmos',
|
|
1629
|
-
exponent: 18
|
|
1630
|
-
}],
|
|
1631
|
-
base: 'ibc/C16830930080CD417D4F9DC5D569D48E33374990A8017464CCF8ABE63AAAA52A',
|
|
1632
|
-
name: 'Evmos',
|
|
1633
|
-
display: 'evmos',
|
|
1634
|
-
symbol: 'EVMOS',
|
|
1635
|
-
logo_URIs: {
|
|
1636
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
1637
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
1638
|
-
},
|
|
1639
|
-
coingecko_id: 'evmos',
|
|
1640
|
-
images: [{
|
|
1641
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
1642
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
1643
|
-
}],
|
|
1644
|
-
socials: {
|
|
1645
|
-
website: 'https://evmos.org/',
|
|
1646
|
-
x: 'https://x.com/EvmosOrg'
|
|
1647
|
-
},
|
|
1648
|
-
type_asset: 'sdk.coin',
|
|
1649
|
-
traces: [{
|
|
1650
|
-
type: 'ibc',
|
|
1651
|
-
counterparty: {
|
|
1652
|
-
channel_id: 'channel-106',
|
|
1653
|
-
base_denom: 'aevmos',
|
|
1654
|
-
chain_name: 'evmos'
|
|
1655
|
-
},
|
|
1656
|
-
chain: {
|
|
1657
|
-
channel_id: 'channel-26'
|
|
1658
|
-
}
|
|
1659
|
-
}]
|
|
1660
|
-
},
|
|
1661
|
-
{
|
|
1662
|
-
description: 'The token of Neokingdom DAO.',
|
|
1663
|
-
denom_units: [{
|
|
1664
|
-
denom: 'ibc/015D3BA713B814E488ACA1E411C67E467088E70E60E25D84A1CC78E19A8F45B5',
|
|
1665
|
-
exponent: 0,
|
|
1666
|
-
aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
|
|
1667
|
-
}, {
|
|
1668
|
-
denom: 'neok',
|
|
1669
|
-
exponent: 18
|
|
1670
|
-
}],
|
|
1671
|
-
base: 'ibc/015D3BA713B814E488ACA1E411C67E467088E70E60E25D84A1CC78E19A8F45B5',
|
|
1672
|
-
name: 'Neokingdom DAO',
|
|
1673
|
-
display: 'neok',
|
|
1674
|
-
symbol: 'NEOK',
|
|
1675
|
-
logo_URIs: {
|
|
1676
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
1677
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
1678
|
-
},
|
|
1679
|
-
images: [{
|
|
1680
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
1681
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
1682
|
-
}],
|
|
1683
|
-
socials: {
|
|
1684
|
-
website: 'https://www.neokingdom.org/',
|
|
1685
|
-
x: 'https://x.com/NEOKingdomDAO'
|
|
1686
|
-
},
|
|
1687
|
-
type_asset: 'sdk.coin',
|
|
1688
|
-
traces: [{
|
|
1689
|
-
type: 'ibc',
|
|
1690
|
-
counterparty: {
|
|
1691
|
-
channel_id: 'channel-106',
|
|
1692
|
-
base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
|
|
1693
|
-
chain_name: 'evmos'
|
|
1694
|
-
},
|
|
1695
|
-
chain: {
|
|
1696
|
-
channel_id: 'channel-26'
|
|
1697
|
-
}
|
|
1698
|
-
}]
|
|
1699
|
-
},
|
|
1700
|
-
{
|
|
1701
|
-
description: 'The legacy token of Teledisko DAO.',
|
|
1702
|
-
denom_units: [{
|
|
1703
|
-
denom: 'ibc/DB28D4D4E7FCBB7DBCCC9955213A3F3264C444BD024B25A1AD6D2A2B90BB2DB2',
|
|
1704
|
-
exponent: 0,
|
|
1705
|
-
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
1706
|
-
}, {
|
|
1707
|
-
denom: 'berlin-legacy',
|
|
1708
|
-
exponent: 18
|
|
1709
|
-
}],
|
|
1710
|
-
base: 'ibc/DB28D4D4E7FCBB7DBCCC9955213A3F3264C444BD024B25A1AD6D2A2B90BB2DB2',
|
|
1711
|
-
name: 'Teledisko DAO - Legacy',
|
|
1712
|
-
display: 'berlin-legacy',
|
|
1713
|
-
symbol: 'BERLIN-legacy',
|
|
1714
|
-
type_asset: 'erc20',
|
|
1715
|
-
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
1716
|
-
logo_URIs: {
|
|
1717
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
1718
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
1719
|
-
},
|
|
1720
|
-
images: [{
|
|
1721
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
1722
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
1723
|
-
}],
|
|
1724
|
-
traces: [{
|
|
1725
|
-
type: 'ibc',
|
|
1726
|
-
counterparty: {
|
|
1727
|
-
channel_id: 'channel-106',
|
|
1728
|
-
base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
1729
|
-
chain_name: 'evmos'
|
|
1730
|
-
},
|
|
1731
|
-
chain: {
|
|
1732
|
-
channel_id: 'channel-26'
|
|
1733
|
-
}
|
|
1734
|
-
}]
|
|
1735
|
-
},
|
|
1736
|
-
{
|
|
1737
|
-
description: 'The token of Crowdpunk DAO',
|
|
1738
|
-
denom_units: [{
|
|
1739
|
-
denom: 'ibc/C59BB0DC46FF2627819BD9CD831B770798437ACEE332539F022B1BA99B42D5D8',
|
|
1740
|
-
exponent: 0,
|
|
1741
|
-
aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
|
|
1742
|
-
}, {
|
|
1743
|
-
denom: 'crowdp',
|
|
1744
|
-
exponent: 18
|
|
1745
|
-
}],
|
|
1746
|
-
base: 'ibc/C59BB0DC46FF2627819BD9CD831B770798437ACEE332539F022B1BA99B42D5D8',
|
|
1747
|
-
name: 'Crowdpunk DAO',
|
|
1748
|
-
display: 'crowdp',
|
|
1749
|
-
address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
1750
|
-
symbol: 'CROWDP',
|
|
1751
|
-
type_asset: 'erc20',
|
|
1752
|
-
logo_URIs: {
|
|
1753
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
1754
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
1755
|
-
},
|
|
1756
|
-
images: [{
|
|
1757
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
1758
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
1759
|
-
}],
|
|
1760
|
-
traces: [{
|
|
1761
|
-
type: 'ibc',
|
|
1762
|
-
counterparty: {
|
|
1763
|
-
channel_id: 'channel-106',
|
|
1764
|
-
base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
1765
|
-
chain_name: 'evmos'
|
|
1766
|
-
},
|
|
1767
|
-
chain: {
|
|
1768
|
-
channel_id: 'channel-26'
|
|
1769
|
-
}
|
|
1770
|
-
}]
|
|
1771
|
-
},
|
|
1772
1470
|
{
|
|
1773
1471
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
1774
1472
|
denom_units: [{
|
|
@@ -3427,157 +3427,6 @@ const assets = {
|
|
|
3427
3427
|
}
|
|
3428
3428
|
}]
|
|
3429
3429
|
},
|
|
3430
|
-
{
|
|
3431
|
-
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
3432
|
-
denom_units: [{
|
|
3433
|
-
denom: 'ibc/73E97EB411B29C6F989C35D277D1A7FC65083572F102AC6BD101884EE9FB2C9F',
|
|
3434
|
-
exponent: 0,
|
|
3435
|
-
aliases: ['aevmos']
|
|
3436
|
-
}, {
|
|
3437
|
-
denom: 'evmos',
|
|
3438
|
-
exponent: 18
|
|
3439
|
-
}],
|
|
3440
|
-
base: 'ibc/73E97EB411B29C6F989C35D277D1A7FC65083572F102AC6BD101884EE9FB2C9F',
|
|
3441
|
-
name: 'Evmos',
|
|
3442
|
-
display: 'evmos',
|
|
3443
|
-
symbol: 'EVMOS',
|
|
3444
|
-
logo_URIs: {
|
|
3445
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
3446
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
3447
|
-
},
|
|
3448
|
-
coingecko_id: 'evmos',
|
|
3449
|
-
images: [{
|
|
3450
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
3451
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
3452
|
-
}],
|
|
3453
|
-
socials: {
|
|
3454
|
-
website: 'https://evmos.org/',
|
|
3455
|
-
x: 'https://x.com/EvmosOrg'
|
|
3456
|
-
},
|
|
3457
|
-
type_asset: 'sdk.coin',
|
|
3458
|
-
traces: [{
|
|
3459
|
-
type: 'ibc',
|
|
3460
|
-
counterparty: {
|
|
3461
|
-
channel_id: 'channel-82',
|
|
3462
|
-
base_denom: 'aevmos',
|
|
3463
|
-
chain_name: 'evmos'
|
|
3464
|
-
},
|
|
3465
|
-
chain: {
|
|
3466
|
-
channel_id: 'channel-7'
|
|
3467
|
-
}
|
|
3468
|
-
}]
|
|
3469
|
-
},
|
|
3470
|
-
{
|
|
3471
|
-
description: 'The token of Neokingdom DAO.',
|
|
3472
|
-
denom_units: [{
|
|
3473
|
-
denom: 'ibc/4DD3698C2FCEA87CDE843D3EA6228F2589A4DF6655A7C16D766010D9CA2E69FB',
|
|
3474
|
-
exponent: 0,
|
|
3475
|
-
aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
|
|
3476
|
-
}, {
|
|
3477
|
-
denom: 'neok',
|
|
3478
|
-
exponent: 18
|
|
3479
|
-
}],
|
|
3480
|
-
base: 'ibc/4DD3698C2FCEA87CDE843D3EA6228F2589A4DF6655A7C16D766010D9CA2E69FB',
|
|
3481
|
-
name: 'Neokingdom DAO',
|
|
3482
|
-
display: 'neok',
|
|
3483
|
-
symbol: 'NEOK',
|
|
3484
|
-
logo_URIs: {
|
|
3485
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
3486
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
3487
|
-
},
|
|
3488
|
-
images: [{
|
|
3489
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
3490
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
3491
|
-
}],
|
|
3492
|
-
socials: {
|
|
3493
|
-
website: 'https://www.neokingdom.org/',
|
|
3494
|
-
x: 'https://x.com/NEOKingdomDAO'
|
|
3495
|
-
},
|
|
3496
|
-
type_asset: 'sdk.coin',
|
|
3497
|
-
traces: [{
|
|
3498
|
-
type: 'ibc',
|
|
3499
|
-
counterparty: {
|
|
3500
|
-
channel_id: 'channel-82',
|
|
3501
|
-
base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
|
|
3502
|
-
chain_name: 'evmos'
|
|
3503
|
-
},
|
|
3504
|
-
chain: {
|
|
3505
|
-
channel_id: 'channel-7'
|
|
3506
|
-
}
|
|
3507
|
-
}]
|
|
3508
|
-
},
|
|
3509
|
-
{
|
|
3510
|
-
description: 'The legacy token of Teledisko DAO.',
|
|
3511
|
-
denom_units: [{
|
|
3512
|
-
denom: 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40',
|
|
3513
|
-
exponent: 0,
|
|
3514
|
-
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
3515
|
-
}, {
|
|
3516
|
-
denom: 'berlin-legacy',
|
|
3517
|
-
exponent: 18
|
|
3518
|
-
}],
|
|
3519
|
-
base: 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40',
|
|
3520
|
-
name: 'Teledisko DAO - Legacy',
|
|
3521
|
-
display: 'berlin-legacy',
|
|
3522
|
-
symbol: 'BERLIN-legacy',
|
|
3523
|
-
type_asset: 'erc20',
|
|
3524
|
-
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
3525
|
-
logo_URIs: {
|
|
3526
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
3527
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
3528
|
-
},
|
|
3529
|
-
images: [{
|
|
3530
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
3531
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
3532
|
-
}],
|
|
3533
|
-
traces: [{
|
|
3534
|
-
type: 'ibc',
|
|
3535
|
-
counterparty: {
|
|
3536
|
-
channel_id: 'channel-82',
|
|
3537
|
-
base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
3538
|
-
chain_name: 'evmos'
|
|
3539
|
-
},
|
|
3540
|
-
chain: {
|
|
3541
|
-
channel_id: 'channel-7'
|
|
3542
|
-
}
|
|
3543
|
-
}]
|
|
3544
|
-
},
|
|
3545
|
-
{
|
|
3546
|
-
description: 'The token of Crowdpunk DAO',
|
|
3547
|
-
denom_units: [{
|
|
3548
|
-
denom: 'ibc/9BE17980291443F276406CFE7368A720676FC06D5805C1A23AE52C2534E705F1',
|
|
3549
|
-
exponent: 0,
|
|
3550
|
-
aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
|
|
3551
|
-
}, {
|
|
3552
|
-
denom: 'crowdp',
|
|
3553
|
-
exponent: 18
|
|
3554
|
-
}],
|
|
3555
|
-
base: 'ibc/9BE17980291443F276406CFE7368A720676FC06D5805C1A23AE52C2534E705F1',
|
|
3556
|
-
name: 'Crowdpunk DAO',
|
|
3557
|
-
display: 'crowdp',
|
|
3558
|
-
address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
3559
|
-
symbol: 'CROWDP',
|
|
3560
|
-
type_asset: 'erc20',
|
|
3561
|
-
logo_URIs: {
|
|
3562
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
3563
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
3564
|
-
},
|
|
3565
|
-
images: [{
|
|
3566
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
3567
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
3568
|
-
}],
|
|
3569
|
-
traces: [{
|
|
3570
|
-
type: 'ibc',
|
|
3571
|
-
counterparty: {
|
|
3572
|
-
channel_id: 'channel-82',
|
|
3573
|
-
base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
3574
|
-
chain_name: 'evmos'
|
|
3575
|
-
},
|
|
3576
|
-
chain: {
|
|
3577
|
-
channel_id: 'channel-7'
|
|
3578
|
-
}
|
|
3579
|
-
}]
|
|
3580
|
-
},
|
|
3581
3430
|
{
|
|
3582
3431
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
3583
3432
|
denom_units: [{
|
|
@@ -4887,157 +4736,6 @@ const assets = {
|
|
|
4887
4736
|
}
|
|
4888
4737
|
}]
|
|
4889
4738
|
},
|
|
4890
|
-
{
|
|
4891
|
-
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
4892
|
-
denom_units: [{
|
|
4893
|
-
denom: 'ibc/73E97EB411B29C6F989C35D277D1A7FC65083572F102AC6BD101884EE9FB2C9F',
|
|
4894
|
-
exponent: 0,
|
|
4895
|
-
aliases: ['aevmos']
|
|
4896
|
-
}, {
|
|
4897
|
-
denom: 'evmos',
|
|
4898
|
-
exponent: 18
|
|
4899
|
-
}],
|
|
4900
|
-
base: 'ibc/73E97EB411B29C6F989C35D277D1A7FC65083572F102AC6BD101884EE9FB2C9F',
|
|
4901
|
-
name: 'Evmos',
|
|
4902
|
-
display: 'evmos',
|
|
4903
|
-
symbol: 'EVMOS',
|
|
4904
|
-
logo_URIs: {
|
|
4905
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
4906
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
4907
|
-
},
|
|
4908
|
-
coingecko_id: 'evmos',
|
|
4909
|
-
images: [{
|
|
4910
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
4911
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
4912
|
-
}],
|
|
4913
|
-
socials: {
|
|
4914
|
-
website: 'https://evmos.org/',
|
|
4915
|
-
x: 'https://x.com/EvmosOrg'
|
|
4916
|
-
},
|
|
4917
|
-
type_asset: 'sdk.coin',
|
|
4918
|
-
traces: [{
|
|
4919
|
-
type: 'ibc',
|
|
4920
|
-
counterparty: {
|
|
4921
|
-
channel_id: 'channel-82',
|
|
4922
|
-
base_denom: 'aevmos',
|
|
4923
|
-
chain_name: 'evmos'
|
|
4924
|
-
},
|
|
4925
|
-
chain: {
|
|
4926
|
-
channel_id: 'channel-7'
|
|
4927
|
-
}
|
|
4928
|
-
}]
|
|
4929
|
-
},
|
|
4930
|
-
{
|
|
4931
|
-
description: 'The token of Neokingdom DAO.',
|
|
4932
|
-
denom_units: [{
|
|
4933
|
-
denom: 'ibc/4DD3698C2FCEA87CDE843D3EA6228F2589A4DF6655A7C16D766010D9CA2E69FB',
|
|
4934
|
-
exponent: 0,
|
|
4935
|
-
aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
|
|
4936
|
-
}, {
|
|
4937
|
-
denom: 'neok',
|
|
4938
|
-
exponent: 18
|
|
4939
|
-
}],
|
|
4940
|
-
base: 'ibc/4DD3698C2FCEA87CDE843D3EA6228F2589A4DF6655A7C16D766010D9CA2E69FB',
|
|
4941
|
-
name: 'Neokingdom DAO',
|
|
4942
|
-
display: 'neok',
|
|
4943
|
-
symbol: 'NEOK',
|
|
4944
|
-
logo_URIs: {
|
|
4945
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
4946
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
4947
|
-
},
|
|
4948
|
-
images: [{
|
|
4949
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
4950
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
4951
|
-
}],
|
|
4952
|
-
socials: {
|
|
4953
|
-
website: 'https://www.neokingdom.org/',
|
|
4954
|
-
x: 'https://x.com/NEOKingdomDAO'
|
|
4955
|
-
},
|
|
4956
|
-
type_asset: 'sdk.coin',
|
|
4957
|
-
traces: [{
|
|
4958
|
-
type: 'ibc',
|
|
4959
|
-
counterparty: {
|
|
4960
|
-
channel_id: 'channel-82',
|
|
4961
|
-
base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
|
|
4962
|
-
chain_name: 'evmos'
|
|
4963
|
-
},
|
|
4964
|
-
chain: {
|
|
4965
|
-
channel_id: 'channel-7'
|
|
4966
|
-
}
|
|
4967
|
-
}]
|
|
4968
|
-
},
|
|
4969
|
-
{
|
|
4970
|
-
description: 'The legacy token of Teledisko DAO.',
|
|
4971
|
-
denom_units: [{
|
|
4972
|
-
denom: 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40',
|
|
4973
|
-
exponent: 0,
|
|
4974
|
-
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
4975
|
-
}, {
|
|
4976
|
-
denom: 'berlin-legacy',
|
|
4977
|
-
exponent: 18
|
|
4978
|
-
}],
|
|
4979
|
-
base: 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40',
|
|
4980
|
-
name: 'Teledisko DAO - Legacy',
|
|
4981
|
-
display: 'berlin-legacy',
|
|
4982
|
-
symbol: 'BERLIN-legacy',
|
|
4983
|
-
type_asset: 'erc20',
|
|
4984
|
-
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
4985
|
-
logo_URIs: {
|
|
4986
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
4987
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
4988
|
-
},
|
|
4989
|
-
images: [{
|
|
4990
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
4991
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
4992
|
-
}],
|
|
4993
|
-
traces: [{
|
|
4994
|
-
type: 'ibc',
|
|
4995
|
-
counterparty: {
|
|
4996
|
-
channel_id: 'channel-82',
|
|
4997
|
-
base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
4998
|
-
chain_name: 'evmos'
|
|
4999
|
-
},
|
|
5000
|
-
chain: {
|
|
5001
|
-
channel_id: 'channel-7'
|
|
5002
|
-
}
|
|
5003
|
-
}]
|
|
5004
|
-
},
|
|
5005
|
-
{
|
|
5006
|
-
description: 'The token of Crowdpunk DAO',
|
|
5007
|
-
denom_units: [{
|
|
5008
|
-
denom: 'ibc/9BE17980291443F276406CFE7368A720676FC06D5805C1A23AE52C2534E705F1',
|
|
5009
|
-
exponent: 0,
|
|
5010
|
-
aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
|
|
5011
|
-
}, {
|
|
5012
|
-
denom: 'crowdp',
|
|
5013
|
-
exponent: 18
|
|
5014
|
-
}],
|
|
5015
|
-
base: 'ibc/9BE17980291443F276406CFE7368A720676FC06D5805C1A23AE52C2534E705F1',
|
|
5016
|
-
name: 'Crowdpunk DAO',
|
|
5017
|
-
display: 'crowdp',
|
|
5018
|
-
address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
5019
|
-
symbol: 'CROWDP',
|
|
5020
|
-
type_asset: 'erc20',
|
|
5021
|
-
logo_URIs: {
|
|
5022
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
5023
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
5024
|
-
},
|
|
5025
|
-
images: [{
|
|
5026
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
5027
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
5028
|
-
}],
|
|
5029
|
-
traces: [{
|
|
5030
|
-
type: 'ibc',
|
|
5031
|
-
counterparty: {
|
|
5032
|
-
channel_id: 'channel-82',
|
|
5033
|
-
base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
5034
|
-
chain_name: 'evmos'
|
|
5035
|
-
},
|
|
5036
|
-
chain: {
|
|
5037
|
-
channel_id: 'channel-7'
|
|
5038
|
-
}
|
|
5039
|
-
}]
|
|
5040
|
-
},
|
|
5041
4739
|
{
|
|
5042
4740
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
5043
4741
|
denom_units: [{
|