@chain-registry/assets 1.42.8 → 1.42.10
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 +2 -2
- package/esm/mainnet/agoric.js +2 -2
- package/esm/mainnet/archway.js +86 -0
- package/esm/mainnet/axelar.js +120 -2
- package/esm/mainnet/bandchain.js +8 -0
- package/esm/mainnet/bitsong.js +8 -0
- package/esm/mainnet/carbon.js +10 -2
- package/esm/mainnet/celestia.js +2 -2
- package/esm/mainnet/composable.js +2005 -825
- package/esm/mainnet/coreum.js +2 -2
- package/esm/mainnet/cosmoshub.js +50 -2
- package/esm/mainnet/crescent.js +2 -2
- package/esm/mainnet/cryptoorgchain.js +2 -2
- package/esm/mainnet/doravota.js +8 -0
- package/esm/mainnet/dydx.js +10 -2
- package/esm/mainnet/dymension.js +2 -2
- package/esm/mainnet/evmos.js +24 -0
- package/esm/mainnet/gateway.js +2 -2
- package/esm/mainnet/gravitybridge.js +42 -2
- package/esm/mainnet/injective.js +2 -2
- package/esm/mainnet/juno.js +116 -0
- package/esm/mainnet/kava.js +10 -2
- package/esm/mainnet/kujira.js +42 -2
- package/esm/mainnet/migaloo.js +160 -0
- package/esm/mainnet/neutron.js +18 -2
- package/esm/mainnet/noble.js +10 -2
- package/esm/mainnet/oraichain.js +32 -0
- package/esm/mainnet/osmosis.js +122 -10
- package/esm/mainnet/persistence.js +16 -0
- package/esm/mainnet/saga.js +78 -0
- package/esm/mainnet/secretnetwork.js +112 -2
- package/esm/mainnet/shido.js +82 -4
- package/esm/mainnet/stargaze.js +18 -2
- package/esm/mainnet/stride.js +20 -4
- package/esm/mainnet/terra.js +16 -0
- package/esm/mainnet/terra2.js +32 -0
- package/esm/mainnet/tgrade.js +2 -2
- package/esm/noncosmos/assets.js +2 -1
- package/esm/noncosmos/ethereum.js +5 -0
- package/esm/noncosmos/index.js +1 -0
- package/index.d.ts +1 -1
- package/mainnet/acrechain.js +2 -2
- package/mainnet/agoric.js +2 -2
- package/mainnet/archway.js +86 -0
- package/mainnet/axelar.js +120 -2
- package/mainnet/bandchain.js +8 -0
- package/mainnet/bitsong.js +8 -0
- package/mainnet/carbon.js +10 -2
- package/mainnet/celestia.js +2 -2
- package/mainnet/composable.js +2005 -825
- package/mainnet/coreum.js +2 -2
- package/mainnet/cosmoshub.js +50 -2
- package/mainnet/crescent.js +2 -2
- package/mainnet/cryptoorgchain.js +2 -2
- package/mainnet/doravota.js +8 -0
- package/mainnet/dydx.js +10 -2
- package/mainnet/dymension.js +2 -2
- package/mainnet/evmos.js +24 -0
- package/mainnet/gateway.js +2 -2
- package/mainnet/gravitybridge.js +42 -2
- package/mainnet/injective.js +2 -2
- package/mainnet/juno.js +116 -0
- package/mainnet/kava.js +10 -2
- package/mainnet/kujira.js +42 -2
- package/mainnet/migaloo.js +160 -0
- package/mainnet/neutron.js +18 -2
- package/mainnet/noble.js +10 -2
- package/mainnet/oraichain.js +32 -0
- package/mainnet/osmosis.js +122 -10
- package/mainnet/persistence.js +16 -0
- package/mainnet/saga.js +78 -0
- package/mainnet/secretnetwork.js +112 -2
- package/mainnet/shido.js +82 -4
- package/mainnet/stargaze.js +18 -2
- package/mainnet/stride.js +20 -4
- package/mainnet/terra.js +16 -0
- package/mainnet/terra2.js +32 -0
- package/mainnet/tgrade.js +2 -2
- package/noncosmos/assets.js +2 -1
- package/noncosmos/ethereum.d.ts +3 -0
- package/noncosmos/ethereum.js +7 -0
- package/noncosmos/index.d.ts +1 -0
- package/noncosmos/index.js +2 -1
- package/package.json +5 -5
|
@@ -137,6 +137,10 @@ const assets = {
|
|
|
137
137
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png',
|
|
138
138
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg'
|
|
139
139
|
}],
|
|
140
|
+
socials: {
|
|
141
|
+
website: 'https://canto.io/',
|
|
142
|
+
twitter: 'https://twitter.com/CantoPublic'
|
|
143
|
+
},
|
|
140
144
|
traces: [{
|
|
141
145
|
type: 'ibc',
|
|
142
146
|
counterparty: {
|
|
@@ -325,6 +329,10 @@ const assets = {
|
|
|
325
329
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png',
|
|
326
330
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg'
|
|
327
331
|
}],
|
|
332
|
+
socials: {
|
|
333
|
+
website: 'https://canto.io/',
|
|
334
|
+
twitter: 'https://twitter.com/CantoPublic'
|
|
335
|
+
},
|
|
328
336
|
traces: [{
|
|
329
337
|
type: 'ibc',
|
|
330
338
|
counterparty: {
|
|
@@ -487,1548 +495,2704 @@ const assets = {
|
|
|
487
495
|
}]
|
|
488
496
|
},
|
|
489
497
|
{
|
|
490
|
-
description: '
|
|
491
|
-
denom_units: [
|
|
492
|
-
|
|
498
|
+
description: 'Ethereum (ETH) is a decentralized, open-source blockchain system featuring smart contract functionality. It\'s the native cryptocurrency of the Ethereum platform, often regarded as the second most popular digital currency after Bitcoin. Ethereum was proposed in late 2013 and development was crowdfunded in 2014, leading to its network going live on 30 July 2015.\n\nETH, as a digital currency, is used for a variety of purposes within the Ethereum ecosystem, including the execution of decentralized smart contracts and as a mode of payment. Unlike Bitcoin, Ethereum was designed to be a platform for applications that can operate without the need for intermediaries, using blockchain technology. This has made Ethereum a leading platform for various applications, including decentralized finance (DeFi), non-fungible tokens (NFTs), and more. Ethereum is constantly evolving, with a significant upgrade termed Ethereum 2.0, which aims to improve its scalability, security, and sustainability.',
|
|
499
|
+
denom_units: [
|
|
500
|
+
{
|
|
501
|
+
denom: 'ibc/F9D075D4079FC56A9C49B601E54A45292C319D8B0E8CC0F8439041130AA7166C',
|
|
493
502
|
exponent: 0,
|
|
494
|
-
aliases: ['
|
|
495
|
-
},
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
+
aliases: ['wei']
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
denom: 'gwei',
|
|
507
|
+
exponent: 9
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
denom: 'eth',
|
|
511
|
+
exponent: 18,
|
|
512
|
+
aliases: ['ether']
|
|
513
|
+
}
|
|
514
|
+
],
|
|
515
|
+
type_asset: 'evm-base',
|
|
516
|
+
base: 'ibc/F9D075D4079FC56A9C49B601E54A45292C319D8B0E8CC0F8439041130AA7166C',
|
|
517
|
+
name: 'Ether',
|
|
518
|
+
display: 'eth',
|
|
519
|
+
symbol: 'ETH',
|
|
503
520
|
logo_URIs: {
|
|
504
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
505
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
521
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
522
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
506
523
|
},
|
|
507
|
-
coingecko_id: '
|
|
524
|
+
coingecko_id: 'ethereum',
|
|
508
525
|
images: [{
|
|
509
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
510
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
526
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
527
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
511
528
|
}],
|
|
512
|
-
socials: {
|
|
513
|
-
website: 'https://evmos.org/',
|
|
514
|
-
twitter: 'https://twitter.com/EvmosOrg'
|
|
515
|
-
},
|
|
516
529
|
traces: [{
|
|
517
530
|
type: 'ibc',
|
|
518
531
|
counterparty: {
|
|
519
|
-
channel_id: 'channel-
|
|
520
|
-
base_denom: '
|
|
521
|
-
chain_name: '
|
|
532
|
+
channel_id: 'channel-2',
|
|
533
|
+
base_denom: 'wei',
|
|
534
|
+
chain_name: 'ethereum'
|
|
522
535
|
},
|
|
523
536
|
chain: {
|
|
524
|
-
channel_id: 'channel-
|
|
537
|
+
channel_id: 'channel-52'
|
|
525
538
|
}
|
|
526
539
|
}]
|
|
527
540
|
},
|
|
528
541
|
{
|
|
529
|
-
description: '
|
|
530
|
-
|
|
542
|
+
description: 'Aave is an Open Source and Non-Custodial protocol to earn interest on deposits & borrow assets. It also features access to highly innovative flash loans, which let developers borrow instantly and easily; no collateral needed. With 16 different assets, 5 of which are stablecoins.',
|
|
543
|
+
type_asset: 'erc20',
|
|
544
|
+
address: '0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9',
|
|
531
545
|
denom_units: [{
|
|
532
|
-
denom: 'ibc/
|
|
546
|
+
denom: 'ibc/D699577F9FD6116299F6396696B8EA9D4D1BFB7D79D63F0A5F2FF06F49DF065F',
|
|
533
547
|
exponent: 0,
|
|
534
|
-
aliases: ['
|
|
548
|
+
aliases: ['0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9']
|
|
535
549
|
}, {
|
|
536
|
-
denom: '
|
|
550
|
+
denom: 'aave',
|
|
537
551
|
exponent: 18
|
|
538
552
|
}],
|
|
539
|
-
base: 'ibc/
|
|
540
|
-
name: '
|
|
541
|
-
display: '
|
|
542
|
-
symbol: '
|
|
553
|
+
base: 'ibc/D699577F9FD6116299F6396696B8EA9D4D1BFB7D79D63F0A5F2FF06F49DF065F',
|
|
554
|
+
name: 'Aave',
|
|
555
|
+
display: 'aave',
|
|
556
|
+
symbol: 'AAVE',
|
|
543
557
|
logo_URIs: {
|
|
544
|
-
|
|
545
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
558
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg'
|
|
546
559
|
},
|
|
560
|
+
coingecko_id: 'aave',
|
|
547
561
|
images: [{
|
|
548
|
-
|
|
549
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
562
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg'
|
|
550
563
|
}],
|
|
551
|
-
socials: {
|
|
552
|
-
webiste: 'https://www.neokingdom.org/',
|
|
553
|
-
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
554
|
-
},
|
|
555
564
|
traces: [{
|
|
556
565
|
type: 'ibc',
|
|
557
566
|
counterparty: {
|
|
558
|
-
channel_id: 'channel-
|
|
559
|
-
base_denom: '
|
|
560
|
-
chain_name: '
|
|
567
|
+
channel_id: 'channel-2',
|
|
568
|
+
base_denom: '0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9',
|
|
569
|
+
chain_name: 'ethereum'
|
|
561
570
|
},
|
|
562
571
|
chain: {
|
|
563
|
-
channel_id: 'channel-
|
|
572
|
+
channel_id: 'channel-52'
|
|
564
573
|
}
|
|
565
574
|
}]
|
|
566
575
|
},
|
|
567
576
|
{
|
|
568
|
-
description: '
|
|
577
|
+
description: 'ApeCoin found new expression in web3 through art, gaming, entertainment, and events. APE is a token made to support what’s next, controlled, and built on by the community. It will serve as a decentralized protocol layer for community-led initiatives that drive culture forward into the metaverse.',
|
|
578
|
+
type_asset: 'erc20',
|
|
579
|
+
address: '0x4d224452801aced8b2f0aebe155379bb5d594381',
|
|
569
580
|
denom_units: [{
|
|
570
|
-
denom: 'ibc/
|
|
581
|
+
denom: 'ibc/A663A63F05108530D073ED2117283883064D18F505DF144C4142DDB7E8659738',
|
|
571
582
|
exponent: 0,
|
|
572
|
-
aliases: ['
|
|
583
|
+
aliases: ['0x4d224452801aced8b2f0aebe155379bb5d594381']
|
|
573
584
|
}, {
|
|
574
|
-
denom: '
|
|
585
|
+
denom: 'ape',
|
|
575
586
|
exponent: 18
|
|
576
587
|
}],
|
|
577
|
-
base: 'ibc/
|
|
578
|
-
name: '
|
|
579
|
-
display: '
|
|
580
|
-
symbol: '
|
|
581
|
-
type_asset: 'erc20',
|
|
582
|
-
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
588
|
+
base: 'ibc/A663A63F05108530D073ED2117283883064D18F505DF144C4142DDB7E8659738',
|
|
589
|
+
name: 'ApeCoin',
|
|
590
|
+
display: 'ape',
|
|
591
|
+
symbol: 'APE',
|
|
583
592
|
logo_URIs: {
|
|
584
|
-
|
|
585
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
593
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg'
|
|
586
594
|
},
|
|
595
|
+
coingecko_id: 'apecoin',
|
|
587
596
|
images: [{
|
|
588
|
-
|
|
589
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
597
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg'
|
|
590
598
|
}],
|
|
591
599
|
traces: [{
|
|
592
600
|
type: 'ibc',
|
|
593
601
|
counterparty: {
|
|
594
|
-
channel_id: 'channel-
|
|
595
|
-
base_denom: '
|
|
596
|
-
chain_name: '
|
|
602
|
+
channel_id: 'channel-2',
|
|
603
|
+
base_denom: '0x4d224452801aced8b2f0aebe155379bb5d594381',
|
|
604
|
+
chain_name: 'ethereum'
|
|
597
605
|
},
|
|
598
606
|
chain: {
|
|
599
|
-
channel_id: 'channel-
|
|
607
|
+
channel_id: 'channel-52'
|
|
600
608
|
}
|
|
601
609
|
}]
|
|
602
610
|
},
|
|
603
611
|
{
|
|
604
|
-
description: '
|
|
612
|
+
description: 'Axie Infinity is a Pokémon-inspired digital pet universe where anyone can earn tokens through skilled gameplay and contributions to the ecosystem. Players can battle, collect, raise, and build a land-based kingdom for their pets (known as Axies).',
|
|
613
|
+
type_asset: 'erc20',
|
|
614
|
+
address: '0xbb0e17ef65f82ab018d8edd776e8dd940327b28b',
|
|
605
615
|
denom_units: [{
|
|
606
|
-
denom: 'ibc/
|
|
616
|
+
denom: 'ibc/DC03A3B473C171CA30E799B7D69B0B7DABBE3BF5B036991720E813EA0959DDF8',
|
|
607
617
|
exponent: 0,
|
|
608
|
-
aliases: ['
|
|
618
|
+
aliases: ['0xbb0e17ef65f82ab018d8edd776e8dd940327b28b']
|
|
609
619
|
}, {
|
|
610
|
-
denom: '
|
|
620
|
+
denom: 'axs',
|
|
611
621
|
exponent: 18
|
|
612
622
|
}],
|
|
613
|
-
base: 'ibc/
|
|
614
|
-
name: '
|
|
615
|
-
display: '
|
|
616
|
-
|
|
617
|
-
symbol: 'CROWDP',
|
|
618
|
-
type_asset: 'erc20',
|
|
623
|
+
base: 'ibc/DC03A3B473C171CA30E799B7D69B0B7DABBE3BF5B036991720E813EA0959DDF8',
|
|
624
|
+
name: 'Axie Infinity Shard',
|
|
625
|
+
display: 'axs',
|
|
626
|
+
symbol: 'AXS',
|
|
619
627
|
logo_URIs: {
|
|
620
|
-
|
|
621
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
628
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg'
|
|
622
629
|
},
|
|
630
|
+
coingecko_id: 'axie-infinity',
|
|
623
631
|
images: [{
|
|
624
|
-
|
|
625
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
632
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg'
|
|
626
633
|
}],
|
|
627
634
|
traces: [{
|
|
628
635
|
type: 'ibc',
|
|
629
636
|
counterparty: {
|
|
630
|
-
channel_id: 'channel-
|
|
631
|
-
base_denom: '
|
|
632
|
-
chain_name: '
|
|
637
|
+
channel_id: 'channel-2',
|
|
638
|
+
base_denom: '0xbb0e17ef65f82ab018d8edd776e8dd940327b28b',
|
|
639
|
+
chain_name: 'ethereum'
|
|
633
640
|
},
|
|
634
641
|
chain: {
|
|
635
|
-
channel_id: 'channel-
|
|
642
|
+
channel_id: 'channel-52'
|
|
636
643
|
}
|
|
637
644
|
}]
|
|
638
645
|
},
|
|
639
646
|
{
|
|
640
|
-
description: '
|
|
647
|
+
description: 'A blockchain-based middleware, acting as a bridge between cryptocurrency smart contracts, data feeds, APIs and traditional bank account payments.',
|
|
648
|
+
type_asset: 'erc20',
|
|
649
|
+
address: '0x514910771af9ca656af840dff83e8264ecf986ca',
|
|
641
650
|
denom_units: [{
|
|
642
|
-
denom: 'ibc/
|
|
651
|
+
denom: 'ibc/D18DE9EC817E5583927285DFCFB8BDA27662CAA8D1FA3D38CF84705030F6F2E8',
|
|
643
652
|
exponent: 0,
|
|
644
|
-
aliases: ['
|
|
653
|
+
aliases: ['0x514910771af9ca656af840dff83e8264ecf986ca']
|
|
645
654
|
}, {
|
|
646
|
-
denom: '
|
|
655
|
+
denom: 'link',
|
|
647
656
|
exponent: 18
|
|
648
657
|
}],
|
|
649
|
-
base: 'ibc/
|
|
650
|
-
name: '
|
|
651
|
-
display: '
|
|
652
|
-
symbol: '
|
|
658
|
+
base: 'ibc/D18DE9EC817E5583927285DFCFB8BDA27662CAA8D1FA3D38CF84705030F6F2E8',
|
|
659
|
+
name: 'Chainlink',
|
|
660
|
+
display: 'link',
|
|
661
|
+
symbol: 'LINK',
|
|
653
662
|
logo_URIs: {
|
|
654
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
655
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
663
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
664
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
656
665
|
},
|
|
657
|
-
coingecko_id: '
|
|
666
|
+
coingecko_id: 'chainlink',
|
|
658
667
|
images: [{
|
|
659
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
660
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
668
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
669
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
661
670
|
}],
|
|
662
|
-
socials: {
|
|
663
|
-
website: 'https://injective.com/',
|
|
664
|
-
twitter: 'https://twitter.com/Injective_'
|
|
665
|
-
},
|
|
666
671
|
traces: [{
|
|
667
672
|
type: 'ibc',
|
|
668
673
|
counterparty: {
|
|
669
|
-
channel_id: 'channel-
|
|
670
|
-
base_denom: '
|
|
671
|
-
chain_name: '
|
|
674
|
+
channel_id: 'channel-2',
|
|
675
|
+
base_denom: '0x514910771af9ca656af840dff83e8264ecf986ca',
|
|
676
|
+
chain_name: 'ethereum'
|
|
672
677
|
},
|
|
673
678
|
chain: {
|
|
674
|
-
channel_id: 'channel-
|
|
679
|
+
channel_id: 'channel-52'
|
|
675
680
|
}
|
|
676
681
|
}]
|
|
677
682
|
},
|
|
678
683
|
{
|
|
679
|
-
description: '
|
|
684
|
+
description: 'Maker is a Decentralized Autonomous Organization that creates and insures the dai stablecoin on the Ethereum blockchain',
|
|
685
|
+
type_asset: 'erc20',
|
|
686
|
+
address: '0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2',
|
|
680
687
|
denom_units: [{
|
|
681
|
-
denom: 'ibc/
|
|
688
|
+
denom: 'ibc/A6CC40E71F564A8C273FE489417C996B3660B8241E44182B64F8E18B8269969A',
|
|
682
689
|
exponent: 0,
|
|
683
|
-
aliases: ['
|
|
690
|
+
aliases: ['0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2']
|
|
684
691
|
}, {
|
|
685
|
-
denom: '
|
|
686
|
-
exponent:
|
|
692
|
+
denom: 'mkr',
|
|
693
|
+
exponent: 18
|
|
687
694
|
}],
|
|
688
|
-
base: 'ibc/
|
|
689
|
-
name: '
|
|
690
|
-
display: '
|
|
691
|
-
symbol: '
|
|
695
|
+
base: 'ibc/A6CC40E71F564A8C273FE489417C996B3660B8241E44182B64F8E18B8269969A',
|
|
696
|
+
name: 'Maker',
|
|
697
|
+
display: 'mkr',
|
|
698
|
+
symbol: 'MKR',
|
|
692
699
|
logo_URIs: {
|
|
693
|
-
|
|
700
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg'
|
|
694
701
|
},
|
|
702
|
+
coingecko_id: 'maker',
|
|
695
703
|
images: [{
|
|
696
|
-
|
|
704
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg'
|
|
697
705
|
}],
|
|
698
706
|
traces: [{
|
|
699
707
|
type: 'ibc',
|
|
700
708
|
counterparty: {
|
|
701
|
-
channel_id: 'channel-
|
|
702
|
-
base_denom: '
|
|
703
|
-
chain_name: '
|
|
709
|
+
channel_id: 'channel-2',
|
|
710
|
+
base_denom: '0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2',
|
|
711
|
+
chain_name: 'ethereum'
|
|
704
712
|
},
|
|
705
713
|
chain: {
|
|
706
|
-
channel_id: 'channel-
|
|
714
|
+
channel_id: 'channel-52'
|
|
707
715
|
}
|
|
708
716
|
}]
|
|
709
717
|
},
|
|
710
718
|
{
|
|
711
|
-
description: '
|
|
719
|
+
description: 'SHIBA INU is a 100% decentralized community experiment with it claims that 1/2 the tokens have been sent to Vitalik and the other half were locked to a Uniswap pool and the keys burned.',
|
|
720
|
+
type_asset: 'erc20',
|
|
721
|
+
address: '0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce',
|
|
712
722
|
denom_units: [{
|
|
713
|
-
denom: 'ibc/
|
|
723
|
+
denom: 'ibc/158F220393E7A6C7324BC89730263BF6C9079EC541B69BA9E6D7EE6C9AEDCF66',
|
|
714
724
|
exponent: 0,
|
|
715
|
-
aliases: ['
|
|
725
|
+
aliases: ['0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce']
|
|
716
726
|
}, {
|
|
717
|
-
denom: '
|
|
718
|
-
exponent:
|
|
727
|
+
denom: 'shib',
|
|
728
|
+
exponent: 18
|
|
719
729
|
}],
|
|
720
|
-
base: 'ibc/
|
|
721
|
-
name: '
|
|
722
|
-
display: '
|
|
723
|
-
symbol: '
|
|
730
|
+
base: 'ibc/158F220393E7A6C7324BC89730263BF6C9079EC541B69BA9E6D7EE6C9AEDCF66',
|
|
731
|
+
name: 'Shiba Inu',
|
|
732
|
+
display: 'shib',
|
|
733
|
+
symbol: 'SHIB',
|
|
724
734
|
logo_URIs: {
|
|
725
|
-
|
|
735
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg'
|
|
726
736
|
},
|
|
737
|
+
coingecko_id: 'shiba-inu',
|
|
727
738
|
images: [{
|
|
728
|
-
|
|
739
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg'
|
|
729
740
|
}],
|
|
730
741
|
traces: [{
|
|
731
742
|
type: 'ibc',
|
|
732
743
|
counterparty: {
|
|
733
|
-
channel_id: 'channel-
|
|
734
|
-
base_denom: '
|
|
735
|
-
chain_name: '
|
|
744
|
+
channel_id: 'channel-2',
|
|
745
|
+
base_denom: '0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce',
|
|
746
|
+
chain_name: 'ethereum'
|
|
736
747
|
},
|
|
737
748
|
chain: {
|
|
738
|
-
channel_id: 'channel-
|
|
749
|
+
channel_id: 'channel-52'
|
|
739
750
|
}
|
|
740
751
|
}]
|
|
741
752
|
},
|
|
742
753
|
{
|
|
743
|
-
description: '
|
|
754
|
+
description: 'UNI token served as governance token for Uniswap protocol with 1 billion UNI have been minted at genesis. 60% of the UNI genesis supply is allocated to Uniswap community members and remaining for team, investors and advisors.',
|
|
755
|
+
type_asset: 'erc20',
|
|
756
|
+
address: '0x1f9840a85d5af5bf1d1762f925bdaddc4201f984',
|
|
744
757
|
denom_units: [{
|
|
745
|
-
denom: 'ibc/
|
|
758
|
+
denom: 'ibc/921D7E89244C857A07BAE5D6F81F2DC62865E72CA52B1D1319D99A86705B252E',
|
|
746
759
|
exponent: 0,
|
|
747
|
-
aliases: ['
|
|
760
|
+
aliases: ['0x1f9840a85d5af5bf1d1762f925bdaddc4201f984']
|
|
748
761
|
}, {
|
|
749
|
-
denom: '
|
|
750
|
-
exponent:
|
|
762
|
+
denom: 'uni',
|
|
763
|
+
exponent: 18
|
|
751
764
|
}],
|
|
752
|
-
base: 'ibc/
|
|
753
|
-
name: '
|
|
754
|
-
display: '
|
|
755
|
-
symbol: '
|
|
765
|
+
base: 'ibc/921D7E89244C857A07BAE5D6F81F2DC62865E72CA52B1D1319D99A86705B252E',
|
|
766
|
+
name: 'Uniswap',
|
|
767
|
+
display: 'uni',
|
|
768
|
+
symbol: 'UNI',
|
|
756
769
|
logo_URIs: {
|
|
757
|
-
|
|
758
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
770
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg'
|
|
759
771
|
},
|
|
760
|
-
coingecko_id: '
|
|
772
|
+
coingecko_id: 'uniswap',
|
|
761
773
|
images: [{
|
|
762
|
-
|
|
763
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
774
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg'
|
|
764
775
|
}],
|
|
765
|
-
socials: {
|
|
766
|
-
website: 'https://junonetwork.io/',
|
|
767
|
-
twitter: 'https://twitter.com/JunoNetwork'
|
|
768
|
-
},
|
|
769
776
|
traces: [{
|
|
770
777
|
type: 'ibc',
|
|
771
778
|
counterparty: {
|
|
772
|
-
channel_id: 'channel-
|
|
773
|
-
base_denom: '
|
|
774
|
-
chain_name: '
|
|
779
|
+
channel_id: 'channel-2',
|
|
780
|
+
base_denom: '0x1f9840a85d5af5bf1d1762f925bdaddc4201f984',
|
|
781
|
+
chain_name: 'ethereum'
|
|
775
782
|
},
|
|
776
783
|
chain: {
|
|
777
|
-
channel_id: 'channel-
|
|
784
|
+
channel_id: 'channel-52'
|
|
778
785
|
}
|
|
779
786
|
}]
|
|
780
787
|
},
|
|
781
788
|
{
|
|
782
|
-
description: '
|
|
789
|
+
description: 'Chain is a cloud blockchain protocol that enables organizations to build better financial services from the ground up powered by Sequence and Chain Core.',
|
|
790
|
+
type_asset: 'erc20',
|
|
791
|
+
address: '0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18',
|
|
783
792
|
denom_units: [{
|
|
784
|
-
denom: 'ibc/
|
|
793
|
+
denom: 'ibc/1A81C660B7417536B5F77B7968C647AC2EF9C56AA947C03AD88C492D29E1CB09',
|
|
785
794
|
exponent: 0,
|
|
786
|
-
aliases: ['
|
|
795
|
+
aliases: ['0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18']
|
|
787
796
|
}, {
|
|
788
|
-
denom: '
|
|
789
|
-
exponent:
|
|
797
|
+
denom: 'xcn',
|
|
798
|
+
exponent: 18
|
|
790
799
|
}],
|
|
791
|
-
base: 'ibc/
|
|
792
|
-
name: '
|
|
793
|
-
display: '
|
|
794
|
-
symbol: '
|
|
795
|
-
coingecko_id: 'kujira',
|
|
800
|
+
base: 'ibc/1A81C660B7417536B5F77B7968C647AC2EF9C56AA947C03AD88C492D29E1CB09',
|
|
801
|
+
name: 'Chain',
|
|
802
|
+
display: 'xcn',
|
|
803
|
+
symbol: 'XCN',
|
|
796
804
|
logo_URIs: {
|
|
797
|
-
|
|
798
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
|
|
805
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg'
|
|
799
806
|
},
|
|
807
|
+
coingecko_id: 'chain-2',
|
|
800
808
|
images: [{
|
|
801
|
-
|
|
802
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
|
|
809
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg'
|
|
803
810
|
}],
|
|
804
|
-
socials: {
|
|
805
|
-
website: 'https://kujira.network/',
|
|
806
|
-
twitter: 'https://twitter.com/TeamKujira'
|
|
807
|
-
},
|
|
808
811
|
traces: [{
|
|
809
812
|
type: 'ibc',
|
|
810
813
|
counterparty: {
|
|
811
|
-
channel_id: 'channel-
|
|
812
|
-
base_denom: '
|
|
813
|
-
chain_name: '
|
|
814
|
+
channel_id: 'channel-2',
|
|
815
|
+
base_denom: '0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18',
|
|
816
|
+
chain_name: 'ethereum'
|
|
814
817
|
},
|
|
815
818
|
chain: {
|
|
816
|
-
channel_id: 'channel-
|
|
819
|
+
channel_id: 'channel-52'
|
|
817
820
|
}
|
|
818
821
|
}]
|
|
819
822
|
},
|
|
820
823
|
{
|
|
821
|
-
description: '
|
|
824
|
+
description: 'Pepe is a community based memecoin with one mission: to make memecoins great again. Made to honor the iconic meme we all know and love, Pepe is here to take reign as the most memeable memecoin in existence, fueled purely by memetic power. Pepe is for the people.',
|
|
825
|
+
type_asset: 'erc20',
|
|
826
|
+
address: '0x6982508145454Ce325dDbE47a25d4ec3d2311933',
|
|
822
827
|
denom_units: [{
|
|
823
|
-
denom: 'ibc/
|
|
828
|
+
denom: 'ibc/C7D82BA3545AAEDD0DEA0123C2F8DA53873AA5D99C8D46BBE79827545F0DC1E6',
|
|
824
829
|
exponent: 0,
|
|
825
|
-
aliases: ['
|
|
830
|
+
aliases: ['0x6982508145454Ce325dDbE47a25d4ec3d2311933']
|
|
826
831
|
}, {
|
|
827
|
-
denom: '
|
|
828
|
-
exponent:
|
|
832
|
+
denom: 'pepe',
|
|
833
|
+
exponent: 18
|
|
829
834
|
}],
|
|
830
|
-
base: 'ibc/
|
|
831
|
-
name: '
|
|
832
|
-
display: '
|
|
833
|
-
symbol: '
|
|
835
|
+
base: 'ibc/C7D82BA3545AAEDD0DEA0123C2F8DA53873AA5D99C8D46BBE79827545F0DC1E6',
|
|
836
|
+
name: 'Pepe',
|
|
837
|
+
display: 'pepe',
|
|
838
|
+
symbol: 'PEPE',
|
|
834
839
|
logo_URIs: {
|
|
835
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
836
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
840
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png',
|
|
841
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg'
|
|
837
842
|
},
|
|
838
|
-
coingecko_id: '
|
|
843
|
+
coingecko_id: 'pepe',
|
|
839
844
|
images: [{
|
|
840
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
841
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
845
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png',
|
|
846
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg'
|
|
842
847
|
}],
|
|
843
|
-
|
|
844
|
-
website: 'https://neutron.org/',
|
|
845
|
-
twitter: 'https://twitter.com/Neutron_org'
|
|
846
|
-
},
|
|
848
|
+
keywords: ['meme'],
|
|
847
849
|
traces: [{
|
|
848
850
|
type: 'ibc',
|
|
849
851
|
counterparty: {
|
|
850
|
-
channel_id: 'channel-
|
|
851
|
-
base_denom: '
|
|
852
|
-
chain_name: '
|
|
852
|
+
channel_id: 'channel-2',
|
|
853
|
+
base_denom: '0x6982508145454Ce325dDbE47a25d4ec3d2311933',
|
|
854
|
+
chain_name: 'ethereum'
|
|
853
855
|
},
|
|
854
856
|
chain: {
|
|
855
|
-
channel_id: 'channel-
|
|
857
|
+
channel_id: 'channel-52'
|
|
856
858
|
}
|
|
857
859
|
}]
|
|
858
860
|
},
|
|
859
861
|
{
|
|
860
|
-
description: '
|
|
862
|
+
description: 'The OCC token acts as the fuel for the OccamRazer launchpad and it is indirectly used as well on the DAO governance layer.',
|
|
863
|
+
type_asset: 'erc20',
|
|
864
|
+
address: '0x2F109021aFe75B949429fe30523Ee7C0D5B27207',
|
|
861
865
|
denom_units: [{
|
|
862
|
-
denom: 'ibc/
|
|
866
|
+
denom: 'ibc/19BF897B03066D7CCC00C6A0963E175E22E2593C21179D3F38E6411B3C9EA16B',
|
|
863
867
|
exponent: 0,
|
|
864
|
-
aliases: ['
|
|
868
|
+
aliases: ['0x2F109021aFe75B949429fe30523Ee7C0D5B27207']
|
|
865
869
|
}, {
|
|
866
|
-
denom: '
|
|
867
|
-
exponent:
|
|
870
|
+
denom: 'occ',
|
|
871
|
+
exponent: 18
|
|
868
872
|
}],
|
|
869
|
-
base: 'ibc/
|
|
870
|
-
name: '
|
|
871
|
-
display: '
|
|
872
|
-
symbol: '
|
|
873
|
+
base: 'ibc/19BF897B03066D7CCC00C6A0963E175E22E2593C21179D3F38E6411B3C9EA16B',
|
|
874
|
+
name: 'OccamFi',
|
|
875
|
+
display: 'occ',
|
|
876
|
+
symbol: 'OCC',
|
|
873
877
|
logo_URIs: {
|
|
874
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
878
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png'
|
|
875
879
|
},
|
|
880
|
+
coingecko_id: 'occamfi',
|
|
876
881
|
images: [{
|
|
877
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
882
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png'
|
|
878
883
|
}],
|
|
879
884
|
traces: [{
|
|
880
885
|
type: 'ibc',
|
|
881
886
|
counterparty: {
|
|
882
|
-
channel_id: 'channel-
|
|
883
|
-
base_denom: '
|
|
884
|
-
chain_name: '
|
|
887
|
+
channel_id: 'channel-2',
|
|
888
|
+
base_denom: '0x2F109021aFe75B949429fe30523Ee7C0D5B27207',
|
|
889
|
+
chain_name: 'ethereum'
|
|
885
890
|
},
|
|
886
891
|
chain: {
|
|
887
|
-
channel_id: 'channel-
|
|
892
|
+
channel_id: 'channel-52'
|
|
888
893
|
}
|
|
889
894
|
}]
|
|
890
895
|
},
|
|
891
896
|
{
|
|
892
|
-
description: '
|
|
897
|
+
description: 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.',
|
|
898
|
+
type_asset: 'erc20',
|
|
899
|
+
address: '0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e',
|
|
893
900
|
denom_units: [{
|
|
894
|
-
denom: 'ibc/
|
|
901
|
+
denom: 'ibc/17690D9023E45DF8AB9F7030A470C782214AA963BFD656CF9DCD800A92F3F0F6',
|
|
895
902
|
exponent: 0,
|
|
896
|
-
aliases: ['
|
|
903
|
+
aliases: ['0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e']
|
|
897
904
|
}, {
|
|
898
|
-
denom: '
|
|
899
|
-
exponent:
|
|
905
|
+
denom: 'page',
|
|
906
|
+
exponent: 8
|
|
900
907
|
}],
|
|
901
|
-
base: 'ibc/
|
|
902
|
-
name: '
|
|
903
|
-
display: '
|
|
904
|
-
symbol: '
|
|
908
|
+
base: 'ibc/17690D9023E45DF8AB9F7030A470C782214AA963BFD656CF9DCD800A92F3F0F6',
|
|
909
|
+
name: 'Page',
|
|
910
|
+
display: 'page',
|
|
911
|
+
symbol: 'PAGE',
|
|
912
|
+
coingecko_id: 'page',
|
|
905
913
|
logo_URIs: {
|
|
906
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
914
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
|
|
915
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
|
|
907
916
|
},
|
|
908
917
|
images: [{
|
|
909
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
918
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
|
|
919
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
|
|
910
920
|
}],
|
|
911
921
|
traces: [{
|
|
912
922
|
type: 'ibc',
|
|
913
923
|
counterparty: {
|
|
914
|
-
channel_id: 'channel-
|
|
915
|
-
base_denom: '
|
|
916
|
-
chain_name: '
|
|
924
|
+
channel_id: 'channel-2',
|
|
925
|
+
base_denom: '0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e',
|
|
926
|
+
chain_name: 'ethereum'
|
|
917
927
|
},
|
|
918
928
|
chain: {
|
|
919
|
-
channel_id: 'channel-
|
|
929
|
+
channel_id: 'channel-52'
|
|
920
930
|
}
|
|
921
931
|
}]
|
|
922
932
|
},
|
|
923
933
|
{
|
|
924
|
-
description: '
|
|
934
|
+
description: '',
|
|
935
|
+
type_asset: 'erc20',
|
|
936
|
+
address: '0x78a0A62Fba6Fb21A83FE8a3433d44C73a4017A6f',
|
|
925
937
|
denom_units: [{
|
|
926
|
-
denom: 'ibc/
|
|
938
|
+
denom: 'ibc/86BEC3CF0E2A1BF8BC3C5AD0AD3FC46350940F07F003A3C1577BF654E808217F',
|
|
927
939
|
exponent: 0,
|
|
928
|
-
aliases: ['
|
|
940
|
+
aliases: ['0x78a0A62Fba6Fb21A83FE8a3433d44C73a4017A6f']
|
|
929
941
|
}, {
|
|
930
|
-
denom: '
|
|
931
|
-
exponent:
|
|
942
|
+
denom: 'ox',
|
|
943
|
+
exponent: 18
|
|
932
944
|
}],
|
|
933
|
-
base: 'ibc/
|
|
934
|
-
name: '
|
|
935
|
-
display: '
|
|
936
|
-
symbol: '
|
|
945
|
+
base: 'ibc/86BEC3CF0E2A1BF8BC3C5AD0AD3FC46350940F07F003A3C1577BF654E808217F',
|
|
946
|
+
name: 'Open Exchange Token',
|
|
947
|
+
display: 'ox',
|
|
948
|
+
symbol: 'OX',
|
|
949
|
+
coingecko_id: 'open-exchange-token',
|
|
937
950
|
logo_URIs: {
|
|
938
|
-
|
|
951
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg'
|
|
939
952
|
},
|
|
940
953
|
images: [{
|
|
941
|
-
|
|
954
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg'
|
|
942
955
|
}],
|
|
943
956
|
traces: [{
|
|
944
957
|
type: 'ibc',
|
|
945
958
|
counterparty: {
|
|
946
|
-
channel_id: 'channel-
|
|
947
|
-
base_denom: '
|
|
948
|
-
chain_name: '
|
|
959
|
+
channel_id: 'channel-2',
|
|
960
|
+
base_denom: '0x78a0A62Fba6Fb21A83FE8a3433d44C73a4017A6f',
|
|
961
|
+
chain_name: 'ethereum'
|
|
949
962
|
},
|
|
950
963
|
chain: {
|
|
951
|
-
channel_id: 'channel-
|
|
964
|
+
channel_id: 'channel-52'
|
|
952
965
|
}
|
|
953
966
|
}]
|
|
954
967
|
},
|
|
955
968
|
{
|
|
956
|
-
description: '
|
|
969
|
+
description: 'BEAST: Battle, Breed, and Customize unique creatures powered by Ethereum & Cosmos',
|
|
970
|
+
extended_description: 'A monster breeding & battling game with a twist. Each game interaction burns $BEAST tokens, adding a strategic depth to breeding, battling, and customization. Dive into a world where every move counts!',
|
|
971
|
+
type_asset: 'erc20',
|
|
972
|
+
address: '0xA4426666addBE8c4985377d36683D17FB40c31Be',
|
|
957
973
|
denom_units: [{
|
|
958
|
-
denom: 'ibc/
|
|
974
|
+
denom: 'ibc/1E0E07A6EDA2FA9D8C4DFC0575561B049172CF6748C47D7494614D712BF05DF9',
|
|
959
975
|
exponent: 0,
|
|
960
|
-
aliases: ['
|
|
976
|
+
aliases: ['0xA4426666addBE8c4985377d36683D17FB40c31Be']
|
|
961
977
|
}, {
|
|
962
|
-
denom: '
|
|
978
|
+
denom: 'beast',
|
|
963
979
|
exponent: 6
|
|
964
980
|
}],
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
symbol: 'OSMO',
|
|
981
|
+
base: 'ibc/1E0E07A6EDA2FA9D8C4DFC0575561B049172CF6748C47D7494614D712BF05DF9',
|
|
982
|
+
name: 'Gelotto BEAST',
|
|
983
|
+
display: 'beast',
|
|
984
|
+
symbol: 'BEAST',
|
|
970
985
|
logo_URIs: {
|
|
971
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
972
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
986
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png'
|
|
973
987
|
},
|
|
974
988
|
images: [{
|
|
975
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
976
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
989
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png'
|
|
977
990
|
}],
|
|
978
|
-
coingecko_id: 'osmosis',
|
|
979
|
-
keywords: ['dex', 'staking'],
|
|
980
|
-
socials: {
|
|
981
|
-
website: 'https://osmosis.zone',
|
|
982
|
-
twitter: 'https://twitter.com/osmosiszone'
|
|
983
|
-
},
|
|
984
991
|
traces: [{
|
|
985
992
|
type: 'ibc',
|
|
986
993
|
counterparty: {
|
|
987
|
-
channel_id: 'channel-
|
|
988
|
-
base_denom: '
|
|
989
|
-
chain_name: '
|
|
994
|
+
channel_id: 'channel-2',
|
|
995
|
+
base_denom: '0xA4426666addBE8c4985377d36683D17FB40c31Be',
|
|
996
|
+
chain_name: 'ethereum'
|
|
990
997
|
},
|
|
991
998
|
chain: {
|
|
992
|
-
channel_id: 'channel-
|
|
999
|
+
channel_id: 'channel-52'
|
|
993
1000
|
}
|
|
994
1001
|
}]
|
|
995
1002
|
},
|
|
996
1003
|
{
|
|
1004
|
+
description: 'PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS.',
|
|
1005
|
+
type_asset: 'erc20',
|
|
1006
|
+
address: '0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38',
|
|
997
1007
|
denom_units: [{
|
|
998
|
-
denom: 'ibc/
|
|
1008
|
+
denom: 'ibc/9141B9C2A74294F94C6861FA6B9D5B562874BD84F7C4239569BFD540D86A7E1A',
|
|
999
1009
|
exponent: 0,
|
|
1000
|
-
aliases: ['
|
|
1010
|
+
aliases: ['0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38']
|
|
1001
1011
|
}, {
|
|
1002
|
-
denom: '
|
|
1003
|
-
exponent:
|
|
1012
|
+
denom: 'PUNDIX',
|
|
1013
|
+
exponent: 18
|
|
1004
1014
|
}],
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1015
|
+
base: 'ibc/9141B9C2A74294F94C6861FA6B9D5B562874BD84F7C4239569BFD540D86A7E1A',
|
|
1016
|
+
name: 'Pundi X Token',
|
|
1017
|
+
display: 'PUNDIX',
|
|
1018
|
+
symbol: 'PUNDIX',
|
|
1019
|
+
coingecko_id: 'pundi-x-2',
|
|
1010
1020
|
logo_URIs: {
|
|
1011
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1012
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
1021
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pundix.png'
|
|
1013
1022
|
},
|
|
1014
1023
|
images: [{
|
|
1015
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1016
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
1024
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pundix.png'
|
|
1017
1025
|
}],
|
|
1018
|
-
coingecko_id: 'ion',
|
|
1019
|
-
keywords: ['memecoin', 'defi'],
|
|
1020
|
-
socials: {
|
|
1021
|
-
website: 'https://ion.wtf',
|
|
1022
|
-
twitter: 'https://twitter.com/_IONDAO'
|
|
1023
|
-
},
|
|
1024
1026
|
traces: [{
|
|
1025
1027
|
type: 'ibc',
|
|
1026
1028
|
counterparty: {
|
|
1027
|
-
channel_id: 'channel-
|
|
1028
|
-
base_denom: '
|
|
1029
|
-
chain_name: '
|
|
1029
|
+
channel_id: 'channel-2',
|
|
1030
|
+
base_denom: '0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38',
|
|
1031
|
+
chain_name: 'ethereum'
|
|
1030
1032
|
},
|
|
1031
1033
|
chain: {
|
|
1032
|
-
channel_id: 'channel-
|
|
1034
|
+
channel_id: 'channel-52'
|
|
1033
1035
|
}
|
|
1034
1036
|
}]
|
|
1035
1037
|
},
|
|
1036
1038
|
{
|
|
1037
|
-
description: '
|
|
1039
|
+
description: 'FXS is the value accrual and governance token of the entire Frax ecosystem. Frax is a fractional-algorithmic stablecoin protocol. It aims to provide a highly scalable, decentralized, algorithmic money in place of fixed-supply assets like BTC.',
|
|
1040
|
+
type_asset: 'erc20',
|
|
1041
|
+
address: '0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0',
|
|
1038
1042
|
denom_units: [{
|
|
1039
|
-
denom: 'ibc/
|
|
1043
|
+
denom: 'ibc/5F9BE030FC355733EC79307409FA98398BBFC747C9430B326C144A74F6808B29',
|
|
1040
1044
|
exponent: 0,
|
|
1041
|
-
aliases: ['
|
|
1045
|
+
aliases: ['0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0']
|
|
1042
1046
|
}, {
|
|
1043
|
-
denom: '
|
|
1044
|
-
exponent:
|
|
1047
|
+
denom: 'fxs',
|
|
1048
|
+
exponent: 18
|
|
1045
1049
|
}],
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
logo_URIs: {
|
|
1052
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
1053
|
-
},
|
|
1050
|
+
base: 'ibc/5F9BE030FC355733EC79307409FA98398BBFC747C9430B326C144A74F6808B29',
|
|
1051
|
+
name: 'Frax Share',
|
|
1052
|
+
display: 'fxs',
|
|
1053
|
+
symbol: 'FXS',
|
|
1054
|
+
coingecko_id: 'frax-share',
|
|
1054
1055
|
images: [{
|
|
1055
|
-
|
|
1056
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.png',
|
|
1057
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.svg'
|
|
1056
1058
|
}],
|
|
1059
|
+
logo_URIs: {
|
|
1060
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.png',
|
|
1061
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.svg'
|
|
1062
|
+
},
|
|
1057
1063
|
traces: [{
|
|
1058
1064
|
type: 'ibc',
|
|
1059
1065
|
counterparty: {
|
|
1060
|
-
channel_id: 'channel-
|
|
1061
|
-
base_denom: '
|
|
1062
|
-
chain_name: '
|
|
1066
|
+
channel_id: 'channel-2',
|
|
1067
|
+
base_denom: '0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0',
|
|
1068
|
+
chain_name: 'ethereum'
|
|
1063
1069
|
},
|
|
1064
1070
|
chain: {
|
|
1065
|
-
channel_id: 'channel-
|
|
1071
|
+
channel_id: 'channel-52'
|
|
1066
1072
|
}
|
|
1067
1073
|
}]
|
|
1068
1074
|
},
|
|
1069
1075
|
{
|
|
1070
|
-
description: '
|
|
1076
|
+
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
1071
1077
|
denom_units: [{
|
|
1072
|
-
denom: 'ibc/
|
|
1078
|
+
denom: 'ibc/73E97EB411B29C6F989C35D277D1A7FC65083572F102AC6BD101884EE9FB2C9F',
|
|
1073
1079
|
exponent: 0,
|
|
1074
|
-
aliases: ['
|
|
1080
|
+
aliases: ['aevmos']
|
|
1075
1081
|
}, {
|
|
1076
|
-
denom: '
|
|
1077
|
-
exponent:
|
|
1078
|
-
aliases: []
|
|
1082
|
+
denom: 'evmos',
|
|
1083
|
+
exponent: 18
|
|
1079
1084
|
}],
|
|
1080
|
-
base: 'ibc/
|
|
1081
|
-
name: '
|
|
1082
|
-
display: '
|
|
1083
|
-
symbol: '
|
|
1085
|
+
base: 'ibc/73E97EB411B29C6F989C35D277D1A7FC65083572F102AC6BD101884EE9FB2C9F',
|
|
1086
|
+
name: 'Evmos',
|
|
1087
|
+
display: 'evmos',
|
|
1088
|
+
symbol: 'EVMOS',
|
|
1084
1089
|
logo_URIs: {
|
|
1085
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1090
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
1091
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
1086
1092
|
},
|
|
1087
|
-
coingecko_id: '
|
|
1093
|
+
coingecko_id: 'evmos',
|
|
1088
1094
|
images: [{
|
|
1089
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1095
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
1096
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
1090
1097
|
}],
|
|
1091
1098
|
socials: {
|
|
1092
|
-
website: 'https://
|
|
1093
|
-
twitter: 'https://twitter.com/
|
|
1099
|
+
website: 'https://evmos.org/',
|
|
1100
|
+
twitter: 'https://twitter.com/EvmosOrg'
|
|
1094
1101
|
},
|
|
1095
1102
|
traces: [{
|
|
1096
1103
|
type: 'ibc',
|
|
1097
1104
|
counterparty: {
|
|
1098
|
-
channel_id: 'channel-
|
|
1099
|
-
base_denom: '
|
|
1100
|
-
chain_name: '
|
|
1105
|
+
channel_id: 'channel-82',
|
|
1106
|
+
base_denom: 'aevmos',
|
|
1107
|
+
chain_name: 'evmos'
|
|
1101
1108
|
},
|
|
1102
1109
|
chain: {
|
|
1103
|
-
channel_id: 'channel-
|
|
1110
|
+
channel_id: 'channel-7'
|
|
1104
1111
|
}
|
|
1105
1112
|
}]
|
|
1106
1113
|
},
|
|
1107
1114
|
{
|
|
1108
|
-
description: 'The
|
|
1115
|
+
description: 'The token of Neokingdom DAO.',
|
|
1116
|
+
extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
|
|
1109
1117
|
denom_units: [{
|
|
1110
|
-
denom: 'ibc/
|
|
1118
|
+
denom: 'ibc/4DD3698C2FCEA87CDE843D3EA6228F2589A4DF6655A7C16D766010D9CA2E69FB',
|
|
1111
1119
|
exponent: 0,
|
|
1112
|
-
aliases: ['
|
|
1120
|
+
aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
|
|
1113
1121
|
}, {
|
|
1114
|
-
denom: '
|
|
1115
|
-
exponent:
|
|
1122
|
+
denom: 'neok',
|
|
1123
|
+
exponent: 18
|
|
1116
1124
|
}],
|
|
1117
|
-
base: 'ibc/
|
|
1118
|
-
name: '
|
|
1119
|
-
display: '
|
|
1120
|
-
symbol: '
|
|
1125
|
+
base: 'ibc/4DD3698C2FCEA87CDE843D3EA6228F2589A4DF6655A7C16D766010D9CA2E69FB',
|
|
1126
|
+
name: 'Neokingdom DAO',
|
|
1127
|
+
display: 'neok',
|
|
1128
|
+
symbol: 'NEOK',
|
|
1121
1129
|
logo_URIs: {
|
|
1122
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1123
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1130
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
1131
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
1124
1132
|
},
|
|
1125
|
-
coingecko_id: 'secret',
|
|
1126
1133
|
images: [{
|
|
1127
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1128
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1134
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
1135
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
1129
1136
|
}],
|
|
1130
1137
|
socials: {
|
|
1131
|
-
website: 'https://
|
|
1132
|
-
twitter: 'https://twitter.com/
|
|
1138
|
+
website: 'https://www.neokingdom.org/',
|
|
1139
|
+
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
1133
1140
|
},
|
|
1134
1141
|
traces: [{
|
|
1135
1142
|
type: 'ibc',
|
|
1136
1143
|
counterparty: {
|
|
1137
|
-
channel_id: 'channel-
|
|
1138
|
-
base_denom: '
|
|
1139
|
-
chain_name: '
|
|
1144
|
+
channel_id: 'channel-82',
|
|
1145
|
+
base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
|
|
1146
|
+
chain_name: 'evmos'
|
|
1140
1147
|
},
|
|
1141
1148
|
chain: {
|
|
1142
|
-
channel_id: 'channel-
|
|
1149
|
+
channel_id: 'channel-7'
|
|
1143
1150
|
}
|
|
1144
1151
|
}]
|
|
1145
1152
|
},
|
|
1146
1153
|
{
|
|
1147
|
-
description: 'The
|
|
1154
|
+
description: 'The token of Teledisko DAO.',
|
|
1148
1155
|
denom_units: [{
|
|
1149
|
-
denom: 'ibc/
|
|
1156
|
+
denom: 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40',
|
|
1150
1157
|
exponent: 0,
|
|
1151
|
-
aliases: ['
|
|
1158
|
+
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
1152
1159
|
}, {
|
|
1153
|
-
denom: '
|
|
1154
|
-
exponent:
|
|
1160
|
+
denom: 'berlin',
|
|
1161
|
+
exponent: 18
|
|
1155
1162
|
}],
|
|
1156
|
-
base: 'ibc/
|
|
1157
|
-
name: '
|
|
1158
|
-
display: '
|
|
1159
|
-
symbol: '
|
|
1163
|
+
base: 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40',
|
|
1164
|
+
name: 'Teledisko DAO',
|
|
1165
|
+
display: 'berlin',
|
|
1166
|
+
symbol: 'BERLIN',
|
|
1167
|
+
type_asset: 'erc20',
|
|
1168
|
+
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
1160
1169
|
logo_URIs: {
|
|
1161
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1162
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1170
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
1171
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
1163
1172
|
},
|
|
1164
|
-
coingecko_id: 'stargaze',
|
|
1165
1173
|
images: [{
|
|
1166
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1167
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1174
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
1175
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
1168
1176
|
}],
|
|
1169
|
-
socials: {
|
|
1170
|
-
website: 'https://www.stargaze.zone/',
|
|
1171
|
-
twitter: 'https://twitter.com/StargazeZone'
|
|
1172
|
-
},
|
|
1173
1177
|
traces: [{
|
|
1174
1178
|
type: 'ibc',
|
|
1175
1179
|
counterparty: {
|
|
1176
|
-
channel_id: 'channel-
|
|
1177
|
-
base_denom: '
|
|
1178
|
-
chain_name: '
|
|
1180
|
+
channel_id: 'channel-82',
|
|
1181
|
+
base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
1182
|
+
chain_name: 'evmos'
|
|
1179
1183
|
},
|
|
1180
1184
|
chain: {
|
|
1181
|
-
channel_id: 'channel-
|
|
1185
|
+
channel_id: 'channel-7'
|
|
1182
1186
|
}
|
|
1183
1187
|
}]
|
|
1184
1188
|
},
|
|
1185
1189
|
{
|
|
1186
|
-
description: 'The
|
|
1190
|
+
description: 'The token of Crowdpunk DAO',
|
|
1187
1191
|
denom_units: [{
|
|
1188
|
-
denom: 'ibc/
|
|
1192
|
+
denom: 'ibc/1A61CAAADA780689237AC470AC2B72E9EA5A61F79FA93EB34679A44D23BB4A0E',
|
|
1189
1193
|
exponent: 0,
|
|
1190
|
-
aliases: ['
|
|
1194
|
+
aliases: ['erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f']
|
|
1191
1195
|
}, {
|
|
1192
|
-
denom: '
|
|
1193
|
-
exponent:
|
|
1196
|
+
denom: 'crowdp',
|
|
1197
|
+
exponent: 18
|
|
1194
1198
|
}],
|
|
1195
|
-
base: 'ibc/
|
|
1196
|
-
name: '
|
|
1197
|
-
display: '
|
|
1198
|
-
|
|
1199
|
+
base: 'ibc/1A61CAAADA780689237AC470AC2B72E9EA5A61F79FA93EB34679A44D23BB4A0E',
|
|
1200
|
+
name: 'Crowdpunk DAO',
|
|
1201
|
+
display: 'crowdp',
|
|
1202
|
+
address: '0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f',
|
|
1203
|
+
symbol: 'CROWDP',
|
|
1204
|
+
type_asset: 'erc20',
|
|
1199
1205
|
logo_URIs: {
|
|
1200
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1201
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1206
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
1207
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
1202
1208
|
},
|
|
1203
|
-
coingecko_id: 'stride',
|
|
1204
1209
|
images: [{
|
|
1205
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1206
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1210
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
1211
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
1207
1212
|
}],
|
|
1208
|
-
socials: {
|
|
1209
|
-
website: 'https://stride.zone/',
|
|
1210
|
-
twitter: 'https://twitter.com/stride_zone'
|
|
1211
|
-
},
|
|
1212
1213
|
traces: [{
|
|
1213
1214
|
type: 'ibc',
|
|
1214
1215
|
counterparty: {
|
|
1215
|
-
channel_id: 'channel-
|
|
1216
|
-
base_denom: '
|
|
1217
|
-
chain_name: '
|
|
1216
|
+
channel_id: 'channel-82',
|
|
1217
|
+
base_denom: 'erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f',
|
|
1218
|
+
chain_name: 'evmos'
|
|
1218
1219
|
},
|
|
1219
1220
|
chain: {
|
|
1220
|
-
channel_id: 'channel-
|
|
1221
|
+
channel_id: 'channel-7'
|
|
1221
1222
|
}
|
|
1222
1223
|
}]
|
|
1223
1224
|
},
|
|
1224
1225
|
{
|
|
1225
|
-
description: 'The
|
|
1226
|
+
description: 'The INJ token is the native governance token for the Injective chain.',
|
|
1226
1227
|
denom_units: [{
|
|
1227
|
-
denom: 'ibc/
|
|
1228
|
+
denom: 'ibc/E752C7ACE548AF134010F2673C348DCE5D5F8328A56C252F5B9903589F103413',
|
|
1228
1229
|
exponent: 0,
|
|
1229
|
-
aliases: ['
|
|
1230
|
+
aliases: ['inj']
|
|
1230
1231
|
}, {
|
|
1231
|
-
denom: '
|
|
1232
|
-
exponent:
|
|
1232
|
+
denom: 'INJ',
|
|
1233
|
+
exponent: 18
|
|
1233
1234
|
}],
|
|
1234
|
-
base: 'ibc/
|
|
1235
|
-
name: '
|
|
1236
|
-
display: '
|
|
1237
|
-
symbol: '
|
|
1235
|
+
base: 'ibc/E752C7ACE548AF134010F2673C348DCE5D5F8328A56C252F5B9903589F103413',
|
|
1236
|
+
name: 'Injective',
|
|
1237
|
+
display: 'INJ',
|
|
1238
|
+
symbol: 'INJ',
|
|
1239
|
+
logo_URIs: {
|
|
1240
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
1241
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
1242
|
+
},
|
|
1243
|
+
coingecko_id: 'injective-protocol',
|
|
1244
|
+
images: [{
|
|
1245
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
1246
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
1247
|
+
}],
|
|
1248
|
+
socials: {
|
|
1249
|
+
website: 'https://injective.com/',
|
|
1250
|
+
twitter: 'https://twitter.com/Injective_'
|
|
1251
|
+
},
|
|
1252
|
+
traces: [{
|
|
1253
|
+
type: 'ibc',
|
|
1254
|
+
counterparty: {
|
|
1255
|
+
channel_id: 'channel-145',
|
|
1256
|
+
base_denom: 'inj',
|
|
1257
|
+
chain_name: 'injective'
|
|
1258
|
+
},
|
|
1259
|
+
chain: {
|
|
1260
|
+
channel_id: 'channel-29'
|
|
1261
|
+
}
|
|
1262
|
+
}]
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
description: 'The second meme coin on Injective.',
|
|
1266
|
+
denom_units: [{
|
|
1267
|
+
denom: 'ibc/1B3638F92F76A170AFAD00FF97BC7ED9FCC3588A0591AA54FF5EF3ABD5FB7C3C',
|
|
1268
|
+
exponent: 0,
|
|
1269
|
+
aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88']
|
|
1270
|
+
}, {
|
|
1271
|
+
denom: 'NINPO',
|
|
1272
|
+
exponent: 6
|
|
1273
|
+
}],
|
|
1274
|
+
base: 'ibc/1B3638F92F76A170AFAD00FF97BC7ED9FCC3588A0591AA54FF5EF3ABD5FB7C3C',
|
|
1275
|
+
name: 'Ninpo',
|
|
1276
|
+
display: 'NINPO',
|
|
1277
|
+
symbol: 'NINPO',
|
|
1278
|
+
logo_URIs: {
|
|
1279
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png'
|
|
1280
|
+
},
|
|
1281
|
+
images: [{
|
|
1282
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png'
|
|
1283
|
+
}],
|
|
1284
|
+
traces: [{
|
|
1285
|
+
type: 'ibc',
|
|
1286
|
+
counterparty: {
|
|
1287
|
+
channel_id: 'channel-145',
|
|
1288
|
+
base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88',
|
|
1289
|
+
chain_name: 'injective'
|
|
1290
|
+
},
|
|
1291
|
+
chain: {
|
|
1292
|
+
channel_id: 'channel-29'
|
|
1293
|
+
}
|
|
1294
|
+
}]
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
description: 'JUDO is a very futuristic meme token.',
|
|
1298
|
+
denom_units: [{
|
|
1299
|
+
denom: 'ibc/34D4798F8F5FA32DC0D8D5C12C9293C900E72B6937116669BC861BBA1F8A47AB',
|
|
1300
|
+
exponent: 0,
|
|
1301
|
+
aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h']
|
|
1302
|
+
}, {
|
|
1303
|
+
denom: 'JUDO',
|
|
1304
|
+
exponent: 6
|
|
1305
|
+
}],
|
|
1306
|
+
base: 'ibc/34D4798F8F5FA32DC0D8D5C12C9293C900E72B6937116669BC861BBA1F8A47AB',
|
|
1307
|
+
name: 'Judo',
|
|
1308
|
+
display: 'JUDO',
|
|
1309
|
+
symbol: 'JUDO',
|
|
1310
|
+
logo_URIs: {
|
|
1311
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png'
|
|
1312
|
+
},
|
|
1313
|
+
images: [{
|
|
1314
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png'
|
|
1315
|
+
}],
|
|
1316
|
+
traces: [{
|
|
1317
|
+
type: 'ibc',
|
|
1318
|
+
counterparty: {
|
|
1319
|
+
channel_id: 'channel-145',
|
|
1320
|
+
base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h',
|
|
1321
|
+
chain_name: 'injective'
|
|
1322
|
+
},
|
|
1323
|
+
chain: {
|
|
1324
|
+
channel_id: 'channel-29'
|
|
1325
|
+
}
|
|
1326
|
+
}]
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
description: 'The native token of JUNO Chain',
|
|
1330
|
+
denom_units: [{
|
|
1331
|
+
denom: 'ibc/DF8D00B4B31B55AFCA9BAF192BC36C67AA06D9987DCB96490661BCAB63C27006',
|
|
1332
|
+
exponent: 0,
|
|
1333
|
+
aliases: ['ujuno']
|
|
1334
|
+
}, {
|
|
1335
|
+
denom: 'juno',
|
|
1336
|
+
exponent: 6
|
|
1337
|
+
}],
|
|
1338
|
+
base: 'ibc/DF8D00B4B31B55AFCA9BAF192BC36C67AA06D9987DCB96490661BCAB63C27006',
|
|
1339
|
+
name: 'Juno',
|
|
1340
|
+
display: 'juno',
|
|
1341
|
+
symbol: 'JUNO',
|
|
1342
|
+
logo_URIs: {
|
|
1343
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
1344
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
1345
|
+
},
|
|
1346
|
+
coingecko_id: 'juno-network',
|
|
1347
|
+
images: [{
|
|
1348
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
1349
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
1350
|
+
}],
|
|
1351
|
+
socials: {
|
|
1352
|
+
website: 'https://junonetwork.io/',
|
|
1353
|
+
twitter: 'https://twitter.com/JunoNetwork'
|
|
1354
|
+
},
|
|
1355
|
+
traces: [{
|
|
1356
|
+
type: 'ibc',
|
|
1357
|
+
counterparty: {
|
|
1358
|
+
channel_id: 'channel-280',
|
|
1359
|
+
base_denom: 'ujuno',
|
|
1360
|
+
chain_name: 'juno'
|
|
1361
|
+
},
|
|
1362
|
+
chain: {
|
|
1363
|
+
channel_id: 'channel-8'
|
|
1364
|
+
}
|
|
1365
|
+
}]
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
description: 'The native staking and governance token of the Kujira chain.',
|
|
1369
|
+
denom_units: [{
|
|
1370
|
+
denom: 'ibc/4E86DB2D0F4DC03F4853FD7F6B0E622FBAD10F198B29CC1BA24C207F514B8271',
|
|
1371
|
+
exponent: 0,
|
|
1372
|
+
aliases: ['ukuji']
|
|
1373
|
+
}, {
|
|
1374
|
+
denom: 'kuji',
|
|
1375
|
+
exponent: 6
|
|
1376
|
+
}],
|
|
1377
|
+
base: 'ibc/4E86DB2D0F4DC03F4853FD7F6B0E622FBAD10F198B29CC1BA24C207F514B8271',
|
|
1378
|
+
name: 'Kujira',
|
|
1379
|
+
display: 'kuji',
|
|
1380
|
+
symbol: 'KUJI',
|
|
1381
|
+
coingecko_id: 'kujira',
|
|
1382
|
+
logo_URIs: {
|
|
1383
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
|
|
1384
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
|
|
1385
|
+
},
|
|
1386
|
+
images: [{
|
|
1387
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
|
|
1388
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
|
|
1389
|
+
}],
|
|
1390
|
+
socials: {
|
|
1391
|
+
website: 'https://kujira.network/',
|
|
1392
|
+
twitter: 'https://twitter.com/TeamKujira'
|
|
1393
|
+
},
|
|
1394
|
+
traces: [{
|
|
1395
|
+
type: 'ibc',
|
|
1396
|
+
counterparty: {
|
|
1397
|
+
channel_id: 'channel-101',
|
|
1398
|
+
base_denom: 'ukuji',
|
|
1399
|
+
chain_name: 'kujira'
|
|
1400
|
+
},
|
|
1401
|
+
chain: {
|
|
1402
|
+
channel_id: 'channel-27'
|
|
1403
|
+
}
|
|
1404
|
+
}]
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
description: 'The native token of Neutron chain.',
|
|
1408
|
+
denom_units: [{
|
|
1409
|
+
denom: 'ibc/43C92566AEA8C100CF924DB324BD8F699B6374CA5B93BF6BCFEC4777B62D50D1',
|
|
1410
|
+
exponent: 0,
|
|
1411
|
+
aliases: ['untrn']
|
|
1412
|
+
}, {
|
|
1413
|
+
denom: 'ntrn',
|
|
1414
|
+
exponent: 6
|
|
1415
|
+
}],
|
|
1416
|
+
base: 'ibc/43C92566AEA8C100CF924DB324BD8F699B6374CA5B93BF6BCFEC4777B62D50D1',
|
|
1417
|
+
name: 'Neutron',
|
|
1418
|
+
display: 'ntrn',
|
|
1419
|
+
symbol: 'NTRN',
|
|
1420
|
+
logo_URIs: {
|
|
1421
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1422
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
1423
|
+
},
|
|
1424
|
+
coingecko_id: 'neutron-3',
|
|
1425
|
+
images: [{
|
|
1426
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1427
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
1428
|
+
}],
|
|
1429
|
+
socials: {
|
|
1430
|
+
website: 'https://neutron.org/',
|
|
1431
|
+
twitter: 'https://twitter.com/Neutron_org'
|
|
1432
|
+
},
|
|
1433
|
+
traces: [{
|
|
1434
|
+
type: 'ibc',
|
|
1435
|
+
counterparty: {
|
|
1436
|
+
channel_id: 'channel-17',
|
|
1437
|
+
base_denom: 'untrn',
|
|
1438
|
+
chain_name: 'neutron'
|
|
1439
|
+
},
|
|
1440
|
+
chain: {
|
|
1441
|
+
channel_id: 'channel-18'
|
|
1442
|
+
}
|
|
1443
|
+
}]
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
description: 'BITCOSMOS',
|
|
1447
|
+
denom_units: [{
|
|
1448
|
+
denom: 'ibc/B8CAC5836D321728C926BF59274D3908A6C021B5E6D7C7FC3FF655C46D52FAD6',
|
|
1449
|
+
exponent: 0,
|
|
1450
|
+
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
1451
|
+
}, {
|
|
1452
|
+
denom: 'bitcosmos',
|
|
1453
|
+
exponent: 6
|
|
1454
|
+
}],
|
|
1455
|
+
base: 'ibc/B8CAC5836D321728C926BF59274D3908A6C021B5E6D7C7FC3FF655C46D52FAD6',
|
|
1456
|
+
name: 'Bitcosmos',
|
|
1457
|
+
display: 'bitcosmos',
|
|
1458
|
+
symbol: 'BTC',
|
|
1459
|
+
logo_URIs: {
|
|
1460
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
1461
|
+
},
|
|
1462
|
+
images: [{
|
|
1463
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
1464
|
+
}],
|
|
1465
|
+
traces: [{
|
|
1466
|
+
type: 'ibc',
|
|
1467
|
+
counterparty: {
|
|
1468
|
+
channel_id: 'channel-17',
|
|
1469
|
+
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
1470
|
+
chain_name: 'neutron'
|
|
1471
|
+
},
|
|
1472
|
+
chain: {
|
|
1473
|
+
channel_id: 'channel-18'
|
|
1474
|
+
}
|
|
1475
|
+
}]
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
description: 'What the Fuck',
|
|
1479
|
+
denom_units: [{
|
|
1480
|
+
denom: 'ibc/48E082BC861105A015CAA0C8B7520A0FCE34E025F4044D960828044BCA1246D7',
|
|
1481
|
+
exponent: 0,
|
|
1482
|
+
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
1483
|
+
}, {
|
|
1484
|
+
denom: 'wtf',
|
|
1485
|
+
exponent: 6
|
|
1486
|
+
}],
|
|
1487
|
+
base: 'ibc/48E082BC861105A015CAA0C8B7520A0FCE34E025F4044D960828044BCA1246D7',
|
|
1488
|
+
name: 'wtf',
|
|
1489
|
+
display: 'wtf',
|
|
1490
|
+
symbol: 'WTF',
|
|
1491
|
+
logo_URIs: {
|
|
1492
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
1493
|
+
},
|
|
1494
|
+
images: [{
|
|
1495
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
1496
|
+
}],
|
|
1497
|
+
traces: [{
|
|
1498
|
+
type: 'ibc',
|
|
1499
|
+
counterparty: {
|
|
1500
|
+
channel_id: 'channel-17',
|
|
1501
|
+
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
1502
|
+
chain_name: 'neutron'
|
|
1503
|
+
},
|
|
1504
|
+
chain: {
|
|
1505
|
+
channel_id: 'channel-18'
|
|
1506
|
+
}
|
|
1507
|
+
}]
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
description: 'Astro BOY',
|
|
1511
|
+
denom_units: [{
|
|
1512
|
+
denom: 'ibc/E0B3D180E9876BF54CA904A30D3C6922410E477E9F8C72F7C0C537211B80C4D1',
|
|
1513
|
+
exponent: 0,
|
|
1514
|
+
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
1515
|
+
}, {
|
|
1516
|
+
denom: 'boy',
|
|
1517
|
+
exponent: 6
|
|
1518
|
+
}],
|
|
1519
|
+
base: 'ibc/E0B3D180E9876BF54CA904A30D3C6922410E477E9F8C72F7C0C537211B80C4D1',
|
|
1520
|
+
name: 'boy',
|
|
1521
|
+
display: 'boy',
|
|
1522
|
+
symbol: 'BOY',
|
|
1523
|
+
logo_URIs: {
|
|
1524
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
1525
|
+
},
|
|
1526
|
+
images: [{
|
|
1527
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
1528
|
+
}],
|
|
1529
|
+
traces: [{
|
|
1530
|
+
type: 'ibc',
|
|
1531
|
+
counterparty: {
|
|
1532
|
+
channel_id: 'channel-17',
|
|
1533
|
+
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
1534
|
+
chain_name: 'neutron'
|
|
1535
|
+
},
|
|
1536
|
+
chain: {
|
|
1537
|
+
channel_id: 'channel-18'
|
|
1538
|
+
}
|
|
1539
|
+
}]
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
description: 'The native token of Osmosis',
|
|
1543
|
+
denom_units: [{
|
|
1544
|
+
denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
|
|
1545
|
+
exponent: 0,
|
|
1546
|
+
aliases: ['uosmo']
|
|
1547
|
+
}, {
|
|
1548
|
+
denom: 'osmo',
|
|
1549
|
+
exponent: 6
|
|
1550
|
+
}],
|
|
1551
|
+
type_asset: 'sdk.coin',
|
|
1552
|
+
base: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
|
|
1553
|
+
name: 'Osmosis',
|
|
1554
|
+
display: 'osmo',
|
|
1555
|
+
symbol: 'OSMO',
|
|
1556
|
+
logo_URIs: {
|
|
1557
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
1558
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
1559
|
+
},
|
|
1560
|
+
images: [{
|
|
1561
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
1562
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
1563
|
+
}],
|
|
1564
|
+
coingecko_id: 'osmosis',
|
|
1565
|
+
keywords: ['dex', 'staking'],
|
|
1566
|
+
socials: {
|
|
1567
|
+
website: 'https://osmosis.zone',
|
|
1568
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
1569
|
+
},
|
|
1570
|
+
traces: [{
|
|
1571
|
+
type: 'ibc',
|
|
1572
|
+
counterparty: {
|
|
1573
|
+
channel_id: 'channel-1279',
|
|
1574
|
+
base_denom: 'uosmo',
|
|
1575
|
+
chain_name: 'osmosis'
|
|
1576
|
+
},
|
|
1577
|
+
chain: {
|
|
1578
|
+
channel_id: 'channel-3'
|
|
1579
|
+
}
|
|
1580
|
+
}]
|
|
1581
|
+
},
|
|
1582
|
+
{
|
|
1583
|
+
denom_units: [{
|
|
1584
|
+
denom: 'ibc/6CDA7F7E4DDB86FD275A986E78F13DF2FC500E3FEC2149E2215061FA51BB8C5D',
|
|
1585
|
+
exponent: 0,
|
|
1586
|
+
aliases: ['uion']
|
|
1587
|
+
}, {
|
|
1588
|
+
denom: 'ion',
|
|
1589
|
+
exponent: 6
|
|
1590
|
+
}],
|
|
1591
|
+
type_asset: 'sdk.coin',
|
|
1592
|
+
base: 'ibc/6CDA7F7E4DDB86FD275A986E78F13DF2FC500E3FEC2149E2215061FA51BB8C5D',
|
|
1593
|
+
name: 'Ion DAO',
|
|
1594
|
+
display: 'ion',
|
|
1595
|
+
symbol: 'ION',
|
|
1596
|
+
logo_URIs: {
|
|
1597
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
1598
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
1599
|
+
},
|
|
1600
|
+
images: [{
|
|
1601
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
1602
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
1603
|
+
}],
|
|
1604
|
+
coingecko_id: 'ion',
|
|
1605
|
+
keywords: ['memecoin', 'defi'],
|
|
1606
|
+
socials: {
|
|
1607
|
+
website: 'https://ion.wtf',
|
|
1608
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
1609
|
+
},
|
|
1610
|
+
traces: [{
|
|
1611
|
+
type: 'ibc',
|
|
1612
|
+
counterparty: {
|
|
1613
|
+
channel_id: 'channel-1279',
|
|
1614
|
+
base_denom: 'uion',
|
|
1615
|
+
chain_name: 'osmosis'
|
|
1616
|
+
},
|
|
1617
|
+
chain: {
|
|
1618
|
+
channel_id: 'channel-3'
|
|
1619
|
+
}
|
|
1620
|
+
}]
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
description: 'The native staking and governance token of Picasso.',
|
|
1624
|
+
denom_units: [{
|
|
1625
|
+
denom: 'ibc/6517CF990493C8F3D6AE1E03FA1B5167B1E40345061104F07296D883379B4A08',
|
|
1626
|
+
exponent: 0,
|
|
1627
|
+
aliases: ['ppica']
|
|
1628
|
+
}, {
|
|
1629
|
+
denom: 'pica',
|
|
1630
|
+
exponent: 12
|
|
1631
|
+
}],
|
|
1632
|
+
type_asset: 'substrate',
|
|
1633
|
+
base: 'ibc/6517CF990493C8F3D6AE1E03FA1B5167B1E40345061104F07296D883379B4A08',
|
|
1634
|
+
name: 'Pica',
|
|
1635
|
+
display: 'pica',
|
|
1636
|
+
symbol: 'PICA',
|
|
1637
|
+
logo_URIs: {
|
|
1638
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
1639
|
+
},
|
|
1640
|
+
images: [{
|
|
1641
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
1642
|
+
}],
|
|
1643
|
+
traces: [{
|
|
1644
|
+
type: 'ibc',
|
|
1645
|
+
counterparty: {
|
|
1646
|
+
channel_id: 'channel-17',
|
|
1647
|
+
base_denom: 'ppica',
|
|
1648
|
+
chain_name: 'picasso'
|
|
1649
|
+
},
|
|
1650
|
+
chain: {
|
|
1651
|
+
channel_id: 'channel-2'
|
|
1652
|
+
}
|
|
1653
|
+
}]
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
description: 'QCK - native token of Quicksilver',
|
|
1657
|
+
denom_units: [{
|
|
1658
|
+
denom: 'ibc/E8C4BDE0CDFFA83759AD3324EEE5A1B1E39FCA6BA0791AAE67F4CCF829DB8F1F',
|
|
1659
|
+
exponent: 0,
|
|
1660
|
+
aliases: ['uqck']
|
|
1661
|
+
}, {
|
|
1662
|
+
denom: 'qck',
|
|
1663
|
+
exponent: 6,
|
|
1664
|
+
aliases: []
|
|
1665
|
+
}],
|
|
1666
|
+
base: 'ibc/E8C4BDE0CDFFA83759AD3324EEE5A1B1E39FCA6BA0791AAE67F4CCF829DB8F1F',
|
|
1667
|
+
name: 'Quicksilver',
|
|
1668
|
+
display: 'qck',
|
|
1669
|
+
symbol: 'QCK',
|
|
1670
|
+
logo_URIs: {
|
|
1671
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
1672
|
+
},
|
|
1673
|
+
coingecko_id: 'quicksilver',
|
|
1674
|
+
images: [{
|
|
1675
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
1676
|
+
}],
|
|
1677
|
+
socials: {
|
|
1678
|
+
website: 'https://quicksilver.zone/',
|
|
1679
|
+
twitter: 'https://twitter.com/quicksilverzone'
|
|
1680
|
+
},
|
|
1681
|
+
traces: [{
|
|
1682
|
+
type: 'ibc',
|
|
1683
|
+
counterparty: {
|
|
1684
|
+
channel_id: 'channel-94',
|
|
1685
|
+
base_denom: 'uqck',
|
|
1686
|
+
chain_name: 'quicksilver'
|
|
1687
|
+
},
|
|
1688
|
+
chain: {
|
|
1689
|
+
channel_id: 'channel-9'
|
|
1690
|
+
}
|
|
1691
|
+
}]
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
description: 'The native token of Secret Network',
|
|
1695
|
+
denom_units: [{
|
|
1696
|
+
denom: 'ibc/E3459360643C2555C57C7DAB0567FA762B42D5D6D45A76615EA7D99D933AEC04',
|
|
1697
|
+
exponent: 0,
|
|
1698
|
+
aliases: ['uscrt']
|
|
1699
|
+
}, {
|
|
1700
|
+
denom: 'scrt',
|
|
1701
|
+
exponent: 6
|
|
1702
|
+
}],
|
|
1703
|
+
base: 'ibc/E3459360643C2555C57C7DAB0567FA762B42D5D6D45A76615EA7D99D933AEC04',
|
|
1704
|
+
name: 'Secret Network',
|
|
1705
|
+
display: 'scrt',
|
|
1706
|
+
symbol: 'SCRT',
|
|
1707
|
+
logo_URIs: {
|
|
1708
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1709
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1710
|
+
},
|
|
1711
|
+
coingecko_id: 'secret',
|
|
1712
|
+
images: [{
|
|
1713
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1714
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1715
|
+
}],
|
|
1716
|
+
socials: {
|
|
1717
|
+
website: 'https://scrt.network/',
|
|
1718
|
+
twitter: 'https://twitter.com/SecretNetwork'
|
|
1719
|
+
},
|
|
1720
|
+
traces: [{
|
|
1721
|
+
type: 'ibc',
|
|
1722
|
+
counterparty: {
|
|
1723
|
+
channel_id: 'channel-80',
|
|
1724
|
+
base_denom: 'uscrt',
|
|
1725
|
+
chain_name: 'secretnetwork'
|
|
1726
|
+
},
|
|
1727
|
+
chain: {
|
|
1728
|
+
channel_id: 'channel-14'
|
|
1729
|
+
}
|
|
1730
|
+
}]
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
description: 'The native token of Stargaze',
|
|
1734
|
+
denom_units: [{
|
|
1735
|
+
denom: 'ibc/7078D8FA8BCB50A1E7855458F1E9898A3FDA0093B703DA3B3108DD35ED99E048',
|
|
1736
|
+
exponent: 0,
|
|
1737
|
+
aliases: ['ustars']
|
|
1738
|
+
}, {
|
|
1739
|
+
denom: 'stars',
|
|
1740
|
+
exponent: 6
|
|
1741
|
+
}],
|
|
1742
|
+
base: 'ibc/7078D8FA8BCB50A1E7855458F1E9898A3FDA0093B703DA3B3108DD35ED99E048',
|
|
1743
|
+
name: 'Stargaze',
|
|
1744
|
+
display: 'stars',
|
|
1745
|
+
symbol: 'STARS',
|
|
1746
|
+
logo_URIs: {
|
|
1747
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1748
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
1749
|
+
},
|
|
1750
|
+
coingecko_id: 'stargaze',
|
|
1751
|
+
images: [{
|
|
1752
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1753
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
1754
|
+
}],
|
|
1755
|
+
socials: {
|
|
1756
|
+
website: 'https://www.stargaze.zone/',
|
|
1757
|
+
twitter: 'https://twitter.com/StargazeZone'
|
|
1758
|
+
},
|
|
1759
|
+
traces: [{
|
|
1760
|
+
type: 'ibc',
|
|
1761
|
+
counterparty: {
|
|
1762
|
+
channel_id: 'channel-184',
|
|
1763
|
+
base_denom: 'ustars',
|
|
1764
|
+
chain_name: 'stargaze'
|
|
1765
|
+
},
|
|
1766
|
+
chain: {
|
|
1767
|
+
channel_id: 'channel-6'
|
|
1768
|
+
}
|
|
1769
|
+
}]
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
description: 'The native token of Stride',
|
|
1773
|
+
denom_units: [{
|
|
1774
|
+
denom: 'ibc/F4EF72139CDCF526FFD520402C53FFB7A927B528BDF0C5FF60A4D8B4780D2C6B',
|
|
1775
|
+
exponent: 0,
|
|
1776
|
+
aliases: ['ustrd']
|
|
1777
|
+
}, {
|
|
1778
|
+
denom: 'strd',
|
|
1779
|
+
exponent: 6
|
|
1780
|
+
}],
|
|
1781
|
+
base: 'ibc/F4EF72139CDCF526FFD520402C53FFB7A927B528BDF0C5FF60A4D8B4780D2C6B',
|
|
1782
|
+
name: 'Stride',
|
|
1783
|
+
display: 'strd',
|
|
1784
|
+
symbol: 'STRD',
|
|
1785
|
+
logo_URIs: {
|
|
1786
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
1787
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
1788
|
+
},
|
|
1789
|
+
coingecko_id: 'stride',
|
|
1790
|
+
images: [{
|
|
1791
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
1792
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
1793
|
+
}],
|
|
1794
|
+
socials: {
|
|
1795
|
+
website: 'https://stride.zone/',
|
|
1796
|
+
twitter: 'https://twitter.com/stride_zone'
|
|
1797
|
+
},
|
|
1798
|
+
traces: [{
|
|
1799
|
+
type: 'ibc',
|
|
1800
|
+
counterparty: {
|
|
1801
|
+
channel_id: 'channel-134',
|
|
1802
|
+
base_denom: 'ustrd',
|
|
1803
|
+
chain_name: 'stride'
|
|
1804
|
+
},
|
|
1805
|
+
chain: {
|
|
1806
|
+
channel_id: 'channel-5'
|
|
1807
|
+
}
|
|
1808
|
+
}]
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
description: 'The native staking and governance token of the Cosmos Hub.',
|
|
1812
|
+
denom_units: [{
|
|
1813
|
+
denom: 'ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0',
|
|
1814
|
+
exponent: 0,
|
|
1815
|
+
aliases: ['uatom']
|
|
1816
|
+
}, {
|
|
1817
|
+
denom: 'atom',
|
|
1818
|
+
exponent: 6
|
|
1819
|
+
}],
|
|
1820
|
+
base: 'ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0',
|
|
1821
|
+
name: 'Cosmos Hub Atom',
|
|
1822
|
+
display: 'atom',
|
|
1823
|
+
symbol: 'ATOM',
|
|
1824
|
+
logo_URIs: {
|
|
1825
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
1826
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
1827
|
+
},
|
|
1828
|
+
coingecko_id: 'cosmos',
|
|
1829
|
+
images: [{
|
|
1830
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
1831
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
1832
|
+
}],
|
|
1833
|
+
socials: {
|
|
1834
|
+
website: 'https://cosmos.network',
|
|
1835
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
1836
|
+
},
|
|
1837
|
+
traces: [{
|
|
1838
|
+
type: 'ibc',
|
|
1839
|
+
counterparty: {
|
|
1840
|
+
channel_id: 'channel-617',
|
|
1841
|
+
base_denom: 'uatom',
|
|
1842
|
+
chain_name: 'cosmoshub'
|
|
1843
|
+
},
|
|
1844
|
+
chain: {
|
|
1845
|
+
channel_id: 'channel-4'
|
|
1846
|
+
}
|
|
1847
|
+
}]
|
|
1848
|
+
},
|
|
1849
|
+
{
|
|
1850
|
+
description: 'The native token of Crescent',
|
|
1851
|
+
denom_units: [{
|
|
1852
|
+
denom: 'ibc/B5AB26FB63C08E1C14B91B4DDC15CA4FE59737052B4432D8A3B328B66F6FE7A1',
|
|
1853
|
+
exponent: 0,
|
|
1854
|
+
aliases: ['ucre']
|
|
1855
|
+
}, {
|
|
1856
|
+
denom: 'cre',
|
|
1857
|
+
exponent: 6
|
|
1858
|
+
}],
|
|
1859
|
+
base: 'ibc/B5AB26FB63C08E1C14B91B4DDC15CA4FE59737052B4432D8A3B328B66F6FE7A1',
|
|
1860
|
+
name: 'Crescent',
|
|
1861
|
+
display: 'cre',
|
|
1862
|
+
symbol: 'CRE',
|
|
1863
|
+
logo_URIs: {
|
|
1864
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
|
|
1865
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
|
|
1866
|
+
},
|
|
1867
|
+
coingecko_id: 'crescent-network',
|
|
1868
|
+
images: [{
|
|
1869
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
|
|
1870
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
|
|
1871
|
+
}],
|
|
1872
|
+
traces: [{
|
|
1873
|
+
type: 'ibc',
|
|
1874
|
+
counterparty: {
|
|
1875
|
+
channel_id: 'channel-64',
|
|
1876
|
+
base_denom: 'ucre',
|
|
1877
|
+
chain_name: 'crescent'
|
|
1878
|
+
},
|
|
1879
|
+
chain: {
|
|
1880
|
+
channel_id: 'channel-11'
|
|
1881
|
+
}
|
|
1882
|
+
}]
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
description: 'The bonded token of Crescent',
|
|
1886
|
+
denom_units: [{
|
|
1887
|
+
denom: 'ibc/E5569AE44BD9E30C9F89FD9D22C9CCF904D0F08AD1A1CB500C0A3048331A5047',
|
|
1888
|
+
exponent: 0,
|
|
1889
|
+
aliases: ['ubcre']
|
|
1890
|
+
}, {
|
|
1891
|
+
denom: 'bcre',
|
|
1892
|
+
exponent: 6
|
|
1893
|
+
}],
|
|
1894
|
+
base: 'ibc/E5569AE44BD9E30C9F89FD9D22C9CCF904D0F08AD1A1CB500C0A3048331A5047',
|
|
1895
|
+
name: 'Bonded Crescent',
|
|
1896
|
+
display: 'bcre',
|
|
1897
|
+
symbol: 'bCRE',
|
|
1898
|
+
logo_URIs: {
|
|
1899
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png',
|
|
1900
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg'
|
|
1901
|
+
},
|
|
1902
|
+
coingecko_id: 'liquid-staking-crescent',
|
|
1903
|
+
images: [{
|
|
1904
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png',
|
|
1905
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg'
|
|
1906
|
+
}],
|
|
1907
|
+
traces: [{
|
|
1908
|
+
type: 'ibc',
|
|
1909
|
+
counterparty: {
|
|
1910
|
+
channel_id: 'channel-64',
|
|
1911
|
+
base_denom: 'ubcre',
|
|
1912
|
+
chain_name: 'crescent'
|
|
1913
|
+
},
|
|
1914
|
+
chain: {
|
|
1915
|
+
channel_id: 'channel-11'
|
|
1916
|
+
}
|
|
1917
|
+
}]
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
1921
|
+
denom_units: [{
|
|
1922
|
+
denom: 'ibc/73E97EB411B29C6F989C35D277D1A7FC65083572F102AC6BD101884EE9FB2C9F',
|
|
1923
|
+
exponent: 0,
|
|
1924
|
+
aliases: ['aevmos']
|
|
1925
|
+
}, {
|
|
1926
|
+
denom: 'evmos',
|
|
1927
|
+
exponent: 18
|
|
1928
|
+
}],
|
|
1929
|
+
base: 'ibc/73E97EB411B29C6F989C35D277D1A7FC65083572F102AC6BD101884EE9FB2C9F',
|
|
1930
|
+
name: 'Evmos',
|
|
1931
|
+
display: 'evmos',
|
|
1932
|
+
symbol: 'EVMOS',
|
|
1933
|
+
logo_URIs: {
|
|
1934
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
1935
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
1936
|
+
},
|
|
1937
|
+
coingecko_id: 'evmos',
|
|
1938
|
+
images: [{
|
|
1939
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
1940
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
1941
|
+
}],
|
|
1942
|
+
socials: {
|
|
1943
|
+
website: 'https://evmos.org/',
|
|
1944
|
+
twitter: 'https://twitter.com/EvmosOrg'
|
|
1945
|
+
},
|
|
1946
|
+
traces: [{
|
|
1947
|
+
type: 'ibc',
|
|
1948
|
+
counterparty: {
|
|
1949
|
+
channel_id: 'channel-82',
|
|
1950
|
+
base_denom: 'aevmos',
|
|
1951
|
+
chain_name: 'evmos'
|
|
1952
|
+
},
|
|
1953
|
+
chain: {
|
|
1954
|
+
channel_id: 'channel-7'
|
|
1955
|
+
}
|
|
1956
|
+
}]
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
description: 'The token of Neokingdom DAO.',
|
|
1960
|
+
extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
|
|
1961
|
+
denom_units: [{
|
|
1962
|
+
denom: 'ibc/4DD3698C2FCEA87CDE843D3EA6228F2589A4DF6655A7C16D766010D9CA2E69FB',
|
|
1963
|
+
exponent: 0,
|
|
1964
|
+
aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
|
|
1965
|
+
}, {
|
|
1966
|
+
denom: 'neok',
|
|
1967
|
+
exponent: 18
|
|
1968
|
+
}],
|
|
1969
|
+
base: 'ibc/4DD3698C2FCEA87CDE843D3EA6228F2589A4DF6655A7C16D766010D9CA2E69FB',
|
|
1970
|
+
name: 'Neokingdom DAO',
|
|
1971
|
+
display: 'neok',
|
|
1972
|
+
symbol: 'NEOK',
|
|
1973
|
+
logo_URIs: {
|
|
1974
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
1975
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
1976
|
+
},
|
|
1977
|
+
images: [{
|
|
1978
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
1979
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
1980
|
+
}],
|
|
1981
|
+
socials: {
|
|
1982
|
+
website: 'https://www.neokingdom.org/',
|
|
1983
|
+
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
1984
|
+
},
|
|
1985
|
+
traces: [{
|
|
1986
|
+
type: 'ibc',
|
|
1987
|
+
counterparty: {
|
|
1988
|
+
channel_id: 'channel-82',
|
|
1989
|
+
base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
|
|
1990
|
+
chain_name: 'evmos'
|
|
1991
|
+
},
|
|
1992
|
+
chain: {
|
|
1993
|
+
channel_id: 'channel-7'
|
|
1994
|
+
}
|
|
1995
|
+
}]
|
|
1996
|
+
},
|
|
1997
|
+
{
|
|
1998
|
+
description: 'The token of Teledisko DAO.',
|
|
1999
|
+
denom_units: [{
|
|
2000
|
+
denom: 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40',
|
|
2001
|
+
exponent: 0,
|
|
2002
|
+
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
2003
|
+
}, {
|
|
2004
|
+
denom: 'berlin',
|
|
2005
|
+
exponent: 18
|
|
2006
|
+
}],
|
|
2007
|
+
base: 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40',
|
|
2008
|
+
name: 'Teledisko DAO',
|
|
2009
|
+
display: 'berlin',
|
|
2010
|
+
symbol: 'BERLIN',
|
|
2011
|
+
type_asset: 'erc20',
|
|
2012
|
+
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
2013
|
+
logo_URIs: {
|
|
2014
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
2015
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
2016
|
+
},
|
|
2017
|
+
images: [{
|
|
2018
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
2019
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
2020
|
+
}],
|
|
2021
|
+
traces: [{
|
|
2022
|
+
type: 'ibc',
|
|
2023
|
+
counterparty: {
|
|
2024
|
+
channel_id: 'channel-82',
|
|
2025
|
+
base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
2026
|
+
chain_name: 'evmos'
|
|
2027
|
+
},
|
|
2028
|
+
chain: {
|
|
2029
|
+
channel_id: 'channel-7'
|
|
2030
|
+
}
|
|
2031
|
+
}]
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
description: 'The token of Crowdpunk DAO',
|
|
2035
|
+
denom_units: [{
|
|
2036
|
+
denom: 'ibc/1A61CAAADA780689237AC470AC2B72E9EA5A61F79FA93EB34679A44D23BB4A0E',
|
|
2037
|
+
exponent: 0,
|
|
2038
|
+
aliases: ['erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f']
|
|
2039
|
+
}, {
|
|
2040
|
+
denom: 'crowdp',
|
|
2041
|
+
exponent: 18
|
|
2042
|
+
}],
|
|
2043
|
+
base: 'ibc/1A61CAAADA780689237AC470AC2B72E9EA5A61F79FA93EB34679A44D23BB4A0E',
|
|
2044
|
+
name: 'Crowdpunk DAO',
|
|
2045
|
+
display: 'crowdp',
|
|
2046
|
+
address: '0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f',
|
|
2047
|
+
symbol: 'CROWDP',
|
|
2048
|
+
type_asset: 'erc20',
|
|
2049
|
+
logo_URIs: {
|
|
2050
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
2051
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
2052
|
+
},
|
|
2053
|
+
images: [{
|
|
2054
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
2055
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
2056
|
+
}],
|
|
2057
|
+
traces: [{
|
|
2058
|
+
type: 'ibc',
|
|
2059
|
+
counterparty: {
|
|
2060
|
+
channel_id: 'channel-82',
|
|
2061
|
+
base_denom: 'erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f',
|
|
2062
|
+
chain_name: 'evmos'
|
|
2063
|
+
},
|
|
2064
|
+
chain: {
|
|
2065
|
+
channel_id: 'channel-7'
|
|
2066
|
+
}
|
|
2067
|
+
}]
|
|
2068
|
+
},
|
|
2069
|
+
{
|
|
2070
|
+
description: 'The INJ token is the native governance token for the Injective chain.',
|
|
2071
|
+
denom_units: [{
|
|
2072
|
+
denom: 'ibc/E752C7ACE548AF134010F2673C348DCE5D5F8328A56C252F5B9903589F103413',
|
|
2073
|
+
exponent: 0,
|
|
2074
|
+
aliases: ['inj']
|
|
2075
|
+
}, {
|
|
2076
|
+
denom: 'INJ',
|
|
2077
|
+
exponent: 18
|
|
2078
|
+
}],
|
|
2079
|
+
base: 'ibc/E752C7ACE548AF134010F2673C348DCE5D5F8328A56C252F5B9903589F103413',
|
|
2080
|
+
name: 'Injective',
|
|
2081
|
+
display: 'INJ',
|
|
2082
|
+
symbol: 'INJ',
|
|
2083
|
+
logo_URIs: {
|
|
2084
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
2085
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
2086
|
+
},
|
|
2087
|
+
coingecko_id: 'injective-protocol',
|
|
2088
|
+
images: [{
|
|
2089
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
2090
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
2091
|
+
}],
|
|
2092
|
+
socials: {
|
|
2093
|
+
website: 'https://injective.com/',
|
|
2094
|
+
twitter: 'https://twitter.com/Injective_'
|
|
2095
|
+
},
|
|
2096
|
+
traces: [{
|
|
2097
|
+
type: 'ibc',
|
|
2098
|
+
counterparty: {
|
|
2099
|
+
channel_id: 'channel-145',
|
|
2100
|
+
base_denom: 'inj',
|
|
2101
|
+
chain_name: 'injective'
|
|
2102
|
+
},
|
|
2103
|
+
chain: {
|
|
2104
|
+
channel_id: 'channel-29'
|
|
2105
|
+
}
|
|
2106
|
+
}]
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
description: 'The second meme coin on Injective.',
|
|
2110
|
+
denom_units: [{
|
|
2111
|
+
denom: 'ibc/1B3638F92F76A170AFAD00FF97BC7ED9FCC3588A0591AA54FF5EF3ABD5FB7C3C',
|
|
2112
|
+
exponent: 0,
|
|
2113
|
+
aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88']
|
|
2114
|
+
}, {
|
|
2115
|
+
denom: 'NINPO',
|
|
2116
|
+
exponent: 6
|
|
2117
|
+
}],
|
|
2118
|
+
base: 'ibc/1B3638F92F76A170AFAD00FF97BC7ED9FCC3588A0591AA54FF5EF3ABD5FB7C3C',
|
|
2119
|
+
name: 'Ninpo',
|
|
2120
|
+
display: 'NINPO',
|
|
2121
|
+
symbol: 'NINPO',
|
|
2122
|
+
logo_URIs: {
|
|
2123
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png'
|
|
2124
|
+
},
|
|
2125
|
+
images: [{
|
|
2126
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png'
|
|
2127
|
+
}],
|
|
2128
|
+
traces: [{
|
|
2129
|
+
type: 'ibc',
|
|
2130
|
+
counterparty: {
|
|
2131
|
+
channel_id: 'channel-145',
|
|
2132
|
+
base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88',
|
|
2133
|
+
chain_name: 'injective'
|
|
2134
|
+
},
|
|
2135
|
+
chain: {
|
|
2136
|
+
channel_id: 'channel-29'
|
|
2137
|
+
}
|
|
2138
|
+
}]
|
|
2139
|
+
},
|
|
2140
|
+
{
|
|
2141
|
+
description: 'JUDO is a very futuristic meme token.',
|
|
2142
|
+
denom_units: [{
|
|
2143
|
+
denom: 'ibc/34D4798F8F5FA32DC0D8D5C12C9293C900E72B6937116669BC861BBA1F8A47AB',
|
|
2144
|
+
exponent: 0,
|
|
2145
|
+
aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h']
|
|
2146
|
+
}, {
|
|
2147
|
+
denom: 'JUDO',
|
|
2148
|
+
exponent: 6
|
|
2149
|
+
}],
|
|
2150
|
+
base: 'ibc/34D4798F8F5FA32DC0D8D5C12C9293C900E72B6937116669BC861BBA1F8A47AB',
|
|
2151
|
+
name: 'Judo',
|
|
2152
|
+
display: 'JUDO',
|
|
2153
|
+
symbol: 'JUDO',
|
|
2154
|
+
logo_URIs: {
|
|
2155
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png'
|
|
2156
|
+
},
|
|
2157
|
+
images: [{
|
|
2158
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png'
|
|
2159
|
+
}],
|
|
2160
|
+
traces: [{
|
|
2161
|
+
type: 'ibc',
|
|
2162
|
+
counterparty: {
|
|
2163
|
+
channel_id: 'channel-145',
|
|
2164
|
+
base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h',
|
|
2165
|
+
chain_name: 'injective'
|
|
2166
|
+
},
|
|
2167
|
+
chain: {
|
|
2168
|
+
channel_id: 'channel-29'
|
|
2169
|
+
}
|
|
2170
|
+
}]
|
|
2171
|
+
},
|
|
2172
|
+
{
|
|
2173
|
+
description: 'The native token of JUNO Chain',
|
|
2174
|
+
denom_units: [{
|
|
2175
|
+
denom: 'ibc/DF8D00B4B31B55AFCA9BAF192BC36C67AA06D9987DCB96490661BCAB63C27006',
|
|
2176
|
+
exponent: 0,
|
|
2177
|
+
aliases: ['ujuno']
|
|
2178
|
+
}, {
|
|
2179
|
+
denom: 'juno',
|
|
2180
|
+
exponent: 6
|
|
2181
|
+
}],
|
|
2182
|
+
base: 'ibc/DF8D00B4B31B55AFCA9BAF192BC36C67AA06D9987DCB96490661BCAB63C27006',
|
|
2183
|
+
name: 'Juno',
|
|
2184
|
+
display: 'juno',
|
|
2185
|
+
symbol: 'JUNO',
|
|
2186
|
+
logo_URIs: {
|
|
2187
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
2188
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
2189
|
+
},
|
|
2190
|
+
coingecko_id: 'juno-network',
|
|
2191
|
+
images: [{
|
|
2192
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
2193
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
2194
|
+
}],
|
|
2195
|
+
socials: {
|
|
2196
|
+
website: 'https://junonetwork.io/',
|
|
2197
|
+
twitter: 'https://twitter.com/JunoNetwork'
|
|
2198
|
+
},
|
|
2199
|
+
traces: [{
|
|
2200
|
+
type: 'ibc',
|
|
2201
|
+
counterparty: {
|
|
2202
|
+
channel_id: 'channel-280',
|
|
2203
|
+
base_denom: 'ujuno',
|
|
2204
|
+
chain_name: 'juno'
|
|
2205
|
+
},
|
|
2206
|
+
chain: {
|
|
2207
|
+
channel_id: 'channel-8'
|
|
2208
|
+
}
|
|
2209
|
+
}]
|
|
2210
|
+
},
|
|
2211
|
+
{
|
|
2212
|
+
description: 'The native staking and governance token of the Kujira chain.',
|
|
2213
|
+
denom_units: [{
|
|
2214
|
+
denom: 'ibc/4E86DB2D0F4DC03F4853FD7F6B0E622FBAD10F198B29CC1BA24C207F514B8271',
|
|
2215
|
+
exponent: 0,
|
|
2216
|
+
aliases: ['ukuji']
|
|
2217
|
+
}, {
|
|
2218
|
+
denom: 'kuji',
|
|
2219
|
+
exponent: 6
|
|
2220
|
+
}],
|
|
2221
|
+
base: 'ibc/4E86DB2D0F4DC03F4853FD7F6B0E622FBAD10F198B29CC1BA24C207F514B8271',
|
|
2222
|
+
name: 'Kujira',
|
|
2223
|
+
display: 'kuji',
|
|
2224
|
+
symbol: 'KUJI',
|
|
2225
|
+
coingecko_id: 'kujira',
|
|
1238
2226
|
logo_URIs: {
|
|
1239
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1240
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2227
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
|
|
2228
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
|
|
1241
2229
|
},
|
|
1242
|
-
coingecko_id: 'cosmos',
|
|
1243
2230
|
images: [{
|
|
1244
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1245
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2231
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
|
|
2232
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
|
|
1246
2233
|
}],
|
|
1247
2234
|
socials: {
|
|
1248
|
-
website: 'https://
|
|
1249
|
-
twitter: 'https://twitter.com/
|
|
2235
|
+
website: 'https://kujira.network/',
|
|
2236
|
+
twitter: 'https://twitter.com/TeamKujira'
|
|
1250
2237
|
},
|
|
1251
2238
|
traces: [{
|
|
1252
2239
|
type: 'ibc',
|
|
1253
2240
|
counterparty: {
|
|
1254
|
-
channel_id: 'channel-
|
|
1255
|
-
base_denom: '
|
|
1256
|
-
chain_name: '
|
|
2241
|
+
channel_id: 'channel-101',
|
|
2242
|
+
base_denom: 'ukuji',
|
|
2243
|
+
chain_name: 'kujira'
|
|
1257
2244
|
},
|
|
1258
2245
|
chain: {
|
|
1259
|
-
channel_id: 'channel-
|
|
2246
|
+
channel_id: 'channel-27'
|
|
1260
2247
|
}
|
|
1261
2248
|
}]
|
|
1262
2249
|
},
|
|
1263
2250
|
{
|
|
1264
|
-
description: 'The native token of
|
|
2251
|
+
description: 'The native token of Neutron chain.',
|
|
1265
2252
|
denom_units: [{
|
|
1266
|
-
denom: 'ibc/
|
|
2253
|
+
denom: 'ibc/43C92566AEA8C100CF924DB324BD8F699B6374CA5B93BF6BCFEC4777B62D50D1',
|
|
1267
2254
|
exponent: 0,
|
|
1268
|
-
aliases: ['
|
|
2255
|
+
aliases: ['untrn']
|
|
1269
2256
|
}, {
|
|
1270
|
-
denom: '
|
|
2257
|
+
denom: 'ntrn',
|
|
1271
2258
|
exponent: 6
|
|
1272
2259
|
}],
|
|
1273
|
-
base: 'ibc/
|
|
1274
|
-
name: '
|
|
1275
|
-
display: '
|
|
1276
|
-
symbol: '
|
|
2260
|
+
base: 'ibc/43C92566AEA8C100CF924DB324BD8F699B6374CA5B93BF6BCFEC4777B62D50D1',
|
|
2261
|
+
name: 'Neutron',
|
|
2262
|
+
display: 'ntrn',
|
|
2263
|
+
symbol: 'NTRN',
|
|
1277
2264
|
logo_URIs: {
|
|
1278
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1279
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2265
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
2266
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
1280
2267
|
},
|
|
1281
|
-
coingecko_id: '
|
|
2268
|
+
coingecko_id: 'neutron-3',
|
|
1282
2269
|
images: [{
|
|
1283
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1284
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2270
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
2271
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
2272
|
+
}],
|
|
2273
|
+
socials: {
|
|
2274
|
+
website: 'https://neutron.org/',
|
|
2275
|
+
twitter: 'https://twitter.com/Neutron_org'
|
|
2276
|
+
},
|
|
2277
|
+
traces: [{
|
|
2278
|
+
type: 'ibc',
|
|
2279
|
+
counterparty: {
|
|
2280
|
+
channel_id: 'channel-17',
|
|
2281
|
+
base_denom: 'untrn',
|
|
2282
|
+
chain_name: 'neutron'
|
|
2283
|
+
},
|
|
2284
|
+
chain: {
|
|
2285
|
+
channel_id: 'channel-18'
|
|
2286
|
+
}
|
|
2287
|
+
}]
|
|
2288
|
+
},
|
|
2289
|
+
{
|
|
2290
|
+
description: 'BITCOSMOS',
|
|
2291
|
+
denom_units: [{
|
|
2292
|
+
denom: 'ibc/B8CAC5836D321728C926BF59274D3908A6C021B5E6D7C7FC3FF655C46D52FAD6',
|
|
2293
|
+
exponent: 0,
|
|
2294
|
+
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
2295
|
+
}, {
|
|
2296
|
+
denom: 'bitcosmos',
|
|
2297
|
+
exponent: 6
|
|
2298
|
+
}],
|
|
2299
|
+
base: 'ibc/B8CAC5836D321728C926BF59274D3908A6C021B5E6D7C7FC3FF655C46D52FAD6',
|
|
2300
|
+
name: 'Bitcosmos',
|
|
2301
|
+
display: 'bitcosmos',
|
|
2302
|
+
symbol: 'BTC',
|
|
2303
|
+
logo_URIs: {
|
|
2304
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
2305
|
+
},
|
|
2306
|
+
images: [{
|
|
2307
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
1285
2308
|
}],
|
|
1286
2309
|
traces: [{
|
|
1287
2310
|
type: 'ibc',
|
|
1288
2311
|
counterparty: {
|
|
1289
|
-
channel_id: 'channel-
|
|
1290
|
-
base_denom: '
|
|
1291
|
-
chain_name: '
|
|
2312
|
+
channel_id: 'channel-17',
|
|
2313
|
+
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
2314
|
+
chain_name: 'neutron'
|
|
1292
2315
|
},
|
|
1293
2316
|
chain: {
|
|
1294
|
-
channel_id: 'channel-
|
|
2317
|
+
channel_id: 'channel-18'
|
|
1295
2318
|
}
|
|
1296
2319
|
}]
|
|
1297
2320
|
},
|
|
1298
2321
|
{
|
|
1299
|
-
description: '
|
|
2322
|
+
description: 'What the Fuck',
|
|
1300
2323
|
denom_units: [{
|
|
1301
|
-
denom: 'ibc/
|
|
2324
|
+
denom: 'ibc/48E082BC861105A015CAA0C8B7520A0FCE34E025F4044D960828044BCA1246D7',
|
|
1302
2325
|
exponent: 0,
|
|
1303
|
-
aliases: ['
|
|
2326
|
+
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
2327
|
+
}, {
|
|
2328
|
+
denom: 'wtf',
|
|
2329
|
+
exponent: 6
|
|
2330
|
+
}],
|
|
2331
|
+
base: 'ibc/48E082BC861105A015CAA0C8B7520A0FCE34E025F4044D960828044BCA1246D7',
|
|
2332
|
+
name: 'wtf',
|
|
2333
|
+
display: 'wtf',
|
|
2334
|
+
symbol: 'WTF',
|
|
2335
|
+
logo_URIs: {
|
|
2336
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
2337
|
+
},
|
|
2338
|
+
images: [{
|
|
2339
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
2340
|
+
}],
|
|
2341
|
+
traces: [{
|
|
2342
|
+
type: 'ibc',
|
|
2343
|
+
counterparty: {
|
|
2344
|
+
channel_id: 'channel-17',
|
|
2345
|
+
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
2346
|
+
chain_name: 'neutron'
|
|
2347
|
+
},
|
|
2348
|
+
chain: {
|
|
2349
|
+
channel_id: 'channel-18'
|
|
2350
|
+
}
|
|
2351
|
+
}]
|
|
2352
|
+
},
|
|
2353
|
+
{
|
|
2354
|
+
description: 'Astro BOY',
|
|
2355
|
+
denom_units: [{
|
|
2356
|
+
denom: 'ibc/E0B3D180E9876BF54CA904A30D3C6922410E477E9F8C72F7C0C537211B80C4D1',
|
|
2357
|
+
exponent: 0,
|
|
2358
|
+
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
2359
|
+
}, {
|
|
2360
|
+
denom: 'boy',
|
|
2361
|
+
exponent: 6
|
|
2362
|
+
}],
|
|
2363
|
+
base: 'ibc/E0B3D180E9876BF54CA904A30D3C6922410E477E9F8C72F7C0C537211B80C4D1',
|
|
2364
|
+
name: 'boy',
|
|
2365
|
+
display: 'boy',
|
|
2366
|
+
symbol: 'BOY',
|
|
2367
|
+
logo_URIs: {
|
|
2368
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
2369
|
+
},
|
|
2370
|
+
images: [{
|
|
2371
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
2372
|
+
}],
|
|
2373
|
+
traces: [{
|
|
2374
|
+
type: 'ibc',
|
|
2375
|
+
counterparty: {
|
|
2376
|
+
channel_id: 'channel-17',
|
|
2377
|
+
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
2378
|
+
chain_name: 'neutron'
|
|
2379
|
+
},
|
|
2380
|
+
chain: {
|
|
2381
|
+
channel_id: 'channel-18'
|
|
2382
|
+
}
|
|
2383
|
+
}]
|
|
2384
|
+
},
|
|
2385
|
+
{
|
|
2386
|
+
description: 'The native token of Osmosis',
|
|
2387
|
+
denom_units: [{
|
|
2388
|
+
denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
|
|
2389
|
+
exponent: 0,
|
|
2390
|
+
aliases: ['uosmo']
|
|
2391
|
+
}, {
|
|
2392
|
+
denom: 'osmo',
|
|
2393
|
+
exponent: 6
|
|
2394
|
+
}],
|
|
2395
|
+
type_asset: 'sdk.coin',
|
|
2396
|
+
base: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
|
|
2397
|
+
name: 'Osmosis',
|
|
2398
|
+
display: 'osmo',
|
|
2399
|
+
symbol: 'OSMO',
|
|
2400
|
+
logo_URIs: {
|
|
2401
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
2402
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
2403
|
+
},
|
|
2404
|
+
images: [{
|
|
2405
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
2406
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
2407
|
+
}],
|
|
2408
|
+
coingecko_id: 'osmosis',
|
|
2409
|
+
keywords: ['dex', 'staking'],
|
|
2410
|
+
socials: {
|
|
2411
|
+
website: 'https://osmosis.zone',
|
|
2412
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
2413
|
+
},
|
|
2414
|
+
traces: [{
|
|
2415
|
+
type: 'ibc',
|
|
2416
|
+
counterparty: {
|
|
2417
|
+
channel_id: 'channel-1279',
|
|
2418
|
+
base_denom: 'uosmo',
|
|
2419
|
+
chain_name: 'osmosis'
|
|
2420
|
+
},
|
|
2421
|
+
chain: {
|
|
2422
|
+
channel_id: 'channel-3'
|
|
2423
|
+
}
|
|
2424
|
+
}]
|
|
2425
|
+
},
|
|
2426
|
+
{
|
|
2427
|
+
denom_units: [{
|
|
2428
|
+
denom: 'ibc/6CDA7F7E4DDB86FD275A986E78F13DF2FC500E3FEC2149E2215061FA51BB8C5D',
|
|
2429
|
+
exponent: 0,
|
|
2430
|
+
aliases: ['uion']
|
|
2431
|
+
}, {
|
|
2432
|
+
denom: 'ion',
|
|
2433
|
+
exponent: 6
|
|
2434
|
+
}],
|
|
2435
|
+
type_asset: 'sdk.coin',
|
|
2436
|
+
base: 'ibc/6CDA7F7E4DDB86FD275A986E78F13DF2FC500E3FEC2149E2215061FA51BB8C5D',
|
|
2437
|
+
name: 'Ion DAO',
|
|
2438
|
+
display: 'ion',
|
|
2439
|
+
symbol: 'ION',
|
|
2440
|
+
logo_URIs: {
|
|
2441
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
2442
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
2443
|
+
},
|
|
2444
|
+
images: [{
|
|
2445
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
2446
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
2447
|
+
}],
|
|
2448
|
+
coingecko_id: 'ion',
|
|
2449
|
+
keywords: ['memecoin', 'defi'],
|
|
2450
|
+
socials: {
|
|
2451
|
+
website: 'https://ion.wtf',
|
|
2452
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
2453
|
+
},
|
|
2454
|
+
traces: [{
|
|
2455
|
+
type: 'ibc',
|
|
2456
|
+
counterparty: {
|
|
2457
|
+
channel_id: 'channel-1279',
|
|
2458
|
+
base_denom: 'uion',
|
|
2459
|
+
chain_name: 'osmosis'
|
|
2460
|
+
},
|
|
2461
|
+
chain: {
|
|
2462
|
+
channel_id: 'channel-3'
|
|
2463
|
+
}
|
|
2464
|
+
}]
|
|
2465
|
+
},
|
|
2466
|
+
{
|
|
2467
|
+
description: 'QCK - native token of Quicksilver',
|
|
2468
|
+
denom_units: [{
|
|
2469
|
+
denom: 'ibc/E8C4BDE0CDFFA83759AD3324EEE5A1B1E39FCA6BA0791AAE67F4CCF829DB8F1F',
|
|
2470
|
+
exponent: 0,
|
|
2471
|
+
aliases: ['uqck']
|
|
1304
2472
|
}, {
|
|
1305
|
-
denom: '
|
|
1306
|
-
exponent: 6
|
|
2473
|
+
denom: 'qck',
|
|
2474
|
+
exponent: 6,
|
|
2475
|
+
aliases: []
|
|
1307
2476
|
}],
|
|
1308
|
-
base: 'ibc/
|
|
1309
|
-
name: '
|
|
1310
|
-
display: '
|
|
1311
|
-
symbol: '
|
|
2477
|
+
base: 'ibc/E8C4BDE0CDFFA83759AD3324EEE5A1B1E39FCA6BA0791AAE67F4CCF829DB8F1F',
|
|
2478
|
+
name: 'Quicksilver',
|
|
2479
|
+
display: 'qck',
|
|
2480
|
+
symbol: 'QCK',
|
|
1312
2481
|
logo_URIs: {
|
|
1313
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1314
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg'
|
|
2482
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
1315
2483
|
},
|
|
1316
|
-
coingecko_id: '
|
|
2484
|
+
coingecko_id: 'quicksilver',
|
|
1317
2485
|
images: [{
|
|
1318
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1319
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg'
|
|
2486
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
1320
2487
|
}],
|
|
2488
|
+
socials: {
|
|
2489
|
+
website: 'https://quicksilver.zone/',
|
|
2490
|
+
twitter: 'https://twitter.com/quicksilverzone'
|
|
2491
|
+
},
|
|
1321
2492
|
traces: [{
|
|
1322
2493
|
type: 'ibc',
|
|
1323
2494
|
counterparty: {
|
|
1324
|
-
channel_id: 'channel-
|
|
1325
|
-
base_denom: '
|
|
1326
|
-
chain_name: '
|
|
2495
|
+
channel_id: 'channel-94',
|
|
2496
|
+
base_denom: 'uqck',
|
|
2497
|
+
chain_name: 'quicksilver'
|
|
1327
2498
|
},
|
|
1328
2499
|
chain: {
|
|
1329
|
-
channel_id: 'channel-
|
|
2500
|
+
channel_id: 'channel-9'
|
|
1330
2501
|
}
|
|
1331
2502
|
}]
|
|
1332
2503
|
},
|
|
1333
2504
|
{
|
|
1334
|
-
description: 'The native
|
|
2505
|
+
description: 'The native token of Secret Network',
|
|
1335
2506
|
denom_units: [{
|
|
1336
|
-
denom: 'ibc/
|
|
2507
|
+
denom: 'ibc/E3459360643C2555C57C7DAB0567FA762B42D5D6D45A76615EA7D99D933AEC04',
|
|
1337
2508
|
exponent: 0,
|
|
1338
|
-
aliases: ['
|
|
2509
|
+
aliases: ['uscrt']
|
|
1339
2510
|
}, {
|
|
1340
|
-
denom: '
|
|
1341
|
-
exponent:
|
|
2511
|
+
denom: 'scrt',
|
|
2512
|
+
exponent: 6
|
|
1342
2513
|
}],
|
|
1343
|
-
base: 'ibc/
|
|
1344
|
-
name: '
|
|
1345
|
-
display: '
|
|
1346
|
-
symbol: '
|
|
2514
|
+
base: 'ibc/E3459360643C2555C57C7DAB0567FA762B42D5D6D45A76615EA7D99D933AEC04',
|
|
2515
|
+
name: 'Secret Network',
|
|
2516
|
+
display: 'scrt',
|
|
2517
|
+
symbol: 'SCRT',
|
|
1347
2518
|
logo_URIs: {
|
|
1348
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1349
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2519
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
2520
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1350
2521
|
},
|
|
1351
|
-
coingecko_id: '
|
|
2522
|
+
coingecko_id: 'secret',
|
|
1352
2523
|
images: [{
|
|
1353
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1354
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2524
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
2525
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1355
2526
|
}],
|
|
1356
2527
|
socials: {
|
|
1357
|
-
website: 'https://
|
|
1358
|
-
twitter: 'https://twitter.com/
|
|
2528
|
+
website: 'https://scrt.network/',
|
|
2529
|
+
twitter: 'https://twitter.com/SecretNetwork'
|
|
1359
2530
|
},
|
|
1360
2531
|
traces: [{
|
|
1361
2532
|
type: 'ibc',
|
|
1362
2533
|
counterparty: {
|
|
1363
|
-
channel_id: 'channel-
|
|
1364
|
-
base_denom: '
|
|
1365
|
-
chain_name: '
|
|
2534
|
+
channel_id: 'channel-80',
|
|
2535
|
+
base_denom: 'uscrt',
|
|
2536
|
+
chain_name: 'secretnetwork'
|
|
1366
2537
|
},
|
|
1367
2538
|
chain: {
|
|
1368
|
-
channel_id: 'channel-
|
|
2539
|
+
channel_id: 'channel-14'
|
|
1369
2540
|
}
|
|
1370
2541
|
}]
|
|
1371
2542
|
},
|
|
1372
2543
|
{
|
|
1373
|
-
description: 'The token of
|
|
1374
|
-
extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
|
|
2544
|
+
description: 'The native token of Stargaze',
|
|
1375
2545
|
denom_units: [{
|
|
1376
|
-
denom: 'ibc/
|
|
2546
|
+
denom: 'ibc/7078D8FA8BCB50A1E7855458F1E9898A3FDA0093B703DA3B3108DD35ED99E048',
|
|
1377
2547
|
exponent: 0,
|
|
1378
|
-
aliases: ['
|
|
2548
|
+
aliases: ['ustars']
|
|
1379
2549
|
}, {
|
|
1380
|
-
denom: '
|
|
1381
|
-
exponent:
|
|
2550
|
+
denom: 'stars',
|
|
2551
|
+
exponent: 6
|
|
1382
2552
|
}],
|
|
1383
|
-
base: 'ibc/
|
|
1384
|
-
name: '
|
|
1385
|
-
display: '
|
|
1386
|
-
symbol: '
|
|
2553
|
+
base: 'ibc/7078D8FA8BCB50A1E7855458F1E9898A3FDA0093B703DA3B3108DD35ED99E048',
|
|
2554
|
+
name: 'Stargaze',
|
|
2555
|
+
display: 'stars',
|
|
2556
|
+
symbol: 'STARS',
|
|
1387
2557
|
logo_URIs: {
|
|
1388
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1389
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2558
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
2559
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
1390
2560
|
},
|
|
2561
|
+
coingecko_id: 'stargaze',
|
|
1391
2562
|
images: [{
|
|
1392
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1393
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2563
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
2564
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
1394
2565
|
}],
|
|
1395
2566
|
socials: {
|
|
1396
|
-
|
|
1397
|
-
twitter: 'https://twitter.com/
|
|
2567
|
+
website: 'https://www.stargaze.zone/',
|
|
2568
|
+
twitter: 'https://twitter.com/StargazeZone'
|
|
1398
2569
|
},
|
|
1399
2570
|
traces: [{
|
|
1400
2571
|
type: 'ibc',
|
|
1401
2572
|
counterparty: {
|
|
1402
|
-
channel_id: 'channel-
|
|
1403
|
-
base_denom: '
|
|
1404
|
-
chain_name: '
|
|
2573
|
+
channel_id: 'channel-184',
|
|
2574
|
+
base_denom: 'ustars',
|
|
2575
|
+
chain_name: 'stargaze'
|
|
1405
2576
|
},
|
|
1406
2577
|
chain: {
|
|
1407
|
-
channel_id: 'channel-
|
|
2578
|
+
channel_id: 'channel-6'
|
|
1408
2579
|
}
|
|
1409
2580
|
}]
|
|
1410
2581
|
},
|
|
1411
2582
|
{
|
|
1412
|
-
description: 'The token of
|
|
2583
|
+
description: 'The native token of Stride',
|
|
1413
2584
|
denom_units: [{
|
|
1414
|
-
denom: 'ibc/
|
|
2585
|
+
denom: 'ibc/F4EF72139CDCF526FFD520402C53FFB7A927B528BDF0C5FF60A4D8B4780D2C6B',
|
|
1415
2586
|
exponent: 0,
|
|
1416
|
-
aliases: ['
|
|
2587
|
+
aliases: ['ustrd']
|
|
1417
2588
|
}, {
|
|
1418
|
-
denom: '
|
|
1419
|
-
exponent:
|
|
2589
|
+
denom: 'strd',
|
|
2590
|
+
exponent: 6
|
|
1420
2591
|
}],
|
|
1421
|
-
base: 'ibc/
|
|
1422
|
-
name: '
|
|
1423
|
-
display: '
|
|
1424
|
-
symbol: '
|
|
1425
|
-
type_asset: 'erc20',
|
|
1426
|
-
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
2592
|
+
base: 'ibc/F4EF72139CDCF526FFD520402C53FFB7A927B528BDF0C5FF60A4D8B4780D2C6B',
|
|
2593
|
+
name: 'Stride',
|
|
2594
|
+
display: 'strd',
|
|
2595
|
+
symbol: 'STRD',
|
|
1427
2596
|
logo_URIs: {
|
|
1428
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1429
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2597
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
2598
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
1430
2599
|
},
|
|
2600
|
+
coingecko_id: 'stride',
|
|
1431
2601
|
images: [{
|
|
1432
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1433
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2602
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
2603
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
1434
2604
|
}],
|
|
2605
|
+
socials: {
|
|
2606
|
+
website: 'https://stride.zone/',
|
|
2607
|
+
twitter: 'https://twitter.com/stride_zone'
|
|
2608
|
+
},
|
|
1435
2609
|
traces: [{
|
|
1436
2610
|
type: 'ibc',
|
|
1437
2611
|
counterparty: {
|
|
1438
|
-
channel_id: 'channel-
|
|
1439
|
-
base_denom: '
|
|
1440
|
-
chain_name: '
|
|
2612
|
+
channel_id: 'channel-134',
|
|
2613
|
+
base_denom: 'ustrd',
|
|
2614
|
+
chain_name: 'stride'
|
|
1441
2615
|
},
|
|
1442
2616
|
chain: {
|
|
1443
|
-
channel_id: 'channel-
|
|
2617
|
+
channel_id: 'channel-5'
|
|
1444
2618
|
}
|
|
1445
2619
|
}]
|
|
1446
2620
|
},
|
|
1447
2621
|
{
|
|
1448
|
-
description: '
|
|
1449
|
-
denom_units: [
|
|
1450
|
-
|
|
2622
|
+
description: 'Ethereum (ETH) is a decentralized, open-source blockchain system featuring smart contract functionality. It\'s the native cryptocurrency of the Ethereum platform, often regarded as the second most popular digital currency after Bitcoin. Ethereum was proposed in late 2013 and development was crowdfunded in 2014, leading to its network going live on 30 July 2015.\n\nETH, as a digital currency, is used for a variety of purposes within the Ethereum ecosystem, including the execution of decentralized smart contracts and as a mode of payment. Unlike Bitcoin, Ethereum was designed to be a platform for applications that can operate without the need for intermediaries, using blockchain technology. This has made Ethereum a leading platform for various applications, including decentralized finance (DeFi), non-fungible tokens (NFTs), and more. Ethereum is constantly evolving, with a significant upgrade termed Ethereum 2.0, which aims to improve its scalability, security, and sustainability.',
|
|
2623
|
+
denom_units: [
|
|
2624
|
+
{
|
|
2625
|
+
denom: 'ibc/F9D075D4079FC56A9C49B601E54A45292C319D8B0E8CC0F8439041130AA7166C',
|
|
1451
2626
|
exponent: 0,
|
|
1452
|
-
aliases: ['
|
|
1453
|
-
},
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
2627
|
+
aliases: ['wei']
|
|
2628
|
+
},
|
|
2629
|
+
{
|
|
2630
|
+
denom: 'gwei',
|
|
2631
|
+
exponent: 9
|
|
2632
|
+
},
|
|
2633
|
+
{
|
|
2634
|
+
denom: 'eth',
|
|
2635
|
+
exponent: 18,
|
|
2636
|
+
aliases: ['ether']
|
|
2637
|
+
}
|
|
2638
|
+
],
|
|
2639
|
+
type_asset: 'evm-base',
|
|
2640
|
+
base: 'ibc/F9D075D4079FC56A9C49B601E54A45292C319D8B0E8CC0F8439041130AA7166C',
|
|
2641
|
+
name: 'Ether',
|
|
2642
|
+
display: 'eth',
|
|
2643
|
+
symbol: 'ETH',
|
|
1463
2644
|
logo_URIs: {
|
|
1464
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1465
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2645
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
2646
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
1466
2647
|
},
|
|
2648
|
+
coingecko_id: 'ethereum',
|
|
1467
2649
|
images: [{
|
|
1468
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1469
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2650
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
2651
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
1470
2652
|
}],
|
|
1471
2653
|
traces: [{
|
|
1472
2654
|
type: 'ibc',
|
|
1473
2655
|
counterparty: {
|
|
1474
|
-
channel_id: 'channel-
|
|
1475
|
-
base_denom: '
|
|
1476
|
-
chain_name: '
|
|
2656
|
+
channel_id: 'channel-2',
|
|
2657
|
+
base_denom: 'wei',
|
|
2658
|
+
chain_name: 'ethereum'
|
|
1477
2659
|
},
|
|
1478
2660
|
chain: {
|
|
1479
|
-
channel_id: 'channel-
|
|
2661
|
+
channel_id: 'channel-52'
|
|
1480
2662
|
}
|
|
1481
2663
|
}]
|
|
1482
2664
|
},
|
|
1483
2665
|
{
|
|
1484
|
-
description: '
|
|
2666
|
+
description: 'Aave is an Open Source and Non-Custodial protocol to earn interest on deposits & borrow assets. It also features access to highly innovative flash loans, which let developers borrow instantly and easily; no collateral needed. With 16 different assets, 5 of which are stablecoins.',
|
|
2667
|
+
type_asset: 'erc20',
|
|
2668
|
+
address: '0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9',
|
|
1485
2669
|
denom_units: [{
|
|
1486
|
-
denom: 'ibc/
|
|
2670
|
+
denom: 'ibc/D699577F9FD6116299F6396696B8EA9D4D1BFB7D79D63F0A5F2FF06F49DF065F',
|
|
1487
2671
|
exponent: 0,
|
|
1488
|
-
aliases: ['
|
|
2672
|
+
aliases: ['0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9']
|
|
1489
2673
|
}, {
|
|
1490
|
-
denom: '
|
|
2674
|
+
denom: 'aave',
|
|
1491
2675
|
exponent: 18
|
|
1492
2676
|
}],
|
|
1493
|
-
base: 'ibc/
|
|
1494
|
-
name: '
|
|
1495
|
-
display: '
|
|
1496
|
-
symbol: '
|
|
2677
|
+
base: 'ibc/D699577F9FD6116299F6396696B8EA9D4D1BFB7D79D63F0A5F2FF06F49DF065F',
|
|
2678
|
+
name: 'Aave',
|
|
2679
|
+
display: 'aave',
|
|
2680
|
+
symbol: 'AAVE',
|
|
1497
2681
|
logo_URIs: {
|
|
1498
|
-
|
|
1499
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
2682
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg'
|
|
1500
2683
|
},
|
|
1501
|
-
coingecko_id: '
|
|
2684
|
+
coingecko_id: 'aave',
|
|
1502
2685
|
images: [{
|
|
1503
|
-
|
|
1504
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
2686
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg'
|
|
1505
2687
|
}],
|
|
1506
|
-
socials: {
|
|
1507
|
-
website: 'https://injective.com/',
|
|
1508
|
-
twitter: 'https://twitter.com/Injective_'
|
|
1509
|
-
},
|
|
1510
2688
|
traces: [{
|
|
1511
2689
|
type: 'ibc',
|
|
1512
2690
|
counterparty: {
|
|
1513
|
-
channel_id: 'channel-
|
|
1514
|
-
base_denom: '
|
|
1515
|
-
chain_name: '
|
|
2691
|
+
channel_id: 'channel-2',
|
|
2692
|
+
base_denom: '0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9',
|
|
2693
|
+
chain_name: 'ethereum'
|
|
1516
2694
|
},
|
|
1517
2695
|
chain: {
|
|
1518
|
-
channel_id: 'channel-
|
|
2696
|
+
channel_id: 'channel-52'
|
|
1519
2697
|
}
|
|
1520
2698
|
}]
|
|
1521
2699
|
},
|
|
1522
2700
|
{
|
|
1523
|
-
description: '
|
|
2701
|
+
description: 'ApeCoin found new expression in web3 through art, gaming, entertainment, and events. APE is a token made to support what’s next, controlled, and built on by the community. It will serve as a decentralized protocol layer for community-led initiatives that drive culture forward into the metaverse.',
|
|
2702
|
+
type_asset: 'erc20',
|
|
2703
|
+
address: '0x4d224452801aced8b2f0aebe155379bb5d594381',
|
|
1524
2704
|
denom_units: [{
|
|
1525
|
-
denom: 'ibc/
|
|
2705
|
+
denom: 'ibc/A663A63F05108530D073ED2117283883064D18F505DF144C4142DDB7E8659738',
|
|
1526
2706
|
exponent: 0,
|
|
1527
|
-
aliases: ['
|
|
2707
|
+
aliases: ['0x4d224452801aced8b2f0aebe155379bb5d594381']
|
|
1528
2708
|
}, {
|
|
1529
|
-
denom: '
|
|
1530
|
-
exponent:
|
|
2709
|
+
denom: 'ape',
|
|
2710
|
+
exponent: 18
|
|
1531
2711
|
}],
|
|
1532
|
-
base: 'ibc/
|
|
1533
|
-
name: '
|
|
1534
|
-
display: '
|
|
1535
|
-
symbol: '
|
|
2712
|
+
base: 'ibc/A663A63F05108530D073ED2117283883064D18F505DF144C4142DDB7E8659738',
|
|
2713
|
+
name: 'ApeCoin',
|
|
2714
|
+
display: 'ape',
|
|
2715
|
+
symbol: 'APE',
|
|
1536
2716
|
logo_URIs: {
|
|
1537
|
-
|
|
2717
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg'
|
|
1538
2718
|
},
|
|
2719
|
+
coingecko_id: 'apecoin',
|
|
1539
2720
|
images: [{
|
|
1540
|
-
|
|
2721
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg'
|
|
1541
2722
|
}],
|
|
1542
2723
|
traces: [{
|
|
1543
2724
|
type: 'ibc',
|
|
1544
2725
|
counterparty: {
|
|
1545
|
-
channel_id: 'channel-
|
|
1546
|
-
base_denom: '
|
|
1547
|
-
chain_name: '
|
|
2726
|
+
channel_id: 'channel-2',
|
|
2727
|
+
base_denom: '0x4d224452801aced8b2f0aebe155379bb5d594381',
|
|
2728
|
+
chain_name: 'ethereum'
|
|
1548
2729
|
},
|
|
1549
2730
|
chain: {
|
|
1550
|
-
channel_id: 'channel-
|
|
2731
|
+
channel_id: 'channel-52'
|
|
1551
2732
|
}
|
|
1552
2733
|
}]
|
|
1553
2734
|
},
|
|
1554
2735
|
{
|
|
1555
|
-
description: '
|
|
2736
|
+
description: 'Axie Infinity is a Pokémon-inspired digital pet universe where anyone can earn tokens through skilled gameplay and contributions to the ecosystem. Players can battle, collect, raise, and build a land-based kingdom for their pets (known as Axies).',
|
|
2737
|
+
type_asset: 'erc20',
|
|
2738
|
+
address: '0xbb0e17ef65f82ab018d8edd776e8dd940327b28b',
|
|
1556
2739
|
denom_units: [{
|
|
1557
|
-
denom: 'ibc/
|
|
2740
|
+
denom: 'ibc/DC03A3B473C171CA30E799B7D69B0B7DABBE3BF5B036991720E813EA0959DDF8',
|
|
1558
2741
|
exponent: 0,
|
|
1559
|
-
aliases: ['
|
|
2742
|
+
aliases: ['0xbb0e17ef65f82ab018d8edd776e8dd940327b28b']
|
|
1560
2743
|
}, {
|
|
1561
|
-
denom: '
|
|
1562
|
-
exponent:
|
|
2744
|
+
denom: 'axs',
|
|
2745
|
+
exponent: 18
|
|
1563
2746
|
}],
|
|
1564
|
-
base: 'ibc/
|
|
1565
|
-
name: '
|
|
1566
|
-
display: '
|
|
1567
|
-
symbol: '
|
|
2747
|
+
base: 'ibc/DC03A3B473C171CA30E799B7D69B0B7DABBE3BF5B036991720E813EA0959DDF8',
|
|
2748
|
+
name: 'Axie Infinity Shard',
|
|
2749
|
+
display: 'axs',
|
|
2750
|
+
symbol: 'AXS',
|
|
1568
2751
|
logo_URIs: {
|
|
1569
|
-
|
|
2752
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg'
|
|
1570
2753
|
},
|
|
2754
|
+
coingecko_id: 'axie-infinity',
|
|
1571
2755
|
images: [{
|
|
1572
|
-
|
|
2756
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg'
|
|
1573
2757
|
}],
|
|
1574
2758
|
traces: [{
|
|
1575
2759
|
type: 'ibc',
|
|
1576
2760
|
counterparty: {
|
|
1577
|
-
channel_id: 'channel-
|
|
1578
|
-
base_denom: '
|
|
1579
|
-
chain_name: '
|
|
2761
|
+
channel_id: 'channel-2',
|
|
2762
|
+
base_denom: '0xbb0e17ef65f82ab018d8edd776e8dd940327b28b',
|
|
2763
|
+
chain_name: 'ethereum'
|
|
1580
2764
|
},
|
|
1581
2765
|
chain: {
|
|
1582
|
-
channel_id: 'channel-
|
|
2766
|
+
channel_id: 'channel-52'
|
|
1583
2767
|
}
|
|
1584
2768
|
}]
|
|
1585
2769
|
},
|
|
1586
2770
|
{
|
|
1587
|
-
description: '
|
|
2771
|
+
description: 'A blockchain-based middleware, acting as a bridge between cryptocurrency smart contracts, data feeds, APIs and traditional bank account payments.',
|
|
2772
|
+
type_asset: 'erc20',
|
|
2773
|
+
address: '0x514910771af9ca656af840dff83e8264ecf986ca',
|
|
1588
2774
|
denom_units: [{
|
|
1589
|
-
denom: 'ibc/
|
|
2775
|
+
denom: 'ibc/D18DE9EC817E5583927285DFCFB8BDA27662CAA8D1FA3D38CF84705030F6F2E8',
|
|
1590
2776
|
exponent: 0,
|
|
1591
|
-
aliases: ['
|
|
2777
|
+
aliases: ['0x514910771af9ca656af840dff83e8264ecf986ca']
|
|
1592
2778
|
}, {
|
|
1593
|
-
denom: '
|
|
1594
|
-
exponent:
|
|
2779
|
+
denom: 'link',
|
|
2780
|
+
exponent: 18
|
|
1595
2781
|
}],
|
|
1596
|
-
base: 'ibc/
|
|
1597
|
-
name: '
|
|
1598
|
-
display: '
|
|
1599
|
-
symbol: '
|
|
2782
|
+
base: 'ibc/D18DE9EC817E5583927285DFCFB8BDA27662CAA8D1FA3D38CF84705030F6F2E8',
|
|
2783
|
+
name: 'Chainlink',
|
|
2784
|
+
display: 'link',
|
|
2785
|
+
symbol: 'LINK',
|
|
1600
2786
|
logo_URIs: {
|
|
1601
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1602
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2787
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
2788
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
1603
2789
|
},
|
|
1604
|
-
coingecko_id: '
|
|
2790
|
+
coingecko_id: 'chainlink',
|
|
1605
2791
|
images: [{
|
|
1606
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1607
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2792
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
2793
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
1608
2794
|
}],
|
|
1609
|
-
socials: {
|
|
1610
|
-
website: 'https://junonetwork.io/',
|
|
1611
|
-
twitter: 'https://twitter.com/JunoNetwork'
|
|
1612
|
-
},
|
|
1613
2795
|
traces: [{
|
|
1614
|
-
type: 'ibc',
|
|
1615
|
-
counterparty: {
|
|
1616
|
-
channel_id: 'channel-
|
|
1617
|
-
base_denom: '
|
|
1618
|
-
chain_name: '
|
|
2796
|
+
type: 'ibc',
|
|
2797
|
+
counterparty: {
|
|
2798
|
+
channel_id: 'channel-2',
|
|
2799
|
+
base_denom: '0x514910771af9ca656af840dff83e8264ecf986ca',
|
|
2800
|
+
chain_name: 'ethereum'
|
|
1619
2801
|
},
|
|
1620
2802
|
chain: {
|
|
1621
|
-
channel_id: 'channel-
|
|
2803
|
+
channel_id: 'channel-52'
|
|
1622
2804
|
}
|
|
1623
2805
|
}]
|
|
1624
2806
|
},
|
|
1625
2807
|
{
|
|
1626
|
-
description: '
|
|
2808
|
+
description: 'Maker is a Decentralized Autonomous Organization that creates and insures the dai stablecoin on the Ethereum blockchain',
|
|
2809
|
+
type_asset: 'erc20',
|
|
2810
|
+
address: '0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2',
|
|
1627
2811
|
denom_units: [{
|
|
1628
|
-
denom: 'ibc/
|
|
2812
|
+
denom: 'ibc/A6CC40E71F564A8C273FE489417C996B3660B8241E44182B64F8E18B8269969A',
|
|
1629
2813
|
exponent: 0,
|
|
1630
|
-
aliases: ['
|
|
2814
|
+
aliases: ['0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2']
|
|
1631
2815
|
}, {
|
|
1632
|
-
denom: '
|
|
1633
|
-
exponent:
|
|
2816
|
+
denom: 'mkr',
|
|
2817
|
+
exponent: 18
|
|
1634
2818
|
}],
|
|
1635
|
-
base: 'ibc/
|
|
1636
|
-
name: '
|
|
1637
|
-
display: '
|
|
1638
|
-
symbol: '
|
|
1639
|
-
coingecko_id: 'kujira',
|
|
2819
|
+
base: 'ibc/A6CC40E71F564A8C273FE489417C996B3660B8241E44182B64F8E18B8269969A',
|
|
2820
|
+
name: 'Maker',
|
|
2821
|
+
display: 'mkr',
|
|
2822
|
+
symbol: 'MKR',
|
|
1640
2823
|
logo_URIs: {
|
|
1641
|
-
|
|
1642
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
|
|
2824
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg'
|
|
1643
2825
|
},
|
|
2826
|
+
coingecko_id: 'maker',
|
|
1644
2827
|
images: [{
|
|
1645
|
-
|
|
1646
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
|
|
2828
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg'
|
|
1647
2829
|
}],
|
|
1648
|
-
socials: {
|
|
1649
|
-
website: 'https://kujira.network/',
|
|
1650
|
-
twitter: 'https://twitter.com/TeamKujira'
|
|
1651
|
-
},
|
|
1652
2830
|
traces: [{
|
|
1653
2831
|
type: 'ibc',
|
|
1654
2832
|
counterparty: {
|
|
1655
|
-
channel_id: 'channel-
|
|
1656
|
-
base_denom: '
|
|
1657
|
-
chain_name: '
|
|
2833
|
+
channel_id: 'channel-2',
|
|
2834
|
+
base_denom: '0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2',
|
|
2835
|
+
chain_name: 'ethereum'
|
|
1658
2836
|
},
|
|
1659
2837
|
chain: {
|
|
1660
|
-
channel_id: 'channel-
|
|
2838
|
+
channel_id: 'channel-52'
|
|
1661
2839
|
}
|
|
1662
2840
|
}]
|
|
1663
2841
|
},
|
|
1664
2842
|
{
|
|
1665
|
-
description: '
|
|
2843
|
+
description: 'SHIBA INU is a 100% decentralized community experiment with it claims that 1/2 the tokens have been sent to Vitalik and the other half were locked to a Uniswap pool and the keys burned.',
|
|
2844
|
+
type_asset: 'erc20',
|
|
2845
|
+
address: '0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce',
|
|
1666
2846
|
denom_units: [{
|
|
1667
|
-
denom: 'ibc/
|
|
2847
|
+
denom: 'ibc/158F220393E7A6C7324BC89730263BF6C9079EC541B69BA9E6D7EE6C9AEDCF66',
|
|
1668
2848
|
exponent: 0,
|
|
1669
|
-
aliases: ['
|
|
2849
|
+
aliases: ['0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce']
|
|
1670
2850
|
}, {
|
|
1671
|
-
denom: '
|
|
1672
|
-
exponent:
|
|
2851
|
+
denom: 'shib',
|
|
2852
|
+
exponent: 18
|
|
1673
2853
|
}],
|
|
1674
|
-
base: 'ibc/
|
|
1675
|
-
name: '
|
|
1676
|
-
display: '
|
|
1677
|
-
symbol: '
|
|
2854
|
+
base: 'ibc/158F220393E7A6C7324BC89730263BF6C9079EC541B69BA9E6D7EE6C9AEDCF66',
|
|
2855
|
+
name: 'Shiba Inu',
|
|
2856
|
+
display: 'shib',
|
|
2857
|
+
symbol: 'SHIB',
|
|
1678
2858
|
logo_URIs: {
|
|
1679
|
-
|
|
1680
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
2859
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg'
|
|
1681
2860
|
},
|
|
1682
|
-
coingecko_id: '
|
|
2861
|
+
coingecko_id: 'shiba-inu',
|
|
1683
2862
|
images: [{
|
|
1684
|
-
|
|
1685
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
2863
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg'
|
|
1686
2864
|
}],
|
|
1687
|
-
socials: {
|
|
1688
|
-
website: 'https://neutron.org/',
|
|
1689
|
-
twitter: 'https://twitter.com/Neutron_org'
|
|
1690
|
-
},
|
|
1691
2865
|
traces: [{
|
|
1692
2866
|
type: 'ibc',
|
|
1693
2867
|
counterparty: {
|
|
1694
|
-
channel_id: 'channel-
|
|
1695
|
-
base_denom: '
|
|
1696
|
-
chain_name: '
|
|
2868
|
+
channel_id: 'channel-2',
|
|
2869
|
+
base_denom: '0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce',
|
|
2870
|
+
chain_name: 'ethereum'
|
|
1697
2871
|
},
|
|
1698
2872
|
chain: {
|
|
1699
|
-
channel_id: 'channel-
|
|
2873
|
+
channel_id: 'channel-52'
|
|
1700
2874
|
}
|
|
1701
2875
|
}]
|
|
1702
2876
|
},
|
|
1703
2877
|
{
|
|
1704
|
-
description: '
|
|
2878
|
+
description: 'UNI token served as governance token for Uniswap protocol with 1 billion UNI have been minted at genesis. 60% of the UNI genesis supply is allocated to Uniswap community members and remaining for team, investors and advisors.',
|
|
2879
|
+
type_asset: 'erc20',
|
|
2880
|
+
address: '0x1f9840a85d5af5bf1d1762f925bdaddc4201f984',
|
|
1705
2881
|
denom_units: [{
|
|
1706
|
-
denom: 'ibc/
|
|
2882
|
+
denom: 'ibc/921D7E89244C857A07BAE5D6F81F2DC62865E72CA52B1D1319D99A86705B252E',
|
|
1707
2883
|
exponent: 0,
|
|
1708
|
-
aliases: ['
|
|
2884
|
+
aliases: ['0x1f9840a85d5af5bf1d1762f925bdaddc4201f984']
|
|
1709
2885
|
}, {
|
|
1710
|
-
denom: '
|
|
1711
|
-
exponent:
|
|
2886
|
+
denom: 'uni',
|
|
2887
|
+
exponent: 18
|
|
1712
2888
|
}],
|
|
1713
|
-
base: 'ibc/
|
|
1714
|
-
name: '
|
|
1715
|
-
display: '
|
|
1716
|
-
symbol: '
|
|
2889
|
+
base: 'ibc/921D7E89244C857A07BAE5D6F81F2DC62865E72CA52B1D1319D99A86705B252E',
|
|
2890
|
+
name: 'Uniswap',
|
|
2891
|
+
display: 'uni',
|
|
2892
|
+
symbol: 'UNI',
|
|
1717
2893
|
logo_URIs: {
|
|
1718
|
-
|
|
2894
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg'
|
|
1719
2895
|
},
|
|
2896
|
+
coingecko_id: 'uniswap',
|
|
1720
2897
|
images: [{
|
|
1721
|
-
|
|
2898
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg'
|
|
1722
2899
|
}],
|
|
1723
2900
|
traces: [{
|
|
1724
2901
|
type: 'ibc',
|
|
1725
2902
|
counterparty: {
|
|
1726
|
-
channel_id: 'channel-
|
|
1727
|
-
base_denom: '
|
|
1728
|
-
chain_name: '
|
|
2903
|
+
channel_id: 'channel-2',
|
|
2904
|
+
base_denom: '0x1f9840a85d5af5bf1d1762f925bdaddc4201f984',
|
|
2905
|
+
chain_name: 'ethereum'
|
|
1729
2906
|
},
|
|
1730
2907
|
chain: {
|
|
1731
|
-
channel_id: 'channel-
|
|
2908
|
+
channel_id: 'channel-52'
|
|
1732
2909
|
}
|
|
1733
2910
|
}]
|
|
1734
2911
|
},
|
|
1735
2912
|
{
|
|
1736
|
-
description: '
|
|
2913
|
+
description: 'Chain is a cloud blockchain protocol that enables organizations to build better financial services from the ground up powered by Sequence and Chain Core.',
|
|
2914
|
+
type_asset: 'erc20',
|
|
2915
|
+
address: '0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18',
|
|
1737
2916
|
denom_units: [{
|
|
1738
|
-
denom: 'ibc/
|
|
2917
|
+
denom: 'ibc/1A81C660B7417536B5F77B7968C647AC2EF9C56AA947C03AD88C492D29E1CB09',
|
|
1739
2918
|
exponent: 0,
|
|
1740
|
-
aliases: ['
|
|
2919
|
+
aliases: ['0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18']
|
|
1741
2920
|
}, {
|
|
1742
|
-
denom: '
|
|
1743
|
-
exponent:
|
|
2921
|
+
denom: 'xcn',
|
|
2922
|
+
exponent: 18
|
|
1744
2923
|
}],
|
|
1745
|
-
base: 'ibc/
|
|
1746
|
-
name: '
|
|
1747
|
-
display: '
|
|
1748
|
-
symbol: '
|
|
2924
|
+
base: 'ibc/1A81C660B7417536B5F77B7968C647AC2EF9C56AA947C03AD88C492D29E1CB09',
|
|
2925
|
+
name: 'Chain',
|
|
2926
|
+
display: 'xcn',
|
|
2927
|
+
symbol: 'XCN',
|
|
1749
2928
|
logo_URIs: {
|
|
1750
|
-
|
|
2929
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg'
|
|
1751
2930
|
},
|
|
2931
|
+
coingecko_id: 'chain-2',
|
|
1752
2932
|
images: [{
|
|
1753
|
-
|
|
2933
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg'
|
|
1754
2934
|
}],
|
|
1755
2935
|
traces: [{
|
|
1756
2936
|
type: 'ibc',
|
|
1757
2937
|
counterparty: {
|
|
1758
|
-
channel_id: 'channel-
|
|
1759
|
-
base_denom: '
|
|
1760
|
-
chain_name: '
|
|
2938
|
+
channel_id: 'channel-2',
|
|
2939
|
+
base_denom: '0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18',
|
|
2940
|
+
chain_name: 'ethereum'
|
|
1761
2941
|
},
|
|
1762
2942
|
chain: {
|
|
1763
|
-
channel_id: 'channel-
|
|
2943
|
+
channel_id: 'channel-52'
|
|
1764
2944
|
}
|
|
1765
2945
|
}]
|
|
1766
2946
|
},
|
|
1767
2947
|
{
|
|
1768
|
-
description: '
|
|
2948
|
+
description: 'Pepe is a community based memecoin with one mission: to make memecoins great again. Made to honor the iconic meme we all know and love, Pepe is here to take reign as the most memeable memecoin in existence, fueled purely by memetic power. Pepe is for the people.',
|
|
2949
|
+
type_asset: 'erc20',
|
|
2950
|
+
address: '0x6982508145454Ce325dDbE47a25d4ec3d2311933',
|
|
1769
2951
|
denom_units: [{
|
|
1770
|
-
denom: 'ibc/
|
|
2952
|
+
denom: 'ibc/C7D82BA3545AAEDD0DEA0123C2F8DA53873AA5D99C8D46BBE79827545F0DC1E6',
|
|
1771
2953
|
exponent: 0,
|
|
1772
|
-
aliases: ['
|
|
2954
|
+
aliases: ['0x6982508145454Ce325dDbE47a25d4ec3d2311933']
|
|
1773
2955
|
}, {
|
|
1774
|
-
denom: '
|
|
1775
|
-
exponent:
|
|
2956
|
+
denom: 'pepe',
|
|
2957
|
+
exponent: 18
|
|
1776
2958
|
}],
|
|
1777
|
-
base: 'ibc/
|
|
1778
|
-
name: '
|
|
1779
|
-
display: '
|
|
1780
|
-
symbol: '
|
|
2959
|
+
base: 'ibc/C7D82BA3545AAEDD0DEA0123C2F8DA53873AA5D99C8D46BBE79827545F0DC1E6',
|
|
2960
|
+
name: 'Pepe',
|
|
2961
|
+
display: 'pepe',
|
|
2962
|
+
symbol: 'PEPE',
|
|
1781
2963
|
logo_URIs: {
|
|
1782
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2964
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png',
|
|
2965
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg'
|
|
1783
2966
|
},
|
|
2967
|
+
coingecko_id: 'pepe',
|
|
1784
2968
|
images: [{
|
|
1785
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2969
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png',
|
|
2970
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg'
|
|
1786
2971
|
}],
|
|
2972
|
+
keywords: ['meme'],
|
|
1787
2973
|
traces: [{
|
|
1788
2974
|
type: 'ibc',
|
|
1789
2975
|
counterparty: {
|
|
1790
|
-
channel_id: 'channel-
|
|
1791
|
-
base_denom: '
|
|
1792
|
-
chain_name: '
|
|
2976
|
+
channel_id: 'channel-2',
|
|
2977
|
+
base_denom: '0x6982508145454Ce325dDbE47a25d4ec3d2311933',
|
|
2978
|
+
chain_name: 'ethereum'
|
|
1793
2979
|
},
|
|
1794
2980
|
chain: {
|
|
1795
|
-
channel_id: 'channel-
|
|
2981
|
+
channel_id: 'channel-52'
|
|
1796
2982
|
}
|
|
1797
2983
|
}]
|
|
1798
2984
|
},
|
|
1799
2985
|
{
|
|
1800
|
-
description: 'The
|
|
2986
|
+
description: 'The OCC token acts as the fuel for the OccamRazer launchpad and it is indirectly used as well on the DAO governance layer.',
|
|
2987
|
+
type_asset: 'erc20',
|
|
2988
|
+
address: '0x2F109021aFe75B949429fe30523Ee7C0D5B27207',
|
|
1801
2989
|
denom_units: [{
|
|
1802
|
-
denom: 'ibc/
|
|
2990
|
+
denom: 'ibc/19BF897B03066D7CCC00C6A0963E175E22E2593C21179D3F38E6411B3C9EA16B',
|
|
1803
2991
|
exponent: 0,
|
|
1804
|
-
aliases: ['
|
|
2992
|
+
aliases: ['0x2F109021aFe75B949429fe30523Ee7C0D5B27207']
|
|
1805
2993
|
}, {
|
|
1806
|
-
denom: '
|
|
1807
|
-
exponent:
|
|
2994
|
+
denom: 'occ',
|
|
2995
|
+
exponent: 18
|
|
1808
2996
|
}],
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
symbol: 'OSMO',
|
|
2997
|
+
base: 'ibc/19BF897B03066D7CCC00C6A0963E175E22E2593C21179D3F38E6411B3C9EA16B',
|
|
2998
|
+
name: 'OccamFi',
|
|
2999
|
+
display: 'occ',
|
|
3000
|
+
symbol: 'OCC',
|
|
1814
3001
|
logo_URIs: {
|
|
1815
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1816
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
3002
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png'
|
|
1817
3003
|
},
|
|
3004
|
+
coingecko_id: 'occamfi',
|
|
1818
3005
|
images: [{
|
|
1819
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1820
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
3006
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png'
|
|
1821
3007
|
}],
|
|
1822
|
-
coingecko_id: 'osmosis',
|
|
1823
|
-
keywords: ['dex', 'staking'],
|
|
1824
|
-
socials: {
|
|
1825
|
-
website: 'https://osmosis.zone',
|
|
1826
|
-
twitter: 'https://twitter.com/osmosiszone'
|
|
1827
|
-
},
|
|
1828
3008
|
traces: [{
|
|
1829
3009
|
type: 'ibc',
|
|
1830
3010
|
counterparty: {
|
|
1831
|
-
channel_id: 'channel-
|
|
1832
|
-
base_denom: '
|
|
1833
|
-
chain_name: '
|
|
3011
|
+
channel_id: 'channel-2',
|
|
3012
|
+
base_denom: '0x2F109021aFe75B949429fe30523Ee7C0D5B27207',
|
|
3013
|
+
chain_name: 'ethereum'
|
|
1834
3014
|
},
|
|
1835
3015
|
chain: {
|
|
1836
|
-
channel_id: 'channel-
|
|
3016
|
+
channel_id: 'channel-52'
|
|
1837
3017
|
}
|
|
1838
3018
|
}]
|
|
1839
3019
|
},
|
|
1840
3020
|
{
|
|
3021
|
+
description: 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.',
|
|
3022
|
+
type_asset: 'erc20',
|
|
3023
|
+
address: '0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e',
|
|
1841
3024
|
denom_units: [{
|
|
1842
|
-
denom: 'ibc/
|
|
3025
|
+
denom: 'ibc/17690D9023E45DF8AB9F7030A470C782214AA963BFD656CF9DCD800A92F3F0F6',
|
|
1843
3026
|
exponent: 0,
|
|
1844
|
-
aliases: ['
|
|
3027
|
+
aliases: ['0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e']
|
|
1845
3028
|
}, {
|
|
1846
|
-
denom: '
|
|
1847
|
-
exponent:
|
|
3029
|
+
denom: 'page',
|
|
3030
|
+
exponent: 8
|
|
1848
3031
|
}],
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
3032
|
+
base: 'ibc/17690D9023E45DF8AB9F7030A470C782214AA963BFD656CF9DCD800A92F3F0F6',
|
|
3033
|
+
name: 'Page',
|
|
3034
|
+
display: 'page',
|
|
3035
|
+
symbol: 'PAGE',
|
|
3036
|
+
coingecko_id: 'page',
|
|
1854
3037
|
logo_URIs: {
|
|
1855
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1856
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
3038
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
|
|
3039
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
|
|
1857
3040
|
},
|
|
1858
3041
|
images: [{
|
|
1859
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1860
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
3042
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
|
|
3043
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
|
|
1861
3044
|
}],
|
|
1862
|
-
coingecko_id: 'ion',
|
|
1863
|
-
keywords: ['memecoin', 'defi'],
|
|
1864
|
-
socials: {
|
|
1865
|
-
website: 'https://ion.wtf',
|
|
1866
|
-
twitter: 'https://twitter.com/_IONDAO'
|
|
1867
|
-
},
|
|
1868
3045
|
traces: [{
|
|
1869
3046
|
type: 'ibc',
|
|
1870
3047
|
counterparty: {
|
|
1871
|
-
channel_id: 'channel-
|
|
1872
|
-
base_denom: '
|
|
1873
|
-
chain_name: '
|
|
3048
|
+
channel_id: 'channel-2',
|
|
3049
|
+
base_denom: '0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e',
|
|
3050
|
+
chain_name: 'ethereum'
|
|
1874
3051
|
},
|
|
1875
3052
|
chain: {
|
|
1876
|
-
channel_id: 'channel-
|
|
3053
|
+
channel_id: 'channel-52'
|
|
1877
3054
|
}
|
|
1878
3055
|
}]
|
|
1879
3056
|
},
|
|
1880
3057
|
{
|
|
1881
|
-
description: '
|
|
3058
|
+
description: '',
|
|
3059
|
+
type_asset: 'erc20',
|
|
3060
|
+
address: '0x78a0A62Fba6Fb21A83FE8a3433d44C73a4017A6f',
|
|
1882
3061
|
denom_units: [{
|
|
1883
|
-
denom: 'ibc/
|
|
3062
|
+
denom: 'ibc/86BEC3CF0E2A1BF8BC3C5AD0AD3FC46350940F07F003A3C1577BF654E808217F',
|
|
1884
3063
|
exponent: 0,
|
|
1885
|
-
aliases: ['
|
|
3064
|
+
aliases: ['0x78a0A62Fba6Fb21A83FE8a3433d44C73a4017A6f']
|
|
1886
3065
|
}, {
|
|
1887
|
-
denom: '
|
|
1888
|
-
exponent:
|
|
1889
|
-
aliases: []
|
|
3066
|
+
denom: 'ox',
|
|
3067
|
+
exponent: 18
|
|
1890
3068
|
}],
|
|
1891
|
-
base: 'ibc/
|
|
1892
|
-
name: '
|
|
1893
|
-
display: '
|
|
1894
|
-
symbol: '
|
|
3069
|
+
base: 'ibc/86BEC3CF0E2A1BF8BC3C5AD0AD3FC46350940F07F003A3C1577BF654E808217F',
|
|
3070
|
+
name: 'Open Exchange Token',
|
|
3071
|
+
display: 'ox',
|
|
3072
|
+
symbol: 'OX',
|
|
3073
|
+
coingecko_id: 'open-exchange-token',
|
|
1895
3074
|
logo_URIs: {
|
|
1896
|
-
|
|
3075
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg'
|
|
1897
3076
|
},
|
|
1898
|
-
coingecko_id: 'quicksilver',
|
|
1899
3077
|
images: [{
|
|
1900
|
-
|
|
3078
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg'
|
|
1901
3079
|
}],
|
|
1902
|
-
socials: {
|
|
1903
|
-
website: 'https://quicksilver.zone/',
|
|
1904
|
-
twitter: 'https://twitter.com/quicksilverzone'
|
|
1905
|
-
},
|
|
1906
3080
|
traces: [{
|
|
1907
3081
|
type: 'ibc',
|
|
1908
3082
|
counterparty: {
|
|
1909
|
-
channel_id: 'channel-
|
|
1910
|
-
base_denom: '
|
|
1911
|
-
chain_name: '
|
|
3083
|
+
channel_id: 'channel-2',
|
|
3084
|
+
base_denom: '0x78a0A62Fba6Fb21A83FE8a3433d44C73a4017A6f',
|
|
3085
|
+
chain_name: 'ethereum'
|
|
1912
3086
|
},
|
|
1913
3087
|
chain: {
|
|
1914
|
-
channel_id: 'channel-
|
|
3088
|
+
channel_id: 'channel-52'
|
|
1915
3089
|
}
|
|
1916
3090
|
}]
|
|
1917
3091
|
},
|
|
1918
3092
|
{
|
|
1919
|
-
description: '
|
|
3093
|
+
description: 'BEAST: Battle, Breed, and Customize unique creatures powered by Ethereum & Cosmos',
|
|
3094
|
+
extended_description: 'A monster breeding & battling game with a twist. Each game interaction burns $BEAST tokens, adding a strategic depth to breeding, battling, and customization. Dive into a world where every move counts!',
|
|
3095
|
+
type_asset: 'erc20',
|
|
3096
|
+
address: '0xA4426666addBE8c4985377d36683D17FB40c31Be',
|
|
1920
3097
|
denom_units: [{
|
|
1921
|
-
denom: 'ibc/
|
|
3098
|
+
denom: 'ibc/1E0E07A6EDA2FA9D8C4DFC0575561B049172CF6748C47D7494614D712BF05DF9',
|
|
1922
3099
|
exponent: 0,
|
|
1923
|
-
aliases: ['
|
|
3100
|
+
aliases: ['0xA4426666addBE8c4985377d36683D17FB40c31Be']
|
|
1924
3101
|
}, {
|
|
1925
|
-
denom: '
|
|
3102
|
+
denom: 'beast',
|
|
1926
3103
|
exponent: 6
|
|
1927
3104
|
}],
|
|
1928
|
-
base: 'ibc/
|
|
1929
|
-
name: '
|
|
1930
|
-
display: '
|
|
1931
|
-
symbol: '
|
|
3105
|
+
base: 'ibc/1E0E07A6EDA2FA9D8C4DFC0575561B049172CF6748C47D7494614D712BF05DF9',
|
|
3106
|
+
name: 'Gelotto BEAST',
|
|
3107
|
+
display: 'beast',
|
|
3108
|
+
symbol: 'BEAST',
|
|
1932
3109
|
logo_URIs: {
|
|
1933
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1934
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png'
|
|
1935
3111
|
},
|
|
1936
|
-
coingecko_id: 'secret',
|
|
1937
3112
|
images: [{
|
|
1938
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1939
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3113
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png'
|
|
1940
3114
|
}],
|
|
1941
|
-
socials: {
|
|
1942
|
-
website: 'https://scrt.network/',
|
|
1943
|
-
twitter: 'https://twitter.com/SecretNetwork'
|
|
1944
|
-
},
|
|
1945
3115
|
traces: [{
|
|
1946
3116
|
type: 'ibc',
|
|
1947
3117
|
counterparty: {
|
|
1948
|
-
channel_id: 'channel-
|
|
1949
|
-
base_denom: '
|
|
1950
|
-
chain_name: '
|
|
3118
|
+
channel_id: 'channel-2',
|
|
3119
|
+
base_denom: '0xA4426666addBE8c4985377d36683D17FB40c31Be',
|
|
3120
|
+
chain_name: 'ethereum'
|
|
1951
3121
|
},
|
|
1952
3122
|
chain: {
|
|
1953
|
-
channel_id: 'channel-
|
|
3123
|
+
channel_id: 'channel-52'
|
|
1954
3124
|
}
|
|
1955
3125
|
}]
|
|
1956
3126
|
},
|
|
1957
3127
|
{
|
|
1958
|
-
description: '
|
|
3128
|
+
description: 'PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS.',
|
|
3129
|
+
type_asset: 'erc20',
|
|
3130
|
+
address: '0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38',
|
|
1959
3131
|
denom_units: [{
|
|
1960
|
-
denom: 'ibc/
|
|
3132
|
+
denom: 'ibc/9141B9C2A74294F94C6861FA6B9D5B562874BD84F7C4239569BFD540D86A7E1A',
|
|
1961
3133
|
exponent: 0,
|
|
1962
|
-
aliases: ['
|
|
3134
|
+
aliases: ['0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38']
|
|
1963
3135
|
}, {
|
|
1964
|
-
denom: '
|
|
1965
|
-
exponent:
|
|
3136
|
+
denom: 'PUNDIX',
|
|
3137
|
+
exponent: 18
|
|
1966
3138
|
}],
|
|
1967
|
-
base: 'ibc/
|
|
1968
|
-
name: '
|
|
1969
|
-
display: '
|
|
1970
|
-
symbol: '
|
|
3139
|
+
base: 'ibc/9141B9C2A74294F94C6861FA6B9D5B562874BD84F7C4239569BFD540D86A7E1A',
|
|
3140
|
+
name: 'Pundi X Token',
|
|
3141
|
+
display: 'PUNDIX',
|
|
3142
|
+
symbol: 'PUNDIX',
|
|
3143
|
+
coingecko_id: 'pundi-x-2',
|
|
1971
3144
|
logo_URIs: {
|
|
1972
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1973
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
3145
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pundix.png'
|
|
1974
3146
|
},
|
|
1975
|
-
coingecko_id: 'stargaze',
|
|
1976
3147
|
images: [{
|
|
1977
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1978
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
3148
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pundix.png'
|
|
1979
3149
|
}],
|
|
1980
|
-
socials: {
|
|
1981
|
-
website: 'https://www.stargaze.zone/',
|
|
1982
|
-
twitter: 'https://twitter.com/StargazeZone'
|
|
1983
|
-
},
|
|
1984
3150
|
traces: [{
|
|
1985
3151
|
type: 'ibc',
|
|
1986
3152
|
counterparty: {
|
|
1987
|
-
channel_id: 'channel-
|
|
1988
|
-
base_denom: '
|
|
1989
|
-
chain_name: '
|
|
3153
|
+
channel_id: 'channel-2',
|
|
3154
|
+
base_denom: '0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38',
|
|
3155
|
+
chain_name: 'ethereum'
|
|
1990
3156
|
},
|
|
1991
3157
|
chain: {
|
|
1992
|
-
channel_id: 'channel-
|
|
3158
|
+
channel_id: 'channel-52'
|
|
1993
3159
|
}
|
|
1994
3160
|
}]
|
|
1995
3161
|
},
|
|
1996
3162
|
{
|
|
1997
|
-
description: '
|
|
3163
|
+
description: 'FXS is the value accrual and governance token of the entire Frax ecosystem. Frax is a fractional-algorithmic stablecoin protocol. It aims to provide a highly scalable, decentralized, algorithmic money in place of fixed-supply assets like BTC.',
|
|
3164
|
+
type_asset: 'erc20',
|
|
3165
|
+
address: '0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0',
|
|
1998
3166
|
denom_units: [{
|
|
1999
|
-
denom: 'ibc/
|
|
3167
|
+
denom: 'ibc/5F9BE030FC355733EC79307409FA98398BBFC747C9430B326C144A74F6808B29',
|
|
2000
3168
|
exponent: 0,
|
|
2001
|
-
aliases: ['
|
|
3169
|
+
aliases: ['0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0']
|
|
2002
3170
|
}, {
|
|
2003
|
-
denom: '
|
|
2004
|
-
exponent:
|
|
3171
|
+
denom: 'fxs',
|
|
3172
|
+
exponent: 18
|
|
2005
3173
|
}],
|
|
2006
|
-
base: 'ibc/
|
|
2007
|
-
name: '
|
|
2008
|
-
display: '
|
|
2009
|
-
symbol: '
|
|
2010
|
-
|
|
2011
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
2012
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
2013
|
-
},
|
|
2014
|
-
coingecko_id: 'stride',
|
|
3174
|
+
base: 'ibc/5F9BE030FC355733EC79307409FA98398BBFC747C9430B326C144A74F6808B29',
|
|
3175
|
+
name: 'Frax Share',
|
|
3176
|
+
display: 'fxs',
|
|
3177
|
+
symbol: 'FXS',
|
|
3178
|
+
coingecko_id: 'frax-share',
|
|
2015
3179
|
images: [{
|
|
2016
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2017
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
3180
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.png',
|
|
3181
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.svg'
|
|
2018
3182
|
}],
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
3183
|
+
logo_URIs: {
|
|
3184
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.png',
|
|
3185
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.svg'
|
|
2022
3186
|
},
|
|
2023
3187
|
traces: [{
|
|
2024
3188
|
type: 'ibc',
|
|
2025
3189
|
counterparty: {
|
|
2026
|
-
channel_id: 'channel-
|
|
2027
|
-
base_denom: '
|
|
2028
|
-
chain_name: '
|
|
3190
|
+
channel_id: 'channel-2',
|
|
3191
|
+
base_denom: '0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0',
|
|
3192
|
+
chain_name: 'ethereum'
|
|
2029
3193
|
},
|
|
2030
3194
|
chain: {
|
|
2031
|
-
channel_id: 'channel-
|
|
3195
|
+
channel_id: 'channel-52'
|
|
2032
3196
|
}
|
|
2033
3197
|
}]
|
|
2034
3198
|
},
|
|
@@ -2319,6 +3483,10 @@ const assets = {
|
|
|
2319
3483
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
2320
3484
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
2321
3485
|
}],
|
|
3486
|
+
socials: {
|
|
3487
|
+
website: 'http://alter.network/',
|
|
3488
|
+
twitter: 'https://twitter.com/AlterDapp'
|
|
3489
|
+
},
|
|
2322
3490
|
traces: [{
|
|
2323
3491
|
type: 'ibc-cw20',
|
|
2324
3492
|
counterparty: {
|
|
@@ -2357,6 +3525,10 @@ const assets = {
|
|
|
2357
3525
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
|
|
2358
3526
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
2359
3527
|
}],
|
|
3528
|
+
socials: {
|
|
3529
|
+
website: 'http://amber.money/',
|
|
3530
|
+
twitter: 'https://twitter.com/AmberDAO_'
|
|
3531
|
+
},
|
|
2360
3532
|
traces: [{
|
|
2361
3533
|
type: 'ibc-cw20',
|
|
2362
3534
|
counterparty: {
|
|
@@ -2663,6 +3835,10 @@ const assets = {
|
|
|
2663
3835
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
2664
3836
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
2665
3837
|
}],
|
|
3838
|
+
socials: {
|
|
3839
|
+
website: 'http://alter.network/',
|
|
3840
|
+
twitter: 'https://twitter.com/AlterDapp'
|
|
3841
|
+
},
|
|
2666
3842
|
traces: [{
|
|
2667
3843
|
type: 'ibc-cw20',
|
|
2668
3844
|
counterparty: {
|
|
@@ -2701,6 +3877,10 @@ const assets = {
|
|
|
2701
3877
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
|
|
2702
3878
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
2703
3879
|
}],
|
|
3880
|
+
socials: {
|
|
3881
|
+
website: 'http://amber.money/',
|
|
3882
|
+
twitter: 'https://twitter.com/AmberDAO_'
|
|
3883
|
+
},
|
|
2704
3884
|
traces: [{
|
|
2705
3885
|
type: 'ibc-cw20',
|
|
2706
3886
|
counterparty: {
|