@chain-registry/assets 1.70.51 → 1.70.53
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 +3 -1
- package/esm/mainnet/axelar.js +1381 -43
- 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 +2 -0
- package/esm/mainnet/injective.js +1381 -43
- package/esm/mainnet/milkyway.js +268 -0
- package/esm/mainnet/neutron.js +1286 -26
- package/esm/mainnet/noble.js +1381 -43
- package/esm/mainnet/osmosis.js +1456 -32
- package/esm/mainnet/stride.js +1286 -26
- package/esm/mainnet/terra2.js +1286 -26
- package/esm/mainnet/xion.js +1066 -0
- package/mainnet/assets.js +3 -1
- package/mainnet/axelar.js +1381 -43
- 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 +2 -0
- package/mainnet/index.js +4 -2
- package/mainnet/injective.js +1381 -43
- package/mainnet/milkyway.d.ts +3 -0
- package/mainnet/milkyway.js +270 -0
- package/mainnet/neutron.js +1286 -26
- package/mainnet/noble.js +1381 -43
- package/mainnet/osmosis.js +1456 -32
- package/mainnet/stride.js +1286 -26
- package/mainnet/terra2.js +1286 -26
- package/mainnet/xion.d.ts +3 -0
- package/mainnet/xion.js +1068 -0
- package/package.json +5 -5
package/mainnet/osmosis.js
CHANGED
|
@@ -4514,6 +4514,49 @@ const assets = {
|
|
|
4514
4514
|
}
|
|
4515
4515
|
}]
|
|
4516
4516
|
},
|
|
4517
|
+
{
|
|
4518
|
+
description: 'The native token of MilkyWay',
|
|
4519
|
+
denom_units: [{
|
|
4520
|
+
denom: 'ibc/9D8D4CAE9D8F15B69E93969304AF3878D14BDED39FEAF0060566D6AC22288779',
|
|
4521
|
+
exponent: 0,
|
|
4522
|
+
aliases: ['umilk']
|
|
4523
|
+
}, {
|
|
4524
|
+
denom: 'milk',
|
|
4525
|
+
exponent: 6
|
|
4526
|
+
}],
|
|
4527
|
+
type_asset: 'sdk.coin',
|
|
4528
|
+
base: 'ibc/9D8D4CAE9D8F15B69E93969304AF3878D14BDED39FEAF0060566D6AC22288779',
|
|
4529
|
+
name: 'Milk',
|
|
4530
|
+
display: 'milk',
|
|
4531
|
+
symbol: 'MILK',
|
|
4532
|
+
logo_URIs: {
|
|
4533
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.png',
|
|
4534
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.svg'
|
|
4535
|
+
},
|
|
4536
|
+
images: [{
|
|
4537
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.png',
|
|
4538
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.svg',
|
|
4539
|
+
theme: {
|
|
4540
|
+
primary_color_hex: '#760dbb'
|
|
4541
|
+
}
|
|
4542
|
+
}],
|
|
4543
|
+
keywords: ['liquid staking', 'restaking'],
|
|
4544
|
+
socials: {
|
|
4545
|
+
website: 'https://milkyway.zone',
|
|
4546
|
+
twitter: 'https://x.com/milky_way_zone'
|
|
4547
|
+
},
|
|
4548
|
+
traces: [{
|
|
4549
|
+
type: 'ibc',
|
|
4550
|
+
counterparty: {
|
|
4551
|
+
channel_id: 'channel-0',
|
|
4552
|
+
base_denom: 'umilk',
|
|
4553
|
+
chain_name: 'milkyway'
|
|
4554
|
+
},
|
|
4555
|
+
chain: {
|
|
4556
|
+
channel_id: 'channel-89298'
|
|
4557
|
+
}
|
|
4558
|
+
}]
|
|
4559
|
+
},
|
|
4517
4560
|
{
|
|
4518
4561
|
description: 'The native token of Neutaro',
|
|
4519
4562
|
denom_units: [{
|
|
@@ -10061,6 +10104,49 @@ const assets = {
|
|
|
10061
10104
|
}
|
|
10062
10105
|
}]
|
|
10063
10106
|
},
|
|
10107
|
+
{
|
|
10108
|
+
description: 'The native token of MilkyWay',
|
|
10109
|
+
denom_units: [{
|
|
10110
|
+
denom: 'ibc/9D8D4CAE9D8F15B69E93969304AF3878D14BDED39FEAF0060566D6AC22288779',
|
|
10111
|
+
exponent: 0,
|
|
10112
|
+
aliases: ['umilk']
|
|
10113
|
+
}, {
|
|
10114
|
+
denom: 'milk',
|
|
10115
|
+
exponent: 6
|
|
10116
|
+
}],
|
|
10117
|
+
type_asset: 'sdk.coin',
|
|
10118
|
+
base: 'ibc/9D8D4CAE9D8F15B69E93969304AF3878D14BDED39FEAF0060566D6AC22288779',
|
|
10119
|
+
name: 'Milk',
|
|
10120
|
+
display: 'milk',
|
|
10121
|
+
symbol: 'MILK',
|
|
10122
|
+
logo_URIs: {
|
|
10123
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.png',
|
|
10124
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.svg'
|
|
10125
|
+
},
|
|
10126
|
+
images: [{
|
|
10127
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.png',
|
|
10128
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.svg',
|
|
10129
|
+
theme: {
|
|
10130
|
+
primary_color_hex: '#760dbb'
|
|
10131
|
+
}
|
|
10132
|
+
}],
|
|
10133
|
+
keywords: ['liquid staking', 'restaking'],
|
|
10134
|
+
socials: {
|
|
10135
|
+
website: 'https://milkyway.zone',
|
|
10136
|
+
twitter: 'https://x.com/milky_way_zone'
|
|
10137
|
+
},
|
|
10138
|
+
traces: [{
|
|
10139
|
+
type: 'ibc',
|
|
10140
|
+
counterparty: {
|
|
10141
|
+
channel_id: 'channel-0',
|
|
10142
|
+
base_denom: 'umilk',
|
|
10143
|
+
chain_name: 'milkyway'
|
|
10144
|
+
},
|
|
10145
|
+
chain: {
|
|
10146
|
+
channel_id: 'channel-89298'
|
|
10147
|
+
}
|
|
10148
|
+
}]
|
|
10149
|
+
},
|
|
10064
10150
|
{
|
|
10065
10151
|
description: 'The native token of Neutaro',
|
|
10066
10152
|
denom_units: [{
|
|
@@ -11521,6 +11607,41 @@ const assets = {
|
|
|
11521
11607
|
}
|
|
11522
11608
|
}]
|
|
11523
11609
|
},
|
|
11610
|
+
{
|
|
11611
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2026',
|
|
11612
|
+
denom_units: [{
|
|
11613
|
+
denom: 'ibc/A73AA8A97F41D95D00C2A76BA59713EDBDFD8C3E579593832D447C8542E30A0F',
|
|
11614
|
+
exponent: 0,
|
|
11615
|
+
aliases: ['p:uatom:31Dec2026']
|
|
11616
|
+
}, {
|
|
11617
|
+
denom: 'pATOM31Dec2026',
|
|
11618
|
+
exponent: 6
|
|
11619
|
+
}],
|
|
11620
|
+
base: 'ibc/A73AA8A97F41D95D00C2A76BA59713EDBDFD8C3E579593832D447C8542E30A0F',
|
|
11621
|
+
name: 'pAtom (31Dec2026)',
|
|
11622
|
+
display: 'pATOM31Dec2026',
|
|
11623
|
+
symbol: 'pATOM-31Dec2026',
|
|
11624
|
+
logo_URIs: {
|
|
11625
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
11626
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
11627
|
+
},
|
|
11628
|
+
images: [{
|
|
11629
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
11630
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
11631
|
+
}],
|
|
11632
|
+
type_asset: 'sdk.coin',
|
|
11633
|
+
traces: [{
|
|
11634
|
+
type: 'ibc',
|
|
11635
|
+
counterparty: {
|
|
11636
|
+
channel_id: 'channel-2',
|
|
11637
|
+
base_denom: 'p:uatom:31Dec2026',
|
|
11638
|
+
chain_name: 'pryzm'
|
|
11639
|
+
},
|
|
11640
|
+
chain: {
|
|
11641
|
+
channel_id: 'channel-75755'
|
|
11642
|
+
}
|
|
11643
|
+
}]
|
|
11644
|
+
},
|
|
11524
11645
|
{
|
|
11525
11646
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2024',
|
|
11526
11647
|
denom_units: [{
|
|
@@ -11626,6 +11747,41 @@ const assets = {
|
|
|
11626
11747
|
}
|
|
11627
11748
|
}]
|
|
11628
11749
|
},
|
|
11750
|
+
{
|
|
11751
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2026',
|
|
11752
|
+
denom_units: [{
|
|
11753
|
+
denom: 'ibc/4774BEC5D2E599DAB788D91DDF06379615CAC7842B47FFCD342B6B07A1DB37D8',
|
|
11754
|
+
exponent: 0,
|
|
11755
|
+
aliases: ['p:uosmo:31Dec2026']
|
|
11756
|
+
}, {
|
|
11757
|
+
denom: 'pOSMO31Dec2026',
|
|
11758
|
+
exponent: 6
|
|
11759
|
+
}],
|
|
11760
|
+
base: 'ibc/4774BEC5D2E599DAB788D91DDF06379615CAC7842B47FFCD342B6B07A1DB37D8',
|
|
11761
|
+
name: 'pOsmo (31Dec2026)',
|
|
11762
|
+
display: 'pOSMO31Dec2026',
|
|
11763
|
+
symbol: 'pOSMO-31Dec2026',
|
|
11764
|
+
logo_URIs: {
|
|
11765
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
11766
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
11767
|
+
},
|
|
11768
|
+
images: [{
|
|
11769
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
11770
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
11771
|
+
}],
|
|
11772
|
+
type_asset: 'sdk.coin',
|
|
11773
|
+
traces: [{
|
|
11774
|
+
type: 'ibc',
|
|
11775
|
+
counterparty: {
|
|
11776
|
+
channel_id: 'channel-2',
|
|
11777
|
+
base_denom: 'p:uosmo:31Dec2026',
|
|
11778
|
+
chain_name: 'pryzm'
|
|
11779
|
+
},
|
|
11780
|
+
chain: {
|
|
11781
|
+
channel_id: 'channel-75755'
|
|
11782
|
+
}
|
|
11783
|
+
}]
|
|
11784
|
+
},
|
|
11629
11785
|
{
|
|
11630
11786
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2024',
|
|
11631
11787
|
denom_units: [{
|
|
@@ -11731,6 +11887,41 @@ const assets = {
|
|
|
11731
11887
|
}
|
|
11732
11888
|
}]
|
|
11733
11889
|
},
|
|
11890
|
+
{
|
|
11891
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2026',
|
|
11892
|
+
denom_units: [{
|
|
11893
|
+
denom: 'ibc/CC3635C0737F9D69B8BD7A868DF93FF06C536DD1D7678ED972B9A358C95FBA4B',
|
|
11894
|
+
exponent: 0,
|
|
11895
|
+
aliases: ['p:inj:31Dec2026']
|
|
11896
|
+
}, {
|
|
11897
|
+
denom: 'pINJ31Dec2026',
|
|
11898
|
+
exponent: 18
|
|
11899
|
+
}],
|
|
11900
|
+
base: 'ibc/CC3635C0737F9D69B8BD7A868DF93FF06C536DD1D7678ED972B9A358C95FBA4B',
|
|
11901
|
+
name: 'pInj (31Dec2026)',
|
|
11902
|
+
display: 'pINJ31Dec2026',
|
|
11903
|
+
symbol: 'pINJ-31Dec2026',
|
|
11904
|
+
logo_URIs: {
|
|
11905
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
11906
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
11907
|
+
},
|
|
11908
|
+
images: [{
|
|
11909
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
11910
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
11911
|
+
}],
|
|
11912
|
+
type_asset: 'sdk.coin',
|
|
11913
|
+
traces: [{
|
|
11914
|
+
type: 'ibc',
|
|
11915
|
+
counterparty: {
|
|
11916
|
+
channel_id: 'channel-2',
|
|
11917
|
+
base_denom: 'p:inj:31Dec2026',
|
|
11918
|
+
chain_name: 'pryzm'
|
|
11919
|
+
},
|
|
11920
|
+
chain: {
|
|
11921
|
+
channel_id: 'channel-75755'
|
|
11922
|
+
}
|
|
11923
|
+
}]
|
|
11924
|
+
},
|
|
11734
11925
|
{
|
|
11735
11926
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2024',
|
|
11736
11927
|
denom_units: [{
|
|
@@ -11801,6 +11992,41 @@ const assets = {
|
|
|
11801
11992
|
}
|
|
11802
11993
|
}]
|
|
11803
11994
|
},
|
|
11995
|
+
{
|
|
11996
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
11997
|
+
denom_units: [{
|
|
11998
|
+
denom: 'ibc/78081C7DC880CFE1905F443A5B708DAA3E0FE3D2E696B43387D8CC8F5D810DED',
|
|
11999
|
+
exponent: 0,
|
|
12000
|
+
aliases: ['p:uluna:31Dec2026']
|
|
12001
|
+
}, {
|
|
12002
|
+
denom: 'pLUNA31Dec2026',
|
|
12003
|
+
exponent: 6
|
|
12004
|
+
}],
|
|
12005
|
+
base: 'ibc/78081C7DC880CFE1905F443A5B708DAA3E0FE3D2E696B43387D8CC8F5D810DED',
|
|
12006
|
+
name: 'pLuna (31Dec2026)',
|
|
12007
|
+
display: 'pLUNA31Dec2026',
|
|
12008
|
+
symbol: 'pLUNA-31Dec2026',
|
|
12009
|
+
logo_URIs: {
|
|
12010
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
12011
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
12012
|
+
},
|
|
12013
|
+
images: [{
|
|
12014
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
12015
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
12016
|
+
}],
|
|
12017
|
+
type_asset: 'sdk.coin',
|
|
12018
|
+
traces: [{
|
|
12019
|
+
type: 'ibc',
|
|
12020
|
+
counterparty: {
|
|
12021
|
+
channel_id: 'channel-2',
|
|
12022
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
12023
|
+
chain_name: 'pryzm'
|
|
12024
|
+
},
|
|
12025
|
+
chain: {
|
|
12026
|
+
channel_id: 'channel-75755'
|
|
12027
|
+
}
|
|
12028
|
+
}]
|
|
12029
|
+
},
|
|
11804
12030
|
{
|
|
11805
12031
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
|
|
11806
12032
|
denom_units: [{
|
|
@@ -11941,6 +12167,41 @@ const assets = {
|
|
|
11941
12167
|
}
|
|
11942
12168
|
}]
|
|
11943
12169
|
},
|
|
12170
|
+
{
|
|
12171
|
+
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2026',
|
|
12172
|
+
denom_units: [{
|
|
12173
|
+
denom: 'ibc/C9793EF38C52764AEB1743C1100A4CFF3EB1806790381D06079A145DF90ACC3F',
|
|
12174
|
+
exponent: 0,
|
|
12175
|
+
aliases: ['p:uauuu:31Dec2026']
|
|
12176
|
+
}, {
|
|
12177
|
+
denom: 'pAUUU31Dec2026',
|
|
12178
|
+
exponent: 6
|
|
12179
|
+
}],
|
|
12180
|
+
base: 'ibc/C9793EF38C52764AEB1743C1100A4CFF3EB1806790381D06079A145DF90ACC3F',
|
|
12181
|
+
name: 'pAuuu (31Dec2026)',
|
|
12182
|
+
display: 'pAUUU31Dec2026',
|
|
12183
|
+
symbol: 'pAUUU-31Dec2026',
|
|
12184
|
+
logo_URIs: {
|
|
12185
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
12186
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
12187
|
+
},
|
|
12188
|
+
images: [{
|
|
12189
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
12190
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
12191
|
+
}],
|
|
12192
|
+
type_asset: 'sdk.coin',
|
|
12193
|
+
traces: [{
|
|
12194
|
+
type: 'ibc',
|
|
12195
|
+
counterparty: {
|
|
12196
|
+
channel_id: 'channel-2',
|
|
12197
|
+
base_denom: 'p:uauuu:31Dec2026',
|
|
12198
|
+
chain_name: 'pryzm'
|
|
12199
|
+
},
|
|
12200
|
+
chain: {
|
|
12201
|
+
channel_id: 'channel-75755'
|
|
12202
|
+
}
|
|
12203
|
+
}]
|
|
12204
|
+
},
|
|
11944
12205
|
{
|
|
11945
12206
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Sep2024',
|
|
11946
12207
|
denom_units: [{
|
|
@@ -12046,6 +12307,41 @@ const assets = {
|
|
|
12046
12307
|
}
|
|
12047
12308
|
}]
|
|
12048
12309
|
},
|
|
12310
|
+
{
|
|
12311
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
|
|
12312
|
+
denom_units: [{
|
|
12313
|
+
denom: 'ibc/9D469589B6972088B055C2CDF522BA94B470B0A6D8B2986A40175D3F70666F39',
|
|
12314
|
+
exponent: 0,
|
|
12315
|
+
aliases: ['p:stutia:31Dec2026']
|
|
12316
|
+
}, {
|
|
12317
|
+
denom: 'pstTIA31Dec2026',
|
|
12318
|
+
exponent: 6
|
|
12319
|
+
}],
|
|
12320
|
+
base: 'ibc/9D469589B6972088B055C2CDF522BA94B470B0A6D8B2986A40175D3F70666F39',
|
|
12321
|
+
name: 'pstTia (31Dec2026)',
|
|
12322
|
+
display: 'pstTIA31Dec2026',
|
|
12323
|
+
symbol: 'pstTIA-31Dec2026',
|
|
12324
|
+
logo_URIs: {
|
|
12325
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
12326
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
12327
|
+
},
|
|
12328
|
+
images: [{
|
|
12329
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
12330
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
12331
|
+
}],
|
|
12332
|
+
type_asset: 'sdk.coin',
|
|
12333
|
+
traces: [{
|
|
12334
|
+
type: 'ibc',
|
|
12335
|
+
counterparty: {
|
|
12336
|
+
channel_id: 'channel-2',
|
|
12337
|
+
base_denom: 'p:stutia:31Dec2026',
|
|
12338
|
+
chain_name: 'pryzm'
|
|
12339
|
+
},
|
|
12340
|
+
chain: {
|
|
12341
|
+
channel_id: 'channel-75755'
|
|
12342
|
+
}
|
|
12343
|
+
}]
|
|
12344
|
+
},
|
|
12049
12345
|
{
|
|
12050
12346
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Sep2024',
|
|
12051
12347
|
denom_units: [{
|
|
@@ -12151,6 +12447,41 @@ const assets = {
|
|
|
12151
12447
|
}
|
|
12152
12448
|
}]
|
|
12153
12449
|
},
|
|
12450
|
+
{
|
|
12451
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2026',
|
|
12452
|
+
denom_units: [{
|
|
12453
|
+
denom: 'ibc/311B59F20D12FE6B96E057721B050852EEDC941357A5220DE188E8B43A15C500',
|
|
12454
|
+
exponent: 0,
|
|
12455
|
+
aliases: ['p:stadydx:31Dec2026']
|
|
12456
|
+
}, {
|
|
12457
|
+
denom: 'pstDYDX31Dec2026',
|
|
12458
|
+
exponent: 18
|
|
12459
|
+
}],
|
|
12460
|
+
base: 'ibc/311B59F20D12FE6B96E057721B050852EEDC941357A5220DE188E8B43A15C500',
|
|
12461
|
+
name: 'pstDydx (31Dec2026)',
|
|
12462
|
+
display: 'pstDYDX31Dec2026',
|
|
12463
|
+
symbol: 'pstDYDX-31Dec2026',
|
|
12464
|
+
logo_URIs: {
|
|
12465
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
12466
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
12467
|
+
},
|
|
12468
|
+
images: [{
|
|
12469
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
12470
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
12471
|
+
}],
|
|
12472
|
+
type_asset: 'sdk.coin',
|
|
12473
|
+
traces: [{
|
|
12474
|
+
type: 'ibc',
|
|
12475
|
+
counterparty: {
|
|
12476
|
+
channel_id: 'channel-2',
|
|
12477
|
+
base_denom: 'p:stadydx:31Dec2026',
|
|
12478
|
+
chain_name: 'pryzm'
|
|
12479
|
+
},
|
|
12480
|
+
chain: {
|
|
12481
|
+
channel_id: 'channel-75755'
|
|
12482
|
+
}
|
|
12483
|
+
}]
|
|
12484
|
+
},
|
|
12154
12485
|
{
|
|
12155
12486
|
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
12156
12487
|
denom_units: [{
|
|
@@ -12256,6 +12587,41 @@ const assets = {
|
|
|
12256
12587
|
}
|
|
12257
12588
|
}]
|
|
12258
12589
|
},
|
|
12590
|
+
{
|
|
12591
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2026',
|
|
12592
|
+
denom_units: [{
|
|
12593
|
+
denom: 'ibc/6BE37F2DD1EA6B5F3EE294A0D35BA3B42323100B664B6C525E3B642D056EABE2',
|
|
12594
|
+
exponent: 0,
|
|
12595
|
+
aliases: ['p:udatom:31Dec2026']
|
|
12596
|
+
}, {
|
|
12597
|
+
denom: 'pdATOM31Dec2026',
|
|
12598
|
+
exponent: 6
|
|
12599
|
+
}],
|
|
12600
|
+
base: 'ibc/6BE37F2DD1EA6B5F3EE294A0D35BA3B42323100B664B6C525E3B642D056EABE2',
|
|
12601
|
+
name: 'pdAtom (31Dec2026)',
|
|
12602
|
+
display: 'pdATOM31Dec2026',
|
|
12603
|
+
symbol: 'pdATOM-31Dec2026',
|
|
12604
|
+
logo_URIs: {
|
|
12605
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
12606
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
12607
|
+
},
|
|
12608
|
+
images: [{
|
|
12609
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
12610
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
12611
|
+
}],
|
|
12612
|
+
type_asset: 'sdk.coin',
|
|
12613
|
+
traces: [{
|
|
12614
|
+
type: 'ibc',
|
|
12615
|
+
counterparty: {
|
|
12616
|
+
channel_id: 'channel-2',
|
|
12617
|
+
base_denom: 'p:udatom:31Dec2026',
|
|
12618
|
+
chain_name: 'pryzm'
|
|
12619
|
+
},
|
|
12620
|
+
chain: {
|
|
12621
|
+
channel_id: 'channel-75755'
|
|
12622
|
+
}
|
|
12623
|
+
}]
|
|
12624
|
+
},
|
|
12259
12625
|
{
|
|
12260
12626
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
12261
12627
|
denom_units: [{
|
|
@@ -12326,6 +12692,41 @@ const assets = {
|
|
|
12326
12692
|
}
|
|
12327
12693
|
}]
|
|
12328
12694
|
},
|
|
12695
|
+
{
|
|
12696
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2026',
|
|
12697
|
+
denom_units: [{
|
|
12698
|
+
denom: 'ibc/FE09C698B28F4D840F8CB5BEB99825249D439AEF26E6717B64A7A89AD515E60D',
|
|
12699
|
+
exponent: 0,
|
|
12700
|
+
aliases: ['p:utia:31Dec2026']
|
|
12701
|
+
}, {
|
|
12702
|
+
denom: 'pTIA31Dec2026',
|
|
12703
|
+
exponent: 6
|
|
12704
|
+
}],
|
|
12705
|
+
base: 'ibc/FE09C698B28F4D840F8CB5BEB99825249D439AEF26E6717B64A7A89AD515E60D',
|
|
12706
|
+
name: 'pTia (31Dec2026)',
|
|
12707
|
+
display: 'pTIA31Dec2026',
|
|
12708
|
+
symbol: 'pTIA-31Dec2026',
|
|
12709
|
+
logo_URIs: {
|
|
12710
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
12711
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
12712
|
+
},
|
|
12713
|
+
images: [{
|
|
12714
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
12715
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
12716
|
+
}],
|
|
12717
|
+
type_asset: 'sdk.coin',
|
|
12718
|
+
traces: [{
|
|
12719
|
+
type: 'ibc',
|
|
12720
|
+
counterparty: {
|
|
12721
|
+
channel_id: 'channel-2',
|
|
12722
|
+
base_denom: 'p:utia:31Dec2026',
|
|
12723
|
+
chain_name: 'pryzm'
|
|
12724
|
+
},
|
|
12725
|
+
chain: {
|
|
12726
|
+
channel_id: 'channel-75755'
|
|
12727
|
+
}
|
|
12728
|
+
}]
|
|
12729
|
+
},
|
|
12329
12730
|
{
|
|
12330
12731
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
12331
12732
|
denom_units: [{
|
|
@@ -12431,6 +12832,41 @@ const assets = {
|
|
|
12431
12832
|
}
|
|
12432
12833
|
}]
|
|
12433
12834
|
},
|
|
12835
|
+
{
|
|
12836
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2026',
|
|
12837
|
+
denom_units: [{
|
|
12838
|
+
denom: 'ibc/1B638F1B5D8549E5A9B0079BF9F71D4B1B92D1067B4061FB85C8FDBA6D611EB0',
|
|
12839
|
+
exponent: 0,
|
|
12840
|
+
aliases: ['y:uatom:31Dec2026']
|
|
12841
|
+
}, {
|
|
12842
|
+
denom: 'yATOM31Dec2026',
|
|
12843
|
+
exponent: 6
|
|
12844
|
+
}],
|
|
12845
|
+
base: 'ibc/1B638F1B5D8549E5A9B0079BF9F71D4B1B92D1067B4061FB85C8FDBA6D611EB0',
|
|
12846
|
+
name: 'yAtom (31Dec2026)',
|
|
12847
|
+
display: 'yATOM31Dec2026',
|
|
12848
|
+
symbol: 'yATOM-31Dec2026',
|
|
12849
|
+
logo_URIs: {
|
|
12850
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
12851
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
12852
|
+
},
|
|
12853
|
+
images: [{
|
|
12854
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
12855
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
12856
|
+
}],
|
|
12857
|
+
type_asset: 'sdk.coin',
|
|
12858
|
+
traces: [{
|
|
12859
|
+
type: 'ibc',
|
|
12860
|
+
counterparty: {
|
|
12861
|
+
channel_id: 'channel-2',
|
|
12862
|
+
base_denom: 'y:uatom:31Dec2026',
|
|
12863
|
+
chain_name: 'pryzm'
|
|
12864
|
+
},
|
|
12865
|
+
chain: {
|
|
12866
|
+
channel_id: 'channel-75755'
|
|
12867
|
+
}
|
|
12868
|
+
}]
|
|
12869
|
+
},
|
|
12434
12870
|
{
|
|
12435
12871
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Sep2024',
|
|
12436
12872
|
denom_units: [{
|
|
@@ -12536,6 +12972,41 @@ const assets = {
|
|
|
12536
12972
|
}
|
|
12537
12973
|
}]
|
|
12538
12974
|
},
|
|
12975
|
+
{
|
|
12976
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2026',
|
|
12977
|
+
denom_units: [{
|
|
12978
|
+
denom: 'ibc/6228ED69C9CB9B1F67D6712F0BFBE48987B72096AA24FCC51572ED78E712A4B6',
|
|
12979
|
+
exponent: 0,
|
|
12980
|
+
aliases: ['y:uosmo:31Dec2026']
|
|
12981
|
+
}, {
|
|
12982
|
+
denom: 'yOSMO31Dec2026',
|
|
12983
|
+
exponent: 6
|
|
12984
|
+
}],
|
|
12985
|
+
base: 'ibc/6228ED69C9CB9B1F67D6712F0BFBE48987B72096AA24FCC51572ED78E712A4B6',
|
|
12986
|
+
name: 'yOsmo (31Dec2026)',
|
|
12987
|
+
display: 'yOSMO31Dec2026',
|
|
12988
|
+
symbol: 'yOSMO-31Dec2026',
|
|
12989
|
+
logo_URIs: {
|
|
12990
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
12991
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
12992
|
+
},
|
|
12993
|
+
images: [{
|
|
12994
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
12995
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
12996
|
+
}],
|
|
12997
|
+
type_asset: 'sdk.coin',
|
|
12998
|
+
traces: [{
|
|
12999
|
+
type: 'ibc',
|
|
13000
|
+
counterparty: {
|
|
13001
|
+
channel_id: 'channel-2',
|
|
13002
|
+
base_denom: 'y:uosmo:31Dec2026',
|
|
13003
|
+
chain_name: 'pryzm'
|
|
13004
|
+
},
|
|
13005
|
+
chain: {
|
|
13006
|
+
channel_id: 'channel-75755'
|
|
13007
|
+
}
|
|
13008
|
+
}]
|
|
13009
|
+
},
|
|
12539
13010
|
{
|
|
12540
13011
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2024',
|
|
12541
13012
|
denom_units: [{
|
|
@@ -12641,6 +13112,41 @@ const assets = {
|
|
|
12641
13112
|
}
|
|
12642
13113
|
}]
|
|
12643
13114
|
},
|
|
13115
|
+
{
|
|
13116
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2026',
|
|
13117
|
+
denom_units: [{
|
|
13118
|
+
denom: 'ibc/72AD7E08E13F06FA8335CC741D9F1E356D711E7600E943099B2C20231FEAC353',
|
|
13119
|
+
exponent: 0,
|
|
13120
|
+
aliases: ['y:inj:31Dec2026']
|
|
13121
|
+
}, {
|
|
13122
|
+
denom: 'yINJ31Dec2026',
|
|
13123
|
+
exponent: 18
|
|
13124
|
+
}],
|
|
13125
|
+
base: 'ibc/72AD7E08E13F06FA8335CC741D9F1E356D711E7600E943099B2C20231FEAC353',
|
|
13126
|
+
name: 'yInj (31Dec2026)',
|
|
13127
|
+
display: 'yINJ31Dec2026',
|
|
13128
|
+
symbol: 'yINJ-31Dec2026',
|
|
13129
|
+
logo_URIs: {
|
|
13130
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
13131
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
13132
|
+
},
|
|
13133
|
+
images: [{
|
|
13134
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
13135
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
13136
|
+
}],
|
|
13137
|
+
type_asset: 'sdk.coin',
|
|
13138
|
+
traces: [{
|
|
13139
|
+
type: 'ibc',
|
|
13140
|
+
counterparty: {
|
|
13141
|
+
channel_id: 'channel-2',
|
|
13142
|
+
base_denom: 'y:inj:31Dec2026',
|
|
13143
|
+
chain_name: 'pryzm'
|
|
13144
|
+
},
|
|
13145
|
+
chain: {
|
|
13146
|
+
channel_id: 'channel-75755'
|
|
13147
|
+
}
|
|
13148
|
+
}]
|
|
13149
|
+
},
|
|
12644
13150
|
{
|
|
12645
13151
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2024',
|
|
12646
13152
|
denom_units: [{
|
|
@@ -12746,6 +13252,41 @@ const assets = {
|
|
|
12746
13252
|
}
|
|
12747
13253
|
}]
|
|
12748
13254
|
},
|
|
13255
|
+
{
|
|
13256
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2026',
|
|
13257
|
+
denom_units: [{
|
|
13258
|
+
denom: 'ibc/68AD1271DF0CC0EB4662D47EF9EDE7B83E6A1FC60FB39665B785688F2DBC6212',
|
|
13259
|
+
exponent: 0,
|
|
13260
|
+
aliases: ['y:uluna:31Dec2026']
|
|
13261
|
+
}, {
|
|
13262
|
+
denom: 'yLUNA31Dec2026',
|
|
13263
|
+
exponent: 6
|
|
13264
|
+
}],
|
|
13265
|
+
base: 'ibc/68AD1271DF0CC0EB4662D47EF9EDE7B83E6A1FC60FB39665B785688F2DBC6212',
|
|
13266
|
+
name: 'yLuna (31Dec2026)',
|
|
13267
|
+
display: 'yLUNA31Dec2026',
|
|
13268
|
+
symbol: 'yLUNA-31Dec2026',
|
|
13269
|
+
logo_URIs: {
|
|
13270
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
13271
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
13272
|
+
},
|
|
13273
|
+
images: [{
|
|
13274
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
13275
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
13276
|
+
}],
|
|
13277
|
+
type_asset: 'sdk.coin',
|
|
13278
|
+
traces: [{
|
|
13279
|
+
type: 'ibc',
|
|
13280
|
+
counterparty: {
|
|
13281
|
+
channel_id: 'channel-2',
|
|
13282
|
+
base_denom: 'y:uluna:31Dec2026',
|
|
13283
|
+
chain_name: 'pryzm'
|
|
13284
|
+
},
|
|
13285
|
+
chain: {
|
|
13286
|
+
channel_id: 'channel-75755'
|
|
13287
|
+
}
|
|
13288
|
+
}]
|
|
13289
|
+
},
|
|
12749
13290
|
{
|
|
12750
13291
|
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Sep2024',
|
|
12751
13292
|
denom_units: [{
|
|
@@ -12851,6 +13392,41 @@ const assets = {
|
|
|
12851
13392
|
}
|
|
12852
13393
|
}]
|
|
12853
13394
|
},
|
|
13395
|
+
{
|
|
13396
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2026',
|
|
13397
|
+
denom_units: [{
|
|
13398
|
+
denom: 'ibc/24C63A198A26BB6DEFF8C8E4B75F1503F0B41ABAAC63AA4CF3AB849DA6D4A5F9',
|
|
13399
|
+
exponent: 0,
|
|
13400
|
+
aliases: ['y:uauuu:31Dec2026']
|
|
13401
|
+
}, {
|
|
13402
|
+
denom: 'yAUUU31Dec2026',
|
|
13403
|
+
exponent: 6
|
|
13404
|
+
}],
|
|
13405
|
+
base: 'ibc/24C63A198A26BB6DEFF8C8E4B75F1503F0B41ABAAC63AA4CF3AB849DA6D4A5F9',
|
|
13406
|
+
name: 'yAuuu (31Dec2026)',
|
|
13407
|
+
display: 'yAUUU31Dec2026',
|
|
13408
|
+
symbol: 'yAUUU-31Dec2026',
|
|
13409
|
+
logo_URIs: {
|
|
13410
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
13411
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
13412
|
+
},
|
|
13413
|
+
images: [{
|
|
13414
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
13415
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
13416
|
+
}],
|
|
13417
|
+
type_asset: 'sdk.coin',
|
|
13418
|
+
traces: [{
|
|
13419
|
+
type: 'ibc',
|
|
13420
|
+
counterparty: {
|
|
13421
|
+
channel_id: 'channel-2',
|
|
13422
|
+
base_denom: 'y:uauuu:31Dec2026',
|
|
13423
|
+
chain_name: 'pryzm'
|
|
13424
|
+
},
|
|
13425
|
+
chain: {
|
|
13426
|
+
channel_id: 'channel-75755'
|
|
13427
|
+
}
|
|
13428
|
+
}]
|
|
13429
|
+
},
|
|
12854
13430
|
{
|
|
12855
13431
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Sep2024',
|
|
12856
13432
|
denom_units: [{
|
|
@@ -12956,6 +13532,41 @@ const assets = {
|
|
|
12956
13532
|
}
|
|
12957
13533
|
}]
|
|
12958
13534
|
},
|
|
13535
|
+
{
|
|
13536
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2026',
|
|
13537
|
+
denom_units: [{
|
|
13538
|
+
denom: 'ibc/9FB24B13C22ADC3CEFF4AB68FD06764DC395892769B543F0F76558B7495A6C83',
|
|
13539
|
+
exponent: 0,
|
|
13540
|
+
aliases: ['y:stutia:31Dec2026']
|
|
13541
|
+
}, {
|
|
13542
|
+
denom: 'ystTIA31Dec2026',
|
|
13543
|
+
exponent: 6
|
|
13544
|
+
}],
|
|
13545
|
+
base: 'ibc/9FB24B13C22ADC3CEFF4AB68FD06764DC395892769B543F0F76558B7495A6C83',
|
|
13546
|
+
name: 'ystTia (31Dec2026)',
|
|
13547
|
+
display: 'ystTIA31Dec2026',
|
|
13548
|
+
symbol: 'ystTIA-31Dec2026',
|
|
13549
|
+
logo_URIs: {
|
|
13550
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
13551
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
13552
|
+
},
|
|
13553
|
+
images: [{
|
|
13554
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
13555
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
13556
|
+
}],
|
|
13557
|
+
type_asset: 'sdk.coin',
|
|
13558
|
+
traces: [{
|
|
13559
|
+
type: 'ibc',
|
|
13560
|
+
counterparty: {
|
|
13561
|
+
channel_id: 'channel-2',
|
|
13562
|
+
base_denom: 'y:stutia:31Dec2026',
|
|
13563
|
+
chain_name: 'pryzm'
|
|
13564
|
+
},
|
|
13565
|
+
chain: {
|
|
13566
|
+
channel_id: 'channel-75755'
|
|
13567
|
+
}
|
|
13568
|
+
}]
|
|
13569
|
+
},
|
|
12959
13570
|
{
|
|
12960
13571
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Sep2024',
|
|
12961
13572
|
denom_units: [{
|
|
@@ -12964,7 +13575,7 @@ const assets = {
|
|
|
12964
13575
|
aliases: ['y:stadydx:30Sep2024']
|
|
12965
13576
|
}, {
|
|
12966
13577
|
denom: 'ystDYDX30Sep2024',
|
|
12967
|
-
exponent:
|
|
13578
|
+
exponent: 18
|
|
12968
13579
|
}],
|
|
12969
13580
|
base: 'ibc/2624803ABAD8421F6AABB2B27E0C86DE16B8D838283E13C2D3E330B3F55E8136',
|
|
12970
13581
|
name: 'ystDydx (30Sep2024)',
|
|
@@ -12999,7 +13610,7 @@ const assets = {
|
|
|
12999
13610
|
aliases: ['y:stadydx:31Dec2024']
|
|
13000
13611
|
}, {
|
|
13001
13612
|
denom: 'ystDYDX31Dec2024',
|
|
13002
|
-
exponent:
|
|
13613
|
+
exponent: 18
|
|
13003
13614
|
}],
|
|
13004
13615
|
base: 'ibc/B25AF8A01B2D8E51A020FFD958BFD2138AB174A150B3BE59C659D4AB7629D26A',
|
|
13005
13616
|
name: 'ystDydx (31Dec2024)',
|
|
@@ -13034,7 +13645,7 @@ const assets = {
|
|
|
13034
13645
|
aliases: ['y:stadydx:31Dec2025']
|
|
13035
13646
|
}, {
|
|
13036
13647
|
denom: 'ystDYDX31Dec2025',
|
|
13037
|
-
exponent:
|
|
13648
|
+
exponent: 18
|
|
13038
13649
|
}],
|
|
13039
13650
|
base: 'ibc/00AB944BC9AE7E9EEBE195282D4C32F052FC9A17A816F807CE8C57AAD9BB0E34',
|
|
13040
13651
|
name: 'ystDydx (31Dec2025)',
|
|
@@ -13061,6 +13672,41 @@ const assets = {
|
|
|
13061
13672
|
}
|
|
13062
13673
|
}]
|
|
13063
13674
|
},
|
|
13675
|
+
{
|
|
13676
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2026',
|
|
13677
|
+
denom_units: [{
|
|
13678
|
+
denom: 'ibc/BC25A27F8959A8C953A7208DAC2A0450E54356D279B4EBB192E5A5287148087E',
|
|
13679
|
+
exponent: 0,
|
|
13680
|
+
aliases: ['y:stadydx:31Dec2026']
|
|
13681
|
+
}, {
|
|
13682
|
+
denom: 'ystDYDX31Dec2026',
|
|
13683
|
+
exponent: 18
|
|
13684
|
+
}],
|
|
13685
|
+
base: 'ibc/BC25A27F8959A8C953A7208DAC2A0450E54356D279B4EBB192E5A5287148087E',
|
|
13686
|
+
name: 'ystDydx (31Dec2026)',
|
|
13687
|
+
display: 'ystDYDX31Dec2026',
|
|
13688
|
+
symbol: 'ystDYDX-31Dec2026',
|
|
13689
|
+
logo_URIs: {
|
|
13690
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
13691
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
13692
|
+
},
|
|
13693
|
+
images: [{
|
|
13694
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
13695
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
13696
|
+
}],
|
|
13697
|
+
type_asset: 'sdk.coin',
|
|
13698
|
+
traces: [{
|
|
13699
|
+
type: 'ibc',
|
|
13700
|
+
counterparty: {
|
|
13701
|
+
channel_id: 'channel-2',
|
|
13702
|
+
base_denom: 'y:stadydx:31Dec2026',
|
|
13703
|
+
chain_name: 'pryzm'
|
|
13704
|
+
},
|
|
13705
|
+
chain: {
|
|
13706
|
+
channel_id: 'channel-75755'
|
|
13707
|
+
}
|
|
13708
|
+
}]
|
|
13709
|
+
},
|
|
13064
13710
|
{
|
|
13065
13711
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
13066
13712
|
denom_units: [{
|
|
@@ -13166,6 +13812,41 @@ const assets = {
|
|
|
13166
13812
|
}
|
|
13167
13813
|
}]
|
|
13168
13814
|
},
|
|
13815
|
+
{
|
|
13816
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2026',
|
|
13817
|
+
denom_units: [{
|
|
13818
|
+
denom: 'ibc/DCDA80F8A42E2D07310980558C4BE5EB76773C06F6CCAF6F852AA51096BEF688',
|
|
13819
|
+
exponent: 0,
|
|
13820
|
+
aliases: ['y:udatom:31Dec2026']
|
|
13821
|
+
}, {
|
|
13822
|
+
denom: 'ydATOM31Dec2026',
|
|
13823
|
+
exponent: 6
|
|
13824
|
+
}],
|
|
13825
|
+
base: 'ibc/DCDA80F8A42E2D07310980558C4BE5EB76773C06F6CCAF6F852AA51096BEF688',
|
|
13826
|
+
name: 'ydAtom (31Dec2026)',
|
|
13827
|
+
display: 'ydATOM31Dec2026',
|
|
13828
|
+
symbol: 'ydATOM-31Dec2026',
|
|
13829
|
+
logo_URIs: {
|
|
13830
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
13831
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
13832
|
+
},
|
|
13833
|
+
images: [{
|
|
13834
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
13835
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
13836
|
+
}],
|
|
13837
|
+
type_asset: 'sdk.coin',
|
|
13838
|
+
traces: [{
|
|
13839
|
+
type: 'ibc',
|
|
13840
|
+
counterparty: {
|
|
13841
|
+
channel_id: 'channel-2',
|
|
13842
|
+
base_denom: 'y:udatom:31Dec2026',
|
|
13843
|
+
chain_name: 'pryzm'
|
|
13844
|
+
},
|
|
13845
|
+
chain: {
|
|
13846
|
+
channel_id: 'channel-75755'
|
|
13847
|
+
}
|
|
13848
|
+
}]
|
|
13849
|
+
},
|
|
13169
13850
|
{
|
|
13170
13851
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
13171
13852
|
denom_units: [{
|
|
@@ -13237,26 +13918,61 @@ const assets = {
|
|
|
13237
13918
|
}]
|
|
13238
13919
|
},
|
|
13239
13920
|
{
|
|
13240
|
-
description: 'Pryzm\'s
|
|
13921
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2026',
|
|
13241
13922
|
denom_units: [{
|
|
13242
|
-
denom: 'ibc/
|
|
13923
|
+
denom: 'ibc/6F5574C187BE26B68BDB7EC11B2B020626131557BA94726ACA5751543C386CC1',
|
|
13243
13924
|
exponent: 0,
|
|
13244
|
-
aliases: ['
|
|
13925
|
+
aliases: ['y:utia:31Dec2026']
|
|
13245
13926
|
}, {
|
|
13246
|
-
denom: '
|
|
13927
|
+
denom: 'yTIA31Dec2026',
|
|
13247
13928
|
exponent: 6
|
|
13248
13929
|
}],
|
|
13249
|
-
base: 'ibc/
|
|
13250
|
-
name: '
|
|
13251
|
-
display: '
|
|
13252
|
-
symbol: '
|
|
13930
|
+
base: 'ibc/6F5574C187BE26B68BDB7EC11B2B020626131557BA94726ACA5751543C386CC1',
|
|
13931
|
+
name: 'yTia (31Dec2026)',
|
|
13932
|
+
display: 'yTIA31Dec2026',
|
|
13933
|
+
symbol: 'yTIA-31Dec2026',
|
|
13253
13934
|
logo_URIs: {
|
|
13254
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
13255
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
13935
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
13936
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
13256
13937
|
},
|
|
13257
13938
|
images: [{
|
|
13258
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
13259
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
13939
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
13940
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
13941
|
+
}],
|
|
13942
|
+
type_asset: 'sdk.coin',
|
|
13943
|
+
traces: [{
|
|
13944
|
+
type: 'ibc',
|
|
13945
|
+
counterparty: {
|
|
13946
|
+
channel_id: 'channel-2',
|
|
13947
|
+
base_denom: 'y:utia:31Dec2026',
|
|
13948
|
+
chain_name: 'pryzm'
|
|
13949
|
+
},
|
|
13950
|
+
chain: {
|
|
13951
|
+
channel_id: 'channel-75755'
|
|
13952
|
+
}
|
|
13953
|
+
}]
|
|
13954
|
+
},
|
|
13955
|
+
{
|
|
13956
|
+
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
13957
|
+
denom_units: [{
|
|
13958
|
+
denom: 'ibc/A3D296760A21029AA03A32F4EC9D1935647B7659349A6467721E7B3FAD99F27F',
|
|
13959
|
+
exponent: 0,
|
|
13960
|
+
aliases: ['lp:6:uusdc.axl-uusdc']
|
|
13961
|
+
}, {
|
|
13962
|
+
denom: 'lp:6:usdc.axl-usdc',
|
|
13963
|
+
exponent: 6
|
|
13964
|
+
}],
|
|
13965
|
+
base: 'ibc/A3D296760A21029AA03A32F4EC9D1935647B7659349A6467721E7B3FAD99F27F',
|
|
13966
|
+
name: 'USDC / USDC.axl LP',
|
|
13967
|
+
display: 'lp:6:usdc.axl-usdc',
|
|
13968
|
+
symbol: 'USDC-USDC.axl-LP',
|
|
13969
|
+
logo_URIs: {
|
|
13970
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
13971
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
13972
|
+
},
|
|
13973
|
+
images: [{
|
|
13974
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
13975
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
13260
13976
|
}],
|
|
13261
13977
|
type_asset: 'sdk.coin',
|
|
13262
13978
|
traces: [{
|
|
@@ -16819,6 +17535,45 @@ const assets = {
|
|
|
16819
17535
|
}
|
|
16820
17536
|
}]
|
|
16821
17537
|
},
|
|
17538
|
+
{
|
|
17539
|
+
description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
|
|
17540
|
+
denom_units: [{
|
|
17541
|
+
denom: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
17542
|
+
exponent: 0,
|
|
17543
|
+
aliases: ['uxion']
|
|
17544
|
+
}, {
|
|
17545
|
+
denom: 'XION',
|
|
17546
|
+
exponent: 6,
|
|
17547
|
+
aliases: ['xion']
|
|
17548
|
+
}],
|
|
17549
|
+
base: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
17550
|
+
display: 'XION',
|
|
17551
|
+
name: 'xion',
|
|
17552
|
+
symbol: 'XION',
|
|
17553
|
+
coingecko_id: 'xion-2',
|
|
17554
|
+
type_asset: 'sdk.coin',
|
|
17555
|
+
logo_URIs: {
|
|
17556
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
17557
|
+
},
|
|
17558
|
+
images: [{
|
|
17559
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
17560
|
+
}],
|
|
17561
|
+
socials: {
|
|
17562
|
+
website: 'https://xion.burnt.com/',
|
|
17563
|
+
twitter: 'https://twitter.com/burnt_xion'
|
|
17564
|
+
},
|
|
17565
|
+
traces: [{
|
|
17566
|
+
type: 'ibc',
|
|
17567
|
+
counterparty: {
|
|
17568
|
+
channel_id: 'channel-1',
|
|
17569
|
+
base_denom: 'uxion',
|
|
17570
|
+
chain_name: 'xion'
|
|
17571
|
+
},
|
|
17572
|
+
chain: {
|
|
17573
|
+
channel_id: 'channel-89321'
|
|
17574
|
+
}
|
|
17575
|
+
}]
|
|
17576
|
+
},
|
|
16822
17577
|
{
|
|
16823
17578
|
description: 'The native staking token of XPLA.',
|
|
16824
17579
|
denom_units: [{
|
|
@@ -17243,6 +17998,41 @@ const assets = {
|
|
|
17243
17998
|
}
|
|
17244
17999
|
}]
|
|
17245
18000
|
},
|
|
18001
|
+
{
|
|
18002
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2026',
|
|
18003
|
+
denom_units: [{
|
|
18004
|
+
denom: 'ibc/A73AA8A97F41D95D00C2A76BA59713EDBDFD8C3E579593832D447C8542E30A0F',
|
|
18005
|
+
exponent: 0,
|
|
18006
|
+
aliases: ['p:uatom:31Dec2026']
|
|
18007
|
+
}, {
|
|
18008
|
+
denom: 'pATOM31Dec2026',
|
|
18009
|
+
exponent: 6
|
|
18010
|
+
}],
|
|
18011
|
+
base: 'ibc/A73AA8A97F41D95D00C2A76BA59713EDBDFD8C3E579593832D447C8542E30A0F',
|
|
18012
|
+
name: 'pAtom (31Dec2026)',
|
|
18013
|
+
display: 'pATOM31Dec2026',
|
|
18014
|
+
symbol: 'pATOM-31Dec2026',
|
|
18015
|
+
logo_URIs: {
|
|
18016
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
18017
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
18018
|
+
},
|
|
18019
|
+
images: [{
|
|
18020
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
18021
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
18022
|
+
}],
|
|
18023
|
+
type_asset: 'sdk.coin',
|
|
18024
|
+
traces: [{
|
|
18025
|
+
type: 'ibc',
|
|
18026
|
+
counterparty: {
|
|
18027
|
+
channel_id: 'channel-2',
|
|
18028
|
+
base_denom: 'p:uatom:31Dec2026',
|
|
18029
|
+
chain_name: 'pryzm'
|
|
18030
|
+
},
|
|
18031
|
+
chain: {
|
|
18032
|
+
channel_id: 'channel-75755'
|
|
18033
|
+
}
|
|
18034
|
+
}]
|
|
18035
|
+
},
|
|
17246
18036
|
{
|
|
17247
18037
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2024',
|
|
17248
18038
|
denom_units: [{
|
|
@@ -17348,6 +18138,41 @@ const assets = {
|
|
|
17348
18138
|
}
|
|
17349
18139
|
}]
|
|
17350
18140
|
},
|
|
18141
|
+
{
|
|
18142
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2026',
|
|
18143
|
+
denom_units: [{
|
|
18144
|
+
denom: 'ibc/4774BEC5D2E599DAB788D91DDF06379615CAC7842B47FFCD342B6B07A1DB37D8',
|
|
18145
|
+
exponent: 0,
|
|
18146
|
+
aliases: ['p:uosmo:31Dec2026']
|
|
18147
|
+
}, {
|
|
18148
|
+
denom: 'pOSMO31Dec2026',
|
|
18149
|
+
exponent: 6
|
|
18150
|
+
}],
|
|
18151
|
+
base: 'ibc/4774BEC5D2E599DAB788D91DDF06379615CAC7842B47FFCD342B6B07A1DB37D8',
|
|
18152
|
+
name: 'pOsmo (31Dec2026)',
|
|
18153
|
+
display: 'pOSMO31Dec2026',
|
|
18154
|
+
symbol: 'pOSMO-31Dec2026',
|
|
18155
|
+
logo_URIs: {
|
|
18156
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
18157
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
18158
|
+
},
|
|
18159
|
+
images: [{
|
|
18160
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
18161
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
18162
|
+
}],
|
|
18163
|
+
type_asset: 'sdk.coin',
|
|
18164
|
+
traces: [{
|
|
18165
|
+
type: 'ibc',
|
|
18166
|
+
counterparty: {
|
|
18167
|
+
channel_id: 'channel-2',
|
|
18168
|
+
base_denom: 'p:uosmo:31Dec2026',
|
|
18169
|
+
chain_name: 'pryzm'
|
|
18170
|
+
},
|
|
18171
|
+
chain: {
|
|
18172
|
+
channel_id: 'channel-75755'
|
|
18173
|
+
}
|
|
18174
|
+
}]
|
|
18175
|
+
},
|
|
17351
18176
|
{
|
|
17352
18177
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2024',
|
|
17353
18178
|
denom_units: [{
|
|
@@ -17453,6 +18278,41 @@ const assets = {
|
|
|
17453
18278
|
}
|
|
17454
18279
|
}]
|
|
17455
18280
|
},
|
|
18281
|
+
{
|
|
18282
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2026',
|
|
18283
|
+
denom_units: [{
|
|
18284
|
+
denom: 'ibc/CC3635C0737F9D69B8BD7A868DF93FF06C536DD1D7678ED972B9A358C95FBA4B',
|
|
18285
|
+
exponent: 0,
|
|
18286
|
+
aliases: ['p:inj:31Dec2026']
|
|
18287
|
+
}, {
|
|
18288
|
+
denom: 'pINJ31Dec2026',
|
|
18289
|
+
exponent: 18
|
|
18290
|
+
}],
|
|
18291
|
+
base: 'ibc/CC3635C0737F9D69B8BD7A868DF93FF06C536DD1D7678ED972B9A358C95FBA4B',
|
|
18292
|
+
name: 'pInj (31Dec2026)',
|
|
18293
|
+
display: 'pINJ31Dec2026',
|
|
18294
|
+
symbol: 'pINJ-31Dec2026',
|
|
18295
|
+
logo_URIs: {
|
|
18296
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
18297
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
18298
|
+
},
|
|
18299
|
+
images: [{
|
|
18300
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
18301
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
18302
|
+
}],
|
|
18303
|
+
type_asset: 'sdk.coin',
|
|
18304
|
+
traces: [{
|
|
18305
|
+
type: 'ibc',
|
|
18306
|
+
counterparty: {
|
|
18307
|
+
channel_id: 'channel-2',
|
|
18308
|
+
base_denom: 'p:inj:31Dec2026',
|
|
18309
|
+
chain_name: 'pryzm'
|
|
18310
|
+
},
|
|
18311
|
+
chain: {
|
|
18312
|
+
channel_id: 'channel-75755'
|
|
18313
|
+
}
|
|
18314
|
+
}]
|
|
18315
|
+
},
|
|
17456
18316
|
{
|
|
17457
18317
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2024',
|
|
17458
18318
|
denom_units: [{
|
|
@@ -17523,6 +18383,41 @@ const assets = {
|
|
|
17523
18383
|
}
|
|
17524
18384
|
}]
|
|
17525
18385
|
},
|
|
18386
|
+
{
|
|
18387
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
18388
|
+
denom_units: [{
|
|
18389
|
+
denom: 'ibc/78081C7DC880CFE1905F443A5B708DAA3E0FE3D2E696B43387D8CC8F5D810DED',
|
|
18390
|
+
exponent: 0,
|
|
18391
|
+
aliases: ['p:uluna:31Dec2026']
|
|
18392
|
+
}, {
|
|
18393
|
+
denom: 'pLUNA31Dec2026',
|
|
18394
|
+
exponent: 6
|
|
18395
|
+
}],
|
|
18396
|
+
base: 'ibc/78081C7DC880CFE1905F443A5B708DAA3E0FE3D2E696B43387D8CC8F5D810DED',
|
|
18397
|
+
name: 'pLuna (31Dec2026)',
|
|
18398
|
+
display: 'pLUNA31Dec2026',
|
|
18399
|
+
symbol: 'pLUNA-31Dec2026',
|
|
18400
|
+
logo_URIs: {
|
|
18401
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
18402
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
18403
|
+
},
|
|
18404
|
+
images: [{
|
|
18405
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
18406
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
18407
|
+
}],
|
|
18408
|
+
type_asset: 'sdk.coin',
|
|
18409
|
+
traces: [{
|
|
18410
|
+
type: 'ibc',
|
|
18411
|
+
counterparty: {
|
|
18412
|
+
channel_id: 'channel-2',
|
|
18413
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
18414
|
+
chain_name: 'pryzm'
|
|
18415
|
+
},
|
|
18416
|
+
chain: {
|
|
18417
|
+
channel_id: 'channel-75755'
|
|
18418
|
+
}
|
|
18419
|
+
}]
|
|
18420
|
+
},
|
|
17526
18421
|
{
|
|
17527
18422
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
|
|
17528
18423
|
denom_units: [{
|
|
@@ -17663,6 +18558,41 @@ const assets = {
|
|
|
17663
18558
|
}
|
|
17664
18559
|
}]
|
|
17665
18560
|
},
|
|
18561
|
+
{
|
|
18562
|
+
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2026',
|
|
18563
|
+
denom_units: [{
|
|
18564
|
+
denom: 'ibc/C9793EF38C52764AEB1743C1100A4CFF3EB1806790381D06079A145DF90ACC3F',
|
|
18565
|
+
exponent: 0,
|
|
18566
|
+
aliases: ['p:uauuu:31Dec2026']
|
|
18567
|
+
}, {
|
|
18568
|
+
denom: 'pAUUU31Dec2026',
|
|
18569
|
+
exponent: 6
|
|
18570
|
+
}],
|
|
18571
|
+
base: 'ibc/C9793EF38C52764AEB1743C1100A4CFF3EB1806790381D06079A145DF90ACC3F',
|
|
18572
|
+
name: 'pAuuu (31Dec2026)',
|
|
18573
|
+
display: 'pAUUU31Dec2026',
|
|
18574
|
+
symbol: 'pAUUU-31Dec2026',
|
|
18575
|
+
logo_URIs: {
|
|
18576
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
18577
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
18578
|
+
},
|
|
18579
|
+
images: [{
|
|
18580
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
18581
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
18582
|
+
}],
|
|
18583
|
+
type_asset: 'sdk.coin',
|
|
18584
|
+
traces: [{
|
|
18585
|
+
type: 'ibc',
|
|
18586
|
+
counterparty: {
|
|
18587
|
+
channel_id: 'channel-2',
|
|
18588
|
+
base_denom: 'p:uauuu:31Dec2026',
|
|
18589
|
+
chain_name: 'pryzm'
|
|
18590
|
+
},
|
|
18591
|
+
chain: {
|
|
18592
|
+
channel_id: 'channel-75755'
|
|
18593
|
+
}
|
|
18594
|
+
}]
|
|
18595
|
+
},
|
|
17666
18596
|
{
|
|
17667
18597
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Sep2024',
|
|
17668
18598
|
denom_units: [{
|
|
@@ -17768,6 +18698,41 @@ const assets = {
|
|
|
17768
18698
|
}
|
|
17769
18699
|
}]
|
|
17770
18700
|
},
|
|
18701
|
+
{
|
|
18702
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
|
|
18703
|
+
denom_units: [{
|
|
18704
|
+
denom: 'ibc/9D469589B6972088B055C2CDF522BA94B470B0A6D8B2986A40175D3F70666F39',
|
|
18705
|
+
exponent: 0,
|
|
18706
|
+
aliases: ['p:stutia:31Dec2026']
|
|
18707
|
+
}, {
|
|
18708
|
+
denom: 'pstTIA31Dec2026',
|
|
18709
|
+
exponent: 6
|
|
18710
|
+
}],
|
|
18711
|
+
base: 'ibc/9D469589B6972088B055C2CDF522BA94B470B0A6D8B2986A40175D3F70666F39',
|
|
18712
|
+
name: 'pstTia (31Dec2026)',
|
|
18713
|
+
display: 'pstTIA31Dec2026',
|
|
18714
|
+
symbol: 'pstTIA-31Dec2026',
|
|
18715
|
+
logo_URIs: {
|
|
18716
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
18717
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
18718
|
+
},
|
|
18719
|
+
images: [{
|
|
18720
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
18721
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
18722
|
+
}],
|
|
18723
|
+
type_asset: 'sdk.coin',
|
|
18724
|
+
traces: [{
|
|
18725
|
+
type: 'ibc',
|
|
18726
|
+
counterparty: {
|
|
18727
|
+
channel_id: 'channel-2',
|
|
18728
|
+
base_denom: 'p:stutia:31Dec2026',
|
|
18729
|
+
chain_name: 'pryzm'
|
|
18730
|
+
},
|
|
18731
|
+
chain: {
|
|
18732
|
+
channel_id: 'channel-75755'
|
|
18733
|
+
}
|
|
18734
|
+
}]
|
|
18735
|
+
},
|
|
17771
18736
|
{
|
|
17772
18737
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Sep2024',
|
|
17773
18738
|
denom_units: [{
|
|
@@ -17873,6 +18838,41 @@ const assets = {
|
|
|
17873
18838
|
}
|
|
17874
18839
|
}]
|
|
17875
18840
|
},
|
|
18841
|
+
{
|
|
18842
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2026',
|
|
18843
|
+
denom_units: [{
|
|
18844
|
+
denom: 'ibc/311B59F20D12FE6B96E057721B050852EEDC941357A5220DE188E8B43A15C500',
|
|
18845
|
+
exponent: 0,
|
|
18846
|
+
aliases: ['p:stadydx:31Dec2026']
|
|
18847
|
+
}, {
|
|
18848
|
+
denom: 'pstDYDX31Dec2026',
|
|
18849
|
+
exponent: 18
|
|
18850
|
+
}],
|
|
18851
|
+
base: 'ibc/311B59F20D12FE6B96E057721B050852EEDC941357A5220DE188E8B43A15C500',
|
|
18852
|
+
name: 'pstDydx (31Dec2026)',
|
|
18853
|
+
display: 'pstDYDX31Dec2026',
|
|
18854
|
+
symbol: 'pstDYDX-31Dec2026',
|
|
18855
|
+
logo_URIs: {
|
|
18856
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
18857
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
18858
|
+
},
|
|
18859
|
+
images: [{
|
|
18860
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
18861
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
18862
|
+
}],
|
|
18863
|
+
type_asset: 'sdk.coin',
|
|
18864
|
+
traces: [{
|
|
18865
|
+
type: 'ibc',
|
|
18866
|
+
counterparty: {
|
|
18867
|
+
channel_id: 'channel-2',
|
|
18868
|
+
base_denom: 'p:stadydx:31Dec2026',
|
|
18869
|
+
chain_name: 'pryzm'
|
|
18870
|
+
},
|
|
18871
|
+
chain: {
|
|
18872
|
+
channel_id: 'channel-75755'
|
|
18873
|
+
}
|
|
18874
|
+
}]
|
|
18875
|
+
},
|
|
17876
18876
|
{
|
|
17877
18877
|
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
17878
18878
|
denom_units: [{
|
|
@@ -17978,6 +18978,41 @@ const assets = {
|
|
|
17978
18978
|
}
|
|
17979
18979
|
}]
|
|
17980
18980
|
},
|
|
18981
|
+
{
|
|
18982
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2026',
|
|
18983
|
+
denom_units: [{
|
|
18984
|
+
denom: 'ibc/6BE37F2DD1EA6B5F3EE294A0D35BA3B42323100B664B6C525E3B642D056EABE2',
|
|
18985
|
+
exponent: 0,
|
|
18986
|
+
aliases: ['p:udatom:31Dec2026']
|
|
18987
|
+
}, {
|
|
18988
|
+
denom: 'pdATOM31Dec2026',
|
|
18989
|
+
exponent: 6
|
|
18990
|
+
}],
|
|
18991
|
+
base: 'ibc/6BE37F2DD1EA6B5F3EE294A0D35BA3B42323100B664B6C525E3B642D056EABE2',
|
|
18992
|
+
name: 'pdAtom (31Dec2026)',
|
|
18993
|
+
display: 'pdATOM31Dec2026',
|
|
18994
|
+
symbol: 'pdATOM-31Dec2026',
|
|
18995
|
+
logo_URIs: {
|
|
18996
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
18997
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
18998
|
+
},
|
|
18999
|
+
images: [{
|
|
19000
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
19001
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
19002
|
+
}],
|
|
19003
|
+
type_asset: 'sdk.coin',
|
|
19004
|
+
traces: [{
|
|
19005
|
+
type: 'ibc',
|
|
19006
|
+
counterparty: {
|
|
19007
|
+
channel_id: 'channel-2',
|
|
19008
|
+
base_denom: 'p:udatom:31Dec2026',
|
|
19009
|
+
chain_name: 'pryzm'
|
|
19010
|
+
},
|
|
19011
|
+
chain: {
|
|
19012
|
+
channel_id: 'channel-75755'
|
|
19013
|
+
}
|
|
19014
|
+
}]
|
|
19015
|
+
},
|
|
17981
19016
|
{
|
|
17982
19017
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
17983
19018
|
denom_units: [{
|
|
@@ -18048,6 +19083,41 @@ const assets = {
|
|
|
18048
19083
|
}
|
|
18049
19084
|
}]
|
|
18050
19085
|
},
|
|
19086
|
+
{
|
|
19087
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2026',
|
|
19088
|
+
denom_units: [{
|
|
19089
|
+
denom: 'ibc/FE09C698B28F4D840F8CB5BEB99825249D439AEF26E6717B64A7A89AD515E60D',
|
|
19090
|
+
exponent: 0,
|
|
19091
|
+
aliases: ['p:utia:31Dec2026']
|
|
19092
|
+
}, {
|
|
19093
|
+
denom: 'pTIA31Dec2026',
|
|
19094
|
+
exponent: 6
|
|
19095
|
+
}],
|
|
19096
|
+
base: 'ibc/FE09C698B28F4D840F8CB5BEB99825249D439AEF26E6717B64A7A89AD515E60D',
|
|
19097
|
+
name: 'pTia (31Dec2026)',
|
|
19098
|
+
display: 'pTIA31Dec2026',
|
|
19099
|
+
symbol: 'pTIA-31Dec2026',
|
|
19100
|
+
logo_URIs: {
|
|
19101
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
19102
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
19103
|
+
},
|
|
19104
|
+
images: [{
|
|
19105
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
19106
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
19107
|
+
}],
|
|
19108
|
+
type_asset: 'sdk.coin',
|
|
19109
|
+
traces: [{
|
|
19110
|
+
type: 'ibc',
|
|
19111
|
+
counterparty: {
|
|
19112
|
+
channel_id: 'channel-2',
|
|
19113
|
+
base_denom: 'p:utia:31Dec2026',
|
|
19114
|
+
chain_name: 'pryzm'
|
|
19115
|
+
},
|
|
19116
|
+
chain: {
|
|
19117
|
+
channel_id: 'channel-75755'
|
|
19118
|
+
}
|
|
19119
|
+
}]
|
|
19120
|
+
},
|
|
18051
19121
|
{
|
|
18052
19122
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
18053
19123
|
denom_units: [{
|
|
@@ -18093,10 +19163,45 @@ const assets = {
|
|
|
18093
19163
|
denom: 'yATOM31Dec2024',
|
|
18094
19164
|
exponent: 6
|
|
18095
19165
|
}],
|
|
18096
|
-
base: 'ibc/8F5A3C6E598A54578465B6EA27993E9CEE88A08CB44D8ED262968BEBCD27A9A3',
|
|
18097
|
-
name: 'yAtom (31Dec2024)',
|
|
18098
|
-
display: 'yATOM31Dec2024',
|
|
18099
|
-
symbol: 'yATOM-31Dec2024',
|
|
19166
|
+
base: 'ibc/8F5A3C6E598A54578465B6EA27993E9CEE88A08CB44D8ED262968BEBCD27A9A3',
|
|
19167
|
+
name: 'yAtom (31Dec2024)',
|
|
19168
|
+
display: 'yATOM31Dec2024',
|
|
19169
|
+
symbol: 'yATOM-31Dec2024',
|
|
19170
|
+
logo_URIs: {
|
|
19171
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
19172
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
19173
|
+
},
|
|
19174
|
+
images: [{
|
|
19175
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
19176
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
19177
|
+
}],
|
|
19178
|
+
type_asset: 'sdk.coin',
|
|
19179
|
+
traces: [{
|
|
19180
|
+
type: 'ibc',
|
|
19181
|
+
counterparty: {
|
|
19182
|
+
channel_id: 'channel-2',
|
|
19183
|
+
base_denom: 'y:uatom:31Dec2024',
|
|
19184
|
+
chain_name: 'pryzm'
|
|
19185
|
+
},
|
|
19186
|
+
chain: {
|
|
19187
|
+
channel_id: 'channel-75755'
|
|
19188
|
+
}
|
|
19189
|
+
}]
|
|
19190
|
+
},
|
|
19191
|
+
{
|
|
19192
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
|
|
19193
|
+
denom_units: [{
|
|
19194
|
+
denom: 'ibc/2DCB24B7EF9AAF39A3D58930837CD35431A05FE7AE807886D8C11DFD47615E6F',
|
|
19195
|
+
exponent: 0,
|
|
19196
|
+
aliases: ['y:uatom:31Dec2025']
|
|
19197
|
+
}, {
|
|
19198
|
+
denom: 'yATOM31Dec2025',
|
|
19199
|
+
exponent: 6
|
|
19200
|
+
}],
|
|
19201
|
+
base: 'ibc/2DCB24B7EF9AAF39A3D58930837CD35431A05FE7AE807886D8C11DFD47615E6F',
|
|
19202
|
+
name: 'yAtom (31Dec2025)',
|
|
19203
|
+
display: 'yATOM31Dec2025',
|
|
19204
|
+
symbol: 'yATOM-31Dec2025',
|
|
18100
19205
|
logo_URIs: {
|
|
18101
19206
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
18102
19207
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
@@ -18110,7 +19215,7 @@ const assets = {
|
|
|
18110
19215
|
type: 'ibc',
|
|
18111
19216
|
counterparty: {
|
|
18112
19217
|
channel_id: 'channel-2',
|
|
18113
|
-
base_denom: 'y:uatom:
|
|
19218
|
+
base_denom: 'y:uatom:31Dec2025',
|
|
18114
19219
|
chain_name: 'pryzm'
|
|
18115
19220
|
},
|
|
18116
19221
|
chain: {
|
|
@@ -18119,19 +19224,19 @@ const assets = {
|
|
|
18119
19224
|
}]
|
|
18120
19225
|
},
|
|
18121
19226
|
{
|
|
18122
|
-
description: 'Pryzm\'s refracted yield token for ATOM with maturity of
|
|
19227
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2026',
|
|
18123
19228
|
denom_units: [{
|
|
18124
|
-
denom: 'ibc/
|
|
19229
|
+
denom: 'ibc/1B638F1B5D8549E5A9B0079BF9F71D4B1B92D1067B4061FB85C8FDBA6D611EB0',
|
|
18125
19230
|
exponent: 0,
|
|
18126
|
-
aliases: ['y:uatom:
|
|
19231
|
+
aliases: ['y:uatom:31Dec2026']
|
|
18127
19232
|
}, {
|
|
18128
|
-
denom: '
|
|
19233
|
+
denom: 'yATOM31Dec2026',
|
|
18129
19234
|
exponent: 6
|
|
18130
19235
|
}],
|
|
18131
|
-
base: 'ibc/
|
|
18132
|
-
name: 'yAtom (
|
|
18133
|
-
display: '
|
|
18134
|
-
symbol: 'yATOM-
|
|
19236
|
+
base: 'ibc/1B638F1B5D8549E5A9B0079BF9F71D4B1B92D1067B4061FB85C8FDBA6D611EB0',
|
|
19237
|
+
name: 'yAtom (31Dec2026)',
|
|
19238
|
+
display: 'yATOM31Dec2026',
|
|
19239
|
+
symbol: 'yATOM-31Dec2026',
|
|
18135
19240
|
logo_URIs: {
|
|
18136
19241
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
18137
19242
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
@@ -18145,7 +19250,7 @@ const assets = {
|
|
|
18145
19250
|
type: 'ibc',
|
|
18146
19251
|
counterparty: {
|
|
18147
19252
|
channel_id: 'channel-2',
|
|
18148
|
-
base_denom: 'y:uatom:
|
|
19253
|
+
base_denom: 'y:uatom:31Dec2026',
|
|
18149
19254
|
chain_name: 'pryzm'
|
|
18150
19255
|
},
|
|
18151
19256
|
chain: {
|
|
@@ -18258,6 +19363,41 @@ const assets = {
|
|
|
18258
19363
|
}
|
|
18259
19364
|
}]
|
|
18260
19365
|
},
|
|
19366
|
+
{
|
|
19367
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2026',
|
|
19368
|
+
denom_units: [{
|
|
19369
|
+
denom: 'ibc/6228ED69C9CB9B1F67D6712F0BFBE48987B72096AA24FCC51572ED78E712A4B6',
|
|
19370
|
+
exponent: 0,
|
|
19371
|
+
aliases: ['y:uosmo:31Dec2026']
|
|
19372
|
+
}, {
|
|
19373
|
+
denom: 'yOSMO31Dec2026',
|
|
19374
|
+
exponent: 6
|
|
19375
|
+
}],
|
|
19376
|
+
base: 'ibc/6228ED69C9CB9B1F67D6712F0BFBE48987B72096AA24FCC51572ED78E712A4B6',
|
|
19377
|
+
name: 'yOsmo (31Dec2026)',
|
|
19378
|
+
display: 'yOSMO31Dec2026',
|
|
19379
|
+
symbol: 'yOSMO-31Dec2026',
|
|
19380
|
+
logo_URIs: {
|
|
19381
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
19382
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
19383
|
+
},
|
|
19384
|
+
images: [{
|
|
19385
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
19386
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
19387
|
+
}],
|
|
19388
|
+
type_asset: 'sdk.coin',
|
|
19389
|
+
traces: [{
|
|
19390
|
+
type: 'ibc',
|
|
19391
|
+
counterparty: {
|
|
19392
|
+
channel_id: 'channel-2',
|
|
19393
|
+
base_denom: 'y:uosmo:31Dec2026',
|
|
19394
|
+
chain_name: 'pryzm'
|
|
19395
|
+
},
|
|
19396
|
+
chain: {
|
|
19397
|
+
channel_id: 'channel-75755'
|
|
19398
|
+
}
|
|
19399
|
+
}]
|
|
19400
|
+
},
|
|
18261
19401
|
{
|
|
18262
19402
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2024',
|
|
18263
19403
|
denom_units: [{
|
|
@@ -18363,6 +19503,41 @@ const assets = {
|
|
|
18363
19503
|
}
|
|
18364
19504
|
}]
|
|
18365
19505
|
},
|
|
19506
|
+
{
|
|
19507
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2026',
|
|
19508
|
+
denom_units: [{
|
|
19509
|
+
denom: 'ibc/72AD7E08E13F06FA8335CC741D9F1E356D711E7600E943099B2C20231FEAC353',
|
|
19510
|
+
exponent: 0,
|
|
19511
|
+
aliases: ['y:inj:31Dec2026']
|
|
19512
|
+
}, {
|
|
19513
|
+
denom: 'yINJ31Dec2026',
|
|
19514
|
+
exponent: 18
|
|
19515
|
+
}],
|
|
19516
|
+
base: 'ibc/72AD7E08E13F06FA8335CC741D9F1E356D711E7600E943099B2C20231FEAC353',
|
|
19517
|
+
name: 'yInj (31Dec2026)',
|
|
19518
|
+
display: 'yINJ31Dec2026',
|
|
19519
|
+
symbol: 'yINJ-31Dec2026',
|
|
19520
|
+
logo_URIs: {
|
|
19521
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
19522
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
19523
|
+
},
|
|
19524
|
+
images: [{
|
|
19525
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
19526
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
19527
|
+
}],
|
|
19528
|
+
type_asset: 'sdk.coin',
|
|
19529
|
+
traces: [{
|
|
19530
|
+
type: 'ibc',
|
|
19531
|
+
counterparty: {
|
|
19532
|
+
channel_id: 'channel-2',
|
|
19533
|
+
base_denom: 'y:inj:31Dec2026',
|
|
19534
|
+
chain_name: 'pryzm'
|
|
19535
|
+
},
|
|
19536
|
+
chain: {
|
|
19537
|
+
channel_id: 'channel-75755'
|
|
19538
|
+
}
|
|
19539
|
+
}]
|
|
19540
|
+
},
|
|
18366
19541
|
{
|
|
18367
19542
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2024',
|
|
18368
19543
|
denom_units: [{
|
|
@@ -18468,6 +19643,41 @@ const assets = {
|
|
|
18468
19643
|
}
|
|
18469
19644
|
}]
|
|
18470
19645
|
},
|
|
19646
|
+
{
|
|
19647
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2026',
|
|
19648
|
+
denom_units: [{
|
|
19649
|
+
denom: 'ibc/68AD1271DF0CC0EB4662D47EF9EDE7B83E6A1FC60FB39665B785688F2DBC6212',
|
|
19650
|
+
exponent: 0,
|
|
19651
|
+
aliases: ['y:uluna:31Dec2026']
|
|
19652
|
+
}, {
|
|
19653
|
+
denom: 'yLUNA31Dec2026',
|
|
19654
|
+
exponent: 6
|
|
19655
|
+
}],
|
|
19656
|
+
base: 'ibc/68AD1271DF0CC0EB4662D47EF9EDE7B83E6A1FC60FB39665B785688F2DBC6212',
|
|
19657
|
+
name: 'yLuna (31Dec2026)',
|
|
19658
|
+
display: 'yLUNA31Dec2026',
|
|
19659
|
+
symbol: 'yLUNA-31Dec2026',
|
|
19660
|
+
logo_URIs: {
|
|
19661
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
19662
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
19663
|
+
},
|
|
19664
|
+
images: [{
|
|
19665
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
19666
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
19667
|
+
}],
|
|
19668
|
+
type_asset: 'sdk.coin',
|
|
19669
|
+
traces: [{
|
|
19670
|
+
type: 'ibc',
|
|
19671
|
+
counterparty: {
|
|
19672
|
+
channel_id: 'channel-2',
|
|
19673
|
+
base_denom: 'y:uluna:31Dec2026',
|
|
19674
|
+
chain_name: 'pryzm'
|
|
19675
|
+
},
|
|
19676
|
+
chain: {
|
|
19677
|
+
channel_id: 'channel-75755'
|
|
19678
|
+
}
|
|
19679
|
+
}]
|
|
19680
|
+
},
|
|
18471
19681
|
{
|
|
18472
19682
|
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Sep2024',
|
|
18473
19683
|
denom_units: [{
|
|
@@ -18573,6 +19783,41 @@ const assets = {
|
|
|
18573
19783
|
}
|
|
18574
19784
|
}]
|
|
18575
19785
|
},
|
|
19786
|
+
{
|
|
19787
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2026',
|
|
19788
|
+
denom_units: [{
|
|
19789
|
+
denom: 'ibc/24C63A198A26BB6DEFF8C8E4B75F1503F0B41ABAAC63AA4CF3AB849DA6D4A5F9',
|
|
19790
|
+
exponent: 0,
|
|
19791
|
+
aliases: ['y:uauuu:31Dec2026']
|
|
19792
|
+
}, {
|
|
19793
|
+
denom: 'yAUUU31Dec2026',
|
|
19794
|
+
exponent: 6
|
|
19795
|
+
}],
|
|
19796
|
+
base: 'ibc/24C63A198A26BB6DEFF8C8E4B75F1503F0B41ABAAC63AA4CF3AB849DA6D4A5F9',
|
|
19797
|
+
name: 'yAuuu (31Dec2026)',
|
|
19798
|
+
display: 'yAUUU31Dec2026',
|
|
19799
|
+
symbol: 'yAUUU-31Dec2026',
|
|
19800
|
+
logo_URIs: {
|
|
19801
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
19802
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
19803
|
+
},
|
|
19804
|
+
images: [{
|
|
19805
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
19806
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
19807
|
+
}],
|
|
19808
|
+
type_asset: 'sdk.coin',
|
|
19809
|
+
traces: [{
|
|
19810
|
+
type: 'ibc',
|
|
19811
|
+
counterparty: {
|
|
19812
|
+
channel_id: 'channel-2',
|
|
19813
|
+
base_denom: 'y:uauuu:31Dec2026',
|
|
19814
|
+
chain_name: 'pryzm'
|
|
19815
|
+
},
|
|
19816
|
+
chain: {
|
|
19817
|
+
channel_id: 'channel-75755'
|
|
19818
|
+
}
|
|
19819
|
+
}]
|
|
19820
|
+
},
|
|
18576
19821
|
{
|
|
18577
19822
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Sep2024',
|
|
18578
19823
|
denom_units: [{
|
|
@@ -18678,6 +19923,41 @@ const assets = {
|
|
|
18678
19923
|
}
|
|
18679
19924
|
}]
|
|
18680
19925
|
},
|
|
19926
|
+
{
|
|
19927
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2026',
|
|
19928
|
+
denom_units: [{
|
|
19929
|
+
denom: 'ibc/9FB24B13C22ADC3CEFF4AB68FD06764DC395892769B543F0F76558B7495A6C83',
|
|
19930
|
+
exponent: 0,
|
|
19931
|
+
aliases: ['y:stutia:31Dec2026']
|
|
19932
|
+
}, {
|
|
19933
|
+
denom: 'ystTIA31Dec2026',
|
|
19934
|
+
exponent: 6
|
|
19935
|
+
}],
|
|
19936
|
+
base: 'ibc/9FB24B13C22ADC3CEFF4AB68FD06764DC395892769B543F0F76558B7495A6C83',
|
|
19937
|
+
name: 'ystTia (31Dec2026)',
|
|
19938
|
+
display: 'ystTIA31Dec2026',
|
|
19939
|
+
symbol: 'ystTIA-31Dec2026',
|
|
19940
|
+
logo_URIs: {
|
|
19941
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
19942
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
19943
|
+
},
|
|
19944
|
+
images: [{
|
|
19945
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
19946
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
19947
|
+
}],
|
|
19948
|
+
type_asset: 'sdk.coin',
|
|
19949
|
+
traces: [{
|
|
19950
|
+
type: 'ibc',
|
|
19951
|
+
counterparty: {
|
|
19952
|
+
channel_id: 'channel-2',
|
|
19953
|
+
base_denom: 'y:stutia:31Dec2026',
|
|
19954
|
+
chain_name: 'pryzm'
|
|
19955
|
+
},
|
|
19956
|
+
chain: {
|
|
19957
|
+
channel_id: 'channel-75755'
|
|
19958
|
+
}
|
|
19959
|
+
}]
|
|
19960
|
+
},
|
|
18681
19961
|
{
|
|
18682
19962
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Sep2024',
|
|
18683
19963
|
denom_units: [{
|
|
@@ -18686,7 +19966,7 @@ const assets = {
|
|
|
18686
19966
|
aliases: ['y:stadydx:30Sep2024']
|
|
18687
19967
|
}, {
|
|
18688
19968
|
denom: 'ystDYDX30Sep2024',
|
|
18689
|
-
exponent:
|
|
19969
|
+
exponent: 18
|
|
18690
19970
|
}],
|
|
18691
19971
|
base: 'ibc/2624803ABAD8421F6AABB2B27E0C86DE16B8D838283E13C2D3E330B3F55E8136',
|
|
18692
19972
|
name: 'ystDydx (30Sep2024)',
|
|
@@ -18721,7 +20001,7 @@ const assets = {
|
|
|
18721
20001
|
aliases: ['y:stadydx:31Dec2024']
|
|
18722
20002
|
}, {
|
|
18723
20003
|
denom: 'ystDYDX31Dec2024',
|
|
18724
|
-
exponent:
|
|
20004
|
+
exponent: 18
|
|
18725
20005
|
}],
|
|
18726
20006
|
base: 'ibc/B25AF8A01B2D8E51A020FFD958BFD2138AB174A150B3BE59C659D4AB7629D26A',
|
|
18727
20007
|
name: 'ystDydx (31Dec2024)',
|
|
@@ -18756,7 +20036,7 @@ const assets = {
|
|
|
18756
20036
|
aliases: ['y:stadydx:31Dec2025']
|
|
18757
20037
|
}, {
|
|
18758
20038
|
denom: 'ystDYDX31Dec2025',
|
|
18759
|
-
exponent:
|
|
20039
|
+
exponent: 18
|
|
18760
20040
|
}],
|
|
18761
20041
|
base: 'ibc/00AB944BC9AE7E9EEBE195282D4C32F052FC9A17A816F807CE8C57AAD9BB0E34',
|
|
18762
20042
|
name: 'ystDydx (31Dec2025)',
|
|
@@ -18783,6 +20063,41 @@ const assets = {
|
|
|
18783
20063
|
}
|
|
18784
20064
|
}]
|
|
18785
20065
|
},
|
|
20066
|
+
{
|
|
20067
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2026',
|
|
20068
|
+
denom_units: [{
|
|
20069
|
+
denom: 'ibc/BC25A27F8959A8C953A7208DAC2A0450E54356D279B4EBB192E5A5287148087E',
|
|
20070
|
+
exponent: 0,
|
|
20071
|
+
aliases: ['y:stadydx:31Dec2026']
|
|
20072
|
+
}, {
|
|
20073
|
+
denom: 'ystDYDX31Dec2026',
|
|
20074
|
+
exponent: 18
|
|
20075
|
+
}],
|
|
20076
|
+
base: 'ibc/BC25A27F8959A8C953A7208DAC2A0450E54356D279B4EBB192E5A5287148087E',
|
|
20077
|
+
name: 'ystDydx (31Dec2026)',
|
|
20078
|
+
display: 'ystDYDX31Dec2026',
|
|
20079
|
+
symbol: 'ystDYDX-31Dec2026',
|
|
20080
|
+
logo_URIs: {
|
|
20081
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
20082
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
20083
|
+
},
|
|
20084
|
+
images: [{
|
|
20085
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
20086
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
20087
|
+
}],
|
|
20088
|
+
type_asset: 'sdk.coin',
|
|
20089
|
+
traces: [{
|
|
20090
|
+
type: 'ibc',
|
|
20091
|
+
counterparty: {
|
|
20092
|
+
channel_id: 'channel-2',
|
|
20093
|
+
base_denom: 'y:stadydx:31Dec2026',
|
|
20094
|
+
chain_name: 'pryzm'
|
|
20095
|
+
},
|
|
20096
|
+
chain: {
|
|
20097
|
+
channel_id: 'channel-75755'
|
|
20098
|
+
}
|
|
20099
|
+
}]
|
|
20100
|
+
},
|
|
18786
20101
|
{
|
|
18787
20102
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
18788
20103
|
denom_units: [{
|
|
@@ -18888,6 +20203,41 @@ const assets = {
|
|
|
18888
20203
|
}
|
|
18889
20204
|
}]
|
|
18890
20205
|
},
|
|
20206
|
+
{
|
|
20207
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2026',
|
|
20208
|
+
denom_units: [{
|
|
20209
|
+
denom: 'ibc/DCDA80F8A42E2D07310980558C4BE5EB76773C06F6CCAF6F852AA51096BEF688',
|
|
20210
|
+
exponent: 0,
|
|
20211
|
+
aliases: ['y:udatom:31Dec2026']
|
|
20212
|
+
}, {
|
|
20213
|
+
denom: 'ydATOM31Dec2026',
|
|
20214
|
+
exponent: 6
|
|
20215
|
+
}],
|
|
20216
|
+
base: 'ibc/DCDA80F8A42E2D07310980558C4BE5EB76773C06F6CCAF6F852AA51096BEF688',
|
|
20217
|
+
name: 'ydAtom (31Dec2026)',
|
|
20218
|
+
display: 'ydATOM31Dec2026',
|
|
20219
|
+
symbol: 'ydATOM-31Dec2026',
|
|
20220
|
+
logo_URIs: {
|
|
20221
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
20222
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
20223
|
+
},
|
|
20224
|
+
images: [{
|
|
20225
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
20226
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
20227
|
+
}],
|
|
20228
|
+
type_asset: 'sdk.coin',
|
|
20229
|
+
traces: [{
|
|
20230
|
+
type: 'ibc',
|
|
20231
|
+
counterparty: {
|
|
20232
|
+
channel_id: 'channel-2',
|
|
20233
|
+
base_denom: 'y:udatom:31Dec2026',
|
|
20234
|
+
chain_name: 'pryzm'
|
|
20235
|
+
},
|
|
20236
|
+
chain: {
|
|
20237
|
+
channel_id: 'channel-75755'
|
|
20238
|
+
}
|
|
20239
|
+
}]
|
|
20240
|
+
},
|
|
18891
20241
|
{
|
|
18892
20242
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
18893
20243
|
denom_units: [{
|
|
@@ -18958,6 +20308,41 @@ const assets = {
|
|
|
18958
20308
|
}
|
|
18959
20309
|
}]
|
|
18960
20310
|
},
|
|
20311
|
+
{
|
|
20312
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2026',
|
|
20313
|
+
denom_units: [{
|
|
20314
|
+
denom: 'ibc/6F5574C187BE26B68BDB7EC11B2B020626131557BA94726ACA5751543C386CC1',
|
|
20315
|
+
exponent: 0,
|
|
20316
|
+
aliases: ['y:utia:31Dec2026']
|
|
20317
|
+
}, {
|
|
20318
|
+
denom: 'yTIA31Dec2026',
|
|
20319
|
+
exponent: 6
|
|
20320
|
+
}],
|
|
20321
|
+
base: 'ibc/6F5574C187BE26B68BDB7EC11B2B020626131557BA94726ACA5751543C386CC1',
|
|
20322
|
+
name: 'yTia (31Dec2026)',
|
|
20323
|
+
display: 'yTIA31Dec2026',
|
|
20324
|
+
symbol: 'yTIA-31Dec2026',
|
|
20325
|
+
logo_URIs: {
|
|
20326
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
20327
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
20328
|
+
},
|
|
20329
|
+
images: [{
|
|
20330
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
20331
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
20332
|
+
}],
|
|
20333
|
+
type_asset: 'sdk.coin',
|
|
20334
|
+
traces: [{
|
|
20335
|
+
type: 'ibc',
|
|
20336
|
+
counterparty: {
|
|
20337
|
+
channel_id: 'channel-2',
|
|
20338
|
+
base_denom: 'y:utia:31Dec2026',
|
|
20339
|
+
chain_name: 'pryzm'
|
|
20340
|
+
},
|
|
20341
|
+
chain: {
|
|
20342
|
+
channel_id: 'channel-75755'
|
|
20343
|
+
}
|
|
20344
|
+
}]
|
|
20345
|
+
},
|
|
18961
20346
|
{
|
|
18962
20347
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
18963
20348
|
denom_units: [{
|
|
@@ -22541,6 +23926,45 @@ const assets = {
|
|
|
22541
23926
|
}
|
|
22542
23927
|
}]
|
|
22543
23928
|
},
|
|
23929
|
+
{
|
|
23930
|
+
description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
|
|
23931
|
+
denom_units: [{
|
|
23932
|
+
denom: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
23933
|
+
exponent: 0,
|
|
23934
|
+
aliases: ['uxion']
|
|
23935
|
+
}, {
|
|
23936
|
+
denom: 'XION',
|
|
23937
|
+
exponent: 6,
|
|
23938
|
+
aliases: ['xion']
|
|
23939
|
+
}],
|
|
23940
|
+
base: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
23941
|
+
display: 'XION',
|
|
23942
|
+
name: 'xion',
|
|
23943
|
+
symbol: 'XION',
|
|
23944
|
+
coingecko_id: 'xion-2',
|
|
23945
|
+
type_asset: 'sdk.coin',
|
|
23946
|
+
logo_URIs: {
|
|
23947
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
23948
|
+
},
|
|
23949
|
+
images: [{
|
|
23950
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
23951
|
+
}],
|
|
23952
|
+
socials: {
|
|
23953
|
+
website: 'https://xion.burnt.com/',
|
|
23954
|
+
twitter: 'https://twitter.com/burnt_xion'
|
|
23955
|
+
},
|
|
23956
|
+
traces: [{
|
|
23957
|
+
type: 'ibc',
|
|
23958
|
+
counterparty: {
|
|
23959
|
+
channel_id: 'channel-1',
|
|
23960
|
+
base_denom: 'uxion',
|
|
23961
|
+
chain_name: 'xion'
|
|
23962
|
+
},
|
|
23963
|
+
chain: {
|
|
23964
|
+
channel_id: 'channel-89321'
|
|
23965
|
+
}
|
|
23966
|
+
}]
|
|
23967
|
+
},
|
|
22544
23968
|
{
|
|
22545
23969
|
description: 'The native staking token of XPLA.',
|
|
22546
23970
|
denom_units: [{
|