@chain-registry/assets 1.65.6 → 1.65.8
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 +436 -16
- package/esm/mainnet/celestia.js +436 -16
- package/esm/mainnet/cosmoshub.js +436 -16
- package/esm/mainnet/dydx.js +436 -16
- package/esm/mainnet/injective.js +436 -16
- package/esm/mainnet/neutron.js +436 -16
- package/esm/mainnet/noble.js +436 -16
- package/esm/mainnet/osmosis.js +436 -16
- package/esm/mainnet/stride.js +436 -16
- package/esm/mainnet/terra2.js +436 -16
- package/mainnet/axelar.js +436 -16
- package/mainnet/celestia.js +436 -16
- package/mainnet/cosmoshub.js +436 -16
- package/mainnet/dydx.js +436 -16
- package/mainnet/injective.js +436 -16
- package/mainnet/neutron.js +436 -16
- package/mainnet/noble.js +436 -16
- package/mainnet/osmosis.js +436 -16
- package/mainnet/stride.js +436 -16
- package/mainnet/terra2.js +436 -16
- package/package.json +5 -5
package/mainnet/noble.js
CHANGED
|
@@ -4129,7 +4129,7 @@ const assets = {
|
|
|
4129
4129
|
aliases: ['p:inj:30Sep2024']
|
|
4130
4130
|
}, {
|
|
4131
4131
|
denom: 'pINJ30Sep2024',
|
|
4132
|
-
exponent:
|
|
4132
|
+
exponent: 18
|
|
4133
4133
|
}],
|
|
4134
4134
|
base: 'ibc/6C4BC1066C8CF45B92E00F872B4535ACEFEBF0A64D1FFBC9783695D858415714',
|
|
4135
4135
|
name: 'pInj (30Sep2024)',
|
|
@@ -4164,7 +4164,7 @@ const assets = {
|
|
|
4164
4164
|
aliases: ['p:inj:31Dec2024']
|
|
4165
4165
|
}, {
|
|
4166
4166
|
denom: 'pINJ31Dec2024',
|
|
4167
|
-
exponent:
|
|
4167
|
+
exponent: 18
|
|
4168
4168
|
}],
|
|
4169
4169
|
base: 'ibc/F38B6E33C6DBCA1725DDD8D2F1EA642EC24D790053121261C83BAAFE43E1D32F',
|
|
4170
4170
|
name: 'pInj (31Dec2024)',
|
|
@@ -4199,7 +4199,7 @@ const assets = {
|
|
|
4199
4199
|
aliases: ['p:inj:31Dec2025']
|
|
4200
4200
|
}, {
|
|
4201
4201
|
denom: 'pINJ31Dec2025',
|
|
4202
|
-
exponent:
|
|
4202
|
+
exponent: 18
|
|
4203
4203
|
}],
|
|
4204
4204
|
base: 'ibc/7487F77AD79871E636A08EFD4F4662BDDD05469D9BE65B991D127C0B5E63CD28',
|
|
4205
4205
|
name: 'pInj (31Dec2025)',
|
|
@@ -4751,6 +4751,76 @@ const assets = {
|
|
|
4751
4751
|
}
|
|
4752
4752
|
}]
|
|
4753
4753
|
},
|
|
4754
|
+
{
|
|
4755
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
4756
|
+
denom_units: [{
|
|
4757
|
+
denom: 'ibc/B2A0ACCA11A406CEB601DF47D285D40ECA9DD72E5F45CEF20ECE2CA3080EC47B',
|
|
4758
|
+
exponent: 0,
|
|
4759
|
+
aliases: ['p:utia:31Dec2024']
|
|
4760
|
+
}, {
|
|
4761
|
+
denom: 'pTIA31Dec2024',
|
|
4762
|
+
exponent: 6
|
|
4763
|
+
}],
|
|
4764
|
+
base: 'ibc/B2A0ACCA11A406CEB601DF47D285D40ECA9DD72E5F45CEF20ECE2CA3080EC47B',
|
|
4765
|
+
name: 'pTia (31Dec2024)',
|
|
4766
|
+
display: 'pTIA31Dec2024',
|
|
4767
|
+
symbol: 'pTIA-31Dec2024',
|
|
4768
|
+
logo_URIs: {
|
|
4769
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
4770
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
4771
|
+
},
|
|
4772
|
+
images: [{
|
|
4773
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
4774
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
4775
|
+
}],
|
|
4776
|
+
type_asset: 'sdk.coin',
|
|
4777
|
+
traces: [{
|
|
4778
|
+
type: 'ibc',
|
|
4779
|
+
counterparty: {
|
|
4780
|
+
channel_id: 'channel-5',
|
|
4781
|
+
base_denom: 'p:utia:31Dec2024',
|
|
4782
|
+
chain_name: 'pryzm'
|
|
4783
|
+
},
|
|
4784
|
+
chain: {
|
|
4785
|
+
channel_id: 'channel-79'
|
|
4786
|
+
}
|
|
4787
|
+
}]
|
|
4788
|
+
},
|
|
4789
|
+
{
|
|
4790
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
4791
|
+
denom_units: [{
|
|
4792
|
+
denom: 'ibc/7A0FFD99CD9B0377E36BC9A87CCF19940E65C5768AB4633C1E8EE028ED096EC6',
|
|
4793
|
+
exponent: 0,
|
|
4794
|
+
aliases: ['p:utia:31Dec2025']
|
|
4795
|
+
}, {
|
|
4796
|
+
denom: 'pTIA31Dec2025',
|
|
4797
|
+
exponent: 6
|
|
4798
|
+
}],
|
|
4799
|
+
base: 'ibc/7A0FFD99CD9B0377E36BC9A87CCF19940E65C5768AB4633C1E8EE028ED096EC6',
|
|
4800
|
+
name: 'pTia (31Dec2025)',
|
|
4801
|
+
display: 'pTIA31Dec2025',
|
|
4802
|
+
symbol: 'pTIA-31Dec2025',
|
|
4803
|
+
logo_URIs: {
|
|
4804
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
4805
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
4806
|
+
},
|
|
4807
|
+
images: [{
|
|
4808
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
4809
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
4810
|
+
}],
|
|
4811
|
+
type_asset: 'sdk.coin',
|
|
4812
|
+
traces: [{
|
|
4813
|
+
type: 'ibc',
|
|
4814
|
+
counterparty: {
|
|
4815
|
+
channel_id: 'channel-5',
|
|
4816
|
+
base_denom: 'p:utia:31Dec2025',
|
|
4817
|
+
chain_name: 'pryzm'
|
|
4818
|
+
},
|
|
4819
|
+
chain: {
|
|
4820
|
+
channel_id: 'channel-79'
|
|
4821
|
+
}
|
|
4822
|
+
}]
|
|
4823
|
+
},
|
|
4754
4824
|
{
|
|
4755
4825
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
4756
4826
|
denom_units: [{
|
|
@@ -4969,7 +5039,7 @@ const assets = {
|
|
|
4969
5039
|
aliases: ['y:inj:30Sep2024']
|
|
4970
5040
|
}, {
|
|
4971
5041
|
denom: 'yINJ30Sep2024',
|
|
4972
|
-
exponent:
|
|
5042
|
+
exponent: 18
|
|
4973
5043
|
}],
|
|
4974
5044
|
base: 'ibc/DCB4E22BBFE4BF8F8F7E075B6A88203A57F1692B8A506F0951918990028483A3',
|
|
4975
5045
|
name: 'yInj (30Sep2024)',
|
|
@@ -5004,7 +5074,7 @@ const assets = {
|
|
|
5004
5074
|
aliases: ['y:inj:31Dec2024']
|
|
5005
5075
|
}, {
|
|
5006
5076
|
denom: 'yINJ31Dec2024',
|
|
5007
|
-
exponent:
|
|
5077
|
+
exponent: 18
|
|
5008
5078
|
}],
|
|
5009
5079
|
base: 'ibc/46654325DC60ABDF6DF4E9296D46D65EA0229622EA4138406661E157155BB650',
|
|
5010
5080
|
name: 'yInj (31Dec2024)',
|
|
@@ -5039,7 +5109,7 @@ const assets = {
|
|
|
5039
5109
|
aliases: ['y:inj:31Dec2025']
|
|
5040
5110
|
}, {
|
|
5041
5111
|
denom: 'yINJ31Dec2025',
|
|
5042
|
-
exponent:
|
|
5112
|
+
exponent: 18
|
|
5043
5113
|
}],
|
|
5044
5114
|
base: 'ibc/2291C3F00A116875DB38FB4D165C65A0B0655D662F585109BB938C2FDC7DAB5E',
|
|
5045
5115
|
name: 'yInj (31Dec2025)',
|
|
@@ -5591,6 +5661,76 @@ const assets = {
|
|
|
5591
5661
|
}
|
|
5592
5662
|
}]
|
|
5593
5663
|
},
|
|
5664
|
+
{
|
|
5665
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
5666
|
+
denom_units: [{
|
|
5667
|
+
denom: 'ibc/06D62E412F873778710E03E0B71158BC6C6AADF5ACB0DB1E7D4516D1AED76176',
|
|
5668
|
+
exponent: 0,
|
|
5669
|
+
aliases: ['y:utia:31Dec2024']
|
|
5670
|
+
}, {
|
|
5671
|
+
denom: 'yTIA31Dec2024',
|
|
5672
|
+
exponent: 6
|
|
5673
|
+
}],
|
|
5674
|
+
base: 'ibc/06D62E412F873778710E03E0B71158BC6C6AADF5ACB0DB1E7D4516D1AED76176',
|
|
5675
|
+
name: 'yTia (31Dec2024)',
|
|
5676
|
+
display: 'yTIA31Dec2024',
|
|
5677
|
+
symbol: 'yTIA-31Dec2024',
|
|
5678
|
+
logo_URIs: {
|
|
5679
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
5680
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
5681
|
+
},
|
|
5682
|
+
images: [{
|
|
5683
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
5684
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
5685
|
+
}],
|
|
5686
|
+
type_asset: 'sdk.coin',
|
|
5687
|
+
traces: [{
|
|
5688
|
+
type: 'ibc',
|
|
5689
|
+
counterparty: {
|
|
5690
|
+
channel_id: 'channel-5',
|
|
5691
|
+
base_denom: 'y:utia:31Dec2024',
|
|
5692
|
+
chain_name: 'pryzm'
|
|
5693
|
+
},
|
|
5694
|
+
chain: {
|
|
5695
|
+
channel_id: 'channel-79'
|
|
5696
|
+
}
|
|
5697
|
+
}]
|
|
5698
|
+
},
|
|
5699
|
+
{
|
|
5700
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
5701
|
+
denom_units: [{
|
|
5702
|
+
denom: 'ibc/AAADF477BF350B0375777D22B2AF8FC3FA3C18F582F83757EED6AB1D84FB3CD2',
|
|
5703
|
+
exponent: 0,
|
|
5704
|
+
aliases: ['y:utia:31Dec2025']
|
|
5705
|
+
}, {
|
|
5706
|
+
denom: 'yTIA31Dec2025',
|
|
5707
|
+
exponent: 6
|
|
5708
|
+
}],
|
|
5709
|
+
base: 'ibc/AAADF477BF350B0375777D22B2AF8FC3FA3C18F582F83757EED6AB1D84FB3CD2',
|
|
5710
|
+
name: 'yTia (31Dec2025)',
|
|
5711
|
+
display: 'yTIA31Dec2025',
|
|
5712
|
+
symbol: 'yTIA-31Dec2025',
|
|
5713
|
+
logo_URIs: {
|
|
5714
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
5715
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
5716
|
+
},
|
|
5717
|
+
images: [{
|
|
5718
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
5719
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
5720
|
+
}],
|
|
5721
|
+
type_asset: 'sdk.coin',
|
|
5722
|
+
traces: [{
|
|
5723
|
+
type: 'ibc',
|
|
5724
|
+
counterparty: {
|
|
5725
|
+
channel_id: 'channel-5',
|
|
5726
|
+
base_denom: 'y:utia:31Dec2025',
|
|
5727
|
+
chain_name: 'pryzm'
|
|
5728
|
+
},
|
|
5729
|
+
chain: {
|
|
5730
|
+
channel_id: 'channel-79'
|
|
5731
|
+
}
|
|
5732
|
+
}]
|
|
5733
|
+
},
|
|
5594
5734
|
{
|
|
5595
5735
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
5596
5736
|
denom_units: [{
|
|
@@ -5739,7 +5879,7 @@ const assets = {
|
|
|
5739
5879
|
aliases: ['lp:1:inj']
|
|
5740
5880
|
}, {
|
|
5741
5881
|
denom: 'lp:1:INJ',
|
|
5742
|
-
exponent:
|
|
5882
|
+
exponent: 18
|
|
5743
5883
|
}],
|
|
5744
5884
|
base: 'ibc/00B414FE44806477D55CB94481F85188B7A86B90188AF44EDF688A9962A93198',
|
|
5745
5885
|
name: 'INJ Yield LP',
|
|
@@ -5774,7 +5914,7 @@ const assets = {
|
|
|
5774
5914
|
aliases: ['lp:4:injypt-inj']
|
|
5775
5915
|
}, {
|
|
5776
5916
|
denom: 'lp:4:INJypt-INJ',
|
|
5777
|
-
exponent:
|
|
5917
|
+
exponent: 18
|
|
5778
5918
|
}],
|
|
5779
5919
|
base: 'ibc/BDC232754EE91754C927C9403FB7AB10A6F306E7DEC6E897E7BDF6B11EA169EE',
|
|
5780
5920
|
name: 'INJ Boost LP',
|
|
@@ -6326,6 +6466,76 @@ const assets = {
|
|
|
6326
6466
|
}
|
|
6327
6467
|
}]
|
|
6328
6468
|
},
|
|
6469
|
+
{
|
|
6470
|
+
description: 'Pryzm\'s LP token for TIA Yield pool',
|
|
6471
|
+
denom_units: [{
|
|
6472
|
+
denom: 'ibc/91BB9F97B7A69221154F030DF090FE41E9BD1885C8C02D86F0C2D5640C21A1F3',
|
|
6473
|
+
exponent: 0,
|
|
6474
|
+
aliases: ['lp:24:utia']
|
|
6475
|
+
}, {
|
|
6476
|
+
denom: 'lp:24:tia',
|
|
6477
|
+
exponent: 6
|
|
6478
|
+
}],
|
|
6479
|
+
base: 'ibc/91BB9F97B7A69221154F030DF090FE41E9BD1885C8C02D86F0C2D5640C21A1F3',
|
|
6480
|
+
name: 'TIA Yield LP',
|
|
6481
|
+
display: 'lp:24:tia',
|
|
6482
|
+
symbol: 'TIA-YIELD-LP',
|
|
6483
|
+
logo_URIs: {
|
|
6484
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
6485
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
6486
|
+
},
|
|
6487
|
+
images: [{
|
|
6488
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
6489
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
6490
|
+
}],
|
|
6491
|
+
type_asset: 'sdk.coin',
|
|
6492
|
+
traces: [{
|
|
6493
|
+
type: 'ibc',
|
|
6494
|
+
counterparty: {
|
|
6495
|
+
channel_id: 'channel-5',
|
|
6496
|
+
base_denom: 'lp:24:utia',
|
|
6497
|
+
chain_name: 'pryzm'
|
|
6498
|
+
},
|
|
6499
|
+
chain: {
|
|
6500
|
+
channel_id: 'channel-79'
|
|
6501
|
+
}
|
|
6502
|
+
}]
|
|
6503
|
+
},
|
|
6504
|
+
{
|
|
6505
|
+
description: 'Pryzm\'s LP token for TIA Boost pool',
|
|
6506
|
+
denom_units: [{
|
|
6507
|
+
denom: 'ibc/5E9F6B4A630A3FFC4EEA332F6DDB59F63ABEF34C7D57704F5A500E5E8A414A51',
|
|
6508
|
+
exponent: 0,
|
|
6509
|
+
aliases: ['lp:25:utiaypt-utia']
|
|
6510
|
+
}, {
|
|
6511
|
+
denom: 'lp:25:tiaypt-tia',
|
|
6512
|
+
exponent: 6
|
|
6513
|
+
}],
|
|
6514
|
+
base: 'ibc/5E9F6B4A630A3FFC4EEA332F6DDB59F63ABEF34C7D57704F5A500E5E8A414A51',
|
|
6515
|
+
name: 'TIA Boost LP',
|
|
6516
|
+
display: 'lp:25:tiaypt-tia',
|
|
6517
|
+
symbol: 'TIA-BOOST-LP',
|
|
6518
|
+
logo_URIs: {
|
|
6519
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
6520
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
6521
|
+
},
|
|
6522
|
+
images: [{
|
|
6523
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
6524
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
6525
|
+
}],
|
|
6526
|
+
type_asset: 'sdk.coin',
|
|
6527
|
+
traces: [{
|
|
6528
|
+
type: 'ibc',
|
|
6529
|
+
counterparty: {
|
|
6530
|
+
channel_id: 'channel-5',
|
|
6531
|
+
base_denom: 'lp:25:utiaypt-utia',
|
|
6532
|
+
chain_name: 'pryzm'
|
|
6533
|
+
},
|
|
6534
|
+
chain: {
|
|
6535
|
+
channel_id: 'channel-79'
|
|
6536
|
+
}
|
|
6537
|
+
}]
|
|
6538
|
+
},
|
|
6329
6539
|
{
|
|
6330
6540
|
description: 'Pryzm\'s LP token for TIA / USDC pool',
|
|
6331
6541
|
denom_units: [{
|
|
@@ -7485,7 +7695,7 @@ const assets = {
|
|
|
7485
7695
|
aliases: ['p:inj:30Sep2024']
|
|
7486
7696
|
}, {
|
|
7487
7697
|
denom: 'pINJ30Sep2024',
|
|
7488
|
-
exponent:
|
|
7698
|
+
exponent: 18
|
|
7489
7699
|
}],
|
|
7490
7700
|
base: 'ibc/6C4BC1066C8CF45B92E00F872B4535ACEFEBF0A64D1FFBC9783695D858415714',
|
|
7491
7701
|
name: 'pInj (30Sep2024)',
|
|
@@ -7520,7 +7730,7 @@ const assets = {
|
|
|
7520
7730
|
aliases: ['p:inj:31Dec2024']
|
|
7521
7731
|
}, {
|
|
7522
7732
|
denom: 'pINJ31Dec2024',
|
|
7523
|
-
exponent:
|
|
7733
|
+
exponent: 18
|
|
7524
7734
|
}],
|
|
7525
7735
|
base: 'ibc/F38B6E33C6DBCA1725DDD8D2F1EA642EC24D790053121261C83BAAFE43E1D32F',
|
|
7526
7736
|
name: 'pInj (31Dec2024)',
|
|
@@ -7555,7 +7765,7 @@ const assets = {
|
|
|
7555
7765
|
aliases: ['p:inj:31Dec2025']
|
|
7556
7766
|
}, {
|
|
7557
7767
|
denom: 'pINJ31Dec2025',
|
|
7558
|
-
exponent:
|
|
7768
|
+
exponent: 18
|
|
7559
7769
|
}],
|
|
7560
7770
|
base: 'ibc/7487F77AD79871E636A08EFD4F4662BDDD05469D9BE65B991D127C0B5E63CD28',
|
|
7561
7771
|
name: 'pInj (31Dec2025)',
|
|
@@ -8107,6 +8317,76 @@ const assets = {
|
|
|
8107
8317
|
}
|
|
8108
8318
|
}]
|
|
8109
8319
|
},
|
|
8320
|
+
{
|
|
8321
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
8322
|
+
denom_units: [{
|
|
8323
|
+
denom: 'ibc/B2A0ACCA11A406CEB601DF47D285D40ECA9DD72E5F45CEF20ECE2CA3080EC47B',
|
|
8324
|
+
exponent: 0,
|
|
8325
|
+
aliases: ['p:utia:31Dec2024']
|
|
8326
|
+
}, {
|
|
8327
|
+
denom: 'pTIA31Dec2024',
|
|
8328
|
+
exponent: 6
|
|
8329
|
+
}],
|
|
8330
|
+
base: 'ibc/B2A0ACCA11A406CEB601DF47D285D40ECA9DD72E5F45CEF20ECE2CA3080EC47B',
|
|
8331
|
+
name: 'pTia (31Dec2024)',
|
|
8332
|
+
display: 'pTIA31Dec2024',
|
|
8333
|
+
symbol: 'pTIA-31Dec2024',
|
|
8334
|
+
logo_URIs: {
|
|
8335
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
8336
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
8337
|
+
},
|
|
8338
|
+
images: [{
|
|
8339
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
8340
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
8341
|
+
}],
|
|
8342
|
+
type_asset: 'sdk.coin',
|
|
8343
|
+
traces: [{
|
|
8344
|
+
type: 'ibc',
|
|
8345
|
+
counterparty: {
|
|
8346
|
+
channel_id: 'channel-5',
|
|
8347
|
+
base_denom: 'p:utia:31Dec2024',
|
|
8348
|
+
chain_name: 'pryzm'
|
|
8349
|
+
},
|
|
8350
|
+
chain: {
|
|
8351
|
+
channel_id: 'channel-79'
|
|
8352
|
+
}
|
|
8353
|
+
}]
|
|
8354
|
+
},
|
|
8355
|
+
{
|
|
8356
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
8357
|
+
denom_units: [{
|
|
8358
|
+
denom: 'ibc/7A0FFD99CD9B0377E36BC9A87CCF19940E65C5768AB4633C1E8EE028ED096EC6',
|
|
8359
|
+
exponent: 0,
|
|
8360
|
+
aliases: ['p:utia:31Dec2025']
|
|
8361
|
+
}, {
|
|
8362
|
+
denom: 'pTIA31Dec2025',
|
|
8363
|
+
exponent: 6
|
|
8364
|
+
}],
|
|
8365
|
+
base: 'ibc/7A0FFD99CD9B0377E36BC9A87CCF19940E65C5768AB4633C1E8EE028ED096EC6',
|
|
8366
|
+
name: 'pTia (31Dec2025)',
|
|
8367
|
+
display: 'pTIA31Dec2025',
|
|
8368
|
+
symbol: 'pTIA-31Dec2025',
|
|
8369
|
+
logo_URIs: {
|
|
8370
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
8371
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
8372
|
+
},
|
|
8373
|
+
images: [{
|
|
8374
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
8375
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
8376
|
+
}],
|
|
8377
|
+
type_asset: 'sdk.coin',
|
|
8378
|
+
traces: [{
|
|
8379
|
+
type: 'ibc',
|
|
8380
|
+
counterparty: {
|
|
8381
|
+
channel_id: 'channel-5',
|
|
8382
|
+
base_denom: 'p:utia:31Dec2025',
|
|
8383
|
+
chain_name: 'pryzm'
|
|
8384
|
+
},
|
|
8385
|
+
chain: {
|
|
8386
|
+
channel_id: 'channel-79'
|
|
8387
|
+
}
|
|
8388
|
+
}]
|
|
8389
|
+
},
|
|
8110
8390
|
{
|
|
8111
8391
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
8112
8392
|
denom_units: [{
|
|
@@ -8325,7 +8605,7 @@ const assets = {
|
|
|
8325
8605
|
aliases: ['y:inj:30Sep2024']
|
|
8326
8606
|
}, {
|
|
8327
8607
|
denom: 'yINJ30Sep2024',
|
|
8328
|
-
exponent:
|
|
8608
|
+
exponent: 18
|
|
8329
8609
|
}],
|
|
8330
8610
|
base: 'ibc/DCB4E22BBFE4BF8F8F7E075B6A88203A57F1692B8A506F0951918990028483A3',
|
|
8331
8611
|
name: 'yInj (30Sep2024)',
|
|
@@ -8360,7 +8640,7 @@ const assets = {
|
|
|
8360
8640
|
aliases: ['y:inj:31Dec2024']
|
|
8361
8641
|
}, {
|
|
8362
8642
|
denom: 'yINJ31Dec2024',
|
|
8363
|
-
exponent:
|
|
8643
|
+
exponent: 18
|
|
8364
8644
|
}],
|
|
8365
8645
|
base: 'ibc/46654325DC60ABDF6DF4E9296D46D65EA0229622EA4138406661E157155BB650',
|
|
8366
8646
|
name: 'yInj (31Dec2024)',
|
|
@@ -8395,7 +8675,7 @@ const assets = {
|
|
|
8395
8675
|
aliases: ['y:inj:31Dec2025']
|
|
8396
8676
|
}, {
|
|
8397
8677
|
denom: 'yINJ31Dec2025',
|
|
8398
|
-
exponent:
|
|
8678
|
+
exponent: 18
|
|
8399
8679
|
}],
|
|
8400
8680
|
base: 'ibc/2291C3F00A116875DB38FB4D165C65A0B0655D662F585109BB938C2FDC7DAB5E',
|
|
8401
8681
|
name: 'yInj (31Dec2025)',
|
|
@@ -8947,6 +9227,76 @@ const assets = {
|
|
|
8947
9227
|
}
|
|
8948
9228
|
}]
|
|
8949
9229
|
},
|
|
9230
|
+
{
|
|
9231
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
9232
|
+
denom_units: [{
|
|
9233
|
+
denom: 'ibc/06D62E412F873778710E03E0B71158BC6C6AADF5ACB0DB1E7D4516D1AED76176',
|
|
9234
|
+
exponent: 0,
|
|
9235
|
+
aliases: ['y:utia:31Dec2024']
|
|
9236
|
+
}, {
|
|
9237
|
+
denom: 'yTIA31Dec2024',
|
|
9238
|
+
exponent: 6
|
|
9239
|
+
}],
|
|
9240
|
+
base: 'ibc/06D62E412F873778710E03E0B71158BC6C6AADF5ACB0DB1E7D4516D1AED76176',
|
|
9241
|
+
name: 'yTia (31Dec2024)',
|
|
9242
|
+
display: 'yTIA31Dec2024',
|
|
9243
|
+
symbol: 'yTIA-31Dec2024',
|
|
9244
|
+
logo_URIs: {
|
|
9245
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
9246
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
9247
|
+
},
|
|
9248
|
+
images: [{
|
|
9249
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
9250
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
9251
|
+
}],
|
|
9252
|
+
type_asset: 'sdk.coin',
|
|
9253
|
+
traces: [{
|
|
9254
|
+
type: 'ibc',
|
|
9255
|
+
counterparty: {
|
|
9256
|
+
channel_id: 'channel-5',
|
|
9257
|
+
base_denom: 'y:utia:31Dec2024',
|
|
9258
|
+
chain_name: 'pryzm'
|
|
9259
|
+
},
|
|
9260
|
+
chain: {
|
|
9261
|
+
channel_id: 'channel-79'
|
|
9262
|
+
}
|
|
9263
|
+
}]
|
|
9264
|
+
},
|
|
9265
|
+
{
|
|
9266
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
9267
|
+
denom_units: [{
|
|
9268
|
+
denom: 'ibc/AAADF477BF350B0375777D22B2AF8FC3FA3C18F582F83757EED6AB1D84FB3CD2',
|
|
9269
|
+
exponent: 0,
|
|
9270
|
+
aliases: ['y:utia:31Dec2025']
|
|
9271
|
+
}, {
|
|
9272
|
+
denom: 'yTIA31Dec2025',
|
|
9273
|
+
exponent: 6
|
|
9274
|
+
}],
|
|
9275
|
+
base: 'ibc/AAADF477BF350B0375777D22B2AF8FC3FA3C18F582F83757EED6AB1D84FB3CD2',
|
|
9276
|
+
name: 'yTia (31Dec2025)',
|
|
9277
|
+
display: 'yTIA31Dec2025',
|
|
9278
|
+
symbol: 'yTIA-31Dec2025',
|
|
9279
|
+
logo_URIs: {
|
|
9280
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
9281
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
9282
|
+
},
|
|
9283
|
+
images: [{
|
|
9284
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
9285
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
9286
|
+
}],
|
|
9287
|
+
type_asset: 'sdk.coin',
|
|
9288
|
+
traces: [{
|
|
9289
|
+
type: 'ibc',
|
|
9290
|
+
counterparty: {
|
|
9291
|
+
channel_id: 'channel-5',
|
|
9292
|
+
base_denom: 'y:utia:31Dec2025',
|
|
9293
|
+
chain_name: 'pryzm'
|
|
9294
|
+
},
|
|
9295
|
+
chain: {
|
|
9296
|
+
channel_id: 'channel-79'
|
|
9297
|
+
}
|
|
9298
|
+
}]
|
|
9299
|
+
},
|
|
8950
9300
|
{
|
|
8951
9301
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
8952
9302
|
denom_units: [{
|
|
@@ -9095,7 +9445,7 @@ const assets = {
|
|
|
9095
9445
|
aliases: ['lp:1:inj']
|
|
9096
9446
|
}, {
|
|
9097
9447
|
denom: 'lp:1:INJ',
|
|
9098
|
-
exponent:
|
|
9448
|
+
exponent: 18
|
|
9099
9449
|
}],
|
|
9100
9450
|
base: 'ibc/00B414FE44806477D55CB94481F85188B7A86B90188AF44EDF688A9962A93198',
|
|
9101
9451
|
name: 'INJ Yield LP',
|
|
@@ -9130,7 +9480,7 @@ const assets = {
|
|
|
9130
9480
|
aliases: ['lp:4:injypt-inj']
|
|
9131
9481
|
}, {
|
|
9132
9482
|
denom: 'lp:4:INJypt-INJ',
|
|
9133
|
-
exponent:
|
|
9483
|
+
exponent: 18
|
|
9134
9484
|
}],
|
|
9135
9485
|
base: 'ibc/BDC232754EE91754C927C9403FB7AB10A6F306E7DEC6E897E7BDF6B11EA169EE',
|
|
9136
9486
|
name: 'INJ Boost LP',
|
|
@@ -9682,6 +10032,76 @@ const assets = {
|
|
|
9682
10032
|
}
|
|
9683
10033
|
}]
|
|
9684
10034
|
},
|
|
10035
|
+
{
|
|
10036
|
+
description: 'Pryzm\'s LP token for TIA Yield pool',
|
|
10037
|
+
denom_units: [{
|
|
10038
|
+
denom: 'ibc/91BB9F97B7A69221154F030DF090FE41E9BD1885C8C02D86F0C2D5640C21A1F3',
|
|
10039
|
+
exponent: 0,
|
|
10040
|
+
aliases: ['lp:24:utia']
|
|
10041
|
+
}, {
|
|
10042
|
+
denom: 'lp:24:tia',
|
|
10043
|
+
exponent: 6
|
|
10044
|
+
}],
|
|
10045
|
+
base: 'ibc/91BB9F97B7A69221154F030DF090FE41E9BD1885C8C02D86F0C2D5640C21A1F3',
|
|
10046
|
+
name: 'TIA Yield LP',
|
|
10047
|
+
display: 'lp:24:tia',
|
|
10048
|
+
symbol: 'TIA-YIELD-LP',
|
|
10049
|
+
logo_URIs: {
|
|
10050
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
10051
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
10052
|
+
},
|
|
10053
|
+
images: [{
|
|
10054
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
10055
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
10056
|
+
}],
|
|
10057
|
+
type_asset: 'sdk.coin',
|
|
10058
|
+
traces: [{
|
|
10059
|
+
type: 'ibc',
|
|
10060
|
+
counterparty: {
|
|
10061
|
+
channel_id: 'channel-5',
|
|
10062
|
+
base_denom: 'lp:24:utia',
|
|
10063
|
+
chain_name: 'pryzm'
|
|
10064
|
+
},
|
|
10065
|
+
chain: {
|
|
10066
|
+
channel_id: 'channel-79'
|
|
10067
|
+
}
|
|
10068
|
+
}]
|
|
10069
|
+
},
|
|
10070
|
+
{
|
|
10071
|
+
description: 'Pryzm\'s LP token for TIA Boost pool',
|
|
10072
|
+
denom_units: [{
|
|
10073
|
+
denom: 'ibc/5E9F6B4A630A3FFC4EEA332F6DDB59F63ABEF34C7D57704F5A500E5E8A414A51',
|
|
10074
|
+
exponent: 0,
|
|
10075
|
+
aliases: ['lp:25:utiaypt-utia']
|
|
10076
|
+
}, {
|
|
10077
|
+
denom: 'lp:25:tiaypt-tia',
|
|
10078
|
+
exponent: 6
|
|
10079
|
+
}],
|
|
10080
|
+
base: 'ibc/5E9F6B4A630A3FFC4EEA332F6DDB59F63ABEF34C7D57704F5A500E5E8A414A51',
|
|
10081
|
+
name: 'TIA Boost LP',
|
|
10082
|
+
display: 'lp:25:tiaypt-tia',
|
|
10083
|
+
symbol: 'TIA-BOOST-LP',
|
|
10084
|
+
logo_URIs: {
|
|
10085
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
10086
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
10087
|
+
},
|
|
10088
|
+
images: [{
|
|
10089
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
10090
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
10091
|
+
}],
|
|
10092
|
+
type_asset: 'sdk.coin',
|
|
10093
|
+
traces: [{
|
|
10094
|
+
type: 'ibc',
|
|
10095
|
+
counterparty: {
|
|
10096
|
+
channel_id: 'channel-5',
|
|
10097
|
+
base_denom: 'lp:25:utiaypt-utia',
|
|
10098
|
+
chain_name: 'pryzm'
|
|
10099
|
+
},
|
|
10100
|
+
chain: {
|
|
10101
|
+
channel_id: 'channel-79'
|
|
10102
|
+
}
|
|
10103
|
+
}]
|
|
10104
|
+
},
|
|
9685
10105
|
{
|
|
9686
10106
|
description: 'Pryzm\'s LP token for TIA / USDC pool',
|
|
9687
10107
|
denom_units: [{
|