chain-registry 1.69.241 → 1.69.243

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 (53) hide show
  1. package/esm/mainnet/cosmoshub/assets.js +85 -0
  2. package/esm/mainnet/ethereum/assets.js +20 -0
  3. package/esm/mainnet/juno/assets.js +1 -1
  4. package/esm/mainnet/noble/chain.js +3 -3
  5. package/esm/mainnet/omniflixhub/assets.js +6 -0
  6. package/esm/mainnet/osmosis/assets.js +53 -1
  7. package/esm/mainnet/osmosis/ibc.js +14 -0
  8. package/esm/mainnet/pryzm/assets.js +334 -0
  9. package/esm/mainnet/stargaze/assets.js +1 -0
  10. package/esm/mainnet/terra2/assets.js +94 -57
  11. package/esm/mainnet/terra2/chain.js +18 -12
  12. package/esm/mainnet/xion/chain.js +8 -8
  13. package/esm/mainnet/xion/ibc.js +14 -0
  14. package/esm/testnet/assets.js +2 -0
  15. package/esm/testnet/chains.js +2 -0
  16. package/esm/testnet/hippoprotocoltestnet/assets.js +28 -0
  17. package/esm/testnet/hippoprotocoltestnet/chain.js +86 -0
  18. package/esm/testnet/hippoprotocoltestnet/index.js +4 -0
  19. package/esm/testnet/named.js +1 -0
  20. package/esm/testnet/osmosistestnet/ibc.js +14 -0
  21. package/esm/testnet/xarchaintestnet/chain.js +2 -2
  22. package/esm/testnet/xiontestnet2/chain.js +8 -8
  23. package/esm/testnet/xiontestnet2/ibc.js +14 -0
  24. package/esm/testnet/zenrocktestnet/chain.js +1 -1
  25. package/mainnet/cosmoshub/assets.js +85 -0
  26. package/mainnet/ethereum/assets.js +20 -0
  27. package/mainnet/juno/assets.js +1 -1
  28. package/mainnet/noble/chain.js +3 -3
  29. package/mainnet/omniflixhub/assets.js +6 -0
  30. package/mainnet/osmosis/assets.js +53 -1
  31. package/mainnet/osmosis/ibc.js +14 -0
  32. package/mainnet/pryzm/assets.js +334 -0
  33. package/mainnet/stargaze/assets.js +1 -0
  34. package/mainnet/terra2/assets.js +94 -57
  35. package/mainnet/terra2/chain.js +18 -12
  36. package/mainnet/xion/chain.js +8 -8
  37. package/mainnet/xion/ibc.js +14 -0
  38. package/package.json +3 -3
  39. package/testnet/assets.js +2 -0
  40. package/testnet/chains.js +2 -0
  41. package/testnet/hippoprotocoltestnet/assets.d.ts +3 -0
  42. package/testnet/hippoprotocoltestnet/assets.js +30 -0
  43. package/testnet/hippoprotocoltestnet/chain.d.ts +3 -0
  44. package/testnet/hippoprotocoltestnet/chain.js +88 -0
  45. package/testnet/hippoprotocoltestnet/index.d.ts +2 -0
  46. package/testnet/hippoprotocoltestnet/index.js +10 -0
  47. package/testnet/named.d.ts +1 -0
  48. package/testnet/named.js +4 -3
  49. package/testnet/osmosistestnet/ibc.js +14 -0
  50. package/testnet/xarchaintestnet/chain.js +2 -2
  51. package/testnet/xiontestnet2/chain.js +8 -8
  52. package/testnet/xiontestnet2/ibc.js +14 -0
  53. package/testnet/zenrocktestnet/chain.js +1 -1
@@ -671,6 +671,91 @@ const info = {
671
671
  twitter: 'https://x.com/OphirDAO'
672
672
  },
673
673
  keywords: ['dao']
674
+ },
675
+ {
676
+ description: 'Midas mBTC on the Cosmos Hub',
677
+ denom_units: [{
678
+ denom: 'ibc/62F1A800DCE1AA0FD47B3592DEBB7A8956A383A14A4F756E4881AEA927B21671',
679
+ exponent: 0
680
+ }, {
681
+ denom: 'mBTC',
682
+ exponent: 18
683
+ }],
684
+ type_asset: 'ics20',
685
+ base: 'ibc/62F1A800DCE1AA0FD47B3592DEBB7A8956A383A14A4F756E4881AEA927B21671',
686
+ name: 'Midas BTC Yield Token',
687
+ display: 'mBTC',
688
+ symbol: 'mBTC.midas',
689
+ traces: [{
690
+ type: 'ibc-bridge',
691
+ counterparty: {
692
+ chain_name: 'ethereum',
693
+ base_denom: '0x007115416ab6c266329a03b09a8aa39ac2ef7d9d',
694
+ channel_id: 'channel-0'
695
+ },
696
+ chain: {
697
+ channel_id: '08-wasm-1369',
698
+ path: 'transfer/08-wasm-1369/0x007115416ab6c266329a03b09a8aa39ac2ef7d9d'
699
+ },
700
+ provider: 'Eureka'
701
+ }],
702
+ images: [{
703
+ image_sync: {
704
+ chain_name: 'ethereum',
705
+ base_denom: '0x007115416ab6c266329a03b09a8aa39ac2ef7d9d'
706
+ },
707
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.png',
708
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.svg'
709
+ }],
710
+ logo_URIs: {
711
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.png',
712
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.svg'
713
+ }
714
+ },
715
+ {
716
+ description: 'Pax Gold on the Cosmos Hub',
717
+ denom_units: [{
718
+ denom: 'ibc/09E95F57939E344EE36109AC41780B8A51F1FE0548A5203C5957674FF64C0F26',
719
+ exponent: 0
720
+ }, {
721
+ denom: 'paxg',
722
+ exponent: 18
723
+ }],
724
+ type_asset: 'ics20',
725
+ base: 'ibc/09E95F57939E344EE36109AC41780B8A51F1FE0548A5203C5957674FF64C0F26',
726
+ name: 'Pax Gold',
727
+ display: 'paxg',
728
+ symbol: 'PAXG',
729
+ traces: [{
730
+ type: 'ibc-bridge',
731
+ counterparty: {
732
+ chain_name: 'ethereum',
733
+ base_denom: '0x45804880De22913dAFE09f4980848ECE6EcbAf78',
734
+ channel_id: 'channel-0'
735
+ },
736
+ chain: {
737
+ channel_id: '08-wasm-1369',
738
+ path: 'transfer/08-wasm-1369/0x45804880de22913dafe09f4980848ece6ecbaf78'
739
+ },
740
+ provider: 'Eureka'
741
+ }],
742
+ images: [{
743
+ image_sync: {
744
+ chain_name: 'ethereum',
745
+ base_denom: '0x45804880De22913dAFE09f4980848ECE6EcbAf78'
746
+ },
747
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg',
748
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
749
+ theme: {
750
+ circle: true,
751
+ primary_color_hex: '#D8A24A',
752
+ background_color_hex: '#D8A24A'
753
+ }
754
+ }],
755
+ logo_URIs: {
756
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
757
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
758
+ }
674
759
  }
675
760
  ]
676
761
  };
@@ -2052,6 +2052,26 @@ const info = {
2052
2052
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.svg'
2053
2053
  },
2054
2054
  coingecko_id: 'susds'
2055
+ },
2056
+ {
2057
+ type_asset: 'erc20',
2058
+ address: '0x007115416ab6c266329a03b09a8aa39ac2ef7d9d',
2059
+ denom_units: [{
2060
+ denom: '0x007115416ab6c266329a03b09a8aa39ac2ef7d9d',
2061
+ exponent: 0
2062
+ }, {
2063
+ denom: 'mBTC',
2064
+ exponent: 18
2065
+ }],
2066
+ base: '0x007115416ab6c266329a03b09a8aa39ac2ef7d9d',
2067
+ name: 'Midas BTC Yield Token',
2068
+ display: 'mBTC',
2069
+ symbol: 'mBTC.midas',
2070
+ logo_URIs: {
2071
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.png',
2072
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.svg'
2073
+ },
2074
+ coingecko_id: 'midas-btc-yield-token'
2055
2075
  }
2056
2076
  ]
2057
2077
  };
@@ -847,7 +847,7 @@ const info = {
847
847
  }
848
848
  }],
849
849
  socials: {
850
- website: 'https://www.nride.com',
850
+ website: 'https://www.nride.network',
851
851
  twitter: 'https://twitter.com/nRide12'
852
852
  }
853
853
  },
@@ -23,9 +23,9 @@ const info = {
23
23
  high_gas_price: 0.2
24
24
  }, {
25
25
  denom: 'ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0',
26
- fixed_min_gas_price: 0.01,
27
- low_gas_price: 0.01,
28
- average_gas_price: 0.01,
26
+ fixed_min_gas_price: 0.02,
27
+ low_gas_price: 0.02,
28
+ average_gas_price: 0.02,
29
29
  high_gas_price: 0.02
30
30
  }]
31
31
  },
@@ -301,6 +301,7 @@ const info = {
301
301
  },
302
302
  {
303
303
  description: 'GATA Yield DAO Governance Token powered by OmniFlixHub',
304
+ extended_description: 'GATA Yield DAO is a decentralized, community-governed organization focused on sustainable yield generation and resource allocation. Governed by YGATA stakers, GATA Yield DAO is committed to long-term value growth and to support aligned projects in Cosmos/IBC, with decisions made through open and verifiable governance. Designed for equitable participation, GATA Yield DAO prioritizes community benefits and financial sustainability.',
304
305
  denom_units: [{
305
306
  denom: 'factory/omniflix1fwphj5p6qd8gtkehkzfgac38eur4uqzgz97uwvf6hsc0vjl004gqfj0xnv/ygata',
306
307
  exponent: 0
@@ -323,6 +324,11 @@ const info = {
323
324
  primary_color_hex: '#7b5aff'
324
325
  }
325
326
  }],
327
+ coingecko_id: 'yield-gata',
328
+ socials: {
329
+ website: 'https://gatahub.zone',
330
+ twitter: 'https://x.com/GataHubZone'
331
+ },
326
332
  type_asset: 'sdk.coin'
327
333
  },
328
334
  {
@@ -21480,7 +21480,12 @@ const info = {
21480
21480
  theme: {
21481
21481
  primary_color_hex: '#7b5aff'
21482
21482
  }
21483
- }]
21483
+ }],
21484
+ coingecko_id: 'yield-gata',
21485
+ socials: {
21486
+ website: 'https://gatahub.zone',
21487
+ twitter: 'https://x.com/GataHubZone'
21488
+ }
21484
21489
  },
21485
21490
  {
21486
21491
  description: 'Deprecated after hard fork: Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
@@ -24816,6 +24821,53 @@ const info = {
24816
24821
  twitter: 'https://x.com/OphirDAO'
24817
24822
  },
24818
24823
  keywords: ['dao']
24824
+ },
24825
+ {
24826
+ description: 'Pax Gold via Eureka',
24827
+ denom_units: [{
24828
+ denom: 'ibc/0EF5630576C66968EF0787868CF09FD866FAD131BC148D24A148358A85F0EB62',
24829
+ exponent: 0
24830
+ }, {
24831
+ denom: 'paxg',
24832
+ exponent: 18
24833
+ }],
24834
+ type_asset: 'ics20',
24835
+ base: 'ibc/0EF5630576C66968EF0787868CF09FD866FAD131BC148D24A148358A85F0EB62',
24836
+ name: 'Pax Gold (Eureka)',
24837
+ display: 'paxg',
24838
+ symbol: 'PAXG.atom',
24839
+ traces: [{
24840
+ type: 'ibc',
24841
+ counterparty: {
24842
+ chain_name: 'cosmoshub',
24843
+ base_denom: 'ibc/09E95F57939E344EE36109AC41780B8A51F1FE0548A5203C5957674FF64C0F26',
24844
+ channel_id: 'channel-141'
24845
+ },
24846
+ chain: {
24847
+ channel_id: 'channel-0',
24848
+ path: 'transfer/channel-0/transfer/08-wasm-1369/0x45804880de22913dafe09f4980848ece6ecbaf78'
24849
+ }
24850
+ }],
24851
+ images: [{
24852
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.atom.svg',
24853
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.atom.png'
24854
+ }, {
24855
+ image_sync: {
24856
+ chain_name: 'cosmoshub',
24857
+ base_denom: 'ibc/09E95F57939E344EE36109AC41780B8A51F1FE0548A5203C5957674FF64C0F26'
24858
+ },
24859
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg',
24860
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
24861
+ theme: {
24862
+ circle: true,
24863
+ primary_color_hex: '#D8A24A',
24864
+ background_color_hex: '#D8A24A'
24865
+ }
24866
+ }],
24867
+ logo_URIs: {
24868
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.atom.svg',
24869
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.atom.png'
24870
+ }
24819
24871
  }
24820
24872
  ]
24821
24873
  };
@@ -4821,6 +4821,20 @@ const info = [
4821
4821
  status: 'live',
4822
4822
  preferred: true
4823
4823
  }
4824
+ }, {
4825
+ chain_1: {
4826
+ channel_id: 'channel-98063',
4827
+ port_id: 'icqhost'
4828
+ },
4829
+ chain_2: {
4830
+ channel_id: 'channel-14',
4831
+ port_id: 'feeabs'
4832
+ },
4833
+ ordering: 'unordered',
4834
+ version: 'icq-1',
4835
+ tags: {
4836
+ status: 'live'
4837
+ }
4824
4838
  }]
4825
4839
  },
4826
4840
  {
@@ -618,6 +618,87 @@ const info = {
618
618
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.svg'
619
619
  }]
620
620
  },
621
+ {
622
+ description: 'Wrapped Bitcoin on Pryzm',
623
+ denom_units: [{
624
+ denom: 'ibc/88386AC48152D48B34B082648DF836F975506F0B57DBBFC10A54213B1BF484CB',
625
+ exponent: 0
626
+ }, {
627
+ denom: 'wbtc',
628
+ exponent: 8
629
+ }],
630
+ type_asset: 'ics20',
631
+ base: 'ibc/88386AC48152D48B34B082648DF836F975506F0B57DBBFC10A54213B1BF484CB',
632
+ name: 'Wrapped Bitcoin',
633
+ display: 'wbtc',
634
+ symbol: 'WBTC',
635
+ traces: [{
636
+ type: 'ibc',
637
+ counterparty: {
638
+ chain_name: 'cosmoshub',
639
+ base_denom: 'ibc/D742E8566B0B8CC8F569D950051C09CF57988A88F0E45574BFB3079D41DE6462',
640
+ channel_id: 'channel-859'
641
+ },
642
+ chain: {
643
+ channel_id: 'channel-0',
644
+ path: 'transfer/channel-0/transfer/08-wasm-1369/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
645
+ }
646
+ }],
647
+ logo_URIs: {
648
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
649
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
650
+ },
651
+ images: [{
652
+ image_sync: {
653
+ chain_name: 'cosmoshub',
654
+ base_denom: 'ibc/D742E8566B0B8CC8F569D950051C09CF57988A88F0E45574BFB3079D41DE6462'
655
+ },
656
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
657
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg',
658
+ theme: {
659
+ primary_color_hex: '#f39444'
660
+ }
661
+ }]
662
+ },
663
+ {
664
+ description: 'Midas BTC Yield Token',
665
+ denom_units: [{
666
+ denom: 'ibc/3FC3D99F9E5003057353AD968A6E3AC12AE50741B41441666BAB3890485C9D00',
667
+ exponent: 0
668
+ }, {
669
+ denom: 'mBTC',
670
+ exponent: 18
671
+ }],
672
+ type_asset: 'ics20',
673
+ base: 'ibc/3FC3D99F9E5003057353AD968A6E3AC12AE50741B41441666BAB3890485C9D00',
674
+ name: 'mBTC',
675
+ display: 'mBTC',
676
+ symbol: 'mBTC',
677
+ traces: [{
678
+ type: 'ibc',
679
+ counterparty: {
680
+ chain_name: 'cosmoshub',
681
+ base_denom: 'ibc/62F1A800DCE1AA0FD47B3592DEBB7A8956A383A14A4F756E4881AEA927B21671',
682
+ channel_id: 'channel-859'
683
+ },
684
+ chain: {
685
+ channel_id: 'channel-0',
686
+ path: 'transfer/channel-0/transfer/08-wasm-1369/0x007115416ab6c266329a03b09a8aa39ac2ef7d9d'
687
+ }
688
+ }],
689
+ logo_URIs: {
690
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.png',
691
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.svg'
692
+ },
693
+ images: [{
694
+ image_sync: {
695
+ chain_name: 'cosmoshub',
696
+ base_denom: 'ibc/62F1A800DCE1AA0FD47B3592DEBB7A8956A383A14A4F756E4881AEA927B21671'
697
+ },
698
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.png',
699
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.svg'
700
+ }]
701
+ },
621
702
  {
622
703
  description: 'Pryzm\'s native liquid staking token for ATOM',
623
704
  denom_units: [{
@@ -2514,6 +2595,98 @@ const info = {
2514
2595
  }],
2515
2596
  type_asset: 'sdk.coin'
2516
2597
  },
2598
+ {
2599
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Sep2025',
2600
+ denom_units: [{
2601
+ denom: 'p:ambtc:30Sep2025',
2602
+ exponent: 0
2603
+ }, {
2604
+ denom: 'pmBTC30Sep2025',
2605
+ exponent: 18
2606
+ }],
2607
+ base: 'p:ambtc:30Sep2025',
2608
+ name: 'pmBTC (30Sep2025)',
2609
+ display: 'pmBTC30Sep2025',
2610
+ symbol: 'pmBTC-30Sep2025',
2611
+ logo_URIs: {
2612
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
2613
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
2614
+ },
2615
+ images: [{
2616
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
2617
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
2618
+ }],
2619
+ type_asset: 'sdk.coin'
2620
+ },
2621
+ {
2622
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Dec2025',
2623
+ denom_units: [{
2624
+ denom: 'p:ambtc:31Dec2025',
2625
+ exponent: 0
2626
+ }, {
2627
+ denom: 'pmBTC31Dec2025',
2628
+ exponent: 18
2629
+ }],
2630
+ base: 'p:ambtc:31Dec2025',
2631
+ name: 'pmBTC (31Dec2025)',
2632
+ display: 'pmBTC31Dec2025',
2633
+ symbol: 'pmBTC-31Dec2025',
2634
+ logo_URIs: {
2635
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
2636
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
2637
+ },
2638
+ images: [{
2639
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
2640
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
2641
+ }],
2642
+ type_asset: 'sdk.coin'
2643
+ },
2644
+ {
2645
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Mar2026',
2646
+ denom_units: [{
2647
+ denom: 'p:ambtc:31Mar2026',
2648
+ exponent: 0
2649
+ }, {
2650
+ denom: 'pmBTC31Mar2026',
2651
+ exponent: 18
2652
+ }],
2653
+ base: 'p:ambtc:31Mar2026',
2654
+ name: 'pmBTC (31Mar2026)',
2655
+ display: 'pmBTC31Mar2026',
2656
+ symbol: 'pmBTC-31Mar2026',
2657
+ logo_URIs: {
2658
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
2659
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
2660
+ },
2661
+ images: [{
2662
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
2663
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
2664
+ }],
2665
+ type_asset: 'sdk.coin'
2666
+ },
2667
+ {
2668
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Jun2026',
2669
+ denom_units: [{
2670
+ denom: 'p:ambtc:30Jun2026',
2671
+ exponent: 0
2672
+ }, {
2673
+ denom: 'pmBTC30Jun2026',
2674
+ exponent: 18
2675
+ }],
2676
+ base: 'p:ambtc:30Jun2026',
2677
+ name: 'pmBTC (30Jun2026)',
2678
+ display: 'pmBTC30Jun2026',
2679
+ symbol: 'pmBTC-30Jun2026',
2680
+ logo_URIs: {
2681
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
2682
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
2683
+ },
2684
+ images: [{
2685
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
2686
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
2687
+ }],
2688
+ type_asset: 'sdk.coin'
2689
+ },
2517
2690
  {
2518
2691
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
2519
2692
  denom_units: [{
@@ -4193,6 +4366,98 @@ const info = {
4193
4366
  }],
4194
4367
  type_asset: 'sdk.coin'
4195
4368
  },
4369
+ {
4370
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Sep2025',
4371
+ denom_units: [{
4372
+ denom: 'y:ambtc:30Sep2025',
4373
+ exponent: 0
4374
+ }, {
4375
+ denom: 'ymBTC30Sep2025',
4376
+ exponent: 18
4377
+ }],
4378
+ base: 'y:ambtc:30Sep2025',
4379
+ name: 'ymBTC (30Sep2025)',
4380
+ display: 'ymBTC30Sep2025',
4381
+ symbol: 'ymBTC-30Sep2025',
4382
+ logo_URIs: {
4383
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
4384
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
4385
+ },
4386
+ images: [{
4387
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
4388
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
4389
+ }],
4390
+ type_asset: 'sdk.coin'
4391
+ },
4392
+ {
4393
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Dec2025',
4394
+ denom_units: [{
4395
+ denom: 'y:ambtc:31Dec2025',
4396
+ exponent: 0
4397
+ }, {
4398
+ denom: 'ymBTC31Dec2025',
4399
+ exponent: 18
4400
+ }],
4401
+ base: 'y:ambtc:31Dec2025',
4402
+ name: 'ymBTC (31Dec2025)',
4403
+ display: 'ymBTC31Dec2025',
4404
+ symbol: 'ymBTC-31Dec2025',
4405
+ logo_URIs: {
4406
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
4407
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
4408
+ },
4409
+ images: [{
4410
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
4411
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
4412
+ }],
4413
+ type_asset: 'sdk.coin'
4414
+ },
4415
+ {
4416
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Mar2026',
4417
+ denom_units: [{
4418
+ denom: 'y:ambtc:31Mar2026',
4419
+ exponent: 0
4420
+ }, {
4421
+ denom: 'ymBTC31Mar2026',
4422
+ exponent: 18
4423
+ }],
4424
+ base: 'y:ambtc:31Mar2026',
4425
+ name: 'ymBTC (31Mar2026)',
4426
+ display: 'ymBTC31Mar2026',
4427
+ symbol: 'ymBTC-31Mar2026',
4428
+ logo_URIs: {
4429
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
4430
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
4431
+ },
4432
+ images: [{
4433
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
4434
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
4435
+ }],
4436
+ type_asset: 'sdk.coin'
4437
+ },
4438
+ {
4439
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Jun2026',
4440
+ denom_units: [{
4441
+ denom: 'y:ambtc:30Jun2026',
4442
+ exponent: 0
4443
+ }, {
4444
+ denom: 'ymBTC30Jun2026',
4445
+ exponent: 18
4446
+ }],
4447
+ base: 'y:ambtc:30Jun2026',
4448
+ name: 'ymBTC (30Jun2026)',
4449
+ display: 'ymBTC30Jun2026',
4450
+ symbol: 'ymBTC-30Jun2026',
4451
+ logo_URIs: {
4452
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
4453
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
4454
+ },
4455
+ images: [{
4456
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
4457
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
4458
+ }],
4459
+ type_asset: 'sdk.coin'
4460
+ },
4196
4461
  {
4197
4462
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
4198
4463
  denom_units: [{
@@ -4906,6 +5171,75 @@ const info = {
4906
5171
  }],
4907
5172
  type_asset: 'sdk.coin'
4908
5173
  },
5174
+ {
5175
+ description: 'Pryzm\'s LP token for mBTC Yield pool',
5176
+ denom_units: [{
5177
+ denom: 'lp:38:ambtc',
5178
+ exponent: 0
5179
+ }, {
5180
+ denom: 'lp:38:mbtc',
5181
+ exponent: 18
5182
+ }],
5183
+ base: 'lp:38:ambtc',
5184
+ name: 'mBTC Yield LP',
5185
+ display: 'lp:38:mbtc',
5186
+ symbol: 'mBTC-YIELD-LP',
5187
+ logo_URIs: {
5188
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5189
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5190
+ },
5191
+ images: [{
5192
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5193
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5194
+ }],
5195
+ type_asset: 'sdk.coin'
5196
+ },
5197
+ {
5198
+ description: 'Pryzm\'s LP token for mBTC Boost pool',
5199
+ denom_units: [{
5200
+ denom: 'lp:39:ambtcypt-wsat',
5201
+ exponent: 0
5202
+ }, {
5203
+ denom: 'lp:39:mbtcypt-wbtc',
5204
+ exponent: 18
5205
+ }],
5206
+ base: 'lp:39:ambtcypt-wsat',
5207
+ name: 'mBTC Boost LP',
5208
+ display: 'lp:39:mbtcypt-wbtc',
5209
+ symbol: 'mBTC-BOOST-LP',
5210
+ logo_URIs: {
5211
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5212
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5213
+ },
5214
+ images: [{
5215
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5216
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5217
+ }],
5218
+ type_asset: 'sdk.coin'
5219
+ },
5220
+ {
5221
+ description: 'Pryzm\'s LP token for WBTC / USDC pool',
5222
+ denom_units: [{
5223
+ denom: 'lp:40:wsat-uusdc',
5224
+ exponent: 0
5225
+ }, {
5226
+ denom: 'lp:40:wbtc-usdc',
5227
+ exponent: 18
5228
+ }],
5229
+ base: 'lp:40:wsat-uusdc',
5230
+ name: 'WBTC / USDC LP',
5231
+ display: 'lp:40:wbtc-usdc',
5232
+ symbol: 'WBTC-USDC-LP',
5233
+ logo_URIs: {
5234
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5235
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5236
+ },
5237
+ images: [{
5238
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5239
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5240
+ }],
5241
+ type_asset: 'sdk.coin'
5242
+ },
4909
5243
  {
4910
5244
  description: 'The non-transferable receipt of PRYZM airdrop for StakeDrop participants',
4911
5245
  denom_units: [{
@@ -618,6 +618,7 @@ const info = {
618
618
  primary_color_hex: '#7b5aff'
619
619
  }
620
620
  }],
621
+ coingecko_id: 'yield-gata',
621
622
  socials: {
622
623
  website: 'https://gatahub.zone',
623
624
  twitter: 'https://x.com/GataHubZone'