@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/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: [{
|
|
@@ -13235,26 +13916,61 @@ const assets = {
|
|
|
13235
13916
|
}]
|
|
13236
13917
|
},
|
|
13237
13918
|
{
|
|
13238
|
-
description: 'Pryzm\'s
|
|
13919
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2026',
|
|
13239
13920
|
denom_units: [{
|
|
13240
|
-
denom: 'ibc/
|
|
13921
|
+
denom: 'ibc/6F5574C187BE26B68BDB7EC11B2B020626131557BA94726ACA5751543C386CC1',
|
|
13241
13922
|
exponent: 0,
|
|
13242
|
-
aliases: ['
|
|
13923
|
+
aliases: ['y:utia:31Dec2026']
|
|
13243
13924
|
}, {
|
|
13244
|
-
denom: '
|
|
13925
|
+
denom: 'yTIA31Dec2026',
|
|
13245
13926
|
exponent: 6
|
|
13246
13927
|
}],
|
|
13247
|
-
base: 'ibc/
|
|
13248
|
-
name: '
|
|
13249
|
-
display: '
|
|
13250
|
-
symbol: '
|
|
13928
|
+
base: 'ibc/6F5574C187BE26B68BDB7EC11B2B020626131557BA94726ACA5751543C386CC1',
|
|
13929
|
+
name: 'yTia (31Dec2026)',
|
|
13930
|
+
display: 'yTIA31Dec2026',
|
|
13931
|
+
symbol: 'yTIA-31Dec2026',
|
|
13251
13932
|
logo_URIs: {
|
|
13252
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
13253
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
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'
|
|
13254
13935
|
},
|
|
13255
13936
|
images: [{
|
|
13256
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
13257
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/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
|
+
},
|
|
13953
|
+
{
|
|
13954
|
+
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
13955
|
+
denom_units: [{
|
|
13956
|
+
denom: 'ibc/A3D296760A21029AA03A32F4EC9D1935647B7659349A6467721E7B3FAD99F27F',
|
|
13957
|
+
exponent: 0,
|
|
13958
|
+
aliases: ['lp:6:uusdc.axl-uusdc']
|
|
13959
|
+
}, {
|
|
13960
|
+
denom: 'lp:6:usdc.axl-usdc',
|
|
13961
|
+
exponent: 6
|
|
13962
|
+
}],
|
|
13963
|
+
base: 'ibc/A3D296760A21029AA03A32F4EC9D1935647B7659349A6467721E7B3FAD99F27F',
|
|
13964
|
+
name: 'USDC / USDC.axl LP',
|
|
13965
|
+
display: 'lp:6:usdc.axl-usdc',
|
|
13966
|
+
symbol: 'USDC-USDC.axl-LP',
|
|
13967
|
+
logo_URIs: {
|
|
13968
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
13969
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
13970
|
+
},
|
|
13971
|
+
images: [{
|
|
13972
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
13973
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
13258
13974
|
}],
|
|
13259
13975
|
type_asset: 'sdk.coin',
|
|
13260
13976
|
traces: [{
|
|
@@ -16817,6 +17533,45 @@ const assets = {
|
|
|
16817
17533
|
}
|
|
16818
17534
|
}]
|
|
16819
17535
|
},
|
|
17536
|
+
{
|
|
17537
|
+
description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
|
|
17538
|
+
denom_units: [{
|
|
17539
|
+
denom: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
17540
|
+
exponent: 0,
|
|
17541
|
+
aliases: ['uxion']
|
|
17542
|
+
}, {
|
|
17543
|
+
denom: 'XION',
|
|
17544
|
+
exponent: 6,
|
|
17545
|
+
aliases: ['xion']
|
|
17546
|
+
}],
|
|
17547
|
+
base: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
17548
|
+
display: 'XION',
|
|
17549
|
+
name: 'xion',
|
|
17550
|
+
symbol: 'XION',
|
|
17551
|
+
coingecko_id: 'xion-2',
|
|
17552
|
+
type_asset: 'sdk.coin',
|
|
17553
|
+
logo_URIs: {
|
|
17554
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
17555
|
+
},
|
|
17556
|
+
images: [{
|
|
17557
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
17558
|
+
}],
|
|
17559
|
+
socials: {
|
|
17560
|
+
website: 'https://xion.burnt.com/',
|
|
17561
|
+
twitter: 'https://twitter.com/burnt_xion'
|
|
17562
|
+
},
|
|
17563
|
+
traces: [{
|
|
17564
|
+
type: 'ibc',
|
|
17565
|
+
counterparty: {
|
|
17566
|
+
channel_id: 'channel-1',
|
|
17567
|
+
base_denom: 'uxion',
|
|
17568
|
+
chain_name: 'xion'
|
|
17569
|
+
},
|
|
17570
|
+
chain: {
|
|
17571
|
+
channel_id: 'channel-89321'
|
|
17572
|
+
}
|
|
17573
|
+
}]
|
|
17574
|
+
},
|
|
16820
17575
|
{
|
|
16821
17576
|
description: 'The native staking token of XPLA.',
|
|
16822
17577
|
denom_units: [{
|
|
@@ -17241,6 +17996,41 @@ const assets = {
|
|
|
17241
17996
|
}
|
|
17242
17997
|
}]
|
|
17243
17998
|
},
|
|
17999
|
+
{
|
|
18000
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2026',
|
|
18001
|
+
denom_units: [{
|
|
18002
|
+
denom: 'ibc/A73AA8A97F41D95D00C2A76BA59713EDBDFD8C3E579593832D447C8542E30A0F',
|
|
18003
|
+
exponent: 0,
|
|
18004
|
+
aliases: ['p:uatom:31Dec2026']
|
|
18005
|
+
}, {
|
|
18006
|
+
denom: 'pATOM31Dec2026',
|
|
18007
|
+
exponent: 6
|
|
18008
|
+
}],
|
|
18009
|
+
base: 'ibc/A73AA8A97F41D95D00C2A76BA59713EDBDFD8C3E579593832D447C8542E30A0F',
|
|
18010
|
+
name: 'pAtom (31Dec2026)',
|
|
18011
|
+
display: 'pATOM31Dec2026',
|
|
18012
|
+
symbol: 'pATOM-31Dec2026',
|
|
18013
|
+
logo_URIs: {
|
|
18014
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
18015
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
18016
|
+
},
|
|
18017
|
+
images: [{
|
|
18018
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
18019
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
18020
|
+
}],
|
|
18021
|
+
type_asset: 'sdk.coin',
|
|
18022
|
+
traces: [{
|
|
18023
|
+
type: 'ibc',
|
|
18024
|
+
counterparty: {
|
|
18025
|
+
channel_id: 'channel-2',
|
|
18026
|
+
base_denom: 'p:uatom:31Dec2026',
|
|
18027
|
+
chain_name: 'pryzm'
|
|
18028
|
+
},
|
|
18029
|
+
chain: {
|
|
18030
|
+
channel_id: 'channel-75755'
|
|
18031
|
+
}
|
|
18032
|
+
}]
|
|
18033
|
+
},
|
|
17244
18034
|
{
|
|
17245
18035
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2024',
|
|
17246
18036
|
denom_units: [{
|
|
@@ -17346,6 +18136,41 @@ const assets = {
|
|
|
17346
18136
|
}
|
|
17347
18137
|
}]
|
|
17348
18138
|
},
|
|
18139
|
+
{
|
|
18140
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2026',
|
|
18141
|
+
denom_units: [{
|
|
18142
|
+
denom: 'ibc/4774BEC5D2E599DAB788D91DDF06379615CAC7842B47FFCD342B6B07A1DB37D8',
|
|
18143
|
+
exponent: 0,
|
|
18144
|
+
aliases: ['p:uosmo:31Dec2026']
|
|
18145
|
+
}, {
|
|
18146
|
+
denom: 'pOSMO31Dec2026',
|
|
18147
|
+
exponent: 6
|
|
18148
|
+
}],
|
|
18149
|
+
base: 'ibc/4774BEC5D2E599DAB788D91DDF06379615CAC7842B47FFCD342B6B07A1DB37D8',
|
|
18150
|
+
name: 'pOsmo (31Dec2026)',
|
|
18151
|
+
display: 'pOSMO31Dec2026',
|
|
18152
|
+
symbol: 'pOSMO-31Dec2026',
|
|
18153
|
+
logo_URIs: {
|
|
18154
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
18155
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
18156
|
+
},
|
|
18157
|
+
images: [{
|
|
18158
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
18159
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
18160
|
+
}],
|
|
18161
|
+
type_asset: 'sdk.coin',
|
|
18162
|
+
traces: [{
|
|
18163
|
+
type: 'ibc',
|
|
18164
|
+
counterparty: {
|
|
18165
|
+
channel_id: 'channel-2',
|
|
18166
|
+
base_denom: 'p:uosmo:31Dec2026',
|
|
18167
|
+
chain_name: 'pryzm'
|
|
18168
|
+
},
|
|
18169
|
+
chain: {
|
|
18170
|
+
channel_id: 'channel-75755'
|
|
18171
|
+
}
|
|
18172
|
+
}]
|
|
18173
|
+
},
|
|
17349
18174
|
{
|
|
17350
18175
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2024',
|
|
17351
18176
|
denom_units: [{
|
|
@@ -17451,6 +18276,41 @@ const assets = {
|
|
|
17451
18276
|
}
|
|
17452
18277
|
}]
|
|
17453
18278
|
},
|
|
18279
|
+
{
|
|
18280
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2026',
|
|
18281
|
+
denom_units: [{
|
|
18282
|
+
denom: 'ibc/CC3635C0737F9D69B8BD7A868DF93FF06C536DD1D7678ED972B9A358C95FBA4B',
|
|
18283
|
+
exponent: 0,
|
|
18284
|
+
aliases: ['p:inj:31Dec2026']
|
|
18285
|
+
}, {
|
|
18286
|
+
denom: 'pINJ31Dec2026',
|
|
18287
|
+
exponent: 18
|
|
18288
|
+
}],
|
|
18289
|
+
base: 'ibc/CC3635C0737F9D69B8BD7A868DF93FF06C536DD1D7678ED972B9A358C95FBA4B',
|
|
18290
|
+
name: 'pInj (31Dec2026)',
|
|
18291
|
+
display: 'pINJ31Dec2026',
|
|
18292
|
+
symbol: 'pINJ-31Dec2026',
|
|
18293
|
+
logo_URIs: {
|
|
18294
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
18295
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
18296
|
+
},
|
|
18297
|
+
images: [{
|
|
18298
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
18299
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
18300
|
+
}],
|
|
18301
|
+
type_asset: 'sdk.coin',
|
|
18302
|
+
traces: [{
|
|
18303
|
+
type: 'ibc',
|
|
18304
|
+
counterparty: {
|
|
18305
|
+
channel_id: 'channel-2',
|
|
18306
|
+
base_denom: 'p:inj:31Dec2026',
|
|
18307
|
+
chain_name: 'pryzm'
|
|
18308
|
+
},
|
|
18309
|
+
chain: {
|
|
18310
|
+
channel_id: 'channel-75755'
|
|
18311
|
+
}
|
|
18312
|
+
}]
|
|
18313
|
+
},
|
|
17454
18314
|
{
|
|
17455
18315
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2024',
|
|
17456
18316
|
denom_units: [{
|
|
@@ -17521,6 +18381,41 @@ const assets = {
|
|
|
17521
18381
|
}
|
|
17522
18382
|
}]
|
|
17523
18383
|
},
|
|
18384
|
+
{
|
|
18385
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
18386
|
+
denom_units: [{
|
|
18387
|
+
denom: 'ibc/78081C7DC880CFE1905F443A5B708DAA3E0FE3D2E696B43387D8CC8F5D810DED',
|
|
18388
|
+
exponent: 0,
|
|
18389
|
+
aliases: ['p:uluna:31Dec2026']
|
|
18390
|
+
}, {
|
|
18391
|
+
denom: 'pLUNA31Dec2026',
|
|
18392
|
+
exponent: 6
|
|
18393
|
+
}],
|
|
18394
|
+
base: 'ibc/78081C7DC880CFE1905F443A5B708DAA3E0FE3D2E696B43387D8CC8F5D810DED',
|
|
18395
|
+
name: 'pLuna (31Dec2026)',
|
|
18396
|
+
display: 'pLUNA31Dec2026',
|
|
18397
|
+
symbol: 'pLUNA-31Dec2026',
|
|
18398
|
+
logo_URIs: {
|
|
18399
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
18400
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
18401
|
+
},
|
|
18402
|
+
images: [{
|
|
18403
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
18404
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
18405
|
+
}],
|
|
18406
|
+
type_asset: 'sdk.coin',
|
|
18407
|
+
traces: [{
|
|
18408
|
+
type: 'ibc',
|
|
18409
|
+
counterparty: {
|
|
18410
|
+
channel_id: 'channel-2',
|
|
18411
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
18412
|
+
chain_name: 'pryzm'
|
|
18413
|
+
},
|
|
18414
|
+
chain: {
|
|
18415
|
+
channel_id: 'channel-75755'
|
|
18416
|
+
}
|
|
18417
|
+
}]
|
|
18418
|
+
},
|
|
17524
18419
|
{
|
|
17525
18420
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
|
|
17526
18421
|
denom_units: [{
|
|
@@ -17661,6 +18556,41 @@ const assets = {
|
|
|
17661
18556
|
}
|
|
17662
18557
|
}]
|
|
17663
18558
|
},
|
|
18559
|
+
{
|
|
18560
|
+
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2026',
|
|
18561
|
+
denom_units: [{
|
|
18562
|
+
denom: 'ibc/C9793EF38C52764AEB1743C1100A4CFF3EB1806790381D06079A145DF90ACC3F',
|
|
18563
|
+
exponent: 0,
|
|
18564
|
+
aliases: ['p:uauuu:31Dec2026']
|
|
18565
|
+
}, {
|
|
18566
|
+
denom: 'pAUUU31Dec2026',
|
|
18567
|
+
exponent: 6
|
|
18568
|
+
}],
|
|
18569
|
+
base: 'ibc/C9793EF38C52764AEB1743C1100A4CFF3EB1806790381D06079A145DF90ACC3F',
|
|
18570
|
+
name: 'pAuuu (31Dec2026)',
|
|
18571
|
+
display: 'pAUUU31Dec2026',
|
|
18572
|
+
symbol: 'pAUUU-31Dec2026',
|
|
18573
|
+
logo_URIs: {
|
|
18574
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
18575
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
18576
|
+
},
|
|
18577
|
+
images: [{
|
|
18578
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
18579
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
18580
|
+
}],
|
|
18581
|
+
type_asset: 'sdk.coin',
|
|
18582
|
+
traces: [{
|
|
18583
|
+
type: 'ibc',
|
|
18584
|
+
counterparty: {
|
|
18585
|
+
channel_id: 'channel-2',
|
|
18586
|
+
base_denom: 'p:uauuu:31Dec2026',
|
|
18587
|
+
chain_name: 'pryzm'
|
|
18588
|
+
},
|
|
18589
|
+
chain: {
|
|
18590
|
+
channel_id: 'channel-75755'
|
|
18591
|
+
}
|
|
18592
|
+
}]
|
|
18593
|
+
},
|
|
17664
18594
|
{
|
|
17665
18595
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Sep2024',
|
|
17666
18596
|
denom_units: [{
|
|
@@ -17766,6 +18696,41 @@ const assets = {
|
|
|
17766
18696
|
}
|
|
17767
18697
|
}]
|
|
17768
18698
|
},
|
|
18699
|
+
{
|
|
18700
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
|
|
18701
|
+
denom_units: [{
|
|
18702
|
+
denom: 'ibc/9D469589B6972088B055C2CDF522BA94B470B0A6D8B2986A40175D3F70666F39',
|
|
18703
|
+
exponent: 0,
|
|
18704
|
+
aliases: ['p:stutia:31Dec2026']
|
|
18705
|
+
}, {
|
|
18706
|
+
denom: 'pstTIA31Dec2026',
|
|
18707
|
+
exponent: 6
|
|
18708
|
+
}],
|
|
18709
|
+
base: 'ibc/9D469589B6972088B055C2CDF522BA94B470B0A6D8B2986A40175D3F70666F39',
|
|
18710
|
+
name: 'pstTia (31Dec2026)',
|
|
18711
|
+
display: 'pstTIA31Dec2026',
|
|
18712
|
+
symbol: 'pstTIA-31Dec2026',
|
|
18713
|
+
logo_URIs: {
|
|
18714
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
18715
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
18716
|
+
},
|
|
18717
|
+
images: [{
|
|
18718
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
18719
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
18720
|
+
}],
|
|
18721
|
+
type_asset: 'sdk.coin',
|
|
18722
|
+
traces: [{
|
|
18723
|
+
type: 'ibc',
|
|
18724
|
+
counterparty: {
|
|
18725
|
+
channel_id: 'channel-2',
|
|
18726
|
+
base_denom: 'p:stutia:31Dec2026',
|
|
18727
|
+
chain_name: 'pryzm'
|
|
18728
|
+
},
|
|
18729
|
+
chain: {
|
|
18730
|
+
channel_id: 'channel-75755'
|
|
18731
|
+
}
|
|
18732
|
+
}]
|
|
18733
|
+
},
|
|
17769
18734
|
{
|
|
17770
18735
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Sep2024',
|
|
17771
18736
|
denom_units: [{
|
|
@@ -17871,6 +18836,41 @@ const assets = {
|
|
|
17871
18836
|
}
|
|
17872
18837
|
}]
|
|
17873
18838
|
},
|
|
18839
|
+
{
|
|
18840
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2026',
|
|
18841
|
+
denom_units: [{
|
|
18842
|
+
denom: 'ibc/311B59F20D12FE6B96E057721B050852EEDC941357A5220DE188E8B43A15C500',
|
|
18843
|
+
exponent: 0,
|
|
18844
|
+
aliases: ['p:stadydx:31Dec2026']
|
|
18845
|
+
}, {
|
|
18846
|
+
denom: 'pstDYDX31Dec2026',
|
|
18847
|
+
exponent: 18
|
|
18848
|
+
}],
|
|
18849
|
+
base: 'ibc/311B59F20D12FE6B96E057721B050852EEDC941357A5220DE188E8B43A15C500',
|
|
18850
|
+
name: 'pstDydx (31Dec2026)',
|
|
18851
|
+
display: 'pstDYDX31Dec2026',
|
|
18852
|
+
symbol: 'pstDYDX-31Dec2026',
|
|
18853
|
+
logo_URIs: {
|
|
18854
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
18855
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
18856
|
+
},
|
|
18857
|
+
images: [{
|
|
18858
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
18859
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
18860
|
+
}],
|
|
18861
|
+
type_asset: 'sdk.coin',
|
|
18862
|
+
traces: [{
|
|
18863
|
+
type: 'ibc',
|
|
18864
|
+
counterparty: {
|
|
18865
|
+
channel_id: 'channel-2',
|
|
18866
|
+
base_denom: 'p:stadydx:31Dec2026',
|
|
18867
|
+
chain_name: 'pryzm'
|
|
18868
|
+
},
|
|
18869
|
+
chain: {
|
|
18870
|
+
channel_id: 'channel-75755'
|
|
18871
|
+
}
|
|
18872
|
+
}]
|
|
18873
|
+
},
|
|
17874
18874
|
{
|
|
17875
18875
|
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
17876
18876
|
denom_units: [{
|
|
@@ -17976,6 +18976,41 @@ const assets = {
|
|
|
17976
18976
|
}
|
|
17977
18977
|
}]
|
|
17978
18978
|
},
|
|
18979
|
+
{
|
|
18980
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2026',
|
|
18981
|
+
denom_units: [{
|
|
18982
|
+
denom: 'ibc/6BE37F2DD1EA6B5F3EE294A0D35BA3B42323100B664B6C525E3B642D056EABE2',
|
|
18983
|
+
exponent: 0,
|
|
18984
|
+
aliases: ['p:udatom:31Dec2026']
|
|
18985
|
+
}, {
|
|
18986
|
+
denom: 'pdATOM31Dec2026',
|
|
18987
|
+
exponent: 6
|
|
18988
|
+
}],
|
|
18989
|
+
base: 'ibc/6BE37F2DD1EA6B5F3EE294A0D35BA3B42323100B664B6C525E3B642D056EABE2',
|
|
18990
|
+
name: 'pdAtom (31Dec2026)',
|
|
18991
|
+
display: 'pdATOM31Dec2026',
|
|
18992
|
+
symbol: 'pdATOM-31Dec2026',
|
|
18993
|
+
logo_URIs: {
|
|
18994
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
18995
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
18996
|
+
},
|
|
18997
|
+
images: [{
|
|
18998
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
18999
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
19000
|
+
}],
|
|
19001
|
+
type_asset: 'sdk.coin',
|
|
19002
|
+
traces: [{
|
|
19003
|
+
type: 'ibc',
|
|
19004
|
+
counterparty: {
|
|
19005
|
+
channel_id: 'channel-2',
|
|
19006
|
+
base_denom: 'p:udatom:31Dec2026',
|
|
19007
|
+
chain_name: 'pryzm'
|
|
19008
|
+
},
|
|
19009
|
+
chain: {
|
|
19010
|
+
channel_id: 'channel-75755'
|
|
19011
|
+
}
|
|
19012
|
+
}]
|
|
19013
|
+
},
|
|
17979
19014
|
{
|
|
17980
19015
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
17981
19016
|
denom_units: [{
|
|
@@ -18046,6 +19081,41 @@ const assets = {
|
|
|
18046
19081
|
}
|
|
18047
19082
|
}]
|
|
18048
19083
|
},
|
|
19084
|
+
{
|
|
19085
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2026',
|
|
19086
|
+
denom_units: [{
|
|
19087
|
+
denom: 'ibc/FE09C698B28F4D840F8CB5BEB99825249D439AEF26E6717B64A7A89AD515E60D',
|
|
19088
|
+
exponent: 0,
|
|
19089
|
+
aliases: ['p:utia:31Dec2026']
|
|
19090
|
+
}, {
|
|
19091
|
+
denom: 'pTIA31Dec2026',
|
|
19092
|
+
exponent: 6
|
|
19093
|
+
}],
|
|
19094
|
+
base: 'ibc/FE09C698B28F4D840F8CB5BEB99825249D439AEF26E6717B64A7A89AD515E60D',
|
|
19095
|
+
name: 'pTia (31Dec2026)',
|
|
19096
|
+
display: 'pTIA31Dec2026',
|
|
19097
|
+
symbol: 'pTIA-31Dec2026',
|
|
19098
|
+
logo_URIs: {
|
|
19099
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
19100
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
19101
|
+
},
|
|
19102
|
+
images: [{
|
|
19103
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
19104
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
19105
|
+
}],
|
|
19106
|
+
type_asset: 'sdk.coin',
|
|
19107
|
+
traces: [{
|
|
19108
|
+
type: 'ibc',
|
|
19109
|
+
counterparty: {
|
|
19110
|
+
channel_id: 'channel-2',
|
|
19111
|
+
base_denom: 'p:utia:31Dec2026',
|
|
19112
|
+
chain_name: 'pryzm'
|
|
19113
|
+
},
|
|
19114
|
+
chain: {
|
|
19115
|
+
channel_id: 'channel-75755'
|
|
19116
|
+
}
|
|
19117
|
+
}]
|
|
19118
|
+
},
|
|
18049
19119
|
{
|
|
18050
19120
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
18051
19121
|
denom_units: [{
|
|
@@ -18091,10 +19161,45 @@ const assets = {
|
|
|
18091
19161
|
denom: 'yATOM31Dec2024',
|
|
18092
19162
|
exponent: 6
|
|
18093
19163
|
}],
|
|
18094
|
-
base: 'ibc/8F5A3C6E598A54578465B6EA27993E9CEE88A08CB44D8ED262968BEBCD27A9A3',
|
|
18095
|
-
name: 'yAtom (31Dec2024)',
|
|
18096
|
-
display: 'yATOM31Dec2024',
|
|
18097
|
-
symbol: 'yATOM-31Dec2024',
|
|
19164
|
+
base: 'ibc/8F5A3C6E598A54578465B6EA27993E9CEE88A08CB44D8ED262968BEBCD27A9A3',
|
|
19165
|
+
name: 'yAtom (31Dec2024)',
|
|
19166
|
+
display: 'yATOM31Dec2024',
|
|
19167
|
+
symbol: 'yATOM-31Dec2024',
|
|
19168
|
+
logo_URIs: {
|
|
19169
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
19170
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
19171
|
+
},
|
|
19172
|
+
images: [{
|
|
19173
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
19174
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
19175
|
+
}],
|
|
19176
|
+
type_asset: 'sdk.coin',
|
|
19177
|
+
traces: [{
|
|
19178
|
+
type: 'ibc',
|
|
19179
|
+
counterparty: {
|
|
19180
|
+
channel_id: 'channel-2',
|
|
19181
|
+
base_denom: 'y:uatom:31Dec2024',
|
|
19182
|
+
chain_name: 'pryzm'
|
|
19183
|
+
},
|
|
19184
|
+
chain: {
|
|
19185
|
+
channel_id: 'channel-75755'
|
|
19186
|
+
}
|
|
19187
|
+
}]
|
|
19188
|
+
},
|
|
19189
|
+
{
|
|
19190
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
|
|
19191
|
+
denom_units: [{
|
|
19192
|
+
denom: 'ibc/2DCB24B7EF9AAF39A3D58930837CD35431A05FE7AE807886D8C11DFD47615E6F',
|
|
19193
|
+
exponent: 0,
|
|
19194
|
+
aliases: ['y:uatom:31Dec2025']
|
|
19195
|
+
}, {
|
|
19196
|
+
denom: 'yATOM31Dec2025',
|
|
19197
|
+
exponent: 6
|
|
19198
|
+
}],
|
|
19199
|
+
base: 'ibc/2DCB24B7EF9AAF39A3D58930837CD35431A05FE7AE807886D8C11DFD47615E6F',
|
|
19200
|
+
name: 'yAtom (31Dec2025)',
|
|
19201
|
+
display: 'yATOM31Dec2025',
|
|
19202
|
+
symbol: 'yATOM-31Dec2025',
|
|
18098
19203
|
logo_URIs: {
|
|
18099
19204
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
18100
19205
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
@@ -18108,7 +19213,7 @@ const assets = {
|
|
|
18108
19213
|
type: 'ibc',
|
|
18109
19214
|
counterparty: {
|
|
18110
19215
|
channel_id: 'channel-2',
|
|
18111
|
-
base_denom: 'y:uatom:
|
|
19216
|
+
base_denom: 'y:uatom:31Dec2025',
|
|
18112
19217
|
chain_name: 'pryzm'
|
|
18113
19218
|
},
|
|
18114
19219
|
chain: {
|
|
@@ -18117,19 +19222,19 @@ const assets = {
|
|
|
18117
19222
|
}]
|
|
18118
19223
|
},
|
|
18119
19224
|
{
|
|
18120
|
-
description: 'Pryzm\'s refracted yield token for ATOM with maturity of
|
|
19225
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2026',
|
|
18121
19226
|
denom_units: [{
|
|
18122
|
-
denom: 'ibc/
|
|
19227
|
+
denom: 'ibc/1B638F1B5D8549E5A9B0079BF9F71D4B1B92D1067B4061FB85C8FDBA6D611EB0',
|
|
18123
19228
|
exponent: 0,
|
|
18124
|
-
aliases: ['y:uatom:
|
|
19229
|
+
aliases: ['y:uatom:31Dec2026']
|
|
18125
19230
|
}, {
|
|
18126
|
-
denom: '
|
|
19231
|
+
denom: 'yATOM31Dec2026',
|
|
18127
19232
|
exponent: 6
|
|
18128
19233
|
}],
|
|
18129
|
-
base: 'ibc/
|
|
18130
|
-
name: 'yAtom (
|
|
18131
|
-
display: '
|
|
18132
|
-
symbol: 'yATOM-
|
|
19234
|
+
base: 'ibc/1B638F1B5D8549E5A9B0079BF9F71D4B1B92D1067B4061FB85C8FDBA6D611EB0',
|
|
19235
|
+
name: 'yAtom (31Dec2026)',
|
|
19236
|
+
display: 'yATOM31Dec2026',
|
|
19237
|
+
symbol: 'yATOM-31Dec2026',
|
|
18133
19238
|
logo_URIs: {
|
|
18134
19239
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
18135
19240
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
@@ -18143,7 +19248,7 @@ const assets = {
|
|
|
18143
19248
|
type: 'ibc',
|
|
18144
19249
|
counterparty: {
|
|
18145
19250
|
channel_id: 'channel-2',
|
|
18146
|
-
base_denom: 'y:uatom:
|
|
19251
|
+
base_denom: 'y:uatom:31Dec2026',
|
|
18147
19252
|
chain_name: 'pryzm'
|
|
18148
19253
|
},
|
|
18149
19254
|
chain: {
|
|
@@ -18256,6 +19361,41 @@ const assets = {
|
|
|
18256
19361
|
}
|
|
18257
19362
|
}]
|
|
18258
19363
|
},
|
|
19364
|
+
{
|
|
19365
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2026',
|
|
19366
|
+
denom_units: [{
|
|
19367
|
+
denom: 'ibc/6228ED69C9CB9B1F67D6712F0BFBE48987B72096AA24FCC51572ED78E712A4B6',
|
|
19368
|
+
exponent: 0,
|
|
19369
|
+
aliases: ['y:uosmo:31Dec2026']
|
|
19370
|
+
}, {
|
|
19371
|
+
denom: 'yOSMO31Dec2026',
|
|
19372
|
+
exponent: 6
|
|
19373
|
+
}],
|
|
19374
|
+
base: 'ibc/6228ED69C9CB9B1F67D6712F0BFBE48987B72096AA24FCC51572ED78E712A4B6',
|
|
19375
|
+
name: 'yOsmo (31Dec2026)',
|
|
19376
|
+
display: 'yOSMO31Dec2026',
|
|
19377
|
+
symbol: 'yOSMO-31Dec2026',
|
|
19378
|
+
logo_URIs: {
|
|
19379
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
19380
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
19381
|
+
},
|
|
19382
|
+
images: [{
|
|
19383
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
19384
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
19385
|
+
}],
|
|
19386
|
+
type_asset: 'sdk.coin',
|
|
19387
|
+
traces: [{
|
|
19388
|
+
type: 'ibc',
|
|
19389
|
+
counterparty: {
|
|
19390
|
+
channel_id: 'channel-2',
|
|
19391
|
+
base_denom: 'y:uosmo:31Dec2026',
|
|
19392
|
+
chain_name: 'pryzm'
|
|
19393
|
+
},
|
|
19394
|
+
chain: {
|
|
19395
|
+
channel_id: 'channel-75755'
|
|
19396
|
+
}
|
|
19397
|
+
}]
|
|
19398
|
+
},
|
|
18259
19399
|
{
|
|
18260
19400
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2024',
|
|
18261
19401
|
denom_units: [{
|
|
@@ -18361,6 +19501,41 @@ const assets = {
|
|
|
18361
19501
|
}
|
|
18362
19502
|
}]
|
|
18363
19503
|
},
|
|
19504
|
+
{
|
|
19505
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2026',
|
|
19506
|
+
denom_units: [{
|
|
19507
|
+
denom: 'ibc/72AD7E08E13F06FA8335CC741D9F1E356D711E7600E943099B2C20231FEAC353',
|
|
19508
|
+
exponent: 0,
|
|
19509
|
+
aliases: ['y:inj:31Dec2026']
|
|
19510
|
+
}, {
|
|
19511
|
+
denom: 'yINJ31Dec2026',
|
|
19512
|
+
exponent: 18
|
|
19513
|
+
}],
|
|
19514
|
+
base: 'ibc/72AD7E08E13F06FA8335CC741D9F1E356D711E7600E943099B2C20231FEAC353',
|
|
19515
|
+
name: 'yInj (31Dec2026)',
|
|
19516
|
+
display: 'yINJ31Dec2026',
|
|
19517
|
+
symbol: 'yINJ-31Dec2026',
|
|
19518
|
+
logo_URIs: {
|
|
19519
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
19520
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
19521
|
+
},
|
|
19522
|
+
images: [{
|
|
19523
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
19524
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
19525
|
+
}],
|
|
19526
|
+
type_asset: 'sdk.coin',
|
|
19527
|
+
traces: [{
|
|
19528
|
+
type: 'ibc',
|
|
19529
|
+
counterparty: {
|
|
19530
|
+
channel_id: 'channel-2',
|
|
19531
|
+
base_denom: 'y:inj:31Dec2026',
|
|
19532
|
+
chain_name: 'pryzm'
|
|
19533
|
+
},
|
|
19534
|
+
chain: {
|
|
19535
|
+
channel_id: 'channel-75755'
|
|
19536
|
+
}
|
|
19537
|
+
}]
|
|
19538
|
+
},
|
|
18364
19539
|
{
|
|
18365
19540
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2024',
|
|
18366
19541
|
denom_units: [{
|
|
@@ -18466,6 +19641,41 @@ const assets = {
|
|
|
18466
19641
|
}
|
|
18467
19642
|
}]
|
|
18468
19643
|
},
|
|
19644
|
+
{
|
|
19645
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2026',
|
|
19646
|
+
denom_units: [{
|
|
19647
|
+
denom: 'ibc/68AD1271DF0CC0EB4662D47EF9EDE7B83E6A1FC60FB39665B785688F2DBC6212',
|
|
19648
|
+
exponent: 0,
|
|
19649
|
+
aliases: ['y:uluna:31Dec2026']
|
|
19650
|
+
}, {
|
|
19651
|
+
denom: 'yLUNA31Dec2026',
|
|
19652
|
+
exponent: 6
|
|
19653
|
+
}],
|
|
19654
|
+
base: 'ibc/68AD1271DF0CC0EB4662D47EF9EDE7B83E6A1FC60FB39665B785688F2DBC6212',
|
|
19655
|
+
name: 'yLuna (31Dec2026)',
|
|
19656
|
+
display: 'yLUNA31Dec2026',
|
|
19657
|
+
symbol: 'yLUNA-31Dec2026',
|
|
19658
|
+
logo_URIs: {
|
|
19659
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
19660
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
19661
|
+
},
|
|
19662
|
+
images: [{
|
|
19663
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
19664
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
19665
|
+
}],
|
|
19666
|
+
type_asset: 'sdk.coin',
|
|
19667
|
+
traces: [{
|
|
19668
|
+
type: 'ibc',
|
|
19669
|
+
counterparty: {
|
|
19670
|
+
channel_id: 'channel-2',
|
|
19671
|
+
base_denom: 'y:uluna:31Dec2026',
|
|
19672
|
+
chain_name: 'pryzm'
|
|
19673
|
+
},
|
|
19674
|
+
chain: {
|
|
19675
|
+
channel_id: 'channel-75755'
|
|
19676
|
+
}
|
|
19677
|
+
}]
|
|
19678
|
+
},
|
|
18469
19679
|
{
|
|
18470
19680
|
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Sep2024',
|
|
18471
19681
|
denom_units: [{
|
|
@@ -18571,6 +19781,41 @@ const assets = {
|
|
|
18571
19781
|
}
|
|
18572
19782
|
}]
|
|
18573
19783
|
},
|
|
19784
|
+
{
|
|
19785
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2026',
|
|
19786
|
+
denom_units: [{
|
|
19787
|
+
denom: 'ibc/24C63A198A26BB6DEFF8C8E4B75F1503F0B41ABAAC63AA4CF3AB849DA6D4A5F9',
|
|
19788
|
+
exponent: 0,
|
|
19789
|
+
aliases: ['y:uauuu:31Dec2026']
|
|
19790
|
+
}, {
|
|
19791
|
+
denom: 'yAUUU31Dec2026',
|
|
19792
|
+
exponent: 6
|
|
19793
|
+
}],
|
|
19794
|
+
base: 'ibc/24C63A198A26BB6DEFF8C8E4B75F1503F0B41ABAAC63AA4CF3AB849DA6D4A5F9',
|
|
19795
|
+
name: 'yAuuu (31Dec2026)',
|
|
19796
|
+
display: 'yAUUU31Dec2026',
|
|
19797
|
+
symbol: 'yAUUU-31Dec2026',
|
|
19798
|
+
logo_URIs: {
|
|
19799
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
19800
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
19801
|
+
},
|
|
19802
|
+
images: [{
|
|
19803
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
19804
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
19805
|
+
}],
|
|
19806
|
+
type_asset: 'sdk.coin',
|
|
19807
|
+
traces: [{
|
|
19808
|
+
type: 'ibc',
|
|
19809
|
+
counterparty: {
|
|
19810
|
+
channel_id: 'channel-2',
|
|
19811
|
+
base_denom: 'y:uauuu:31Dec2026',
|
|
19812
|
+
chain_name: 'pryzm'
|
|
19813
|
+
},
|
|
19814
|
+
chain: {
|
|
19815
|
+
channel_id: 'channel-75755'
|
|
19816
|
+
}
|
|
19817
|
+
}]
|
|
19818
|
+
},
|
|
18574
19819
|
{
|
|
18575
19820
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Sep2024',
|
|
18576
19821
|
denom_units: [{
|
|
@@ -18676,6 +19921,41 @@ const assets = {
|
|
|
18676
19921
|
}
|
|
18677
19922
|
}]
|
|
18678
19923
|
},
|
|
19924
|
+
{
|
|
19925
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2026',
|
|
19926
|
+
denom_units: [{
|
|
19927
|
+
denom: 'ibc/9FB24B13C22ADC3CEFF4AB68FD06764DC395892769B543F0F76558B7495A6C83',
|
|
19928
|
+
exponent: 0,
|
|
19929
|
+
aliases: ['y:stutia:31Dec2026']
|
|
19930
|
+
}, {
|
|
19931
|
+
denom: 'ystTIA31Dec2026',
|
|
19932
|
+
exponent: 6
|
|
19933
|
+
}],
|
|
19934
|
+
base: 'ibc/9FB24B13C22ADC3CEFF4AB68FD06764DC395892769B543F0F76558B7495A6C83',
|
|
19935
|
+
name: 'ystTia (31Dec2026)',
|
|
19936
|
+
display: 'ystTIA31Dec2026',
|
|
19937
|
+
symbol: 'ystTIA-31Dec2026',
|
|
19938
|
+
logo_URIs: {
|
|
19939
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
19940
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
19941
|
+
},
|
|
19942
|
+
images: [{
|
|
19943
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
19944
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
19945
|
+
}],
|
|
19946
|
+
type_asset: 'sdk.coin',
|
|
19947
|
+
traces: [{
|
|
19948
|
+
type: 'ibc',
|
|
19949
|
+
counterparty: {
|
|
19950
|
+
channel_id: 'channel-2',
|
|
19951
|
+
base_denom: 'y:stutia:31Dec2026',
|
|
19952
|
+
chain_name: 'pryzm'
|
|
19953
|
+
},
|
|
19954
|
+
chain: {
|
|
19955
|
+
channel_id: 'channel-75755'
|
|
19956
|
+
}
|
|
19957
|
+
}]
|
|
19958
|
+
},
|
|
18679
19959
|
{
|
|
18680
19960
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Sep2024',
|
|
18681
19961
|
denom_units: [{
|
|
@@ -18684,7 +19964,7 @@ const assets = {
|
|
|
18684
19964
|
aliases: ['y:stadydx:30Sep2024']
|
|
18685
19965
|
}, {
|
|
18686
19966
|
denom: 'ystDYDX30Sep2024',
|
|
18687
|
-
exponent:
|
|
19967
|
+
exponent: 18
|
|
18688
19968
|
}],
|
|
18689
19969
|
base: 'ibc/2624803ABAD8421F6AABB2B27E0C86DE16B8D838283E13C2D3E330B3F55E8136',
|
|
18690
19970
|
name: 'ystDydx (30Sep2024)',
|
|
@@ -18719,7 +19999,7 @@ const assets = {
|
|
|
18719
19999
|
aliases: ['y:stadydx:31Dec2024']
|
|
18720
20000
|
}, {
|
|
18721
20001
|
denom: 'ystDYDX31Dec2024',
|
|
18722
|
-
exponent:
|
|
20002
|
+
exponent: 18
|
|
18723
20003
|
}],
|
|
18724
20004
|
base: 'ibc/B25AF8A01B2D8E51A020FFD958BFD2138AB174A150B3BE59C659D4AB7629D26A',
|
|
18725
20005
|
name: 'ystDydx (31Dec2024)',
|
|
@@ -18754,7 +20034,7 @@ const assets = {
|
|
|
18754
20034
|
aliases: ['y:stadydx:31Dec2025']
|
|
18755
20035
|
}, {
|
|
18756
20036
|
denom: 'ystDYDX31Dec2025',
|
|
18757
|
-
exponent:
|
|
20037
|
+
exponent: 18
|
|
18758
20038
|
}],
|
|
18759
20039
|
base: 'ibc/00AB944BC9AE7E9EEBE195282D4C32F052FC9A17A816F807CE8C57AAD9BB0E34',
|
|
18760
20040
|
name: 'ystDydx (31Dec2025)',
|
|
@@ -18781,6 +20061,41 @@ const assets = {
|
|
|
18781
20061
|
}
|
|
18782
20062
|
}]
|
|
18783
20063
|
},
|
|
20064
|
+
{
|
|
20065
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2026',
|
|
20066
|
+
denom_units: [{
|
|
20067
|
+
denom: 'ibc/BC25A27F8959A8C953A7208DAC2A0450E54356D279B4EBB192E5A5287148087E',
|
|
20068
|
+
exponent: 0,
|
|
20069
|
+
aliases: ['y:stadydx:31Dec2026']
|
|
20070
|
+
}, {
|
|
20071
|
+
denom: 'ystDYDX31Dec2026',
|
|
20072
|
+
exponent: 18
|
|
20073
|
+
}],
|
|
20074
|
+
base: 'ibc/BC25A27F8959A8C953A7208DAC2A0450E54356D279B4EBB192E5A5287148087E',
|
|
20075
|
+
name: 'ystDydx (31Dec2026)',
|
|
20076
|
+
display: 'ystDYDX31Dec2026',
|
|
20077
|
+
symbol: 'ystDYDX-31Dec2026',
|
|
20078
|
+
logo_URIs: {
|
|
20079
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
20080
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
20081
|
+
},
|
|
20082
|
+
images: [{
|
|
20083
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
20084
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
20085
|
+
}],
|
|
20086
|
+
type_asset: 'sdk.coin',
|
|
20087
|
+
traces: [{
|
|
20088
|
+
type: 'ibc',
|
|
20089
|
+
counterparty: {
|
|
20090
|
+
channel_id: 'channel-2',
|
|
20091
|
+
base_denom: 'y:stadydx:31Dec2026',
|
|
20092
|
+
chain_name: 'pryzm'
|
|
20093
|
+
},
|
|
20094
|
+
chain: {
|
|
20095
|
+
channel_id: 'channel-75755'
|
|
20096
|
+
}
|
|
20097
|
+
}]
|
|
20098
|
+
},
|
|
18784
20099
|
{
|
|
18785
20100
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
18786
20101
|
denom_units: [{
|
|
@@ -18886,6 +20201,41 @@ const assets = {
|
|
|
18886
20201
|
}
|
|
18887
20202
|
}]
|
|
18888
20203
|
},
|
|
20204
|
+
{
|
|
20205
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2026',
|
|
20206
|
+
denom_units: [{
|
|
20207
|
+
denom: 'ibc/DCDA80F8A42E2D07310980558C4BE5EB76773C06F6CCAF6F852AA51096BEF688',
|
|
20208
|
+
exponent: 0,
|
|
20209
|
+
aliases: ['y:udatom:31Dec2026']
|
|
20210
|
+
}, {
|
|
20211
|
+
denom: 'ydATOM31Dec2026',
|
|
20212
|
+
exponent: 6
|
|
20213
|
+
}],
|
|
20214
|
+
base: 'ibc/DCDA80F8A42E2D07310980558C4BE5EB76773C06F6CCAF6F852AA51096BEF688',
|
|
20215
|
+
name: 'ydAtom (31Dec2026)',
|
|
20216
|
+
display: 'ydATOM31Dec2026',
|
|
20217
|
+
symbol: 'ydATOM-31Dec2026',
|
|
20218
|
+
logo_URIs: {
|
|
20219
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
20220
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
20221
|
+
},
|
|
20222
|
+
images: [{
|
|
20223
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
20224
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
20225
|
+
}],
|
|
20226
|
+
type_asset: 'sdk.coin',
|
|
20227
|
+
traces: [{
|
|
20228
|
+
type: 'ibc',
|
|
20229
|
+
counterparty: {
|
|
20230
|
+
channel_id: 'channel-2',
|
|
20231
|
+
base_denom: 'y:udatom:31Dec2026',
|
|
20232
|
+
chain_name: 'pryzm'
|
|
20233
|
+
},
|
|
20234
|
+
chain: {
|
|
20235
|
+
channel_id: 'channel-75755'
|
|
20236
|
+
}
|
|
20237
|
+
}]
|
|
20238
|
+
},
|
|
18889
20239
|
{
|
|
18890
20240
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
18891
20241
|
denom_units: [{
|
|
@@ -18956,6 +20306,41 @@ const assets = {
|
|
|
18956
20306
|
}
|
|
18957
20307
|
}]
|
|
18958
20308
|
},
|
|
20309
|
+
{
|
|
20310
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2026',
|
|
20311
|
+
denom_units: [{
|
|
20312
|
+
denom: 'ibc/6F5574C187BE26B68BDB7EC11B2B020626131557BA94726ACA5751543C386CC1',
|
|
20313
|
+
exponent: 0,
|
|
20314
|
+
aliases: ['y:utia:31Dec2026']
|
|
20315
|
+
}, {
|
|
20316
|
+
denom: 'yTIA31Dec2026',
|
|
20317
|
+
exponent: 6
|
|
20318
|
+
}],
|
|
20319
|
+
base: 'ibc/6F5574C187BE26B68BDB7EC11B2B020626131557BA94726ACA5751543C386CC1',
|
|
20320
|
+
name: 'yTia (31Dec2026)',
|
|
20321
|
+
display: 'yTIA31Dec2026',
|
|
20322
|
+
symbol: 'yTIA-31Dec2026',
|
|
20323
|
+
logo_URIs: {
|
|
20324
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
20325
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
20326
|
+
},
|
|
20327
|
+
images: [{
|
|
20328
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
20329
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
20330
|
+
}],
|
|
20331
|
+
type_asset: 'sdk.coin',
|
|
20332
|
+
traces: [{
|
|
20333
|
+
type: 'ibc',
|
|
20334
|
+
counterparty: {
|
|
20335
|
+
channel_id: 'channel-2',
|
|
20336
|
+
base_denom: 'y:utia:31Dec2026',
|
|
20337
|
+
chain_name: 'pryzm'
|
|
20338
|
+
},
|
|
20339
|
+
chain: {
|
|
20340
|
+
channel_id: 'channel-75755'
|
|
20341
|
+
}
|
|
20342
|
+
}]
|
|
20343
|
+
},
|
|
18959
20344
|
{
|
|
18960
20345
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
18961
20346
|
denom_units: [{
|
|
@@ -22539,6 +23924,45 @@ const assets = {
|
|
|
22539
23924
|
}
|
|
22540
23925
|
}]
|
|
22541
23926
|
},
|
|
23927
|
+
{
|
|
23928
|
+
description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
|
|
23929
|
+
denom_units: [{
|
|
23930
|
+
denom: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
23931
|
+
exponent: 0,
|
|
23932
|
+
aliases: ['uxion']
|
|
23933
|
+
}, {
|
|
23934
|
+
denom: 'XION',
|
|
23935
|
+
exponent: 6,
|
|
23936
|
+
aliases: ['xion']
|
|
23937
|
+
}],
|
|
23938
|
+
base: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
23939
|
+
display: 'XION',
|
|
23940
|
+
name: 'xion',
|
|
23941
|
+
symbol: 'XION',
|
|
23942
|
+
coingecko_id: 'xion-2',
|
|
23943
|
+
type_asset: 'sdk.coin',
|
|
23944
|
+
logo_URIs: {
|
|
23945
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
23946
|
+
},
|
|
23947
|
+
images: [{
|
|
23948
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
23949
|
+
}],
|
|
23950
|
+
socials: {
|
|
23951
|
+
website: 'https://xion.burnt.com/',
|
|
23952
|
+
twitter: 'https://twitter.com/burnt_xion'
|
|
23953
|
+
},
|
|
23954
|
+
traces: [{
|
|
23955
|
+
type: 'ibc',
|
|
23956
|
+
counterparty: {
|
|
23957
|
+
channel_id: 'channel-1',
|
|
23958
|
+
base_denom: 'uxion',
|
|
23959
|
+
chain_name: 'xion'
|
|
23960
|
+
},
|
|
23961
|
+
chain: {
|
|
23962
|
+
channel_id: 'channel-89321'
|
|
23963
|
+
}
|
|
23964
|
+
}]
|
|
23965
|
+
},
|
|
22542
23966
|
{
|
|
22543
23967
|
description: 'The native staking token of XPLA.',
|
|
22544
23968
|
denom_units: [{
|