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