@chain-registry/assets 1.70.65 → 1.70.67
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/akash.js +170 -0
- package/esm/mainnet/assets.js +3 -1
- package/esm/mainnet/axelar.js +1328 -38
- package/esm/mainnet/celestia.js +1334 -44
- package/esm/mainnet/cosmoshub.js +1328 -38
- package/esm/mainnet/dydx.js +1166 -46
- package/esm/mainnet/elys.js +764 -0
- package/esm/mainnet/index.js +2 -0
- package/esm/mainnet/injective.js +1166 -46
- package/esm/mainnet/neutron.js +1166 -46
- package/esm/mainnet/noble.js +1326 -36
- package/esm/mainnet/osmosis.js +1322 -32
- package/esm/mainnet/sei.js +74 -0
- package/esm/mainnet/stride.js +1166 -46
- package/esm/mainnet/terra2.js +1166 -46
- package/esm/mainnet/zenrock.js +166 -0
- package/esm/testnet/cosmoshubtestnet.js +50 -322
- package/esm/testnet/symphonytestnet.js +4 -74
- package/index.d.ts +1 -1
- package/mainnet/akash.js +170 -0
- package/mainnet/assets.js +3 -1
- package/mainnet/axelar.js +1328 -38
- package/mainnet/celestia.js +1334 -44
- package/mainnet/cosmoshub.js +1328 -38
- package/mainnet/dydx.js +1166 -46
- package/mainnet/elys.d.ts +3 -0
- package/mainnet/elys.js +766 -0
- package/mainnet/index.d.ts +2 -0
- package/mainnet/index.js +5 -3
- package/mainnet/injective.js +1166 -46
- package/mainnet/neutron.js +1166 -46
- package/mainnet/noble.js +1326 -36
- package/mainnet/osmosis.js +1322 -32
- package/mainnet/sei.js +74 -0
- package/mainnet/stride.js +1166 -46
- package/mainnet/terra2.js +1166 -46
- package/mainnet/zenrock.d.ts +3 -0
- package/mainnet/zenrock.js +168 -0
- package/package.json +5 -5
- package/testnet/cosmoshubtestnet.js +50 -322
- package/testnet/symphonytestnet.js +4 -74
package/esm/mainnet/noble.js
CHANGED
|
@@ -549,6 +549,91 @@ const assets = {
|
|
|
549
549
|
}
|
|
550
550
|
}]
|
|
551
551
|
},
|
|
552
|
+
{
|
|
553
|
+
description: 'The native token of Elys Network',
|
|
554
|
+
denom_units: [
|
|
555
|
+
{
|
|
556
|
+
denom: 'ibc/7F504CD0771D06502C62C7E76B052BE7B6CD7FE82D1BAC0A69D2041E4AB7C217',
|
|
557
|
+
exponent: 0,
|
|
558
|
+
aliases: ['uelys']
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
denom: 'melys',
|
|
562
|
+
exponent: 3,
|
|
563
|
+
aliases: ['millielys']
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
denom: 'elys',
|
|
567
|
+
exponent: 6,
|
|
568
|
+
aliases: []
|
|
569
|
+
}
|
|
570
|
+
],
|
|
571
|
+
base: 'ibc/7F504CD0771D06502C62C7E76B052BE7B6CD7FE82D1BAC0A69D2041E4AB7C217',
|
|
572
|
+
name: 'Elys Network',
|
|
573
|
+
display: 'elys',
|
|
574
|
+
symbol: 'ELYS',
|
|
575
|
+
logo_URIs: {
|
|
576
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
577
|
+
},
|
|
578
|
+
coingecko_id: 'elys',
|
|
579
|
+
images: [{
|
|
580
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
581
|
+
}],
|
|
582
|
+
type_asset: 'sdk.coin',
|
|
583
|
+
traces: [{
|
|
584
|
+
type: 'ibc',
|
|
585
|
+
counterparty: {
|
|
586
|
+
channel_id: 'channel-2',
|
|
587
|
+
base_denom: 'uelys',
|
|
588
|
+
chain_name: 'elys'
|
|
589
|
+
},
|
|
590
|
+
chain: {
|
|
591
|
+
channel_id: 'channel-117'
|
|
592
|
+
}
|
|
593
|
+
}]
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
description: 'Eden token definition',
|
|
597
|
+
denom_units: [
|
|
598
|
+
{
|
|
599
|
+
denom: 'ibc/92855648A97F3757115DDA46EAF80D7A669569691B3C264E2254FE621B1C80B1',
|
|
600
|
+
exponent: 0,
|
|
601
|
+
aliases: ['ueden']
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
denom: 'meden',
|
|
605
|
+
exponent: 3,
|
|
606
|
+
aliases: ['millieden']
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
denom: 'eden',
|
|
610
|
+
exponent: 6,
|
|
611
|
+
aliases: []
|
|
612
|
+
}
|
|
613
|
+
],
|
|
614
|
+
base: 'ibc/92855648A97F3757115DDA46EAF80D7A669569691B3C264E2254FE621B1C80B1',
|
|
615
|
+
name: 'Eden',
|
|
616
|
+
display: 'eden',
|
|
617
|
+
symbol: 'EDEN',
|
|
618
|
+
logo_URIs: {
|
|
619
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
620
|
+
},
|
|
621
|
+
images: [{
|
|
622
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
623
|
+
}],
|
|
624
|
+
type_asset: 'sdk.coin',
|
|
625
|
+
traces: [{
|
|
626
|
+
type: 'ibc',
|
|
627
|
+
counterparty: {
|
|
628
|
+
channel_id: 'channel-2',
|
|
629
|
+
base_denom: 'ueden',
|
|
630
|
+
chain_name: 'elys'
|
|
631
|
+
},
|
|
632
|
+
chain: {
|
|
633
|
+
channel_id: 'channel-117'
|
|
634
|
+
}
|
|
635
|
+
}]
|
|
636
|
+
},
|
|
552
637
|
{
|
|
553
638
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
554
639
|
denom_units: [{
|
|
@@ -2730,6 +2815,91 @@ const assets = {
|
|
|
2730
2815
|
}
|
|
2731
2816
|
}]
|
|
2732
2817
|
},
|
|
2818
|
+
{
|
|
2819
|
+
description: 'The native token of Elys Network',
|
|
2820
|
+
denom_units: [
|
|
2821
|
+
{
|
|
2822
|
+
denom: 'ibc/7F504CD0771D06502C62C7E76B052BE7B6CD7FE82D1BAC0A69D2041E4AB7C217',
|
|
2823
|
+
exponent: 0,
|
|
2824
|
+
aliases: ['uelys']
|
|
2825
|
+
},
|
|
2826
|
+
{
|
|
2827
|
+
denom: 'melys',
|
|
2828
|
+
exponent: 3,
|
|
2829
|
+
aliases: ['millielys']
|
|
2830
|
+
},
|
|
2831
|
+
{
|
|
2832
|
+
denom: 'elys',
|
|
2833
|
+
exponent: 6,
|
|
2834
|
+
aliases: []
|
|
2835
|
+
}
|
|
2836
|
+
],
|
|
2837
|
+
base: 'ibc/7F504CD0771D06502C62C7E76B052BE7B6CD7FE82D1BAC0A69D2041E4AB7C217',
|
|
2838
|
+
name: 'Elys Network',
|
|
2839
|
+
display: 'elys',
|
|
2840
|
+
symbol: 'ELYS',
|
|
2841
|
+
logo_URIs: {
|
|
2842
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
2843
|
+
},
|
|
2844
|
+
coingecko_id: 'elys',
|
|
2845
|
+
images: [{
|
|
2846
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
2847
|
+
}],
|
|
2848
|
+
type_asset: 'sdk.coin',
|
|
2849
|
+
traces: [{
|
|
2850
|
+
type: 'ibc',
|
|
2851
|
+
counterparty: {
|
|
2852
|
+
channel_id: 'channel-2',
|
|
2853
|
+
base_denom: 'uelys',
|
|
2854
|
+
chain_name: 'elys'
|
|
2855
|
+
},
|
|
2856
|
+
chain: {
|
|
2857
|
+
channel_id: 'channel-117'
|
|
2858
|
+
}
|
|
2859
|
+
}]
|
|
2860
|
+
},
|
|
2861
|
+
{
|
|
2862
|
+
description: 'Eden token definition',
|
|
2863
|
+
denom_units: [
|
|
2864
|
+
{
|
|
2865
|
+
denom: 'ibc/92855648A97F3757115DDA46EAF80D7A669569691B3C264E2254FE621B1C80B1',
|
|
2866
|
+
exponent: 0,
|
|
2867
|
+
aliases: ['ueden']
|
|
2868
|
+
},
|
|
2869
|
+
{
|
|
2870
|
+
denom: 'meden',
|
|
2871
|
+
exponent: 3,
|
|
2872
|
+
aliases: ['millieden']
|
|
2873
|
+
},
|
|
2874
|
+
{
|
|
2875
|
+
denom: 'eden',
|
|
2876
|
+
exponent: 6,
|
|
2877
|
+
aliases: []
|
|
2878
|
+
}
|
|
2879
|
+
],
|
|
2880
|
+
base: 'ibc/92855648A97F3757115DDA46EAF80D7A669569691B3C264E2254FE621B1C80B1',
|
|
2881
|
+
name: 'Eden',
|
|
2882
|
+
display: 'eden',
|
|
2883
|
+
symbol: 'EDEN',
|
|
2884
|
+
logo_URIs: {
|
|
2885
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
2886
|
+
},
|
|
2887
|
+
images: [{
|
|
2888
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
2889
|
+
}],
|
|
2890
|
+
type_asset: 'sdk.coin',
|
|
2891
|
+
traces: [{
|
|
2892
|
+
type: 'ibc',
|
|
2893
|
+
counterparty: {
|
|
2894
|
+
channel_id: 'channel-2',
|
|
2895
|
+
base_denom: 'ueden',
|
|
2896
|
+
chain_name: 'elys'
|
|
2897
|
+
},
|
|
2898
|
+
chain: {
|
|
2899
|
+
channel_id: 'channel-117'
|
|
2900
|
+
}
|
|
2901
|
+
}]
|
|
2902
|
+
},
|
|
2733
2903
|
{
|
|
2734
2904
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
2735
2905
|
denom_units: [{
|
|
@@ -4804,6 +4974,41 @@ const assets = {
|
|
|
4804
4974
|
}
|
|
4805
4975
|
}]
|
|
4806
4976
|
},
|
|
4977
|
+
{
|
|
4978
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025',
|
|
4979
|
+
denom_units: [{
|
|
4980
|
+
denom: 'ibc/B03D58384C5D47E46EF5AFB198D3849A9EA818F53CC5B0C26839749963CF26DA',
|
|
4981
|
+
exponent: 0,
|
|
4982
|
+
aliases: ['p:uatom:31Mar2025']
|
|
4983
|
+
}, {
|
|
4984
|
+
denom: 'pATOM31Mar2025',
|
|
4985
|
+
exponent: 6
|
|
4986
|
+
}],
|
|
4987
|
+
base: 'ibc/B03D58384C5D47E46EF5AFB198D3849A9EA818F53CC5B0C26839749963CF26DA',
|
|
4988
|
+
name: 'pAtom (31Mar2025)',
|
|
4989
|
+
display: 'pATOM31Mar2025',
|
|
4990
|
+
symbol: 'pATOM-31Mar2025',
|
|
4991
|
+
logo_URIs: {
|
|
4992
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
4993
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
4994
|
+
},
|
|
4995
|
+
images: [{
|
|
4996
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
4997
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
4998
|
+
}],
|
|
4999
|
+
type_asset: 'sdk.coin',
|
|
5000
|
+
traces: [{
|
|
5001
|
+
type: 'ibc',
|
|
5002
|
+
counterparty: {
|
|
5003
|
+
channel_id: 'channel-5',
|
|
5004
|
+
base_denom: 'p:uatom:31Mar2025',
|
|
5005
|
+
chain_name: 'pryzm'
|
|
5006
|
+
},
|
|
5007
|
+
chain: {
|
|
5008
|
+
channel_id: 'channel-79'
|
|
5009
|
+
}
|
|
5010
|
+
}]
|
|
5011
|
+
},
|
|
4807
5012
|
{
|
|
4808
5013
|
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025',
|
|
4809
5014
|
denom_units: [{
|
|
@@ -4944,6 +5149,41 @@ const assets = {
|
|
|
4944
5149
|
}
|
|
4945
5150
|
}]
|
|
4946
5151
|
},
|
|
5152
|
+
{
|
|
5153
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025',
|
|
5154
|
+
denom_units: [{
|
|
5155
|
+
denom: 'ibc/10C95F846DA69CCE0A23E2BA753D9D99601E46A8AD3AE309618B1FCD927CEAAE',
|
|
5156
|
+
exponent: 0,
|
|
5157
|
+
aliases: ['p:uosmo:31Mar2025']
|
|
5158
|
+
}, {
|
|
5159
|
+
denom: 'pOSMO31Mar2025',
|
|
5160
|
+
exponent: 6
|
|
5161
|
+
}],
|
|
5162
|
+
base: 'ibc/10C95F846DA69CCE0A23E2BA753D9D99601E46A8AD3AE309618B1FCD927CEAAE',
|
|
5163
|
+
name: 'pOsmo (31Mar2025)',
|
|
5164
|
+
display: 'pOSMO31Mar2025',
|
|
5165
|
+
symbol: 'pOSMO-31Mar2025',
|
|
5166
|
+
logo_URIs: {
|
|
5167
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
5168
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
5169
|
+
},
|
|
5170
|
+
images: [{
|
|
5171
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
5172
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
5173
|
+
}],
|
|
5174
|
+
type_asset: 'sdk.coin',
|
|
5175
|
+
traces: [{
|
|
5176
|
+
type: 'ibc',
|
|
5177
|
+
counterparty: {
|
|
5178
|
+
channel_id: 'channel-5',
|
|
5179
|
+
base_denom: 'p:uosmo:31Mar2025',
|
|
5180
|
+
chain_name: 'pryzm'
|
|
5181
|
+
},
|
|
5182
|
+
chain: {
|
|
5183
|
+
channel_id: 'channel-79'
|
|
5184
|
+
}
|
|
5185
|
+
}]
|
|
5186
|
+
},
|
|
4947
5187
|
{
|
|
4948
5188
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025',
|
|
4949
5189
|
denom_units: [{
|
|
@@ -5084,6 +5324,41 @@ const assets = {
|
|
|
5084
5324
|
}
|
|
5085
5325
|
}]
|
|
5086
5326
|
},
|
|
5327
|
+
{
|
|
5328
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025',
|
|
5329
|
+
denom_units: [{
|
|
5330
|
+
denom: 'ibc/FFECA1F19DE5DAEEBA1D9548BF0D88A644D5C0D716DA634AB8A75271CB23AB5B',
|
|
5331
|
+
exponent: 0,
|
|
5332
|
+
aliases: ['p:inj:31Mar2025']
|
|
5333
|
+
}, {
|
|
5334
|
+
denom: 'pINJ31Mar2025',
|
|
5335
|
+
exponent: 18
|
|
5336
|
+
}],
|
|
5337
|
+
base: 'ibc/FFECA1F19DE5DAEEBA1D9548BF0D88A644D5C0D716DA634AB8A75271CB23AB5B',
|
|
5338
|
+
name: 'pInj (31Mar2025)',
|
|
5339
|
+
display: 'pINJ31Mar2025',
|
|
5340
|
+
symbol: 'pINJ-31Mar2025',
|
|
5341
|
+
logo_URIs: {
|
|
5342
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
5343
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
5344
|
+
},
|
|
5345
|
+
images: [{
|
|
5346
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
5347
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
5348
|
+
}],
|
|
5349
|
+
type_asset: 'sdk.coin',
|
|
5350
|
+
traces: [{
|
|
5351
|
+
type: 'ibc',
|
|
5352
|
+
counterparty: {
|
|
5353
|
+
channel_id: 'channel-5',
|
|
5354
|
+
base_denom: 'p:inj:31Mar2025',
|
|
5355
|
+
chain_name: 'pryzm'
|
|
5356
|
+
},
|
|
5357
|
+
chain: {
|
|
5358
|
+
channel_id: 'channel-79'
|
|
5359
|
+
}
|
|
5360
|
+
}]
|
|
5361
|
+
},
|
|
5087
5362
|
{
|
|
5088
5363
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025',
|
|
5089
5364
|
denom_units: [{
|
|
@@ -5225,19 +5500,19 @@ const assets = {
|
|
|
5225
5500
|
}]
|
|
5226
5501
|
},
|
|
5227
5502
|
{
|
|
5228
|
-
description: 'Pryzm\'s refracted principal token for LUNA with maturity of
|
|
5503
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025',
|
|
5229
5504
|
denom_units: [{
|
|
5230
|
-
denom: 'ibc/
|
|
5505
|
+
denom: 'ibc/18F9DFEC7AA85950CF26E8B10B5BD2918FB9A47836CB9885EF660D68705B3D82',
|
|
5231
5506
|
exponent: 0,
|
|
5232
|
-
aliases: ['p:uluna:
|
|
5507
|
+
aliases: ['p:uluna:31Mar2025']
|
|
5233
5508
|
}, {
|
|
5234
|
-
denom: '
|
|
5509
|
+
denom: 'pLUNA31Mar2025',
|
|
5235
5510
|
exponent: 6
|
|
5236
5511
|
}],
|
|
5237
|
-
base: 'ibc/
|
|
5238
|
-
name: 'pLuna (
|
|
5239
|
-
display: '
|
|
5240
|
-
symbol: 'pLUNA-
|
|
5512
|
+
base: 'ibc/18F9DFEC7AA85950CF26E8B10B5BD2918FB9A47836CB9885EF660D68705B3D82',
|
|
5513
|
+
name: 'pLuna (31Mar2025)',
|
|
5514
|
+
display: 'pLUNA31Mar2025',
|
|
5515
|
+
symbol: 'pLUNA-31Mar2025',
|
|
5241
5516
|
logo_URIs: {
|
|
5242
5517
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
5243
5518
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
@@ -5251,7 +5526,7 @@ const assets = {
|
|
|
5251
5526
|
type: 'ibc',
|
|
5252
5527
|
counterparty: {
|
|
5253
5528
|
channel_id: 'channel-5',
|
|
5254
|
-
base_denom: 'p:uluna:
|
|
5529
|
+
base_denom: 'p:uluna:31Mar2025',
|
|
5255
5530
|
chain_name: 'pryzm'
|
|
5256
5531
|
},
|
|
5257
5532
|
chain: {
|
|
@@ -5294,6 +5569,41 @@ const assets = {
|
|
|
5294
5569
|
}
|
|
5295
5570
|
}]
|
|
5296
5571
|
},
|
|
5572
|
+
{
|
|
5573
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
5574
|
+
denom_units: [{
|
|
5575
|
+
denom: 'ibc/A4B5E1CBD8AAB405A8283D04AEDEEF414B3F7977E446E9DA45F09587CAAEC97C',
|
|
5576
|
+
exponent: 0,
|
|
5577
|
+
aliases: ['p:uluna:31Dec2026']
|
|
5578
|
+
}, {
|
|
5579
|
+
denom: 'pLUNA31Dec2026',
|
|
5580
|
+
exponent: 6
|
|
5581
|
+
}],
|
|
5582
|
+
base: 'ibc/A4B5E1CBD8AAB405A8283D04AEDEEF414B3F7977E446E9DA45F09587CAAEC97C',
|
|
5583
|
+
name: 'pLuna (31Dec2026)',
|
|
5584
|
+
display: 'pLUNA31Dec2026',
|
|
5585
|
+
symbol: 'pLUNA-31Dec2026',
|
|
5586
|
+
logo_URIs: {
|
|
5587
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
5588
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
5589
|
+
},
|
|
5590
|
+
images: [{
|
|
5591
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
5592
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
5593
|
+
}],
|
|
5594
|
+
type_asset: 'sdk.coin',
|
|
5595
|
+
traces: [{
|
|
5596
|
+
type: 'ibc',
|
|
5597
|
+
counterparty: {
|
|
5598
|
+
channel_id: 'channel-5',
|
|
5599
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
5600
|
+
chain_name: 'pryzm'
|
|
5601
|
+
},
|
|
5602
|
+
chain: {
|
|
5603
|
+
channel_id: 'channel-79'
|
|
5604
|
+
}
|
|
5605
|
+
}]
|
|
5606
|
+
},
|
|
5297
5607
|
{
|
|
5298
5608
|
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024',
|
|
5299
5609
|
denom_units: [{
|
|
@@ -5504,6 +5814,41 @@ const assets = {
|
|
|
5504
5814
|
}
|
|
5505
5815
|
}]
|
|
5506
5816
|
},
|
|
5817
|
+
{
|
|
5818
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025',
|
|
5819
|
+
denom_units: [{
|
|
5820
|
+
denom: 'ibc/902B77B8A6E3F948D48599CEB933C6814EC7D4A58235F46EBD5E7CBD4503BFB2',
|
|
5821
|
+
exponent: 0,
|
|
5822
|
+
aliases: ['p:stutia:31Mar2025']
|
|
5823
|
+
}, {
|
|
5824
|
+
denom: 'pstTIA31Mar2025',
|
|
5825
|
+
exponent: 6
|
|
5826
|
+
}],
|
|
5827
|
+
base: 'ibc/902B77B8A6E3F948D48599CEB933C6814EC7D4A58235F46EBD5E7CBD4503BFB2',
|
|
5828
|
+
name: 'pstTia (31Mar2025)',
|
|
5829
|
+
display: 'pstTIA31Mar2025',
|
|
5830
|
+
symbol: 'pstTIA-31Mar2025',
|
|
5831
|
+
logo_URIs: {
|
|
5832
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
5833
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
5834
|
+
},
|
|
5835
|
+
images: [{
|
|
5836
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
5837
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
5838
|
+
}],
|
|
5839
|
+
type_asset: 'sdk.coin',
|
|
5840
|
+
traces: [{
|
|
5841
|
+
type: 'ibc',
|
|
5842
|
+
counterparty: {
|
|
5843
|
+
channel_id: 'channel-5',
|
|
5844
|
+
base_denom: 'p:stutia:31Mar2025',
|
|
5845
|
+
chain_name: 'pryzm'
|
|
5846
|
+
},
|
|
5847
|
+
chain: {
|
|
5848
|
+
channel_id: 'channel-79'
|
|
5849
|
+
}
|
|
5850
|
+
}]
|
|
5851
|
+
},
|
|
5507
5852
|
{
|
|
5508
5853
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025',
|
|
5509
5854
|
denom_units: [{
|
|
@@ -5645,13 +5990,48 @@ const assets = {
|
|
|
5645
5990
|
}]
|
|
5646
5991
|
},
|
|
5647
5992
|
{
|
|
5648
|
-
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of
|
|
5993
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025',
|
|
5649
5994
|
denom_units: [{
|
|
5650
|
-
denom: 'ibc/
|
|
5995
|
+
denom: 'ibc/243693DA9323600711698B4A85147F0510406962CAE4FCC2EB00C9ECB8C89CCE',
|
|
5651
5996
|
exponent: 0,
|
|
5652
|
-
aliases: ['p:stadydx:
|
|
5997
|
+
aliases: ['p:stadydx:31Mar2025']
|
|
5653
5998
|
}, {
|
|
5654
|
-
denom: '
|
|
5999
|
+
denom: 'pstDYDX31Mar2025',
|
|
6000
|
+
exponent: 18
|
|
6001
|
+
}],
|
|
6002
|
+
base: 'ibc/243693DA9323600711698B4A85147F0510406962CAE4FCC2EB00C9ECB8C89CCE',
|
|
6003
|
+
name: 'pstDydx (31Mar2025)',
|
|
6004
|
+
display: 'pstDYDX31Mar2025',
|
|
6005
|
+
symbol: 'pstDYDX-31Mar2025',
|
|
6006
|
+
logo_URIs: {
|
|
6007
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
6008
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
6009
|
+
},
|
|
6010
|
+
images: [{
|
|
6011
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
6012
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
6013
|
+
}],
|
|
6014
|
+
type_asset: 'sdk.coin',
|
|
6015
|
+
traces: [{
|
|
6016
|
+
type: 'ibc',
|
|
6017
|
+
counterparty: {
|
|
6018
|
+
channel_id: 'channel-5',
|
|
6019
|
+
base_denom: 'p:stadydx:31Mar2025',
|
|
6020
|
+
chain_name: 'pryzm'
|
|
6021
|
+
},
|
|
6022
|
+
chain: {
|
|
6023
|
+
channel_id: 'channel-79'
|
|
6024
|
+
}
|
|
6025
|
+
}]
|
|
6026
|
+
},
|
|
6027
|
+
{
|
|
6028
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025',
|
|
6029
|
+
denom_units: [{
|
|
6030
|
+
denom: 'ibc/6CFC5813AE0EBEB3A2B9C5E08A3E9295D9A2EC7854CE1E5FF67A8A35978729B2',
|
|
6031
|
+
exponent: 0,
|
|
6032
|
+
aliases: ['p:stadydx:31Dec2025']
|
|
6033
|
+
}, {
|
|
6034
|
+
denom: 'pstDYDX31Dec2025',
|
|
5655
6035
|
exponent: 18
|
|
5656
6036
|
}],
|
|
5657
6037
|
base: 'ibc/6CFC5813AE0EBEB3A2B9C5E08A3E9295D9A2EC7854CE1E5FF67A8A35978729B2',
|
|
@@ -5749,6 +6129,41 @@ const assets = {
|
|
|
5749
6129
|
}
|
|
5750
6130
|
}]
|
|
5751
6131
|
},
|
|
6132
|
+
{
|
|
6133
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025',
|
|
6134
|
+
denom_units: [{
|
|
6135
|
+
denom: 'ibc/07E8EB4AA0FC6D9507F40703C95503AF2CEDBB8772A14813EEA6F950D59DA22D',
|
|
6136
|
+
exponent: 0,
|
|
6137
|
+
aliases: ['p:udatom:31Mar2025']
|
|
6138
|
+
}, {
|
|
6139
|
+
denom: 'pdATOM31Mar2025',
|
|
6140
|
+
exponent: 6
|
|
6141
|
+
}],
|
|
6142
|
+
base: 'ibc/07E8EB4AA0FC6D9507F40703C95503AF2CEDBB8772A14813EEA6F950D59DA22D',
|
|
6143
|
+
name: 'pdAtom (31Mar2025)',
|
|
6144
|
+
display: 'pdATOM31Mar2025',
|
|
6145
|
+
symbol: 'pdATOM-31Mar2025',
|
|
6146
|
+
logo_URIs: {
|
|
6147
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
6148
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
6149
|
+
},
|
|
6150
|
+
images: [{
|
|
6151
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
6152
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
6153
|
+
}],
|
|
6154
|
+
type_asset: 'sdk.coin',
|
|
6155
|
+
traces: [{
|
|
6156
|
+
type: 'ibc',
|
|
6157
|
+
counterparty: {
|
|
6158
|
+
channel_id: 'channel-5',
|
|
6159
|
+
base_denom: 'p:udatom:31Mar2025',
|
|
6160
|
+
chain_name: 'pryzm'
|
|
6161
|
+
},
|
|
6162
|
+
chain: {
|
|
6163
|
+
channel_id: 'channel-79'
|
|
6164
|
+
}
|
|
6165
|
+
}]
|
|
6166
|
+
},
|
|
5752
6167
|
{
|
|
5753
6168
|
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
|
|
5754
6169
|
denom_units: [{
|
|
@@ -5889,6 +6304,41 @@ const assets = {
|
|
|
5889
6304
|
}
|
|
5890
6305
|
}]
|
|
5891
6306
|
},
|
|
6307
|
+
{
|
|
6308
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025',
|
|
6309
|
+
denom_units: [{
|
|
6310
|
+
denom: 'ibc/1E8EE03AA614A6D871E4D406B571D17B393F3F3BC6B093D00F9909C333386991',
|
|
6311
|
+
exponent: 0,
|
|
6312
|
+
aliases: ['p:utia:31Mar2025']
|
|
6313
|
+
}, {
|
|
6314
|
+
denom: 'pTIA31Mar2025',
|
|
6315
|
+
exponent: 6
|
|
6316
|
+
}],
|
|
6317
|
+
base: 'ibc/1E8EE03AA614A6D871E4D406B571D17B393F3F3BC6B093D00F9909C333386991',
|
|
6318
|
+
name: 'pTia (31Mar2025)',
|
|
6319
|
+
display: 'pTIA31Mar2025',
|
|
6320
|
+
symbol: 'pTIA-31Mar2025',
|
|
6321
|
+
logo_URIs: {
|
|
6322
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
6323
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
6324
|
+
},
|
|
6325
|
+
images: [{
|
|
6326
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
6327
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
6328
|
+
}],
|
|
6329
|
+
type_asset: 'sdk.coin',
|
|
6330
|
+
traces: [{
|
|
6331
|
+
type: 'ibc',
|
|
6332
|
+
counterparty: {
|
|
6333
|
+
channel_id: 'channel-5',
|
|
6334
|
+
base_denom: 'p:utia:31Mar2025',
|
|
6335
|
+
chain_name: 'pryzm'
|
|
6336
|
+
},
|
|
6337
|
+
chain: {
|
|
6338
|
+
channel_id: 'channel-79'
|
|
6339
|
+
}
|
|
6340
|
+
}]
|
|
6341
|
+
},
|
|
5892
6342
|
{
|
|
5893
6343
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
5894
6344
|
denom_units: [{
|
|
@@ -6029,6 +6479,41 @@ const assets = {
|
|
|
6029
6479
|
}
|
|
6030
6480
|
}]
|
|
6031
6481
|
},
|
|
6482
|
+
{
|
|
6483
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025',
|
|
6484
|
+
denom_units: [{
|
|
6485
|
+
denom: 'ibc/B33E5108DB3DCD00E824CD16DB90F38ED5B7B767D1BC4016926E5F3A7F9C8920',
|
|
6486
|
+
exponent: 0,
|
|
6487
|
+
aliases: ['y:uatom:31Mar2025']
|
|
6488
|
+
}, {
|
|
6489
|
+
denom: 'yATOM31Mar2025',
|
|
6490
|
+
exponent: 6
|
|
6491
|
+
}],
|
|
6492
|
+
base: 'ibc/B33E5108DB3DCD00E824CD16DB90F38ED5B7B767D1BC4016926E5F3A7F9C8920',
|
|
6493
|
+
name: 'yAtom (31Mar2025)',
|
|
6494
|
+
display: 'yATOM31Mar2025',
|
|
6495
|
+
symbol: 'yATOM-31Mar2025',
|
|
6496
|
+
logo_URIs: {
|
|
6497
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
6498
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
6499
|
+
},
|
|
6500
|
+
images: [{
|
|
6501
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
6502
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
6503
|
+
}],
|
|
6504
|
+
type_asset: 'sdk.coin',
|
|
6505
|
+
traces: [{
|
|
6506
|
+
type: 'ibc',
|
|
6507
|
+
counterparty: {
|
|
6508
|
+
channel_id: 'channel-5',
|
|
6509
|
+
base_denom: 'y:uatom:31Mar2025',
|
|
6510
|
+
chain_name: 'pryzm'
|
|
6511
|
+
},
|
|
6512
|
+
chain: {
|
|
6513
|
+
channel_id: 'channel-79'
|
|
6514
|
+
}
|
|
6515
|
+
}]
|
|
6516
|
+
},
|
|
6032
6517
|
{
|
|
6033
6518
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
|
|
6034
6519
|
denom_units: [{
|
|
@@ -6169,6 +6654,41 @@ const assets = {
|
|
|
6169
6654
|
}
|
|
6170
6655
|
}]
|
|
6171
6656
|
},
|
|
6657
|
+
{
|
|
6658
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025',
|
|
6659
|
+
denom_units: [{
|
|
6660
|
+
denom: 'ibc/0FB175BCC362FDA7927C17C394A8A10DC493302EE162B0934ACEE8393A812769',
|
|
6661
|
+
exponent: 0,
|
|
6662
|
+
aliases: ['y:uosmo:31Mar2025']
|
|
6663
|
+
}, {
|
|
6664
|
+
denom: 'yOSMO31Mar2025',
|
|
6665
|
+
exponent: 6
|
|
6666
|
+
}],
|
|
6667
|
+
base: 'ibc/0FB175BCC362FDA7927C17C394A8A10DC493302EE162B0934ACEE8393A812769',
|
|
6668
|
+
name: 'yOsmo (31Mar2025)',
|
|
6669
|
+
display: 'yOSMO31Mar2025',
|
|
6670
|
+
symbol: 'yOSMO-31Mar2025',
|
|
6671
|
+
logo_URIs: {
|
|
6672
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
6673
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
6674
|
+
},
|
|
6675
|
+
images: [{
|
|
6676
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
6677
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
6678
|
+
}],
|
|
6679
|
+
type_asset: 'sdk.coin',
|
|
6680
|
+
traces: [{
|
|
6681
|
+
type: 'ibc',
|
|
6682
|
+
counterparty: {
|
|
6683
|
+
channel_id: 'channel-5',
|
|
6684
|
+
base_denom: 'y:uosmo:31Mar2025',
|
|
6685
|
+
chain_name: 'pryzm'
|
|
6686
|
+
},
|
|
6687
|
+
chain: {
|
|
6688
|
+
channel_id: 'channel-79'
|
|
6689
|
+
}
|
|
6690
|
+
}]
|
|
6691
|
+
},
|
|
6172
6692
|
{
|
|
6173
6693
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025',
|
|
6174
6694
|
denom_units: [{
|
|
@@ -6309,6 +6829,41 @@ const assets = {
|
|
|
6309
6829
|
}
|
|
6310
6830
|
}]
|
|
6311
6831
|
},
|
|
6832
|
+
{
|
|
6833
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025',
|
|
6834
|
+
denom_units: [{
|
|
6835
|
+
denom: 'ibc/D2209FC958AA7011BD97AF989ACC00864765D2544DD93E5090D49A0D5D6119D6',
|
|
6836
|
+
exponent: 0,
|
|
6837
|
+
aliases: ['y:inj:31Mar2025']
|
|
6838
|
+
}, {
|
|
6839
|
+
denom: 'yINJ31Mar2025',
|
|
6840
|
+
exponent: 18
|
|
6841
|
+
}],
|
|
6842
|
+
base: 'ibc/D2209FC958AA7011BD97AF989ACC00864765D2544DD93E5090D49A0D5D6119D6',
|
|
6843
|
+
name: 'yInj (31Mar2025)',
|
|
6844
|
+
display: 'yINJ31Mar2025',
|
|
6845
|
+
symbol: 'yINJ-31Mar2025',
|
|
6846
|
+
logo_URIs: {
|
|
6847
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
6848
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
6849
|
+
},
|
|
6850
|
+
images: [{
|
|
6851
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
6852
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
6853
|
+
}],
|
|
6854
|
+
type_asset: 'sdk.coin',
|
|
6855
|
+
traces: [{
|
|
6856
|
+
type: 'ibc',
|
|
6857
|
+
counterparty: {
|
|
6858
|
+
channel_id: 'channel-5',
|
|
6859
|
+
base_denom: 'y:inj:31Mar2025',
|
|
6860
|
+
chain_name: 'pryzm'
|
|
6861
|
+
},
|
|
6862
|
+
chain: {
|
|
6863
|
+
channel_id: 'channel-79'
|
|
6864
|
+
}
|
|
6865
|
+
}]
|
|
6866
|
+
},
|
|
6312
6867
|
{
|
|
6313
6868
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025',
|
|
6314
6869
|
denom_units: [{
|
|
@@ -6449,6 +7004,41 @@ const assets = {
|
|
|
6449
7004
|
}
|
|
6450
7005
|
}]
|
|
6451
7006
|
},
|
|
7007
|
+
{
|
|
7008
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025',
|
|
7009
|
+
denom_units: [{
|
|
7010
|
+
denom: 'ibc/F46314D6AE7C66B7B7977A34BA9846E81C55FA2BA3D5CF4135E44188642BF750',
|
|
7011
|
+
exponent: 0,
|
|
7012
|
+
aliases: ['y:uluna:31Mar2025']
|
|
7013
|
+
}, {
|
|
7014
|
+
denom: 'yLUNA31Mar2025',
|
|
7015
|
+
exponent: 6
|
|
7016
|
+
}],
|
|
7017
|
+
base: 'ibc/F46314D6AE7C66B7B7977A34BA9846E81C55FA2BA3D5CF4135E44188642BF750',
|
|
7018
|
+
name: 'yLuna (31Mar2025)',
|
|
7019
|
+
display: 'yLUNA31Mar2025',
|
|
7020
|
+
symbol: 'yLUNA-31Mar2025',
|
|
7021
|
+
logo_URIs: {
|
|
7022
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
7023
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
7024
|
+
},
|
|
7025
|
+
images: [{
|
|
7026
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
7027
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
7028
|
+
}],
|
|
7029
|
+
type_asset: 'sdk.coin',
|
|
7030
|
+
traces: [{
|
|
7031
|
+
type: 'ibc',
|
|
7032
|
+
counterparty: {
|
|
7033
|
+
channel_id: 'channel-5',
|
|
7034
|
+
base_denom: 'y:uluna:31Mar2025',
|
|
7035
|
+
chain_name: 'pryzm'
|
|
7036
|
+
},
|
|
7037
|
+
chain: {
|
|
7038
|
+
channel_id: 'channel-79'
|
|
7039
|
+
}
|
|
7040
|
+
}]
|
|
7041
|
+
},
|
|
6452
7042
|
{
|
|
6453
7043
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025',
|
|
6454
7044
|
denom_units: [{
|
|
@@ -6729,6 +7319,41 @@ const assets = {
|
|
|
6729
7319
|
}
|
|
6730
7320
|
}]
|
|
6731
7321
|
},
|
|
7322
|
+
{
|
|
7323
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025',
|
|
7324
|
+
denom_units: [{
|
|
7325
|
+
denom: 'ibc/96134C24A7258993B1F15438CBC9C0D9A36FF0B9BE3BD4A911D2DE610AC3DF69',
|
|
7326
|
+
exponent: 0,
|
|
7327
|
+
aliases: ['y:stutia:31Mar2025']
|
|
7328
|
+
}, {
|
|
7329
|
+
denom: 'ystTIA31Mar2025',
|
|
7330
|
+
exponent: 6
|
|
7331
|
+
}],
|
|
7332
|
+
base: 'ibc/96134C24A7258993B1F15438CBC9C0D9A36FF0B9BE3BD4A911D2DE610AC3DF69',
|
|
7333
|
+
name: 'ystTia (31Mar2025)',
|
|
7334
|
+
display: 'ystTIA31Mar2025',
|
|
7335
|
+
symbol: 'ystTIA-31Mar2025',
|
|
7336
|
+
logo_URIs: {
|
|
7337
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
7338
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
7339
|
+
},
|
|
7340
|
+
images: [{
|
|
7341
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
7342
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
7343
|
+
}],
|
|
7344
|
+
type_asset: 'sdk.coin',
|
|
7345
|
+
traces: [{
|
|
7346
|
+
type: 'ibc',
|
|
7347
|
+
counterparty: {
|
|
7348
|
+
channel_id: 'channel-5',
|
|
7349
|
+
base_denom: 'y:stutia:31Mar2025',
|
|
7350
|
+
chain_name: 'pryzm'
|
|
7351
|
+
},
|
|
7352
|
+
chain: {
|
|
7353
|
+
channel_id: 'channel-79'
|
|
7354
|
+
}
|
|
7355
|
+
}]
|
|
7356
|
+
},
|
|
6732
7357
|
{
|
|
6733
7358
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025',
|
|
6734
7359
|
denom_units: [{
|
|
@@ -6869,6 +7494,41 @@ const assets = {
|
|
|
6869
7494
|
}
|
|
6870
7495
|
}]
|
|
6871
7496
|
},
|
|
7497
|
+
{
|
|
7498
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025',
|
|
7499
|
+
denom_units: [{
|
|
7500
|
+
denom: 'ibc/FA60979083367210D3213E62CCE52E617EB2DB11F0173919265E1BB0AEEA20EF',
|
|
7501
|
+
exponent: 0,
|
|
7502
|
+
aliases: ['y:stadydx:31Mar2025']
|
|
7503
|
+
}, {
|
|
7504
|
+
denom: 'ystDYDX31Mar2025',
|
|
7505
|
+
exponent: 6
|
|
7506
|
+
}],
|
|
7507
|
+
base: 'ibc/FA60979083367210D3213E62CCE52E617EB2DB11F0173919265E1BB0AEEA20EF',
|
|
7508
|
+
name: 'ystDydx (31Mar2025)',
|
|
7509
|
+
display: 'ystDYDX31Mar2025',
|
|
7510
|
+
symbol: 'ystDYDX-31Mar2025',
|
|
7511
|
+
logo_URIs: {
|
|
7512
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
7513
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
7514
|
+
},
|
|
7515
|
+
images: [{
|
|
7516
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
7517
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
7518
|
+
}],
|
|
7519
|
+
type_asset: 'sdk.coin',
|
|
7520
|
+
traces: [{
|
|
7521
|
+
type: 'ibc',
|
|
7522
|
+
counterparty: {
|
|
7523
|
+
channel_id: 'channel-5',
|
|
7524
|
+
base_denom: 'y:stadydx:31Mar2025',
|
|
7525
|
+
chain_name: 'pryzm'
|
|
7526
|
+
},
|
|
7527
|
+
chain: {
|
|
7528
|
+
channel_id: 'channel-79'
|
|
7529
|
+
}
|
|
7530
|
+
}]
|
|
7531
|
+
},
|
|
6872
7532
|
{
|
|
6873
7533
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025',
|
|
6874
7534
|
denom_units: [{
|
|
@@ -6974,6 +7634,41 @@ const assets = {
|
|
|
6974
7634
|
}
|
|
6975
7635
|
}]
|
|
6976
7636
|
},
|
|
7637
|
+
{
|
|
7638
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025',
|
|
7639
|
+
denom_units: [{
|
|
7640
|
+
denom: 'ibc/68D3DD9E791B73995D8D33EB8BFF88C47DDD98ADDCDF8AF5554A204244709681',
|
|
7641
|
+
exponent: 0,
|
|
7642
|
+
aliases: ['y:udatom:31Mar2025']
|
|
7643
|
+
}, {
|
|
7644
|
+
denom: 'ydATOM31Mar2025',
|
|
7645
|
+
exponent: 6
|
|
7646
|
+
}],
|
|
7647
|
+
base: 'ibc/68D3DD9E791B73995D8D33EB8BFF88C47DDD98ADDCDF8AF5554A204244709681',
|
|
7648
|
+
name: 'ydAtom (31Mar2025)',
|
|
7649
|
+
display: 'ydATOM31Mar2025',
|
|
7650
|
+
symbol: 'ydATOM-31Mar2025',
|
|
7651
|
+
logo_URIs: {
|
|
7652
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
7653
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
7654
|
+
},
|
|
7655
|
+
images: [{
|
|
7656
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
7657
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
7658
|
+
}],
|
|
7659
|
+
type_asset: 'sdk.coin',
|
|
7660
|
+
traces: [{
|
|
7661
|
+
type: 'ibc',
|
|
7662
|
+
counterparty: {
|
|
7663
|
+
channel_id: 'channel-5',
|
|
7664
|
+
base_denom: 'y:udatom:31Mar2025',
|
|
7665
|
+
chain_name: 'pryzm'
|
|
7666
|
+
},
|
|
7667
|
+
chain: {
|
|
7668
|
+
channel_id: 'channel-79'
|
|
7669
|
+
}
|
|
7670
|
+
}]
|
|
7671
|
+
},
|
|
6977
7672
|
{
|
|
6978
7673
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
|
|
6979
7674
|
denom_units: [{
|
|
@@ -7114,6 +7809,41 @@ const assets = {
|
|
|
7114
7809
|
}
|
|
7115
7810
|
}]
|
|
7116
7811
|
},
|
|
7812
|
+
{
|
|
7813
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025',
|
|
7814
|
+
denom_units: [{
|
|
7815
|
+
denom: 'ibc/A13F63D343A23E61A233B2A4B90A9BCC5BFEF564C8DCEB425B078A170C67894C',
|
|
7816
|
+
exponent: 0,
|
|
7817
|
+
aliases: ['y:utia:31Mar2025']
|
|
7818
|
+
}, {
|
|
7819
|
+
denom: 'yTIA31Mar2025',
|
|
7820
|
+
exponent: 6
|
|
7821
|
+
}],
|
|
7822
|
+
base: 'ibc/A13F63D343A23E61A233B2A4B90A9BCC5BFEF564C8DCEB425B078A170C67894C',
|
|
7823
|
+
name: 'yTia (31Mar2025)',
|
|
7824
|
+
display: 'yTIA31Mar2025',
|
|
7825
|
+
symbol: 'yTIA-31Mar2025',
|
|
7826
|
+
logo_URIs: {
|
|
7827
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
7828
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
7829
|
+
},
|
|
7830
|
+
images: [{
|
|
7831
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
7832
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
7833
|
+
}],
|
|
7834
|
+
type_asset: 'sdk.coin',
|
|
7835
|
+
traces: [{
|
|
7836
|
+
type: 'ibc',
|
|
7837
|
+
counterparty: {
|
|
7838
|
+
channel_id: 'channel-5',
|
|
7839
|
+
base_denom: 'y:utia:31Mar2025',
|
|
7840
|
+
chain_name: 'pryzm'
|
|
7841
|
+
},
|
|
7842
|
+
chain: {
|
|
7843
|
+
channel_id: 'channel-79'
|
|
7844
|
+
}
|
|
7845
|
+
}]
|
|
7846
|
+
},
|
|
7117
7847
|
{
|
|
7118
7848
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
7119
7849
|
denom_units: [{
|
|
@@ -9035,6 +9765,41 @@ const assets = {
|
|
|
9035
9765
|
}
|
|
9036
9766
|
}]
|
|
9037
9767
|
},
|
|
9768
|
+
{
|
|
9769
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025',
|
|
9770
|
+
denom_units: [{
|
|
9771
|
+
denom: 'ibc/B03D58384C5D47E46EF5AFB198D3849A9EA818F53CC5B0C26839749963CF26DA',
|
|
9772
|
+
exponent: 0,
|
|
9773
|
+
aliases: ['p:uatom:31Mar2025']
|
|
9774
|
+
}, {
|
|
9775
|
+
denom: 'pATOM31Mar2025',
|
|
9776
|
+
exponent: 6
|
|
9777
|
+
}],
|
|
9778
|
+
base: 'ibc/B03D58384C5D47E46EF5AFB198D3849A9EA818F53CC5B0C26839749963CF26DA',
|
|
9779
|
+
name: 'pAtom (31Mar2025)',
|
|
9780
|
+
display: 'pATOM31Mar2025',
|
|
9781
|
+
symbol: 'pATOM-31Mar2025',
|
|
9782
|
+
logo_URIs: {
|
|
9783
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
9784
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
9785
|
+
},
|
|
9786
|
+
images: [{
|
|
9787
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
9788
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
9789
|
+
}],
|
|
9790
|
+
type_asset: 'sdk.coin',
|
|
9791
|
+
traces: [{
|
|
9792
|
+
type: 'ibc',
|
|
9793
|
+
counterparty: {
|
|
9794
|
+
channel_id: 'channel-5',
|
|
9795
|
+
base_denom: 'p:uatom:31Mar2025',
|
|
9796
|
+
chain_name: 'pryzm'
|
|
9797
|
+
},
|
|
9798
|
+
chain: {
|
|
9799
|
+
channel_id: 'channel-79'
|
|
9800
|
+
}
|
|
9801
|
+
}]
|
|
9802
|
+
},
|
|
9038
9803
|
{
|
|
9039
9804
|
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025',
|
|
9040
9805
|
denom_units: [{
|
|
@@ -9175,6 +9940,41 @@ const assets = {
|
|
|
9175
9940
|
}
|
|
9176
9941
|
}]
|
|
9177
9942
|
},
|
|
9943
|
+
{
|
|
9944
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025',
|
|
9945
|
+
denom_units: [{
|
|
9946
|
+
denom: 'ibc/10C95F846DA69CCE0A23E2BA753D9D99601E46A8AD3AE309618B1FCD927CEAAE',
|
|
9947
|
+
exponent: 0,
|
|
9948
|
+
aliases: ['p:uosmo:31Mar2025']
|
|
9949
|
+
}, {
|
|
9950
|
+
denom: 'pOSMO31Mar2025',
|
|
9951
|
+
exponent: 6
|
|
9952
|
+
}],
|
|
9953
|
+
base: 'ibc/10C95F846DA69CCE0A23E2BA753D9D99601E46A8AD3AE309618B1FCD927CEAAE',
|
|
9954
|
+
name: 'pOsmo (31Mar2025)',
|
|
9955
|
+
display: 'pOSMO31Mar2025',
|
|
9956
|
+
symbol: 'pOSMO-31Mar2025',
|
|
9957
|
+
logo_URIs: {
|
|
9958
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
9959
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
9960
|
+
},
|
|
9961
|
+
images: [{
|
|
9962
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
9963
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
9964
|
+
}],
|
|
9965
|
+
type_asset: 'sdk.coin',
|
|
9966
|
+
traces: [{
|
|
9967
|
+
type: 'ibc',
|
|
9968
|
+
counterparty: {
|
|
9969
|
+
channel_id: 'channel-5',
|
|
9970
|
+
base_denom: 'p:uosmo:31Mar2025',
|
|
9971
|
+
chain_name: 'pryzm'
|
|
9972
|
+
},
|
|
9973
|
+
chain: {
|
|
9974
|
+
channel_id: 'channel-79'
|
|
9975
|
+
}
|
|
9976
|
+
}]
|
|
9977
|
+
},
|
|
9178
9978
|
{
|
|
9179
9979
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025',
|
|
9180
9980
|
denom_units: [{
|
|
@@ -9315,6 +10115,41 @@ const assets = {
|
|
|
9315
10115
|
}
|
|
9316
10116
|
}]
|
|
9317
10117
|
},
|
|
10118
|
+
{
|
|
10119
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025',
|
|
10120
|
+
denom_units: [{
|
|
10121
|
+
denom: 'ibc/FFECA1F19DE5DAEEBA1D9548BF0D88A644D5C0D716DA634AB8A75271CB23AB5B',
|
|
10122
|
+
exponent: 0,
|
|
10123
|
+
aliases: ['p:inj:31Mar2025']
|
|
10124
|
+
}, {
|
|
10125
|
+
denom: 'pINJ31Mar2025',
|
|
10126
|
+
exponent: 18
|
|
10127
|
+
}],
|
|
10128
|
+
base: 'ibc/FFECA1F19DE5DAEEBA1D9548BF0D88A644D5C0D716DA634AB8A75271CB23AB5B',
|
|
10129
|
+
name: 'pInj (31Mar2025)',
|
|
10130
|
+
display: 'pINJ31Mar2025',
|
|
10131
|
+
symbol: 'pINJ-31Mar2025',
|
|
10132
|
+
logo_URIs: {
|
|
10133
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
10134
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
10135
|
+
},
|
|
10136
|
+
images: [{
|
|
10137
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
10138
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
10139
|
+
}],
|
|
10140
|
+
type_asset: 'sdk.coin',
|
|
10141
|
+
traces: [{
|
|
10142
|
+
type: 'ibc',
|
|
10143
|
+
counterparty: {
|
|
10144
|
+
channel_id: 'channel-5',
|
|
10145
|
+
base_denom: 'p:inj:31Mar2025',
|
|
10146
|
+
chain_name: 'pryzm'
|
|
10147
|
+
},
|
|
10148
|
+
chain: {
|
|
10149
|
+
channel_id: 'channel-79'
|
|
10150
|
+
}
|
|
10151
|
+
}]
|
|
10152
|
+
},
|
|
9318
10153
|
{
|
|
9319
10154
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025',
|
|
9320
10155
|
denom_units: [{
|
|
@@ -9456,19 +10291,19 @@ const assets = {
|
|
|
9456
10291
|
}]
|
|
9457
10292
|
},
|
|
9458
10293
|
{
|
|
9459
|
-
description: 'Pryzm\'s refracted principal token for LUNA with maturity of
|
|
10294
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025',
|
|
9460
10295
|
denom_units: [{
|
|
9461
|
-
denom: 'ibc/
|
|
10296
|
+
denom: 'ibc/18F9DFEC7AA85950CF26E8B10B5BD2918FB9A47836CB9885EF660D68705B3D82',
|
|
9462
10297
|
exponent: 0,
|
|
9463
|
-
aliases: ['p:uluna:
|
|
10298
|
+
aliases: ['p:uluna:31Mar2025']
|
|
9464
10299
|
}, {
|
|
9465
|
-
denom: '
|
|
10300
|
+
denom: 'pLUNA31Mar2025',
|
|
9466
10301
|
exponent: 6
|
|
9467
10302
|
}],
|
|
9468
|
-
base: 'ibc/
|
|
9469
|
-
name: 'pLuna (
|
|
9470
|
-
display: '
|
|
9471
|
-
symbol: 'pLUNA-
|
|
10303
|
+
base: 'ibc/18F9DFEC7AA85950CF26E8B10B5BD2918FB9A47836CB9885EF660D68705B3D82',
|
|
10304
|
+
name: 'pLuna (31Mar2025)',
|
|
10305
|
+
display: 'pLUNA31Mar2025',
|
|
10306
|
+
symbol: 'pLUNA-31Mar2025',
|
|
9472
10307
|
logo_URIs: {
|
|
9473
10308
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
9474
10309
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
@@ -9482,7 +10317,7 @@ const assets = {
|
|
|
9482
10317
|
type: 'ibc',
|
|
9483
10318
|
counterparty: {
|
|
9484
10319
|
channel_id: 'channel-5',
|
|
9485
|
-
base_denom: 'p:uluna:
|
|
10320
|
+
base_denom: 'p:uluna:31Mar2025',
|
|
9486
10321
|
chain_name: 'pryzm'
|
|
9487
10322
|
},
|
|
9488
10323
|
chain: {
|
|
@@ -9525,6 +10360,41 @@ const assets = {
|
|
|
9525
10360
|
}
|
|
9526
10361
|
}]
|
|
9527
10362
|
},
|
|
10363
|
+
{
|
|
10364
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
10365
|
+
denom_units: [{
|
|
10366
|
+
denom: 'ibc/A4B5E1CBD8AAB405A8283D04AEDEEF414B3F7977E446E9DA45F09587CAAEC97C',
|
|
10367
|
+
exponent: 0,
|
|
10368
|
+
aliases: ['p:uluna:31Dec2026']
|
|
10369
|
+
}, {
|
|
10370
|
+
denom: 'pLUNA31Dec2026',
|
|
10371
|
+
exponent: 6
|
|
10372
|
+
}],
|
|
10373
|
+
base: 'ibc/A4B5E1CBD8AAB405A8283D04AEDEEF414B3F7977E446E9DA45F09587CAAEC97C',
|
|
10374
|
+
name: 'pLuna (31Dec2026)',
|
|
10375
|
+
display: 'pLUNA31Dec2026',
|
|
10376
|
+
symbol: 'pLUNA-31Dec2026',
|
|
10377
|
+
logo_URIs: {
|
|
10378
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
10379
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
10380
|
+
},
|
|
10381
|
+
images: [{
|
|
10382
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
10383
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
10384
|
+
}],
|
|
10385
|
+
type_asset: 'sdk.coin',
|
|
10386
|
+
traces: [{
|
|
10387
|
+
type: 'ibc',
|
|
10388
|
+
counterparty: {
|
|
10389
|
+
channel_id: 'channel-5',
|
|
10390
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
10391
|
+
chain_name: 'pryzm'
|
|
10392
|
+
},
|
|
10393
|
+
chain: {
|
|
10394
|
+
channel_id: 'channel-79'
|
|
10395
|
+
}
|
|
10396
|
+
}]
|
|
10397
|
+
},
|
|
9528
10398
|
{
|
|
9529
10399
|
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024',
|
|
9530
10400
|
denom_units: [{
|
|
@@ -9735,6 +10605,41 @@ const assets = {
|
|
|
9735
10605
|
}
|
|
9736
10606
|
}]
|
|
9737
10607
|
},
|
|
10608
|
+
{
|
|
10609
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025',
|
|
10610
|
+
denom_units: [{
|
|
10611
|
+
denom: 'ibc/902B77B8A6E3F948D48599CEB933C6814EC7D4A58235F46EBD5E7CBD4503BFB2',
|
|
10612
|
+
exponent: 0,
|
|
10613
|
+
aliases: ['p:stutia:31Mar2025']
|
|
10614
|
+
}, {
|
|
10615
|
+
denom: 'pstTIA31Mar2025',
|
|
10616
|
+
exponent: 6
|
|
10617
|
+
}],
|
|
10618
|
+
base: 'ibc/902B77B8A6E3F948D48599CEB933C6814EC7D4A58235F46EBD5E7CBD4503BFB2',
|
|
10619
|
+
name: 'pstTia (31Mar2025)',
|
|
10620
|
+
display: 'pstTIA31Mar2025',
|
|
10621
|
+
symbol: 'pstTIA-31Mar2025',
|
|
10622
|
+
logo_URIs: {
|
|
10623
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
10624
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
10625
|
+
},
|
|
10626
|
+
images: [{
|
|
10627
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
10628
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
10629
|
+
}],
|
|
10630
|
+
type_asset: 'sdk.coin',
|
|
10631
|
+
traces: [{
|
|
10632
|
+
type: 'ibc',
|
|
10633
|
+
counterparty: {
|
|
10634
|
+
channel_id: 'channel-5',
|
|
10635
|
+
base_denom: 'p:stutia:31Mar2025',
|
|
10636
|
+
chain_name: 'pryzm'
|
|
10637
|
+
},
|
|
10638
|
+
chain: {
|
|
10639
|
+
channel_id: 'channel-79'
|
|
10640
|
+
}
|
|
10641
|
+
}]
|
|
10642
|
+
},
|
|
9738
10643
|
{
|
|
9739
10644
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025',
|
|
9740
10645
|
denom_units: [{
|
|
@@ -9875,6 +10780,41 @@ const assets = {
|
|
|
9875
10780
|
}
|
|
9876
10781
|
}]
|
|
9877
10782
|
},
|
|
10783
|
+
{
|
|
10784
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025',
|
|
10785
|
+
denom_units: [{
|
|
10786
|
+
denom: 'ibc/243693DA9323600711698B4A85147F0510406962CAE4FCC2EB00C9ECB8C89CCE',
|
|
10787
|
+
exponent: 0,
|
|
10788
|
+
aliases: ['p:stadydx:31Mar2025']
|
|
10789
|
+
}, {
|
|
10790
|
+
denom: 'pstDYDX31Mar2025',
|
|
10791
|
+
exponent: 18
|
|
10792
|
+
}],
|
|
10793
|
+
base: 'ibc/243693DA9323600711698B4A85147F0510406962CAE4FCC2EB00C9ECB8C89CCE',
|
|
10794
|
+
name: 'pstDydx (31Mar2025)',
|
|
10795
|
+
display: 'pstDYDX31Mar2025',
|
|
10796
|
+
symbol: 'pstDYDX-31Mar2025',
|
|
10797
|
+
logo_URIs: {
|
|
10798
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
10799
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
10800
|
+
},
|
|
10801
|
+
images: [{
|
|
10802
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
10803
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
10804
|
+
}],
|
|
10805
|
+
type_asset: 'sdk.coin',
|
|
10806
|
+
traces: [{
|
|
10807
|
+
type: 'ibc',
|
|
10808
|
+
counterparty: {
|
|
10809
|
+
channel_id: 'channel-5',
|
|
10810
|
+
base_denom: 'p:stadydx:31Mar2025',
|
|
10811
|
+
chain_name: 'pryzm'
|
|
10812
|
+
},
|
|
10813
|
+
chain: {
|
|
10814
|
+
channel_id: 'channel-79'
|
|
10815
|
+
}
|
|
10816
|
+
}]
|
|
10817
|
+
},
|
|
9878
10818
|
{
|
|
9879
10819
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025',
|
|
9880
10820
|
denom_units: [{
|
|
@@ -9925,19 +10865,54 @@ const assets = {
|
|
|
9925
10865
|
display: 'pstDYDX31Dec2026',
|
|
9926
10866
|
symbol: 'pstDYDX-31Dec2026',
|
|
9927
10867
|
logo_URIs: {
|
|
9928
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
9929
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
10868
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
10869
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
10870
|
+
},
|
|
10871
|
+
images: [{
|
|
10872
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
10873
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
10874
|
+
}],
|
|
10875
|
+
type_asset: 'sdk.coin',
|
|
10876
|
+
traces: [{
|
|
10877
|
+
type: 'ibc',
|
|
10878
|
+
counterparty: {
|
|
10879
|
+
channel_id: 'channel-5',
|
|
10880
|
+
base_denom: 'p:stadydx:31Dec2026',
|
|
10881
|
+
chain_name: 'pryzm'
|
|
10882
|
+
},
|
|
10883
|
+
chain: {
|
|
10884
|
+
channel_id: 'channel-79'
|
|
10885
|
+
}
|
|
10886
|
+
}]
|
|
10887
|
+
},
|
|
10888
|
+
{
|
|
10889
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
10890
|
+
denom_units: [{
|
|
10891
|
+
denom: 'ibc/B97C00FE6E5457A25BA3759D582A204F0394E229A5F645CE4359D072E68CAFF3',
|
|
10892
|
+
exponent: 0,
|
|
10893
|
+
aliases: ['p:udatom:31Dec2024']
|
|
10894
|
+
}, {
|
|
10895
|
+
denom: 'pdATOM31Dec2024',
|
|
10896
|
+
exponent: 6
|
|
10897
|
+
}],
|
|
10898
|
+
base: 'ibc/B97C00FE6E5457A25BA3759D582A204F0394E229A5F645CE4359D072E68CAFF3',
|
|
10899
|
+
name: 'pdAtom (31Dec2024)',
|
|
10900
|
+
display: 'pdATOM31Dec2024',
|
|
10901
|
+
symbol: 'pdATOM-31Dec2024',
|
|
10902
|
+
logo_URIs: {
|
|
10903
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
10904
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
9930
10905
|
},
|
|
9931
10906
|
images: [{
|
|
9932
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
9933
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
10907
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
10908
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
9934
10909
|
}],
|
|
9935
10910
|
type_asset: 'sdk.coin',
|
|
9936
10911
|
traces: [{
|
|
9937
10912
|
type: 'ibc',
|
|
9938
10913
|
counterparty: {
|
|
9939
10914
|
channel_id: 'channel-5',
|
|
9940
|
-
base_denom: 'p:
|
|
10915
|
+
base_denom: 'p:udatom:31Dec2024',
|
|
9941
10916
|
chain_name: 'pryzm'
|
|
9942
10917
|
},
|
|
9943
10918
|
chain: {
|
|
@@ -9946,19 +10921,19 @@ const assets = {
|
|
|
9946
10921
|
}]
|
|
9947
10922
|
},
|
|
9948
10923
|
{
|
|
9949
|
-
description: 'Pryzm\'s refracted principal token for dATOM with maturity of
|
|
10924
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025',
|
|
9950
10925
|
denom_units: [{
|
|
9951
|
-
denom: 'ibc/
|
|
10926
|
+
denom: 'ibc/07E8EB4AA0FC6D9507F40703C95503AF2CEDBB8772A14813EEA6F950D59DA22D',
|
|
9952
10927
|
exponent: 0,
|
|
9953
|
-
aliases: ['p:udatom:
|
|
10928
|
+
aliases: ['p:udatom:31Mar2025']
|
|
9954
10929
|
}, {
|
|
9955
|
-
denom: '
|
|
10930
|
+
denom: 'pdATOM31Mar2025',
|
|
9956
10931
|
exponent: 6
|
|
9957
10932
|
}],
|
|
9958
|
-
base: 'ibc/
|
|
9959
|
-
name: 'pdAtom (
|
|
9960
|
-
display: '
|
|
9961
|
-
symbol: 'pdATOM-
|
|
10933
|
+
base: 'ibc/07E8EB4AA0FC6D9507F40703C95503AF2CEDBB8772A14813EEA6F950D59DA22D',
|
|
10934
|
+
name: 'pdAtom (31Mar2025)',
|
|
10935
|
+
display: 'pdATOM31Mar2025',
|
|
10936
|
+
symbol: 'pdATOM-31Mar2025',
|
|
9962
10937
|
logo_URIs: {
|
|
9963
10938
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
9964
10939
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
@@ -9972,7 +10947,7 @@ const assets = {
|
|
|
9972
10947
|
type: 'ibc',
|
|
9973
10948
|
counterparty: {
|
|
9974
10949
|
channel_id: 'channel-5',
|
|
9975
|
-
base_denom: 'p:udatom:
|
|
10950
|
+
base_denom: 'p:udatom:31Mar2025',
|
|
9976
10951
|
chain_name: 'pryzm'
|
|
9977
10952
|
},
|
|
9978
10953
|
chain: {
|
|
@@ -10120,6 +11095,41 @@ const assets = {
|
|
|
10120
11095
|
}
|
|
10121
11096
|
}]
|
|
10122
11097
|
},
|
|
11098
|
+
{
|
|
11099
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025',
|
|
11100
|
+
denom_units: [{
|
|
11101
|
+
denom: 'ibc/1E8EE03AA614A6D871E4D406B571D17B393F3F3BC6B093D00F9909C333386991',
|
|
11102
|
+
exponent: 0,
|
|
11103
|
+
aliases: ['p:utia:31Mar2025']
|
|
11104
|
+
}, {
|
|
11105
|
+
denom: 'pTIA31Mar2025',
|
|
11106
|
+
exponent: 6
|
|
11107
|
+
}],
|
|
11108
|
+
base: 'ibc/1E8EE03AA614A6D871E4D406B571D17B393F3F3BC6B093D00F9909C333386991',
|
|
11109
|
+
name: 'pTia (31Mar2025)',
|
|
11110
|
+
display: 'pTIA31Mar2025',
|
|
11111
|
+
symbol: 'pTIA-31Mar2025',
|
|
11112
|
+
logo_URIs: {
|
|
11113
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
11114
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
11115
|
+
},
|
|
11116
|
+
images: [{
|
|
11117
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
11118
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
11119
|
+
}],
|
|
11120
|
+
type_asset: 'sdk.coin',
|
|
11121
|
+
traces: [{
|
|
11122
|
+
type: 'ibc',
|
|
11123
|
+
counterparty: {
|
|
11124
|
+
channel_id: 'channel-5',
|
|
11125
|
+
base_denom: 'p:utia:31Mar2025',
|
|
11126
|
+
chain_name: 'pryzm'
|
|
11127
|
+
},
|
|
11128
|
+
chain: {
|
|
11129
|
+
channel_id: 'channel-79'
|
|
11130
|
+
}
|
|
11131
|
+
}]
|
|
11132
|
+
},
|
|
10123
11133
|
{
|
|
10124
11134
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
10125
11135
|
denom_units: [{
|
|
@@ -10260,6 +11270,41 @@ const assets = {
|
|
|
10260
11270
|
}
|
|
10261
11271
|
}]
|
|
10262
11272
|
},
|
|
11273
|
+
{
|
|
11274
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025',
|
|
11275
|
+
denom_units: [{
|
|
11276
|
+
denom: 'ibc/B33E5108DB3DCD00E824CD16DB90F38ED5B7B767D1BC4016926E5F3A7F9C8920',
|
|
11277
|
+
exponent: 0,
|
|
11278
|
+
aliases: ['y:uatom:31Mar2025']
|
|
11279
|
+
}, {
|
|
11280
|
+
denom: 'yATOM31Mar2025',
|
|
11281
|
+
exponent: 6
|
|
11282
|
+
}],
|
|
11283
|
+
base: 'ibc/B33E5108DB3DCD00E824CD16DB90F38ED5B7B767D1BC4016926E5F3A7F9C8920',
|
|
11284
|
+
name: 'yAtom (31Mar2025)',
|
|
11285
|
+
display: 'yATOM31Mar2025',
|
|
11286
|
+
symbol: 'yATOM-31Mar2025',
|
|
11287
|
+
logo_URIs: {
|
|
11288
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
11289
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
11290
|
+
},
|
|
11291
|
+
images: [{
|
|
11292
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
11293
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
11294
|
+
}],
|
|
11295
|
+
type_asset: 'sdk.coin',
|
|
11296
|
+
traces: [{
|
|
11297
|
+
type: 'ibc',
|
|
11298
|
+
counterparty: {
|
|
11299
|
+
channel_id: 'channel-5',
|
|
11300
|
+
base_denom: 'y:uatom:31Mar2025',
|
|
11301
|
+
chain_name: 'pryzm'
|
|
11302
|
+
},
|
|
11303
|
+
chain: {
|
|
11304
|
+
channel_id: 'channel-79'
|
|
11305
|
+
}
|
|
11306
|
+
}]
|
|
11307
|
+
},
|
|
10263
11308
|
{
|
|
10264
11309
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
|
|
10265
11310
|
denom_units: [{
|
|
@@ -10400,6 +11445,41 @@ const assets = {
|
|
|
10400
11445
|
}
|
|
10401
11446
|
}]
|
|
10402
11447
|
},
|
|
11448
|
+
{
|
|
11449
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025',
|
|
11450
|
+
denom_units: [{
|
|
11451
|
+
denom: 'ibc/0FB175BCC362FDA7927C17C394A8A10DC493302EE162B0934ACEE8393A812769',
|
|
11452
|
+
exponent: 0,
|
|
11453
|
+
aliases: ['y:uosmo:31Mar2025']
|
|
11454
|
+
}, {
|
|
11455
|
+
denom: 'yOSMO31Mar2025',
|
|
11456
|
+
exponent: 6
|
|
11457
|
+
}],
|
|
11458
|
+
base: 'ibc/0FB175BCC362FDA7927C17C394A8A10DC493302EE162B0934ACEE8393A812769',
|
|
11459
|
+
name: 'yOsmo (31Mar2025)',
|
|
11460
|
+
display: 'yOSMO31Mar2025',
|
|
11461
|
+
symbol: 'yOSMO-31Mar2025',
|
|
11462
|
+
logo_URIs: {
|
|
11463
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
11464
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
11465
|
+
},
|
|
11466
|
+
images: [{
|
|
11467
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
11468
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
11469
|
+
}],
|
|
11470
|
+
type_asset: 'sdk.coin',
|
|
11471
|
+
traces: [{
|
|
11472
|
+
type: 'ibc',
|
|
11473
|
+
counterparty: {
|
|
11474
|
+
channel_id: 'channel-5',
|
|
11475
|
+
base_denom: 'y:uosmo:31Mar2025',
|
|
11476
|
+
chain_name: 'pryzm'
|
|
11477
|
+
},
|
|
11478
|
+
chain: {
|
|
11479
|
+
channel_id: 'channel-79'
|
|
11480
|
+
}
|
|
11481
|
+
}]
|
|
11482
|
+
},
|
|
10403
11483
|
{
|
|
10404
11484
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025',
|
|
10405
11485
|
denom_units: [{
|
|
@@ -10540,6 +11620,41 @@ const assets = {
|
|
|
10540
11620
|
}
|
|
10541
11621
|
}]
|
|
10542
11622
|
},
|
|
11623
|
+
{
|
|
11624
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025',
|
|
11625
|
+
denom_units: [{
|
|
11626
|
+
denom: 'ibc/D2209FC958AA7011BD97AF989ACC00864765D2544DD93E5090D49A0D5D6119D6',
|
|
11627
|
+
exponent: 0,
|
|
11628
|
+
aliases: ['y:inj:31Mar2025']
|
|
11629
|
+
}, {
|
|
11630
|
+
denom: 'yINJ31Mar2025',
|
|
11631
|
+
exponent: 18
|
|
11632
|
+
}],
|
|
11633
|
+
base: 'ibc/D2209FC958AA7011BD97AF989ACC00864765D2544DD93E5090D49A0D5D6119D6',
|
|
11634
|
+
name: 'yInj (31Mar2025)',
|
|
11635
|
+
display: 'yINJ31Mar2025',
|
|
11636
|
+
symbol: 'yINJ-31Mar2025',
|
|
11637
|
+
logo_URIs: {
|
|
11638
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
11639
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
11640
|
+
},
|
|
11641
|
+
images: [{
|
|
11642
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
11643
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
11644
|
+
}],
|
|
11645
|
+
type_asset: 'sdk.coin',
|
|
11646
|
+
traces: [{
|
|
11647
|
+
type: 'ibc',
|
|
11648
|
+
counterparty: {
|
|
11649
|
+
channel_id: 'channel-5',
|
|
11650
|
+
base_denom: 'y:inj:31Mar2025',
|
|
11651
|
+
chain_name: 'pryzm'
|
|
11652
|
+
},
|
|
11653
|
+
chain: {
|
|
11654
|
+
channel_id: 'channel-79'
|
|
11655
|
+
}
|
|
11656
|
+
}]
|
|
11657
|
+
},
|
|
10543
11658
|
{
|
|
10544
11659
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025',
|
|
10545
11660
|
denom_units: [{
|
|
@@ -10680,6 +11795,41 @@ const assets = {
|
|
|
10680
11795
|
}
|
|
10681
11796
|
}]
|
|
10682
11797
|
},
|
|
11798
|
+
{
|
|
11799
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025',
|
|
11800
|
+
denom_units: [{
|
|
11801
|
+
denom: 'ibc/F46314D6AE7C66B7B7977A34BA9846E81C55FA2BA3D5CF4135E44188642BF750',
|
|
11802
|
+
exponent: 0,
|
|
11803
|
+
aliases: ['y:uluna:31Mar2025']
|
|
11804
|
+
}, {
|
|
11805
|
+
denom: 'yLUNA31Mar2025',
|
|
11806
|
+
exponent: 6
|
|
11807
|
+
}],
|
|
11808
|
+
base: 'ibc/F46314D6AE7C66B7B7977A34BA9846E81C55FA2BA3D5CF4135E44188642BF750',
|
|
11809
|
+
name: 'yLuna (31Mar2025)',
|
|
11810
|
+
display: 'yLUNA31Mar2025',
|
|
11811
|
+
symbol: 'yLUNA-31Mar2025',
|
|
11812
|
+
logo_URIs: {
|
|
11813
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
11814
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
11815
|
+
},
|
|
11816
|
+
images: [{
|
|
11817
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
11818
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
11819
|
+
}],
|
|
11820
|
+
type_asset: 'sdk.coin',
|
|
11821
|
+
traces: [{
|
|
11822
|
+
type: 'ibc',
|
|
11823
|
+
counterparty: {
|
|
11824
|
+
channel_id: 'channel-5',
|
|
11825
|
+
base_denom: 'y:uluna:31Mar2025',
|
|
11826
|
+
chain_name: 'pryzm'
|
|
11827
|
+
},
|
|
11828
|
+
chain: {
|
|
11829
|
+
channel_id: 'channel-79'
|
|
11830
|
+
}
|
|
11831
|
+
}]
|
|
11832
|
+
},
|
|
10683
11833
|
{
|
|
10684
11834
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025',
|
|
10685
11835
|
denom_units: [{
|
|
@@ -10960,6 +12110,41 @@ const assets = {
|
|
|
10960
12110
|
}
|
|
10961
12111
|
}]
|
|
10962
12112
|
},
|
|
12113
|
+
{
|
|
12114
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025',
|
|
12115
|
+
denom_units: [{
|
|
12116
|
+
denom: 'ibc/96134C24A7258993B1F15438CBC9C0D9A36FF0B9BE3BD4A911D2DE610AC3DF69',
|
|
12117
|
+
exponent: 0,
|
|
12118
|
+
aliases: ['y:stutia:31Mar2025']
|
|
12119
|
+
}, {
|
|
12120
|
+
denom: 'ystTIA31Mar2025',
|
|
12121
|
+
exponent: 6
|
|
12122
|
+
}],
|
|
12123
|
+
base: 'ibc/96134C24A7258993B1F15438CBC9C0D9A36FF0B9BE3BD4A911D2DE610AC3DF69',
|
|
12124
|
+
name: 'ystTia (31Mar2025)',
|
|
12125
|
+
display: 'ystTIA31Mar2025',
|
|
12126
|
+
symbol: 'ystTIA-31Mar2025',
|
|
12127
|
+
logo_URIs: {
|
|
12128
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
12129
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
12130
|
+
},
|
|
12131
|
+
images: [{
|
|
12132
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
12133
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
12134
|
+
}],
|
|
12135
|
+
type_asset: 'sdk.coin',
|
|
12136
|
+
traces: [{
|
|
12137
|
+
type: 'ibc',
|
|
12138
|
+
counterparty: {
|
|
12139
|
+
channel_id: 'channel-5',
|
|
12140
|
+
base_denom: 'y:stutia:31Mar2025',
|
|
12141
|
+
chain_name: 'pryzm'
|
|
12142
|
+
},
|
|
12143
|
+
chain: {
|
|
12144
|
+
channel_id: 'channel-79'
|
|
12145
|
+
}
|
|
12146
|
+
}]
|
|
12147
|
+
},
|
|
10963
12148
|
{
|
|
10964
12149
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025',
|
|
10965
12150
|
denom_units: [{
|
|
@@ -11100,6 +12285,41 @@ const assets = {
|
|
|
11100
12285
|
}
|
|
11101
12286
|
}]
|
|
11102
12287
|
},
|
|
12288
|
+
{
|
|
12289
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025',
|
|
12290
|
+
denom_units: [{
|
|
12291
|
+
denom: 'ibc/FA60979083367210D3213E62CCE52E617EB2DB11F0173919265E1BB0AEEA20EF',
|
|
12292
|
+
exponent: 0,
|
|
12293
|
+
aliases: ['y:stadydx:31Mar2025']
|
|
12294
|
+
}, {
|
|
12295
|
+
denom: 'ystDYDX31Mar2025',
|
|
12296
|
+
exponent: 6
|
|
12297
|
+
}],
|
|
12298
|
+
base: 'ibc/FA60979083367210D3213E62CCE52E617EB2DB11F0173919265E1BB0AEEA20EF',
|
|
12299
|
+
name: 'ystDydx (31Mar2025)',
|
|
12300
|
+
display: 'ystDYDX31Mar2025',
|
|
12301
|
+
symbol: 'ystDYDX-31Mar2025',
|
|
12302
|
+
logo_URIs: {
|
|
12303
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
12304
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
12305
|
+
},
|
|
12306
|
+
images: [{
|
|
12307
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
12308
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
12309
|
+
}],
|
|
12310
|
+
type_asset: 'sdk.coin',
|
|
12311
|
+
traces: [{
|
|
12312
|
+
type: 'ibc',
|
|
12313
|
+
counterparty: {
|
|
12314
|
+
channel_id: 'channel-5',
|
|
12315
|
+
base_denom: 'y:stadydx:31Mar2025',
|
|
12316
|
+
chain_name: 'pryzm'
|
|
12317
|
+
},
|
|
12318
|
+
chain: {
|
|
12319
|
+
channel_id: 'channel-79'
|
|
12320
|
+
}
|
|
12321
|
+
}]
|
|
12322
|
+
},
|
|
11103
12323
|
{
|
|
11104
12324
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025',
|
|
11105
12325
|
denom_units: [{
|
|
@@ -11205,6 +12425,41 @@ const assets = {
|
|
|
11205
12425
|
}
|
|
11206
12426
|
}]
|
|
11207
12427
|
},
|
|
12428
|
+
{
|
|
12429
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025',
|
|
12430
|
+
denom_units: [{
|
|
12431
|
+
denom: 'ibc/68D3DD9E791B73995D8D33EB8BFF88C47DDD98ADDCDF8AF5554A204244709681',
|
|
12432
|
+
exponent: 0,
|
|
12433
|
+
aliases: ['y:udatom:31Mar2025']
|
|
12434
|
+
}, {
|
|
12435
|
+
denom: 'ydATOM31Mar2025',
|
|
12436
|
+
exponent: 6
|
|
12437
|
+
}],
|
|
12438
|
+
base: 'ibc/68D3DD9E791B73995D8D33EB8BFF88C47DDD98ADDCDF8AF5554A204244709681',
|
|
12439
|
+
name: 'ydAtom (31Mar2025)',
|
|
12440
|
+
display: 'ydATOM31Mar2025',
|
|
12441
|
+
symbol: 'ydATOM-31Mar2025',
|
|
12442
|
+
logo_URIs: {
|
|
12443
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
12444
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
12445
|
+
},
|
|
12446
|
+
images: [{
|
|
12447
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
12448
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
12449
|
+
}],
|
|
12450
|
+
type_asset: 'sdk.coin',
|
|
12451
|
+
traces: [{
|
|
12452
|
+
type: 'ibc',
|
|
12453
|
+
counterparty: {
|
|
12454
|
+
channel_id: 'channel-5',
|
|
12455
|
+
base_denom: 'y:udatom:31Mar2025',
|
|
12456
|
+
chain_name: 'pryzm'
|
|
12457
|
+
},
|
|
12458
|
+
chain: {
|
|
12459
|
+
channel_id: 'channel-79'
|
|
12460
|
+
}
|
|
12461
|
+
}]
|
|
12462
|
+
},
|
|
11208
12463
|
{
|
|
11209
12464
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
|
|
11210
12465
|
denom_units: [{
|
|
@@ -11345,6 +12600,41 @@ const assets = {
|
|
|
11345
12600
|
}
|
|
11346
12601
|
}]
|
|
11347
12602
|
},
|
|
12603
|
+
{
|
|
12604
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025',
|
|
12605
|
+
denom_units: [{
|
|
12606
|
+
denom: 'ibc/A13F63D343A23E61A233B2A4B90A9BCC5BFEF564C8DCEB425B078A170C67894C',
|
|
12607
|
+
exponent: 0,
|
|
12608
|
+
aliases: ['y:utia:31Mar2025']
|
|
12609
|
+
}, {
|
|
12610
|
+
denom: 'yTIA31Mar2025',
|
|
12611
|
+
exponent: 6
|
|
12612
|
+
}],
|
|
12613
|
+
base: 'ibc/A13F63D343A23E61A233B2A4B90A9BCC5BFEF564C8DCEB425B078A170C67894C',
|
|
12614
|
+
name: 'yTia (31Mar2025)',
|
|
12615
|
+
display: 'yTIA31Mar2025',
|
|
12616
|
+
symbol: 'yTIA-31Mar2025',
|
|
12617
|
+
logo_URIs: {
|
|
12618
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
12619
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
12620
|
+
},
|
|
12621
|
+
images: [{
|
|
12622
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
12623
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
12624
|
+
}],
|
|
12625
|
+
type_asset: 'sdk.coin',
|
|
12626
|
+
traces: [{
|
|
12627
|
+
type: 'ibc',
|
|
12628
|
+
counterparty: {
|
|
12629
|
+
channel_id: 'channel-5',
|
|
12630
|
+
base_denom: 'y:utia:31Mar2025',
|
|
12631
|
+
chain_name: 'pryzm'
|
|
12632
|
+
},
|
|
12633
|
+
chain: {
|
|
12634
|
+
channel_id: 'channel-79'
|
|
12635
|
+
}
|
|
12636
|
+
}]
|
|
12637
|
+
},
|
|
11348
12638
|
{
|
|
11349
12639
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
11350
12640
|
denom_units: [{
|