@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/osmosis.js
CHANGED
|
@@ -11507,7 +11507,7 @@ const assets = {
|
|
|
11507
11507
|
aliases: ['p:inj:30Sep2024']
|
|
11508
11508
|
}, {
|
|
11509
11509
|
denom: 'pINJ30Sep2024',
|
|
11510
|
-
exponent:
|
|
11510
|
+
exponent: 18
|
|
11511
11511
|
}],
|
|
11512
11512
|
base: 'ibc/8B0F0E843175FA8636105D6DD258780CAF55C229BD48FB4CBF87CA2DC9CBC6A6',
|
|
11513
11513
|
name: 'pInj (30Sep2024)',
|
|
@@ -11542,7 +11542,7 @@ const assets = {
|
|
|
11542
11542
|
aliases: ['p:inj:31Dec2024']
|
|
11543
11543
|
}, {
|
|
11544
11544
|
denom: 'pINJ31Dec2024',
|
|
11545
|
-
exponent:
|
|
11545
|
+
exponent: 18
|
|
11546
11546
|
}],
|
|
11547
11547
|
base: 'ibc/6E69F8A74F0B88080CC391B32152537079A41401A3217B7C45D94CA8BCA3DE5E',
|
|
11548
11548
|
name: 'pInj (31Dec2024)',
|
|
@@ -11577,7 +11577,7 @@ const assets = {
|
|
|
11577
11577
|
aliases: ['p:inj:31Dec2025']
|
|
11578
11578
|
}, {
|
|
11579
11579
|
denom: 'pINJ31Dec2025',
|
|
11580
|
-
exponent:
|
|
11580
|
+
exponent: 18
|
|
11581
11581
|
}],
|
|
11582
11582
|
base: 'ibc/13DA3E148B744650A3CDBDA8DB961B3718083C4285F8D3BDFD31A6E0355CE898',
|
|
11583
11583
|
name: 'pInj (31Dec2025)',
|
|
@@ -12129,6 +12129,76 @@ const assets = {
|
|
|
12129
12129
|
}
|
|
12130
12130
|
}]
|
|
12131
12131
|
},
|
|
12132
|
+
{
|
|
12133
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
12134
|
+
denom_units: [{
|
|
12135
|
+
denom: 'ibc/C218C175146321A4DD12151610714496AEBEC9C3809FBE96B75093B8BF129821',
|
|
12136
|
+
exponent: 0,
|
|
12137
|
+
aliases: ['p:utia:31Dec2024']
|
|
12138
|
+
}, {
|
|
12139
|
+
denom: 'pTIA31Dec2024',
|
|
12140
|
+
exponent: 6
|
|
12141
|
+
}],
|
|
12142
|
+
base: 'ibc/C218C175146321A4DD12151610714496AEBEC9C3809FBE96B75093B8BF129821',
|
|
12143
|
+
name: 'pTia (31Dec2024)',
|
|
12144
|
+
display: 'pTIA31Dec2024',
|
|
12145
|
+
symbol: 'pTIA-31Dec2024',
|
|
12146
|
+
logo_URIs: {
|
|
12147
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
12148
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
12149
|
+
},
|
|
12150
|
+
images: [{
|
|
12151
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
12152
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
12153
|
+
}],
|
|
12154
|
+
type_asset: 'sdk.coin',
|
|
12155
|
+
traces: [{
|
|
12156
|
+
type: 'ibc',
|
|
12157
|
+
counterparty: {
|
|
12158
|
+
channel_id: 'channel-2',
|
|
12159
|
+
base_denom: 'p:utia:31Dec2024',
|
|
12160
|
+
chain_name: 'pryzm'
|
|
12161
|
+
},
|
|
12162
|
+
chain: {
|
|
12163
|
+
channel_id: 'channel-75755'
|
|
12164
|
+
}
|
|
12165
|
+
}]
|
|
12166
|
+
},
|
|
12167
|
+
{
|
|
12168
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
12169
|
+
denom_units: [{
|
|
12170
|
+
denom: 'ibc/BF6687D844E1679FDA171D4F99FBCA51DBACB00EB599429E0F8F97A6498B8613',
|
|
12171
|
+
exponent: 0,
|
|
12172
|
+
aliases: ['p:utia:31Dec2025']
|
|
12173
|
+
}, {
|
|
12174
|
+
denom: 'pTIA31Dec2025',
|
|
12175
|
+
exponent: 6
|
|
12176
|
+
}],
|
|
12177
|
+
base: 'ibc/BF6687D844E1679FDA171D4F99FBCA51DBACB00EB599429E0F8F97A6498B8613',
|
|
12178
|
+
name: 'pTia (31Dec2025)',
|
|
12179
|
+
display: 'pTIA31Dec2025',
|
|
12180
|
+
symbol: 'pTIA-31Dec2025',
|
|
12181
|
+
logo_URIs: {
|
|
12182
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
12183
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
12184
|
+
},
|
|
12185
|
+
images: [{
|
|
12186
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
12187
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
12188
|
+
}],
|
|
12189
|
+
type_asset: 'sdk.coin',
|
|
12190
|
+
traces: [{
|
|
12191
|
+
type: 'ibc',
|
|
12192
|
+
counterparty: {
|
|
12193
|
+
channel_id: 'channel-2',
|
|
12194
|
+
base_denom: 'p:utia:31Dec2025',
|
|
12195
|
+
chain_name: 'pryzm'
|
|
12196
|
+
},
|
|
12197
|
+
chain: {
|
|
12198
|
+
channel_id: 'channel-75755'
|
|
12199
|
+
}
|
|
12200
|
+
}]
|
|
12201
|
+
},
|
|
12132
12202
|
{
|
|
12133
12203
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
12134
12204
|
denom_units: [{
|
|
@@ -12347,7 +12417,7 @@ const assets = {
|
|
|
12347
12417
|
aliases: ['y:inj:30Sep2024']
|
|
12348
12418
|
}, {
|
|
12349
12419
|
denom: 'yINJ30Sep2024',
|
|
12350
|
-
exponent:
|
|
12420
|
+
exponent: 18
|
|
12351
12421
|
}],
|
|
12352
12422
|
base: 'ibc/985F276338DB2A9949323E848A691029136E369C2316803868A71416F0FF1110',
|
|
12353
12423
|
name: 'yInj (30Sep2024)',
|
|
@@ -12382,7 +12452,7 @@ const assets = {
|
|
|
12382
12452
|
aliases: ['y:inj:31Dec2024']
|
|
12383
12453
|
}, {
|
|
12384
12454
|
denom: 'yINJ31Dec2024',
|
|
12385
|
-
exponent:
|
|
12455
|
+
exponent: 18
|
|
12386
12456
|
}],
|
|
12387
12457
|
base: 'ibc/D1077079798E5FB206FFB362D58F906DEB3E22739DAD341F4E3CC3F58D55F38A',
|
|
12388
12458
|
name: 'yInj (31Dec2024)',
|
|
@@ -12417,7 +12487,7 @@ const assets = {
|
|
|
12417
12487
|
aliases: ['y:inj:31Dec2025']
|
|
12418
12488
|
}, {
|
|
12419
12489
|
denom: 'yINJ31Dec2025',
|
|
12420
|
-
exponent:
|
|
12490
|
+
exponent: 18
|
|
12421
12491
|
}],
|
|
12422
12492
|
base: 'ibc/2F1734352BCD9544F244F710BFD93AA9443448A52E3B844066CE366BC7480CF0',
|
|
12423
12493
|
name: 'yInj (31Dec2025)',
|
|
@@ -12969,6 +13039,76 @@ const assets = {
|
|
|
12969
13039
|
}
|
|
12970
13040
|
}]
|
|
12971
13041
|
},
|
|
13042
|
+
{
|
|
13043
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
13044
|
+
denom_units: [{
|
|
13045
|
+
denom: 'ibc/E1A2E414EE76E2D13FE25C202F74550C580B602DF8D5D623A01A9F6CEB8DA7C4',
|
|
13046
|
+
exponent: 0,
|
|
13047
|
+
aliases: ['y:utia:31Dec2024']
|
|
13048
|
+
}, {
|
|
13049
|
+
denom: 'yTIA31Dec2024',
|
|
13050
|
+
exponent: 6
|
|
13051
|
+
}],
|
|
13052
|
+
base: 'ibc/E1A2E414EE76E2D13FE25C202F74550C580B602DF8D5D623A01A9F6CEB8DA7C4',
|
|
13053
|
+
name: 'yTia (31Dec2024)',
|
|
13054
|
+
display: 'yTIA31Dec2024',
|
|
13055
|
+
symbol: 'yTIA-31Dec2024',
|
|
13056
|
+
logo_URIs: {
|
|
13057
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
13058
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
13059
|
+
},
|
|
13060
|
+
images: [{
|
|
13061
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
13062
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
13063
|
+
}],
|
|
13064
|
+
type_asset: 'sdk.coin',
|
|
13065
|
+
traces: [{
|
|
13066
|
+
type: 'ibc',
|
|
13067
|
+
counterparty: {
|
|
13068
|
+
channel_id: 'channel-2',
|
|
13069
|
+
base_denom: 'y:utia:31Dec2024',
|
|
13070
|
+
chain_name: 'pryzm'
|
|
13071
|
+
},
|
|
13072
|
+
chain: {
|
|
13073
|
+
channel_id: 'channel-75755'
|
|
13074
|
+
}
|
|
13075
|
+
}]
|
|
13076
|
+
},
|
|
13077
|
+
{
|
|
13078
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
13079
|
+
denom_units: [{
|
|
13080
|
+
denom: 'ibc/C193D4053B5CBA315F714B97B18A0E549CE4C0CC9F291ABE947C3F824FC4BAB1',
|
|
13081
|
+
exponent: 0,
|
|
13082
|
+
aliases: ['y:utia:31Dec2025']
|
|
13083
|
+
}, {
|
|
13084
|
+
denom: 'yTIA31Dec2025',
|
|
13085
|
+
exponent: 6
|
|
13086
|
+
}],
|
|
13087
|
+
base: 'ibc/C193D4053B5CBA315F714B97B18A0E549CE4C0CC9F291ABE947C3F824FC4BAB1',
|
|
13088
|
+
name: 'yTia (31Dec2025)',
|
|
13089
|
+
display: 'yTIA31Dec2025',
|
|
13090
|
+
symbol: 'yTIA-31Dec2025',
|
|
13091
|
+
logo_URIs: {
|
|
13092
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
13093
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
13094
|
+
},
|
|
13095
|
+
images: [{
|
|
13096
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
13097
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
13098
|
+
}],
|
|
13099
|
+
type_asset: 'sdk.coin',
|
|
13100
|
+
traces: [{
|
|
13101
|
+
type: 'ibc',
|
|
13102
|
+
counterparty: {
|
|
13103
|
+
channel_id: 'channel-2',
|
|
13104
|
+
base_denom: 'y:utia:31Dec2025',
|
|
13105
|
+
chain_name: 'pryzm'
|
|
13106
|
+
},
|
|
13107
|
+
chain: {
|
|
13108
|
+
channel_id: 'channel-75755'
|
|
13109
|
+
}
|
|
13110
|
+
}]
|
|
13111
|
+
},
|
|
12972
13112
|
{
|
|
12973
13113
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
12974
13114
|
denom_units: [{
|
|
@@ -13117,7 +13257,7 @@ const assets = {
|
|
|
13117
13257
|
aliases: ['lp:1:inj']
|
|
13118
13258
|
}, {
|
|
13119
13259
|
denom: 'lp:1:INJ',
|
|
13120
|
-
exponent:
|
|
13260
|
+
exponent: 18
|
|
13121
13261
|
}],
|
|
13122
13262
|
base: 'ibc/9EC76A95DCC57A9ABFDDEC23E8EE901DB65897FC6C4828704C51DD93CB236E65',
|
|
13123
13263
|
name: 'INJ Yield LP',
|
|
@@ -13152,7 +13292,7 @@ const assets = {
|
|
|
13152
13292
|
aliases: ['lp:4:injypt-inj']
|
|
13153
13293
|
}, {
|
|
13154
13294
|
denom: 'lp:4:INJypt-INJ',
|
|
13155
|
-
exponent:
|
|
13295
|
+
exponent: 18
|
|
13156
13296
|
}],
|
|
13157
13297
|
base: 'ibc/636DF2E7F94984C061DB3C8CF5BD3E5360065FED21C14C38186B68713C1FD280',
|
|
13158
13298
|
name: 'INJ Boost LP',
|
|
@@ -13704,6 +13844,76 @@ const assets = {
|
|
|
13704
13844
|
}
|
|
13705
13845
|
}]
|
|
13706
13846
|
},
|
|
13847
|
+
{
|
|
13848
|
+
description: 'Pryzm\'s LP token for TIA Yield pool',
|
|
13849
|
+
denom_units: [{
|
|
13850
|
+
denom: 'ibc/9F5E65D9AFD2B2DA5B9377E6722484FE579241832286CD4DC138F1610F992D5C',
|
|
13851
|
+
exponent: 0,
|
|
13852
|
+
aliases: ['lp:24:utia']
|
|
13853
|
+
}, {
|
|
13854
|
+
denom: 'lp:24:tia',
|
|
13855
|
+
exponent: 6
|
|
13856
|
+
}],
|
|
13857
|
+
base: 'ibc/9F5E65D9AFD2B2DA5B9377E6722484FE579241832286CD4DC138F1610F992D5C',
|
|
13858
|
+
name: 'TIA Yield LP',
|
|
13859
|
+
display: 'lp:24:tia',
|
|
13860
|
+
symbol: 'TIA-YIELD-LP',
|
|
13861
|
+
logo_URIs: {
|
|
13862
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
13863
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
13864
|
+
},
|
|
13865
|
+
images: [{
|
|
13866
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
13867
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
13868
|
+
}],
|
|
13869
|
+
type_asset: 'sdk.coin',
|
|
13870
|
+
traces: [{
|
|
13871
|
+
type: 'ibc',
|
|
13872
|
+
counterparty: {
|
|
13873
|
+
channel_id: 'channel-2',
|
|
13874
|
+
base_denom: 'lp:24:utia',
|
|
13875
|
+
chain_name: 'pryzm'
|
|
13876
|
+
},
|
|
13877
|
+
chain: {
|
|
13878
|
+
channel_id: 'channel-75755'
|
|
13879
|
+
}
|
|
13880
|
+
}]
|
|
13881
|
+
},
|
|
13882
|
+
{
|
|
13883
|
+
description: 'Pryzm\'s LP token for TIA Boost pool',
|
|
13884
|
+
denom_units: [{
|
|
13885
|
+
denom: 'ibc/CD96D509B5BD856343A94CE82CB4AD38F41438AACC662DF0FB7DF4FE97B818E0',
|
|
13886
|
+
exponent: 0,
|
|
13887
|
+
aliases: ['lp:25:utiaypt-utia']
|
|
13888
|
+
}, {
|
|
13889
|
+
denom: 'lp:25:tiaypt-tia',
|
|
13890
|
+
exponent: 6
|
|
13891
|
+
}],
|
|
13892
|
+
base: 'ibc/CD96D509B5BD856343A94CE82CB4AD38F41438AACC662DF0FB7DF4FE97B818E0',
|
|
13893
|
+
name: 'TIA Boost LP',
|
|
13894
|
+
display: 'lp:25:tiaypt-tia',
|
|
13895
|
+
symbol: 'TIA-BOOST-LP',
|
|
13896
|
+
logo_URIs: {
|
|
13897
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
13898
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
13899
|
+
},
|
|
13900
|
+
images: [{
|
|
13901
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
13902
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
13903
|
+
}],
|
|
13904
|
+
type_asset: 'sdk.coin',
|
|
13905
|
+
traces: [{
|
|
13906
|
+
type: 'ibc',
|
|
13907
|
+
counterparty: {
|
|
13908
|
+
channel_id: 'channel-2',
|
|
13909
|
+
base_denom: 'lp:25:utiaypt-utia',
|
|
13910
|
+
chain_name: 'pryzm'
|
|
13911
|
+
},
|
|
13912
|
+
chain: {
|
|
13913
|
+
channel_id: 'channel-75755'
|
|
13914
|
+
}
|
|
13915
|
+
}]
|
|
13916
|
+
},
|
|
13707
13917
|
{
|
|
13708
13918
|
description: 'Pryzm\'s LP token for TIA / USDC pool',
|
|
13709
13919
|
denom_units: [{
|
|
@@ -16975,7 +17185,7 @@ const assets = {
|
|
|
16975
17185
|
aliases: ['p:inj:30Sep2024']
|
|
16976
17186
|
}, {
|
|
16977
17187
|
denom: 'pINJ30Sep2024',
|
|
16978
|
-
exponent:
|
|
17188
|
+
exponent: 18
|
|
16979
17189
|
}],
|
|
16980
17190
|
base: 'ibc/8B0F0E843175FA8636105D6DD258780CAF55C229BD48FB4CBF87CA2DC9CBC6A6',
|
|
16981
17191
|
name: 'pInj (30Sep2024)',
|
|
@@ -17010,7 +17220,7 @@ const assets = {
|
|
|
17010
17220
|
aliases: ['p:inj:31Dec2024']
|
|
17011
17221
|
}, {
|
|
17012
17222
|
denom: 'pINJ31Dec2024',
|
|
17013
|
-
exponent:
|
|
17223
|
+
exponent: 18
|
|
17014
17224
|
}],
|
|
17015
17225
|
base: 'ibc/6E69F8A74F0B88080CC391B32152537079A41401A3217B7C45D94CA8BCA3DE5E',
|
|
17016
17226
|
name: 'pInj (31Dec2024)',
|
|
@@ -17045,7 +17255,7 @@ const assets = {
|
|
|
17045
17255
|
aliases: ['p:inj:31Dec2025']
|
|
17046
17256
|
}, {
|
|
17047
17257
|
denom: 'pINJ31Dec2025',
|
|
17048
|
-
exponent:
|
|
17258
|
+
exponent: 18
|
|
17049
17259
|
}],
|
|
17050
17260
|
base: 'ibc/13DA3E148B744650A3CDBDA8DB961B3718083C4285F8D3BDFD31A6E0355CE898',
|
|
17051
17261
|
name: 'pInj (31Dec2025)',
|
|
@@ -17597,6 +17807,76 @@ const assets = {
|
|
|
17597
17807
|
}
|
|
17598
17808
|
}]
|
|
17599
17809
|
},
|
|
17810
|
+
{
|
|
17811
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
17812
|
+
denom_units: [{
|
|
17813
|
+
denom: 'ibc/C218C175146321A4DD12151610714496AEBEC9C3809FBE96B75093B8BF129821',
|
|
17814
|
+
exponent: 0,
|
|
17815
|
+
aliases: ['p:utia:31Dec2024']
|
|
17816
|
+
}, {
|
|
17817
|
+
denom: 'pTIA31Dec2024',
|
|
17818
|
+
exponent: 6
|
|
17819
|
+
}],
|
|
17820
|
+
base: 'ibc/C218C175146321A4DD12151610714496AEBEC9C3809FBE96B75093B8BF129821',
|
|
17821
|
+
name: 'pTia (31Dec2024)',
|
|
17822
|
+
display: 'pTIA31Dec2024',
|
|
17823
|
+
symbol: 'pTIA-31Dec2024',
|
|
17824
|
+
logo_URIs: {
|
|
17825
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
17826
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
17827
|
+
},
|
|
17828
|
+
images: [{
|
|
17829
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
17830
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
17831
|
+
}],
|
|
17832
|
+
type_asset: 'sdk.coin',
|
|
17833
|
+
traces: [{
|
|
17834
|
+
type: 'ibc',
|
|
17835
|
+
counterparty: {
|
|
17836
|
+
channel_id: 'channel-2',
|
|
17837
|
+
base_denom: 'p:utia:31Dec2024',
|
|
17838
|
+
chain_name: 'pryzm'
|
|
17839
|
+
},
|
|
17840
|
+
chain: {
|
|
17841
|
+
channel_id: 'channel-75755'
|
|
17842
|
+
}
|
|
17843
|
+
}]
|
|
17844
|
+
},
|
|
17845
|
+
{
|
|
17846
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
17847
|
+
denom_units: [{
|
|
17848
|
+
denom: 'ibc/BF6687D844E1679FDA171D4F99FBCA51DBACB00EB599429E0F8F97A6498B8613',
|
|
17849
|
+
exponent: 0,
|
|
17850
|
+
aliases: ['p:utia:31Dec2025']
|
|
17851
|
+
}, {
|
|
17852
|
+
denom: 'pTIA31Dec2025',
|
|
17853
|
+
exponent: 6
|
|
17854
|
+
}],
|
|
17855
|
+
base: 'ibc/BF6687D844E1679FDA171D4F99FBCA51DBACB00EB599429E0F8F97A6498B8613',
|
|
17856
|
+
name: 'pTia (31Dec2025)',
|
|
17857
|
+
display: 'pTIA31Dec2025',
|
|
17858
|
+
symbol: 'pTIA-31Dec2025',
|
|
17859
|
+
logo_URIs: {
|
|
17860
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
17861
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
17862
|
+
},
|
|
17863
|
+
images: [{
|
|
17864
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
17865
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
17866
|
+
}],
|
|
17867
|
+
type_asset: 'sdk.coin',
|
|
17868
|
+
traces: [{
|
|
17869
|
+
type: 'ibc',
|
|
17870
|
+
counterparty: {
|
|
17871
|
+
channel_id: 'channel-2',
|
|
17872
|
+
base_denom: 'p:utia:31Dec2025',
|
|
17873
|
+
chain_name: 'pryzm'
|
|
17874
|
+
},
|
|
17875
|
+
chain: {
|
|
17876
|
+
channel_id: 'channel-75755'
|
|
17877
|
+
}
|
|
17878
|
+
}]
|
|
17879
|
+
},
|
|
17600
17880
|
{
|
|
17601
17881
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
17602
17882
|
denom_units: [{
|
|
@@ -17815,7 +18095,7 @@ const assets = {
|
|
|
17815
18095
|
aliases: ['y:inj:30Sep2024']
|
|
17816
18096
|
}, {
|
|
17817
18097
|
denom: 'yINJ30Sep2024',
|
|
17818
|
-
exponent:
|
|
18098
|
+
exponent: 18
|
|
17819
18099
|
}],
|
|
17820
18100
|
base: 'ibc/985F276338DB2A9949323E848A691029136E369C2316803868A71416F0FF1110',
|
|
17821
18101
|
name: 'yInj (30Sep2024)',
|
|
@@ -17850,7 +18130,7 @@ const assets = {
|
|
|
17850
18130
|
aliases: ['y:inj:31Dec2024']
|
|
17851
18131
|
}, {
|
|
17852
18132
|
denom: 'yINJ31Dec2024',
|
|
17853
|
-
exponent:
|
|
18133
|
+
exponent: 18
|
|
17854
18134
|
}],
|
|
17855
18135
|
base: 'ibc/D1077079798E5FB206FFB362D58F906DEB3E22739DAD341F4E3CC3F58D55F38A',
|
|
17856
18136
|
name: 'yInj (31Dec2024)',
|
|
@@ -17885,7 +18165,7 @@ const assets = {
|
|
|
17885
18165
|
aliases: ['y:inj:31Dec2025']
|
|
17886
18166
|
}, {
|
|
17887
18167
|
denom: 'yINJ31Dec2025',
|
|
17888
|
-
exponent:
|
|
18168
|
+
exponent: 18
|
|
17889
18169
|
}],
|
|
17890
18170
|
base: 'ibc/2F1734352BCD9544F244F710BFD93AA9443448A52E3B844066CE366BC7480CF0',
|
|
17891
18171
|
name: 'yInj (31Dec2025)',
|
|
@@ -18437,6 +18717,76 @@ const assets = {
|
|
|
18437
18717
|
}
|
|
18438
18718
|
}]
|
|
18439
18719
|
},
|
|
18720
|
+
{
|
|
18721
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
18722
|
+
denom_units: [{
|
|
18723
|
+
denom: 'ibc/E1A2E414EE76E2D13FE25C202F74550C580B602DF8D5D623A01A9F6CEB8DA7C4',
|
|
18724
|
+
exponent: 0,
|
|
18725
|
+
aliases: ['y:utia:31Dec2024']
|
|
18726
|
+
}, {
|
|
18727
|
+
denom: 'yTIA31Dec2024',
|
|
18728
|
+
exponent: 6
|
|
18729
|
+
}],
|
|
18730
|
+
base: 'ibc/E1A2E414EE76E2D13FE25C202F74550C580B602DF8D5D623A01A9F6CEB8DA7C4',
|
|
18731
|
+
name: 'yTia (31Dec2024)',
|
|
18732
|
+
display: 'yTIA31Dec2024',
|
|
18733
|
+
symbol: 'yTIA-31Dec2024',
|
|
18734
|
+
logo_URIs: {
|
|
18735
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
18736
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
18737
|
+
},
|
|
18738
|
+
images: [{
|
|
18739
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
18740
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
18741
|
+
}],
|
|
18742
|
+
type_asset: 'sdk.coin',
|
|
18743
|
+
traces: [{
|
|
18744
|
+
type: 'ibc',
|
|
18745
|
+
counterparty: {
|
|
18746
|
+
channel_id: 'channel-2',
|
|
18747
|
+
base_denom: 'y:utia:31Dec2024',
|
|
18748
|
+
chain_name: 'pryzm'
|
|
18749
|
+
},
|
|
18750
|
+
chain: {
|
|
18751
|
+
channel_id: 'channel-75755'
|
|
18752
|
+
}
|
|
18753
|
+
}]
|
|
18754
|
+
},
|
|
18755
|
+
{
|
|
18756
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
18757
|
+
denom_units: [{
|
|
18758
|
+
denom: 'ibc/C193D4053B5CBA315F714B97B18A0E549CE4C0CC9F291ABE947C3F824FC4BAB1',
|
|
18759
|
+
exponent: 0,
|
|
18760
|
+
aliases: ['y:utia:31Dec2025']
|
|
18761
|
+
}, {
|
|
18762
|
+
denom: 'yTIA31Dec2025',
|
|
18763
|
+
exponent: 6
|
|
18764
|
+
}],
|
|
18765
|
+
base: 'ibc/C193D4053B5CBA315F714B97B18A0E549CE4C0CC9F291ABE947C3F824FC4BAB1',
|
|
18766
|
+
name: 'yTia (31Dec2025)',
|
|
18767
|
+
display: 'yTIA31Dec2025',
|
|
18768
|
+
symbol: 'yTIA-31Dec2025',
|
|
18769
|
+
logo_URIs: {
|
|
18770
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
18771
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
18772
|
+
},
|
|
18773
|
+
images: [{
|
|
18774
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
18775
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
18776
|
+
}],
|
|
18777
|
+
type_asset: 'sdk.coin',
|
|
18778
|
+
traces: [{
|
|
18779
|
+
type: 'ibc',
|
|
18780
|
+
counterparty: {
|
|
18781
|
+
channel_id: 'channel-2',
|
|
18782
|
+
base_denom: 'y:utia:31Dec2025',
|
|
18783
|
+
chain_name: 'pryzm'
|
|
18784
|
+
},
|
|
18785
|
+
chain: {
|
|
18786
|
+
channel_id: 'channel-75755'
|
|
18787
|
+
}
|
|
18788
|
+
}]
|
|
18789
|
+
},
|
|
18440
18790
|
{
|
|
18441
18791
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
18442
18792
|
denom_units: [{
|
|
@@ -18585,7 +18935,7 @@ const assets = {
|
|
|
18585
18935
|
aliases: ['lp:1:inj']
|
|
18586
18936
|
}, {
|
|
18587
18937
|
denom: 'lp:1:INJ',
|
|
18588
|
-
exponent:
|
|
18938
|
+
exponent: 18
|
|
18589
18939
|
}],
|
|
18590
18940
|
base: 'ibc/9EC76A95DCC57A9ABFDDEC23E8EE901DB65897FC6C4828704C51DD93CB236E65',
|
|
18591
18941
|
name: 'INJ Yield LP',
|
|
@@ -18620,7 +18970,7 @@ const assets = {
|
|
|
18620
18970
|
aliases: ['lp:4:injypt-inj']
|
|
18621
18971
|
}, {
|
|
18622
18972
|
denom: 'lp:4:INJypt-INJ',
|
|
18623
|
-
exponent:
|
|
18973
|
+
exponent: 18
|
|
18624
18974
|
}],
|
|
18625
18975
|
base: 'ibc/636DF2E7F94984C061DB3C8CF5BD3E5360065FED21C14C38186B68713C1FD280',
|
|
18626
18976
|
name: 'INJ Boost LP',
|
|
@@ -19172,6 +19522,76 @@ const assets = {
|
|
|
19172
19522
|
}
|
|
19173
19523
|
}]
|
|
19174
19524
|
},
|
|
19525
|
+
{
|
|
19526
|
+
description: 'Pryzm\'s LP token for TIA Yield pool',
|
|
19527
|
+
denom_units: [{
|
|
19528
|
+
denom: 'ibc/9F5E65D9AFD2B2DA5B9377E6722484FE579241832286CD4DC138F1610F992D5C',
|
|
19529
|
+
exponent: 0,
|
|
19530
|
+
aliases: ['lp:24:utia']
|
|
19531
|
+
}, {
|
|
19532
|
+
denom: 'lp:24:tia',
|
|
19533
|
+
exponent: 6
|
|
19534
|
+
}],
|
|
19535
|
+
base: 'ibc/9F5E65D9AFD2B2DA5B9377E6722484FE579241832286CD4DC138F1610F992D5C',
|
|
19536
|
+
name: 'TIA Yield LP',
|
|
19537
|
+
display: 'lp:24:tia',
|
|
19538
|
+
symbol: 'TIA-YIELD-LP',
|
|
19539
|
+
logo_URIs: {
|
|
19540
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
19541
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
19542
|
+
},
|
|
19543
|
+
images: [{
|
|
19544
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
19545
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
19546
|
+
}],
|
|
19547
|
+
type_asset: 'sdk.coin',
|
|
19548
|
+
traces: [{
|
|
19549
|
+
type: 'ibc',
|
|
19550
|
+
counterparty: {
|
|
19551
|
+
channel_id: 'channel-2',
|
|
19552
|
+
base_denom: 'lp:24:utia',
|
|
19553
|
+
chain_name: 'pryzm'
|
|
19554
|
+
},
|
|
19555
|
+
chain: {
|
|
19556
|
+
channel_id: 'channel-75755'
|
|
19557
|
+
}
|
|
19558
|
+
}]
|
|
19559
|
+
},
|
|
19560
|
+
{
|
|
19561
|
+
description: 'Pryzm\'s LP token for TIA Boost pool',
|
|
19562
|
+
denom_units: [{
|
|
19563
|
+
denom: 'ibc/CD96D509B5BD856343A94CE82CB4AD38F41438AACC662DF0FB7DF4FE97B818E0',
|
|
19564
|
+
exponent: 0,
|
|
19565
|
+
aliases: ['lp:25:utiaypt-utia']
|
|
19566
|
+
}, {
|
|
19567
|
+
denom: 'lp:25:tiaypt-tia',
|
|
19568
|
+
exponent: 6
|
|
19569
|
+
}],
|
|
19570
|
+
base: 'ibc/CD96D509B5BD856343A94CE82CB4AD38F41438AACC662DF0FB7DF4FE97B818E0',
|
|
19571
|
+
name: 'TIA Boost LP',
|
|
19572
|
+
display: 'lp:25:tiaypt-tia',
|
|
19573
|
+
symbol: 'TIA-BOOST-LP',
|
|
19574
|
+
logo_URIs: {
|
|
19575
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
19576
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
19577
|
+
},
|
|
19578
|
+
images: [{
|
|
19579
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
19580
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
19581
|
+
}],
|
|
19582
|
+
type_asset: 'sdk.coin',
|
|
19583
|
+
traces: [{
|
|
19584
|
+
type: 'ibc',
|
|
19585
|
+
counterparty: {
|
|
19586
|
+
channel_id: 'channel-2',
|
|
19587
|
+
base_denom: 'lp:25:utiaypt-utia',
|
|
19588
|
+
chain_name: 'pryzm'
|
|
19589
|
+
},
|
|
19590
|
+
chain: {
|
|
19591
|
+
channel_id: 'channel-75755'
|
|
19592
|
+
}
|
|
19593
|
+
}]
|
|
19594
|
+
},
|
|
19175
19595
|
{
|
|
19176
19596
|
description: 'Pryzm\'s LP token for TIA / USDC pool',
|
|
19177
19597
|
denom_units: [{
|