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