@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/esm/mainnet/celestia.js
CHANGED
|
@@ -1274,7 +1274,7 @@ const assets = {
|
|
|
1274
1274
|
aliases: ['p:inj:30Sep2024']
|
|
1275
1275
|
}, {
|
|
1276
1276
|
denom: 'pINJ30Sep2024',
|
|
1277
|
-
exponent:
|
|
1277
|
+
exponent: 18
|
|
1278
1278
|
}],
|
|
1279
1279
|
base: 'ibc/4D3DB8661FA3D251E932E33191221E39B2B5A5120E670E584E7F195AB30997FF',
|
|
1280
1280
|
name: 'pInj (30Sep2024)',
|
|
@@ -1309,7 +1309,7 @@ const assets = {
|
|
|
1309
1309
|
aliases: ['p:inj:31Dec2024']
|
|
1310
1310
|
}, {
|
|
1311
1311
|
denom: 'pINJ31Dec2024',
|
|
1312
|
-
exponent:
|
|
1312
|
+
exponent: 18
|
|
1313
1313
|
}],
|
|
1314
1314
|
base: 'ibc/15CAEB68FC205028D200AA6E90B83D0761068B4337527D87300B811A27BDD72C',
|
|
1315
1315
|
name: 'pInj (31Dec2024)',
|
|
@@ -1344,7 +1344,7 @@ const assets = {
|
|
|
1344
1344
|
aliases: ['p:inj:31Dec2025']
|
|
1345
1345
|
}, {
|
|
1346
1346
|
denom: 'pINJ31Dec2025',
|
|
1347
|
-
exponent:
|
|
1347
|
+
exponent: 18
|
|
1348
1348
|
}],
|
|
1349
1349
|
base: 'ibc/F0C722193F2B6E510C1D979020432BB492945955EAEB79692E293A0FD95620BE',
|
|
1350
1350
|
name: 'pInj (31Dec2025)',
|
|
@@ -1896,6 +1896,76 @@ const assets = {
|
|
|
1896
1896
|
}
|
|
1897
1897
|
}]
|
|
1898
1898
|
},
|
|
1899
|
+
{
|
|
1900
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
1901
|
+
denom_units: [{
|
|
1902
|
+
denom: 'ibc/C2B1EAD20CF85F31383493C6F7795EA352BB386FDBC5346AB42994D7E76EA926',
|
|
1903
|
+
exponent: 0,
|
|
1904
|
+
aliases: ['p:utia:31Dec2024']
|
|
1905
|
+
}, {
|
|
1906
|
+
denom: 'pTIA31Dec2024',
|
|
1907
|
+
exponent: 6
|
|
1908
|
+
}],
|
|
1909
|
+
base: 'ibc/C2B1EAD20CF85F31383493C6F7795EA352BB386FDBC5346AB42994D7E76EA926',
|
|
1910
|
+
name: 'pTia (31Dec2024)',
|
|
1911
|
+
display: 'pTIA31Dec2024',
|
|
1912
|
+
symbol: 'pTIA-31Dec2024',
|
|
1913
|
+
logo_URIs: {
|
|
1914
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
1915
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
1916
|
+
},
|
|
1917
|
+
images: [{
|
|
1918
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
1919
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
1920
|
+
}],
|
|
1921
|
+
type_asset: 'sdk.coin',
|
|
1922
|
+
traces: [{
|
|
1923
|
+
type: 'ibc',
|
|
1924
|
+
counterparty: {
|
|
1925
|
+
channel_id: 'channel-3',
|
|
1926
|
+
base_denom: 'p:utia:31Dec2024',
|
|
1927
|
+
chain_name: 'pryzm'
|
|
1928
|
+
},
|
|
1929
|
+
chain: {
|
|
1930
|
+
channel_id: 'channel-34'
|
|
1931
|
+
}
|
|
1932
|
+
}]
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
1936
|
+
denom_units: [{
|
|
1937
|
+
denom: 'ibc/93712190ECF0219D47EF80889135EA7E10A7E3FB370D26C7C195F6332960BC61',
|
|
1938
|
+
exponent: 0,
|
|
1939
|
+
aliases: ['p:utia:31Dec2025']
|
|
1940
|
+
}, {
|
|
1941
|
+
denom: 'pTIA31Dec2025',
|
|
1942
|
+
exponent: 6
|
|
1943
|
+
}],
|
|
1944
|
+
base: 'ibc/93712190ECF0219D47EF80889135EA7E10A7E3FB370D26C7C195F6332960BC61',
|
|
1945
|
+
name: 'pTia (31Dec2025)',
|
|
1946
|
+
display: 'pTIA31Dec2025',
|
|
1947
|
+
symbol: 'pTIA-31Dec2025',
|
|
1948
|
+
logo_URIs: {
|
|
1949
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
1950
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
1951
|
+
},
|
|
1952
|
+
images: [{
|
|
1953
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
1954
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
1955
|
+
}],
|
|
1956
|
+
type_asset: 'sdk.coin',
|
|
1957
|
+
traces: [{
|
|
1958
|
+
type: 'ibc',
|
|
1959
|
+
counterparty: {
|
|
1960
|
+
channel_id: 'channel-3',
|
|
1961
|
+
base_denom: 'p:utia:31Dec2025',
|
|
1962
|
+
chain_name: 'pryzm'
|
|
1963
|
+
},
|
|
1964
|
+
chain: {
|
|
1965
|
+
channel_id: 'channel-34'
|
|
1966
|
+
}
|
|
1967
|
+
}]
|
|
1968
|
+
},
|
|
1899
1969
|
{
|
|
1900
1970
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
1901
1971
|
denom_units: [{
|
|
@@ -2114,7 +2184,7 @@ const assets = {
|
|
|
2114
2184
|
aliases: ['y:inj:30Sep2024']
|
|
2115
2185
|
}, {
|
|
2116
2186
|
denom: 'yINJ30Sep2024',
|
|
2117
|
-
exponent:
|
|
2187
|
+
exponent: 18
|
|
2118
2188
|
}],
|
|
2119
2189
|
base: 'ibc/1166C6F818D0412B75DF0592F9D69E88E0D7997DD76F91BE7E57551E5D1853E1',
|
|
2120
2190
|
name: 'yInj (30Sep2024)',
|
|
@@ -2149,7 +2219,7 @@ const assets = {
|
|
|
2149
2219
|
aliases: ['y:inj:31Dec2024']
|
|
2150
2220
|
}, {
|
|
2151
2221
|
denom: 'yINJ31Dec2024',
|
|
2152
|
-
exponent:
|
|
2222
|
+
exponent: 18
|
|
2153
2223
|
}],
|
|
2154
2224
|
base: 'ibc/BC1822AC4EE09A61F3B5578826A1858A438489D5196061C8F90E8380CE36B234',
|
|
2155
2225
|
name: 'yInj (31Dec2024)',
|
|
@@ -2184,7 +2254,7 @@ const assets = {
|
|
|
2184
2254
|
aliases: ['y:inj:31Dec2025']
|
|
2185
2255
|
}, {
|
|
2186
2256
|
denom: 'yINJ31Dec2025',
|
|
2187
|
-
exponent:
|
|
2257
|
+
exponent: 18
|
|
2188
2258
|
}],
|
|
2189
2259
|
base: 'ibc/080615A5C928190092E238BBA4471064386CC90C08296E10DEB6B0D427AF5FB3',
|
|
2190
2260
|
name: 'yInj (31Dec2025)',
|
|
@@ -2736,6 +2806,76 @@ const assets = {
|
|
|
2736
2806
|
}
|
|
2737
2807
|
}]
|
|
2738
2808
|
},
|
|
2809
|
+
{
|
|
2810
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
2811
|
+
denom_units: [{
|
|
2812
|
+
denom: 'ibc/FB010C7BFC387FB5EC3FE4D5E5055C38576C5D47B43F9DAA49C7A801A5E4ADF6',
|
|
2813
|
+
exponent: 0,
|
|
2814
|
+
aliases: ['y:utia:31Dec2024']
|
|
2815
|
+
}, {
|
|
2816
|
+
denom: 'yTIA31Dec2024',
|
|
2817
|
+
exponent: 6
|
|
2818
|
+
}],
|
|
2819
|
+
base: 'ibc/FB010C7BFC387FB5EC3FE4D5E5055C38576C5D47B43F9DAA49C7A801A5E4ADF6',
|
|
2820
|
+
name: 'yTia (31Dec2024)',
|
|
2821
|
+
display: 'yTIA31Dec2024',
|
|
2822
|
+
symbol: 'yTIA-31Dec2024',
|
|
2823
|
+
logo_URIs: {
|
|
2824
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
2825
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
2826
|
+
},
|
|
2827
|
+
images: [{
|
|
2828
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
2829
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
2830
|
+
}],
|
|
2831
|
+
type_asset: 'sdk.coin',
|
|
2832
|
+
traces: [{
|
|
2833
|
+
type: 'ibc',
|
|
2834
|
+
counterparty: {
|
|
2835
|
+
channel_id: 'channel-3',
|
|
2836
|
+
base_denom: 'y:utia:31Dec2024',
|
|
2837
|
+
chain_name: 'pryzm'
|
|
2838
|
+
},
|
|
2839
|
+
chain: {
|
|
2840
|
+
channel_id: 'channel-34'
|
|
2841
|
+
}
|
|
2842
|
+
}]
|
|
2843
|
+
},
|
|
2844
|
+
{
|
|
2845
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
2846
|
+
denom_units: [{
|
|
2847
|
+
denom: 'ibc/6D46765B6385D676A61909279C287003E42E88EC48F146414BE6B85B57D48764',
|
|
2848
|
+
exponent: 0,
|
|
2849
|
+
aliases: ['y:utia:31Dec2025']
|
|
2850
|
+
}, {
|
|
2851
|
+
denom: 'yTIA31Dec2025',
|
|
2852
|
+
exponent: 6
|
|
2853
|
+
}],
|
|
2854
|
+
base: 'ibc/6D46765B6385D676A61909279C287003E42E88EC48F146414BE6B85B57D48764',
|
|
2855
|
+
name: 'yTia (31Dec2025)',
|
|
2856
|
+
display: 'yTIA31Dec2025',
|
|
2857
|
+
symbol: 'yTIA-31Dec2025',
|
|
2858
|
+
logo_URIs: {
|
|
2859
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
2860
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
2861
|
+
},
|
|
2862
|
+
images: [{
|
|
2863
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
2864
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
2865
|
+
}],
|
|
2866
|
+
type_asset: 'sdk.coin',
|
|
2867
|
+
traces: [{
|
|
2868
|
+
type: 'ibc',
|
|
2869
|
+
counterparty: {
|
|
2870
|
+
channel_id: 'channel-3',
|
|
2871
|
+
base_denom: 'y:utia:31Dec2025',
|
|
2872
|
+
chain_name: 'pryzm'
|
|
2873
|
+
},
|
|
2874
|
+
chain: {
|
|
2875
|
+
channel_id: 'channel-34'
|
|
2876
|
+
}
|
|
2877
|
+
}]
|
|
2878
|
+
},
|
|
2739
2879
|
{
|
|
2740
2880
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
2741
2881
|
denom_units: [{
|
|
@@ -2884,7 +3024,7 @@ const assets = {
|
|
|
2884
3024
|
aliases: ['lp:1:inj']
|
|
2885
3025
|
}, {
|
|
2886
3026
|
denom: 'lp:1:INJ',
|
|
2887
|
-
exponent:
|
|
3027
|
+
exponent: 18
|
|
2888
3028
|
}],
|
|
2889
3029
|
base: 'ibc/33C4F17E1D85CAA00190B02192920E595F2EB0F6656950BC4370756318484953',
|
|
2890
3030
|
name: 'INJ Yield LP',
|
|
@@ -2919,7 +3059,7 @@ const assets = {
|
|
|
2919
3059
|
aliases: ['lp:4:injypt-inj']
|
|
2920
3060
|
}, {
|
|
2921
3061
|
denom: 'lp:4:INJypt-INJ',
|
|
2922
|
-
exponent:
|
|
3062
|
+
exponent: 18
|
|
2923
3063
|
}],
|
|
2924
3064
|
base: 'ibc/6D81D16F792719BC578D34D2010150B698C90BC1910CE31E903BE0F7B2AF5348',
|
|
2925
3065
|
name: 'INJ Boost LP',
|
|
@@ -3471,6 +3611,76 @@ const assets = {
|
|
|
3471
3611
|
}
|
|
3472
3612
|
}]
|
|
3473
3613
|
},
|
|
3614
|
+
{
|
|
3615
|
+
description: 'Pryzm\'s LP token for TIA Yield pool',
|
|
3616
|
+
denom_units: [{
|
|
3617
|
+
denom: 'ibc/6476F87A2FDDD5F913981D86E20179DE99AEFF98D8BEA677408445FA3C5769D7',
|
|
3618
|
+
exponent: 0,
|
|
3619
|
+
aliases: ['lp:24:utia']
|
|
3620
|
+
}, {
|
|
3621
|
+
denom: 'lp:24:tia',
|
|
3622
|
+
exponent: 6
|
|
3623
|
+
}],
|
|
3624
|
+
base: 'ibc/6476F87A2FDDD5F913981D86E20179DE99AEFF98D8BEA677408445FA3C5769D7',
|
|
3625
|
+
name: 'TIA Yield LP',
|
|
3626
|
+
display: 'lp:24:tia',
|
|
3627
|
+
symbol: 'TIA-YIELD-LP',
|
|
3628
|
+
logo_URIs: {
|
|
3629
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
3630
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
3631
|
+
},
|
|
3632
|
+
images: [{
|
|
3633
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
3634
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
3635
|
+
}],
|
|
3636
|
+
type_asset: 'sdk.coin',
|
|
3637
|
+
traces: [{
|
|
3638
|
+
type: 'ibc',
|
|
3639
|
+
counterparty: {
|
|
3640
|
+
channel_id: 'channel-3',
|
|
3641
|
+
base_denom: 'lp:24:utia',
|
|
3642
|
+
chain_name: 'pryzm'
|
|
3643
|
+
},
|
|
3644
|
+
chain: {
|
|
3645
|
+
channel_id: 'channel-34'
|
|
3646
|
+
}
|
|
3647
|
+
}]
|
|
3648
|
+
},
|
|
3649
|
+
{
|
|
3650
|
+
description: 'Pryzm\'s LP token for TIA Boost pool',
|
|
3651
|
+
denom_units: [{
|
|
3652
|
+
denom: 'ibc/AF6A1357A27B16F034C1531904E74F2901EB0E262A2CB93FE50866BBD860AE66',
|
|
3653
|
+
exponent: 0,
|
|
3654
|
+
aliases: ['lp:25:utiaypt-utia']
|
|
3655
|
+
}, {
|
|
3656
|
+
denom: 'lp:25:tiaypt-tia',
|
|
3657
|
+
exponent: 6
|
|
3658
|
+
}],
|
|
3659
|
+
base: 'ibc/AF6A1357A27B16F034C1531904E74F2901EB0E262A2CB93FE50866BBD860AE66',
|
|
3660
|
+
name: 'TIA Boost LP',
|
|
3661
|
+
display: 'lp:25:tiaypt-tia',
|
|
3662
|
+
symbol: 'TIA-BOOST-LP',
|
|
3663
|
+
logo_URIs: {
|
|
3664
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
3665
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
3666
|
+
},
|
|
3667
|
+
images: [{
|
|
3668
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
3669
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
3670
|
+
}],
|
|
3671
|
+
type_asset: 'sdk.coin',
|
|
3672
|
+
traces: [{
|
|
3673
|
+
type: 'ibc',
|
|
3674
|
+
counterparty: {
|
|
3675
|
+
channel_id: 'channel-3',
|
|
3676
|
+
base_denom: 'lp:25:utiaypt-utia',
|
|
3677
|
+
chain_name: 'pryzm'
|
|
3678
|
+
},
|
|
3679
|
+
chain: {
|
|
3680
|
+
channel_id: 'channel-34'
|
|
3681
|
+
}
|
|
3682
|
+
}]
|
|
3683
|
+
},
|
|
3474
3684
|
{
|
|
3475
3685
|
description: 'Pryzm\'s LP token for TIA / USDC pool',
|
|
3476
3686
|
denom_units: [{
|
|
@@ -4974,7 +5184,7 @@ const assets = {
|
|
|
4974
5184
|
aliases: ['p:inj:30Sep2024']
|
|
4975
5185
|
}, {
|
|
4976
5186
|
denom: 'pINJ30Sep2024',
|
|
4977
|
-
exponent:
|
|
5187
|
+
exponent: 18
|
|
4978
5188
|
}],
|
|
4979
5189
|
base: 'ibc/4D3DB8661FA3D251E932E33191221E39B2B5A5120E670E584E7F195AB30997FF',
|
|
4980
5190
|
name: 'pInj (30Sep2024)',
|
|
@@ -5009,7 +5219,7 @@ const assets = {
|
|
|
5009
5219
|
aliases: ['p:inj:31Dec2024']
|
|
5010
5220
|
}, {
|
|
5011
5221
|
denom: 'pINJ31Dec2024',
|
|
5012
|
-
exponent:
|
|
5222
|
+
exponent: 18
|
|
5013
5223
|
}],
|
|
5014
5224
|
base: 'ibc/15CAEB68FC205028D200AA6E90B83D0761068B4337527D87300B811A27BDD72C',
|
|
5015
5225
|
name: 'pInj (31Dec2024)',
|
|
@@ -5044,7 +5254,7 @@ const assets = {
|
|
|
5044
5254
|
aliases: ['p:inj:31Dec2025']
|
|
5045
5255
|
}, {
|
|
5046
5256
|
denom: 'pINJ31Dec2025',
|
|
5047
|
-
exponent:
|
|
5257
|
+
exponent: 18
|
|
5048
5258
|
}],
|
|
5049
5259
|
base: 'ibc/F0C722193F2B6E510C1D979020432BB492945955EAEB79692E293A0FD95620BE',
|
|
5050
5260
|
name: 'pInj (31Dec2025)',
|
|
@@ -5596,6 +5806,76 @@ const assets = {
|
|
|
5596
5806
|
}
|
|
5597
5807
|
}]
|
|
5598
5808
|
},
|
|
5809
|
+
{
|
|
5810
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
5811
|
+
denom_units: [{
|
|
5812
|
+
denom: 'ibc/C2B1EAD20CF85F31383493C6F7795EA352BB386FDBC5346AB42994D7E76EA926',
|
|
5813
|
+
exponent: 0,
|
|
5814
|
+
aliases: ['p:utia:31Dec2024']
|
|
5815
|
+
}, {
|
|
5816
|
+
denom: 'pTIA31Dec2024',
|
|
5817
|
+
exponent: 6
|
|
5818
|
+
}],
|
|
5819
|
+
base: 'ibc/C2B1EAD20CF85F31383493C6F7795EA352BB386FDBC5346AB42994D7E76EA926',
|
|
5820
|
+
name: 'pTia (31Dec2024)',
|
|
5821
|
+
display: 'pTIA31Dec2024',
|
|
5822
|
+
symbol: 'pTIA-31Dec2024',
|
|
5823
|
+
logo_URIs: {
|
|
5824
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
5825
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
5826
|
+
},
|
|
5827
|
+
images: [{
|
|
5828
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
5829
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
5830
|
+
}],
|
|
5831
|
+
type_asset: 'sdk.coin',
|
|
5832
|
+
traces: [{
|
|
5833
|
+
type: 'ibc',
|
|
5834
|
+
counterparty: {
|
|
5835
|
+
channel_id: 'channel-3',
|
|
5836
|
+
base_denom: 'p:utia:31Dec2024',
|
|
5837
|
+
chain_name: 'pryzm'
|
|
5838
|
+
},
|
|
5839
|
+
chain: {
|
|
5840
|
+
channel_id: 'channel-34'
|
|
5841
|
+
}
|
|
5842
|
+
}]
|
|
5843
|
+
},
|
|
5844
|
+
{
|
|
5845
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
5846
|
+
denom_units: [{
|
|
5847
|
+
denom: 'ibc/93712190ECF0219D47EF80889135EA7E10A7E3FB370D26C7C195F6332960BC61',
|
|
5848
|
+
exponent: 0,
|
|
5849
|
+
aliases: ['p:utia:31Dec2025']
|
|
5850
|
+
}, {
|
|
5851
|
+
denom: 'pTIA31Dec2025',
|
|
5852
|
+
exponent: 6
|
|
5853
|
+
}],
|
|
5854
|
+
base: 'ibc/93712190ECF0219D47EF80889135EA7E10A7E3FB370D26C7C195F6332960BC61',
|
|
5855
|
+
name: 'pTia (31Dec2025)',
|
|
5856
|
+
display: 'pTIA31Dec2025',
|
|
5857
|
+
symbol: 'pTIA-31Dec2025',
|
|
5858
|
+
logo_URIs: {
|
|
5859
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
5860
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
5861
|
+
},
|
|
5862
|
+
images: [{
|
|
5863
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
5864
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
5865
|
+
}],
|
|
5866
|
+
type_asset: 'sdk.coin',
|
|
5867
|
+
traces: [{
|
|
5868
|
+
type: 'ibc',
|
|
5869
|
+
counterparty: {
|
|
5870
|
+
channel_id: 'channel-3',
|
|
5871
|
+
base_denom: 'p:utia:31Dec2025',
|
|
5872
|
+
chain_name: 'pryzm'
|
|
5873
|
+
},
|
|
5874
|
+
chain: {
|
|
5875
|
+
channel_id: 'channel-34'
|
|
5876
|
+
}
|
|
5877
|
+
}]
|
|
5878
|
+
},
|
|
5599
5879
|
{
|
|
5600
5880
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
5601
5881
|
denom_units: [{
|
|
@@ -5814,7 +6094,7 @@ const assets = {
|
|
|
5814
6094
|
aliases: ['y:inj:30Sep2024']
|
|
5815
6095
|
}, {
|
|
5816
6096
|
denom: 'yINJ30Sep2024',
|
|
5817
|
-
exponent:
|
|
6097
|
+
exponent: 18
|
|
5818
6098
|
}],
|
|
5819
6099
|
base: 'ibc/1166C6F818D0412B75DF0592F9D69E88E0D7997DD76F91BE7E57551E5D1853E1',
|
|
5820
6100
|
name: 'yInj (30Sep2024)',
|
|
@@ -5849,7 +6129,7 @@ const assets = {
|
|
|
5849
6129
|
aliases: ['y:inj:31Dec2024']
|
|
5850
6130
|
}, {
|
|
5851
6131
|
denom: 'yINJ31Dec2024',
|
|
5852
|
-
exponent:
|
|
6132
|
+
exponent: 18
|
|
5853
6133
|
}],
|
|
5854
6134
|
base: 'ibc/BC1822AC4EE09A61F3B5578826A1858A438489D5196061C8F90E8380CE36B234',
|
|
5855
6135
|
name: 'yInj (31Dec2024)',
|
|
@@ -5884,7 +6164,7 @@ const assets = {
|
|
|
5884
6164
|
aliases: ['y:inj:31Dec2025']
|
|
5885
6165
|
}, {
|
|
5886
6166
|
denom: 'yINJ31Dec2025',
|
|
5887
|
-
exponent:
|
|
6167
|
+
exponent: 18
|
|
5888
6168
|
}],
|
|
5889
6169
|
base: 'ibc/080615A5C928190092E238BBA4471064386CC90C08296E10DEB6B0D427AF5FB3',
|
|
5890
6170
|
name: 'yInj (31Dec2025)',
|
|
@@ -6436,6 +6716,76 @@ const assets = {
|
|
|
6436
6716
|
}
|
|
6437
6717
|
}]
|
|
6438
6718
|
},
|
|
6719
|
+
{
|
|
6720
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
6721
|
+
denom_units: [{
|
|
6722
|
+
denom: 'ibc/FB010C7BFC387FB5EC3FE4D5E5055C38576C5D47B43F9DAA49C7A801A5E4ADF6',
|
|
6723
|
+
exponent: 0,
|
|
6724
|
+
aliases: ['y:utia:31Dec2024']
|
|
6725
|
+
}, {
|
|
6726
|
+
denom: 'yTIA31Dec2024',
|
|
6727
|
+
exponent: 6
|
|
6728
|
+
}],
|
|
6729
|
+
base: 'ibc/FB010C7BFC387FB5EC3FE4D5E5055C38576C5D47B43F9DAA49C7A801A5E4ADF6',
|
|
6730
|
+
name: 'yTia (31Dec2024)',
|
|
6731
|
+
display: 'yTIA31Dec2024',
|
|
6732
|
+
symbol: 'yTIA-31Dec2024',
|
|
6733
|
+
logo_URIs: {
|
|
6734
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
6735
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
6736
|
+
},
|
|
6737
|
+
images: [{
|
|
6738
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
6739
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
6740
|
+
}],
|
|
6741
|
+
type_asset: 'sdk.coin',
|
|
6742
|
+
traces: [{
|
|
6743
|
+
type: 'ibc',
|
|
6744
|
+
counterparty: {
|
|
6745
|
+
channel_id: 'channel-3',
|
|
6746
|
+
base_denom: 'y:utia:31Dec2024',
|
|
6747
|
+
chain_name: 'pryzm'
|
|
6748
|
+
},
|
|
6749
|
+
chain: {
|
|
6750
|
+
channel_id: 'channel-34'
|
|
6751
|
+
}
|
|
6752
|
+
}]
|
|
6753
|
+
},
|
|
6754
|
+
{
|
|
6755
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
6756
|
+
denom_units: [{
|
|
6757
|
+
denom: 'ibc/6D46765B6385D676A61909279C287003E42E88EC48F146414BE6B85B57D48764',
|
|
6758
|
+
exponent: 0,
|
|
6759
|
+
aliases: ['y:utia:31Dec2025']
|
|
6760
|
+
}, {
|
|
6761
|
+
denom: 'yTIA31Dec2025',
|
|
6762
|
+
exponent: 6
|
|
6763
|
+
}],
|
|
6764
|
+
base: 'ibc/6D46765B6385D676A61909279C287003E42E88EC48F146414BE6B85B57D48764',
|
|
6765
|
+
name: 'yTia (31Dec2025)',
|
|
6766
|
+
display: 'yTIA31Dec2025',
|
|
6767
|
+
symbol: 'yTIA-31Dec2025',
|
|
6768
|
+
logo_URIs: {
|
|
6769
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
6770
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
6771
|
+
},
|
|
6772
|
+
images: [{
|
|
6773
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
6774
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
6775
|
+
}],
|
|
6776
|
+
type_asset: 'sdk.coin',
|
|
6777
|
+
traces: [{
|
|
6778
|
+
type: 'ibc',
|
|
6779
|
+
counterparty: {
|
|
6780
|
+
channel_id: 'channel-3',
|
|
6781
|
+
base_denom: 'y:utia:31Dec2025',
|
|
6782
|
+
chain_name: 'pryzm'
|
|
6783
|
+
},
|
|
6784
|
+
chain: {
|
|
6785
|
+
channel_id: 'channel-34'
|
|
6786
|
+
}
|
|
6787
|
+
}]
|
|
6788
|
+
},
|
|
6439
6789
|
{
|
|
6440
6790
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
6441
6791
|
denom_units: [{
|
|
@@ -6584,7 +6934,7 @@ const assets = {
|
|
|
6584
6934
|
aliases: ['lp:1:inj']
|
|
6585
6935
|
}, {
|
|
6586
6936
|
denom: 'lp:1:INJ',
|
|
6587
|
-
exponent:
|
|
6937
|
+
exponent: 18
|
|
6588
6938
|
}],
|
|
6589
6939
|
base: 'ibc/33C4F17E1D85CAA00190B02192920E595F2EB0F6656950BC4370756318484953',
|
|
6590
6940
|
name: 'INJ Yield LP',
|
|
@@ -6619,7 +6969,7 @@ const assets = {
|
|
|
6619
6969
|
aliases: ['lp:4:injypt-inj']
|
|
6620
6970
|
}, {
|
|
6621
6971
|
denom: 'lp:4:INJypt-INJ',
|
|
6622
|
-
exponent:
|
|
6972
|
+
exponent: 18
|
|
6623
6973
|
}],
|
|
6624
6974
|
base: 'ibc/6D81D16F792719BC578D34D2010150B698C90BC1910CE31E903BE0F7B2AF5348',
|
|
6625
6975
|
name: 'INJ Boost LP',
|
|
@@ -7171,6 +7521,76 @@ const assets = {
|
|
|
7171
7521
|
}
|
|
7172
7522
|
}]
|
|
7173
7523
|
},
|
|
7524
|
+
{
|
|
7525
|
+
description: 'Pryzm\'s LP token for TIA Yield pool',
|
|
7526
|
+
denom_units: [{
|
|
7527
|
+
denom: 'ibc/6476F87A2FDDD5F913981D86E20179DE99AEFF98D8BEA677408445FA3C5769D7',
|
|
7528
|
+
exponent: 0,
|
|
7529
|
+
aliases: ['lp:24:utia']
|
|
7530
|
+
}, {
|
|
7531
|
+
denom: 'lp:24:tia',
|
|
7532
|
+
exponent: 6
|
|
7533
|
+
}],
|
|
7534
|
+
base: 'ibc/6476F87A2FDDD5F913981D86E20179DE99AEFF98D8BEA677408445FA3C5769D7',
|
|
7535
|
+
name: 'TIA Yield LP',
|
|
7536
|
+
display: 'lp:24:tia',
|
|
7537
|
+
symbol: 'TIA-YIELD-LP',
|
|
7538
|
+
logo_URIs: {
|
|
7539
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
7540
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
7541
|
+
},
|
|
7542
|
+
images: [{
|
|
7543
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
7544
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
7545
|
+
}],
|
|
7546
|
+
type_asset: 'sdk.coin',
|
|
7547
|
+
traces: [{
|
|
7548
|
+
type: 'ibc',
|
|
7549
|
+
counterparty: {
|
|
7550
|
+
channel_id: 'channel-3',
|
|
7551
|
+
base_denom: 'lp:24:utia',
|
|
7552
|
+
chain_name: 'pryzm'
|
|
7553
|
+
},
|
|
7554
|
+
chain: {
|
|
7555
|
+
channel_id: 'channel-34'
|
|
7556
|
+
}
|
|
7557
|
+
}]
|
|
7558
|
+
},
|
|
7559
|
+
{
|
|
7560
|
+
description: 'Pryzm\'s LP token for TIA Boost pool',
|
|
7561
|
+
denom_units: [{
|
|
7562
|
+
denom: 'ibc/AF6A1357A27B16F034C1531904E74F2901EB0E262A2CB93FE50866BBD860AE66',
|
|
7563
|
+
exponent: 0,
|
|
7564
|
+
aliases: ['lp:25:utiaypt-utia']
|
|
7565
|
+
}, {
|
|
7566
|
+
denom: 'lp:25:tiaypt-tia',
|
|
7567
|
+
exponent: 6
|
|
7568
|
+
}],
|
|
7569
|
+
base: 'ibc/AF6A1357A27B16F034C1531904E74F2901EB0E262A2CB93FE50866BBD860AE66',
|
|
7570
|
+
name: 'TIA Boost LP',
|
|
7571
|
+
display: 'lp:25:tiaypt-tia',
|
|
7572
|
+
symbol: 'TIA-BOOST-LP',
|
|
7573
|
+
logo_URIs: {
|
|
7574
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
7575
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
7576
|
+
},
|
|
7577
|
+
images: [{
|
|
7578
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
7579
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
7580
|
+
}],
|
|
7581
|
+
type_asset: 'sdk.coin',
|
|
7582
|
+
traces: [{
|
|
7583
|
+
type: 'ibc',
|
|
7584
|
+
counterparty: {
|
|
7585
|
+
channel_id: 'channel-3',
|
|
7586
|
+
base_denom: 'lp:25:utiaypt-utia',
|
|
7587
|
+
chain_name: 'pryzm'
|
|
7588
|
+
},
|
|
7589
|
+
chain: {
|
|
7590
|
+
channel_id: 'channel-34'
|
|
7591
|
+
}
|
|
7592
|
+
}]
|
|
7593
|
+
},
|
|
7174
7594
|
{
|
|
7175
7595
|
description: 'Pryzm\'s LP token for TIA / USDC pool',
|
|
7176
7596
|
denom_units: [{
|