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