@chain-registry/assets 1.70.50 → 1.70.52
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/agoric.js +2 -8
- package/esm/mainnet/akash.js +2 -8
- package/esm/mainnet/andromeda.js +2 -8
- package/esm/mainnet/archway.js +2 -8
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/axelar.js +1288 -34
- package/esm/mainnet/canto.js +86 -0
- package/esm/mainnet/celestia.js +1385 -45
- package/esm/mainnet/cheqd.js +2 -8
- package/esm/mainnet/chihuahua.js +2 -8
- package/esm/mainnet/comdex.js +2 -8
- package/esm/mainnet/composable.js +2 -8
- package/esm/mainnet/coreum.js +2 -8
- package/esm/mainnet/cosmoshub.js +1364 -24
- package/esm/mainnet/crescent.js +2 -8
- package/esm/mainnet/dungeon.js +164 -0
- package/esm/mainnet/dydx.js +1286 -26
- package/esm/mainnet/dymension.js +2 -8
- package/esm/mainnet/evmos.js +2 -8
- package/esm/mainnet/gravitybridge.js +2 -8
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/injective.js +1288 -34
- package/esm/mainnet/jackal.js +2 -8
- package/esm/mainnet/juno.js +2 -8
- package/esm/mainnet/kujira.js +2 -8
- package/esm/mainnet/migaloo.js +84 -8
- package/esm/mainnet/milkyway.js +268 -0
- package/esm/mainnet/neutron.js +1288 -34
- package/esm/mainnet/noble.js +1288 -34
- package/esm/mainnet/nolus.js +2 -8
- package/esm/mainnet/nyx.js +80 -0
- package/esm/mainnet/oraichain.js +2 -8
- package/esm/mainnet/osmosis.js +1364 -24
- package/esm/mainnet/persistence.js +2 -8
- package/esm/mainnet/quicksilver.js +2 -8
- package/esm/mainnet/saga.js +2 -8
- package/esm/mainnet/secretnetwork.js +170 -0
- package/esm/mainnet/sentinel.js +2 -8
- package/esm/mainnet/sifchain.js +2 -8
- package/esm/mainnet/stargaze.js +2 -8
- package/esm/mainnet/stride.js +1288 -34
- package/esm/mainnet/teritori.js +2 -8
- package/esm/mainnet/terra.js +2 -8
- package/esm/mainnet/terra2.js +1387 -51
- package/esm/mainnet/umee.js +2 -8
- package/index.d.ts +1 -1
- package/mainnet/agoric.js +2 -8
- package/mainnet/akash.js +2 -8
- package/mainnet/andromeda.js +2 -8
- package/mainnet/archway.js +2 -8
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +1288 -34
- package/mainnet/canto.js +86 -0
- package/mainnet/celestia.js +1385 -45
- package/mainnet/cheqd.js +2 -8
- package/mainnet/chihuahua.js +2 -8
- package/mainnet/comdex.js +2 -8
- package/mainnet/composable.js +2 -8
- package/mainnet/coreum.js +2 -8
- package/mainnet/cosmoshub.js +1364 -24
- package/mainnet/crescent.js +2 -8
- package/mainnet/dungeon.js +164 -0
- package/mainnet/dydx.js +1286 -26
- package/mainnet/dymension.js +2 -8
- package/mainnet/evmos.js +2 -8
- package/mainnet/gravitybridge.js +2 -8
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/injective.js +1288 -34
- package/mainnet/jackal.js +2 -8
- package/mainnet/juno.js +2 -8
- package/mainnet/kujira.js +2 -8
- package/mainnet/migaloo.js +84 -8
- package/mainnet/milkyway.d.ts +3 -0
- package/mainnet/milkyway.js +270 -0
- package/mainnet/neutron.js +1288 -34
- package/mainnet/noble.js +1288 -34
- package/mainnet/nolus.js +2 -8
- package/mainnet/nyx.js +80 -0
- package/mainnet/oraichain.js +2 -8
- package/mainnet/osmosis.js +1364 -24
- package/mainnet/persistence.js +2 -8
- package/mainnet/quicksilver.js +2 -8
- package/mainnet/saga.js +2 -8
- package/mainnet/secretnetwork.js +170 -0
- package/mainnet/sentinel.js +2 -8
- package/mainnet/sifchain.js +2 -8
- package/mainnet/stargaze.js +2 -8
- package/mainnet/stride.js +1288 -34
- package/mainnet/teritori.js +2 -8
- package/mainnet/terra.js +2 -8
- package/mainnet/terra2.js +1387 -51
- package/mainnet/umee.js +2 -8
- package/package.json +5 -5
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -735,6 +735,49 @@ const assets = {
|
|
|
735
735
|
}
|
|
736
736
|
}]
|
|
737
737
|
},
|
|
738
|
+
{
|
|
739
|
+
description: 'Canto is a Layer-1 blockchain built to deliver on the promise of DeFi',
|
|
740
|
+
denom_units: [{
|
|
741
|
+
denom: 'ibc/5567102708097100D5B3FC160F01F5031CBF82EC362EA46CFEE97A8316B39264',
|
|
742
|
+
exponent: 0,
|
|
743
|
+
aliases: ['acanto']
|
|
744
|
+
}, {
|
|
745
|
+
denom: 'canto',
|
|
746
|
+
exponent: 18
|
|
747
|
+
}],
|
|
748
|
+
base: 'ibc/5567102708097100D5B3FC160F01F5031CBF82EC362EA46CFEE97A8316B39264',
|
|
749
|
+
name: 'Canto',
|
|
750
|
+
display: 'canto',
|
|
751
|
+
symbol: 'CANTO',
|
|
752
|
+
logo_URIs: {
|
|
753
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png',
|
|
754
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg'
|
|
755
|
+
},
|
|
756
|
+
coingecko_id: 'canto',
|
|
757
|
+
images: [{
|
|
758
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png',
|
|
759
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg',
|
|
760
|
+
theme: {
|
|
761
|
+
primary_color_hex: '#1c1f1f'
|
|
762
|
+
}
|
|
763
|
+
}],
|
|
764
|
+
socials: {
|
|
765
|
+
website: 'https://canto.io/',
|
|
766
|
+
twitter: 'https://twitter.com/CantoPublic'
|
|
767
|
+
},
|
|
768
|
+
type_asset: 'sdk.coin',
|
|
769
|
+
traces: [{
|
|
770
|
+
type: 'ibc',
|
|
771
|
+
counterparty: {
|
|
772
|
+
channel_id: 'channel-2',
|
|
773
|
+
base_denom: 'acanto',
|
|
774
|
+
chain_name: 'canto'
|
|
775
|
+
},
|
|
776
|
+
chain: {
|
|
777
|
+
channel_id: 'channel-358'
|
|
778
|
+
}
|
|
779
|
+
}]
|
|
780
|
+
},
|
|
738
781
|
{
|
|
739
782
|
description: 'The native governance token of Carbon',
|
|
740
783
|
denom_units: [{
|
|
@@ -1681,6 +1724,49 @@ const assets = {
|
|
|
1681
1724
|
}
|
|
1682
1725
|
}]
|
|
1683
1726
|
},
|
|
1727
|
+
{
|
|
1728
|
+
description: 'Canto is a Layer-1 blockchain built to deliver on the promise of DeFi',
|
|
1729
|
+
denom_units: [{
|
|
1730
|
+
denom: 'ibc/5567102708097100D5B3FC160F01F5031CBF82EC362EA46CFEE97A8316B39264',
|
|
1731
|
+
exponent: 0,
|
|
1732
|
+
aliases: ['acanto']
|
|
1733
|
+
}, {
|
|
1734
|
+
denom: 'canto',
|
|
1735
|
+
exponent: 18
|
|
1736
|
+
}],
|
|
1737
|
+
base: 'ibc/5567102708097100D5B3FC160F01F5031CBF82EC362EA46CFEE97A8316B39264',
|
|
1738
|
+
name: 'Canto',
|
|
1739
|
+
display: 'canto',
|
|
1740
|
+
symbol: 'CANTO',
|
|
1741
|
+
logo_URIs: {
|
|
1742
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png',
|
|
1743
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg'
|
|
1744
|
+
},
|
|
1745
|
+
coingecko_id: 'canto',
|
|
1746
|
+
images: [{
|
|
1747
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png',
|
|
1748
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg',
|
|
1749
|
+
theme: {
|
|
1750
|
+
primary_color_hex: '#1c1f1f'
|
|
1751
|
+
}
|
|
1752
|
+
}],
|
|
1753
|
+
socials: {
|
|
1754
|
+
website: 'https://canto.io/',
|
|
1755
|
+
twitter: 'https://twitter.com/CantoPublic'
|
|
1756
|
+
},
|
|
1757
|
+
type_asset: 'sdk.coin',
|
|
1758
|
+
traces: [{
|
|
1759
|
+
type: 'ibc',
|
|
1760
|
+
counterparty: {
|
|
1761
|
+
channel_id: 'channel-2',
|
|
1762
|
+
base_denom: 'acanto',
|
|
1763
|
+
chain_name: 'canto'
|
|
1764
|
+
},
|
|
1765
|
+
chain: {
|
|
1766
|
+
channel_id: 'channel-358'
|
|
1767
|
+
}
|
|
1768
|
+
}]
|
|
1769
|
+
},
|
|
1684
1770
|
{
|
|
1685
1771
|
description: 'The native governance token of Carbon',
|
|
1686
1772
|
denom_units: [{
|
|
@@ -4403,6 +4489,41 @@ const assets = {
|
|
|
4403
4489
|
}
|
|
4404
4490
|
}]
|
|
4405
4491
|
},
|
|
4492
|
+
{
|
|
4493
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2026',
|
|
4494
|
+
denom_units: [{
|
|
4495
|
+
denom: 'ibc/85E5A32131D32F12CF5F4C99C36DD2960AF8C3A4C4A2F2DE250CD39538BD2C67',
|
|
4496
|
+
exponent: 0,
|
|
4497
|
+
aliases: ['p:uatom:31Dec2026']
|
|
4498
|
+
}, {
|
|
4499
|
+
denom: 'pATOM31Dec2026',
|
|
4500
|
+
exponent: 6
|
|
4501
|
+
}],
|
|
4502
|
+
base: 'ibc/85E5A32131D32F12CF5F4C99C36DD2960AF8C3A4C4A2F2DE250CD39538BD2C67',
|
|
4503
|
+
name: 'pAtom (31Dec2026)',
|
|
4504
|
+
display: 'pATOM31Dec2026',
|
|
4505
|
+
symbol: 'pATOM-31Dec2026',
|
|
4506
|
+
logo_URIs: {
|
|
4507
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
4508
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
4509
|
+
},
|
|
4510
|
+
images: [{
|
|
4511
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
4512
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
4513
|
+
}],
|
|
4514
|
+
type_asset: 'sdk.coin',
|
|
4515
|
+
traces: [{
|
|
4516
|
+
type: 'ibc',
|
|
4517
|
+
counterparty: {
|
|
4518
|
+
channel_id: 'channel-0',
|
|
4519
|
+
base_denom: 'p:uatom:31Dec2026',
|
|
4520
|
+
chain_name: 'pryzm'
|
|
4521
|
+
},
|
|
4522
|
+
chain: {
|
|
4523
|
+
channel_id: 'channel-859'
|
|
4524
|
+
}
|
|
4525
|
+
}]
|
|
4526
|
+
},
|
|
4406
4527
|
{
|
|
4407
4528
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2024',
|
|
4408
4529
|
denom_units: [{
|
|
@@ -4508,6 +4629,41 @@ const assets = {
|
|
|
4508
4629
|
}
|
|
4509
4630
|
}]
|
|
4510
4631
|
},
|
|
4632
|
+
{
|
|
4633
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2026',
|
|
4634
|
+
denom_units: [{
|
|
4635
|
+
denom: 'ibc/9C2BF746073A7FF4B5502D5E777BB3F75C570395E36D7F0993AE1100D9A5FDD6',
|
|
4636
|
+
exponent: 0,
|
|
4637
|
+
aliases: ['p:uosmo:31Dec2026']
|
|
4638
|
+
}, {
|
|
4639
|
+
denom: 'pOSMO31Dec2026',
|
|
4640
|
+
exponent: 6
|
|
4641
|
+
}],
|
|
4642
|
+
base: 'ibc/9C2BF746073A7FF4B5502D5E777BB3F75C570395E36D7F0993AE1100D9A5FDD6',
|
|
4643
|
+
name: 'pOsmo (31Dec2026)',
|
|
4644
|
+
display: 'pOSMO31Dec2026',
|
|
4645
|
+
symbol: 'pOSMO-31Dec2026',
|
|
4646
|
+
logo_URIs: {
|
|
4647
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
4648
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
4649
|
+
},
|
|
4650
|
+
images: [{
|
|
4651
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
4652
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
4653
|
+
}],
|
|
4654
|
+
type_asset: 'sdk.coin',
|
|
4655
|
+
traces: [{
|
|
4656
|
+
type: 'ibc',
|
|
4657
|
+
counterparty: {
|
|
4658
|
+
channel_id: 'channel-0',
|
|
4659
|
+
base_denom: 'p:uosmo:31Dec2026',
|
|
4660
|
+
chain_name: 'pryzm'
|
|
4661
|
+
},
|
|
4662
|
+
chain: {
|
|
4663
|
+
channel_id: 'channel-859'
|
|
4664
|
+
}
|
|
4665
|
+
}]
|
|
4666
|
+
},
|
|
4511
4667
|
{
|
|
4512
4668
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2024',
|
|
4513
4669
|
denom_units: [{
|
|
@@ -4613,6 +4769,41 @@ const assets = {
|
|
|
4613
4769
|
}
|
|
4614
4770
|
}]
|
|
4615
4771
|
},
|
|
4772
|
+
{
|
|
4773
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2026',
|
|
4774
|
+
denom_units: [{
|
|
4775
|
+
denom: 'ibc/E5B61AE15B26FF1547D776DD2EFF5A532536A5E63580EE408B6068B65CCE319D',
|
|
4776
|
+
exponent: 0,
|
|
4777
|
+
aliases: ['p:inj:31Dec2026']
|
|
4778
|
+
}, {
|
|
4779
|
+
denom: 'pINJ31Dec2026',
|
|
4780
|
+
exponent: 18
|
|
4781
|
+
}],
|
|
4782
|
+
base: 'ibc/E5B61AE15B26FF1547D776DD2EFF5A532536A5E63580EE408B6068B65CCE319D',
|
|
4783
|
+
name: 'pInj (31Dec2026)',
|
|
4784
|
+
display: 'pINJ31Dec2026',
|
|
4785
|
+
symbol: 'pINJ-31Dec2026',
|
|
4786
|
+
logo_URIs: {
|
|
4787
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
4788
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
4789
|
+
},
|
|
4790
|
+
images: [{
|
|
4791
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
4792
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
4793
|
+
}],
|
|
4794
|
+
type_asset: 'sdk.coin',
|
|
4795
|
+
traces: [{
|
|
4796
|
+
type: 'ibc',
|
|
4797
|
+
counterparty: {
|
|
4798
|
+
channel_id: 'channel-0',
|
|
4799
|
+
base_denom: 'p:inj:31Dec2026',
|
|
4800
|
+
chain_name: 'pryzm'
|
|
4801
|
+
},
|
|
4802
|
+
chain: {
|
|
4803
|
+
channel_id: 'channel-859'
|
|
4804
|
+
}
|
|
4805
|
+
}]
|
|
4806
|
+
},
|
|
4616
4807
|
{
|
|
4617
4808
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2024',
|
|
4618
4809
|
denom_units: [{
|
|
@@ -4683,6 +4874,41 @@ const assets = {
|
|
|
4683
4874
|
}
|
|
4684
4875
|
}]
|
|
4685
4876
|
},
|
|
4877
|
+
{
|
|
4878
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
4879
|
+
denom_units: [{
|
|
4880
|
+
denom: 'ibc/33F475EF6154CA92660DEAC956975D13EA5FDC83DDA61BFC86E82A01CF2A797E',
|
|
4881
|
+
exponent: 0,
|
|
4882
|
+
aliases: ['p:uluna:31Dec2026']
|
|
4883
|
+
}, {
|
|
4884
|
+
denom: 'pLUNA31Dec2026',
|
|
4885
|
+
exponent: 6
|
|
4886
|
+
}],
|
|
4887
|
+
base: 'ibc/33F475EF6154CA92660DEAC956975D13EA5FDC83DDA61BFC86E82A01CF2A797E',
|
|
4888
|
+
name: 'pLuna (31Dec2026)',
|
|
4889
|
+
display: 'pLUNA31Dec2026',
|
|
4890
|
+
symbol: 'pLUNA-31Dec2026',
|
|
4891
|
+
logo_URIs: {
|
|
4892
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
4893
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
4894
|
+
},
|
|
4895
|
+
images: [{
|
|
4896
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
4897
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
4898
|
+
}],
|
|
4899
|
+
type_asset: 'sdk.coin',
|
|
4900
|
+
traces: [{
|
|
4901
|
+
type: 'ibc',
|
|
4902
|
+
counterparty: {
|
|
4903
|
+
channel_id: 'channel-0',
|
|
4904
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
4905
|
+
chain_name: 'pryzm'
|
|
4906
|
+
},
|
|
4907
|
+
chain: {
|
|
4908
|
+
channel_id: 'channel-859'
|
|
4909
|
+
}
|
|
4910
|
+
}]
|
|
4911
|
+
},
|
|
4686
4912
|
{
|
|
4687
4913
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
|
|
4688
4914
|
denom_units: [{
|
|
@@ -4823,6 +5049,41 @@ const assets = {
|
|
|
4823
5049
|
}
|
|
4824
5050
|
}]
|
|
4825
5051
|
},
|
|
5052
|
+
{
|
|
5053
|
+
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2026',
|
|
5054
|
+
denom_units: [{
|
|
5055
|
+
denom: 'ibc/324997306530394D527693B38D4913AE04AC16069B7FD60C2C206A881C3041DC',
|
|
5056
|
+
exponent: 0,
|
|
5057
|
+
aliases: ['p:uauuu:31Dec2026']
|
|
5058
|
+
}, {
|
|
5059
|
+
denom: 'pAUUU31Dec2026',
|
|
5060
|
+
exponent: 6
|
|
5061
|
+
}],
|
|
5062
|
+
base: 'ibc/324997306530394D527693B38D4913AE04AC16069B7FD60C2C206A881C3041DC',
|
|
5063
|
+
name: 'pAuuu (31Dec2026)',
|
|
5064
|
+
display: 'pAUUU31Dec2026',
|
|
5065
|
+
symbol: 'pAUUU-31Dec2026',
|
|
5066
|
+
logo_URIs: {
|
|
5067
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
5068
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
5069
|
+
},
|
|
5070
|
+
images: [{
|
|
5071
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
5072
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
5073
|
+
}],
|
|
5074
|
+
type_asset: 'sdk.coin',
|
|
5075
|
+
traces: [{
|
|
5076
|
+
type: 'ibc',
|
|
5077
|
+
counterparty: {
|
|
5078
|
+
channel_id: 'channel-0',
|
|
5079
|
+
base_denom: 'p:uauuu:31Dec2026',
|
|
5080
|
+
chain_name: 'pryzm'
|
|
5081
|
+
},
|
|
5082
|
+
chain: {
|
|
5083
|
+
channel_id: 'channel-859'
|
|
5084
|
+
}
|
|
5085
|
+
}]
|
|
5086
|
+
},
|
|
4826
5087
|
{
|
|
4827
5088
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Sep2024',
|
|
4828
5089
|
denom_units: [{
|
|
@@ -4928,6 +5189,41 @@ const assets = {
|
|
|
4928
5189
|
}
|
|
4929
5190
|
}]
|
|
4930
5191
|
},
|
|
5192
|
+
{
|
|
5193
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
|
|
5194
|
+
denom_units: [{
|
|
5195
|
+
denom: 'ibc/072118121E38B2B036BF4371A701E111087764516981BC89F193053B91CE2A91',
|
|
5196
|
+
exponent: 0,
|
|
5197
|
+
aliases: ['p:stutia:31Dec2026']
|
|
5198
|
+
}, {
|
|
5199
|
+
denom: 'pstTIA31Dec2026',
|
|
5200
|
+
exponent: 6
|
|
5201
|
+
}],
|
|
5202
|
+
base: 'ibc/072118121E38B2B036BF4371A701E111087764516981BC89F193053B91CE2A91',
|
|
5203
|
+
name: 'pstTia (31Dec2026)',
|
|
5204
|
+
display: 'pstTIA31Dec2026',
|
|
5205
|
+
symbol: 'pstTIA-31Dec2026',
|
|
5206
|
+
logo_URIs: {
|
|
5207
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
5208
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
5209
|
+
},
|
|
5210
|
+
images: [{
|
|
5211
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
5212
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
5213
|
+
}],
|
|
5214
|
+
type_asset: 'sdk.coin',
|
|
5215
|
+
traces: [{
|
|
5216
|
+
type: 'ibc',
|
|
5217
|
+
counterparty: {
|
|
5218
|
+
channel_id: 'channel-0',
|
|
5219
|
+
base_denom: 'p:stutia:31Dec2026',
|
|
5220
|
+
chain_name: 'pryzm'
|
|
5221
|
+
},
|
|
5222
|
+
chain: {
|
|
5223
|
+
channel_id: 'channel-859'
|
|
5224
|
+
}
|
|
5225
|
+
}]
|
|
5226
|
+
},
|
|
4931
5227
|
{
|
|
4932
5228
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Sep2024',
|
|
4933
5229
|
denom_units: [{
|
|
@@ -5033,6 +5329,41 @@ const assets = {
|
|
|
5033
5329
|
}
|
|
5034
5330
|
}]
|
|
5035
5331
|
},
|
|
5332
|
+
{
|
|
5333
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2026',
|
|
5334
|
+
denom_units: [{
|
|
5335
|
+
denom: 'ibc/03B81265542BA1FA5017047166D61785E1F1D5DDAA398FA5A9C6AEA982D390BF',
|
|
5336
|
+
exponent: 0,
|
|
5337
|
+
aliases: ['p:stadydx:31Dec2026']
|
|
5338
|
+
}, {
|
|
5339
|
+
denom: 'pstDYDX31Dec2026',
|
|
5340
|
+
exponent: 18
|
|
5341
|
+
}],
|
|
5342
|
+
base: 'ibc/03B81265542BA1FA5017047166D61785E1F1D5DDAA398FA5A9C6AEA982D390BF',
|
|
5343
|
+
name: 'pstDydx (31Dec2026)',
|
|
5344
|
+
display: 'pstDYDX31Dec2026',
|
|
5345
|
+
symbol: 'pstDYDX-31Dec2026',
|
|
5346
|
+
logo_URIs: {
|
|
5347
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
5348
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
5349
|
+
},
|
|
5350
|
+
images: [{
|
|
5351
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
5352
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
5353
|
+
}],
|
|
5354
|
+
type_asset: 'sdk.coin',
|
|
5355
|
+
traces: [{
|
|
5356
|
+
type: 'ibc',
|
|
5357
|
+
counterparty: {
|
|
5358
|
+
channel_id: 'channel-0',
|
|
5359
|
+
base_denom: 'p:stadydx:31Dec2026',
|
|
5360
|
+
chain_name: 'pryzm'
|
|
5361
|
+
},
|
|
5362
|
+
chain: {
|
|
5363
|
+
channel_id: 'channel-859'
|
|
5364
|
+
}
|
|
5365
|
+
}]
|
|
5366
|
+
},
|
|
5036
5367
|
{
|
|
5037
5368
|
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
5038
5369
|
denom_units: [{
|
|
@@ -5138,6 +5469,41 @@ const assets = {
|
|
|
5138
5469
|
}
|
|
5139
5470
|
}]
|
|
5140
5471
|
},
|
|
5472
|
+
{
|
|
5473
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2026',
|
|
5474
|
+
denom_units: [{
|
|
5475
|
+
denom: 'ibc/C5FA16F4FC0D3727A108265AD2B254B693C07F421AF23DBCEAE0CC6E468939F2',
|
|
5476
|
+
exponent: 0,
|
|
5477
|
+
aliases: ['p:udatom:31Dec2026']
|
|
5478
|
+
}, {
|
|
5479
|
+
denom: 'pdATOM31Dec2026',
|
|
5480
|
+
exponent: 6
|
|
5481
|
+
}],
|
|
5482
|
+
base: 'ibc/C5FA16F4FC0D3727A108265AD2B254B693C07F421AF23DBCEAE0CC6E468939F2',
|
|
5483
|
+
name: 'pdAtom (31Dec2026)',
|
|
5484
|
+
display: 'pdATOM31Dec2026',
|
|
5485
|
+
symbol: 'pdATOM-31Dec2026',
|
|
5486
|
+
logo_URIs: {
|
|
5487
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
5488
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
5489
|
+
},
|
|
5490
|
+
images: [{
|
|
5491
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
5492
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
5493
|
+
}],
|
|
5494
|
+
type_asset: 'sdk.coin',
|
|
5495
|
+
traces: [{
|
|
5496
|
+
type: 'ibc',
|
|
5497
|
+
counterparty: {
|
|
5498
|
+
channel_id: 'channel-0',
|
|
5499
|
+
base_denom: 'p:udatom:31Dec2026',
|
|
5500
|
+
chain_name: 'pryzm'
|
|
5501
|
+
},
|
|
5502
|
+
chain: {
|
|
5503
|
+
channel_id: 'channel-859'
|
|
5504
|
+
}
|
|
5505
|
+
}]
|
|
5506
|
+
},
|
|
5141
5507
|
{
|
|
5142
5508
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
5143
5509
|
denom_units: [{
|
|
@@ -5208,6 +5574,41 @@ const assets = {
|
|
|
5208
5574
|
}
|
|
5209
5575
|
}]
|
|
5210
5576
|
},
|
|
5577
|
+
{
|
|
5578
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2026',
|
|
5579
|
+
denom_units: [{
|
|
5580
|
+
denom: 'ibc/A012E42E5AE3390E7EC96F0903077D5D40B2EE5359C2A2C198EC62F18023D291',
|
|
5581
|
+
exponent: 0,
|
|
5582
|
+
aliases: ['p:utia:31Dec2026']
|
|
5583
|
+
}, {
|
|
5584
|
+
denom: 'pTIA31Dec2026',
|
|
5585
|
+
exponent: 6
|
|
5586
|
+
}],
|
|
5587
|
+
base: 'ibc/A012E42E5AE3390E7EC96F0903077D5D40B2EE5359C2A2C198EC62F18023D291',
|
|
5588
|
+
name: 'pTia (31Dec2026)',
|
|
5589
|
+
display: 'pTIA31Dec2026',
|
|
5590
|
+
symbol: 'pTIA-31Dec2026',
|
|
5591
|
+
logo_URIs: {
|
|
5592
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
5593
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
5594
|
+
},
|
|
5595
|
+
images: [{
|
|
5596
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
5597
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
5598
|
+
}],
|
|
5599
|
+
type_asset: 'sdk.coin',
|
|
5600
|
+
traces: [{
|
|
5601
|
+
type: 'ibc',
|
|
5602
|
+
counterparty: {
|
|
5603
|
+
channel_id: 'channel-0',
|
|
5604
|
+
base_denom: 'p:utia:31Dec2026',
|
|
5605
|
+
chain_name: 'pryzm'
|
|
5606
|
+
},
|
|
5607
|
+
chain: {
|
|
5608
|
+
channel_id: 'channel-859'
|
|
5609
|
+
}
|
|
5610
|
+
}]
|
|
5611
|
+
},
|
|
5211
5612
|
{
|
|
5212
5613
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
5213
5614
|
denom_units: [{
|
|
@@ -5313,6 +5714,41 @@ const assets = {
|
|
|
5313
5714
|
}
|
|
5314
5715
|
}]
|
|
5315
5716
|
},
|
|
5717
|
+
{
|
|
5718
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2026',
|
|
5719
|
+
denom_units: [{
|
|
5720
|
+
denom: 'ibc/9391F535B4ECDD0F7DF763C344A9BA092F812A4F08321DA3FE40885EA0F55EAB',
|
|
5721
|
+
exponent: 0,
|
|
5722
|
+
aliases: ['y:uatom:31Dec2026']
|
|
5723
|
+
}, {
|
|
5724
|
+
denom: 'yATOM31Dec2026',
|
|
5725
|
+
exponent: 6
|
|
5726
|
+
}],
|
|
5727
|
+
base: 'ibc/9391F535B4ECDD0F7DF763C344A9BA092F812A4F08321DA3FE40885EA0F55EAB',
|
|
5728
|
+
name: 'yAtom (31Dec2026)',
|
|
5729
|
+
display: 'yATOM31Dec2026',
|
|
5730
|
+
symbol: 'yATOM-31Dec2026',
|
|
5731
|
+
logo_URIs: {
|
|
5732
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
5733
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
5734
|
+
},
|
|
5735
|
+
images: [{
|
|
5736
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
5737
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
5738
|
+
}],
|
|
5739
|
+
type_asset: 'sdk.coin',
|
|
5740
|
+
traces: [{
|
|
5741
|
+
type: 'ibc',
|
|
5742
|
+
counterparty: {
|
|
5743
|
+
channel_id: 'channel-0',
|
|
5744
|
+
base_denom: 'y:uatom:31Dec2026',
|
|
5745
|
+
chain_name: 'pryzm'
|
|
5746
|
+
},
|
|
5747
|
+
chain: {
|
|
5748
|
+
channel_id: 'channel-859'
|
|
5749
|
+
}
|
|
5750
|
+
}]
|
|
5751
|
+
},
|
|
5316
5752
|
{
|
|
5317
5753
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Sep2024',
|
|
5318
5754
|
denom_units: [{
|
|
@@ -5418,6 +5854,41 @@ const assets = {
|
|
|
5418
5854
|
}
|
|
5419
5855
|
}]
|
|
5420
5856
|
},
|
|
5857
|
+
{
|
|
5858
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2026',
|
|
5859
|
+
denom_units: [{
|
|
5860
|
+
denom: 'ibc/1DC9AFE8E9EEE6426BCE38F71B9BA04AB619EC79FB0ABB5B07203A07B19EADD6',
|
|
5861
|
+
exponent: 0,
|
|
5862
|
+
aliases: ['y:uosmo:31Dec2026']
|
|
5863
|
+
}, {
|
|
5864
|
+
denom: 'yOSMO31Dec2026',
|
|
5865
|
+
exponent: 6
|
|
5866
|
+
}],
|
|
5867
|
+
base: 'ibc/1DC9AFE8E9EEE6426BCE38F71B9BA04AB619EC79FB0ABB5B07203A07B19EADD6',
|
|
5868
|
+
name: 'yOsmo (31Dec2026)',
|
|
5869
|
+
display: 'yOSMO31Dec2026',
|
|
5870
|
+
symbol: 'yOSMO-31Dec2026',
|
|
5871
|
+
logo_URIs: {
|
|
5872
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
5873
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
5874
|
+
},
|
|
5875
|
+
images: [{
|
|
5876
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
5877
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
5878
|
+
}],
|
|
5879
|
+
type_asset: 'sdk.coin',
|
|
5880
|
+
traces: [{
|
|
5881
|
+
type: 'ibc',
|
|
5882
|
+
counterparty: {
|
|
5883
|
+
channel_id: 'channel-0',
|
|
5884
|
+
base_denom: 'y:uosmo:31Dec2026',
|
|
5885
|
+
chain_name: 'pryzm'
|
|
5886
|
+
},
|
|
5887
|
+
chain: {
|
|
5888
|
+
channel_id: 'channel-859'
|
|
5889
|
+
}
|
|
5890
|
+
}]
|
|
5891
|
+
},
|
|
5421
5892
|
{
|
|
5422
5893
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2024',
|
|
5423
5894
|
denom_units: [{
|
|
@@ -5523,6 +5994,41 @@ const assets = {
|
|
|
5523
5994
|
}
|
|
5524
5995
|
}]
|
|
5525
5996
|
},
|
|
5997
|
+
{
|
|
5998
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2026',
|
|
5999
|
+
denom_units: [{
|
|
6000
|
+
denom: 'ibc/A8964451AB03C42FF92BF64DDEC51399D6994624FA6FBEF0CB4574374A6C370F',
|
|
6001
|
+
exponent: 0,
|
|
6002
|
+
aliases: ['y:inj:31Dec2026']
|
|
6003
|
+
}, {
|
|
6004
|
+
denom: 'yINJ31Dec2026',
|
|
6005
|
+
exponent: 18
|
|
6006
|
+
}],
|
|
6007
|
+
base: 'ibc/A8964451AB03C42FF92BF64DDEC51399D6994624FA6FBEF0CB4574374A6C370F',
|
|
6008
|
+
name: 'yInj (31Dec2026)',
|
|
6009
|
+
display: 'yINJ31Dec2026',
|
|
6010
|
+
symbol: 'yINJ-31Dec2026',
|
|
6011
|
+
logo_URIs: {
|
|
6012
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
6013
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
6014
|
+
},
|
|
6015
|
+
images: [{
|
|
6016
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
6017
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
6018
|
+
}],
|
|
6019
|
+
type_asset: 'sdk.coin',
|
|
6020
|
+
traces: [{
|
|
6021
|
+
type: 'ibc',
|
|
6022
|
+
counterparty: {
|
|
6023
|
+
channel_id: 'channel-0',
|
|
6024
|
+
base_denom: 'y:inj:31Dec2026',
|
|
6025
|
+
chain_name: 'pryzm'
|
|
6026
|
+
},
|
|
6027
|
+
chain: {
|
|
6028
|
+
channel_id: 'channel-859'
|
|
6029
|
+
}
|
|
6030
|
+
}]
|
|
6031
|
+
},
|
|
5526
6032
|
{
|
|
5527
6033
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2024',
|
|
5528
6034
|
denom_units: [{
|
|
@@ -5628,6 +6134,41 @@ const assets = {
|
|
|
5628
6134
|
}
|
|
5629
6135
|
}]
|
|
5630
6136
|
},
|
|
6137
|
+
{
|
|
6138
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2026',
|
|
6139
|
+
denom_units: [{
|
|
6140
|
+
denom: 'ibc/F4EC4D9CE8313E7530249553412FC41B1678C97DD49915A4F27935935146ECBC',
|
|
6141
|
+
exponent: 0,
|
|
6142
|
+
aliases: ['y:uluna:31Dec2026']
|
|
6143
|
+
}, {
|
|
6144
|
+
denom: 'yLUNA31Dec2026',
|
|
6145
|
+
exponent: 6
|
|
6146
|
+
}],
|
|
6147
|
+
base: 'ibc/F4EC4D9CE8313E7530249553412FC41B1678C97DD49915A4F27935935146ECBC',
|
|
6148
|
+
name: 'yLuna (31Dec2026)',
|
|
6149
|
+
display: 'yLUNA31Dec2026',
|
|
6150
|
+
symbol: 'yLUNA-31Dec2026',
|
|
6151
|
+
logo_URIs: {
|
|
6152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
6153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
6154
|
+
},
|
|
6155
|
+
images: [{
|
|
6156
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
6157
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
6158
|
+
}],
|
|
6159
|
+
type_asset: 'sdk.coin',
|
|
6160
|
+
traces: [{
|
|
6161
|
+
type: 'ibc',
|
|
6162
|
+
counterparty: {
|
|
6163
|
+
channel_id: 'channel-0',
|
|
6164
|
+
base_denom: 'y:uluna:31Dec2026',
|
|
6165
|
+
chain_name: 'pryzm'
|
|
6166
|
+
},
|
|
6167
|
+
chain: {
|
|
6168
|
+
channel_id: 'channel-859'
|
|
6169
|
+
}
|
|
6170
|
+
}]
|
|
6171
|
+
},
|
|
5631
6172
|
{
|
|
5632
6173
|
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Sep2024',
|
|
5633
6174
|
denom_units: [{
|
|
@@ -5733,6 +6274,41 @@ const assets = {
|
|
|
5733
6274
|
}
|
|
5734
6275
|
}]
|
|
5735
6276
|
},
|
|
6277
|
+
{
|
|
6278
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2026',
|
|
6279
|
+
denom_units: [{
|
|
6280
|
+
denom: 'ibc/C57CDCEFD04AA282BD2C365747CFDA29FBD38E238A2166CFCA689A30E2C04DB5',
|
|
6281
|
+
exponent: 0,
|
|
6282
|
+
aliases: ['y:uauuu:31Dec2026']
|
|
6283
|
+
}, {
|
|
6284
|
+
denom: 'yAUUU31Dec2026',
|
|
6285
|
+
exponent: 6
|
|
6286
|
+
}],
|
|
6287
|
+
base: 'ibc/C57CDCEFD04AA282BD2C365747CFDA29FBD38E238A2166CFCA689A30E2C04DB5',
|
|
6288
|
+
name: 'yAuuu (31Dec2026)',
|
|
6289
|
+
display: 'yAUUU31Dec2026',
|
|
6290
|
+
symbol: 'yAUUU-31Dec2026',
|
|
6291
|
+
logo_URIs: {
|
|
6292
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
6293
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
6294
|
+
},
|
|
6295
|
+
images: [{
|
|
6296
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
6297
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
6298
|
+
}],
|
|
6299
|
+
type_asset: 'sdk.coin',
|
|
6300
|
+
traces: [{
|
|
6301
|
+
type: 'ibc',
|
|
6302
|
+
counterparty: {
|
|
6303
|
+
channel_id: 'channel-0',
|
|
6304
|
+
base_denom: 'y:uauuu:31Dec2026',
|
|
6305
|
+
chain_name: 'pryzm'
|
|
6306
|
+
},
|
|
6307
|
+
chain: {
|
|
6308
|
+
channel_id: 'channel-859'
|
|
6309
|
+
}
|
|
6310
|
+
}]
|
|
6311
|
+
},
|
|
5736
6312
|
{
|
|
5737
6313
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Sep2024',
|
|
5738
6314
|
denom_units: [{
|
|
@@ -5838,6 +6414,41 @@ const assets = {
|
|
|
5838
6414
|
}
|
|
5839
6415
|
}]
|
|
5840
6416
|
},
|
|
6417
|
+
{
|
|
6418
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2026',
|
|
6419
|
+
denom_units: [{
|
|
6420
|
+
denom: 'ibc/4FEBF609E597CB5D951527AD1652A4F4BC0FC5F5C2F6DCCCB3F8198D489CAC08',
|
|
6421
|
+
exponent: 0,
|
|
6422
|
+
aliases: ['y:stutia:31Dec2026']
|
|
6423
|
+
}, {
|
|
6424
|
+
denom: 'ystTIA31Dec2026',
|
|
6425
|
+
exponent: 6
|
|
6426
|
+
}],
|
|
6427
|
+
base: 'ibc/4FEBF609E597CB5D951527AD1652A4F4BC0FC5F5C2F6DCCCB3F8198D489CAC08',
|
|
6428
|
+
name: 'ystTia (31Dec2026)',
|
|
6429
|
+
display: 'ystTIA31Dec2026',
|
|
6430
|
+
symbol: 'ystTIA-31Dec2026',
|
|
6431
|
+
logo_URIs: {
|
|
6432
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
6433
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
6434
|
+
},
|
|
6435
|
+
images: [{
|
|
6436
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
6437
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
6438
|
+
}],
|
|
6439
|
+
type_asset: 'sdk.coin',
|
|
6440
|
+
traces: [{
|
|
6441
|
+
type: 'ibc',
|
|
6442
|
+
counterparty: {
|
|
6443
|
+
channel_id: 'channel-0',
|
|
6444
|
+
base_denom: 'y:stutia:31Dec2026',
|
|
6445
|
+
chain_name: 'pryzm'
|
|
6446
|
+
},
|
|
6447
|
+
chain: {
|
|
6448
|
+
channel_id: 'channel-859'
|
|
6449
|
+
}
|
|
6450
|
+
}]
|
|
6451
|
+
},
|
|
5841
6452
|
{
|
|
5842
6453
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Sep2024',
|
|
5843
6454
|
denom_units: [{
|
|
@@ -5846,7 +6457,7 @@ const assets = {
|
|
|
5846
6457
|
aliases: ['y:stadydx:30Sep2024']
|
|
5847
6458
|
}, {
|
|
5848
6459
|
denom: 'ystDYDX30Sep2024',
|
|
5849
|
-
exponent:
|
|
6460
|
+
exponent: 18
|
|
5850
6461
|
}],
|
|
5851
6462
|
base: 'ibc/2B056B252AA51B1F3448B74661E798AE1D380D69601B36A8A852EFA13C9B1E8F',
|
|
5852
6463
|
name: 'ystDydx (30Sep2024)',
|
|
@@ -5881,7 +6492,7 @@ const assets = {
|
|
|
5881
6492
|
aliases: ['y:stadydx:31Dec2024']
|
|
5882
6493
|
}, {
|
|
5883
6494
|
denom: 'ystDYDX31Dec2024',
|
|
5884
|
-
exponent:
|
|
6495
|
+
exponent: 18
|
|
5885
6496
|
}],
|
|
5886
6497
|
base: 'ibc/CDF41A8641815AA06C4645493E8891A08E109CE970027E28B2D9D74D7FE0150F',
|
|
5887
6498
|
name: 'ystDydx (31Dec2024)',
|
|
@@ -5916,7 +6527,7 @@ const assets = {
|
|
|
5916
6527
|
aliases: ['y:stadydx:31Dec2025']
|
|
5917
6528
|
}, {
|
|
5918
6529
|
denom: 'ystDYDX31Dec2025',
|
|
5919
|
-
exponent:
|
|
6530
|
+
exponent: 18
|
|
5920
6531
|
}],
|
|
5921
6532
|
base: 'ibc/0508CFFD553D2E440B8030F4C98A99ADADEC52DA30475BB4F57F4FB74E877773',
|
|
5922
6533
|
name: 'ystDydx (31Dec2025)',
|
|
@@ -5943,6 +6554,41 @@ const assets = {
|
|
|
5943
6554
|
}
|
|
5944
6555
|
}]
|
|
5945
6556
|
},
|
|
6557
|
+
{
|
|
6558
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2026',
|
|
6559
|
+
denom_units: [{
|
|
6560
|
+
denom: 'ibc/A1562CB52BDB82F7BC6950B3C9855E2F11AB83D65C91E780CE0670ED59B08FD4',
|
|
6561
|
+
exponent: 0,
|
|
6562
|
+
aliases: ['y:stadydx:31Dec2026']
|
|
6563
|
+
}, {
|
|
6564
|
+
denom: 'ystDYDX31Dec2026',
|
|
6565
|
+
exponent: 18
|
|
6566
|
+
}],
|
|
6567
|
+
base: 'ibc/A1562CB52BDB82F7BC6950B3C9855E2F11AB83D65C91E780CE0670ED59B08FD4',
|
|
6568
|
+
name: 'ystDydx (31Dec2026)',
|
|
6569
|
+
display: 'ystDYDX31Dec2026',
|
|
6570
|
+
symbol: 'ystDYDX-31Dec2026',
|
|
6571
|
+
logo_URIs: {
|
|
6572
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
6573
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
6574
|
+
},
|
|
6575
|
+
images: [{
|
|
6576
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
6577
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
6578
|
+
}],
|
|
6579
|
+
type_asset: 'sdk.coin',
|
|
6580
|
+
traces: [{
|
|
6581
|
+
type: 'ibc',
|
|
6582
|
+
counterparty: {
|
|
6583
|
+
channel_id: 'channel-0',
|
|
6584
|
+
base_denom: 'y:stadydx:31Dec2026',
|
|
6585
|
+
chain_name: 'pryzm'
|
|
6586
|
+
},
|
|
6587
|
+
chain: {
|
|
6588
|
+
channel_id: 'channel-859'
|
|
6589
|
+
}
|
|
6590
|
+
}]
|
|
6591
|
+
},
|
|
5946
6592
|
{
|
|
5947
6593
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
5948
6594
|
denom_units: [{
|
|
@@ -6048,6 +6694,41 @@ const assets = {
|
|
|
6048
6694
|
}
|
|
6049
6695
|
}]
|
|
6050
6696
|
},
|
|
6697
|
+
{
|
|
6698
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2026',
|
|
6699
|
+
denom_units: [{
|
|
6700
|
+
denom: 'ibc/186EF279F1DC14B570E8D1CE7FB76FA1B556D51AF39663211A56B9855BC2B6A2',
|
|
6701
|
+
exponent: 0,
|
|
6702
|
+
aliases: ['y:udatom:31Dec2026']
|
|
6703
|
+
}, {
|
|
6704
|
+
denom: 'ydATOM31Dec2026',
|
|
6705
|
+
exponent: 6
|
|
6706
|
+
}],
|
|
6707
|
+
base: 'ibc/186EF279F1DC14B570E8D1CE7FB76FA1B556D51AF39663211A56B9855BC2B6A2',
|
|
6708
|
+
name: 'ydAtom (31Dec2026)',
|
|
6709
|
+
display: 'ydATOM31Dec2026',
|
|
6710
|
+
symbol: 'ydATOM-31Dec2026',
|
|
6711
|
+
logo_URIs: {
|
|
6712
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
6713
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
6714
|
+
},
|
|
6715
|
+
images: [{
|
|
6716
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
6717
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
6718
|
+
}],
|
|
6719
|
+
type_asset: 'sdk.coin',
|
|
6720
|
+
traces: [{
|
|
6721
|
+
type: 'ibc',
|
|
6722
|
+
counterparty: {
|
|
6723
|
+
channel_id: 'channel-0',
|
|
6724
|
+
base_denom: 'y:udatom:31Dec2026',
|
|
6725
|
+
chain_name: 'pryzm'
|
|
6726
|
+
},
|
|
6727
|
+
chain: {
|
|
6728
|
+
channel_id: 'channel-859'
|
|
6729
|
+
}
|
|
6730
|
+
}]
|
|
6731
|
+
},
|
|
6051
6732
|
{
|
|
6052
6733
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
6053
6734
|
denom_units: [{
|
|
@@ -6118,6 +6799,41 @@ const assets = {
|
|
|
6118
6799
|
}
|
|
6119
6800
|
}]
|
|
6120
6801
|
},
|
|
6802
|
+
{
|
|
6803
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2026',
|
|
6804
|
+
denom_units: [{
|
|
6805
|
+
denom: 'ibc/3E7BCD36043D627C1123BE3785C3D13C157BC0C0A747E1281F194997248D4B2C',
|
|
6806
|
+
exponent: 0,
|
|
6807
|
+
aliases: ['y:utia:31Dec2026']
|
|
6808
|
+
}, {
|
|
6809
|
+
denom: 'yTIA31Dec2026',
|
|
6810
|
+
exponent: 6
|
|
6811
|
+
}],
|
|
6812
|
+
base: 'ibc/3E7BCD36043D627C1123BE3785C3D13C157BC0C0A747E1281F194997248D4B2C',
|
|
6813
|
+
name: 'yTia (31Dec2026)',
|
|
6814
|
+
display: 'yTIA31Dec2026',
|
|
6815
|
+
symbol: 'yTIA-31Dec2026',
|
|
6816
|
+
logo_URIs: {
|
|
6817
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
6818
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
6819
|
+
},
|
|
6820
|
+
images: [{
|
|
6821
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
6822
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
6823
|
+
}],
|
|
6824
|
+
type_asset: 'sdk.coin',
|
|
6825
|
+
traces: [{
|
|
6826
|
+
type: 'ibc',
|
|
6827
|
+
counterparty: {
|
|
6828
|
+
channel_id: 'channel-0',
|
|
6829
|
+
base_denom: 'y:utia:31Dec2026',
|
|
6830
|
+
chain_name: 'pryzm'
|
|
6831
|
+
},
|
|
6832
|
+
chain: {
|
|
6833
|
+
channel_id: 'channel-859'
|
|
6834
|
+
}
|
|
6835
|
+
}]
|
|
6836
|
+
},
|
|
6121
6837
|
{
|
|
6122
6838
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
6123
6839
|
denom_units: [{
|
|
@@ -7254,10 +7970,7 @@ const assets = {
|
|
|
7254
7970
|
coingecko_id: 'secret',
|
|
7255
7971
|
images: [{
|
|
7256
7972
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
7257
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
7258
|
-
theme: {
|
|
7259
|
-
primary_color_hex: '#040404'
|
|
7260
|
-
}
|
|
7973
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
7261
7974
|
}],
|
|
7262
7975
|
socials: {
|
|
7263
7976
|
website: 'https://scrt.network/',
|
|
@@ -10311,6 +11024,41 @@ const assets = {
|
|
|
10311
11024
|
}
|
|
10312
11025
|
}]
|
|
10313
11026
|
},
|
|
11027
|
+
{
|
|
11028
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2026',
|
|
11029
|
+
denom_units: [{
|
|
11030
|
+
denom: 'ibc/85E5A32131D32F12CF5F4C99C36DD2960AF8C3A4C4A2F2DE250CD39538BD2C67',
|
|
11031
|
+
exponent: 0,
|
|
11032
|
+
aliases: ['p:uatom:31Dec2026']
|
|
11033
|
+
}, {
|
|
11034
|
+
denom: 'pATOM31Dec2026',
|
|
11035
|
+
exponent: 6
|
|
11036
|
+
}],
|
|
11037
|
+
base: 'ibc/85E5A32131D32F12CF5F4C99C36DD2960AF8C3A4C4A2F2DE250CD39538BD2C67',
|
|
11038
|
+
name: 'pAtom (31Dec2026)',
|
|
11039
|
+
display: 'pATOM31Dec2026',
|
|
11040
|
+
symbol: 'pATOM-31Dec2026',
|
|
11041
|
+
logo_URIs: {
|
|
11042
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
11043
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
11044
|
+
},
|
|
11045
|
+
images: [{
|
|
11046
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
11047
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
11048
|
+
}],
|
|
11049
|
+
type_asset: 'sdk.coin',
|
|
11050
|
+
traces: [{
|
|
11051
|
+
type: 'ibc',
|
|
11052
|
+
counterparty: {
|
|
11053
|
+
channel_id: 'channel-0',
|
|
11054
|
+
base_denom: 'p:uatom:31Dec2026',
|
|
11055
|
+
chain_name: 'pryzm'
|
|
11056
|
+
},
|
|
11057
|
+
chain: {
|
|
11058
|
+
channel_id: 'channel-859'
|
|
11059
|
+
}
|
|
11060
|
+
}]
|
|
11061
|
+
},
|
|
10314
11062
|
{
|
|
10315
11063
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2024',
|
|
10316
11064
|
denom_units: [{
|
|
@@ -10416,6 +11164,41 @@ const assets = {
|
|
|
10416
11164
|
}
|
|
10417
11165
|
}]
|
|
10418
11166
|
},
|
|
11167
|
+
{
|
|
11168
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2026',
|
|
11169
|
+
denom_units: [{
|
|
11170
|
+
denom: 'ibc/9C2BF746073A7FF4B5502D5E777BB3F75C570395E36D7F0993AE1100D9A5FDD6',
|
|
11171
|
+
exponent: 0,
|
|
11172
|
+
aliases: ['p:uosmo:31Dec2026']
|
|
11173
|
+
}, {
|
|
11174
|
+
denom: 'pOSMO31Dec2026',
|
|
11175
|
+
exponent: 6
|
|
11176
|
+
}],
|
|
11177
|
+
base: 'ibc/9C2BF746073A7FF4B5502D5E777BB3F75C570395E36D7F0993AE1100D9A5FDD6',
|
|
11178
|
+
name: 'pOsmo (31Dec2026)',
|
|
11179
|
+
display: 'pOSMO31Dec2026',
|
|
11180
|
+
symbol: 'pOSMO-31Dec2026',
|
|
11181
|
+
logo_URIs: {
|
|
11182
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
11183
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
11184
|
+
},
|
|
11185
|
+
images: [{
|
|
11186
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
11187
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
11188
|
+
}],
|
|
11189
|
+
type_asset: 'sdk.coin',
|
|
11190
|
+
traces: [{
|
|
11191
|
+
type: 'ibc',
|
|
11192
|
+
counterparty: {
|
|
11193
|
+
channel_id: 'channel-0',
|
|
11194
|
+
base_denom: 'p:uosmo:31Dec2026',
|
|
11195
|
+
chain_name: 'pryzm'
|
|
11196
|
+
},
|
|
11197
|
+
chain: {
|
|
11198
|
+
channel_id: 'channel-859'
|
|
11199
|
+
}
|
|
11200
|
+
}]
|
|
11201
|
+
},
|
|
10419
11202
|
{
|
|
10420
11203
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2024',
|
|
10421
11204
|
denom_units: [{
|
|
@@ -10521,6 +11304,41 @@ const assets = {
|
|
|
10521
11304
|
}
|
|
10522
11305
|
}]
|
|
10523
11306
|
},
|
|
11307
|
+
{
|
|
11308
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2026',
|
|
11309
|
+
denom_units: [{
|
|
11310
|
+
denom: 'ibc/E5B61AE15B26FF1547D776DD2EFF5A532536A5E63580EE408B6068B65CCE319D',
|
|
11311
|
+
exponent: 0,
|
|
11312
|
+
aliases: ['p:inj:31Dec2026']
|
|
11313
|
+
}, {
|
|
11314
|
+
denom: 'pINJ31Dec2026',
|
|
11315
|
+
exponent: 18
|
|
11316
|
+
}],
|
|
11317
|
+
base: 'ibc/E5B61AE15B26FF1547D776DD2EFF5A532536A5E63580EE408B6068B65CCE319D',
|
|
11318
|
+
name: 'pInj (31Dec2026)',
|
|
11319
|
+
display: 'pINJ31Dec2026',
|
|
11320
|
+
symbol: 'pINJ-31Dec2026',
|
|
11321
|
+
logo_URIs: {
|
|
11322
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
11323
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
11324
|
+
},
|
|
11325
|
+
images: [{
|
|
11326
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
11327
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
11328
|
+
}],
|
|
11329
|
+
type_asset: 'sdk.coin',
|
|
11330
|
+
traces: [{
|
|
11331
|
+
type: 'ibc',
|
|
11332
|
+
counterparty: {
|
|
11333
|
+
channel_id: 'channel-0',
|
|
11334
|
+
base_denom: 'p:inj:31Dec2026',
|
|
11335
|
+
chain_name: 'pryzm'
|
|
11336
|
+
},
|
|
11337
|
+
chain: {
|
|
11338
|
+
channel_id: 'channel-859'
|
|
11339
|
+
}
|
|
11340
|
+
}]
|
|
11341
|
+
},
|
|
10524
11342
|
{
|
|
10525
11343
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2024',
|
|
10526
11344
|
denom_units: [{
|
|
@@ -10591,6 +11409,41 @@ const assets = {
|
|
|
10591
11409
|
}
|
|
10592
11410
|
}]
|
|
10593
11411
|
},
|
|
11412
|
+
{
|
|
11413
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
11414
|
+
denom_units: [{
|
|
11415
|
+
denom: 'ibc/33F475EF6154CA92660DEAC956975D13EA5FDC83DDA61BFC86E82A01CF2A797E',
|
|
11416
|
+
exponent: 0,
|
|
11417
|
+
aliases: ['p:uluna:31Dec2026']
|
|
11418
|
+
}, {
|
|
11419
|
+
denom: 'pLUNA31Dec2026',
|
|
11420
|
+
exponent: 6
|
|
11421
|
+
}],
|
|
11422
|
+
base: 'ibc/33F475EF6154CA92660DEAC956975D13EA5FDC83DDA61BFC86E82A01CF2A797E',
|
|
11423
|
+
name: 'pLuna (31Dec2026)',
|
|
11424
|
+
display: 'pLUNA31Dec2026',
|
|
11425
|
+
symbol: 'pLUNA-31Dec2026',
|
|
11426
|
+
logo_URIs: {
|
|
11427
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
11428
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
11429
|
+
},
|
|
11430
|
+
images: [{
|
|
11431
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
11432
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
11433
|
+
}],
|
|
11434
|
+
type_asset: 'sdk.coin',
|
|
11435
|
+
traces: [{
|
|
11436
|
+
type: 'ibc',
|
|
11437
|
+
counterparty: {
|
|
11438
|
+
channel_id: 'channel-0',
|
|
11439
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
11440
|
+
chain_name: 'pryzm'
|
|
11441
|
+
},
|
|
11442
|
+
chain: {
|
|
11443
|
+
channel_id: 'channel-859'
|
|
11444
|
+
}
|
|
11445
|
+
}]
|
|
11446
|
+
},
|
|
10594
11447
|
{
|
|
10595
11448
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
|
|
10596
11449
|
denom_units: [{
|
|
@@ -10731,6 +11584,41 @@ const assets = {
|
|
|
10731
11584
|
}
|
|
10732
11585
|
}]
|
|
10733
11586
|
},
|
|
11587
|
+
{
|
|
11588
|
+
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2026',
|
|
11589
|
+
denom_units: [{
|
|
11590
|
+
denom: 'ibc/324997306530394D527693B38D4913AE04AC16069B7FD60C2C206A881C3041DC',
|
|
11591
|
+
exponent: 0,
|
|
11592
|
+
aliases: ['p:uauuu:31Dec2026']
|
|
11593
|
+
}, {
|
|
11594
|
+
denom: 'pAUUU31Dec2026',
|
|
11595
|
+
exponent: 6
|
|
11596
|
+
}],
|
|
11597
|
+
base: 'ibc/324997306530394D527693B38D4913AE04AC16069B7FD60C2C206A881C3041DC',
|
|
11598
|
+
name: 'pAuuu (31Dec2026)',
|
|
11599
|
+
display: 'pAUUU31Dec2026',
|
|
11600
|
+
symbol: 'pAUUU-31Dec2026',
|
|
11601
|
+
logo_URIs: {
|
|
11602
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
11603
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
11604
|
+
},
|
|
11605
|
+
images: [{
|
|
11606
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
11607
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
11608
|
+
}],
|
|
11609
|
+
type_asset: 'sdk.coin',
|
|
11610
|
+
traces: [{
|
|
11611
|
+
type: 'ibc',
|
|
11612
|
+
counterparty: {
|
|
11613
|
+
channel_id: 'channel-0',
|
|
11614
|
+
base_denom: 'p:uauuu:31Dec2026',
|
|
11615
|
+
chain_name: 'pryzm'
|
|
11616
|
+
},
|
|
11617
|
+
chain: {
|
|
11618
|
+
channel_id: 'channel-859'
|
|
11619
|
+
}
|
|
11620
|
+
}]
|
|
11621
|
+
},
|
|
10734
11622
|
{
|
|
10735
11623
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Sep2024',
|
|
10736
11624
|
denom_units: [{
|
|
@@ -10836,6 +11724,41 @@ const assets = {
|
|
|
10836
11724
|
}
|
|
10837
11725
|
}]
|
|
10838
11726
|
},
|
|
11727
|
+
{
|
|
11728
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
|
|
11729
|
+
denom_units: [{
|
|
11730
|
+
denom: 'ibc/072118121E38B2B036BF4371A701E111087764516981BC89F193053B91CE2A91',
|
|
11731
|
+
exponent: 0,
|
|
11732
|
+
aliases: ['p:stutia:31Dec2026']
|
|
11733
|
+
}, {
|
|
11734
|
+
denom: 'pstTIA31Dec2026',
|
|
11735
|
+
exponent: 6
|
|
11736
|
+
}],
|
|
11737
|
+
base: 'ibc/072118121E38B2B036BF4371A701E111087764516981BC89F193053B91CE2A91',
|
|
11738
|
+
name: 'pstTia (31Dec2026)',
|
|
11739
|
+
display: 'pstTIA31Dec2026',
|
|
11740
|
+
symbol: 'pstTIA-31Dec2026',
|
|
11741
|
+
logo_URIs: {
|
|
11742
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
11743
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
11744
|
+
},
|
|
11745
|
+
images: [{
|
|
11746
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
11747
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
11748
|
+
}],
|
|
11749
|
+
type_asset: 'sdk.coin',
|
|
11750
|
+
traces: [{
|
|
11751
|
+
type: 'ibc',
|
|
11752
|
+
counterparty: {
|
|
11753
|
+
channel_id: 'channel-0',
|
|
11754
|
+
base_denom: 'p:stutia:31Dec2026',
|
|
11755
|
+
chain_name: 'pryzm'
|
|
11756
|
+
},
|
|
11757
|
+
chain: {
|
|
11758
|
+
channel_id: 'channel-859'
|
|
11759
|
+
}
|
|
11760
|
+
}]
|
|
11761
|
+
},
|
|
10839
11762
|
{
|
|
10840
11763
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Sep2024',
|
|
10841
11764
|
denom_units: [{
|
|
@@ -10941,6 +11864,41 @@ const assets = {
|
|
|
10941
11864
|
}
|
|
10942
11865
|
}]
|
|
10943
11866
|
},
|
|
11867
|
+
{
|
|
11868
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2026',
|
|
11869
|
+
denom_units: [{
|
|
11870
|
+
denom: 'ibc/03B81265542BA1FA5017047166D61785E1F1D5DDAA398FA5A9C6AEA982D390BF',
|
|
11871
|
+
exponent: 0,
|
|
11872
|
+
aliases: ['p:stadydx:31Dec2026']
|
|
11873
|
+
}, {
|
|
11874
|
+
denom: 'pstDYDX31Dec2026',
|
|
11875
|
+
exponent: 18
|
|
11876
|
+
}],
|
|
11877
|
+
base: 'ibc/03B81265542BA1FA5017047166D61785E1F1D5DDAA398FA5A9C6AEA982D390BF',
|
|
11878
|
+
name: 'pstDydx (31Dec2026)',
|
|
11879
|
+
display: 'pstDYDX31Dec2026',
|
|
11880
|
+
symbol: 'pstDYDX-31Dec2026',
|
|
11881
|
+
logo_URIs: {
|
|
11882
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
11883
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
11884
|
+
},
|
|
11885
|
+
images: [{
|
|
11886
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
11887
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
11888
|
+
}],
|
|
11889
|
+
type_asset: 'sdk.coin',
|
|
11890
|
+
traces: [{
|
|
11891
|
+
type: 'ibc',
|
|
11892
|
+
counterparty: {
|
|
11893
|
+
channel_id: 'channel-0',
|
|
11894
|
+
base_denom: 'p:stadydx:31Dec2026',
|
|
11895
|
+
chain_name: 'pryzm'
|
|
11896
|
+
},
|
|
11897
|
+
chain: {
|
|
11898
|
+
channel_id: 'channel-859'
|
|
11899
|
+
}
|
|
11900
|
+
}]
|
|
11901
|
+
},
|
|
10944
11902
|
{
|
|
10945
11903
|
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
10946
11904
|
denom_units: [{
|
|
@@ -11046,6 +12004,41 @@ const assets = {
|
|
|
11046
12004
|
}
|
|
11047
12005
|
}]
|
|
11048
12006
|
},
|
|
12007
|
+
{
|
|
12008
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2026',
|
|
12009
|
+
denom_units: [{
|
|
12010
|
+
denom: 'ibc/C5FA16F4FC0D3727A108265AD2B254B693C07F421AF23DBCEAE0CC6E468939F2',
|
|
12011
|
+
exponent: 0,
|
|
12012
|
+
aliases: ['p:udatom:31Dec2026']
|
|
12013
|
+
}, {
|
|
12014
|
+
denom: 'pdATOM31Dec2026',
|
|
12015
|
+
exponent: 6
|
|
12016
|
+
}],
|
|
12017
|
+
base: 'ibc/C5FA16F4FC0D3727A108265AD2B254B693C07F421AF23DBCEAE0CC6E468939F2',
|
|
12018
|
+
name: 'pdAtom (31Dec2026)',
|
|
12019
|
+
display: 'pdATOM31Dec2026',
|
|
12020
|
+
symbol: 'pdATOM-31Dec2026',
|
|
12021
|
+
logo_URIs: {
|
|
12022
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
12023
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
12024
|
+
},
|
|
12025
|
+
images: [{
|
|
12026
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
12027
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
12028
|
+
}],
|
|
12029
|
+
type_asset: 'sdk.coin',
|
|
12030
|
+
traces: [{
|
|
12031
|
+
type: 'ibc',
|
|
12032
|
+
counterparty: {
|
|
12033
|
+
channel_id: 'channel-0',
|
|
12034
|
+
base_denom: 'p:udatom:31Dec2026',
|
|
12035
|
+
chain_name: 'pryzm'
|
|
12036
|
+
},
|
|
12037
|
+
chain: {
|
|
12038
|
+
channel_id: 'channel-859'
|
|
12039
|
+
}
|
|
12040
|
+
}]
|
|
12041
|
+
},
|
|
11049
12042
|
{
|
|
11050
12043
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
11051
12044
|
denom_units: [{
|
|
@@ -11073,7 +12066,42 @@ const assets = {
|
|
|
11073
12066
|
type: 'ibc',
|
|
11074
12067
|
counterparty: {
|
|
11075
12068
|
channel_id: 'channel-0',
|
|
11076
|
-
base_denom: 'p:utia:31Dec2024',
|
|
12069
|
+
base_denom: 'p:utia:31Dec2024',
|
|
12070
|
+
chain_name: 'pryzm'
|
|
12071
|
+
},
|
|
12072
|
+
chain: {
|
|
12073
|
+
channel_id: 'channel-859'
|
|
12074
|
+
}
|
|
12075
|
+
}]
|
|
12076
|
+
},
|
|
12077
|
+
{
|
|
12078
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
12079
|
+
denom_units: [{
|
|
12080
|
+
denom: 'ibc/85C5EFED282A3CB0CFDBB4EE0FA69BDF9D717F92A501CF873D9B9DFF7D5A60CA',
|
|
12081
|
+
exponent: 0,
|
|
12082
|
+
aliases: ['p:utia:31Dec2025']
|
|
12083
|
+
}, {
|
|
12084
|
+
denom: 'pTIA31Dec2025',
|
|
12085
|
+
exponent: 6
|
|
12086
|
+
}],
|
|
12087
|
+
base: 'ibc/85C5EFED282A3CB0CFDBB4EE0FA69BDF9D717F92A501CF873D9B9DFF7D5A60CA',
|
|
12088
|
+
name: 'pTia (31Dec2025)',
|
|
12089
|
+
display: 'pTIA31Dec2025',
|
|
12090
|
+
symbol: 'pTIA-31Dec2025',
|
|
12091
|
+
logo_URIs: {
|
|
12092
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
12093
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
12094
|
+
},
|
|
12095
|
+
images: [{
|
|
12096
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
12097
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
12098
|
+
}],
|
|
12099
|
+
type_asset: 'sdk.coin',
|
|
12100
|
+
traces: [{
|
|
12101
|
+
type: 'ibc',
|
|
12102
|
+
counterparty: {
|
|
12103
|
+
channel_id: 'channel-0',
|
|
12104
|
+
base_denom: 'p:utia:31Dec2025',
|
|
11077
12105
|
chain_name: 'pryzm'
|
|
11078
12106
|
},
|
|
11079
12107
|
chain: {
|
|
@@ -11082,19 +12110,19 @@ const assets = {
|
|
|
11082
12110
|
}]
|
|
11083
12111
|
},
|
|
11084
12112
|
{
|
|
11085
|
-
description: 'Pryzm\'s refracted principal token for TIA with maturity of
|
|
12113
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2026',
|
|
11086
12114
|
denom_units: [{
|
|
11087
|
-
denom: 'ibc/
|
|
12115
|
+
denom: 'ibc/A012E42E5AE3390E7EC96F0903077D5D40B2EE5359C2A2C198EC62F18023D291',
|
|
11088
12116
|
exponent: 0,
|
|
11089
|
-
aliases: ['p:utia:
|
|
12117
|
+
aliases: ['p:utia:31Dec2026']
|
|
11090
12118
|
}, {
|
|
11091
|
-
denom: '
|
|
12119
|
+
denom: 'pTIA31Dec2026',
|
|
11092
12120
|
exponent: 6
|
|
11093
12121
|
}],
|
|
11094
|
-
base: 'ibc/
|
|
11095
|
-
name: 'pTia (
|
|
11096
|
-
display: '
|
|
11097
|
-
symbol: 'pTIA-
|
|
12122
|
+
base: 'ibc/A012E42E5AE3390E7EC96F0903077D5D40B2EE5359C2A2C198EC62F18023D291',
|
|
12123
|
+
name: 'pTia (31Dec2026)',
|
|
12124
|
+
display: 'pTIA31Dec2026',
|
|
12125
|
+
symbol: 'pTIA-31Dec2026',
|
|
11098
12126
|
logo_URIs: {
|
|
11099
12127
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
11100
12128
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
@@ -11108,7 +12136,7 @@ const assets = {
|
|
|
11108
12136
|
type: 'ibc',
|
|
11109
12137
|
counterparty: {
|
|
11110
12138
|
channel_id: 'channel-0',
|
|
11111
|
-
base_denom: 'p:utia:
|
|
12139
|
+
base_denom: 'p:utia:31Dec2026',
|
|
11112
12140
|
chain_name: 'pryzm'
|
|
11113
12141
|
},
|
|
11114
12142
|
chain: {
|
|
@@ -11221,6 +12249,41 @@ const assets = {
|
|
|
11221
12249
|
}
|
|
11222
12250
|
}]
|
|
11223
12251
|
},
|
|
12252
|
+
{
|
|
12253
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2026',
|
|
12254
|
+
denom_units: [{
|
|
12255
|
+
denom: 'ibc/9391F535B4ECDD0F7DF763C344A9BA092F812A4F08321DA3FE40885EA0F55EAB',
|
|
12256
|
+
exponent: 0,
|
|
12257
|
+
aliases: ['y:uatom:31Dec2026']
|
|
12258
|
+
}, {
|
|
12259
|
+
denom: 'yATOM31Dec2026',
|
|
12260
|
+
exponent: 6
|
|
12261
|
+
}],
|
|
12262
|
+
base: 'ibc/9391F535B4ECDD0F7DF763C344A9BA092F812A4F08321DA3FE40885EA0F55EAB',
|
|
12263
|
+
name: 'yAtom (31Dec2026)',
|
|
12264
|
+
display: 'yATOM31Dec2026',
|
|
12265
|
+
symbol: 'yATOM-31Dec2026',
|
|
12266
|
+
logo_URIs: {
|
|
12267
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
12268
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
12269
|
+
},
|
|
12270
|
+
images: [{
|
|
12271
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
12272
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
12273
|
+
}],
|
|
12274
|
+
type_asset: 'sdk.coin',
|
|
12275
|
+
traces: [{
|
|
12276
|
+
type: 'ibc',
|
|
12277
|
+
counterparty: {
|
|
12278
|
+
channel_id: 'channel-0',
|
|
12279
|
+
base_denom: 'y:uatom:31Dec2026',
|
|
12280
|
+
chain_name: 'pryzm'
|
|
12281
|
+
},
|
|
12282
|
+
chain: {
|
|
12283
|
+
channel_id: 'channel-859'
|
|
12284
|
+
}
|
|
12285
|
+
}]
|
|
12286
|
+
},
|
|
11224
12287
|
{
|
|
11225
12288
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Sep2024',
|
|
11226
12289
|
denom_units: [{
|
|
@@ -11326,6 +12389,41 @@ const assets = {
|
|
|
11326
12389
|
}
|
|
11327
12390
|
}]
|
|
11328
12391
|
},
|
|
12392
|
+
{
|
|
12393
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2026',
|
|
12394
|
+
denom_units: [{
|
|
12395
|
+
denom: 'ibc/1DC9AFE8E9EEE6426BCE38F71B9BA04AB619EC79FB0ABB5B07203A07B19EADD6',
|
|
12396
|
+
exponent: 0,
|
|
12397
|
+
aliases: ['y:uosmo:31Dec2026']
|
|
12398
|
+
}, {
|
|
12399
|
+
denom: 'yOSMO31Dec2026',
|
|
12400
|
+
exponent: 6
|
|
12401
|
+
}],
|
|
12402
|
+
base: 'ibc/1DC9AFE8E9EEE6426BCE38F71B9BA04AB619EC79FB0ABB5B07203A07B19EADD6',
|
|
12403
|
+
name: 'yOsmo (31Dec2026)',
|
|
12404
|
+
display: 'yOSMO31Dec2026',
|
|
12405
|
+
symbol: 'yOSMO-31Dec2026',
|
|
12406
|
+
logo_URIs: {
|
|
12407
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
12408
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
12409
|
+
},
|
|
12410
|
+
images: [{
|
|
12411
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
12412
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
12413
|
+
}],
|
|
12414
|
+
type_asset: 'sdk.coin',
|
|
12415
|
+
traces: [{
|
|
12416
|
+
type: 'ibc',
|
|
12417
|
+
counterparty: {
|
|
12418
|
+
channel_id: 'channel-0',
|
|
12419
|
+
base_denom: 'y:uosmo:31Dec2026',
|
|
12420
|
+
chain_name: 'pryzm'
|
|
12421
|
+
},
|
|
12422
|
+
chain: {
|
|
12423
|
+
channel_id: 'channel-859'
|
|
12424
|
+
}
|
|
12425
|
+
}]
|
|
12426
|
+
},
|
|
11329
12427
|
{
|
|
11330
12428
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2024',
|
|
11331
12429
|
denom_units: [{
|
|
@@ -11431,6 +12529,41 @@ const assets = {
|
|
|
11431
12529
|
}
|
|
11432
12530
|
}]
|
|
11433
12531
|
},
|
|
12532
|
+
{
|
|
12533
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2026',
|
|
12534
|
+
denom_units: [{
|
|
12535
|
+
denom: 'ibc/A8964451AB03C42FF92BF64DDEC51399D6994624FA6FBEF0CB4574374A6C370F',
|
|
12536
|
+
exponent: 0,
|
|
12537
|
+
aliases: ['y:inj:31Dec2026']
|
|
12538
|
+
}, {
|
|
12539
|
+
denom: 'yINJ31Dec2026',
|
|
12540
|
+
exponent: 18
|
|
12541
|
+
}],
|
|
12542
|
+
base: 'ibc/A8964451AB03C42FF92BF64DDEC51399D6994624FA6FBEF0CB4574374A6C370F',
|
|
12543
|
+
name: 'yInj (31Dec2026)',
|
|
12544
|
+
display: 'yINJ31Dec2026',
|
|
12545
|
+
symbol: 'yINJ-31Dec2026',
|
|
12546
|
+
logo_URIs: {
|
|
12547
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
12548
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
12549
|
+
},
|
|
12550
|
+
images: [{
|
|
12551
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
12552
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
12553
|
+
}],
|
|
12554
|
+
type_asset: 'sdk.coin',
|
|
12555
|
+
traces: [{
|
|
12556
|
+
type: 'ibc',
|
|
12557
|
+
counterparty: {
|
|
12558
|
+
channel_id: 'channel-0',
|
|
12559
|
+
base_denom: 'y:inj:31Dec2026',
|
|
12560
|
+
chain_name: 'pryzm'
|
|
12561
|
+
},
|
|
12562
|
+
chain: {
|
|
12563
|
+
channel_id: 'channel-859'
|
|
12564
|
+
}
|
|
12565
|
+
}]
|
|
12566
|
+
},
|
|
11434
12567
|
{
|
|
11435
12568
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2024',
|
|
11436
12569
|
denom_units: [{
|
|
@@ -11536,6 +12669,41 @@ const assets = {
|
|
|
11536
12669
|
}
|
|
11537
12670
|
}]
|
|
11538
12671
|
},
|
|
12672
|
+
{
|
|
12673
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2026',
|
|
12674
|
+
denom_units: [{
|
|
12675
|
+
denom: 'ibc/F4EC4D9CE8313E7530249553412FC41B1678C97DD49915A4F27935935146ECBC',
|
|
12676
|
+
exponent: 0,
|
|
12677
|
+
aliases: ['y:uluna:31Dec2026']
|
|
12678
|
+
}, {
|
|
12679
|
+
denom: 'yLUNA31Dec2026',
|
|
12680
|
+
exponent: 6
|
|
12681
|
+
}],
|
|
12682
|
+
base: 'ibc/F4EC4D9CE8313E7530249553412FC41B1678C97DD49915A4F27935935146ECBC',
|
|
12683
|
+
name: 'yLuna (31Dec2026)',
|
|
12684
|
+
display: 'yLUNA31Dec2026',
|
|
12685
|
+
symbol: 'yLUNA-31Dec2026',
|
|
12686
|
+
logo_URIs: {
|
|
12687
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
12688
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
12689
|
+
},
|
|
12690
|
+
images: [{
|
|
12691
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
12692
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
12693
|
+
}],
|
|
12694
|
+
type_asset: 'sdk.coin',
|
|
12695
|
+
traces: [{
|
|
12696
|
+
type: 'ibc',
|
|
12697
|
+
counterparty: {
|
|
12698
|
+
channel_id: 'channel-0',
|
|
12699
|
+
base_denom: 'y:uluna:31Dec2026',
|
|
12700
|
+
chain_name: 'pryzm'
|
|
12701
|
+
},
|
|
12702
|
+
chain: {
|
|
12703
|
+
channel_id: 'channel-859'
|
|
12704
|
+
}
|
|
12705
|
+
}]
|
|
12706
|
+
},
|
|
11539
12707
|
{
|
|
11540
12708
|
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Sep2024',
|
|
11541
12709
|
denom_units: [{
|
|
@@ -11641,6 +12809,41 @@ const assets = {
|
|
|
11641
12809
|
}
|
|
11642
12810
|
}]
|
|
11643
12811
|
},
|
|
12812
|
+
{
|
|
12813
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2026',
|
|
12814
|
+
denom_units: [{
|
|
12815
|
+
denom: 'ibc/C57CDCEFD04AA282BD2C365747CFDA29FBD38E238A2166CFCA689A30E2C04DB5',
|
|
12816
|
+
exponent: 0,
|
|
12817
|
+
aliases: ['y:uauuu:31Dec2026']
|
|
12818
|
+
}, {
|
|
12819
|
+
denom: 'yAUUU31Dec2026',
|
|
12820
|
+
exponent: 6
|
|
12821
|
+
}],
|
|
12822
|
+
base: 'ibc/C57CDCEFD04AA282BD2C365747CFDA29FBD38E238A2166CFCA689A30E2C04DB5',
|
|
12823
|
+
name: 'yAuuu (31Dec2026)',
|
|
12824
|
+
display: 'yAUUU31Dec2026',
|
|
12825
|
+
symbol: 'yAUUU-31Dec2026',
|
|
12826
|
+
logo_URIs: {
|
|
12827
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
12828
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
12829
|
+
},
|
|
12830
|
+
images: [{
|
|
12831
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
12832
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
12833
|
+
}],
|
|
12834
|
+
type_asset: 'sdk.coin',
|
|
12835
|
+
traces: [{
|
|
12836
|
+
type: 'ibc',
|
|
12837
|
+
counterparty: {
|
|
12838
|
+
channel_id: 'channel-0',
|
|
12839
|
+
base_denom: 'y:uauuu:31Dec2026',
|
|
12840
|
+
chain_name: 'pryzm'
|
|
12841
|
+
},
|
|
12842
|
+
chain: {
|
|
12843
|
+
channel_id: 'channel-859'
|
|
12844
|
+
}
|
|
12845
|
+
}]
|
|
12846
|
+
},
|
|
11644
12847
|
{
|
|
11645
12848
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Sep2024',
|
|
11646
12849
|
denom_units: [{
|
|
@@ -11746,6 +12949,41 @@ const assets = {
|
|
|
11746
12949
|
}
|
|
11747
12950
|
}]
|
|
11748
12951
|
},
|
|
12952
|
+
{
|
|
12953
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2026',
|
|
12954
|
+
denom_units: [{
|
|
12955
|
+
denom: 'ibc/4FEBF609E597CB5D951527AD1652A4F4BC0FC5F5C2F6DCCCB3F8198D489CAC08',
|
|
12956
|
+
exponent: 0,
|
|
12957
|
+
aliases: ['y:stutia:31Dec2026']
|
|
12958
|
+
}, {
|
|
12959
|
+
denom: 'ystTIA31Dec2026',
|
|
12960
|
+
exponent: 6
|
|
12961
|
+
}],
|
|
12962
|
+
base: 'ibc/4FEBF609E597CB5D951527AD1652A4F4BC0FC5F5C2F6DCCCB3F8198D489CAC08',
|
|
12963
|
+
name: 'ystTia (31Dec2026)',
|
|
12964
|
+
display: 'ystTIA31Dec2026',
|
|
12965
|
+
symbol: 'ystTIA-31Dec2026',
|
|
12966
|
+
logo_URIs: {
|
|
12967
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
12968
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
12969
|
+
},
|
|
12970
|
+
images: [{
|
|
12971
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
12972
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
12973
|
+
}],
|
|
12974
|
+
type_asset: 'sdk.coin',
|
|
12975
|
+
traces: [{
|
|
12976
|
+
type: 'ibc',
|
|
12977
|
+
counterparty: {
|
|
12978
|
+
channel_id: 'channel-0',
|
|
12979
|
+
base_denom: 'y:stutia:31Dec2026',
|
|
12980
|
+
chain_name: 'pryzm'
|
|
12981
|
+
},
|
|
12982
|
+
chain: {
|
|
12983
|
+
channel_id: 'channel-859'
|
|
12984
|
+
}
|
|
12985
|
+
}]
|
|
12986
|
+
},
|
|
11749
12987
|
{
|
|
11750
12988
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Sep2024',
|
|
11751
12989
|
denom_units: [{
|
|
@@ -11754,7 +12992,7 @@ const assets = {
|
|
|
11754
12992
|
aliases: ['y:stadydx:30Sep2024']
|
|
11755
12993
|
}, {
|
|
11756
12994
|
denom: 'ystDYDX30Sep2024',
|
|
11757
|
-
exponent:
|
|
12995
|
+
exponent: 18
|
|
11758
12996
|
}],
|
|
11759
12997
|
base: 'ibc/2B056B252AA51B1F3448B74661E798AE1D380D69601B36A8A852EFA13C9B1E8F',
|
|
11760
12998
|
name: 'ystDydx (30Sep2024)',
|
|
@@ -11789,7 +13027,7 @@ const assets = {
|
|
|
11789
13027
|
aliases: ['y:stadydx:31Dec2024']
|
|
11790
13028
|
}, {
|
|
11791
13029
|
denom: 'ystDYDX31Dec2024',
|
|
11792
|
-
exponent:
|
|
13030
|
+
exponent: 18
|
|
11793
13031
|
}],
|
|
11794
13032
|
base: 'ibc/CDF41A8641815AA06C4645493E8891A08E109CE970027E28B2D9D74D7FE0150F',
|
|
11795
13033
|
name: 'ystDydx (31Dec2024)',
|
|
@@ -11824,7 +13062,7 @@ const assets = {
|
|
|
11824
13062
|
aliases: ['y:stadydx:31Dec2025']
|
|
11825
13063
|
}, {
|
|
11826
13064
|
denom: 'ystDYDX31Dec2025',
|
|
11827
|
-
exponent:
|
|
13065
|
+
exponent: 18
|
|
11828
13066
|
}],
|
|
11829
13067
|
base: 'ibc/0508CFFD553D2E440B8030F4C98A99ADADEC52DA30475BB4F57F4FB74E877773',
|
|
11830
13068
|
name: 'ystDydx (31Dec2025)',
|
|
@@ -11851,6 +13089,41 @@ const assets = {
|
|
|
11851
13089
|
}
|
|
11852
13090
|
}]
|
|
11853
13091
|
},
|
|
13092
|
+
{
|
|
13093
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2026',
|
|
13094
|
+
denom_units: [{
|
|
13095
|
+
denom: 'ibc/A1562CB52BDB82F7BC6950B3C9855E2F11AB83D65C91E780CE0670ED59B08FD4',
|
|
13096
|
+
exponent: 0,
|
|
13097
|
+
aliases: ['y:stadydx:31Dec2026']
|
|
13098
|
+
}, {
|
|
13099
|
+
denom: 'ystDYDX31Dec2026',
|
|
13100
|
+
exponent: 18
|
|
13101
|
+
}],
|
|
13102
|
+
base: 'ibc/A1562CB52BDB82F7BC6950B3C9855E2F11AB83D65C91E780CE0670ED59B08FD4',
|
|
13103
|
+
name: 'ystDydx (31Dec2026)',
|
|
13104
|
+
display: 'ystDYDX31Dec2026',
|
|
13105
|
+
symbol: 'ystDYDX-31Dec2026',
|
|
13106
|
+
logo_URIs: {
|
|
13107
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
13108
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
13109
|
+
},
|
|
13110
|
+
images: [{
|
|
13111
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
13112
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
13113
|
+
}],
|
|
13114
|
+
type_asset: 'sdk.coin',
|
|
13115
|
+
traces: [{
|
|
13116
|
+
type: 'ibc',
|
|
13117
|
+
counterparty: {
|
|
13118
|
+
channel_id: 'channel-0',
|
|
13119
|
+
base_denom: 'y:stadydx:31Dec2026',
|
|
13120
|
+
chain_name: 'pryzm'
|
|
13121
|
+
},
|
|
13122
|
+
chain: {
|
|
13123
|
+
channel_id: 'channel-859'
|
|
13124
|
+
}
|
|
13125
|
+
}]
|
|
13126
|
+
},
|
|
11854
13127
|
{
|
|
11855
13128
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
11856
13129
|
denom_units: [{
|
|
@@ -11956,6 +13229,41 @@ const assets = {
|
|
|
11956
13229
|
}
|
|
11957
13230
|
}]
|
|
11958
13231
|
},
|
|
13232
|
+
{
|
|
13233
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2026',
|
|
13234
|
+
denom_units: [{
|
|
13235
|
+
denom: 'ibc/186EF279F1DC14B570E8D1CE7FB76FA1B556D51AF39663211A56B9855BC2B6A2',
|
|
13236
|
+
exponent: 0,
|
|
13237
|
+
aliases: ['y:udatom:31Dec2026']
|
|
13238
|
+
}, {
|
|
13239
|
+
denom: 'ydATOM31Dec2026',
|
|
13240
|
+
exponent: 6
|
|
13241
|
+
}],
|
|
13242
|
+
base: 'ibc/186EF279F1DC14B570E8D1CE7FB76FA1B556D51AF39663211A56B9855BC2B6A2',
|
|
13243
|
+
name: 'ydAtom (31Dec2026)',
|
|
13244
|
+
display: 'ydATOM31Dec2026',
|
|
13245
|
+
symbol: 'ydATOM-31Dec2026',
|
|
13246
|
+
logo_URIs: {
|
|
13247
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
13248
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
13249
|
+
},
|
|
13250
|
+
images: [{
|
|
13251
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
13252
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
13253
|
+
}],
|
|
13254
|
+
type_asset: 'sdk.coin',
|
|
13255
|
+
traces: [{
|
|
13256
|
+
type: 'ibc',
|
|
13257
|
+
counterparty: {
|
|
13258
|
+
channel_id: 'channel-0',
|
|
13259
|
+
base_denom: 'y:udatom:31Dec2026',
|
|
13260
|
+
chain_name: 'pryzm'
|
|
13261
|
+
},
|
|
13262
|
+
chain: {
|
|
13263
|
+
channel_id: 'channel-859'
|
|
13264
|
+
}
|
|
13265
|
+
}]
|
|
13266
|
+
},
|
|
11959
13267
|
{
|
|
11960
13268
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
11961
13269
|
denom_units: [{
|
|
@@ -12026,6 +13334,41 @@ const assets = {
|
|
|
12026
13334
|
}
|
|
12027
13335
|
}]
|
|
12028
13336
|
},
|
|
13337
|
+
{
|
|
13338
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2026',
|
|
13339
|
+
denom_units: [{
|
|
13340
|
+
denom: 'ibc/3E7BCD36043D627C1123BE3785C3D13C157BC0C0A747E1281F194997248D4B2C',
|
|
13341
|
+
exponent: 0,
|
|
13342
|
+
aliases: ['y:utia:31Dec2026']
|
|
13343
|
+
}, {
|
|
13344
|
+
denom: 'yTIA31Dec2026',
|
|
13345
|
+
exponent: 6
|
|
13346
|
+
}],
|
|
13347
|
+
base: 'ibc/3E7BCD36043D627C1123BE3785C3D13C157BC0C0A747E1281F194997248D4B2C',
|
|
13348
|
+
name: 'yTia (31Dec2026)',
|
|
13349
|
+
display: 'yTIA31Dec2026',
|
|
13350
|
+
symbol: 'yTIA-31Dec2026',
|
|
13351
|
+
logo_URIs: {
|
|
13352
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
13353
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
13354
|
+
},
|
|
13355
|
+
images: [{
|
|
13356
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
13357
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
13358
|
+
}],
|
|
13359
|
+
type_asset: 'sdk.coin',
|
|
13360
|
+
traces: [{
|
|
13361
|
+
type: 'ibc',
|
|
13362
|
+
counterparty: {
|
|
13363
|
+
channel_id: 'channel-0',
|
|
13364
|
+
base_denom: 'y:utia:31Dec2026',
|
|
13365
|
+
chain_name: 'pryzm'
|
|
13366
|
+
},
|
|
13367
|
+
chain: {
|
|
13368
|
+
channel_id: 'channel-859'
|
|
13369
|
+
}
|
|
13370
|
+
}]
|
|
13371
|
+
},
|
|
12029
13372
|
{
|
|
12030
13373
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
12031
13374
|
denom_units: [{
|
|
@@ -13162,10 +14505,7 @@ const assets = {
|
|
|
13162
14505
|
coingecko_id: 'secret',
|
|
13163
14506
|
images: [{
|
|
13164
14507
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
13165
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
13166
|
-
theme: {
|
|
13167
|
-
primary_color_hex: '#040404'
|
|
13168
|
-
}
|
|
14508
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
13169
14509
|
}],
|
|
13170
14510
|
socials: {
|
|
13171
14511
|
website: 'https://scrt.network/',
|