@chain-registry/assets 1.70.51 → 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/assets.js +2 -1
- package/esm/mainnet/axelar.js +1286 -26
- package/esm/mainnet/canto.js +86 -0
- package/esm/mainnet/celestia.js +1386 -40
- package/esm/mainnet/cosmoshub.js +1362 -16
- package/esm/mainnet/dydx.js +1286 -26
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/injective.js +1286 -26
- package/esm/mainnet/milkyway.js +268 -0
- package/esm/mainnet/neutron.js +1286 -26
- package/esm/mainnet/noble.js +1286 -26
- package/esm/mainnet/osmosis.js +1362 -16
- package/esm/mainnet/stride.js +1286 -26
- package/esm/mainnet/terra2.js +1286 -26
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +1286 -26
- package/mainnet/canto.js +86 -0
- package/mainnet/celestia.js +1386 -40
- package/mainnet/cosmoshub.js +1362 -16
- package/mainnet/dydx.js +1286 -26
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/injective.js +1286 -26
- package/mainnet/milkyway.d.ts +3 -0
- package/mainnet/milkyway.js +270 -0
- package/mainnet/neutron.js +1286 -26
- package/mainnet/noble.js +1286 -26
- package/mainnet/osmosis.js +1362 -16
- package/mainnet/stride.js +1286 -26
- package/mainnet/terra2.js +1286 -26
- package/package.json +5 -5
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -4512,6 +4512,49 @@ const assets = {
|
|
|
4512
4512
|
}
|
|
4513
4513
|
}]
|
|
4514
4514
|
},
|
|
4515
|
+
{
|
|
4516
|
+
description: 'The native token of MilkyWay',
|
|
4517
|
+
denom_units: [{
|
|
4518
|
+
denom: 'ibc/9D8D4CAE9D8F15B69E93969304AF3878D14BDED39FEAF0060566D6AC22288779',
|
|
4519
|
+
exponent: 0,
|
|
4520
|
+
aliases: ['umilk']
|
|
4521
|
+
}, {
|
|
4522
|
+
denom: 'milk',
|
|
4523
|
+
exponent: 6
|
|
4524
|
+
}],
|
|
4525
|
+
type_asset: 'sdk.coin',
|
|
4526
|
+
base: 'ibc/9D8D4CAE9D8F15B69E93969304AF3878D14BDED39FEAF0060566D6AC22288779',
|
|
4527
|
+
name: 'Milk',
|
|
4528
|
+
display: 'milk',
|
|
4529
|
+
symbol: 'MILK',
|
|
4530
|
+
logo_URIs: {
|
|
4531
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.png',
|
|
4532
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.svg'
|
|
4533
|
+
},
|
|
4534
|
+
images: [{
|
|
4535
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.png',
|
|
4536
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.svg',
|
|
4537
|
+
theme: {
|
|
4538
|
+
primary_color_hex: '#760dbb'
|
|
4539
|
+
}
|
|
4540
|
+
}],
|
|
4541
|
+
keywords: ['liquid staking', 'restaking'],
|
|
4542
|
+
socials: {
|
|
4543
|
+
website: 'https://milkyway.zone',
|
|
4544
|
+
twitter: 'https://x.com/milky_way_zone'
|
|
4545
|
+
},
|
|
4546
|
+
traces: [{
|
|
4547
|
+
type: 'ibc',
|
|
4548
|
+
counterparty: {
|
|
4549
|
+
channel_id: 'channel-0',
|
|
4550
|
+
base_denom: 'umilk',
|
|
4551
|
+
chain_name: 'milkyway'
|
|
4552
|
+
},
|
|
4553
|
+
chain: {
|
|
4554
|
+
channel_id: 'channel-89298'
|
|
4555
|
+
}
|
|
4556
|
+
}]
|
|
4557
|
+
},
|
|
4515
4558
|
{
|
|
4516
4559
|
description: 'The native token of Neutaro',
|
|
4517
4560
|
denom_units: [{
|
|
@@ -10059,6 +10102,49 @@ const assets = {
|
|
|
10059
10102
|
}
|
|
10060
10103
|
}]
|
|
10061
10104
|
},
|
|
10105
|
+
{
|
|
10106
|
+
description: 'The native token of MilkyWay',
|
|
10107
|
+
denom_units: [{
|
|
10108
|
+
denom: 'ibc/9D8D4CAE9D8F15B69E93969304AF3878D14BDED39FEAF0060566D6AC22288779',
|
|
10109
|
+
exponent: 0,
|
|
10110
|
+
aliases: ['umilk']
|
|
10111
|
+
}, {
|
|
10112
|
+
denom: 'milk',
|
|
10113
|
+
exponent: 6
|
|
10114
|
+
}],
|
|
10115
|
+
type_asset: 'sdk.coin',
|
|
10116
|
+
base: 'ibc/9D8D4CAE9D8F15B69E93969304AF3878D14BDED39FEAF0060566D6AC22288779',
|
|
10117
|
+
name: 'Milk',
|
|
10118
|
+
display: 'milk',
|
|
10119
|
+
symbol: 'MILK',
|
|
10120
|
+
logo_URIs: {
|
|
10121
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.png',
|
|
10122
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.svg'
|
|
10123
|
+
},
|
|
10124
|
+
images: [{
|
|
10125
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.png',
|
|
10126
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.svg',
|
|
10127
|
+
theme: {
|
|
10128
|
+
primary_color_hex: '#760dbb'
|
|
10129
|
+
}
|
|
10130
|
+
}],
|
|
10131
|
+
keywords: ['liquid staking', 'restaking'],
|
|
10132
|
+
socials: {
|
|
10133
|
+
website: 'https://milkyway.zone',
|
|
10134
|
+
twitter: 'https://x.com/milky_way_zone'
|
|
10135
|
+
},
|
|
10136
|
+
traces: [{
|
|
10137
|
+
type: 'ibc',
|
|
10138
|
+
counterparty: {
|
|
10139
|
+
channel_id: 'channel-0',
|
|
10140
|
+
base_denom: 'umilk',
|
|
10141
|
+
chain_name: 'milkyway'
|
|
10142
|
+
},
|
|
10143
|
+
chain: {
|
|
10144
|
+
channel_id: 'channel-89298'
|
|
10145
|
+
}
|
|
10146
|
+
}]
|
|
10147
|
+
},
|
|
10062
10148
|
{
|
|
10063
10149
|
description: 'The native token of Neutaro',
|
|
10064
10150
|
denom_units: [{
|
|
@@ -11519,6 +11605,41 @@ const assets = {
|
|
|
11519
11605
|
}
|
|
11520
11606
|
}]
|
|
11521
11607
|
},
|
|
11608
|
+
{
|
|
11609
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2026',
|
|
11610
|
+
denom_units: [{
|
|
11611
|
+
denom: 'ibc/A73AA8A97F41D95D00C2A76BA59713EDBDFD8C3E579593832D447C8542E30A0F',
|
|
11612
|
+
exponent: 0,
|
|
11613
|
+
aliases: ['p:uatom:31Dec2026']
|
|
11614
|
+
}, {
|
|
11615
|
+
denom: 'pATOM31Dec2026',
|
|
11616
|
+
exponent: 6
|
|
11617
|
+
}],
|
|
11618
|
+
base: 'ibc/A73AA8A97F41D95D00C2A76BA59713EDBDFD8C3E579593832D447C8542E30A0F',
|
|
11619
|
+
name: 'pAtom (31Dec2026)',
|
|
11620
|
+
display: 'pATOM31Dec2026',
|
|
11621
|
+
symbol: 'pATOM-31Dec2026',
|
|
11622
|
+
logo_URIs: {
|
|
11623
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
11624
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
11625
|
+
},
|
|
11626
|
+
images: [{
|
|
11627
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
11628
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
11629
|
+
}],
|
|
11630
|
+
type_asset: 'sdk.coin',
|
|
11631
|
+
traces: [{
|
|
11632
|
+
type: 'ibc',
|
|
11633
|
+
counterparty: {
|
|
11634
|
+
channel_id: 'channel-2',
|
|
11635
|
+
base_denom: 'p:uatom:31Dec2026',
|
|
11636
|
+
chain_name: 'pryzm'
|
|
11637
|
+
},
|
|
11638
|
+
chain: {
|
|
11639
|
+
channel_id: 'channel-75755'
|
|
11640
|
+
}
|
|
11641
|
+
}]
|
|
11642
|
+
},
|
|
11522
11643
|
{
|
|
11523
11644
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2024',
|
|
11524
11645
|
denom_units: [{
|
|
@@ -11624,6 +11745,41 @@ const assets = {
|
|
|
11624
11745
|
}
|
|
11625
11746
|
}]
|
|
11626
11747
|
},
|
|
11748
|
+
{
|
|
11749
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2026',
|
|
11750
|
+
denom_units: [{
|
|
11751
|
+
denom: 'ibc/4774BEC5D2E599DAB788D91DDF06379615CAC7842B47FFCD342B6B07A1DB37D8',
|
|
11752
|
+
exponent: 0,
|
|
11753
|
+
aliases: ['p:uosmo:31Dec2026']
|
|
11754
|
+
}, {
|
|
11755
|
+
denom: 'pOSMO31Dec2026',
|
|
11756
|
+
exponent: 6
|
|
11757
|
+
}],
|
|
11758
|
+
base: 'ibc/4774BEC5D2E599DAB788D91DDF06379615CAC7842B47FFCD342B6B07A1DB37D8',
|
|
11759
|
+
name: 'pOsmo (31Dec2026)',
|
|
11760
|
+
display: 'pOSMO31Dec2026',
|
|
11761
|
+
symbol: 'pOSMO-31Dec2026',
|
|
11762
|
+
logo_URIs: {
|
|
11763
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
11764
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
11765
|
+
},
|
|
11766
|
+
images: [{
|
|
11767
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
11768
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
11769
|
+
}],
|
|
11770
|
+
type_asset: 'sdk.coin',
|
|
11771
|
+
traces: [{
|
|
11772
|
+
type: 'ibc',
|
|
11773
|
+
counterparty: {
|
|
11774
|
+
channel_id: 'channel-2',
|
|
11775
|
+
base_denom: 'p:uosmo:31Dec2026',
|
|
11776
|
+
chain_name: 'pryzm'
|
|
11777
|
+
},
|
|
11778
|
+
chain: {
|
|
11779
|
+
channel_id: 'channel-75755'
|
|
11780
|
+
}
|
|
11781
|
+
}]
|
|
11782
|
+
},
|
|
11627
11783
|
{
|
|
11628
11784
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2024',
|
|
11629
11785
|
denom_units: [{
|
|
@@ -11729,6 +11885,41 @@ const assets = {
|
|
|
11729
11885
|
}
|
|
11730
11886
|
}]
|
|
11731
11887
|
},
|
|
11888
|
+
{
|
|
11889
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2026',
|
|
11890
|
+
denom_units: [{
|
|
11891
|
+
denom: 'ibc/CC3635C0737F9D69B8BD7A868DF93FF06C536DD1D7678ED972B9A358C95FBA4B',
|
|
11892
|
+
exponent: 0,
|
|
11893
|
+
aliases: ['p:inj:31Dec2026']
|
|
11894
|
+
}, {
|
|
11895
|
+
denom: 'pINJ31Dec2026',
|
|
11896
|
+
exponent: 18
|
|
11897
|
+
}],
|
|
11898
|
+
base: 'ibc/CC3635C0737F9D69B8BD7A868DF93FF06C536DD1D7678ED972B9A358C95FBA4B',
|
|
11899
|
+
name: 'pInj (31Dec2026)',
|
|
11900
|
+
display: 'pINJ31Dec2026',
|
|
11901
|
+
symbol: 'pINJ-31Dec2026',
|
|
11902
|
+
logo_URIs: {
|
|
11903
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
11904
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
11905
|
+
},
|
|
11906
|
+
images: [{
|
|
11907
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
11908
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
11909
|
+
}],
|
|
11910
|
+
type_asset: 'sdk.coin',
|
|
11911
|
+
traces: [{
|
|
11912
|
+
type: 'ibc',
|
|
11913
|
+
counterparty: {
|
|
11914
|
+
channel_id: 'channel-2',
|
|
11915
|
+
base_denom: 'p:inj:31Dec2026',
|
|
11916
|
+
chain_name: 'pryzm'
|
|
11917
|
+
},
|
|
11918
|
+
chain: {
|
|
11919
|
+
channel_id: 'channel-75755'
|
|
11920
|
+
}
|
|
11921
|
+
}]
|
|
11922
|
+
},
|
|
11732
11923
|
{
|
|
11733
11924
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2024',
|
|
11734
11925
|
denom_units: [{
|
|
@@ -11799,6 +11990,41 @@ const assets = {
|
|
|
11799
11990
|
}
|
|
11800
11991
|
}]
|
|
11801
11992
|
},
|
|
11993
|
+
{
|
|
11994
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
11995
|
+
denom_units: [{
|
|
11996
|
+
denom: 'ibc/78081C7DC880CFE1905F443A5B708DAA3E0FE3D2E696B43387D8CC8F5D810DED',
|
|
11997
|
+
exponent: 0,
|
|
11998
|
+
aliases: ['p:uluna:31Dec2026']
|
|
11999
|
+
}, {
|
|
12000
|
+
denom: 'pLUNA31Dec2026',
|
|
12001
|
+
exponent: 6
|
|
12002
|
+
}],
|
|
12003
|
+
base: 'ibc/78081C7DC880CFE1905F443A5B708DAA3E0FE3D2E696B43387D8CC8F5D810DED',
|
|
12004
|
+
name: 'pLuna (31Dec2026)',
|
|
12005
|
+
display: 'pLUNA31Dec2026',
|
|
12006
|
+
symbol: 'pLUNA-31Dec2026',
|
|
12007
|
+
logo_URIs: {
|
|
12008
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
12009
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
12010
|
+
},
|
|
12011
|
+
images: [{
|
|
12012
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
12013
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
12014
|
+
}],
|
|
12015
|
+
type_asset: 'sdk.coin',
|
|
12016
|
+
traces: [{
|
|
12017
|
+
type: 'ibc',
|
|
12018
|
+
counterparty: {
|
|
12019
|
+
channel_id: 'channel-2',
|
|
12020
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
12021
|
+
chain_name: 'pryzm'
|
|
12022
|
+
},
|
|
12023
|
+
chain: {
|
|
12024
|
+
channel_id: 'channel-75755'
|
|
12025
|
+
}
|
|
12026
|
+
}]
|
|
12027
|
+
},
|
|
11802
12028
|
{
|
|
11803
12029
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
|
|
11804
12030
|
denom_units: [{
|
|
@@ -11939,6 +12165,41 @@ const assets = {
|
|
|
11939
12165
|
}
|
|
11940
12166
|
}]
|
|
11941
12167
|
},
|
|
12168
|
+
{
|
|
12169
|
+
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2026',
|
|
12170
|
+
denom_units: [{
|
|
12171
|
+
denom: 'ibc/C9793EF38C52764AEB1743C1100A4CFF3EB1806790381D06079A145DF90ACC3F',
|
|
12172
|
+
exponent: 0,
|
|
12173
|
+
aliases: ['p:uauuu:31Dec2026']
|
|
12174
|
+
}, {
|
|
12175
|
+
denom: 'pAUUU31Dec2026',
|
|
12176
|
+
exponent: 6
|
|
12177
|
+
}],
|
|
12178
|
+
base: 'ibc/C9793EF38C52764AEB1743C1100A4CFF3EB1806790381D06079A145DF90ACC3F',
|
|
12179
|
+
name: 'pAuuu (31Dec2026)',
|
|
12180
|
+
display: 'pAUUU31Dec2026',
|
|
12181
|
+
symbol: 'pAUUU-31Dec2026',
|
|
12182
|
+
logo_URIs: {
|
|
12183
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
12184
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
12185
|
+
},
|
|
12186
|
+
images: [{
|
|
12187
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
12188
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
12189
|
+
}],
|
|
12190
|
+
type_asset: 'sdk.coin',
|
|
12191
|
+
traces: [{
|
|
12192
|
+
type: 'ibc',
|
|
12193
|
+
counterparty: {
|
|
12194
|
+
channel_id: 'channel-2',
|
|
12195
|
+
base_denom: 'p:uauuu:31Dec2026',
|
|
12196
|
+
chain_name: 'pryzm'
|
|
12197
|
+
},
|
|
12198
|
+
chain: {
|
|
12199
|
+
channel_id: 'channel-75755'
|
|
12200
|
+
}
|
|
12201
|
+
}]
|
|
12202
|
+
},
|
|
11942
12203
|
{
|
|
11943
12204
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Sep2024',
|
|
11944
12205
|
denom_units: [{
|
|
@@ -12044,6 +12305,41 @@ const assets = {
|
|
|
12044
12305
|
}
|
|
12045
12306
|
}]
|
|
12046
12307
|
},
|
|
12308
|
+
{
|
|
12309
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
|
|
12310
|
+
denom_units: [{
|
|
12311
|
+
denom: 'ibc/9D469589B6972088B055C2CDF522BA94B470B0A6D8B2986A40175D3F70666F39',
|
|
12312
|
+
exponent: 0,
|
|
12313
|
+
aliases: ['p:stutia:31Dec2026']
|
|
12314
|
+
}, {
|
|
12315
|
+
denom: 'pstTIA31Dec2026',
|
|
12316
|
+
exponent: 6
|
|
12317
|
+
}],
|
|
12318
|
+
base: 'ibc/9D469589B6972088B055C2CDF522BA94B470B0A6D8B2986A40175D3F70666F39',
|
|
12319
|
+
name: 'pstTia (31Dec2026)',
|
|
12320
|
+
display: 'pstTIA31Dec2026',
|
|
12321
|
+
symbol: 'pstTIA-31Dec2026',
|
|
12322
|
+
logo_URIs: {
|
|
12323
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
12324
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
12325
|
+
},
|
|
12326
|
+
images: [{
|
|
12327
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
12328
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
12329
|
+
}],
|
|
12330
|
+
type_asset: 'sdk.coin',
|
|
12331
|
+
traces: [{
|
|
12332
|
+
type: 'ibc',
|
|
12333
|
+
counterparty: {
|
|
12334
|
+
channel_id: 'channel-2',
|
|
12335
|
+
base_denom: 'p:stutia:31Dec2026',
|
|
12336
|
+
chain_name: 'pryzm'
|
|
12337
|
+
},
|
|
12338
|
+
chain: {
|
|
12339
|
+
channel_id: 'channel-75755'
|
|
12340
|
+
}
|
|
12341
|
+
}]
|
|
12342
|
+
},
|
|
12047
12343
|
{
|
|
12048
12344
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Sep2024',
|
|
12049
12345
|
denom_units: [{
|
|
@@ -12149,6 +12445,41 @@ const assets = {
|
|
|
12149
12445
|
}
|
|
12150
12446
|
}]
|
|
12151
12447
|
},
|
|
12448
|
+
{
|
|
12449
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2026',
|
|
12450
|
+
denom_units: [{
|
|
12451
|
+
denom: 'ibc/311B59F20D12FE6B96E057721B050852EEDC941357A5220DE188E8B43A15C500',
|
|
12452
|
+
exponent: 0,
|
|
12453
|
+
aliases: ['p:stadydx:31Dec2026']
|
|
12454
|
+
}, {
|
|
12455
|
+
denom: 'pstDYDX31Dec2026',
|
|
12456
|
+
exponent: 18
|
|
12457
|
+
}],
|
|
12458
|
+
base: 'ibc/311B59F20D12FE6B96E057721B050852EEDC941357A5220DE188E8B43A15C500',
|
|
12459
|
+
name: 'pstDydx (31Dec2026)',
|
|
12460
|
+
display: 'pstDYDX31Dec2026',
|
|
12461
|
+
symbol: 'pstDYDX-31Dec2026',
|
|
12462
|
+
logo_URIs: {
|
|
12463
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
12464
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
12465
|
+
},
|
|
12466
|
+
images: [{
|
|
12467
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
12468
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
12469
|
+
}],
|
|
12470
|
+
type_asset: 'sdk.coin',
|
|
12471
|
+
traces: [{
|
|
12472
|
+
type: 'ibc',
|
|
12473
|
+
counterparty: {
|
|
12474
|
+
channel_id: 'channel-2',
|
|
12475
|
+
base_denom: 'p:stadydx:31Dec2026',
|
|
12476
|
+
chain_name: 'pryzm'
|
|
12477
|
+
},
|
|
12478
|
+
chain: {
|
|
12479
|
+
channel_id: 'channel-75755'
|
|
12480
|
+
}
|
|
12481
|
+
}]
|
|
12482
|
+
},
|
|
12152
12483
|
{
|
|
12153
12484
|
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
12154
12485
|
denom_units: [{
|
|
@@ -12254,6 +12585,41 @@ const assets = {
|
|
|
12254
12585
|
}
|
|
12255
12586
|
}]
|
|
12256
12587
|
},
|
|
12588
|
+
{
|
|
12589
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2026',
|
|
12590
|
+
denom_units: [{
|
|
12591
|
+
denom: 'ibc/6BE37F2DD1EA6B5F3EE294A0D35BA3B42323100B664B6C525E3B642D056EABE2',
|
|
12592
|
+
exponent: 0,
|
|
12593
|
+
aliases: ['p:udatom:31Dec2026']
|
|
12594
|
+
}, {
|
|
12595
|
+
denom: 'pdATOM31Dec2026',
|
|
12596
|
+
exponent: 6
|
|
12597
|
+
}],
|
|
12598
|
+
base: 'ibc/6BE37F2DD1EA6B5F3EE294A0D35BA3B42323100B664B6C525E3B642D056EABE2',
|
|
12599
|
+
name: 'pdAtom (31Dec2026)',
|
|
12600
|
+
display: 'pdATOM31Dec2026',
|
|
12601
|
+
symbol: 'pdATOM-31Dec2026',
|
|
12602
|
+
logo_URIs: {
|
|
12603
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
12604
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
12605
|
+
},
|
|
12606
|
+
images: [{
|
|
12607
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
12608
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
12609
|
+
}],
|
|
12610
|
+
type_asset: 'sdk.coin',
|
|
12611
|
+
traces: [{
|
|
12612
|
+
type: 'ibc',
|
|
12613
|
+
counterparty: {
|
|
12614
|
+
channel_id: 'channel-2',
|
|
12615
|
+
base_denom: 'p:udatom:31Dec2026',
|
|
12616
|
+
chain_name: 'pryzm'
|
|
12617
|
+
},
|
|
12618
|
+
chain: {
|
|
12619
|
+
channel_id: 'channel-75755'
|
|
12620
|
+
}
|
|
12621
|
+
}]
|
|
12622
|
+
},
|
|
12257
12623
|
{
|
|
12258
12624
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
12259
12625
|
denom_units: [{
|
|
@@ -12324,6 +12690,41 @@ const assets = {
|
|
|
12324
12690
|
}
|
|
12325
12691
|
}]
|
|
12326
12692
|
},
|
|
12693
|
+
{
|
|
12694
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2026',
|
|
12695
|
+
denom_units: [{
|
|
12696
|
+
denom: 'ibc/FE09C698B28F4D840F8CB5BEB99825249D439AEF26E6717B64A7A89AD515E60D',
|
|
12697
|
+
exponent: 0,
|
|
12698
|
+
aliases: ['p:utia:31Dec2026']
|
|
12699
|
+
}, {
|
|
12700
|
+
denom: 'pTIA31Dec2026',
|
|
12701
|
+
exponent: 6
|
|
12702
|
+
}],
|
|
12703
|
+
base: 'ibc/FE09C698B28F4D840F8CB5BEB99825249D439AEF26E6717B64A7A89AD515E60D',
|
|
12704
|
+
name: 'pTia (31Dec2026)',
|
|
12705
|
+
display: 'pTIA31Dec2026',
|
|
12706
|
+
symbol: 'pTIA-31Dec2026',
|
|
12707
|
+
logo_URIs: {
|
|
12708
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
12709
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
12710
|
+
},
|
|
12711
|
+
images: [{
|
|
12712
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
12713
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
12714
|
+
}],
|
|
12715
|
+
type_asset: 'sdk.coin',
|
|
12716
|
+
traces: [{
|
|
12717
|
+
type: 'ibc',
|
|
12718
|
+
counterparty: {
|
|
12719
|
+
channel_id: 'channel-2',
|
|
12720
|
+
base_denom: 'p:utia:31Dec2026',
|
|
12721
|
+
chain_name: 'pryzm'
|
|
12722
|
+
},
|
|
12723
|
+
chain: {
|
|
12724
|
+
channel_id: 'channel-75755'
|
|
12725
|
+
}
|
|
12726
|
+
}]
|
|
12727
|
+
},
|
|
12327
12728
|
{
|
|
12328
12729
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
12329
12730
|
denom_units: [{
|
|
@@ -12429,6 +12830,41 @@ const assets = {
|
|
|
12429
12830
|
}
|
|
12430
12831
|
}]
|
|
12431
12832
|
},
|
|
12833
|
+
{
|
|
12834
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2026',
|
|
12835
|
+
denom_units: [{
|
|
12836
|
+
denom: 'ibc/1B638F1B5D8549E5A9B0079BF9F71D4B1B92D1067B4061FB85C8FDBA6D611EB0',
|
|
12837
|
+
exponent: 0,
|
|
12838
|
+
aliases: ['y:uatom:31Dec2026']
|
|
12839
|
+
}, {
|
|
12840
|
+
denom: 'yATOM31Dec2026',
|
|
12841
|
+
exponent: 6
|
|
12842
|
+
}],
|
|
12843
|
+
base: 'ibc/1B638F1B5D8549E5A9B0079BF9F71D4B1B92D1067B4061FB85C8FDBA6D611EB0',
|
|
12844
|
+
name: 'yAtom (31Dec2026)',
|
|
12845
|
+
display: 'yATOM31Dec2026',
|
|
12846
|
+
symbol: 'yATOM-31Dec2026',
|
|
12847
|
+
logo_URIs: {
|
|
12848
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
12849
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
12850
|
+
},
|
|
12851
|
+
images: [{
|
|
12852
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
12853
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
12854
|
+
}],
|
|
12855
|
+
type_asset: 'sdk.coin',
|
|
12856
|
+
traces: [{
|
|
12857
|
+
type: 'ibc',
|
|
12858
|
+
counterparty: {
|
|
12859
|
+
channel_id: 'channel-2',
|
|
12860
|
+
base_denom: 'y:uatom:31Dec2026',
|
|
12861
|
+
chain_name: 'pryzm'
|
|
12862
|
+
},
|
|
12863
|
+
chain: {
|
|
12864
|
+
channel_id: 'channel-75755'
|
|
12865
|
+
}
|
|
12866
|
+
}]
|
|
12867
|
+
},
|
|
12432
12868
|
{
|
|
12433
12869
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Sep2024',
|
|
12434
12870
|
denom_units: [{
|
|
@@ -12534,6 +12970,41 @@ const assets = {
|
|
|
12534
12970
|
}
|
|
12535
12971
|
}]
|
|
12536
12972
|
},
|
|
12973
|
+
{
|
|
12974
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2026',
|
|
12975
|
+
denom_units: [{
|
|
12976
|
+
denom: 'ibc/6228ED69C9CB9B1F67D6712F0BFBE48987B72096AA24FCC51572ED78E712A4B6',
|
|
12977
|
+
exponent: 0,
|
|
12978
|
+
aliases: ['y:uosmo:31Dec2026']
|
|
12979
|
+
}, {
|
|
12980
|
+
denom: 'yOSMO31Dec2026',
|
|
12981
|
+
exponent: 6
|
|
12982
|
+
}],
|
|
12983
|
+
base: 'ibc/6228ED69C9CB9B1F67D6712F0BFBE48987B72096AA24FCC51572ED78E712A4B6',
|
|
12984
|
+
name: 'yOsmo (31Dec2026)',
|
|
12985
|
+
display: 'yOSMO31Dec2026',
|
|
12986
|
+
symbol: 'yOSMO-31Dec2026',
|
|
12987
|
+
logo_URIs: {
|
|
12988
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
12989
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
12990
|
+
},
|
|
12991
|
+
images: [{
|
|
12992
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
12993
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
12994
|
+
}],
|
|
12995
|
+
type_asset: 'sdk.coin',
|
|
12996
|
+
traces: [{
|
|
12997
|
+
type: 'ibc',
|
|
12998
|
+
counterparty: {
|
|
12999
|
+
channel_id: 'channel-2',
|
|
13000
|
+
base_denom: 'y:uosmo:31Dec2026',
|
|
13001
|
+
chain_name: 'pryzm'
|
|
13002
|
+
},
|
|
13003
|
+
chain: {
|
|
13004
|
+
channel_id: 'channel-75755'
|
|
13005
|
+
}
|
|
13006
|
+
}]
|
|
13007
|
+
},
|
|
12537
13008
|
{
|
|
12538
13009
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2024',
|
|
12539
13010
|
denom_units: [{
|
|
@@ -12639,6 +13110,41 @@ const assets = {
|
|
|
12639
13110
|
}
|
|
12640
13111
|
}]
|
|
12641
13112
|
},
|
|
13113
|
+
{
|
|
13114
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2026',
|
|
13115
|
+
denom_units: [{
|
|
13116
|
+
denom: 'ibc/72AD7E08E13F06FA8335CC741D9F1E356D711E7600E943099B2C20231FEAC353',
|
|
13117
|
+
exponent: 0,
|
|
13118
|
+
aliases: ['y:inj:31Dec2026']
|
|
13119
|
+
}, {
|
|
13120
|
+
denom: 'yINJ31Dec2026',
|
|
13121
|
+
exponent: 18
|
|
13122
|
+
}],
|
|
13123
|
+
base: 'ibc/72AD7E08E13F06FA8335CC741D9F1E356D711E7600E943099B2C20231FEAC353',
|
|
13124
|
+
name: 'yInj (31Dec2026)',
|
|
13125
|
+
display: 'yINJ31Dec2026',
|
|
13126
|
+
symbol: 'yINJ-31Dec2026',
|
|
13127
|
+
logo_URIs: {
|
|
13128
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
13129
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
13130
|
+
},
|
|
13131
|
+
images: [{
|
|
13132
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
13133
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
13134
|
+
}],
|
|
13135
|
+
type_asset: 'sdk.coin',
|
|
13136
|
+
traces: [{
|
|
13137
|
+
type: 'ibc',
|
|
13138
|
+
counterparty: {
|
|
13139
|
+
channel_id: 'channel-2',
|
|
13140
|
+
base_denom: 'y:inj:31Dec2026',
|
|
13141
|
+
chain_name: 'pryzm'
|
|
13142
|
+
},
|
|
13143
|
+
chain: {
|
|
13144
|
+
channel_id: 'channel-75755'
|
|
13145
|
+
}
|
|
13146
|
+
}]
|
|
13147
|
+
},
|
|
12642
13148
|
{
|
|
12643
13149
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2024',
|
|
12644
13150
|
denom_units: [{
|
|
@@ -12744,6 +13250,41 @@ const assets = {
|
|
|
12744
13250
|
}
|
|
12745
13251
|
}]
|
|
12746
13252
|
},
|
|
13253
|
+
{
|
|
13254
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2026',
|
|
13255
|
+
denom_units: [{
|
|
13256
|
+
denom: 'ibc/68AD1271DF0CC0EB4662D47EF9EDE7B83E6A1FC60FB39665B785688F2DBC6212',
|
|
13257
|
+
exponent: 0,
|
|
13258
|
+
aliases: ['y:uluna:31Dec2026']
|
|
13259
|
+
}, {
|
|
13260
|
+
denom: 'yLUNA31Dec2026',
|
|
13261
|
+
exponent: 6
|
|
13262
|
+
}],
|
|
13263
|
+
base: 'ibc/68AD1271DF0CC0EB4662D47EF9EDE7B83E6A1FC60FB39665B785688F2DBC6212',
|
|
13264
|
+
name: 'yLuna (31Dec2026)',
|
|
13265
|
+
display: 'yLUNA31Dec2026',
|
|
13266
|
+
symbol: 'yLUNA-31Dec2026',
|
|
13267
|
+
logo_URIs: {
|
|
13268
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
13269
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
13270
|
+
},
|
|
13271
|
+
images: [{
|
|
13272
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
13273
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
13274
|
+
}],
|
|
13275
|
+
type_asset: 'sdk.coin',
|
|
13276
|
+
traces: [{
|
|
13277
|
+
type: 'ibc',
|
|
13278
|
+
counterparty: {
|
|
13279
|
+
channel_id: 'channel-2',
|
|
13280
|
+
base_denom: 'y:uluna:31Dec2026',
|
|
13281
|
+
chain_name: 'pryzm'
|
|
13282
|
+
},
|
|
13283
|
+
chain: {
|
|
13284
|
+
channel_id: 'channel-75755'
|
|
13285
|
+
}
|
|
13286
|
+
}]
|
|
13287
|
+
},
|
|
12747
13288
|
{
|
|
12748
13289
|
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Sep2024',
|
|
12749
13290
|
denom_units: [{
|
|
@@ -12849,6 +13390,41 @@ const assets = {
|
|
|
12849
13390
|
}
|
|
12850
13391
|
}]
|
|
12851
13392
|
},
|
|
13393
|
+
{
|
|
13394
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2026',
|
|
13395
|
+
denom_units: [{
|
|
13396
|
+
denom: 'ibc/24C63A198A26BB6DEFF8C8E4B75F1503F0B41ABAAC63AA4CF3AB849DA6D4A5F9',
|
|
13397
|
+
exponent: 0,
|
|
13398
|
+
aliases: ['y:uauuu:31Dec2026']
|
|
13399
|
+
}, {
|
|
13400
|
+
denom: 'yAUUU31Dec2026',
|
|
13401
|
+
exponent: 6
|
|
13402
|
+
}],
|
|
13403
|
+
base: 'ibc/24C63A198A26BB6DEFF8C8E4B75F1503F0B41ABAAC63AA4CF3AB849DA6D4A5F9',
|
|
13404
|
+
name: 'yAuuu (31Dec2026)',
|
|
13405
|
+
display: 'yAUUU31Dec2026',
|
|
13406
|
+
symbol: 'yAUUU-31Dec2026',
|
|
13407
|
+
logo_URIs: {
|
|
13408
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
13409
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
13410
|
+
},
|
|
13411
|
+
images: [{
|
|
13412
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
13413
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
13414
|
+
}],
|
|
13415
|
+
type_asset: 'sdk.coin',
|
|
13416
|
+
traces: [{
|
|
13417
|
+
type: 'ibc',
|
|
13418
|
+
counterparty: {
|
|
13419
|
+
channel_id: 'channel-2',
|
|
13420
|
+
base_denom: 'y:uauuu:31Dec2026',
|
|
13421
|
+
chain_name: 'pryzm'
|
|
13422
|
+
},
|
|
13423
|
+
chain: {
|
|
13424
|
+
channel_id: 'channel-75755'
|
|
13425
|
+
}
|
|
13426
|
+
}]
|
|
13427
|
+
},
|
|
12852
13428
|
{
|
|
12853
13429
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Sep2024',
|
|
12854
13430
|
denom_units: [{
|
|
@@ -12954,6 +13530,41 @@ const assets = {
|
|
|
12954
13530
|
}
|
|
12955
13531
|
}]
|
|
12956
13532
|
},
|
|
13533
|
+
{
|
|
13534
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2026',
|
|
13535
|
+
denom_units: [{
|
|
13536
|
+
denom: 'ibc/9FB24B13C22ADC3CEFF4AB68FD06764DC395892769B543F0F76558B7495A6C83',
|
|
13537
|
+
exponent: 0,
|
|
13538
|
+
aliases: ['y:stutia:31Dec2026']
|
|
13539
|
+
}, {
|
|
13540
|
+
denom: 'ystTIA31Dec2026',
|
|
13541
|
+
exponent: 6
|
|
13542
|
+
}],
|
|
13543
|
+
base: 'ibc/9FB24B13C22ADC3CEFF4AB68FD06764DC395892769B543F0F76558B7495A6C83',
|
|
13544
|
+
name: 'ystTia (31Dec2026)',
|
|
13545
|
+
display: 'ystTIA31Dec2026',
|
|
13546
|
+
symbol: 'ystTIA-31Dec2026',
|
|
13547
|
+
logo_URIs: {
|
|
13548
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
13549
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
13550
|
+
},
|
|
13551
|
+
images: [{
|
|
13552
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
13553
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
13554
|
+
}],
|
|
13555
|
+
type_asset: 'sdk.coin',
|
|
13556
|
+
traces: [{
|
|
13557
|
+
type: 'ibc',
|
|
13558
|
+
counterparty: {
|
|
13559
|
+
channel_id: 'channel-2',
|
|
13560
|
+
base_denom: 'y:stutia:31Dec2026',
|
|
13561
|
+
chain_name: 'pryzm'
|
|
13562
|
+
},
|
|
13563
|
+
chain: {
|
|
13564
|
+
channel_id: 'channel-75755'
|
|
13565
|
+
}
|
|
13566
|
+
}]
|
|
13567
|
+
},
|
|
12957
13568
|
{
|
|
12958
13569
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Sep2024',
|
|
12959
13570
|
denom_units: [{
|
|
@@ -12962,7 +13573,7 @@ const assets = {
|
|
|
12962
13573
|
aliases: ['y:stadydx:30Sep2024']
|
|
12963
13574
|
}, {
|
|
12964
13575
|
denom: 'ystDYDX30Sep2024',
|
|
12965
|
-
exponent:
|
|
13576
|
+
exponent: 18
|
|
12966
13577
|
}],
|
|
12967
13578
|
base: 'ibc/2624803ABAD8421F6AABB2B27E0C86DE16B8D838283E13C2D3E330B3F55E8136',
|
|
12968
13579
|
name: 'ystDydx (30Sep2024)',
|
|
@@ -12997,7 +13608,7 @@ const assets = {
|
|
|
12997
13608
|
aliases: ['y:stadydx:31Dec2024']
|
|
12998
13609
|
}, {
|
|
12999
13610
|
denom: 'ystDYDX31Dec2024',
|
|
13000
|
-
exponent:
|
|
13611
|
+
exponent: 18
|
|
13001
13612
|
}],
|
|
13002
13613
|
base: 'ibc/B25AF8A01B2D8E51A020FFD958BFD2138AB174A150B3BE59C659D4AB7629D26A',
|
|
13003
13614
|
name: 'ystDydx (31Dec2024)',
|
|
@@ -13032,7 +13643,7 @@ const assets = {
|
|
|
13032
13643
|
aliases: ['y:stadydx:31Dec2025']
|
|
13033
13644
|
}, {
|
|
13034
13645
|
denom: 'ystDYDX31Dec2025',
|
|
13035
|
-
exponent:
|
|
13646
|
+
exponent: 18
|
|
13036
13647
|
}],
|
|
13037
13648
|
base: 'ibc/00AB944BC9AE7E9EEBE195282D4C32F052FC9A17A816F807CE8C57AAD9BB0E34',
|
|
13038
13649
|
name: 'ystDydx (31Dec2025)',
|
|
@@ -13059,6 +13670,41 @@ const assets = {
|
|
|
13059
13670
|
}
|
|
13060
13671
|
}]
|
|
13061
13672
|
},
|
|
13673
|
+
{
|
|
13674
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2026',
|
|
13675
|
+
denom_units: [{
|
|
13676
|
+
denom: 'ibc/BC25A27F8959A8C953A7208DAC2A0450E54356D279B4EBB192E5A5287148087E',
|
|
13677
|
+
exponent: 0,
|
|
13678
|
+
aliases: ['y:stadydx:31Dec2026']
|
|
13679
|
+
}, {
|
|
13680
|
+
denom: 'ystDYDX31Dec2026',
|
|
13681
|
+
exponent: 18
|
|
13682
|
+
}],
|
|
13683
|
+
base: 'ibc/BC25A27F8959A8C953A7208DAC2A0450E54356D279B4EBB192E5A5287148087E',
|
|
13684
|
+
name: 'ystDydx (31Dec2026)',
|
|
13685
|
+
display: 'ystDYDX31Dec2026',
|
|
13686
|
+
symbol: 'ystDYDX-31Dec2026',
|
|
13687
|
+
logo_URIs: {
|
|
13688
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
13689
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
13690
|
+
},
|
|
13691
|
+
images: [{
|
|
13692
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
13693
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
13694
|
+
}],
|
|
13695
|
+
type_asset: 'sdk.coin',
|
|
13696
|
+
traces: [{
|
|
13697
|
+
type: 'ibc',
|
|
13698
|
+
counterparty: {
|
|
13699
|
+
channel_id: 'channel-2',
|
|
13700
|
+
base_denom: 'y:stadydx:31Dec2026',
|
|
13701
|
+
chain_name: 'pryzm'
|
|
13702
|
+
},
|
|
13703
|
+
chain: {
|
|
13704
|
+
channel_id: 'channel-75755'
|
|
13705
|
+
}
|
|
13706
|
+
}]
|
|
13707
|
+
},
|
|
13062
13708
|
{
|
|
13063
13709
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
13064
13710
|
denom_units: [{
|
|
@@ -13164,6 +13810,41 @@ const assets = {
|
|
|
13164
13810
|
}
|
|
13165
13811
|
}]
|
|
13166
13812
|
},
|
|
13813
|
+
{
|
|
13814
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2026',
|
|
13815
|
+
denom_units: [{
|
|
13816
|
+
denom: 'ibc/DCDA80F8A42E2D07310980558C4BE5EB76773C06F6CCAF6F852AA51096BEF688',
|
|
13817
|
+
exponent: 0,
|
|
13818
|
+
aliases: ['y:udatom:31Dec2026']
|
|
13819
|
+
}, {
|
|
13820
|
+
denom: 'ydATOM31Dec2026',
|
|
13821
|
+
exponent: 6
|
|
13822
|
+
}],
|
|
13823
|
+
base: 'ibc/DCDA80F8A42E2D07310980558C4BE5EB76773C06F6CCAF6F852AA51096BEF688',
|
|
13824
|
+
name: 'ydAtom (31Dec2026)',
|
|
13825
|
+
display: 'ydATOM31Dec2026',
|
|
13826
|
+
symbol: 'ydATOM-31Dec2026',
|
|
13827
|
+
logo_URIs: {
|
|
13828
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
13829
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
13830
|
+
},
|
|
13831
|
+
images: [{
|
|
13832
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
13833
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
13834
|
+
}],
|
|
13835
|
+
type_asset: 'sdk.coin',
|
|
13836
|
+
traces: [{
|
|
13837
|
+
type: 'ibc',
|
|
13838
|
+
counterparty: {
|
|
13839
|
+
channel_id: 'channel-2',
|
|
13840
|
+
base_denom: 'y:udatom:31Dec2026',
|
|
13841
|
+
chain_name: 'pryzm'
|
|
13842
|
+
},
|
|
13843
|
+
chain: {
|
|
13844
|
+
channel_id: 'channel-75755'
|
|
13845
|
+
}
|
|
13846
|
+
}]
|
|
13847
|
+
},
|
|
13167
13848
|
{
|
|
13168
13849
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
13169
13850
|
denom_units: [{
|
|
@@ -13234,6 +13915,41 @@ const assets = {
|
|
|
13234
13915
|
}
|
|
13235
13916
|
}]
|
|
13236
13917
|
},
|
|
13918
|
+
{
|
|
13919
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2026',
|
|
13920
|
+
denom_units: [{
|
|
13921
|
+
denom: 'ibc/6F5574C187BE26B68BDB7EC11B2B020626131557BA94726ACA5751543C386CC1',
|
|
13922
|
+
exponent: 0,
|
|
13923
|
+
aliases: ['y:utia:31Dec2026']
|
|
13924
|
+
}, {
|
|
13925
|
+
denom: 'yTIA31Dec2026',
|
|
13926
|
+
exponent: 6
|
|
13927
|
+
}],
|
|
13928
|
+
base: 'ibc/6F5574C187BE26B68BDB7EC11B2B020626131557BA94726ACA5751543C386CC1',
|
|
13929
|
+
name: 'yTia (31Dec2026)',
|
|
13930
|
+
display: 'yTIA31Dec2026',
|
|
13931
|
+
symbol: 'yTIA-31Dec2026',
|
|
13932
|
+
logo_URIs: {
|
|
13933
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
13934
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
13935
|
+
},
|
|
13936
|
+
images: [{
|
|
13937
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
13938
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
13939
|
+
}],
|
|
13940
|
+
type_asset: 'sdk.coin',
|
|
13941
|
+
traces: [{
|
|
13942
|
+
type: 'ibc',
|
|
13943
|
+
counterparty: {
|
|
13944
|
+
channel_id: 'channel-2',
|
|
13945
|
+
base_denom: 'y:utia:31Dec2026',
|
|
13946
|
+
chain_name: 'pryzm'
|
|
13947
|
+
},
|
|
13948
|
+
chain: {
|
|
13949
|
+
channel_id: 'channel-75755'
|
|
13950
|
+
}
|
|
13951
|
+
}]
|
|
13952
|
+
},
|
|
13237
13953
|
{
|
|
13238
13954
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
13239
13955
|
denom_units: [{
|
|
@@ -17241,6 +17957,41 @@ const assets = {
|
|
|
17241
17957
|
}
|
|
17242
17958
|
}]
|
|
17243
17959
|
},
|
|
17960
|
+
{
|
|
17961
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2026',
|
|
17962
|
+
denom_units: [{
|
|
17963
|
+
denom: 'ibc/A73AA8A97F41D95D00C2A76BA59713EDBDFD8C3E579593832D447C8542E30A0F',
|
|
17964
|
+
exponent: 0,
|
|
17965
|
+
aliases: ['p:uatom:31Dec2026']
|
|
17966
|
+
}, {
|
|
17967
|
+
denom: 'pATOM31Dec2026',
|
|
17968
|
+
exponent: 6
|
|
17969
|
+
}],
|
|
17970
|
+
base: 'ibc/A73AA8A97F41D95D00C2A76BA59713EDBDFD8C3E579593832D447C8542E30A0F',
|
|
17971
|
+
name: 'pAtom (31Dec2026)',
|
|
17972
|
+
display: 'pATOM31Dec2026',
|
|
17973
|
+
symbol: 'pATOM-31Dec2026',
|
|
17974
|
+
logo_URIs: {
|
|
17975
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
17976
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
17977
|
+
},
|
|
17978
|
+
images: [{
|
|
17979
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
17980
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
17981
|
+
}],
|
|
17982
|
+
type_asset: 'sdk.coin',
|
|
17983
|
+
traces: [{
|
|
17984
|
+
type: 'ibc',
|
|
17985
|
+
counterparty: {
|
|
17986
|
+
channel_id: 'channel-2',
|
|
17987
|
+
base_denom: 'p:uatom:31Dec2026',
|
|
17988
|
+
chain_name: 'pryzm'
|
|
17989
|
+
},
|
|
17990
|
+
chain: {
|
|
17991
|
+
channel_id: 'channel-75755'
|
|
17992
|
+
}
|
|
17993
|
+
}]
|
|
17994
|
+
},
|
|
17244
17995
|
{
|
|
17245
17996
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2024',
|
|
17246
17997
|
denom_units: [{
|
|
@@ -17346,6 +18097,41 @@ const assets = {
|
|
|
17346
18097
|
}
|
|
17347
18098
|
}]
|
|
17348
18099
|
},
|
|
18100
|
+
{
|
|
18101
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2026',
|
|
18102
|
+
denom_units: [{
|
|
18103
|
+
denom: 'ibc/4774BEC5D2E599DAB788D91DDF06379615CAC7842B47FFCD342B6B07A1DB37D8',
|
|
18104
|
+
exponent: 0,
|
|
18105
|
+
aliases: ['p:uosmo:31Dec2026']
|
|
18106
|
+
}, {
|
|
18107
|
+
denom: 'pOSMO31Dec2026',
|
|
18108
|
+
exponent: 6
|
|
18109
|
+
}],
|
|
18110
|
+
base: 'ibc/4774BEC5D2E599DAB788D91DDF06379615CAC7842B47FFCD342B6B07A1DB37D8',
|
|
18111
|
+
name: 'pOsmo (31Dec2026)',
|
|
18112
|
+
display: 'pOSMO31Dec2026',
|
|
18113
|
+
symbol: 'pOSMO-31Dec2026',
|
|
18114
|
+
logo_URIs: {
|
|
18115
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
18116
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
18117
|
+
},
|
|
18118
|
+
images: [{
|
|
18119
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
18120
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
18121
|
+
}],
|
|
18122
|
+
type_asset: 'sdk.coin',
|
|
18123
|
+
traces: [{
|
|
18124
|
+
type: 'ibc',
|
|
18125
|
+
counterparty: {
|
|
18126
|
+
channel_id: 'channel-2',
|
|
18127
|
+
base_denom: 'p:uosmo:31Dec2026',
|
|
18128
|
+
chain_name: 'pryzm'
|
|
18129
|
+
},
|
|
18130
|
+
chain: {
|
|
18131
|
+
channel_id: 'channel-75755'
|
|
18132
|
+
}
|
|
18133
|
+
}]
|
|
18134
|
+
},
|
|
17349
18135
|
{
|
|
17350
18136
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2024',
|
|
17351
18137
|
denom_units: [{
|
|
@@ -17451,6 +18237,41 @@ const assets = {
|
|
|
17451
18237
|
}
|
|
17452
18238
|
}]
|
|
17453
18239
|
},
|
|
18240
|
+
{
|
|
18241
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2026',
|
|
18242
|
+
denom_units: [{
|
|
18243
|
+
denom: 'ibc/CC3635C0737F9D69B8BD7A868DF93FF06C536DD1D7678ED972B9A358C95FBA4B',
|
|
18244
|
+
exponent: 0,
|
|
18245
|
+
aliases: ['p:inj:31Dec2026']
|
|
18246
|
+
}, {
|
|
18247
|
+
denom: 'pINJ31Dec2026',
|
|
18248
|
+
exponent: 18
|
|
18249
|
+
}],
|
|
18250
|
+
base: 'ibc/CC3635C0737F9D69B8BD7A868DF93FF06C536DD1D7678ED972B9A358C95FBA4B',
|
|
18251
|
+
name: 'pInj (31Dec2026)',
|
|
18252
|
+
display: 'pINJ31Dec2026',
|
|
18253
|
+
symbol: 'pINJ-31Dec2026',
|
|
18254
|
+
logo_URIs: {
|
|
18255
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
18256
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
18257
|
+
},
|
|
18258
|
+
images: [{
|
|
18259
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
18260
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
18261
|
+
}],
|
|
18262
|
+
type_asset: 'sdk.coin',
|
|
18263
|
+
traces: [{
|
|
18264
|
+
type: 'ibc',
|
|
18265
|
+
counterparty: {
|
|
18266
|
+
channel_id: 'channel-2',
|
|
18267
|
+
base_denom: 'p:inj:31Dec2026',
|
|
18268
|
+
chain_name: 'pryzm'
|
|
18269
|
+
},
|
|
18270
|
+
chain: {
|
|
18271
|
+
channel_id: 'channel-75755'
|
|
18272
|
+
}
|
|
18273
|
+
}]
|
|
18274
|
+
},
|
|
17454
18275
|
{
|
|
17455
18276
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2024',
|
|
17456
18277
|
denom_units: [{
|
|
@@ -17521,6 +18342,41 @@ const assets = {
|
|
|
17521
18342
|
}
|
|
17522
18343
|
}]
|
|
17523
18344
|
},
|
|
18345
|
+
{
|
|
18346
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
18347
|
+
denom_units: [{
|
|
18348
|
+
denom: 'ibc/78081C7DC880CFE1905F443A5B708DAA3E0FE3D2E696B43387D8CC8F5D810DED',
|
|
18349
|
+
exponent: 0,
|
|
18350
|
+
aliases: ['p:uluna:31Dec2026']
|
|
18351
|
+
}, {
|
|
18352
|
+
denom: 'pLUNA31Dec2026',
|
|
18353
|
+
exponent: 6
|
|
18354
|
+
}],
|
|
18355
|
+
base: 'ibc/78081C7DC880CFE1905F443A5B708DAA3E0FE3D2E696B43387D8CC8F5D810DED',
|
|
18356
|
+
name: 'pLuna (31Dec2026)',
|
|
18357
|
+
display: 'pLUNA31Dec2026',
|
|
18358
|
+
symbol: 'pLUNA-31Dec2026',
|
|
18359
|
+
logo_URIs: {
|
|
18360
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
18361
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
18362
|
+
},
|
|
18363
|
+
images: [{
|
|
18364
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
18365
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
18366
|
+
}],
|
|
18367
|
+
type_asset: 'sdk.coin',
|
|
18368
|
+
traces: [{
|
|
18369
|
+
type: 'ibc',
|
|
18370
|
+
counterparty: {
|
|
18371
|
+
channel_id: 'channel-2',
|
|
18372
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
18373
|
+
chain_name: 'pryzm'
|
|
18374
|
+
},
|
|
18375
|
+
chain: {
|
|
18376
|
+
channel_id: 'channel-75755'
|
|
18377
|
+
}
|
|
18378
|
+
}]
|
|
18379
|
+
},
|
|
17524
18380
|
{
|
|
17525
18381
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
|
|
17526
18382
|
denom_units: [{
|
|
@@ -17661,6 +18517,41 @@ const assets = {
|
|
|
17661
18517
|
}
|
|
17662
18518
|
}]
|
|
17663
18519
|
},
|
|
18520
|
+
{
|
|
18521
|
+
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2026',
|
|
18522
|
+
denom_units: [{
|
|
18523
|
+
denom: 'ibc/C9793EF38C52764AEB1743C1100A4CFF3EB1806790381D06079A145DF90ACC3F',
|
|
18524
|
+
exponent: 0,
|
|
18525
|
+
aliases: ['p:uauuu:31Dec2026']
|
|
18526
|
+
}, {
|
|
18527
|
+
denom: 'pAUUU31Dec2026',
|
|
18528
|
+
exponent: 6
|
|
18529
|
+
}],
|
|
18530
|
+
base: 'ibc/C9793EF38C52764AEB1743C1100A4CFF3EB1806790381D06079A145DF90ACC3F',
|
|
18531
|
+
name: 'pAuuu (31Dec2026)',
|
|
18532
|
+
display: 'pAUUU31Dec2026',
|
|
18533
|
+
symbol: 'pAUUU-31Dec2026',
|
|
18534
|
+
logo_URIs: {
|
|
18535
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
18536
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
18537
|
+
},
|
|
18538
|
+
images: [{
|
|
18539
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
18540
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
18541
|
+
}],
|
|
18542
|
+
type_asset: 'sdk.coin',
|
|
18543
|
+
traces: [{
|
|
18544
|
+
type: 'ibc',
|
|
18545
|
+
counterparty: {
|
|
18546
|
+
channel_id: 'channel-2',
|
|
18547
|
+
base_denom: 'p:uauuu:31Dec2026',
|
|
18548
|
+
chain_name: 'pryzm'
|
|
18549
|
+
},
|
|
18550
|
+
chain: {
|
|
18551
|
+
channel_id: 'channel-75755'
|
|
18552
|
+
}
|
|
18553
|
+
}]
|
|
18554
|
+
},
|
|
17664
18555
|
{
|
|
17665
18556
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Sep2024',
|
|
17666
18557
|
denom_units: [{
|
|
@@ -17766,6 +18657,41 @@ const assets = {
|
|
|
17766
18657
|
}
|
|
17767
18658
|
}]
|
|
17768
18659
|
},
|
|
18660
|
+
{
|
|
18661
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
|
|
18662
|
+
denom_units: [{
|
|
18663
|
+
denom: 'ibc/9D469589B6972088B055C2CDF522BA94B470B0A6D8B2986A40175D3F70666F39',
|
|
18664
|
+
exponent: 0,
|
|
18665
|
+
aliases: ['p:stutia:31Dec2026']
|
|
18666
|
+
}, {
|
|
18667
|
+
denom: 'pstTIA31Dec2026',
|
|
18668
|
+
exponent: 6
|
|
18669
|
+
}],
|
|
18670
|
+
base: 'ibc/9D469589B6972088B055C2CDF522BA94B470B0A6D8B2986A40175D3F70666F39',
|
|
18671
|
+
name: 'pstTia (31Dec2026)',
|
|
18672
|
+
display: 'pstTIA31Dec2026',
|
|
18673
|
+
symbol: 'pstTIA-31Dec2026',
|
|
18674
|
+
logo_URIs: {
|
|
18675
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
18676
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
18677
|
+
},
|
|
18678
|
+
images: [{
|
|
18679
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
18680
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
18681
|
+
}],
|
|
18682
|
+
type_asset: 'sdk.coin',
|
|
18683
|
+
traces: [{
|
|
18684
|
+
type: 'ibc',
|
|
18685
|
+
counterparty: {
|
|
18686
|
+
channel_id: 'channel-2',
|
|
18687
|
+
base_denom: 'p:stutia:31Dec2026',
|
|
18688
|
+
chain_name: 'pryzm'
|
|
18689
|
+
},
|
|
18690
|
+
chain: {
|
|
18691
|
+
channel_id: 'channel-75755'
|
|
18692
|
+
}
|
|
18693
|
+
}]
|
|
18694
|
+
},
|
|
17769
18695
|
{
|
|
17770
18696
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Sep2024',
|
|
17771
18697
|
denom_units: [{
|
|
@@ -17871,6 +18797,41 @@ const assets = {
|
|
|
17871
18797
|
}
|
|
17872
18798
|
}]
|
|
17873
18799
|
},
|
|
18800
|
+
{
|
|
18801
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2026',
|
|
18802
|
+
denom_units: [{
|
|
18803
|
+
denom: 'ibc/311B59F20D12FE6B96E057721B050852EEDC941357A5220DE188E8B43A15C500',
|
|
18804
|
+
exponent: 0,
|
|
18805
|
+
aliases: ['p:stadydx:31Dec2026']
|
|
18806
|
+
}, {
|
|
18807
|
+
denom: 'pstDYDX31Dec2026',
|
|
18808
|
+
exponent: 18
|
|
18809
|
+
}],
|
|
18810
|
+
base: 'ibc/311B59F20D12FE6B96E057721B050852EEDC941357A5220DE188E8B43A15C500',
|
|
18811
|
+
name: 'pstDydx (31Dec2026)',
|
|
18812
|
+
display: 'pstDYDX31Dec2026',
|
|
18813
|
+
symbol: 'pstDYDX-31Dec2026',
|
|
18814
|
+
logo_URIs: {
|
|
18815
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
18816
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
18817
|
+
},
|
|
18818
|
+
images: [{
|
|
18819
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
18820
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
18821
|
+
}],
|
|
18822
|
+
type_asset: 'sdk.coin',
|
|
18823
|
+
traces: [{
|
|
18824
|
+
type: 'ibc',
|
|
18825
|
+
counterparty: {
|
|
18826
|
+
channel_id: 'channel-2',
|
|
18827
|
+
base_denom: 'p:stadydx:31Dec2026',
|
|
18828
|
+
chain_name: 'pryzm'
|
|
18829
|
+
},
|
|
18830
|
+
chain: {
|
|
18831
|
+
channel_id: 'channel-75755'
|
|
18832
|
+
}
|
|
18833
|
+
}]
|
|
18834
|
+
},
|
|
17874
18835
|
{
|
|
17875
18836
|
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
17876
18837
|
denom_units: [{
|
|
@@ -17976,6 +18937,41 @@ const assets = {
|
|
|
17976
18937
|
}
|
|
17977
18938
|
}]
|
|
17978
18939
|
},
|
|
18940
|
+
{
|
|
18941
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2026',
|
|
18942
|
+
denom_units: [{
|
|
18943
|
+
denom: 'ibc/6BE37F2DD1EA6B5F3EE294A0D35BA3B42323100B664B6C525E3B642D056EABE2',
|
|
18944
|
+
exponent: 0,
|
|
18945
|
+
aliases: ['p:udatom:31Dec2026']
|
|
18946
|
+
}, {
|
|
18947
|
+
denom: 'pdATOM31Dec2026',
|
|
18948
|
+
exponent: 6
|
|
18949
|
+
}],
|
|
18950
|
+
base: 'ibc/6BE37F2DD1EA6B5F3EE294A0D35BA3B42323100B664B6C525E3B642D056EABE2',
|
|
18951
|
+
name: 'pdAtom (31Dec2026)',
|
|
18952
|
+
display: 'pdATOM31Dec2026',
|
|
18953
|
+
symbol: 'pdATOM-31Dec2026',
|
|
18954
|
+
logo_URIs: {
|
|
18955
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
18956
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
18957
|
+
},
|
|
18958
|
+
images: [{
|
|
18959
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
18960
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
18961
|
+
}],
|
|
18962
|
+
type_asset: 'sdk.coin',
|
|
18963
|
+
traces: [{
|
|
18964
|
+
type: 'ibc',
|
|
18965
|
+
counterparty: {
|
|
18966
|
+
channel_id: 'channel-2',
|
|
18967
|
+
base_denom: 'p:udatom:31Dec2026',
|
|
18968
|
+
chain_name: 'pryzm'
|
|
18969
|
+
},
|
|
18970
|
+
chain: {
|
|
18971
|
+
channel_id: 'channel-75755'
|
|
18972
|
+
}
|
|
18973
|
+
}]
|
|
18974
|
+
},
|
|
17979
18975
|
{
|
|
17980
18976
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
17981
18977
|
denom_units: [{
|
|
@@ -18003,7 +18999,42 @@ const assets = {
|
|
|
18003
18999
|
type: 'ibc',
|
|
18004
19000
|
counterparty: {
|
|
18005
19001
|
channel_id: 'channel-2',
|
|
18006
|
-
base_denom: 'p:utia:31Dec2024',
|
|
19002
|
+
base_denom: 'p:utia:31Dec2024',
|
|
19003
|
+
chain_name: 'pryzm'
|
|
19004
|
+
},
|
|
19005
|
+
chain: {
|
|
19006
|
+
channel_id: 'channel-75755'
|
|
19007
|
+
}
|
|
19008
|
+
}]
|
|
19009
|
+
},
|
|
19010
|
+
{
|
|
19011
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
19012
|
+
denom_units: [{
|
|
19013
|
+
denom: 'ibc/BF6687D844E1679FDA171D4F99FBCA51DBACB00EB599429E0F8F97A6498B8613',
|
|
19014
|
+
exponent: 0,
|
|
19015
|
+
aliases: ['p:utia:31Dec2025']
|
|
19016
|
+
}, {
|
|
19017
|
+
denom: 'pTIA31Dec2025',
|
|
19018
|
+
exponent: 6
|
|
19019
|
+
}],
|
|
19020
|
+
base: 'ibc/BF6687D844E1679FDA171D4F99FBCA51DBACB00EB599429E0F8F97A6498B8613',
|
|
19021
|
+
name: 'pTia (31Dec2025)',
|
|
19022
|
+
display: 'pTIA31Dec2025',
|
|
19023
|
+
symbol: 'pTIA-31Dec2025',
|
|
19024
|
+
logo_URIs: {
|
|
19025
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
19026
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
19027
|
+
},
|
|
19028
|
+
images: [{
|
|
19029
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
19030
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
19031
|
+
}],
|
|
19032
|
+
type_asset: 'sdk.coin',
|
|
19033
|
+
traces: [{
|
|
19034
|
+
type: 'ibc',
|
|
19035
|
+
counterparty: {
|
|
19036
|
+
channel_id: 'channel-2',
|
|
19037
|
+
base_denom: 'p:utia:31Dec2025',
|
|
18007
19038
|
chain_name: 'pryzm'
|
|
18008
19039
|
},
|
|
18009
19040
|
chain: {
|
|
@@ -18012,19 +19043,19 @@ const assets = {
|
|
|
18012
19043
|
}]
|
|
18013
19044
|
},
|
|
18014
19045
|
{
|
|
18015
|
-
description: 'Pryzm\'s refracted principal token for TIA with maturity of
|
|
19046
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2026',
|
|
18016
19047
|
denom_units: [{
|
|
18017
|
-
denom: 'ibc/
|
|
19048
|
+
denom: 'ibc/FE09C698B28F4D840F8CB5BEB99825249D439AEF26E6717B64A7A89AD515E60D',
|
|
18018
19049
|
exponent: 0,
|
|
18019
|
-
aliases: ['p:utia:
|
|
19050
|
+
aliases: ['p:utia:31Dec2026']
|
|
18020
19051
|
}, {
|
|
18021
|
-
denom: '
|
|
19052
|
+
denom: 'pTIA31Dec2026',
|
|
18022
19053
|
exponent: 6
|
|
18023
19054
|
}],
|
|
18024
|
-
base: 'ibc/
|
|
18025
|
-
name: 'pTia (
|
|
18026
|
-
display: '
|
|
18027
|
-
symbol: 'pTIA-
|
|
19055
|
+
base: 'ibc/FE09C698B28F4D840F8CB5BEB99825249D439AEF26E6717B64A7A89AD515E60D',
|
|
19056
|
+
name: 'pTia (31Dec2026)',
|
|
19057
|
+
display: 'pTIA31Dec2026',
|
|
19058
|
+
symbol: 'pTIA-31Dec2026',
|
|
18028
19059
|
logo_URIs: {
|
|
18029
19060
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
18030
19061
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
@@ -18038,7 +19069,7 @@ const assets = {
|
|
|
18038
19069
|
type: 'ibc',
|
|
18039
19070
|
counterparty: {
|
|
18040
19071
|
channel_id: 'channel-2',
|
|
18041
|
-
base_denom: 'p:utia:
|
|
19072
|
+
base_denom: 'p:utia:31Dec2026',
|
|
18042
19073
|
chain_name: 'pryzm'
|
|
18043
19074
|
},
|
|
18044
19075
|
chain: {
|
|
@@ -18151,6 +19182,41 @@ const assets = {
|
|
|
18151
19182
|
}
|
|
18152
19183
|
}]
|
|
18153
19184
|
},
|
|
19185
|
+
{
|
|
19186
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2026',
|
|
19187
|
+
denom_units: [{
|
|
19188
|
+
denom: 'ibc/1B638F1B5D8549E5A9B0079BF9F71D4B1B92D1067B4061FB85C8FDBA6D611EB0',
|
|
19189
|
+
exponent: 0,
|
|
19190
|
+
aliases: ['y:uatom:31Dec2026']
|
|
19191
|
+
}, {
|
|
19192
|
+
denom: 'yATOM31Dec2026',
|
|
19193
|
+
exponent: 6
|
|
19194
|
+
}],
|
|
19195
|
+
base: 'ibc/1B638F1B5D8549E5A9B0079BF9F71D4B1B92D1067B4061FB85C8FDBA6D611EB0',
|
|
19196
|
+
name: 'yAtom (31Dec2026)',
|
|
19197
|
+
display: 'yATOM31Dec2026',
|
|
19198
|
+
symbol: 'yATOM-31Dec2026',
|
|
19199
|
+
logo_URIs: {
|
|
19200
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
19201
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
19202
|
+
},
|
|
19203
|
+
images: [{
|
|
19204
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
19205
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
19206
|
+
}],
|
|
19207
|
+
type_asset: 'sdk.coin',
|
|
19208
|
+
traces: [{
|
|
19209
|
+
type: 'ibc',
|
|
19210
|
+
counterparty: {
|
|
19211
|
+
channel_id: 'channel-2',
|
|
19212
|
+
base_denom: 'y:uatom:31Dec2026',
|
|
19213
|
+
chain_name: 'pryzm'
|
|
19214
|
+
},
|
|
19215
|
+
chain: {
|
|
19216
|
+
channel_id: 'channel-75755'
|
|
19217
|
+
}
|
|
19218
|
+
}]
|
|
19219
|
+
},
|
|
18154
19220
|
{
|
|
18155
19221
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Sep2024',
|
|
18156
19222
|
denom_units: [{
|
|
@@ -18256,6 +19322,41 @@ const assets = {
|
|
|
18256
19322
|
}
|
|
18257
19323
|
}]
|
|
18258
19324
|
},
|
|
19325
|
+
{
|
|
19326
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2026',
|
|
19327
|
+
denom_units: [{
|
|
19328
|
+
denom: 'ibc/6228ED69C9CB9B1F67D6712F0BFBE48987B72096AA24FCC51572ED78E712A4B6',
|
|
19329
|
+
exponent: 0,
|
|
19330
|
+
aliases: ['y:uosmo:31Dec2026']
|
|
19331
|
+
}, {
|
|
19332
|
+
denom: 'yOSMO31Dec2026',
|
|
19333
|
+
exponent: 6
|
|
19334
|
+
}],
|
|
19335
|
+
base: 'ibc/6228ED69C9CB9B1F67D6712F0BFBE48987B72096AA24FCC51572ED78E712A4B6',
|
|
19336
|
+
name: 'yOsmo (31Dec2026)',
|
|
19337
|
+
display: 'yOSMO31Dec2026',
|
|
19338
|
+
symbol: 'yOSMO-31Dec2026',
|
|
19339
|
+
logo_URIs: {
|
|
19340
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
19341
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
19342
|
+
},
|
|
19343
|
+
images: [{
|
|
19344
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
19345
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
19346
|
+
}],
|
|
19347
|
+
type_asset: 'sdk.coin',
|
|
19348
|
+
traces: [{
|
|
19349
|
+
type: 'ibc',
|
|
19350
|
+
counterparty: {
|
|
19351
|
+
channel_id: 'channel-2',
|
|
19352
|
+
base_denom: 'y:uosmo:31Dec2026',
|
|
19353
|
+
chain_name: 'pryzm'
|
|
19354
|
+
},
|
|
19355
|
+
chain: {
|
|
19356
|
+
channel_id: 'channel-75755'
|
|
19357
|
+
}
|
|
19358
|
+
}]
|
|
19359
|
+
},
|
|
18259
19360
|
{
|
|
18260
19361
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2024',
|
|
18261
19362
|
denom_units: [{
|
|
@@ -18361,6 +19462,41 @@ const assets = {
|
|
|
18361
19462
|
}
|
|
18362
19463
|
}]
|
|
18363
19464
|
},
|
|
19465
|
+
{
|
|
19466
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2026',
|
|
19467
|
+
denom_units: [{
|
|
19468
|
+
denom: 'ibc/72AD7E08E13F06FA8335CC741D9F1E356D711E7600E943099B2C20231FEAC353',
|
|
19469
|
+
exponent: 0,
|
|
19470
|
+
aliases: ['y:inj:31Dec2026']
|
|
19471
|
+
}, {
|
|
19472
|
+
denom: 'yINJ31Dec2026',
|
|
19473
|
+
exponent: 18
|
|
19474
|
+
}],
|
|
19475
|
+
base: 'ibc/72AD7E08E13F06FA8335CC741D9F1E356D711E7600E943099B2C20231FEAC353',
|
|
19476
|
+
name: 'yInj (31Dec2026)',
|
|
19477
|
+
display: 'yINJ31Dec2026',
|
|
19478
|
+
symbol: 'yINJ-31Dec2026',
|
|
19479
|
+
logo_URIs: {
|
|
19480
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
19481
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
19482
|
+
},
|
|
19483
|
+
images: [{
|
|
19484
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
19485
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
19486
|
+
}],
|
|
19487
|
+
type_asset: 'sdk.coin',
|
|
19488
|
+
traces: [{
|
|
19489
|
+
type: 'ibc',
|
|
19490
|
+
counterparty: {
|
|
19491
|
+
channel_id: 'channel-2',
|
|
19492
|
+
base_denom: 'y:inj:31Dec2026',
|
|
19493
|
+
chain_name: 'pryzm'
|
|
19494
|
+
},
|
|
19495
|
+
chain: {
|
|
19496
|
+
channel_id: 'channel-75755'
|
|
19497
|
+
}
|
|
19498
|
+
}]
|
|
19499
|
+
},
|
|
18364
19500
|
{
|
|
18365
19501
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2024',
|
|
18366
19502
|
denom_units: [{
|
|
@@ -18466,6 +19602,41 @@ const assets = {
|
|
|
18466
19602
|
}
|
|
18467
19603
|
}]
|
|
18468
19604
|
},
|
|
19605
|
+
{
|
|
19606
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2026',
|
|
19607
|
+
denom_units: [{
|
|
19608
|
+
denom: 'ibc/68AD1271DF0CC0EB4662D47EF9EDE7B83E6A1FC60FB39665B785688F2DBC6212',
|
|
19609
|
+
exponent: 0,
|
|
19610
|
+
aliases: ['y:uluna:31Dec2026']
|
|
19611
|
+
}, {
|
|
19612
|
+
denom: 'yLUNA31Dec2026',
|
|
19613
|
+
exponent: 6
|
|
19614
|
+
}],
|
|
19615
|
+
base: 'ibc/68AD1271DF0CC0EB4662D47EF9EDE7B83E6A1FC60FB39665B785688F2DBC6212',
|
|
19616
|
+
name: 'yLuna (31Dec2026)',
|
|
19617
|
+
display: 'yLUNA31Dec2026',
|
|
19618
|
+
symbol: 'yLUNA-31Dec2026',
|
|
19619
|
+
logo_URIs: {
|
|
19620
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
19621
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
19622
|
+
},
|
|
19623
|
+
images: [{
|
|
19624
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
19625
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
19626
|
+
}],
|
|
19627
|
+
type_asset: 'sdk.coin',
|
|
19628
|
+
traces: [{
|
|
19629
|
+
type: 'ibc',
|
|
19630
|
+
counterparty: {
|
|
19631
|
+
channel_id: 'channel-2',
|
|
19632
|
+
base_denom: 'y:uluna:31Dec2026',
|
|
19633
|
+
chain_name: 'pryzm'
|
|
19634
|
+
},
|
|
19635
|
+
chain: {
|
|
19636
|
+
channel_id: 'channel-75755'
|
|
19637
|
+
}
|
|
19638
|
+
}]
|
|
19639
|
+
},
|
|
18469
19640
|
{
|
|
18470
19641
|
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Sep2024',
|
|
18471
19642
|
denom_units: [{
|
|
@@ -18571,6 +19742,41 @@ const assets = {
|
|
|
18571
19742
|
}
|
|
18572
19743
|
}]
|
|
18573
19744
|
},
|
|
19745
|
+
{
|
|
19746
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2026',
|
|
19747
|
+
denom_units: [{
|
|
19748
|
+
denom: 'ibc/24C63A198A26BB6DEFF8C8E4B75F1503F0B41ABAAC63AA4CF3AB849DA6D4A5F9',
|
|
19749
|
+
exponent: 0,
|
|
19750
|
+
aliases: ['y:uauuu:31Dec2026']
|
|
19751
|
+
}, {
|
|
19752
|
+
denom: 'yAUUU31Dec2026',
|
|
19753
|
+
exponent: 6
|
|
19754
|
+
}],
|
|
19755
|
+
base: 'ibc/24C63A198A26BB6DEFF8C8E4B75F1503F0B41ABAAC63AA4CF3AB849DA6D4A5F9',
|
|
19756
|
+
name: 'yAuuu (31Dec2026)',
|
|
19757
|
+
display: 'yAUUU31Dec2026',
|
|
19758
|
+
symbol: 'yAUUU-31Dec2026',
|
|
19759
|
+
logo_URIs: {
|
|
19760
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
19761
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
19762
|
+
},
|
|
19763
|
+
images: [{
|
|
19764
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
19765
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
19766
|
+
}],
|
|
19767
|
+
type_asset: 'sdk.coin',
|
|
19768
|
+
traces: [{
|
|
19769
|
+
type: 'ibc',
|
|
19770
|
+
counterparty: {
|
|
19771
|
+
channel_id: 'channel-2',
|
|
19772
|
+
base_denom: 'y:uauuu:31Dec2026',
|
|
19773
|
+
chain_name: 'pryzm'
|
|
19774
|
+
},
|
|
19775
|
+
chain: {
|
|
19776
|
+
channel_id: 'channel-75755'
|
|
19777
|
+
}
|
|
19778
|
+
}]
|
|
19779
|
+
},
|
|
18574
19780
|
{
|
|
18575
19781
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Sep2024',
|
|
18576
19782
|
denom_units: [{
|
|
@@ -18676,6 +19882,41 @@ const assets = {
|
|
|
18676
19882
|
}
|
|
18677
19883
|
}]
|
|
18678
19884
|
},
|
|
19885
|
+
{
|
|
19886
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2026',
|
|
19887
|
+
denom_units: [{
|
|
19888
|
+
denom: 'ibc/9FB24B13C22ADC3CEFF4AB68FD06764DC395892769B543F0F76558B7495A6C83',
|
|
19889
|
+
exponent: 0,
|
|
19890
|
+
aliases: ['y:stutia:31Dec2026']
|
|
19891
|
+
}, {
|
|
19892
|
+
denom: 'ystTIA31Dec2026',
|
|
19893
|
+
exponent: 6
|
|
19894
|
+
}],
|
|
19895
|
+
base: 'ibc/9FB24B13C22ADC3CEFF4AB68FD06764DC395892769B543F0F76558B7495A6C83',
|
|
19896
|
+
name: 'ystTia (31Dec2026)',
|
|
19897
|
+
display: 'ystTIA31Dec2026',
|
|
19898
|
+
symbol: 'ystTIA-31Dec2026',
|
|
19899
|
+
logo_URIs: {
|
|
19900
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
19901
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
19902
|
+
},
|
|
19903
|
+
images: [{
|
|
19904
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
19905
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
19906
|
+
}],
|
|
19907
|
+
type_asset: 'sdk.coin',
|
|
19908
|
+
traces: [{
|
|
19909
|
+
type: 'ibc',
|
|
19910
|
+
counterparty: {
|
|
19911
|
+
channel_id: 'channel-2',
|
|
19912
|
+
base_denom: 'y:stutia:31Dec2026',
|
|
19913
|
+
chain_name: 'pryzm'
|
|
19914
|
+
},
|
|
19915
|
+
chain: {
|
|
19916
|
+
channel_id: 'channel-75755'
|
|
19917
|
+
}
|
|
19918
|
+
}]
|
|
19919
|
+
},
|
|
18679
19920
|
{
|
|
18680
19921
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Sep2024',
|
|
18681
19922
|
denom_units: [{
|
|
@@ -18684,7 +19925,7 @@ const assets = {
|
|
|
18684
19925
|
aliases: ['y:stadydx:30Sep2024']
|
|
18685
19926
|
}, {
|
|
18686
19927
|
denom: 'ystDYDX30Sep2024',
|
|
18687
|
-
exponent:
|
|
19928
|
+
exponent: 18
|
|
18688
19929
|
}],
|
|
18689
19930
|
base: 'ibc/2624803ABAD8421F6AABB2B27E0C86DE16B8D838283E13C2D3E330B3F55E8136',
|
|
18690
19931
|
name: 'ystDydx (30Sep2024)',
|
|
@@ -18719,7 +19960,7 @@ const assets = {
|
|
|
18719
19960
|
aliases: ['y:stadydx:31Dec2024']
|
|
18720
19961
|
}, {
|
|
18721
19962
|
denom: 'ystDYDX31Dec2024',
|
|
18722
|
-
exponent:
|
|
19963
|
+
exponent: 18
|
|
18723
19964
|
}],
|
|
18724
19965
|
base: 'ibc/B25AF8A01B2D8E51A020FFD958BFD2138AB174A150B3BE59C659D4AB7629D26A',
|
|
18725
19966
|
name: 'ystDydx (31Dec2024)',
|
|
@@ -18754,7 +19995,7 @@ const assets = {
|
|
|
18754
19995
|
aliases: ['y:stadydx:31Dec2025']
|
|
18755
19996
|
}, {
|
|
18756
19997
|
denom: 'ystDYDX31Dec2025',
|
|
18757
|
-
exponent:
|
|
19998
|
+
exponent: 18
|
|
18758
19999
|
}],
|
|
18759
20000
|
base: 'ibc/00AB944BC9AE7E9EEBE195282D4C32F052FC9A17A816F807CE8C57AAD9BB0E34',
|
|
18760
20001
|
name: 'ystDydx (31Dec2025)',
|
|
@@ -18781,6 +20022,41 @@ const assets = {
|
|
|
18781
20022
|
}
|
|
18782
20023
|
}]
|
|
18783
20024
|
},
|
|
20025
|
+
{
|
|
20026
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2026',
|
|
20027
|
+
denom_units: [{
|
|
20028
|
+
denom: 'ibc/BC25A27F8959A8C953A7208DAC2A0450E54356D279B4EBB192E5A5287148087E',
|
|
20029
|
+
exponent: 0,
|
|
20030
|
+
aliases: ['y:stadydx:31Dec2026']
|
|
20031
|
+
}, {
|
|
20032
|
+
denom: 'ystDYDX31Dec2026',
|
|
20033
|
+
exponent: 18
|
|
20034
|
+
}],
|
|
20035
|
+
base: 'ibc/BC25A27F8959A8C953A7208DAC2A0450E54356D279B4EBB192E5A5287148087E',
|
|
20036
|
+
name: 'ystDydx (31Dec2026)',
|
|
20037
|
+
display: 'ystDYDX31Dec2026',
|
|
20038
|
+
symbol: 'ystDYDX-31Dec2026',
|
|
20039
|
+
logo_URIs: {
|
|
20040
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
20041
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
20042
|
+
},
|
|
20043
|
+
images: [{
|
|
20044
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
20045
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
20046
|
+
}],
|
|
20047
|
+
type_asset: 'sdk.coin',
|
|
20048
|
+
traces: [{
|
|
20049
|
+
type: 'ibc',
|
|
20050
|
+
counterparty: {
|
|
20051
|
+
channel_id: 'channel-2',
|
|
20052
|
+
base_denom: 'y:stadydx:31Dec2026',
|
|
20053
|
+
chain_name: 'pryzm'
|
|
20054
|
+
},
|
|
20055
|
+
chain: {
|
|
20056
|
+
channel_id: 'channel-75755'
|
|
20057
|
+
}
|
|
20058
|
+
}]
|
|
20059
|
+
},
|
|
18784
20060
|
{
|
|
18785
20061
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
18786
20062
|
denom_units: [{
|
|
@@ -18886,6 +20162,41 @@ const assets = {
|
|
|
18886
20162
|
}
|
|
18887
20163
|
}]
|
|
18888
20164
|
},
|
|
20165
|
+
{
|
|
20166
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2026',
|
|
20167
|
+
denom_units: [{
|
|
20168
|
+
denom: 'ibc/DCDA80F8A42E2D07310980558C4BE5EB76773C06F6CCAF6F852AA51096BEF688',
|
|
20169
|
+
exponent: 0,
|
|
20170
|
+
aliases: ['y:udatom:31Dec2026']
|
|
20171
|
+
}, {
|
|
20172
|
+
denom: 'ydATOM31Dec2026',
|
|
20173
|
+
exponent: 6
|
|
20174
|
+
}],
|
|
20175
|
+
base: 'ibc/DCDA80F8A42E2D07310980558C4BE5EB76773C06F6CCAF6F852AA51096BEF688',
|
|
20176
|
+
name: 'ydAtom (31Dec2026)',
|
|
20177
|
+
display: 'ydATOM31Dec2026',
|
|
20178
|
+
symbol: 'ydATOM-31Dec2026',
|
|
20179
|
+
logo_URIs: {
|
|
20180
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
20181
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
20182
|
+
},
|
|
20183
|
+
images: [{
|
|
20184
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
20185
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
20186
|
+
}],
|
|
20187
|
+
type_asset: 'sdk.coin',
|
|
20188
|
+
traces: [{
|
|
20189
|
+
type: 'ibc',
|
|
20190
|
+
counterparty: {
|
|
20191
|
+
channel_id: 'channel-2',
|
|
20192
|
+
base_denom: 'y:udatom:31Dec2026',
|
|
20193
|
+
chain_name: 'pryzm'
|
|
20194
|
+
},
|
|
20195
|
+
chain: {
|
|
20196
|
+
channel_id: 'channel-75755'
|
|
20197
|
+
}
|
|
20198
|
+
}]
|
|
20199
|
+
},
|
|
18889
20200
|
{
|
|
18890
20201
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
18891
20202
|
denom_units: [{
|
|
@@ -18956,6 +20267,41 @@ const assets = {
|
|
|
18956
20267
|
}
|
|
18957
20268
|
}]
|
|
18958
20269
|
},
|
|
20270
|
+
{
|
|
20271
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2026',
|
|
20272
|
+
denom_units: [{
|
|
20273
|
+
denom: 'ibc/6F5574C187BE26B68BDB7EC11B2B020626131557BA94726ACA5751543C386CC1',
|
|
20274
|
+
exponent: 0,
|
|
20275
|
+
aliases: ['y:utia:31Dec2026']
|
|
20276
|
+
}, {
|
|
20277
|
+
denom: 'yTIA31Dec2026',
|
|
20278
|
+
exponent: 6
|
|
20279
|
+
}],
|
|
20280
|
+
base: 'ibc/6F5574C187BE26B68BDB7EC11B2B020626131557BA94726ACA5751543C386CC1',
|
|
20281
|
+
name: 'yTia (31Dec2026)',
|
|
20282
|
+
display: 'yTIA31Dec2026',
|
|
20283
|
+
symbol: 'yTIA-31Dec2026',
|
|
20284
|
+
logo_URIs: {
|
|
20285
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
20286
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
20287
|
+
},
|
|
20288
|
+
images: [{
|
|
20289
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
20290
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
20291
|
+
}],
|
|
20292
|
+
type_asset: 'sdk.coin',
|
|
20293
|
+
traces: [{
|
|
20294
|
+
type: 'ibc',
|
|
20295
|
+
counterparty: {
|
|
20296
|
+
channel_id: 'channel-2',
|
|
20297
|
+
base_denom: 'y:utia:31Dec2026',
|
|
20298
|
+
chain_name: 'pryzm'
|
|
20299
|
+
},
|
|
20300
|
+
chain: {
|
|
20301
|
+
channel_id: 'channel-75755'
|
|
20302
|
+
}
|
|
20303
|
+
}]
|
|
20304
|
+
},
|
|
18959
20305
|
{
|
|
18960
20306
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
18961
20307
|
denom_units: [{
|