@chain-registry/assets 1.70.233 → 1.70.235
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/axelar.js +2595 -75
- package/esm/mainnet/celestia.js +2595 -75
- package/esm/mainnet/cosmoshub.js +2595 -75
- package/esm/mainnet/dydx.js +2595 -75
- package/esm/mainnet/injective.js +2595 -75
- package/esm/mainnet/neutron.js +2595 -75
- package/esm/mainnet/noble.js +2595 -75
- package/esm/mainnet/osmosis.js +2595 -75
- package/esm/mainnet/stride.js +2595 -75
- package/esm/mainnet/terra2.js +2595 -75
- package/index.d.ts +1 -1
- package/mainnet/axelar.js +2595 -75
- package/mainnet/celestia.js +2595 -75
- package/mainnet/cosmoshub.js +2595 -75
- package/mainnet/dydx.js +2595 -75
- package/mainnet/injective.js +2595 -75
- package/mainnet/neutron.js +2595 -75
- package/mainnet/noble.js +2595 -75
- package/mainnet/osmosis.js +2595 -75
- package/mainnet/stride.js +2595 -75
- package/mainnet/terra2.js +2595 -75
- package/package.json +5 -5
package/mainnet/cosmoshub.js
CHANGED
|
@@ -5456,6 +5456,76 @@ const assets = {
|
|
|
5456
5456
|
}
|
|
5457
5457
|
}]
|
|
5458
5458
|
},
|
|
5459
|
+
{
|
|
5460
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 30Jun2025',
|
|
5461
|
+
denom_units: [{
|
|
5462
|
+
denom: 'ibc/3B4DB1100A8F4FD3C59C5F08FF8B908441ACD4DEE9B41EF85F75E47BCAC65C4A',
|
|
5463
|
+
exponent: 0,
|
|
5464
|
+
aliases: ['p:uatom:30Jun2025']
|
|
5465
|
+
}, {
|
|
5466
|
+
denom: 'pATOM30Jun2025',
|
|
5467
|
+
exponent: 6
|
|
5468
|
+
}],
|
|
5469
|
+
base: 'ibc/3B4DB1100A8F4FD3C59C5F08FF8B908441ACD4DEE9B41EF85F75E47BCAC65C4A',
|
|
5470
|
+
name: 'pAtom (30Jun2025)',
|
|
5471
|
+
display: 'pATOM30Jun2025',
|
|
5472
|
+
symbol: 'pATOM-30Jun2025',
|
|
5473
|
+
logo_URIs: {
|
|
5474
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
5475
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
5476
|
+
},
|
|
5477
|
+
images: [{
|
|
5478
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
5479
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
5480
|
+
}],
|
|
5481
|
+
type_asset: 'sdk.coin',
|
|
5482
|
+
traces: [{
|
|
5483
|
+
type: 'ibc',
|
|
5484
|
+
counterparty: {
|
|
5485
|
+
channel_id: 'channel-0',
|
|
5486
|
+
base_denom: 'p:uatom:30Jun2025',
|
|
5487
|
+
chain_name: 'pryzm'
|
|
5488
|
+
},
|
|
5489
|
+
chain: {
|
|
5490
|
+
channel_id: 'channel-859'
|
|
5491
|
+
}
|
|
5492
|
+
}]
|
|
5493
|
+
},
|
|
5494
|
+
{
|
|
5495
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 30Sep2025',
|
|
5496
|
+
denom_units: [{
|
|
5497
|
+
denom: 'ibc/73DCC8CFF4A91E1FFFE5B60BF59B56FC4B40D2792C5BA42AAB1204F54521D48D',
|
|
5498
|
+
exponent: 0,
|
|
5499
|
+
aliases: ['p:uatom:30Sep2025']
|
|
5500
|
+
}, {
|
|
5501
|
+
denom: 'pATOM30Sep2025',
|
|
5502
|
+
exponent: 6
|
|
5503
|
+
}],
|
|
5504
|
+
base: 'ibc/73DCC8CFF4A91E1FFFE5B60BF59B56FC4B40D2792C5BA42AAB1204F54521D48D',
|
|
5505
|
+
name: 'pAtom (30Sep2025)',
|
|
5506
|
+
display: 'pATOM30Sep2025',
|
|
5507
|
+
symbol: 'pATOM-30Sep2025',
|
|
5508
|
+
logo_URIs: {
|
|
5509
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
5510
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
5511
|
+
},
|
|
5512
|
+
images: [{
|
|
5513
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
5514
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
5515
|
+
}],
|
|
5516
|
+
type_asset: 'sdk.coin',
|
|
5517
|
+
traces: [{
|
|
5518
|
+
type: 'ibc',
|
|
5519
|
+
counterparty: {
|
|
5520
|
+
channel_id: 'channel-0',
|
|
5521
|
+
base_denom: 'p:uatom:30Sep2025',
|
|
5522
|
+
chain_name: 'pryzm'
|
|
5523
|
+
},
|
|
5524
|
+
chain: {
|
|
5525
|
+
channel_id: 'channel-859'
|
|
5526
|
+
}
|
|
5527
|
+
}]
|
|
5528
|
+
},
|
|
5459
5529
|
{
|
|
5460
5530
|
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025',
|
|
5461
5531
|
denom_units: [{
|
|
@@ -5631,6 +5701,76 @@ const assets = {
|
|
|
5631
5701
|
}
|
|
5632
5702
|
}]
|
|
5633
5703
|
},
|
|
5704
|
+
{
|
|
5705
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Jun2025',
|
|
5706
|
+
denom_units: [{
|
|
5707
|
+
denom: 'ibc/94363A11FD0BE9E52F0EE1BE23EBFBCCB406B6EECBB0189EE218467E1DE3EDBA',
|
|
5708
|
+
exponent: 0,
|
|
5709
|
+
aliases: ['p:uosmo:30Jun2025']
|
|
5710
|
+
}, {
|
|
5711
|
+
denom: 'pOSMO30Jun2025',
|
|
5712
|
+
exponent: 6
|
|
5713
|
+
}],
|
|
5714
|
+
base: 'ibc/94363A11FD0BE9E52F0EE1BE23EBFBCCB406B6EECBB0189EE218467E1DE3EDBA',
|
|
5715
|
+
name: 'pOsmo (30Jun2025)',
|
|
5716
|
+
display: 'pOSMO30Jun2025',
|
|
5717
|
+
symbol: 'pOSMO-30Jun2025',
|
|
5718
|
+
logo_URIs: {
|
|
5719
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
5720
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
5721
|
+
},
|
|
5722
|
+
images: [{
|
|
5723
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
5724
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
5725
|
+
}],
|
|
5726
|
+
type_asset: 'sdk.coin',
|
|
5727
|
+
traces: [{
|
|
5728
|
+
type: 'ibc',
|
|
5729
|
+
counterparty: {
|
|
5730
|
+
channel_id: 'channel-0',
|
|
5731
|
+
base_denom: 'p:uosmo:30Jun2025',
|
|
5732
|
+
chain_name: 'pryzm'
|
|
5733
|
+
},
|
|
5734
|
+
chain: {
|
|
5735
|
+
channel_id: 'channel-859'
|
|
5736
|
+
}
|
|
5737
|
+
}]
|
|
5738
|
+
},
|
|
5739
|
+
{
|
|
5740
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2025',
|
|
5741
|
+
denom_units: [{
|
|
5742
|
+
denom: 'ibc/6E4A0A17146E39482CDCB741FCC220E55A3396F0E323602AFE14A61D42E3D745',
|
|
5743
|
+
exponent: 0,
|
|
5744
|
+
aliases: ['p:uosmo:30Sep2025']
|
|
5745
|
+
}, {
|
|
5746
|
+
denom: 'pOSMO30Sep2025',
|
|
5747
|
+
exponent: 6
|
|
5748
|
+
}],
|
|
5749
|
+
base: 'ibc/6E4A0A17146E39482CDCB741FCC220E55A3396F0E323602AFE14A61D42E3D745',
|
|
5750
|
+
name: 'pOsmo (30Sep2025)',
|
|
5751
|
+
display: 'pOSMO30Sep2025',
|
|
5752
|
+
symbol: 'pOSMO-30Sep2025',
|
|
5753
|
+
logo_URIs: {
|
|
5754
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
5755
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
5756
|
+
},
|
|
5757
|
+
images: [{
|
|
5758
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
5759
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
5760
|
+
}],
|
|
5761
|
+
type_asset: 'sdk.coin',
|
|
5762
|
+
traces: [{
|
|
5763
|
+
type: 'ibc',
|
|
5764
|
+
counterparty: {
|
|
5765
|
+
channel_id: 'channel-0',
|
|
5766
|
+
base_denom: 'p:uosmo:30Sep2025',
|
|
5767
|
+
chain_name: 'pryzm'
|
|
5768
|
+
},
|
|
5769
|
+
chain: {
|
|
5770
|
+
channel_id: 'channel-859'
|
|
5771
|
+
}
|
|
5772
|
+
}]
|
|
5773
|
+
},
|
|
5634
5774
|
{
|
|
5635
5775
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025',
|
|
5636
5776
|
denom_units: [{
|
|
@@ -5806,6 +5946,76 @@ const assets = {
|
|
|
5806
5946
|
}
|
|
5807
5947
|
}]
|
|
5808
5948
|
},
|
|
5949
|
+
{
|
|
5950
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Jun2025',
|
|
5951
|
+
denom_units: [{
|
|
5952
|
+
denom: 'ibc/0D955581BB17CB7EC811D843D14DDE6FFD9F86D659D2A0400D3CCFB74F4AFBE0',
|
|
5953
|
+
exponent: 0,
|
|
5954
|
+
aliases: ['p:inj:30Jun2025']
|
|
5955
|
+
}, {
|
|
5956
|
+
denom: 'pINJ30Jun2025',
|
|
5957
|
+
exponent: 18
|
|
5958
|
+
}],
|
|
5959
|
+
base: 'ibc/0D955581BB17CB7EC811D843D14DDE6FFD9F86D659D2A0400D3CCFB74F4AFBE0',
|
|
5960
|
+
name: 'pInj (30Jun2025)',
|
|
5961
|
+
display: 'pINJ30Jun2025',
|
|
5962
|
+
symbol: 'pINJ-30Jun2025',
|
|
5963
|
+
logo_URIs: {
|
|
5964
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
5965
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
5966
|
+
},
|
|
5967
|
+
images: [{
|
|
5968
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
5969
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
5970
|
+
}],
|
|
5971
|
+
type_asset: 'sdk.coin',
|
|
5972
|
+
traces: [{
|
|
5973
|
+
type: 'ibc',
|
|
5974
|
+
counterparty: {
|
|
5975
|
+
channel_id: 'channel-0',
|
|
5976
|
+
base_denom: 'p:inj:30Jun2025',
|
|
5977
|
+
chain_name: 'pryzm'
|
|
5978
|
+
},
|
|
5979
|
+
chain: {
|
|
5980
|
+
channel_id: 'channel-859'
|
|
5981
|
+
}
|
|
5982
|
+
}]
|
|
5983
|
+
},
|
|
5984
|
+
{
|
|
5985
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2025',
|
|
5986
|
+
denom_units: [{
|
|
5987
|
+
denom: 'ibc/F73785493A039EA898A43B2D31E5913C5B17C3AD7B66D20A18769646218024D7',
|
|
5988
|
+
exponent: 0,
|
|
5989
|
+
aliases: ['p:inj:30Sep2025']
|
|
5990
|
+
}, {
|
|
5991
|
+
denom: 'pINJ30Sep2025',
|
|
5992
|
+
exponent: 18
|
|
5993
|
+
}],
|
|
5994
|
+
base: 'ibc/F73785493A039EA898A43B2D31E5913C5B17C3AD7B66D20A18769646218024D7',
|
|
5995
|
+
name: 'pInj (30Sep2025)',
|
|
5996
|
+
display: 'pINJ30Sep2025',
|
|
5997
|
+
symbol: 'pINJ-30Sep2025',
|
|
5998
|
+
logo_URIs: {
|
|
5999
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
6000
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
6001
|
+
},
|
|
6002
|
+
images: [{
|
|
6003
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
6004
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
6005
|
+
}],
|
|
6006
|
+
type_asset: 'sdk.coin',
|
|
6007
|
+
traces: [{
|
|
6008
|
+
type: 'ibc',
|
|
6009
|
+
counterparty: {
|
|
6010
|
+
channel_id: 'channel-0',
|
|
6011
|
+
base_denom: 'p:inj:30Sep2025',
|
|
6012
|
+
chain_name: 'pryzm'
|
|
6013
|
+
},
|
|
6014
|
+
chain: {
|
|
6015
|
+
channel_id: 'channel-859'
|
|
6016
|
+
}
|
|
6017
|
+
}]
|
|
6018
|
+
},
|
|
5809
6019
|
{
|
|
5810
6020
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025',
|
|
5811
6021
|
denom_units: [{
|
|
@@ -5981,6 +6191,76 @@ const assets = {
|
|
|
5981
6191
|
}
|
|
5982
6192
|
}]
|
|
5983
6193
|
},
|
|
6194
|
+
{
|
|
6195
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Jun2025',
|
|
6196
|
+
denom_units: [{
|
|
6197
|
+
denom: 'ibc/F037223A610D97E487F3948D3A8390B44EC9D4D6B3FC98EC6902DA2AA5FABE4E',
|
|
6198
|
+
exponent: 0,
|
|
6199
|
+
aliases: ['p:uluna:30Jun2025']
|
|
6200
|
+
}, {
|
|
6201
|
+
denom: 'pLUNA30Jun2025',
|
|
6202
|
+
exponent: 6
|
|
6203
|
+
}],
|
|
6204
|
+
base: 'ibc/F037223A610D97E487F3948D3A8390B44EC9D4D6B3FC98EC6902DA2AA5FABE4E',
|
|
6205
|
+
name: 'pLuna (30Jun2025)',
|
|
6206
|
+
display: 'pLUNA30Jun2025',
|
|
6207
|
+
symbol: 'pLUNA-30Jun2025',
|
|
6208
|
+
logo_URIs: {
|
|
6209
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
6210
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
6211
|
+
},
|
|
6212
|
+
images: [{
|
|
6213
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
6214
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
6215
|
+
}],
|
|
6216
|
+
type_asset: 'sdk.coin',
|
|
6217
|
+
traces: [{
|
|
6218
|
+
type: 'ibc',
|
|
6219
|
+
counterparty: {
|
|
6220
|
+
channel_id: 'channel-0',
|
|
6221
|
+
base_denom: 'p:uluna:30Jun2025',
|
|
6222
|
+
chain_name: 'pryzm'
|
|
6223
|
+
},
|
|
6224
|
+
chain: {
|
|
6225
|
+
channel_id: 'channel-859'
|
|
6226
|
+
}
|
|
6227
|
+
}]
|
|
6228
|
+
},
|
|
6229
|
+
{
|
|
6230
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2025',
|
|
6231
|
+
denom_units: [{
|
|
6232
|
+
denom: 'ibc/F860A8B42A0253DE4F9F123BD2E79629CAF8F25D54CBEE310970F839AF180740',
|
|
6233
|
+
exponent: 0,
|
|
6234
|
+
aliases: ['p:uluna:30Sep2025']
|
|
6235
|
+
}, {
|
|
6236
|
+
denom: 'pLUNA30Sep2025',
|
|
6237
|
+
exponent: 6
|
|
6238
|
+
}],
|
|
6239
|
+
base: 'ibc/F860A8B42A0253DE4F9F123BD2E79629CAF8F25D54CBEE310970F839AF180740',
|
|
6240
|
+
name: 'pLuna (30Sep2025)',
|
|
6241
|
+
display: 'pLUNA30Sep2025',
|
|
6242
|
+
symbol: 'pLUNA-30Sep2025',
|
|
6243
|
+
logo_URIs: {
|
|
6244
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
6245
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
6246
|
+
},
|
|
6247
|
+
images: [{
|
|
6248
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
6249
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
6250
|
+
}],
|
|
6251
|
+
type_asset: 'sdk.coin',
|
|
6252
|
+
traces: [{
|
|
6253
|
+
type: 'ibc',
|
|
6254
|
+
counterparty: {
|
|
6255
|
+
channel_id: 'channel-0',
|
|
6256
|
+
base_denom: 'p:uluna:30Sep2025',
|
|
6257
|
+
chain_name: 'pryzm'
|
|
6258
|
+
},
|
|
6259
|
+
chain: {
|
|
6260
|
+
channel_id: 'channel-859'
|
|
6261
|
+
}
|
|
6262
|
+
}]
|
|
6263
|
+
},
|
|
5984
6264
|
{
|
|
5985
6265
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
|
|
5986
6266
|
denom_units: [{
|
|
@@ -6121,6 +6401,41 @@ const assets = {
|
|
|
6121
6401
|
}
|
|
6122
6402
|
}]
|
|
6123
6403
|
},
|
|
6404
|
+
{
|
|
6405
|
+
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Jun2025',
|
|
6406
|
+
denom_units: [{
|
|
6407
|
+
denom: 'ibc/1EADF4FF736D66B2E335D9F2F67AE738BDC848C587B1B21A5E752456DDB68234',
|
|
6408
|
+
exponent: 0,
|
|
6409
|
+
aliases: ['p:uauuu:30Jun2025']
|
|
6410
|
+
}, {
|
|
6411
|
+
denom: 'pAUUU30Jun2025',
|
|
6412
|
+
exponent: 6
|
|
6413
|
+
}],
|
|
6414
|
+
base: 'ibc/1EADF4FF736D66B2E335D9F2F67AE738BDC848C587B1B21A5E752456DDB68234',
|
|
6415
|
+
name: 'pAuuu (30Jun2025)',
|
|
6416
|
+
display: 'pAUUU30Jun2025',
|
|
6417
|
+
symbol: 'pAUUU-30Jun2025',
|
|
6418
|
+
logo_URIs: {
|
|
6419
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
6420
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
6421
|
+
},
|
|
6422
|
+
images: [{
|
|
6423
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
6424
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
6425
|
+
}],
|
|
6426
|
+
type_asset: 'sdk.coin',
|
|
6427
|
+
traces: [{
|
|
6428
|
+
type: 'ibc',
|
|
6429
|
+
counterparty: {
|
|
6430
|
+
channel_id: 'channel-0',
|
|
6431
|
+
base_denom: 'p:uauuu:30Jun2025',
|
|
6432
|
+
chain_name: 'pryzm'
|
|
6433
|
+
},
|
|
6434
|
+
chain: {
|
|
6435
|
+
channel_id: 'channel-859'
|
|
6436
|
+
}
|
|
6437
|
+
}]
|
|
6438
|
+
},
|
|
6124
6439
|
{
|
|
6125
6440
|
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2025',
|
|
6126
6441
|
denom_units: [{
|
|
@@ -6297,19 +6612,19 @@ const assets = {
|
|
|
6297
6612
|
}]
|
|
6298
6613
|
},
|
|
6299
6614
|
{
|
|
6300
|
-
description: 'Pryzm\'s refracted principal token for stTIA with maturity of
|
|
6615
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Jun2025',
|
|
6301
6616
|
denom_units: [{
|
|
6302
|
-
denom: 'ibc/
|
|
6617
|
+
denom: 'ibc/060F743A84A364797B5CA768F4B3D8E8867AF2664BF9FF5BE6FBC9E2905C0BD2',
|
|
6303
6618
|
exponent: 0,
|
|
6304
|
-
aliases: ['p:stutia:
|
|
6619
|
+
aliases: ['p:stutia:30Jun2025']
|
|
6305
6620
|
}, {
|
|
6306
|
-
denom: '
|
|
6621
|
+
denom: 'pstTIA30Jun2025',
|
|
6307
6622
|
exponent: 6
|
|
6308
6623
|
}],
|
|
6309
|
-
base: 'ibc/
|
|
6310
|
-
name: 'pstTia (
|
|
6311
|
-
display: '
|
|
6312
|
-
symbol: 'pstTIA-
|
|
6624
|
+
base: 'ibc/060F743A84A364797B5CA768F4B3D8E8867AF2664BF9FF5BE6FBC9E2905C0BD2',
|
|
6625
|
+
name: 'pstTia (30Jun2025)',
|
|
6626
|
+
display: 'pstTIA30Jun2025',
|
|
6627
|
+
symbol: 'pstTIA-30Jun2025',
|
|
6313
6628
|
logo_URIs: {
|
|
6314
6629
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
6315
6630
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
@@ -6323,7 +6638,7 @@ const assets = {
|
|
|
6323
6638
|
type: 'ibc',
|
|
6324
6639
|
counterparty: {
|
|
6325
6640
|
channel_id: 'channel-0',
|
|
6326
|
-
base_denom: 'p:stutia:
|
|
6641
|
+
base_denom: 'p:stutia:30Jun2025',
|
|
6327
6642
|
chain_name: 'pryzm'
|
|
6328
6643
|
},
|
|
6329
6644
|
chain: {
|
|
@@ -6332,20 +6647,55 @@ const assets = {
|
|
|
6332
6647
|
}]
|
|
6333
6648
|
},
|
|
6334
6649
|
{
|
|
6335
|
-
description: 'Pryzm\'s refracted principal token for stTIA with maturity of
|
|
6650
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025',
|
|
6336
6651
|
denom_units: [{
|
|
6337
|
-
denom: 'ibc/
|
|
6652
|
+
denom: 'ibc/8157ACE6349D6C0FD4B91E2F1496E412D22FAA7708B805350C9090F78C5DD59B',
|
|
6338
6653
|
exponent: 0,
|
|
6339
|
-
aliases: ['p:stutia:
|
|
6654
|
+
aliases: ['p:stutia:31Dec2025']
|
|
6340
6655
|
}, {
|
|
6341
|
-
denom: '
|
|
6656
|
+
denom: 'pstTIA31Dec2025',
|
|
6342
6657
|
exponent: 6
|
|
6343
6658
|
}],
|
|
6344
|
-
base: 'ibc/
|
|
6345
|
-
name: 'pstTia (
|
|
6346
|
-
display: '
|
|
6347
|
-
symbol: 'pstTIA-
|
|
6348
|
-
logo_URIs: {
|
|
6659
|
+
base: 'ibc/8157ACE6349D6C0FD4B91E2F1496E412D22FAA7708B805350C9090F78C5DD59B',
|
|
6660
|
+
name: 'pstTia (31Dec2025)',
|
|
6661
|
+
display: 'pstTIA31Dec2025',
|
|
6662
|
+
symbol: 'pstTIA-31Dec2025',
|
|
6663
|
+
logo_URIs: {
|
|
6664
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
6665
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
6666
|
+
},
|
|
6667
|
+
images: [{
|
|
6668
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
6669
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
6670
|
+
}],
|
|
6671
|
+
type_asset: 'sdk.coin',
|
|
6672
|
+
traces: [{
|
|
6673
|
+
type: 'ibc',
|
|
6674
|
+
counterparty: {
|
|
6675
|
+
channel_id: 'channel-0',
|
|
6676
|
+
base_denom: 'p:stutia:31Dec2025',
|
|
6677
|
+
chain_name: 'pryzm'
|
|
6678
|
+
},
|
|
6679
|
+
chain: {
|
|
6680
|
+
channel_id: 'channel-859'
|
|
6681
|
+
}
|
|
6682
|
+
}]
|
|
6683
|
+
},
|
|
6684
|
+
{
|
|
6685
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
|
|
6686
|
+
denom_units: [{
|
|
6687
|
+
denom: 'ibc/072118121E38B2B036BF4371A701E111087764516981BC89F193053B91CE2A91',
|
|
6688
|
+
exponent: 0,
|
|
6689
|
+
aliases: ['p:stutia:31Dec2026']
|
|
6690
|
+
}, {
|
|
6691
|
+
denom: 'pstTIA31Dec2026',
|
|
6692
|
+
exponent: 6
|
|
6693
|
+
}],
|
|
6694
|
+
base: 'ibc/072118121E38B2B036BF4371A701E111087764516981BC89F193053B91CE2A91',
|
|
6695
|
+
name: 'pstTia (31Dec2026)',
|
|
6696
|
+
display: 'pstTIA31Dec2026',
|
|
6697
|
+
symbol: 'pstTIA-31Dec2026',
|
|
6698
|
+
logo_URIs: {
|
|
6349
6699
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
6350
6700
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
6351
6701
|
},
|
|
@@ -6471,6 +6821,41 @@ const assets = {
|
|
|
6471
6821
|
}
|
|
6472
6822
|
}]
|
|
6473
6823
|
},
|
|
6824
|
+
{
|
|
6825
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Jun2025',
|
|
6826
|
+
denom_units: [{
|
|
6827
|
+
denom: 'ibc/E1E62A0FC68A508C83113EB8398B0FA956582C9C6C56E20BBC09064C50841AA6',
|
|
6828
|
+
exponent: 0,
|
|
6829
|
+
aliases: ['p:stadydx:30Jun2025']
|
|
6830
|
+
}, {
|
|
6831
|
+
denom: 'pstDYDX30Jun2025',
|
|
6832
|
+
exponent: 18
|
|
6833
|
+
}],
|
|
6834
|
+
base: 'ibc/E1E62A0FC68A508C83113EB8398B0FA956582C9C6C56E20BBC09064C50841AA6',
|
|
6835
|
+
name: 'pstDydx (30Jun2025)',
|
|
6836
|
+
display: 'pstDYDX30Jun2025',
|
|
6837
|
+
symbol: 'pstDYDX-30Jun2025',
|
|
6838
|
+
logo_URIs: {
|
|
6839
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
6840
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
6841
|
+
},
|
|
6842
|
+
images: [{
|
|
6843
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
6844
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
6845
|
+
}],
|
|
6846
|
+
type_asset: 'sdk.coin',
|
|
6847
|
+
traces: [{
|
|
6848
|
+
type: 'ibc',
|
|
6849
|
+
counterparty: {
|
|
6850
|
+
channel_id: 'channel-0',
|
|
6851
|
+
base_denom: 'p:stadydx:30Jun2025',
|
|
6852
|
+
chain_name: 'pryzm'
|
|
6853
|
+
},
|
|
6854
|
+
chain: {
|
|
6855
|
+
channel_id: 'channel-859'
|
|
6856
|
+
}
|
|
6857
|
+
}]
|
|
6858
|
+
},
|
|
6474
6859
|
{
|
|
6475
6860
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025',
|
|
6476
6861
|
denom_units: [{
|
|
@@ -6786,6 +7171,76 @@ const assets = {
|
|
|
6786
7171
|
}
|
|
6787
7172
|
}]
|
|
6788
7173
|
},
|
|
7174
|
+
{
|
|
7175
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 30Jun2025',
|
|
7176
|
+
denom_units: [{
|
|
7177
|
+
denom: 'ibc/E80F054C9F509D6980729A8D39E9976DEB5A7602BFE0BB957B9BB4E532530FC9',
|
|
7178
|
+
exponent: 0,
|
|
7179
|
+
aliases: ['p:utia:30Jun2025']
|
|
7180
|
+
}, {
|
|
7181
|
+
denom: 'pTIA30Jun2025',
|
|
7182
|
+
exponent: 6
|
|
7183
|
+
}],
|
|
7184
|
+
base: 'ibc/E80F054C9F509D6980729A8D39E9976DEB5A7602BFE0BB957B9BB4E532530FC9',
|
|
7185
|
+
name: 'pTia (30Jun2025)',
|
|
7186
|
+
display: 'pTIA30Jun2025',
|
|
7187
|
+
symbol: 'pTIA-30Jun2025',
|
|
7188
|
+
logo_URIs: {
|
|
7189
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
7190
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
7191
|
+
},
|
|
7192
|
+
images: [{
|
|
7193
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
7194
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
7195
|
+
}],
|
|
7196
|
+
type_asset: 'sdk.coin',
|
|
7197
|
+
traces: [{
|
|
7198
|
+
type: 'ibc',
|
|
7199
|
+
counterparty: {
|
|
7200
|
+
channel_id: 'channel-0',
|
|
7201
|
+
base_denom: 'p:utia:30Jun2025',
|
|
7202
|
+
chain_name: 'pryzm'
|
|
7203
|
+
},
|
|
7204
|
+
chain: {
|
|
7205
|
+
channel_id: 'channel-859'
|
|
7206
|
+
}
|
|
7207
|
+
}]
|
|
7208
|
+
},
|
|
7209
|
+
{
|
|
7210
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 30Sep2025',
|
|
7211
|
+
denom_units: [{
|
|
7212
|
+
denom: 'ibc/B46819804EA6F36F2108AAE6CD3A5B022B6589531F361B6CEC47E21D0C0DA0A5',
|
|
7213
|
+
exponent: 0,
|
|
7214
|
+
aliases: ['p:utia:30Sep2025']
|
|
7215
|
+
}, {
|
|
7216
|
+
denom: 'pTIA30Sep2025',
|
|
7217
|
+
exponent: 6
|
|
7218
|
+
}],
|
|
7219
|
+
base: 'ibc/B46819804EA6F36F2108AAE6CD3A5B022B6589531F361B6CEC47E21D0C0DA0A5',
|
|
7220
|
+
name: 'pTia (30Sep2025)',
|
|
7221
|
+
display: 'pTIA30Sep2025',
|
|
7222
|
+
symbol: 'pTIA-30Sep2025',
|
|
7223
|
+
logo_URIs: {
|
|
7224
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
7225
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
7226
|
+
},
|
|
7227
|
+
images: [{
|
|
7228
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
7229
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
7230
|
+
}],
|
|
7231
|
+
type_asset: 'sdk.coin',
|
|
7232
|
+
traces: [{
|
|
7233
|
+
type: 'ibc',
|
|
7234
|
+
counterparty: {
|
|
7235
|
+
channel_id: 'channel-0',
|
|
7236
|
+
base_denom: 'p:utia:30Sep2025',
|
|
7237
|
+
chain_name: 'pryzm'
|
|
7238
|
+
},
|
|
7239
|
+
chain: {
|
|
7240
|
+
channel_id: 'channel-859'
|
|
7241
|
+
}
|
|
7242
|
+
}]
|
|
7243
|
+
},
|
|
6789
7244
|
{
|
|
6790
7245
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
6791
7246
|
denom_units: [{
|
|
@@ -6996,6 +7451,76 @@ const assets = {
|
|
|
6996
7451
|
}
|
|
6997
7452
|
}]
|
|
6998
7453
|
},
|
|
7454
|
+
{
|
|
7455
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Mar2026',
|
|
7456
|
+
denom_units: [{
|
|
7457
|
+
denom: 'ibc/4EA48644F78004A456AE1D748A0C1D42A420DDDC41A95AC1A62D22F997893C8E',
|
|
7458
|
+
exponent: 0,
|
|
7459
|
+
aliases: ['p:ausdy:31Mar2026']
|
|
7460
|
+
}, {
|
|
7461
|
+
denom: 'pUSDY31Mar2026',
|
|
7462
|
+
exponent: 18
|
|
7463
|
+
}],
|
|
7464
|
+
base: 'ibc/4EA48644F78004A456AE1D748A0C1D42A420DDDC41A95AC1A62D22F997893C8E',
|
|
7465
|
+
name: 'pUsdy (31Mar2026)',
|
|
7466
|
+
display: 'pUSDY31Mar2026',
|
|
7467
|
+
symbol: 'pUSDY-31Mar2026',
|
|
7468
|
+
logo_URIs: {
|
|
7469
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
7470
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
7471
|
+
},
|
|
7472
|
+
images: [{
|
|
7473
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
7474
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
7475
|
+
}],
|
|
7476
|
+
type_asset: 'sdk.coin',
|
|
7477
|
+
traces: [{
|
|
7478
|
+
type: 'ibc',
|
|
7479
|
+
counterparty: {
|
|
7480
|
+
channel_id: 'channel-0',
|
|
7481
|
+
base_denom: 'p:ausdy:31Mar2026',
|
|
7482
|
+
chain_name: 'pryzm'
|
|
7483
|
+
},
|
|
7484
|
+
chain: {
|
|
7485
|
+
channel_id: 'channel-859'
|
|
7486
|
+
}
|
|
7487
|
+
}]
|
|
7488
|
+
},
|
|
7489
|
+
{
|
|
7490
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Jun2026',
|
|
7491
|
+
denom_units: [{
|
|
7492
|
+
denom: 'ibc/AFA6D4C7F9E0C61D4FAC69256DC83FAFBE3592A85ECFFE0B08C14457ADCE6809',
|
|
7493
|
+
exponent: 0,
|
|
7494
|
+
aliases: ['p:ausdy:30Jun2026']
|
|
7495
|
+
}, {
|
|
7496
|
+
denom: 'pUSDY30Jun2026',
|
|
7497
|
+
exponent: 18
|
|
7498
|
+
}],
|
|
7499
|
+
base: 'ibc/AFA6D4C7F9E0C61D4FAC69256DC83FAFBE3592A85ECFFE0B08C14457ADCE6809',
|
|
7500
|
+
name: 'pUsdy (30Jun2026)',
|
|
7501
|
+
display: 'pUSDY30Jun2026',
|
|
7502
|
+
symbol: 'pUSDY-30Jun2026',
|
|
7503
|
+
logo_URIs: {
|
|
7504
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
7505
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
7506
|
+
},
|
|
7507
|
+
images: [{
|
|
7508
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
7509
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
7510
|
+
}],
|
|
7511
|
+
type_asset: 'sdk.coin',
|
|
7512
|
+
traces: [{
|
|
7513
|
+
type: 'ibc',
|
|
7514
|
+
counterparty: {
|
|
7515
|
+
channel_id: 'channel-0',
|
|
7516
|
+
base_denom: 'p:ausdy:30Jun2026',
|
|
7517
|
+
chain_name: 'pryzm'
|
|
7518
|
+
},
|
|
7519
|
+
chain: {
|
|
7520
|
+
channel_id: 'channel-859'
|
|
7521
|
+
}
|
|
7522
|
+
}]
|
|
7523
|
+
},
|
|
6999
7524
|
{
|
|
7000
7525
|
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2025',
|
|
7001
7526
|
denom_units: [{
|
|
@@ -7136,6 +7661,76 @@ const assets = {
|
|
|
7136
7661
|
}
|
|
7137
7662
|
}]
|
|
7138
7663
|
},
|
|
7664
|
+
{
|
|
7665
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2026',
|
|
7666
|
+
denom_units: [{
|
|
7667
|
+
denom: 'ibc/D4C0BF06BDA6D406FA7D7043EBF2C5C7860B3EC9D5CD64C415B1EEF901447F4B',
|
|
7668
|
+
exponent: 0,
|
|
7669
|
+
aliases: ['p:upryzm:31Mar2026']
|
|
7670
|
+
}, {
|
|
7671
|
+
denom: 'pPRYZM31Mar2026',
|
|
7672
|
+
exponent: 6
|
|
7673
|
+
}],
|
|
7674
|
+
base: 'ibc/D4C0BF06BDA6D406FA7D7043EBF2C5C7860B3EC9D5CD64C415B1EEF901447F4B',
|
|
7675
|
+
name: 'pPryzm (31Mar2026)',
|
|
7676
|
+
display: 'pPRYZM31Mar2026',
|
|
7677
|
+
symbol: 'pPRYZM-31Mar2026',
|
|
7678
|
+
logo_URIs: {
|
|
7679
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
7680
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
7681
|
+
},
|
|
7682
|
+
images: [{
|
|
7683
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
7684
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
7685
|
+
}],
|
|
7686
|
+
type_asset: 'sdk.coin',
|
|
7687
|
+
traces: [{
|
|
7688
|
+
type: 'ibc',
|
|
7689
|
+
counterparty: {
|
|
7690
|
+
channel_id: 'channel-0',
|
|
7691
|
+
base_denom: 'p:upryzm:31Mar2026',
|
|
7692
|
+
chain_name: 'pryzm'
|
|
7693
|
+
},
|
|
7694
|
+
chain: {
|
|
7695
|
+
channel_id: 'channel-859'
|
|
7696
|
+
}
|
|
7697
|
+
}]
|
|
7698
|
+
},
|
|
7699
|
+
{
|
|
7700
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Jun2026',
|
|
7701
|
+
denom_units: [{
|
|
7702
|
+
denom: 'ibc/E988166E4A0A2C2F4202023508C187F248A0917D3E5B8423864C9D1DC542DB1B',
|
|
7703
|
+
exponent: 0,
|
|
7704
|
+
aliases: ['p:upryzm:30Jun2026']
|
|
7705
|
+
}, {
|
|
7706
|
+
denom: 'pPRYZM30Jun2026',
|
|
7707
|
+
exponent: 6
|
|
7708
|
+
}],
|
|
7709
|
+
base: 'ibc/E988166E4A0A2C2F4202023508C187F248A0917D3E5B8423864C9D1DC542DB1B',
|
|
7710
|
+
name: 'pPryzm (30Jun2026)',
|
|
7711
|
+
display: 'pPRYZM30Jun2026',
|
|
7712
|
+
symbol: 'pPRYZM-30Jun2026',
|
|
7713
|
+
logo_URIs: {
|
|
7714
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
7715
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
7716
|
+
},
|
|
7717
|
+
images: [{
|
|
7718
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
7719
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
7720
|
+
}],
|
|
7721
|
+
type_asset: 'sdk.coin',
|
|
7722
|
+
traces: [{
|
|
7723
|
+
type: 'ibc',
|
|
7724
|
+
counterparty: {
|
|
7725
|
+
channel_id: 'channel-0',
|
|
7726
|
+
base_denom: 'p:upryzm:30Jun2026',
|
|
7727
|
+
chain_name: 'pryzm'
|
|
7728
|
+
},
|
|
7729
|
+
chain: {
|
|
7730
|
+
channel_id: 'channel-859'
|
|
7731
|
+
}
|
|
7732
|
+
}]
|
|
7733
|
+
},
|
|
7139
7734
|
{
|
|
7140
7735
|
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2025',
|
|
7141
7736
|
denom_units: [{
|
|
@@ -7276,6 +7871,41 @@ const assets = {
|
|
|
7276
7871
|
}
|
|
7277
7872
|
}]
|
|
7278
7873
|
},
|
|
7874
|
+
{
|
|
7875
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2026',
|
|
7876
|
+
denom_units: [{
|
|
7877
|
+
denom: 'ibc/0A93CD083733B759E60F5FC98CAC6AD76A6719E641303268757069843BE79CD2',
|
|
7878
|
+
exponent: 0,
|
|
7879
|
+
aliases: ['p:asusds:30Jun2026']
|
|
7880
|
+
}, {
|
|
7881
|
+
denom: 'psUSDS30Jun2026',
|
|
7882
|
+
exponent: 18
|
|
7883
|
+
}],
|
|
7884
|
+
base: 'ibc/0A93CD083733B759E60F5FC98CAC6AD76A6719E641303268757069843BE79CD2',
|
|
7885
|
+
name: 'psUsds (30Jun2026)',
|
|
7886
|
+
display: 'psUSDS30Jun2026',
|
|
7887
|
+
symbol: 'psUSDS-30Jun2026',
|
|
7888
|
+
logo_URIs: {
|
|
7889
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
7890
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
7891
|
+
},
|
|
7892
|
+
images: [{
|
|
7893
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
7894
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
7895
|
+
}],
|
|
7896
|
+
type_asset: 'sdk.coin',
|
|
7897
|
+
traces: [{
|
|
7898
|
+
type: 'ibc',
|
|
7899
|
+
counterparty: {
|
|
7900
|
+
channel_id: 'channel-0',
|
|
7901
|
+
base_denom: 'p:asusds:30Jun2026',
|
|
7902
|
+
chain_name: 'pryzm'
|
|
7903
|
+
},
|
|
7904
|
+
chain: {
|
|
7905
|
+
channel_id: 'channel-859'
|
|
7906
|
+
}
|
|
7907
|
+
}]
|
|
7908
|
+
},
|
|
7279
7909
|
{
|
|
7280
7910
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
7281
7911
|
denom_units: [{
|
|
@@ -7382,19 +8012,89 @@ const assets = {
|
|
|
7382
8012
|
}]
|
|
7383
8013
|
},
|
|
7384
8014
|
{
|
|
7385
|
-
description: 'Pryzm\'s refracted yield token for ATOM with maturity of
|
|
8015
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Jun2025',
|
|
7386
8016
|
denom_units: [{
|
|
7387
|
-
denom: 'ibc/
|
|
8017
|
+
denom: 'ibc/1561C147E9B0A0FA8DC9D772397F47947B4E55F8B93B626C054459D7B6FDDFA7',
|
|
7388
8018
|
exponent: 0,
|
|
7389
|
-
aliases: ['y:uatom:
|
|
8019
|
+
aliases: ['y:uatom:30Jun2025']
|
|
7390
8020
|
}, {
|
|
7391
|
-
denom: '
|
|
8021
|
+
denom: 'yATOM30Jun2025',
|
|
7392
8022
|
exponent: 6
|
|
7393
8023
|
}],
|
|
7394
|
-
base: 'ibc/
|
|
7395
|
-
name: 'yAtom (
|
|
7396
|
-
display: '
|
|
7397
|
-
symbol: 'yATOM-
|
|
8024
|
+
base: 'ibc/1561C147E9B0A0FA8DC9D772397F47947B4E55F8B93B626C054459D7B6FDDFA7',
|
|
8025
|
+
name: 'yAtom (30Jun2025)',
|
|
8026
|
+
display: 'yATOM30Jun2025',
|
|
8027
|
+
symbol: 'yATOM-30Jun2025',
|
|
8028
|
+
logo_URIs: {
|
|
8029
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
8030
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
8031
|
+
},
|
|
8032
|
+
images: [{
|
|
8033
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
8034
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
8035
|
+
}],
|
|
8036
|
+
type_asset: 'sdk.coin',
|
|
8037
|
+
traces: [{
|
|
8038
|
+
type: 'ibc',
|
|
8039
|
+
counterparty: {
|
|
8040
|
+
channel_id: 'channel-0',
|
|
8041
|
+
base_denom: 'y:uatom:30Jun2025',
|
|
8042
|
+
chain_name: 'pryzm'
|
|
8043
|
+
},
|
|
8044
|
+
chain: {
|
|
8045
|
+
channel_id: 'channel-859'
|
|
8046
|
+
}
|
|
8047
|
+
}]
|
|
8048
|
+
},
|
|
8049
|
+
{
|
|
8050
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2025',
|
|
8051
|
+
denom_units: [{
|
|
8052
|
+
denom: 'ibc/1700E82000BBFC548C66BA8971B38F9152D32DD62D8C5DF32644CAE036B097C5',
|
|
8053
|
+
exponent: 0,
|
|
8054
|
+
aliases: ['y:uatom:30Sep2025']
|
|
8055
|
+
}, {
|
|
8056
|
+
denom: 'yATOM30Sep2025',
|
|
8057
|
+
exponent: 6
|
|
8058
|
+
}],
|
|
8059
|
+
base: 'ibc/1700E82000BBFC548C66BA8971B38F9152D32DD62D8C5DF32644CAE036B097C5',
|
|
8060
|
+
name: 'yAtom (30Sep2025)',
|
|
8061
|
+
display: 'yATOM30Sep2025',
|
|
8062
|
+
symbol: 'yATOM-30Sep2025',
|
|
8063
|
+
logo_URIs: {
|
|
8064
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
8065
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
8066
|
+
},
|
|
8067
|
+
images: [{
|
|
8068
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
8069
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
8070
|
+
}],
|
|
8071
|
+
type_asset: 'sdk.coin',
|
|
8072
|
+
traces: [{
|
|
8073
|
+
type: 'ibc',
|
|
8074
|
+
counterparty: {
|
|
8075
|
+
channel_id: 'channel-0',
|
|
8076
|
+
base_denom: 'y:uatom:30Sep2025',
|
|
8077
|
+
chain_name: 'pryzm'
|
|
8078
|
+
},
|
|
8079
|
+
chain: {
|
|
8080
|
+
channel_id: 'channel-859'
|
|
8081
|
+
}
|
|
8082
|
+
}]
|
|
8083
|
+
},
|
|
8084
|
+
{
|
|
8085
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
|
|
8086
|
+
denom_units: [{
|
|
8087
|
+
denom: 'ibc/71FF1741C285AB613111516393D0CEE67397BBD24555A0F119E52C5CA8FC4139',
|
|
8088
|
+
exponent: 0,
|
|
8089
|
+
aliases: ['y:uatom:31Dec2025']
|
|
8090
|
+
}, {
|
|
8091
|
+
denom: 'yATOM31Dec2025',
|
|
8092
|
+
exponent: 6
|
|
8093
|
+
}],
|
|
8094
|
+
base: 'ibc/71FF1741C285AB613111516393D0CEE67397BBD24555A0F119E52C5CA8FC4139',
|
|
8095
|
+
name: 'yAtom (31Dec2025)',
|
|
8096
|
+
display: 'yATOM31Dec2025',
|
|
8097
|
+
symbol: 'yATOM-31Dec2025',
|
|
7398
8098
|
logo_URIs: {
|
|
7399
8099
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
7400
8100
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
@@ -7556,6 +8256,76 @@ const assets = {
|
|
|
7556
8256
|
}
|
|
7557
8257
|
}]
|
|
7558
8258
|
},
|
|
8259
|
+
{
|
|
8260
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Jun2025',
|
|
8261
|
+
denom_units: [{
|
|
8262
|
+
denom: 'ibc/4DB31AA43C2166979000FE8AE6CB5332C49B7300CC1BC2C10B4C63700733F63D',
|
|
8263
|
+
exponent: 0,
|
|
8264
|
+
aliases: ['y:uosmo:30Jun2025']
|
|
8265
|
+
}, {
|
|
8266
|
+
denom: 'yOSMO30Jun2025',
|
|
8267
|
+
exponent: 6
|
|
8268
|
+
}],
|
|
8269
|
+
base: 'ibc/4DB31AA43C2166979000FE8AE6CB5332C49B7300CC1BC2C10B4C63700733F63D',
|
|
8270
|
+
name: 'yOsmo (30Jun2025)',
|
|
8271
|
+
display: 'yOSMO30Jun2025',
|
|
8272
|
+
symbol: 'yOSMO-30Jun2025',
|
|
8273
|
+
logo_URIs: {
|
|
8274
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
8275
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
8276
|
+
},
|
|
8277
|
+
images: [{
|
|
8278
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
8279
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
8280
|
+
}],
|
|
8281
|
+
type_asset: 'sdk.coin',
|
|
8282
|
+
traces: [{
|
|
8283
|
+
type: 'ibc',
|
|
8284
|
+
counterparty: {
|
|
8285
|
+
channel_id: 'channel-0',
|
|
8286
|
+
base_denom: 'y:uosmo:30Jun2025',
|
|
8287
|
+
chain_name: 'pryzm'
|
|
8288
|
+
},
|
|
8289
|
+
chain: {
|
|
8290
|
+
channel_id: 'channel-859'
|
|
8291
|
+
}
|
|
8292
|
+
}]
|
|
8293
|
+
},
|
|
8294
|
+
{
|
|
8295
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Sep2025',
|
|
8296
|
+
denom_units: [{
|
|
8297
|
+
denom: 'ibc/ED92DE221C8E1821E3F9F8E58985034D09D0F9C9A52B125FB2E08EE4F2908FB2',
|
|
8298
|
+
exponent: 0,
|
|
8299
|
+
aliases: ['y:uosmo:30Sep2025']
|
|
8300
|
+
}, {
|
|
8301
|
+
denom: 'yOSMO30Sep2025',
|
|
8302
|
+
exponent: 6
|
|
8303
|
+
}],
|
|
8304
|
+
base: 'ibc/ED92DE221C8E1821E3F9F8E58985034D09D0F9C9A52B125FB2E08EE4F2908FB2',
|
|
8305
|
+
name: 'yOsmo (30Sep2025)',
|
|
8306
|
+
display: 'yOSMO30Sep2025',
|
|
8307
|
+
symbol: 'yOSMO-30Sep2025',
|
|
8308
|
+
logo_URIs: {
|
|
8309
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
8310
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
8311
|
+
},
|
|
8312
|
+
images: [{
|
|
8313
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
8314
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
8315
|
+
}],
|
|
8316
|
+
type_asset: 'sdk.coin',
|
|
8317
|
+
traces: [{
|
|
8318
|
+
type: 'ibc',
|
|
8319
|
+
counterparty: {
|
|
8320
|
+
channel_id: 'channel-0',
|
|
8321
|
+
base_denom: 'y:uosmo:30Sep2025',
|
|
8322
|
+
chain_name: 'pryzm'
|
|
8323
|
+
},
|
|
8324
|
+
chain: {
|
|
8325
|
+
channel_id: 'channel-859'
|
|
8326
|
+
}
|
|
8327
|
+
}]
|
|
8328
|
+
},
|
|
7559
8329
|
{
|
|
7560
8330
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025',
|
|
7561
8331
|
denom_units: [{
|
|
@@ -7731,6 +8501,76 @@ const assets = {
|
|
|
7731
8501
|
}
|
|
7732
8502
|
}]
|
|
7733
8503
|
},
|
|
8504
|
+
{
|
|
8505
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Jun2025',
|
|
8506
|
+
denom_units: [{
|
|
8507
|
+
denom: 'ibc/61844BB9E2B1F3E6E699133C47C48C42E0B1BC4A2523865CBB1AC13BFB41DC53',
|
|
8508
|
+
exponent: 0,
|
|
8509
|
+
aliases: ['y:inj:30Jun2025']
|
|
8510
|
+
}, {
|
|
8511
|
+
denom: 'yINJ30Jun2025',
|
|
8512
|
+
exponent: 18
|
|
8513
|
+
}],
|
|
8514
|
+
base: 'ibc/61844BB9E2B1F3E6E699133C47C48C42E0B1BC4A2523865CBB1AC13BFB41DC53',
|
|
8515
|
+
name: 'yInj (30Jun2025)',
|
|
8516
|
+
display: 'yINJ30Jun2025',
|
|
8517
|
+
symbol: 'yINJ-30Jun2025',
|
|
8518
|
+
logo_URIs: {
|
|
8519
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
8520
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
8521
|
+
},
|
|
8522
|
+
images: [{
|
|
8523
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
8524
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
8525
|
+
}],
|
|
8526
|
+
type_asset: 'sdk.coin',
|
|
8527
|
+
traces: [{
|
|
8528
|
+
type: 'ibc',
|
|
8529
|
+
counterparty: {
|
|
8530
|
+
channel_id: 'channel-0',
|
|
8531
|
+
base_denom: 'y:inj:30Jun2025',
|
|
8532
|
+
chain_name: 'pryzm'
|
|
8533
|
+
},
|
|
8534
|
+
chain: {
|
|
8535
|
+
channel_id: 'channel-859'
|
|
8536
|
+
}
|
|
8537
|
+
}]
|
|
8538
|
+
},
|
|
8539
|
+
{
|
|
8540
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2025',
|
|
8541
|
+
denom_units: [{
|
|
8542
|
+
denom: 'ibc/3E80231A30AF68A5E7886CD6196D0111D1DF871E3B9710B0452126C8E9C28454',
|
|
8543
|
+
exponent: 0,
|
|
8544
|
+
aliases: ['y:inj:30Sep2025']
|
|
8545
|
+
}, {
|
|
8546
|
+
denom: 'yINJ30Sep2025',
|
|
8547
|
+
exponent: 18
|
|
8548
|
+
}],
|
|
8549
|
+
base: 'ibc/3E80231A30AF68A5E7886CD6196D0111D1DF871E3B9710B0452126C8E9C28454',
|
|
8550
|
+
name: 'yInj (30Sep2025)',
|
|
8551
|
+
display: 'yINJ30Sep2025',
|
|
8552
|
+
symbol: 'yINJ-30Sep2025',
|
|
8553
|
+
logo_URIs: {
|
|
8554
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
8555
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
8556
|
+
},
|
|
8557
|
+
images: [{
|
|
8558
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
8559
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
8560
|
+
}],
|
|
8561
|
+
type_asset: 'sdk.coin',
|
|
8562
|
+
traces: [{
|
|
8563
|
+
type: 'ibc',
|
|
8564
|
+
counterparty: {
|
|
8565
|
+
channel_id: 'channel-0',
|
|
8566
|
+
base_denom: 'y:inj:30Sep2025',
|
|
8567
|
+
chain_name: 'pryzm'
|
|
8568
|
+
},
|
|
8569
|
+
chain: {
|
|
8570
|
+
channel_id: 'channel-859'
|
|
8571
|
+
}
|
|
8572
|
+
}]
|
|
8573
|
+
},
|
|
7734
8574
|
{
|
|
7735
8575
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025',
|
|
7736
8576
|
denom_units: [{
|
|
@@ -7906,6 +8746,76 @@ const assets = {
|
|
|
7906
8746
|
}
|
|
7907
8747
|
}]
|
|
7908
8748
|
},
|
|
8749
|
+
{
|
|
8750
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Jun2025',
|
|
8751
|
+
denom_units: [{
|
|
8752
|
+
denom: 'ibc/833E268674AEAB9FE7F34D4BF046315E887C65540ACBD58CF6A99BFF1358DDE8',
|
|
8753
|
+
exponent: 0,
|
|
8754
|
+
aliases: ['y:uluna:30Jun2025']
|
|
8755
|
+
}, {
|
|
8756
|
+
denom: 'yLUNA30Jun2025',
|
|
8757
|
+
exponent: 6
|
|
8758
|
+
}],
|
|
8759
|
+
base: 'ibc/833E268674AEAB9FE7F34D4BF046315E887C65540ACBD58CF6A99BFF1358DDE8',
|
|
8760
|
+
name: 'yLuna (30Jun2025)',
|
|
8761
|
+
display: 'yLUNA30Jun2025',
|
|
8762
|
+
symbol: 'yLUNA-30Jun2025',
|
|
8763
|
+
logo_URIs: {
|
|
8764
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
8765
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
8766
|
+
},
|
|
8767
|
+
images: [{
|
|
8768
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
8769
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
8770
|
+
}],
|
|
8771
|
+
type_asset: 'sdk.coin',
|
|
8772
|
+
traces: [{
|
|
8773
|
+
type: 'ibc',
|
|
8774
|
+
counterparty: {
|
|
8775
|
+
channel_id: 'channel-0',
|
|
8776
|
+
base_denom: 'y:uluna:30Jun2025',
|
|
8777
|
+
chain_name: 'pryzm'
|
|
8778
|
+
},
|
|
8779
|
+
chain: {
|
|
8780
|
+
channel_id: 'channel-859'
|
|
8781
|
+
}
|
|
8782
|
+
}]
|
|
8783
|
+
},
|
|
8784
|
+
{
|
|
8785
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2025',
|
|
8786
|
+
denom_units: [{
|
|
8787
|
+
denom: 'ibc/CE1BC8FAA4DD99AEEF70C1A24B4F4B9EFE0665C0E7415F45EB01FF3700014A5C',
|
|
8788
|
+
exponent: 0,
|
|
8789
|
+
aliases: ['y:uluna:30Sep2025']
|
|
8790
|
+
}, {
|
|
8791
|
+
denom: 'yLUNA30Sep2025',
|
|
8792
|
+
exponent: 6
|
|
8793
|
+
}],
|
|
8794
|
+
base: 'ibc/CE1BC8FAA4DD99AEEF70C1A24B4F4B9EFE0665C0E7415F45EB01FF3700014A5C',
|
|
8795
|
+
name: 'yLuna (30Sep2025)',
|
|
8796
|
+
display: 'yLUNA30Sep2025',
|
|
8797
|
+
symbol: 'yLUNA-30Sep2025',
|
|
8798
|
+
logo_URIs: {
|
|
8799
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
8800
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
8801
|
+
},
|
|
8802
|
+
images: [{
|
|
8803
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
8804
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
8805
|
+
}],
|
|
8806
|
+
type_asset: 'sdk.coin',
|
|
8807
|
+
traces: [{
|
|
8808
|
+
type: 'ibc',
|
|
8809
|
+
counterparty: {
|
|
8810
|
+
channel_id: 'channel-0',
|
|
8811
|
+
base_denom: 'y:uluna:30Sep2025',
|
|
8812
|
+
chain_name: 'pryzm'
|
|
8813
|
+
},
|
|
8814
|
+
chain: {
|
|
8815
|
+
channel_id: 'channel-859'
|
|
8816
|
+
}
|
|
8817
|
+
}]
|
|
8818
|
+
},
|
|
7909
8819
|
{
|
|
7910
8820
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025',
|
|
7911
8821
|
denom_units: [{
|
|
@@ -8046,6 +8956,41 @@ const assets = {
|
|
|
8046
8956
|
}
|
|
8047
8957
|
}]
|
|
8048
8958
|
},
|
|
8959
|
+
{
|
|
8960
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Jun2025',
|
|
8961
|
+
denom_units: [{
|
|
8962
|
+
denom: 'ibc/B104C4AF5D432D58A8D1BC762B396C1E10104FD35B238638956A39A816BA9724',
|
|
8963
|
+
exponent: 0,
|
|
8964
|
+
aliases: ['y:uauuu:30Jun2025']
|
|
8965
|
+
}, {
|
|
8966
|
+
denom: 'yAUUU30Jun2025',
|
|
8967
|
+
exponent: 6
|
|
8968
|
+
}],
|
|
8969
|
+
base: 'ibc/B104C4AF5D432D58A8D1BC762B396C1E10104FD35B238638956A39A816BA9724',
|
|
8970
|
+
name: 'yAuuu (30Jun2025)',
|
|
8971
|
+
display: 'yAUUU30Jun2025',
|
|
8972
|
+
symbol: 'yAUUU-30Jun2025',
|
|
8973
|
+
logo_URIs: {
|
|
8974
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
8975
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
8976
|
+
},
|
|
8977
|
+
images: [{
|
|
8978
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
8979
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
8980
|
+
}],
|
|
8981
|
+
type_asset: 'sdk.coin',
|
|
8982
|
+
traces: [{
|
|
8983
|
+
type: 'ibc',
|
|
8984
|
+
counterparty: {
|
|
8985
|
+
channel_id: 'channel-0',
|
|
8986
|
+
base_denom: 'y:uauuu:30Jun2025',
|
|
8987
|
+
chain_name: 'pryzm'
|
|
8988
|
+
},
|
|
8989
|
+
chain: {
|
|
8990
|
+
channel_id: 'channel-859'
|
|
8991
|
+
}
|
|
8992
|
+
}]
|
|
8993
|
+
},
|
|
8049
8994
|
{
|
|
8050
8995
|
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2025',
|
|
8051
8996
|
denom_units: [{
|
|
@@ -8222,19 +9167,19 @@ const assets = {
|
|
|
8222
9167
|
}]
|
|
8223
9168
|
},
|
|
8224
9169
|
{
|
|
8225
|
-
description: 'Pryzm\'s refracted yield token for stTIA with maturity of
|
|
9170
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Jun2025',
|
|
8226
9171
|
denom_units: [{
|
|
8227
|
-
denom: 'ibc/
|
|
9172
|
+
denom: 'ibc/D09F26630A4AF5B7A0D7804D0EE2DEE7BC19A1077D74B1F21B90619799ACA21D',
|
|
8228
9173
|
exponent: 0,
|
|
8229
|
-
aliases: ['y:stutia:
|
|
9174
|
+
aliases: ['y:stutia:30Jun2025']
|
|
8230
9175
|
}, {
|
|
8231
|
-
denom: '
|
|
9176
|
+
denom: 'ystTIA30Jun2025',
|
|
8232
9177
|
exponent: 6
|
|
8233
9178
|
}],
|
|
8234
|
-
base: 'ibc/
|
|
8235
|
-
name: 'ystTia (
|
|
8236
|
-
display: '
|
|
8237
|
-
symbol: 'ystTIA-
|
|
9179
|
+
base: 'ibc/D09F26630A4AF5B7A0D7804D0EE2DEE7BC19A1077D74B1F21B90619799ACA21D',
|
|
9180
|
+
name: 'ystTia (30Jun2025)',
|
|
9181
|
+
display: 'ystTIA30Jun2025',
|
|
9182
|
+
symbol: 'ystTIA-30Jun2025',
|
|
8238
9183
|
logo_URIs: {
|
|
8239
9184
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
8240
9185
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
@@ -8248,7 +9193,7 @@ const assets = {
|
|
|
8248
9193
|
type: 'ibc',
|
|
8249
9194
|
counterparty: {
|
|
8250
9195
|
channel_id: 'channel-0',
|
|
8251
|
-
base_denom: 'y:stutia:
|
|
9196
|
+
base_denom: 'y:stutia:30Jun2025',
|
|
8252
9197
|
chain_name: 'pryzm'
|
|
8253
9198
|
},
|
|
8254
9199
|
chain: {
|
|
@@ -8257,11 +9202,46 @@ const assets = {
|
|
|
8257
9202
|
}]
|
|
8258
9203
|
},
|
|
8259
9204
|
{
|
|
8260
|
-
description: 'Pryzm\'s refracted yield token for stTIA with maturity of
|
|
9205
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025',
|
|
8261
9206
|
denom_units: [{
|
|
8262
|
-
denom: 'ibc/
|
|
9207
|
+
denom: 'ibc/BFB8342D0534BCA90F99EA82958E2642C598C5FFEABB1B2F1D1A7F56B47F76CB',
|
|
8263
9208
|
exponent: 0,
|
|
8264
|
-
aliases: ['y:stutia:
|
|
9209
|
+
aliases: ['y:stutia:31Dec2025']
|
|
9210
|
+
}, {
|
|
9211
|
+
denom: 'ystTIA31Dec2025',
|
|
9212
|
+
exponent: 6
|
|
9213
|
+
}],
|
|
9214
|
+
base: 'ibc/BFB8342D0534BCA90F99EA82958E2642C598C5FFEABB1B2F1D1A7F56B47F76CB',
|
|
9215
|
+
name: 'ystTia (31Dec2025)',
|
|
9216
|
+
display: 'ystTIA31Dec2025',
|
|
9217
|
+
symbol: 'ystTIA-31Dec2025',
|
|
9218
|
+
logo_URIs: {
|
|
9219
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
9220
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
9221
|
+
},
|
|
9222
|
+
images: [{
|
|
9223
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
9224
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
9225
|
+
}],
|
|
9226
|
+
type_asset: 'sdk.coin',
|
|
9227
|
+
traces: [{
|
|
9228
|
+
type: 'ibc',
|
|
9229
|
+
counterparty: {
|
|
9230
|
+
channel_id: 'channel-0',
|
|
9231
|
+
base_denom: 'y:stutia:31Dec2025',
|
|
9232
|
+
chain_name: 'pryzm'
|
|
9233
|
+
},
|
|
9234
|
+
chain: {
|
|
9235
|
+
channel_id: 'channel-859'
|
|
9236
|
+
}
|
|
9237
|
+
}]
|
|
9238
|
+
},
|
|
9239
|
+
{
|
|
9240
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2026',
|
|
9241
|
+
denom_units: [{
|
|
9242
|
+
denom: 'ibc/4FEBF609E597CB5D951527AD1652A4F4BC0FC5F5C2F6DCCCB3F8198D489CAC08',
|
|
9243
|
+
exponent: 0,
|
|
9244
|
+
aliases: ['y:stutia:31Dec2026']
|
|
8265
9245
|
}, {
|
|
8266
9246
|
denom: 'ystTIA31Dec2026',
|
|
8267
9247
|
exponent: 6
|
|
@@ -8396,6 +9376,41 @@ const assets = {
|
|
|
8396
9376
|
}
|
|
8397
9377
|
}]
|
|
8398
9378
|
},
|
|
9379
|
+
{
|
|
9380
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Jun2025',
|
|
9381
|
+
denom_units: [{
|
|
9382
|
+
denom: 'ibc/DC31ECC4711854457C896067944148212B326D298EC6F761CE69FE7B80AF2D7D',
|
|
9383
|
+
exponent: 0,
|
|
9384
|
+
aliases: ['y:stadydx:30Jun2025']
|
|
9385
|
+
}, {
|
|
9386
|
+
denom: 'ystDYDX30Jun2025',
|
|
9387
|
+
exponent: 6
|
|
9388
|
+
}],
|
|
9389
|
+
base: 'ibc/DC31ECC4711854457C896067944148212B326D298EC6F761CE69FE7B80AF2D7D',
|
|
9390
|
+
name: 'ystDydx (30Jun2025)',
|
|
9391
|
+
display: 'ystDYDX30Jun2025',
|
|
9392
|
+
symbol: 'ystDYDX-30Jun2025',
|
|
9393
|
+
logo_URIs: {
|
|
9394
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
9395
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
9396
|
+
},
|
|
9397
|
+
images: [{
|
|
9398
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
9399
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
9400
|
+
}],
|
|
9401
|
+
type_asset: 'sdk.coin',
|
|
9402
|
+
traces: [{
|
|
9403
|
+
type: 'ibc',
|
|
9404
|
+
counterparty: {
|
|
9405
|
+
channel_id: 'channel-0',
|
|
9406
|
+
base_denom: 'y:stadydx:30Jun2025',
|
|
9407
|
+
chain_name: 'pryzm'
|
|
9408
|
+
},
|
|
9409
|
+
chain: {
|
|
9410
|
+
channel_id: 'channel-859'
|
|
9411
|
+
}
|
|
9412
|
+
}]
|
|
9413
|
+
},
|
|
8399
9414
|
{
|
|
8400
9415
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025',
|
|
8401
9416
|
denom_units: [{
|
|
@@ -8711,6 +9726,76 @@ const assets = {
|
|
|
8711
9726
|
}
|
|
8712
9727
|
}]
|
|
8713
9728
|
},
|
|
9729
|
+
{
|
|
9730
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 30Jun2025',
|
|
9731
|
+
denom_units: [{
|
|
9732
|
+
denom: 'ibc/98CC1FB2AAB59710E850DA172F81151F144A3069C8EC5C1F48BB930E06A3972D',
|
|
9733
|
+
exponent: 0,
|
|
9734
|
+
aliases: ['y:utia:30Jun2025']
|
|
9735
|
+
}, {
|
|
9736
|
+
denom: 'yTIA30Jun2025',
|
|
9737
|
+
exponent: 6
|
|
9738
|
+
}],
|
|
9739
|
+
base: 'ibc/98CC1FB2AAB59710E850DA172F81151F144A3069C8EC5C1F48BB930E06A3972D',
|
|
9740
|
+
name: 'yTia (30Jun2025)',
|
|
9741
|
+
display: 'yTIA30Jun2025',
|
|
9742
|
+
symbol: 'yTIA-30Jun2025',
|
|
9743
|
+
logo_URIs: {
|
|
9744
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
9745
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
9746
|
+
},
|
|
9747
|
+
images: [{
|
|
9748
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
9749
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
9750
|
+
}],
|
|
9751
|
+
type_asset: 'sdk.coin',
|
|
9752
|
+
traces: [{
|
|
9753
|
+
type: 'ibc',
|
|
9754
|
+
counterparty: {
|
|
9755
|
+
channel_id: 'channel-0',
|
|
9756
|
+
base_denom: 'y:utia:30Jun2025',
|
|
9757
|
+
chain_name: 'pryzm'
|
|
9758
|
+
},
|
|
9759
|
+
chain: {
|
|
9760
|
+
channel_id: 'channel-859'
|
|
9761
|
+
}
|
|
9762
|
+
}]
|
|
9763
|
+
},
|
|
9764
|
+
{
|
|
9765
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 30Sep2025',
|
|
9766
|
+
denom_units: [{
|
|
9767
|
+
denom: 'ibc/EE5F23C45921FB947D30B5BBFA56BBAFEDB76A181B985E0DD1B73D2A2D24398A',
|
|
9768
|
+
exponent: 0,
|
|
9769
|
+
aliases: ['y:utia:30Sep2025']
|
|
9770
|
+
}, {
|
|
9771
|
+
denom: 'yTIA30Sep2025',
|
|
9772
|
+
exponent: 6
|
|
9773
|
+
}],
|
|
9774
|
+
base: 'ibc/EE5F23C45921FB947D30B5BBFA56BBAFEDB76A181B985E0DD1B73D2A2D24398A',
|
|
9775
|
+
name: 'yTia (30Sep2025)',
|
|
9776
|
+
display: 'yTIA30Sep2025',
|
|
9777
|
+
symbol: 'yTIA-30Sep2025',
|
|
9778
|
+
logo_URIs: {
|
|
9779
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
9780
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
9781
|
+
},
|
|
9782
|
+
images: [{
|
|
9783
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
9784
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
9785
|
+
}],
|
|
9786
|
+
type_asset: 'sdk.coin',
|
|
9787
|
+
traces: [{
|
|
9788
|
+
type: 'ibc',
|
|
9789
|
+
counterparty: {
|
|
9790
|
+
channel_id: 'channel-0',
|
|
9791
|
+
base_denom: 'y:utia:30Sep2025',
|
|
9792
|
+
chain_name: 'pryzm'
|
|
9793
|
+
},
|
|
9794
|
+
chain: {
|
|
9795
|
+
channel_id: 'channel-859'
|
|
9796
|
+
}
|
|
9797
|
+
}]
|
|
9798
|
+
},
|
|
8714
9799
|
{
|
|
8715
9800
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
8716
9801
|
denom_units: [{
|
|
@@ -8921,6 +10006,76 @@ const assets = {
|
|
|
8921
10006
|
}
|
|
8922
10007
|
}]
|
|
8923
10008
|
},
|
|
10009
|
+
{
|
|
10010
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Mar2026',
|
|
10011
|
+
denom_units: [{
|
|
10012
|
+
denom: 'ibc/8E1D731E6A43AEFABBB8000AB65345D25D99FE134FA5B27CEF8EDC1803D7B63F',
|
|
10013
|
+
exponent: 0,
|
|
10014
|
+
aliases: ['y:ausdy:31Mar2026']
|
|
10015
|
+
}, {
|
|
10016
|
+
denom: 'yUSDY31Mar2026',
|
|
10017
|
+
exponent: 18
|
|
10018
|
+
}],
|
|
10019
|
+
base: 'ibc/8E1D731E6A43AEFABBB8000AB65345D25D99FE134FA5B27CEF8EDC1803D7B63F',
|
|
10020
|
+
name: 'yUsdy (31Mar2026)',
|
|
10021
|
+
display: 'yUSDY31Mar2026',
|
|
10022
|
+
symbol: 'yUSDY-31Mar2026',
|
|
10023
|
+
logo_URIs: {
|
|
10024
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
10025
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
10026
|
+
},
|
|
10027
|
+
images: [{
|
|
10028
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
10029
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
10030
|
+
}],
|
|
10031
|
+
type_asset: 'sdk.coin',
|
|
10032
|
+
traces: [{
|
|
10033
|
+
type: 'ibc',
|
|
10034
|
+
counterparty: {
|
|
10035
|
+
channel_id: 'channel-0',
|
|
10036
|
+
base_denom: 'y:ausdy:31Mar2026',
|
|
10037
|
+
chain_name: 'pryzm'
|
|
10038
|
+
},
|
|
10039
|
+
chain: {
|
|
10040
|
+
channel_id: 'channel-859'
|
|
10041
|
+
}
|
|
10042
|
+
}]
|
|
10043
|
+
},
|
|
10044
|
+
{
|
|
10045
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Jun2026',
|
|
10046
|
+
denom_units: [{
|
|
10047
|
+
denom: 'ibc/D5B32C9DA0528EA8EDAD781E955FEDDA4266F0D58828C77A6130A8AEAC0171FB',
|
|
10048
|
+
exponent: 0,
|
|
10049
|
+
aliases: ['y:ausdy:30Jun2026']
|
|
10050
|
+
}, {
|
|
10051
|
+
denom: 'yUSDY30Jun2026',
|
|
10052
|
+
exponent: 18
|
|
10053
|
+
}],
|
|
10054
|
+
base: 'ibc/D5B32C9DA0528EA8EDAD781E955FEDDA4266F0D58828C77A6130A8AEAC0171FB',
|
|
10055
|
+
name: 'yUsdy (30Jun2026)',
|
|
10056
|
+
display: 'yUSDY30Jun2026',
|
|
10057
|
+
symbol: 'yUSDY-30Jun2026',
|
|
10058
|
+
logo_URIs: {
|
|
10059
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
10060
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
10061
|
+
},
|
|
10062
|
+
images: [{
|
|
10063
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
10064
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
10065
|
+
}],
|
|
10066
|
+
type_asset: 'sdk.coin',
|
|
10067
|
+
traces: [{
|
|
10068
|
+
type: 'ibc',
|
|
10069
|
+
counterparty: {
|
|
10070
|
+
channel_id: 'channel-0',
|
|
10071
|
+
base_denom: 'y:ausdy:30Jun2026',
|
|
10072
|
+
chain_name: 'pryzm'
|
|
10073
|
+
},
|
|
10074
|
+
chain: {
|
|
10075
|
+
channel_id: 'channel-859'
|
|
10076
|
+
}
|
|
10077
|
+
}]
|
|
10078
|
+
},
|
|
8924
10079
|
{
|
|
8925
10080
|
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2025',
|
|
8926
10081
|
denom_units: [{
|
|
@@ -9061,6 +10216,76 @@ const assets = {
|
|
|
9061
10216
|
}
|
|
9062
10217
|
}]
|
|
9063
10218
|
},
|
|
10219
|
+
{
|
|
10220
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2026',
|
|
10221
|
+
denom_units: [{
|
|
10222
|
+
denom: 'ibc/0E8A726157C499F7AF5CD30FCCD4BBC55711993D149BB779D411CCBD0433A0A9',
|
|
10223
|
+
exponent: 0,
|
|
10224
|
+
aliases: ['y:upryzm:31Mar2026']
|
|
10225
|
+
}, {
|
|
10226
|
+
denom: 'yPRYZM31Mar2026',
|
|
10227
|
+
exponent: 6
|
|
10228
|
+
}],
|
|
10229
|
+
base: 'ibc/0E8A726157C499F7AF5CD30FCCD4BBC55711993D149BB779D411CCBD0433A0A9',
|
|
10230
|
+
name: 'yPryzm (31Mar2026)',
|
|
10231
|
+
display: 'yPRYZM31Mar2026',
|
|
10232
|
+
symbol: 'yPRYZM-31Mar2026',
|
|
10233
|
+
logo_URIs: {
|
|
10234
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
10235
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
10236
|
+
},
|
|
10237
|
+
images: [{
|
|
10238
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
10239
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
10240
|
+
}],
|
|
10241
|
+
type_asset: 'sdk.coin',
|
|
10242
|
+
traces: [{
|
|
10243
|
+
type: 'ibc',
|
|
10244
|
+
counterparty: {
|
|
10245
|
+
channel_id: 'channel-0',
|
|
10246
|
+
base_denom: 'y:upryzm:31Mar2026',
|
|
10247
|
+
chain_name: 'pryzm'
|
|
10248
|
+
},
|
|
10249
|
+
chain: {
|
|
10250
|
+
channel_id: 'channel-859'
|
|
10251
|
+
}
|
|
10252
|
+
}]
|
|
10253
|
+
},
|
|
10254
|
+
{
|
|
10255
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Jun2026',
|
|
10256
|
+
denom_units: [{
|
|
10257
|
+
denom: 'ibc/2745F58C681FF940CCF98B3CBE2398C66D69A2F95D1FC72500B71D9A1E254439',
|
|
10258
|
+
exponent: 0,
|
|
10259
|
+
aliases: ['y:upryzm:30Jun2026']
|
|
10260
|
+
}, {
|
|
10261
|
+
denom: 'yPRYZM30Jun2026',
|
|
10262
|
+
exponent: 6
|
|
10263
|
+
}],
|
|
10264
|
+
base: 'ibc/2745F58C681FF940CCF98B3CBE2398C66D69A2F95D1FC72500B71D9A1E254439',
|
|
10265
|
+
name: 'yPryzm (30Jun2026)',
|
|
10266
|
+
display: 'yPRYZM30Jun2026',
|
|
10267
|
+
symbol: 'yPRYZM-30Jun2026',
|
|
10268
|
+
logo_URIs: {
|
|
10269
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
10270
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
10271
|
+
},
|
|
10272
|
+
images: [{
|
|
10273
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
10274
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
10275
|
+
}],
|
|
10276
|
+
type_asset: 'sdk.coin',
|
|
10277
|
+
traces: [{
|
|
10278
|
+
type: 'ibc',
|
|
10279
|
+
counterparty: {
|
|
10280
|
+
channel_id: 'channel-0',
|
|
10281
|
+
base_denom: 'y:upryzm:30Jun2026',
|
|
10282
|
+
chain_name: 'pryzm'
|
|
10283
|
+
},
|
|
10284
|
+
chain: {
|
|
10285
|
+
channel_id: 'channel-859'
|
|
10286
|
+
}
|
|
10287
|
+
}]
|
|
10288
|
+
},
|
|
9064
10289
|
{
|
|
9065
10290
|
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2025',
|
|
9066
10291
|
denom_units: [{
|
|
@@ -9201,6 +10426,41 @@ const assets = {
|
|
|
9201
10426
|
}
|
|
9202
10427
|
}]
|
|
9203
10428
|
},
|
|
10429
|
+
{
|
|
10430
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2026',
|
|
10431
|
+
denom_units: [{
|
|
10432
|
+
denom: 'ibc/3355F150AF6824069359A8F072D6496793F758D284C2BD3F083D0C3F34B4ACF4',
|
|
10433
|
+
exponent: 0,
|
|
10434
|
+
aliases: ['y:asusds:30Jun2026']
|
|
10435
|
+
}, {
|
|
10436
|
+
denom: 'ysUSDS30Jun2026',
|
|
10437
|
+
exponent: 18
|
|
10438
|
+
}],
|
|
10439
|
+
base: 'ibc/3355F150AF6824069359A8F072D6496793F758D284C2BD3F083D0C3F34B4ACF4',
|
|
10440
|
+
name: 'ysUsds (30Jun2026)',
|
|
10441
|
+
display: 'ysUSDS30Jun2026',
|
|
10442
|
+
symbol: 'ysUSDS-30Jun2026',
|
|
10443
|
+
logo_URIs: {
|
|
10444
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
10445
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
10446
|
+
},
|
|
10447
|
+
images: [{
|
|
10448
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
10449
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
10450
|
+
}],
|
|
10451
|
+
type_asset: 'sdk.coin',
|
|
10452
|
+
traces: [{
|
|
10453
|
+
type: 'ibc',
|
|
10454
|
+
counterparty: {
|
|
10455
|
+
channel_id: 'channel-0',
|
|
10456
|
+
base_denom: 'y:asusds:30Jun2026',
|
|
10457
|
+
chain_name: 'pryzm'
|
|
10458
|
+
},
|
|
10459
|
+
chain: {
|
|
10460
|
+
channel_id: 'channel-859'
|
|
10461
|
+
}
|
|
10462
|
+
}]
|
|
10463
|
+
},
|
|
9204
10464
|
{
|
|
9205
10465
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
9206
10466
|
denom_units: [{
|
|
@@ -14269,19 +15529,19 @@ const assets = {
|
|
|
14269
15529
|
}]
|
|
14270
15530
|
},
|
|
14271
15531
|
{
|
|
14272
|
-
description: 'Pryzm\'s refracted principal token for ATOM with maturity of
|
|
15532
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 30Jun2025',
|
|
14273
15533
|
denom_units: [{
|
|
14274
|
-
denom: 'ibc/
|
|
15534
|
+
denom: 'ibc/3B4DB1100A8F4FD3C59C5F08FF8B908441ACD4DEE9B41EF85F75E47BCAC65C4A',
|
|
14275
15535
|
exponent: 0,
|
|
14276
|
-
aliases: ['p:uatom:
|
|
15536
|
+
aliases: ['p:uatom:30Jun2025']
|
|
14277
15537
|
}, {
|
|
14278
|
-
denom: '
|
|
15538
|
+
denom: 'pATOM30Jun2025',
|
|
14279
15539
|
exponent: 6
|
|
14280
15540
|
}],
|
|
14281
|
-
base: 'ibc/
|
|
14282
|
-
name: 'pAtom (
|
|
14283
|
-
display: '
|
|
14284
|
-
symbol: 'pATOM-
|
|
15541
|
+
base: 'ibc/3B4DB1100A8F4FD3C59C5F08FF8B908441ACD4DEE9B41EF85F75E47BCAC65C4A',
|
|
15542
|
+
name: 'pAtom (30Jun2025)',
|
|
15543
|
+
display: 'pATOM30Jun2025',
|
|
15544
|
+
symbol: 'pATOM-30Jun2025',
|
|
14285
15545
|
logo_URIs: {
|
|
14286
15546
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
14287
15547
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
@@ -14295,7 +15555,7 @@ const assets = {
|
|
|
14295
15555
|
type: 'ibc',
|
|
14296
15556
|
counterparty: {
|
|
14297
15557
|
channel_id: 'channel-0',
|
|
14298
|
-
base_denom: 'p:uatom:
|
|
15558
|
+
base_denom: 'p:uatom:30Jun2025',
|
|
14299
15559
|
chain_name: 'pryzm'
|
|
14300
15560
|
},
|
|
14301
15561
|
chain: {
|
|
@@ -14304,11 +15564,81 @@ const assets = {
|
|
|
14304
15564
|
}]
|
|
14305
15565
|
},
|
|
14306
15566
|
{
|
|
14307
|
-
description: 'Pryzm\'s refracted principal token for ATOM with maturity of
|
|
15567
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 30Sep2025',
|
|
14308
15568
|
denom_units: [{
|
|
14309
|
-
denom: 'ibc/
|
|
15569
|
+
denom: 'ibc/73DCC8CFF4A91E1FFFE5B60BF59B56FC4B40D2792C5BA42AAB1204F54521D48D',
|
|
14310
15570
|
exponent: 0,
|
|
14311
|
-
aliases: ['p:uatom:
|
|
15571
|
+
aliases: ['p:uatom:30Sep2025']
|
|
15572
|
+
}, {
|
|
15573
|
+
denom: 'pATOM30Sep2025',
|
|
15574
|
+
exponent: 6
|
|
15575
|
+
}],
|
|
15576
|
+
base: 'ibc/73DCC8CFF4A91E1FFFE5B60BF59B56FC4B40D2792C5BA42AAB1204F54521D48D',
|
|
15577
|
+
name: 'pAtom (30Sep2025)',
|
|
15578
|
+
display: 'pATOM30Sep2025',
|
|
15579
|
+
symbol: 'pATOM-30Sep2025',
|
|
15580
|
+
logo_URIs: {
|
|
15581
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
15582
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
15583
|
+
},
|
|
15584
|
+
images: [{
|
|
15585
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
15586
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
15587
|
+
}],
|
|
15588
|
+
type_asset: 'sdk.coin',
|
|
15589
|
+
traces: [{
|
|
15590
|
+
type: 'ibc',
|
|
15591
|
+
counterparty: {
|
|
15592
|
+
channel_id: 'channel-0',
|
|
15593
|
+
base_denom: 'p:uatom:30Sep2025',
|
|
15594
|
+
chain_name: 'pryzm'
|
|
15595
|
+
},
|
|
15596
|
+
chain: {
|
|
15597
|
+
channel_id: 'channel-859'
|
|
15598
|
+
}
|
|
15599
|
+
}]
|
|
15600
|
+
},
|
|
15601
|
+
{
|
|
15602
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025',
|
|
15603
|
+
denom_units: [{
|
|
15604
|
+
denom: 'ibc/40AAA4B946D382214676FBCFDDD6FC9DF72935F4FCB7584F76FE0476E7851604',
|
|
15605
|
+
exponent: 0,
|
|
15606
|
+
aliases: ['p:uatom:31Dec2025']
|
|
15607
|
+
}, {
|
|
15608
|
+
denom: 'pATOM31Dec2025',
|
|
15609
|
+
exponent: 6
|
|
15610
|
+
}],
|
|
15611
|
+
base: 'ibc/40AAA4B946D382214676FBCFDDD6FC9DF72935F4FCB7584F76FE0476E7851604',
|
|
15612
|
+
name: 'pAtom (31Dec2025)',
|
|
15613
|
+
display: 'pATOM31Dec2025',
|
|
15614
|
+
symbol: 'pATOM-31Dec2025',
|
|
15615
|
+
logo_URIs: {
|
|
15616
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
15617
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
15618
|
+
},
|
|
15619
|
+
images: [{
|
|
15620
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
15621
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
15622
|
+
}],
|
|
15623
|
+
type_asset: 'sdk.coin',
|
|
15624
|
+
traces: [{
|
|
15625
|
+
type: 'ibc',
|
|
15626
|
+
counterparty: {
|
|
15627
|
+
channel_id: 'channel-0',
|
|
15628
|
+
base_denom: 'p:uatom:31Dec2025',
|
|
15629
|
+
chain_name: 'pryzm'
|
|
15630
|
+
},
|
|
15631
|
+
chain: {
|
|
15632
|
+
channel_id: 'channel-859'
|
|
15633
|
+
}
|
|
15634
|
+
}]
|
|
15635
|
+
},
|
|
15636
|
+
{
|
|
15637
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2026',
|
|
15638
|
+
denom_units: [{
|
|
15639
|
+
denom: 'ibc/85E5A32131D32F12CF5F4C99C36DD2960AF8C3A4C4A2F2DE250CD39538BD2C67',
|
|
15640
|
+
exponent: 0,
|
|
15641
|
+
aliases: ['p:uatom:31Dec2026']
|
|
14312
15642
|
}, {
|
|
14313
15643
|
denom: 'pATOM31Dec2026',
|
|
14314
15644
|
exponent: 6
|
|
@@ -14443,6 +15773,76 @@ const assets = {
|
|
|
14443
15773
|
}
|
|
14444
15774
|
}]
|
|
14445
15775
|
},
|
|
15776
|
+
{
|
|
15777
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Jun2025',
|
|
15778
|
+
denom_units: [{
|
|
15779
|
+
denom: 'ibc/94363A11FD0BE9E52F0EE1BE23EBFBCCB406B6EECBB0189EE218467E1DE3EDBA',
|
|
15780
|
+
exponent: 0,
|
|
15781
|
+
aliases: ['p:uosmo:30Jun2025']
|
|
15782
|
+
}, {
|
|
15783
|
+
denom: 'pOSMO30Jun2025',
|
|
15784
|
+
exponent: 6
|
|
15785
|
+
}],
|
|
15786
|
+
base: 'ibc/94363A11FD0BE9E52F0EE1BE23EBFBCCB406B6EECBB0189EE218467E1DE3EDBA',
|
|
15787
|
+
name: 'pOsmo (30Jun2025)',
|
|
15788
|
+
display: 'pOSMO30Jun2025',
|
|
15789
|
+
symbol: 'pOSMO-30Jun2025',
|
|
15790
|
+
logo_URIs: {
|
|
15791
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
15792
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
15793
|
+
},
|
|
15794
|
+
images: [{
|
|
15795
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
15796
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
15797
|
+
}],
|
|
15798
|
+
type_asset: 'sdk.coin',
|
|
15799
|
+
traces: [{
|
|
15800
|
+
type: 'ibc',
|
|
15801
|
+
counterparty: {
|
|
15802
|
+
channel_id: 'channel-0',
|
|
15803
|
+
base_denom: 'p:uosmo:30Jun2025',
|
|
15804
|
+
chain_name: 'pryzm'
|
|
15805
|
+
},
|
|
15806
|
+
chain: {
|
|
15807
|
+
channel_id: 'channel-859'
|
|
15808
|
+
}
|
|
15809
|
+
}]
|
|
15810
|
+
},
|
|
15811
|
+
{
|
|
15812
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2025',
|
|
15813
|
+
denom_units: [{
|
|
15814
|
+
denom: 'ibc/6E4A0A17146E39482CDCB741FCC220E55A3396F0E323602AFE14A61D42E3D745',
|
|
15815
|
+
exponent: 0,
|
|
15816
|
+
aliases: ['p:uosmo:30Sep2025']
|
|
15817
|
+
}, {
|
|
15818
|
+
denom: 'pOSMO30Sep2025',
|
|
15819
|
+
exponent: 6
|
|
15820
|
+
}],
|
|
15821
|
+
base: 'ibc/6E4A0A17146E39482CDCB741FCC220E55A3396F0E323602AFE14A61D42E3D745',
|
|
15822
|
+
name: 'pOsmo (30Sep2025)',
|
|
15823
|
+
display: 'pOSMO30Sep2025',
|
|
15824
|
+
symbol: 'pOSMO-30Sep2025',
|
|
15825
|
+
logo_URIs: {
|
|
15826
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
15827
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
15828
|
+
},
|
|
15829
|
+
images: [{
|
|
15830
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
15831
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
15832
|
+
}],
|
|
15833
|
+
type_asset: 'sdk.coin',
|
|
15834
|
+
traces: [{
|
|
15835
|
+
type: 'ibc',
|
|
15836
|
+
counterparty: {
|
|
15837
|
+
channel_id: 'channel-0',
|
|
15838
|
+
base_denom: 'p:uosmo:30Sep2025',
|
|
15839
|
+
chain_name: 'pryzm'
|
|
15840
|
+
},
|
|
15841
|
+
chain: {
|
|
15842
|
+
channel_id: 'channel-859'
|
|
15843
|
+
}
|
|
15844
|
+
}]
|
|
15845
|
+
},
|
|
14446
15846
|
{
|
|
14447
15847
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025',
|
|
14448
15848
|
denom_units: [{
|
|
@@ -14618,6 +16018,76 @@ const assets = {
|
|
|
14618
16018
|
}
|
|
14619
16019
|
}]
|
|
14620
16020
|
},
|
|
16021
|
+
{
|
|
16022
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Jun2025',
|
|
16023
|
+
denom_units: [{
|
|
16024
|
+
denom: 'ibc/0D955581BB17CB7EC811D843D14DDE6FFD9F86D659D2A0400D3CCFB74F4AFBE0',
|
|
16025
|
+
exponent: 0,
|
|
16026
|
+
aliases: ['p:inj:30Jun2025']
|
|
16027
|
+
}, {
|
|
16028
|
+
denom: 'pINJ30Jun2025',
|
|
16029
|
+
exponent: 18
|
|
16030
|
+
}],
|
|
16031
|
+
base: 'ibc/0D955581BB17CB7EC811D843D14DDE6FFD9F86D659D2A0400D3CCFB74F4AFBE0',
|
|
16032
|
+
name: 'pInj (30Jun2025)',
|
|
16033
|
+
display: 'pINJ30Jun2025',
|
|
16034
|
+
symbol: 'pINJ-30Jun2025',
|
|
16035
|
+
logo_URIs: {
|
|
16036
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
16037
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
16038
|
+
},
|
|
16039
|
+
images: [{
|
|
16040
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
16041
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
16042
|
+
}],
|
|
16043
|
+
type_asset: 'sdk.coin',
|
|
16044
|
+
traces: [{
|
|
16045
|
+
type: 'ibc',
|
|
16046
|
+
counterparty: {
|
|
16047
|
+
channel_id: 'channel-0',
|
|
16048
|
+
base_denom: 'p:inj:30Jun2025',
|
|
16049
|
+
chain_name: 'pryzm'
|
|
16050
|
+
},
|
|
16051
|
+
chain: {
|
|
16052
|
+
channel_id: 'channel-859'
|
|
16053
|
+
}
|
|
16054
|
+
}]
|
|
16055
|
+
},
|
|
16056
|
+
{
|
|
16057
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2025',
|
|
16058
|
+
denom_units: [{
|
|
16059
|
+
denom: 'ibc/F73785493A039EA898A43B2D31E5913C5B17C3AD7B66D20A18769646218024D7',
|
|
16060
|
+
exponent: 0,
|
|
16061
|
+
aliases: ['p:inj:30Sep2025']
|
|
16062
|
+
}, {
|
|
16063
|
+
denom: 'pINJ30Sep2025',
|
|
16064
|
+
exponent: 18
|
|
16065
|
+
}],
|
|
16066
|
+
base: 'ibc/F73785493A039EA898A43B2D31E5913C5B17C3AD7B66D20A18769646218024D7',
|
|
16067
|
+
name: 'pInj (30Sep2025)',
|
|
16068
|
+
display: 'pINJ30Sep2025',
|
|
16069
|
+
symbol: 'pINJ-30Sep2025',
|
|
16070
|
+
logo_URIs: {
|
|
16071
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
16072
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
16073
|
+
},
|
|
16074
|
+
images: [{
|
|
16075
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
16076
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
16077
|
+
}],
|
|
16078
|
+
type_asset: 'sdk.coin',
|
|
16079
|
+
traces: [{
|
|
16080
|
+
type: 'ibc',
|
|
16081
|
+
counterparty: {
|
|
16082
|
+
channel_id: 'channel-0',
|
|
16083
|
+
base_denom: 'p:inj:30Sep2025',
|
|
16084
|
+
chain_name: 'pryzm'
|
|
16085
|
+
},
|
|
16086
|
+
chain: {
|
|
16087
|
+
channel_id: 'channel-859'
|
|
16088
|
+
}
|
|
16089
|
+
}]
|
|
16090
|
+
},
|
|
14621
16091
|
{
|
|
14622
16092
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025',
|
|
14623
16093
|
denom_units: [{
|
|
@@ -14793,6 +16263,76 @@ const assets = {
|
|
|
14793
16263
|
}
|
|
14794
16264
|
}]
|
|
14795
16265
|
},
|
|
16266
|
+
{
|
|
16267
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Jun2025',
|
|
16268
|
+
denom_units: [{
|
|
16269
|
+
denom: 'ibc/F037223A610D97E487F3948D3A8390B44EC9D4D6B3FC98EC6902DA2AA5FABE4E',
|
|
16270
|
+
exponent: 0,
|
|
16271
|
+
aliases: ['p:uluna:30Jun2025']
|
|
16272
|
+
}, {
|
|
16273
|
+
denom: 'pLUNA30Jun2025',
|
|
16274
|
+
exponent: 6
|
|
16275
|
+
}],
|
|
16276
|
+
base: 'ibc/F037223A610D97E487F3948D3A8390B44EC9D4D6B3FC98EC6902DA2AA5FABE4E',
|
|
16277
|
+
name: 'pLuna (30Jun2025)',
|
|
16278
|
+
display: 'pLUNA30Jun2025',
|
|
16279
|
+
symbol: 'pLUNA-30Jun2025',
|
|
16280
|
+
logo_URIs: {
|
|
16281
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
16282
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
16283
|
+
},
|
|
16284
|
+
images: [{
|
|
16285
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
16286
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
16287
|
+
}],
|
|
16288
|
+
type_asset: 'sdk.coin',
|
|
16289
|
+
traces: [{
|
|
16290
|
+
type: 'ibc',
|
|
16291
|
+
counterparty: {
|
|
16292
|
+
channel_id: 'channel-0',
|
|
16293
|
+
base_denom: 'p:uluna:30Jun2025',
|
|
16294
|
+
chain_name: 'pryzm'
|
|
16295
|
+
},
|
|
16296
|
+
chain: {
|
|
16297
|
+
channel_id: 'channel-859'
|
|
16298
|
+
}
|
|
16299
|
+
}]
|
|
16300
|
+
},
|
|
16301
|
+
{
|
|
16302
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2025',
|
|
16303
|
+
denom_units: [{
|
|
16304
|
+
denom: 'ibc/F860A8B42A0253DE4F9F123BD2E79629CAF8F25D54CBEE310970F839AF180740',
|
|
16305
|
+
exponent: 0,
|
|
16306
|
+
aliases: ['p:uluna:30Sep2025']
|
|
16307
|
+
}, {
|
|
16308
|
+
denom: 'pLUNA30Sep2025',
|
|
16309
|
+
exponent: 6
|
|
16310
|
+
}],
|
|
16311
|
+
base: 'ibc/F860A8B42A0253DE4F9F123BD2E79629CAF8F25D54CBEE310970F839AF180740',
|
|
16312
|
+
name: 'pLuna (30Sep2025)',
|
|
16313
|
+
display: 'pLUNA30Sep2025',
|
|
16314
|
+
symbol: 'pLUNA-30Sep2025',
|
|
16315
|
+
logo_URIs: {
|
|
16316
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
16317
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
16318
|
+
},
|
|
16319
|
+
images: [{
|
|
16320
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
16321
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
16322
|
+
}],
|
|
16323
|
+
type_asset: 'sdk.coin',
|
|
16324
|
+
traces: [{
|
|
16325
|
+
type: 'ibc',
|
|
16326
|
+
counterparty: {
|
|
16327
|
+
channel_id: 'channel-0',
|
|
16328
|
+
base_denom: 'p:uluna:30Sep2025',
|
|
16329
|
+
chain_name: 'pryzm'
|
|
16330
|
+
},
|
|
16331
|
+
chain: {
|
|
16332
|
+
channel_id: 'channel-859'
|
|
16333
|
+
}
|
|
16334
|
+
}]
|
|
16335
|
+
},
|
|
14796
16336
|
{
|
|
14797
16337
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
|
|
14798
16338
|
denom_units: [{
|
|
@@ -14933,6 +16473,41 @@ const assets = {
|
|
|
14933
16473
|
}
|
|
14934
16474
|
}]
|
|
14935
16475
|
},
|
|
16476
|
+
{
|
|
16477
|
+
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Jun2025',
|
|
16478
|
+
denom_units: [{
|
|
16479
|
+
denom: 'ibc/1EADF4FF736D66B2E335D9F2F67AE738BDC848C587B1B21A5E752456DDB68234',
|
|
16480
|
+
exponent: 0,
|
|
16481
|
+
aliases: ['p:uauuu:30Jun2025']
|
|
16482
|
+
}, {
|
|
16483
|
+
denom: 'pAUUU30Jun2025',
|
|
16484
|
+
exponent: 6
|
|
16485
|
+
}],
|
|
16486
|
+
base: 'ibc/1EADF4FF736D66B2E335D9F2F67AE738BDC848C587B1B21A5E752456DDB68234',
|
|
16487
|
+
name: 'pAuuu (30Jun2025)',
|
|
16488
|
+
display: 'pAUUU30Jun2025',
|
|
16489
|
+
symbol: 'pAUUU-30Jun2025',
|
|
16490
|
+
logo_URIs: {
|
|
16491
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
16492
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
16493
|
+
},
|
|
16494
|
+
images: [{
|
|
16495
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
16496
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
16497
|
+
}],
|
|
16498
|
+
type_asset: 'sdk.coin',
|
|
16499
|
+
traces: [{
|
|
16500
|
+
type: 'ibc',
|
|
16501
|
+
counterparty: {
|
|
16502
|
+
channel_id: 'channel-0',
|
|
16503
|
+
base_denom: 'p:uauuu:30Jun2025',
|
|
16504
|
+
chain_name: 'pryzm'
|
|
16505
|
+
},
|
|
16506
|
+
chain: {
|
|
16507
|
+
channel_id: 'channel-859'
|
|
16508
|
+
}
|
|
16509
|
+
}]
|
|
16510
|
+
},
|
|
14936
16511
|
{
|
|
14937
16512
|
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2025',
|
|
14938
16513
|
denom_units: [{
|
|
@@ -15109,19 +16684,19 @@ const assets = {
|
|
|
15109
16684
|
}]
|
|
15110
16685
|
},
|
|
15111
16686
|
{
|
|
15112
|
-
description: 'Pryzm\'s refracted principal token for stTIA with maturity of
|
|
16687
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Jun2025',
|
|
15113
16688
|
denom_units: [{
|
|
15114
|
-
denom: 'ibc/
|
|
16689
|
+
denom: 'ibc/060F743A84A364797B5CA768F4B3D8E8867AF2664BF9FF5BE6FBC9E2905C0BD2',
|
|
15115
16690
|
exponent: 0,
|
|
15116
|
-
aliases: ['p:stutia:
|
|
16691
|
+
aliases: ['p:stutia:30Jun2025']
|
|
15117
16692
|
}, {
|
|
15118
|
-
denom: '
|
|
16693
|
+
denom: 'pstTIA30Jun2025',
|
|
15119
16694
|
exponent: 6
|
|
15120
16695
|
}],
|
|
15121
|
-
base: 'ibc/
|
|
15122
|
-
name: 'pstTia (
|
|
15123
|
-
display: '
|
|
15124
|
-
symbol: 'pstTIA-
|
|
16696
|
+
base: 'ibc/060F743A84A364797B5CA768F4B3D8E8867AF2664BF9FF5BE6FBC9E2905C0BD2',
|
|
16697
|
+
name: 'pstTia (30Jun2025)',
|
|
16698
|
+
display: 'pstTIA30Jun2025',
|
|
16699
|
+
symbol: 'pstTIA-30Jun2025',
|
|
15125
16700
|
logo_URIs: {
|
|
15126
16701
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
15127
16702
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
@@ -15135,7 +16710,7 @@ const assets = {
|
|
|
15135
16710
|
type: 'ibc',
|
|
15136
16711
|
counterparty: {
|
|
15137
16712
|
channel_id: 'channel-0',
|
|
15138
|
-
base_denom: 'p:stutia:
|
|
16713
|
+
base_denom: 'p:stutia:30Jun2025',
|
|
15139
16714
|
chain_name: 'pryzm'
|
|
15140
16715
|
},
|
|
15141
16716
|
chain: {
|
|
@@ -15144,7 +16719,42 @@ const assets = {
|
|
|
15144
16719
|
}]
|
|
15145
16720
|
},
|
|
15146
16721
|
{
|
|
15147
|
-
description: 'Pryzm\'s refracted principal token for stTIA with maturity of
|
|
16722
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025',
|
|
16723
|
+
denom_units: [{
|
|
16724
|
+
denom: 'ibc/8157ACE6349D6C0FD4B91E2F1496E412D22FAA7708B805350C9090F78C5DD59B',
|
|
16725
|
+
exponent: 0,
|
|
16726
|
+
aliases: ['p:stutia:31Dec2025']
|
|
16727
|
+
}, {
|
|
16728
|
+
denom: 'pstTIA31Dec2025',
|
|
16729
|
+
exponent: 6
|
|
16730
|
+
}],
|
|
16731
|
+
base: 'ibc/8157ACE6349D6C0FD4B91E2F1496E412D22FAA7708B805350C9090F78C5DD59B',
|
|
16732
|
+
name: 'pstTia (31Dec2025)',
|
|
16733
|
+
display: 'pstTIA31Dec2025',
|
|
16734
|
+
symbol: 'pstTIA-31Dec2025',
|
|
16735
|
+
logo_URIs: {
|
|
16736
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
16737
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
16738
|
+
},
|
|
16739
|
+
images: [{
|
|
16740
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
16741
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
16742
|
+
}],
|
|
16743
|
+
type_asset: 'sdk.coin',
|
|
16744
|
+
traces: [{
|
|
16745
|
+
type: 'ibc',
|
|
16746
|
+
counterparty: {
|
|
16747
|
+
channel_id: 'channel-0',
|
|
16748
|
+
base_denom: 'p:stutia:31Dec2025',
|
|
16749
|
+
chain_name: 'pryzm'
|
|
16750
|
+
},
|
|
16751
|
+
chain: {
|
|
16752
|
+
channel_id: 'channel-859'
|
|
16753
|
+
}
|
|
16754
|
+
}]
|
|
16755
|
+
},
|
|
16756
|
+
{
|
|
16757
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
|
|
15148
16758
|
denom_units: [{
|
|
15149
16759
|
denom: 'ibc/072118121E38B2B036BF4371A701E111087764516981BC89F193053B91CE2A91',
|
|
15150
16760
|
exponent: 0,
|
|
@@ -15283,6 +16893,41 @@ const assets = {
|
|
|
15283
16893
|
}
|
|
15284
16894
|
}]
|
|
15285
16895
|
},
|
|
16896
|
+
{
|
|
16897
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Jun2025',
|
|
16898
|
+
denom_units: [{
|
|
16899
|
+
denom: 'ibc/E1E62A0FC68A508C83113EB8398B0FA956582C9C6C56E20BBC09064C50841AA6',
|
|
16900
|
+
exponent: 0,
|
|
16901
|
+
aliases: ['p:stadydx:30Jun2025']
|
|
16902
|
+
}, {
|
|
16903
|
+
denom: 'pstDYDX30Jun2025',
|
|
16904
|
+
exponent: 18
|
|
16905
|
+
}],
|
|
16906
|
+
base: 'ibc/E1E62A0FC68A508C83113EB8398B0FA956582C9C6C56E20BBC09064C50841AA6',
|
|
16907
|
+
name: 'pstDydx (30Jun2025)',
|
|
16908
|
+
display: 'pstDYDX30Jun2025',
|
|
16909
|
+
symbol: 'pstDYDX-30Jun2025',
|
|
16910
|
+
logo_URIs: {
|
|
16911
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
16912
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
16913
|
+
},
|
|
16914
|
+
images: [{
|
|
16915
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
16916
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
16917
|
+
}],
|
|
16918
|
+
type_asset: 'sdk.coin',
|
|
16919
|
+
traces: [{
|
|
16920
|
+
type: 'ibc',
|
|
16921
|
+
counterparty: {
|
|
16922
|
+
channel_id: 'channel-0',
|
|
16923
|
+
base_denom: 'p:stadydx:30Jun2025',
|
|
16924
|
+
chain_name: 'pryzm'
|
|
16925
|
+
},
|
|
16926
|
+
chain: {
|
|
16927
|
+
channel_id: 'channel-859'
|
|
16928
|
+
}
|
|
16929
|
+
}]
|
|
16930
|
+
},
|
|
15286
16931
|
{
|
|
15287
16932
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025',
|
|
15288
16933
|
denom_units: [{
|
|
@@ -15598,6 +17243,76 @@ const assets = {
|
|
|
15598
17243
|
}
|
|
15599
17244
|
}]
|
|
15600
17245
|
},
|
|
17246
|
+
{
|
|
17247
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 30Jun2025',
|
|
17248
|
+
denom_units: [{
|
|
17249
|
+
denom: 'ibc/E80F054C9F509D6980729A8D39E9976DEB5A7602BFE0BB957B9BB4E532530FC9',
|
|
17250
|
+
exponent: 0,
|
|
17251
|
+
aliases: ['p:utia:30Jun2025']
|
|
17252
|
+
}, {
|
|
17253
|
+
denom: 'pTIA30Jun2025',
|
|
17254
|
+
exponent: 6
|
|
17255
|
+
}],
|
|
17256
|
+
base: 'ibc/E80F054C9F509D6980729A8D39E9976DEB5A7602BFE0BB957B9BB4E532530FC9',
|
|
17257
|
+
name: 'pTia (30Jun2025)',
|
|
17258
|
+
display: 'pTIA30Jun2025',
|
|
17259
|
+
symbol: 'pTIA-30Jun2025',
|
|
17260
|
+
logo_URIs: {
|
|
17261
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
17262
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
17263
|
+
},
|
|
17264
|
+
images: [{
|
|
17265
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
17266
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
17267
|
+
}],
|
|
17268
|
+
type_asset: 'sdk.coin',
|
|
17269
|
+
traces: [{
|
|
17270
|
+
type: 'ibc',
|
|
17271
|
+
counterparty: {
|
|
17272
|
+
channel_id: 'channel-0',
|
|
17273
|
+
base_denom: 'p:utia:30Jun2025',
|
|
17274
|
+
chain_name: 'pryzm'
|
|
17275
|
+
},
|
|
17276
|
+
chain: {
|
|
17277
|
+
channel_id: 'channel-859'
|
|
17278
|
+
}
|
|
17279
|
+
}]
|
|
17280
|
+
},
|
|
17281
|
+
{
|
|
17282
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 30Sep2025',
|
|
17283
|
+
denom_units: [{
|
|
17284
|
+
denom: 'ibc/B46819804EA6F36F2108AAE6CD3A5B022B6589531F361B6CEC47E21D0C0DA0A5',
|
|
17285
|
+
exponent: 0,
|
|
17286
|
+
aliases: ['p:utia:30Sep2025']
|
|
17287
|
+
}, {
|
|
17288
|
+
denom: 'pTIA30Sep2025',
|
|
17289
|
+
exponent: 6
|
|
17290
|
+
}],
|
|
17291
|
+
base: 'ibc/B46819804EA6F36F2108AAE6CD3A5B022B6589531F361B6CEC47E21D0C0DA0A5',
|
|
17292
|
+
name: 'pTia (30Sep2025)',
|
|
17293
|
+
display: 'pTIA30Sep2025',
|
|
17294
|
+
symbol: 'pTIA-30Sep2025',
|
|
17295
|
+
logo_URIs: {
|
|
17296
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
17297
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
17298
|
+
},
|
|
17299
|
+
images: [{
|
|
17300
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
17301
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
17302
|
+
}],
|
|
17303
|
+
type_asset: 'sdk.coin',
|
|
17304
|
+
traces: [{
|
|
17305
|
+
type: 'ibc',
|
|
17306
|
+
counterparty: {
|
|
17307
|
+
channel_id: 'channel-0',
|
|
17308
|
+
base_denom: 'p:utia:30Sep2025',
|
|
17309
|
+
chain_name: 'pryzm'
|
|
17310
|
+
},
|
|
17311
|
+
chain: {
|
|
17312
|
+
channel_id: 'channel-859'
|
|
17313
|
+
}
|
|
17314
|
+
}]
|
|
17315
|
+
},
|
|
15601
17316
|
{
|
|
15602
17317
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
15603
17318
|
denom_units: [{
|
|
@@ -15808,6 +17523,76 @@ const assets = {
|
|
|
15808
17523
|
}
|
|
15809
17524
|
}]
|
|
15810
17525
|
},
|
|
17526
|
+
{
|
|
17527
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Mar2026',
|
|
17528
|
+
denom_units: [{
|
|
17529
|
+
denom: 'ibc/4EA48644F78004A456AE1D748A0C1D42A420DDDC41A95AC1A62D22F997893C8E',
|
|
17530
|
+
exponent: 0,
|
|
17531
|
+
aliases: ['p:ausdy:31Mar2026']
|
|
17532
|
+
}, {
|
|
17533
|
+
denom: 'pUSDY31Mar2026',
|
|
17534
|
+
exponent: 18
|
|
17535
|
+
}],
|
|
17536
|
+
base: 'ibc/4EA48644F78004A456AE1D748A0C1D42A420DDDC41A95AC1A62D22F997893C8E',
|
|
17537
|
+
name: 'pUsdy (31Mar2026)',
|
|
17538
|
+
display: 'pUSDY31Mar2026',
|
|
17539
|
+
symbol: 'pUSDY-31Mar2026',
|
|
17540
|
+
logo_URIs: {
|
|
17541
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
17542
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
17543
|
+
},
|
|
17544
|
+
images: [{
|
|
17545
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
17546
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
17547
|
+
}],
|
|
17548
|
+
type_asset: 'sdk.coin',
|
|
17549
|
+
traces: [{
|
|
17550
|
+
type: 'ibc',
|
|
17551
|
+
counterparty: {
|
|
17552
|
+
channel_id: 'channel-0',
|
|
17553
|
+
base_denom: 'p:ausdy:31Mar2026',
|
|
17554
|
+
chain_name: 'pryzm'
|
|
17555
|
+
},
|
|
17556
|
+
chain: {
|
|
17557
|
+
channel_id: 'channel-859'
|
|
17558
|
+
}
|
|
17559
|
+
}]
|
|
17560
|
+
},
|
|
17561
|
+
{
|
|
17562
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Jun2026',
|
|
17563
|
+
denom_units: [{
|
|
17564
|
+
denom: 'ibc/AFA6D4C7F9E0C61D4FAC69256DC83FAFBE3592A85ECFFE0B08C14457ADCE6809',
|
|
17565
|
+
exponent: 0,
|
|
17566
|
+
aliases: ['p:ausdy:30Jun2026']
|
|
17567
|
+
}, {
|
|
17568
|
+
denom: 'pUSDY30Jun2026',
|
|
17569
|
+
exponent: 18
|
|
17570
|
+
}],
|
|
17571
|
+
base: 'ibc/AFA6D4C7F9E0C61D4FAC69256DC83FAFBE3592A85ECFFE0B08C14457ADCE6809',
|
|
17572
|
+
name: 'pUsdy (30Jun2026)',
|
|
17573
|
+
display: 'pUSDY30Jun2026',
|
|
17574
|
+
symbol: 'pUSDY-30Jun2026',
|
|
17575
|
+
logo_URIs: {
|
|
17576
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
17577
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
17578
|
+
},
|
|
17579
|
+
images: [{
|
|
17580
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
17581
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
17582
|
+
}],
|
|
17583
|
+
type_asset: 'sdk.coin',
|
|
17584
|
+
traces: [{
|
|
17585
|
+
type: 'ibc',
|
|
17586
|
+
counterparty: {
|
|
17587
|
+
channel_id: 'channel-0',
|
|
17588
|
+
base_denom: 'p:ausdy:30Jun2026',
|
|
17589
|
+
chain_name: 'pryzm'
|
|
17590
|
+
},
|
|
17591
|
+
chain: {
|
|
17592
|
+
channel_id: 'channel-859'
|
|
17593
|
+
}
|
|
17594
|
+
}]
|
|
17595
|
+
},
|
|
15811
17596
|
{
|
|
15812
17597
|
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2025',
|
|
15813
17598
|
denom_units: [{
|
|
@@ -15948,6 +17733,76 @@ const assets = {
|
|
|
15948
17733
|
}
|
|
15949
17734
|
}]
|
|
15950
17735
|
},
|
|
17736
|
+
{
|
|
17737
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2026',
|
|
17738
|
+
denom_units: [{
|
|
17739
|
+
denom: 'ibc/D4C0BF06BDA6D406FA7D7043EBF2C5C7860B3EC9D5CD64C415B1EEF901447F4B',
|
|
17740
|
+
exponent: 0,
|
|
17741
|
+
aliases: ['p:upryzm:31Mar2026']
|
|
17742
|
+
}, {
|
|
17743
|
+
denom: 'pPRYZM31Mar2026',
|
|
17744
|
+
exponent: 6
|
|
17745
|
+
}],
|
|
17746
|
+
base: 'ibc/D4C0BF06BDA6D406FA7D7043EBF2C5C7860B3EC9D5CD64C415B1EEF901447F4B',
|
|
17747
|
+
name: 'pPryzm (31Mar2026)',
|
|
17748
|
+
display: 'pPRYZM31Mar2026',
|
|
17749
|
+
symbol: 'pPRYZM-31Mar2026',
|
|
17750
|
+
logo_URIs: {
|
|
17751
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
17752
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
17753
|
+
},
|
|
17754
|
+
images: [{
|
|
17755
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
17756
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
17757
|
+
}],
|
|
17758
|
+
type_asset: 'sdk.coin',
|
|
17759
|
+
traces: [{
|
|
17760
|
+
type: 'ibc',
|
|
17761
|
+
counterparty: {
|
|
17762
|
+
channel_id: 'channel-0',
|
|
17763
|
+
base_denom: 'p:upryzm:31Mar2026',
|
|
17764
|
+
chain_name: 'pryzm'
|
|
17765
|
+
},
|
|
17766
|
+
chain: {
|
|
17767
|
+
channel_id: 'channel-859'
|
|
17768
|
+
}
|
|
17769
|
+
}]
|
|
17770
|
+
},
|
|
17771
|
+
{
|
|
17772
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Jun2026',
|
|
17773
|
+
denom_units: [{
|
|
17774
|
+
denom: 'ibc/E988166E4A0A2C2F4202023508C187F248A0917D3E5B8423864C9D1DC542DB1B',
|
|
17775
|
+
exponent: 0,
|
|
17776
|
+
aliases: ['p:upryzm:30Jun2026']
|
|
17777
|
+
}, {
|
|
17778
|
+
denom: 'pPRYZM30Jun2026',
|
|
17779
|
+
exponent: 6
|
|
17780
|
+
}],
|
|
17781
|
+
base: 'ibc/E988166E4A0A2C2F4202023508C187F248A0917D3E5B8423864C9D1DC542DB1B',
|
|
17782
|
+
name: 'pPryzm (30Jun2026)',
|
|
17783
|
+
display: 'pPRYZM30Jun2026',
|
|
17784
|
+
symbol: 'pPRYZM-30Jun2026',
|
|
17785
|
+
logo_URIs: {
|
|
17786
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
17787
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
17788
|
+
},
|
|
17789
|
+
images: [{
|
|
17790
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
17791
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
17792
|
+
}],
|
|
17793
|
+
type_asset: 'sdk.coin',
|
|
17794
|
+
traces: [{
|
|
17795
|
+
type: 'ibc',
|
|
17796
|
+
counterparty: {
|
|
17797
|
+
channel_id: 'channel-0',
|
|
17798
|
+
base_denom: 'p:upryzm:30Jun2026',
|
|
17799
|
+
chain_name: 'pryzm'
|
|
17800
|
+
},
|
|
17801
|
+
chain: {
|
|
17802
|
+
channel_id: 'channel-859'
|
|
17803
|
+
}
|
|
17804
|
+
}]
|
|
17805
|
+
},
|
|
15951
17806
|
{
|
|
15952
17807
|
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2025',
|
|
15953
17808
|
denom_units: [{
|
|
@@ -16088,6 +17943,41 @@ const assets = {
|
|
|
16088
17943
|
}
|
|
16089
17944
|
}]
|
|
16090
17945
|
},
|
|
17946
|
+
{
|
|
17947
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2026',
|
|
17948
|
+
denom_units: [{
|
|
17949
|
+
denom: 'ibc/0A93CD083733B759E60F5FC98CAC6AD76A6719E641303268757069843BE79CD2',
|
|
17950
|
+
exponent: 0,
|
|
17951
|
+
aliases: ['p:asusds:30Jun2026']
|
|
17952
|
+
}, {
|
|
17953
|
+
denom: 'psUSDS30Jun2026',
|
|
17954
|
+
exponent: 18
|
|
17955
|
+
}],
|
|
17956
|
+
base: 'ibc/0A93CD083733B759E60F5FC98CAC6AD76A6719E641303268757069843BE79CD2',
|
|
17957
|
+
name: 'psUsds (30Jun2026)',
|
|
17958
|
+
display: 'psUSDS30Jun2026',
|
|
17959
|
+
symbol: 'psUSDS-30Jun2026',
|
|
17960
|
+
logo_URIs: {
|
|
17961
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
17962
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
17963
|
+
},
|
|
17964
|
+
images: [{
|
|
17965
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
17966
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
17967
|
+
}],
|
|
17968
|
+
type_asset: 'sdk.coin',
|
|
17969
|
+
traces: [{
|
|
17970
|
+
type: 'ibc',
|
|
17971
|
+
counterparty: {
|
|
17972
|
+
channel_id: 'channel-0',
|
|
17973
|
+
base_denom: 'p:asusds:30Jun2026',
|
|
17974
|
+
chain_name: 'pryzm'
|
|
17975
|
+
},
|
|
17976
|
+
chain: {
|
|
17977
|
+
channel_id: 'channel-859'
|
|
17978
|
+
}
|
|
17979
|
+
}]
|
|
17980
|
+
},
|
|
16091
17981
|
{
|
|
16092
17982
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
16093
17983
|
denom_units: [{
|
|
@@ -16193,6 +18083,76 @@ const assets = {
|
|
|
16193
18083
|
}
|
|
16194
18084
|
}]
|
|
16195
18085
|
},
|
|
18086
|
+
{
|
|
18087
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Jun2025',
|
|
18088
|
+
denom_units: [{
|
|
18089
|
+
denom: 'ibc/1561C147E9B0A0FA8DC9D772397F47947B4E55F8B93B626C054459D7B6FDDFA7',
|
|
18090
|
+
exponent: 0,
|
|
18091
|
+
aliases: ['y:uatom:30Jun2025']
|
|
18092
|
+
}, {
|
|
18093
|
+
denom: 'yATOM30Jun2025',
|
|
18094
|
+
exponent: 6
|
|
18095
|
+
}],
|
|
18096
|
+
base: 'ibc/1561C147E9B0A0FA8DC9D772397F47947B4E55F8B93B626C054459D7B6FDDFA7',
|
|
18097
|
+
name: 'yAtom (30Jun2025)',
|
|
18098
|
+
display: 'yATOM30Jun2025',
|
|
18099
|
+
symbol: 'yATOM-30Jun2025',
|
|
18100
|
+
logo_URIs: {
|
|
18101
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
18102
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
18103
|
+
},
|
|
18104
|
+
images: [{
|
|
18105
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
18106
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
18107
|
+
}],
|
|
18108
|
+
type_asset: 'sdk.coin',
|
|
18109
|
+
traces: [{
|
|
18110
|
+
type: 'ibc',
|
|
18111
|
+
counterparty: {
|
|
18112
|
+
channel_id: 'channel-0',
|
|
18113
|
+
base_denom: 'y:uatom:30Jun2025',
|
|
18114
|
+
chain_name: 'pryzm'
|
|
18115
|
+
},
|
|
18116
|
+
chain: {
|
|
18117
|
+
channel_id: 'channel-859'
|
|
18118
|
+
}
|
|
18119
|
+
}]
|
|
18120
|
+
},
|
|
18121
|
+
{
|
|
18122
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2025',
|
|
18123
|
+
denom_units: [{
|
|
18124
|
+
denom: 'ibc/1700E82000BBFC548C66BA8971B38F9152D32DD62D8C5DF32644CAE036B097C5',
|
|
18125
|
+
exponent: 0,
|
|
18126
|
+
aliases: ['y:uatom:30Sep2025']
|
|
18127
|
+
}, {
|
|
18128
|
+
denom: 'yATOM30Sep2025',
|
|
18129
|
+
exponent: 6
|
|
18130
|
+
}],
|
|
18131
|
+
base: 'ibc/1700E82000BBFC548C66BA8971B38F9152D32DD62D8C5DF32644CAE036B097C5',
|
|
18132
|
+
name: 'yAtom (30Sep2025)',
|
|
18133
|
+
display: 'yATOM30Sep2025',
|
|
18134
|
+
symbol: 'yATOM-30Sep2025',
|
|
18135
|
+
logo_URIs: {
|
|
18136
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
18137
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
18138
|
+
},
|
|
18139
|
+
images: [{
|
|
18140
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
18141
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
18142
|
+
}],
|
|
18143
|
+
type_asset: 'sdk.coin',
|
|
18144
|
+
traces: [{
|
|
18145
|
+
type: 'ibc',
|
|
18146
|
+
counterparty: {
|
|
18147
|
+
channel_id: 'channel-0',
|
|
18148
|
+
base_denom: 'y:uatom:30Sep2025',
|
|
18149
|
+
chain_name: 'pryzm'
|
|
18150
|
+
},
|
|
18151
|
+
chain: {
|
|
18152
|
+
channel_id: 'channel-859'
|
|
18153
|
+
}
|
|
18154
|
+
}]
|
|
18155
|
+
},
|
|
16196
18156
|
{
|
|
16197
18157
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
|
|
16198
18158
|
denom_units: [{
|
|
@@ -16368,6 +18328,76 @@ const assets = {
|
|
|
16368
18328
|
}
|
|
16369
18329
|
}]
|
|
16370
18330
|
},
|
|
18331
|
+
{
|
|
18332
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Jun2025',
|
|
18333
|
+
denom_units: [{
|
|
18334
|
+
denom: 'ibc/4DB31AA43C2166979000FE8AE6CB5332C49B7300CC1BC2C10B4C63700733F63D',
|
|
18335
|
+
exponent: 0,
|
|
18336
|
+
aliases: ['y:uosmo:30Jun2025']
|
|
18337
|
+
}, {
|
|
18338
|
+
denom: 'yOSMO30Jun2025',
|
|
18339
|
+
exponent: 6
|
|
18340
|
+
}],
|
|
18341
|
+
base: 'ibc/4DB31AA43C2166979000FE8AE6CB5332C49B7300CC1BC2C10B4C63700733F63D',
|
|
18342
|
+
name: 'yOsmo (30Jun2025)',
|
|
18343
|
+
display: 'yOSMO30Jun2025',
|
|
18344
|
+
symbol: 'yOSMO-30Jun2025',
|
|
18345
|
+
logo_URIs: {
|
|
18346
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
18347
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
18348
|
+
},
|
|
18349
|
+
images: [{
|
|
18350
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
18351
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
18352
|
+
}],
|
|
18353
|
+
type_asset: 'sdk.coin',
|
|
18354
|
+
traces: [{
|
|
18355
|
+
type: 'ibc',
|
|
18356
|
+
counterparty: {
|
|
18357
|
+
channel_id: 'channel-0',
|
|
18358
|
+
base_denom: 'y:uosmo:30Jun2025',
|
|
18359
|
+
chain_name: 'pryzm'
|
|
18360
|
+
},
|
|
18361
|
+
chain: {
|
|
18362
|
+
channel_id: 'channel-859'
|
|
18363
|
+
}
|
|
18364
|
+
}]
|
|
18365
|
+
},
|
|
18366
|
+
{
|
|
18367
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Sep2025',
|
|
18368
|
+
denom_units: [{
|
|
18369
|
+
denom: 'ibc/ED92DE221C8E1821E3F9F8E58985034D09D0F9C9A52B125FB2E08EE4F2908FB2',
|
|
18370
|
+
exponent: 0,
|
|
18371
|
+
aliases: ['y:uosmo:30Sep2025']
|
|
18372
|
+
}, {
|
|
18373
|
+
denom: 'yOSMO30Sep2025',
|
|
18374
|
+
exponent: 6
|
|
18375
|
+
}],
|
|
18376
|
+
base: 'ibc/ED92DE221C8E1821E3F9F8E58985034D09D0F9C9A52B125FB2E08EE4F2908FB2',
|
|
18377
|
+
name: 'yOsmo (30Sep2025)',
|
|
18378
|
+
display: 'yOSMO30Sep2025',
|
|
18379
|
+
symbol: 'yOSMO-30Sep2025',
|
|
18380
|
+
logo_URIs: {
|
|
18381
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
18382
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
18383
|
+
},
|
|
18384
|
+
images: [{
|
|
18385
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
18386
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
18387
|
+
}],
|
|
18388
|
+
type_asset: 'sdk.coin',
|
|
18389
|
+
traces: [{
|
|
18390
|
+
type: 'ibc',
|
|
18391
|
+
counterparty: {
|
|
18392
|
+
channel_id: 'channel-0',
|
|
18393
|
+
base_denom: 'y:uosmo:30Sep2025',
|
|
18394
|
+
chain_name: 'pryzm'
|
|
18395
|
+
},
|
|
18396
|
+
chain: {
|
|
18397
|
+
channel_id: 'channel-859'
|
|
18398
|
+
}
|
|
18399
|
+
}]
|
|
18400
|
+
},
|
|
16371
18401
|
{
|
|
16372
18402
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025',
|
|
16373
18403
|
denom_units: [{
|
|
@@ -16543,6 +18573,76 @@ const assets = {
|
|
|
16543
18573
|
}
|
|
16544
18574
|
}]
|
|
16545
18575
|
},
|
|
18576
|
+
{
|
|
18577
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Jun2025',
|
|
18578
|
+
denom_units: [{
|
|
18579
|
+
denom: 'ibc/61844BB9E2B1F3E6E699133C47C48C42E0B1BC4A2523865CBB1AC13BFB41DC53',
|
|
18580
|
+
exponent: 0,
|
|
18581
|
+
aliases: ['y:inj:30Jun2025']
|
|
18582
|
+
}, {
|
|
18583
|
+
denom: 'yINJ30Jun2025',
|
|
18584
|
+
exponent: 18
|
|
18585
|
+
}],
|
|
18586
|
+
base: 'ibc/61844BB9E2B1F3E6E699133C47C48C42E0B1BC4A2523865CBB1AC13BFB41DC53',
|
|
18587
|
+
name: 'yInj (30Jun2025)',
|
|
18588
|
+
display: 'yINJ30Jun2025',
|
|
18589
|
+
symbol: 'yINJ-30Jun2025',
|
|
18590
|
+
logo_URIs: {
|
|
18591
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
18592
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
18593
|
+
},
|
|
18594
|
+
images: [{
|
|
18595
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
18596
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
18597
|
+
}],
|
|
18598
|
+
type_asset: 'sdk.coin',
|
|
18599
|
+
traces: [{
|
|
18600
|
+
type: 'ibc',
|
|
18601
|
+
counterparty: {
|
|
18602
|
+
channel_id: 'channel-0',
|
|
18603
|
+
base_denom: 'y:inj:30Jun2025',
|
|
18604
|
+
chain_name: 'pryzm'
|
|
18605
|
+
},
|
|
18606
|
+
chain: {
|
|
18607
|
+
channel_id: 'channel-859'
|
|
18608
|
+
}
|
|
18609
|
+
}]
|
|
18610
|
+
},
|
|
18611
|
+
{
|
|
18612
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2025',
|
|
18613
|
+
denom_units: [{
|
|
18614
|
+
denom: 'ibc/3E80231A30AF68A5E7886CD6196D0111D1DF871E3B9710B0452126C8E9C28454',
|
|
18615
|
+
exponent: 0,
|
|
18616
|
+
aliases: ['y:inj:30Sep2025']
|
|
18617
|
+
}, {
|
|
18618
|
+
denom: 'yINJ30Sep2025',
|
|
18619
|
+
exponent: 18
|
|
18620
|
+
}],
|
|
18621
|
+
base: 'ibc/3E80231A30AF68A5E7886CD6196D0111D1DF871E3B9710B0452126C8E9C28454',
|
|
18622
|
+
name: 'yInj (30Sep2025)',
|
|
18623
|
+
display: 'yINJ30Sep2025',
|
|
18624
|
+
symbol: 'yINJ-30Sep2025',
|
|
18625
|
+
logo_URIs: {
|
|
18626
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
18627
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
18628
|
+
},
|
|
18629
|
+
images: [{
|
|
18630
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
18631
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
18632
|
+
}],
|
|
18633
|
+
type_asset: 'sdk.coin',
|
|
18634
|
+
traces: [{
|
|
18635
|
+
type: 'ibc',
|
|
18636
|
+
counterparty: {
|
|
18637
|
+
channel_id: 'channel-0',
|
|
18638
|
+
base_denom: 'y:inj:30Sep2025',
|
|
18639
|
+
chain_name: 'pryzm'
|
|
18640
|
+
},
|
|
18641
|
+
chain: {
|
|
18642
|
+
channel_id: 'channel-859'
|
|
18643
|
+
}
|
|
18644
|
+
}]
|
|
18645
|
+
},
|
|
16546
18646
|
{
|
|
16547
18647
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025',
|
|
16548
18648
|
denom_units: [{
|
|
@@ -16718,6 +18818,76 @@ const assets = {
|
|
|
16718
18818
|
}
|
|
16719
18819
|
}]
|
|
16720
18820
|
},
|
|
18821
|
+
{
|
|
18822
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Jun2025',
|
|
18823
|
+
denom_units: [{
|
|
18824
|
+
denom: 'ibc/833E268674AEAB9FE7F34D4BF046315E887C65540ACBD58CF6A99BFF1358DDE8',
|
|
18825
|
+
exponent: 0,
|
|
18826
|
+
aliases: ['y:uluna:30Jun2025']
|
|
18827
|
+
}, {
|
|
18828
|
+
denom: 'yLUNA30Jun2025',
|
|
18829
|
+
exponent: 6
|
|
18830
|
+
}],
|
|
18831
|
+
base: 'ibc/833E268674AEAB9FE7F34D4BF046315E887C65540ACBD58CF6A99BFF1358DDE8',
|
|
18832
|
+
name: 'yLuna (30Jun2025)',
|
|
18833
|
+
display: 'yLUNA30Jun2025',
|
|
18834
|
+
symbol: 'yLUNA-30Jun2025',
|
|
18835
|
+
logo_URIs: {
|
|
18836
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
18837
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
18838
|
+
},
|
|
18839
|
+
images: [{
|
|
18840
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
18841
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
18842
|
+
}],
|
|
18843
|
+
type_asset: 'sdk.coin',
|
|
18844
|
+
traces: [{
|
|
18845
|
+
type: 'ibc',
|
|
18846
|
+
counterparty: {
|
|
18847
|
+
channel_id: 'channel-0',
|
|
18848
|
+
base_denom: 'y:uluna:30Jun2025',
|
|
18849
|
+
chain_name: 'pryzm'
|
|
18850
|
+
},
|
|
18851
|
+
chain: {
|
|
18852
|
+
channel_id: 'channel-859'
|
|
18853
|
+
}
|
|
18854
|
+
}]
|
|
18855
|
+
},
|
|
18856
|
+
{
|
|
18857
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2025',
|
|
18858
|
+
denom_units: [{
|
|
18859
|
+
denom: 'ibc/CE1BC8FAA4DD99AEEF70C1A24B4F4B9EFE0665C0E7415F45EB01FF3700014A5C',
|
|
18860
|
+
exponent: 0,
|
|
18861
|
+
aliases: ['y:uluna:30Sep2025']
|
|
18862
|
+
}, {
|
|
18863
|
+
denom: 'yLUNA30Sep2025',
|
|
18864
|
+
exponent: 6
|
|
18865
|
+
}],
|
|
18866
|
+
base: 'ibc/CE1BC8FAA4DD99AEEF70C1A24B4F4B9EFE0665C0E7415F45EB01FF3700014A5C',
|
|
18867
|
+
name: 'yLuna (30Sep2025)',
|
|
18868
|
+
display: 'yLUNA30Sep2025',
|
|
18869
|
+
symbol: 'yLUNA-30Sep2025',
|
|
18870
|
+
logo_URIs: {
|
|
18871
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
18872
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
18873
|
+
},
|
|
18874
|
+
images: [{
|
|
18875
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
18876
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
18877
|
+
}],
|
|
18878
|
+
type_asset: 'sdk.coin',
|
|
18879
|
+
traces: [{
|
|
18880
|
+
type: 'ibc',
|
|
18881
|
+
counterparty: {
|
|
18882
|
+
channel_id: 'channel-0',
|
|
18883
|
+
base_denom: 'y:uluna:30Sep2025',
|
|
18884
|
+
chain_name: 'pryzm'
|
|
18885
|
+
},
|
|
18886
|
+
chain: {
|
|
18887
|
+
channel_id: 'channel-859'
|
|
18888
|
+
}
|
|
18889
|
+
}]
|
|
18890
|
+
},
|
|
16721
18891
|
{
|
|
16722
18892
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025',
|
|
16723
18893
|
denom_units: [{
|
|
@@ -16795,13 +18965,48 @@ const assets = {
|
|
|
16795
18965
|
exponent: 0,
|
|
16796
18966
|
aliases: ['y:uauuu:30Sep2024']
|
|
16797
18967
|
}, {
|
|
16798
|
-
denom: 'yAUUU30Sep2024',
|
|
18968
|
+
denom: 'yAUUU30Sep2024',
|
|
18969
|
+
exponent: 6
|
|
18970
|
+
}],
|
|
18971
|
+
base: 'ibc/C8A832BF61C7D42B3E24DD9667B2692B95EF0A4999E8C80EA5DA8CABDF47A899',
|
|
18972
|
+
name: 'yAuuu (30Sep2024)',
|
|
18973
|
+
display: 'yAUUU30Sep2024',
|
|
18974
|
+
symbol: 'yAUUU-30Sep2024',
|
|
18975
|
+
logo_URIs: {
|
|
18976
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
18977
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
18978
|
+
},
|
|
18979
|
+
images: [{
|
|
18980
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
18981
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
18982
|
+
}],
|
|
18983
|
+
type_asset: 'sdk.coin',
|
|
18984
|
+
traces: [{
|
|
18985
|
+
type: 'ibc',
|
|
18986
|
+
counterparty: {
|
|
18987
|
+
channel_id: 'channel-0',
|
|
18988
|
+
base_denom: 'y:uauuu:30Sep2024',
|
|
18989
|
+
chain_name: 'pryzm'
|
|
18990
|
+
},
|
|
18991
|
+
chain: {
|
|
18992
|
+
channel_id: 'channel-859'
|
|
18993
|
+
}
|
|
18994
|
+
}]
|
|
18995
|
+
},
|
|
18996
|
+
{
|
|
18997
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2024',
|
|
18998
|
+
denom_units: [{
|
|
18999
|
+
denom: 'ibc/64E9B5A7C8E206285D4E739593E597346D479D687640FFC85B8F73FE064CE6B2',
|
|
19000
|
+
exponent: 0,
|
|
19001
|
+
aliases: ['y:uauuu:31Dec2024']
|
|
19002
|
+
}, {
|
|
19003
|
+
denom: 'yAUUU31Dec2024',
|
|
16799
19004
|
exponent: 6
|
|
16800
19005
|
}],
|
|
16801
|
-
base: 'ibc/
|
|
16802
|
-
name: 'yAuuu (
|
|
16803
|
-
display: '
|
|
16804
|
-
symbol: 'yAUUU-
|
|
19006
|
+
base: 'ibc/64E9B5A7C8E206285D4E739593E597346D479D687640FFC85B8F73FE064CE6B2',
|
|
19007
|
+
name: 'yAuuu (31Dec2024)',
|
|
19008
|
+
display: 'yAUUU31Dec2024',
|
|
19009
|
+
symbol: 'yAUUU-31Dec2024',
|
|
16805
19010
|
logo_URIs: {
|
|
16806
19011
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
16807
19012
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
@@ -16815,7 +19020,7 @@ const assets = {
|
|
|
16815
19020
|
type: 'ibc',
|
|
16816
19021
|
counterparty: {
|
|
16817
19022
|
channel_id: 'channel-0',
|
|
16818
|
-
base_denom: 'y:uauuu:
|
|
19023
|
+
base_denom: 'y:uauuu:31Dec2024',
|
|
16819
19024
|
chain_name: 'pryzm'
|
|
16820
19025
|
},
|
|
16821
19026
|
chain: {
|
|
@@ -16824,19 +19029,19 @@ const assets = {
|
|
|
16824
19029
|
}]
|
|
16825
19030
|
},
|
|
16826
19031
|
{
|
|
16827
|
-
description: 'Pryzm\'s refracted yield token for AUUU with maturity of
|
|
19032
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Jun2025',
|
|
16828
19033
|
denom_units: [{
|
|
16829
|
-
denom: 'ibc/
|
|
19034
|
+
denom: 'ibc/B104C4AF5D432D58A8D1BC762B396C1E10104FD35B238638956A39A816BA9724',
|
|
16830
19035
|
exponent: 0,
|
|
16831
|
-
aliases: ['y:uauuu:
|
|
19036
|
+
aliases: ['y:uauuu:30Jun2025']
|
|
16832
19037
|
}, {
|
|
16833
|
-
denom: '
|
|
19038
|
+
denom: 'yAUUU30Jun2025',
|
|
16834
19039
|
exponent: 6
|
|
16835
19040
|
}],
|
|
16836
|
-
base: 'ibc/
|
|
16837
|
-
name: 'yAuuu (
|
|
16838
|
-
display: '
|
|
16839
|
-
symbol: 'yAUUU-
|
|
19041
|
+
base: 'ibc/B104C4AF5D432D58A8D1BC762B396C1E10104FD35B238638956A39A816BA9724',
|
|
19042
|
+
name: 'yAuuu (30Jun2025)',
|
|
19043
|
+
display: 'yAUUU30Jun2025',
|
|
19044
|
+
symbol: 'yAUUU-30Jun2025',
|
|
16840
19045
|
logo_URIs: {
|
|
16841
19046
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
16842
19047
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
@@ -16850,7 +19055,7 @@ const assets = {
|
|
|
16850
19055
|
type: 'ibc',
|
|
16851
19056
|
counterparty: {
|
|
16852
19057
|
channel_id: 'channel-0',
|
|
16853
|
-
base_denom: 'y:uauuu:
|
|
19058
|
+
base_denom: 'y:uauuu:30Jun2025',
|
|
16854
19059
|
chain_name: 'pryzm'
|
|
16855
19060
|
},
|
|
16856
19061
|
chain: {
|
|
@@ -17033,6 +19238,41 @@ const assets = {
|
|
|
17033
19238
|
}
|
|
17034
19239
|
}]
|
|
17035
19240
|
},
|
|
19241
|
+
{
|
|
19242
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Jun2025',
|
|
19243
|
+
denom_units: [{
|
|
19244
|
+
denom: 'ibc/D09F26630A4AF5B7A0D7804D0EE2DEE7BC19A1077D74B1F21B90619799ACA21D',
|
|
19245
|
+
exponent: 0,
|
|
19246
|
+
aliases: ['y:stutia:30Jun2025']
|
|
19247
|
+
}, {
|
|
19248
|
+
denom: 'ystTIA30Jun2025',
|
|
19249
|
+
exponent: 6
|
|
19250
|
+
}],
|
|
19251
|
+
base: 'ibc/D09F26630A4AF5B7A0D7804D0EE2DEE7BC19A1077D74B1F21B90619799ACA21D',
|
|
19252
|
+
name: 'ystTia (30Jun2025)',
|
|
19253
|
+
display: 'ystTIA30Jun2025',
|
|
19254
|
+
symbol: 'ystTIA-30Jun2025',
|
|
19255
|
+
logo_URIs: {
|
|
19256
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
19257
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
19258
|
+
},
|
|
19259
|
+
images: [{
|
|
19260
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
19261
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
19262
|
+
}],
|
|
19263
|
+
type_asset: 'sdk.coin',
|
|
19264
|
+
traces: [{
|
|
19265
|
+
type: 'ibc',
|
|
19266
|
+
counterparty: {
|
|
19267
|
+
channel_id: 'channel-0',
|
|
19268
|
+
base_denom: 'y:stutia:30Jun2025',
|
|
19269
|
+
chain_name: 'pryzm'
|
|
19270
|
+
},
|
|
19271
|
+
chain: {
|
|
19272
|
+
channel_id: 'channel-859'
|
|
19273
|
+
}
|
|
19274
|
+
}]
|
|
19275
|
+
},
|
|
17036
19276
|
{
|
|
17037
19277
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025',
|
|
17038
19278
|
denom_units: [{
|
|
@@ -17208,6 +19448,41 @@ const assets = {
|
|
|
17208
19448
|
}
|
|
17209
19449
|
}]
|
|
17210
19450
|
},
|
|
19451
|
+
{
|
|
19452
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Jun2025',
|
|
19453
|
+
denom_units: [{
|
|
19454
|
+
denom: 'ibc/DC31ECC4711854457C896067944148212B326D298EC6F761CE69FE7B80AF2D7D',
|
|
19455
|
+
exponent: 0,
|
|
19456
|
+
aliases: ['y:stadydx:30Jun2025']
|
|
19457
|
+
}, {
|
|
19458
|
+
denom: 'ystDYDX30Jun2025',
|
|
19459
|
+
exponent: 6
|
|
19460
|
+
}],
|
|
19461
|
+
base: 'ibc/DC31ECC4711854457C896067944148212B326D298EC6F761CE69FE7B80AF2D7D',
|
|
19462
|
+
name: 'ystDydx (30Jun2025)',
|
|
19463
|
+
display: 'ystDYDX30Jun2025',
|
|
19464
|
+
symbol: 'ystDYDX-30Jun2025',
|
|
19465
|
+
logo_URIs: {
|
|
19466
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
19467
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
19468
|
+
},
|
|
19469
|
+
images: [{
|
|
19470
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
19471
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
19472
|
+
}],
|
|
19473
|
+
type_asset: 'sdk.coin',
|
|
19474
|
+
traces: [{
|
|
19475
|
+
type: 'ibc',
|
|
19476
|
+
counterparty: {
|
|
19477
|
+
channel_id: 'channel-0',
|
|
19478
|
+
base_denom: 'y:stadydx:30Jun2025',
|
|
19479
|
+
chain_name: 'pryzm'
|
|
19480
|
+
},
|
|
19481
|
+
chain: {
|
|
19482
|
+
channel_id: 'channel-859'
|
|
19483
|
+
}
|
|
19484
|
+
}]
|
|
19485
|
+
},
|
|
17211
19486
|
{
|
|
17212
19487
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025',
|
|
17213
19488
|
denom_units: [{
|
|
@@ -17523,6 +19798,76 @@ const assets = {
|
|
|
17523
19798
|
}
|
|
17524
19799
|
}]
|
|
17525
19800
|
},
|
|
19801
|
+
{
|
|
19802
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 30Jun2025',
|
|
19803
|
+
denom_units: [{
|
|
19804
|
+
denom: 'ibc/98CC1FB2AAB59710E850DA172F81151F144A3069C8EC5C1F48BB930E06A3972D',
|
|
19805
|
+
exponent: 0,
|
|
19806
|
+
aliases: ['y:utia:30Jun2025']
|
|
19807
|
+
}, {
|
|
19808
|
+
denom: 'yTIA30Jun2025',
|
|
19809
|
+
exponent: 6
|
|
19810
|
+
}],
|
|
19811
|
+
base: 'ibc/98CC1FB2AAB59710E850DA172F81151F144A3069C8EC5C1F48BB930E06A3972D',
|
|
19812
|
+
name: 'yTia (30Jun2025)',
|
|
19813
|
+
display: 'yTIA30Jun2025',
|
|
19814
|
+
symbol: 'yTIA-30Jun2025',
|
|
19815
|
+
logo_URIs: {
|
|
19816
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
19817
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
19818
|
+
},
|
|
19819
|
+
images: [{
|
|
19820
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
19821
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
19822
|
+
}],
|
|
19823
|
+
type_asset: 'sdk.coin',
|
|
19824
|
+
traces: [{
|
|
19825
|
+
type: 'ibc',
|
|
19826
|
+
counterparty: {
|
|
19827
|
+
channel_id: 'channel-0',
|
|
19828
|
+
base_denom: 'y:utia:30Jun2025',
|
|
19829
|
+
chain_name: 'pryzm'
|
|
19830
|
+
},
|
|
19831
|
+
chain: {
|
|
19832
|
+
channel_id: 'channel-859'
|
|
19833
|
+
}
|
|
19834
|
+
}]
|
|
19835
|
+
},
|
|
19836
|
+
{
|
|
19837
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 30Sep2025',
|
|
19838
|
+
denom_units: [{
|
|
19839
|
+
denom: 'ibc/EE5F23C45921FB947D30B5BBFA56BBAFEDB76A181B985E0DD1B73D2A2D24398A',
|
|
19840
|
+
exponent: 0,
|
|
19841
|
+
aliases: ['y:utia:30Sep2025']
|
|
19842
|
+
}, {
|
|
19843
|
+
denom: 'yTIA30Sep2025',
|
|
19844
|
+
exponent: 6
|
|
19845
|
+
}],
|
|
19846
|
+
base: 'ibc/EE5F23C45921FB947D30B5BBFA56BBAFEDB76A181B985E0DD1B73D2A2D24398A',
|
|
19847
|
+
name: 'yTia (30Sep2025)',
|
|
19848
|
+
display: 'yTIA30Sep2025',
|
|
19849
|
+
symbol: 'yTIA-30Sep2025',
|
|
19850
|
+
logo_URIs: {
|
|
19851
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
19852
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
19853
|
+
},
|
|
19854
|
+
images: [{
|
|
19855
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
19856
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
19857
|
+
}],
|
|
19858
|
+
type_asset: 'sdk.coin',
|
|
19859
|
+
traces: [{
|
|
19860
|
+
type: 'ibc',
|
|
19861
|
+
counterparty: {
|
|
19862
|
+
channel_id: 'channel-0',
|
|
19863
|
+
base_denom: 'y:utia:30Sep2025',
|
|
19864
|
+
chain_name: 'pryzm'
|
|
19865
|
+
},
|
|
19866
|
+
chain: {
|
|
19867
|
+
channel_id: 'channel-859'
|
|
19868
|
+
}
|
|
19869
|
+
}]
|
|
19870
|
+
},
|
|
17526
19871
|
{
|
|
17527
19872
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
17528
19873
|
denom_units: [{
|
|
@@ -17733,6 +20078,76 @@ const assets = {
|
|
|
17733
20078
|
}
|
|
17734
20079
|
}]
|
|
17735
20080
|
},
|
|
20081
|
+
{
|
|
20082
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Mar2026',
|
|
20083
|
+
denom_units: [{
|
|
20084
|
+
denom: 'ibc/8E1D731E6A43AEFABBB8000AB65345D25D99FE134FA5B27CEF8EDC1803D7B63F',
|
|
20085
|
+
exponent: 0,
|
|
20086
|
+
aliases: ['y:ausdy:31Mar2026']
|
|
20087
|
+
}, {
|
|
20088
|
+
denom: 'yUSDY31Mar2026',
|
|
20089
|
+
exponent: 18
|
|
20090
|
+
}],
|
|
20091
|
+
base: 'ibc/8E1D731E6A43AEFABBB8000AB65345D25D99FE134FA5B27CEF8EDC1803D7B63F',
|
|
20092
|
+
name: 'yUsdy (31Mar2026)',
|
|
20093
|
+
display: 'yUSDY31Mar2026',
|
|
20094
|
+
symbol: 'yUSDY-31Mar2026',
|
|
20095
|
+
logo_URIs: {
|
|
20096
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
20097
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
20098
|
+
},
|
|
20099
|
+
images: [{
|
|
20100
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
20101
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
20102
|
+
}],
|
|
20103
|
+
type_asset: 'sdk.coin',
|
|
20104
|
+
traces: [{
|
|
20105
|
+
type: 'ibc',
|
|
20106
|
+
counterparty: {
|
|
20107
|
+
channel_id: 'channel-0',
|
|
20108
|
+
base_denom: 'y:ausdy:31Mar2026',
|
|
20109
|
+
chain_name: 'pryzm'
|
|
20110
|
+
},
|
|
20111
|
+
chain: {
|
|
20112
|
+
channel_id: 'channel-859'
|
|
20113
|
+
}
|
|
20114
|
+
}]
|
|
20115
|
+
},
|
|
20116
|
+
{
|
|
20117
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Jun2026',
|
|
20118
|
+
denom_units: [{
|
|
20119
|
+
denom: 'ibc/D5B32C9DA0528EA8EDAD781E955FEDDA4266F0D58828C77A6130A8AEAC0171FB',
|
|
20120
|
+
exponent: 0,
|
|
20121
|
+
aliases: ['y:ausdy:30Jun2026']
|
|
20122
|
+
}, {
|
|
20123
|
+
denom: 'yUSDY30Jun2026',
|
|
20124
|
+
exponent: 18
|
|
20125
|
+
}],
|
|
20126
|
+
base: 'ibc/D5B32C9DA0528EA8EDAD781E955FEDDA4266F0D58828C77A6130A8AEAC0171FB',
|
|
20127
|
+
name: 'yUsdy (30Jun2026)',
|
|
20128
|
+
display: 'yUSDY30Jun2026',
|
|
20129
|
+
symbol: 'yUSDY-30Jun2026',
|
|
20130
|
+
logo_URIs: {
|
|
20131
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
20132
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
20133
|
+
},
|
|
20134
|
+
images: [{
|
|
20135
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
20136
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
20137
|
+
}],
|
|
20138
|
+
type_asset: 'sdk.coin',
|
|
20139
|
+
traces: [{
|
|
20140
|
+
type: 'ibc',
|
|
20141
|
+
counterparty: {
|
|
20142
|
+
channel_id: 'channel-0',
|
|
20143
|
+
base_denom: 'y:ausdy:30Jun2026',
|
|
20144
|
+
chain_name: 'pryzm'
|
|
20145
|
+
},
|
|
20146
|
+
chain: {
|
|
20147
|
+
channel_id: 'channel-859'
|
|
20148
|
+
}
|
|
20149
|
+
}]
|
|
20150
|
+
},
|
|
17736
20151
|
{
|
|
17737
20152
|
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2025',
|
|
17738
20153
|
denom_units: [{
|
|
@@ -17873,6 +20288,76 @@ const assets = {
|
|
|
17873
20288
|
}
|
|
17874
20289
|
}]
|
|
17875
20290
|
},
|
|
20291
|
+
{
|
|
20292
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2026',
|
|
20293
|
+
denom_units: [{
|
|
20294
|
+
denom: 'ibc/0E8A726157C499F7AF5CD30FCCD4BBC55711993D149BB779D411CCBD0433A0A9',
|
|
20295
|
+
exponent: 0,
|
|
20296
|
+
aliases: ['y:upryzm:31Mar2026']
|
|
20297
|
+
}, {
|
|
20298
|
+
denom: 'yPRYZM31Mar2026',
|
|
20299
|
+
exponent: 6
|
|
20300
|
+
}],
|
|
20301
|
+
base: 'ibc/0E8A726157C499F7AF5CD30FCCD4BBC55711993D149BB779D411CCBD0433A0A9',
|
|
20302
|
+
name: 'yPryzm (31Mar2026)',
|
|
20303
|
+
display: 'yPRYZM31Mar2026',
|
|
20304
|
+
symbol: 'yPRYZM-31Mar2026',
|
|
20305
|
+
logo_URIs: {
|
|
20306
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
20307
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
20308
|
+
},
|
|
20309
|
+
images: [{
|
|
20310
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
20311
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
20312
|
+
}],
|
|
20313
|
+
type_asset: 'sdk.coin',
|
|
20314
|
+
traces: [{
|
|
20315
|
+
type: 'ibc',
|
|
20316
|
+
counterparty: {
|
|
20317
|
+
channel_id: 'channel-0',
|
|
20318
|
+
base_denom: 'y:upryzm:31Mar2026',
|
|
20319
|
+
chain_name: 'pryzm'
|
|
20320
|
+
},
|
|
20321
|
+
chain: {
|
|
20322
|
+
channel_id: 'channel-859'
|
|
20323
|
+
}
|
|
20324
|
+
}]
|
|
20325
|
+
},
|
|
20326
|
+
{
|
|
20327
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Jun2026',
|
|
20328
|
+
denom_units: [{
|
|
20329
|
+
denom: 'ibc/2745F58C681FF940CCF98B3CBE2398C66D69A2F95D1FC72500B71D9A1E254439',
|
|
20330
|
+
exponent: 0,
|
|
20331
|
+
aliases: ['y:upryzm:30Jun2026']
|
|
20332
|
+
}, {
|
|
20333
|
+
denom: 'yPRYZM30Jun2026',
|
|
20334
|
+
exponent: 6
|
|
20335
|
+
}],
|
|
20336
|
+
base: 'ibc/2745F58C681FF940CCF98B3CBE2398C66D69A2F95D1FC72500B71D9A1E254439',
|
|
20337
|
+
name: 'yPryzm (30Jun2026)',
|
|
20338
|
+
display: 'yPRYZM30Jun2026',
|
|
20339
|
+
symbol: 'yPRYZM-30Jun2026',
|
|
20340
|
+
logo_URIs: {
|
|
20341
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
20342
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
20343
|
+
},
|
|
20344
|
+
images: [{
|
|
20345
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
20346
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
20347
|
+
}],
|
|
20348
|
+
type_asset: 'sdk.coin',
|
|
20349
|
+
traces: [{
|
|
20350
|
+
type: 'ibc',
|
|
20351
|
+
counterparty: {
|
|
20352
|
+
channel_id: 'channel-0',
|
|
20353
|
+
base_denom: 'y:upryzm:30Jun2026',
|
|
20354
|
+
chain_name: 'pryzm'
|
|
20355
|
+
},
|
|
20356
|
+
chain: {
|
|
20357
|
+
channel_id: 'channel-859'
|
|
20358
|
+
}
|
|
20359
|
+
}]
|
|
20360
|
+
},
|
|
17876
20361
|
{
|
|
17877
20362
|
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2025',
|
|
17878
20363
|
denom_units: [{
|
|
@@ -18013,6 +20498,41 @@ const assets = {
|
|
|
18013
20498
|
}
|
|
18014
20499
|
}]
|
|
18015
20500
|
},
|
|
20501
|
+
{
|
|
20502
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2026',
|
|
20503
|
+
denom_units: [{
|
|
20504
|
+
denom: 'ibc/3355F150AF6824069359A8F072D6496793F758D284C2BD3F083D0C3F34B4ACF4',
|
|
20505
|
+
exponent: 0,
|
|
20506
|
+
aliases: ['y:asusds:30Jun2026']
|
|
20507
|
+
}, {
|
|
20508
|
+
denom: 'ysUSDS30Jun2026',
|
|
20509
|
+
exponent: 18
|
|
20510
|
+
}],
|
|
20511
|
+
base: 'ibc/3355F150AF6824069359A8F072D6496793F758D284C2BD3F083D0C3F34B4ACF4',
|
|
20512
|
+
name: 'ysUsds (30Jun2026)',
|
|
20513
|
+
display: 'ysUSDS30Jun2026',
|
|
20514
|
+
symbol: 'ysUSDS-30Jun2026',
|
|
20515
|
+
logo_URIs: {
|
|
20516
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
20517
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
20518
|
+
},
|
|
20519
|
+
images: [{
|
|
20520
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
20521
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
20522
|
+
}],
|
|
20523
|
+
type_asset: 'sdk.coin',
|
|
20524
|
+
traces: [{
|
|
20525
|
+
type: 'ibc',
|
|
20526
|
+
counterparty: {
|
|
20527
|
+
channel_id: 'channel-0',
|
|
20528
|
+
base_denom: 'y:asusds:30Jun2026',
|
|
20529
|
+
chain_name: 'pryzm'
|
|
20530
|
+
},
|
|
20531
|
+
chain: {
|
|
20532
|
+
channel_id: 'channel-859'
|
|
20533
|
+
}
|
|
20534
|
+
}]
|
|
20535
|
+
},
|
|
18016
20536
|
{
|
|
18017
20537
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
18018
20538
|
denom_units: [{
|