@chain-registry/assets 1.70.284 → 1.70.285
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 +140 -0
- package/esm/mainnet/celestia.js +140 -0
- package/esm/mainnet/cosmoshub.js +140 -0
- package/esm/mainnet/dydx.js +140 -0
- package/esm/mainnet/injective.js +140 -0
- package/esm/mainnet/neutron.js +140 -0
- package/esm/mainnet/noble.js +140 -0
- package/esm/mainnet/osmosis.js +140 -0
- package/esm/mainnet/stride.js +140 -0
- package/esm/mainnet/terra2.js +140 -0
- package/mainnet/axelar.js +140 -0
- package/mainnet/celestia.js +140 -0
- package/mainnet/cosmoshub.js +140 -0
- package/mainnet/dydx.js +140 -0
- package/mainnet/injective.js +140 -0
- package/mainnet/neutron.js +140 -0
- package/mainnet/noble.js +140 -0
- package/mainnet/osmosis.js +140 -0
- package/mainnet/stride.js +140 -0
- package/mainnet/terra2.js +140 -0
- package/package.json +5 -5
package/mainnet/noble.js
CHANGED
|
@@ -12247,6 +12247,76 @@ const assets = {
|
|
|
12247
12247
|
}
|
|
12248
12248
|
}]
|
|
12249
12249
|
},
|
|
12250
|
+
{
|
|
12251
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
12252
|
+
denom_units: [{
|
|
12253
|
+
denom: 'ibc/7CE24C62C9DE9DC01452009F616BA04FB899A645718B84B52C6536782C8D9D66',
|
|
12254
|
+
exponent: 0,
|
|
12255
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
12256
|
+
}, {
|
|
12257
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
12258
|
+
exponent: 6
|
|
12259
|
+
}],
|
|
12260
|
+
base: 'ibc/7CE24C62C9DE9DC01452009F616BA04FB899A645718B84B52C6536782C8D9D66',
|
|
12261
|
+
name: 'PRYZM Base LP',
|
|
12262
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
12263
|
+
symbol: 'PRYZM-BASE-LP',
|
|
12264
|
+
logo_URIs: {
|
|
12265
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
12266
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
12267
|
+
},
|
|
12268
|
+
images: [{
|
|
12269
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
12270
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
12271
|
+
}],
|
|
12272
|
+
type_asset: 'sdk.coin',
|
|
12273
|
+
traces: [{
|
|
12274
|
+
type: 'ibc',
|
|
12275
|
+
counterparty: {
|
|
12276
|
+
channel_id: 'channel-5',
|
|
12277
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
12278
|
+
chain_name: 'pryzm'
|
|
12279
|
+
},
|
|
12280
|
+
chain: {
|
|
12281
|
+
channel_id: 'channel-79'
|
|
12282
|
+
}
|
|
12283
|
+
}]
|
|
12284
|
+
},
|
|
12285
|
+
{
|
|
12286
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
12287
|
+
denom_units: [{
|
|
12288
|
+
denom: 'ibc/3F25F0E4C8C198CEE18299F5D5FE8DF458D5F2903327751844EE266F7C15EC6B',
|
|
12289
|
+
exponent: 0,
|
|
12290
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
12291
|
+
}, {
|
|
12292
|
+
denom: 'lp:35:pryzm-usdc',
|
|
12293
|
+
exponent: 6
|
|
12294
|
+
}],
|
|
12295
|
+
base: 'ibc/3F25F0E4C8C198CEE18299F5D5FE8DF458D5F2903327751844EE266F7C15EC6B',
|
|
12296
|
+
name: 'PRYZM / USDC LP',
|
|
12297
|
+
display: 'lp:35:pryzm-usdc',
|
|
12298
|
+
symbol: 'PRYZM-USDC-LP',
|
|
12299
|
+
logo_URIs: {
|
|
12300
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
12301
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
12302
|
+
},
|
|
12303
|
+
images: [{
|
|
12304
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
12305
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
12306
|
+
}],
|
|
12307
|
+
type_asset: 'sdk.coin',
|
|
12308
|
+
traces: [{
|
|
12309
|
+
type: 'ibc',
|
|
12310
|
+
counterparty: {
|
|
12311
|
+
channel_id: 'channel-5',
|
|
12312
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
12313
|
+
chain_name: 'pryzm'
|
|
12314
|
+
},
|
|
12315
|
+
chain: {
|
|
12316
|
+
channel_id: 'channel-79'
|
|
12317
|
+
}
|
|
12318
|
+
}]
|
|
12319
|
+
},
|
|
12250
12320
|
{
|
|
12251
12321
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
12252
12322
|
denom_units: [{
|
|
@@ -21059,6 +21129,76 @@ const assets = {
|
|
|
21059
21129
|
}
|
|
21060
21130
|
}]
|
|
21061
21131
|
},
|
|
21132
|
+
{
|
|
21133
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
21134
|
+
denom_units: [{
|
|
21135
|
+
denom: 'ibc/7CE24C62C9DE9DC01452009F616BA04FB899A645718B84B52C6536782C8D9D66',
|
|
21136
|
+
exponent: 0,
|
|
21137
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
21138
|
+
}, {
|
|
21139
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
21140
|
+
exponent: 6
|
|
21141
|
+
}],
|
|
21142
|
+
base: 'ibc/7CE24C62C9DE9DC01452009F616BA04FB899A645718B84B52C6536782C8D9D66',
|
|
21143
|
+
name: 'PRYZM Base LP',
|
|
21144
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
21145
|
+
symbol: 'PRYZM-BASE-LP',
|
|
21146
|
+
logo_URIs: {
|
|
21147
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
21148
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
21149
|
+
},
|
|
21150
|
+
images: [{
|
|
21151
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
21152
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
21153
|
+
}],
|
|
21154
|
+
type_asset: 'sdk.coin',
|
|
21155
|
+
traces: [{
|
|
21156
|
+
type: 'ibc',
|
|
21157
|
+
counterparty: {
|
|
21158
|
+
channel_id: 'channel-5',
|
|
21159
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
21160
|
+
chain_name: 'pryzm'
|
|
21161
|
+
},
|
|
21162
|
+
chain: {
|
|
21163
|
+
channel_id: 'channel-79'
|
|
21164
|
+
}
|
|
21165
|
+
}]
|
|
21166
|
+
},
|
|
21167
|
+
{
|
|
21168
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
21169
|
+
denom_units: [{
|
|
21170
|
+
denom: 'ibc/3F25F0E4C8C198CEE18299F5D5FE8DF458D5F2903327751844EE266F7C15EC6B',
|
|
21171
|
+
exponent: 0,
|
|
21172
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
21173
|
+
}, {
|
|
21174
|
+
denom: 'lp:35:pryzm-usdc',
|
|
21175
|
+
exponent: 6
|
|
21176
|
+
}],
|
|
21177
|
+
base: 'ibc/3F25F0E4C8C198CEE18299F5D5FE8DF458D5F2903327751844EE266F7C15EC6B',
|
|
21178
|
+
name: 'PRYZM / USDC LP',
|
|
21179
|
+
display: 'lp:35:pryzm-usdc',
|
|
21180
|
+
symbol: 'PRYZM-USDC-LP',
|
|
21181
|
+
logo_URIs: {
|
|
21182
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
21183
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
21184
|
+
},
|
|
21185
|
+
images: [{
|
|
21186
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
21187
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
21188
|
+
}],
|
|
21189
|
+
type_asset: 'sdk.coin',
|
|
21190
|
+
traces: [{
|
|
21191
|
+
type: 'ibc',
|
|
21192
|
+
counterparty: {
|
|
21193
|
+
channel_id: 'channel-5',
|
|
21194
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
21195
|
+
chain_name: 'pryzm'
|
|
21196
|
+
},
|
|
21197
|
+
chain: {
|
|
21198
|
+
channel_id: 'channel-79'
|
|
21199
|
+
}
|
|
21200
|
+
}]
|
|
21201
|
+
},
|
|
21062
21202
|
{
|
|
21063
21203
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
21064
21204
|
denom_units: [{
|
package/mainnet/osmosis.js
CHANGED
|
@@ -20133,6 +20133,76 @@ const assets = {
|
|
|
20133
20133
|
}
|
|
20134
20134
|
}]
|
|
20135
20135
|
},
|
|
20136
|
+
{
|
|
20137
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
20138
|
+
denom_units: [{
|
|
20139
|
+
denom: 'ibc/A0F802310D3249FE01A3B0EB966ED330C6A09F24CE42766B7EA8C26A1E00E0B1',
|
|
20140
|
+
exponent: 0,
|
|
20141
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
20142
|
+
}, {
|
|
20143
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
20144
|
+
exponent: 6
|
|
20145
|
+
}],
|
|
20146
|
+
base: 'ibc/A0F802310D3249FE01A3B0EB966ED330C6A09F24CE42766B7EA8C26A1E00E0B1',
|
|
20147
|
+
name: 'PRYZM Base LP',
|
|
20148
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
20149
|
+
symbol: 'PRYZM-BASE-LP',
|
|
20150
|
+
logo_URIs: {
|
|
20151
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
20152
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
20153
|
+
},
|
|
20154
|
+
images: [{
|
|
20155
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
20156
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
20157
|
+
}],
|
|
20158
|
+
type_asset: 'sdk.coin',
|
|
20159
|
+
traces: [{
|
|
20160
|
+
type: 'ibc',
|
|
20161
|
+
counterparty: {
|
|
20162
|
+
channel_id: 'channel-2',
|
|
20163
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
20164
|
+
chain_name: 'pryzm'
|
|
20165
|
+
},
|
|
20166
|
+
chain: {
|
|
20167
|
+
channel_id: 'channel-75755'
|
|
20168
|
+
}
|
|
20169
|
+
}]
|
|
20170
|
+
},
|
|
20171
|
+
{
|
|
20172
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
20173
|
+
denom_units: [{
|
|
20174
|
+
denom: 'ibc/AAFBAE8D78167243B324C1FF4E0D1E426A78010264C8315CBA57F98A44CF66DC',
|
|
20175
|
+
exponent: 0,
|
|
20176
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
20177
|
+
}, {
|
|
20178
|
+
denom: 'lp:35:pryzm-usdc',
|
|
20179
|
+
exponent: 6
|
|
20180
|
+
}],
|
|
20181
|
+
base: 'ibc/AAFBAE8D78167243B324C1FF4E0D1E426A78010264C8315CBA57F98A44CF66DC',
|
|
20182
|
+
name: 'PRYZM / USDC LP',
|
|
20183
|
+
display: 'lp:35:pryzm-usdc',
|
|
20184
|
+
symbol: 'PRYZM-USDC-LP',
|
|
20185
|
+
logo_URIs: {
|
|
20186
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
20187
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
20188
|
+
},
|
|
20189
|
+
images: [{
|
|
20190
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
20191
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
20192
|
+
}],
|
|
20193
|
+
type_asset: 'sdk.coin',
|
|
20194
|
+
traces: [{
|
|
20195
|
+
type: 'ibc',
|
|
20196
|
+
counterparty: {
|
|
20197
|
+
channel_id: 'channel-2',
|
|
20198
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
20199
|
+
chain_name: 'pryzm'
|
|
20200
|
+
},
|
|
20201
|
+
chain: {
|
|
20202
|
+
channel_id: 'channel-75755'
|
|
20203
|
+
}
|
|
20204
|
+
}]
|
|
20205
|
+
},
|
|
20136
20206
|
{
|
|
20137
20207
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
20138
20208
|
denom_units: [{
|
|
@@ -30152,6 +30222,76 @@ const assets = {
|
|
|
30152
30222
|
}
|
|
30153
30223
|
}]
|
|
30154
30224
|
},
|
|
30225
|
+
{
|
|
30226
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
30227
|
+
denom_units: [{
|
|
30228
|
+
denom: 'ibc/A0F802310D3249FE01A3B0EB966ED330C6A09F24CE42766B7EA8C26A1E00E0B1',
|
|
30229
|
+
exponent: 0,
|
|
30230
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
30231
|
+
}, {
|
|
30232
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
30233
|
+
exponent: 6
|
|
30234
|
+
}],
|
|
30235
|
+
base: 'ibc/A0F802310D3249FE01A3B0EB966ED330C6A09F24CE42766B7EA8C26A1E00E0B1',
|
|
30236
|
+
name: 'PRYZM Base LP',
|
|
30237
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
30238
|
+
symbol: 'PRYZM-BASE-LP',
|
|
30239
|
+
logo_URIs: {
|
|
30240
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
30241
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
30242
|
+
},
|
|
30243
|
+
images: [{
|
|
30244
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
30245
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
30246
|
+
}],
|
|
30247
|
+
type_asset: 'sdk.coin',
|
|
30248
|
+
traces: [{
|
|
30249
|
+
type: 'ibc',
|
|
30250
|
+
counterparty: {
|
|
30251
|
+
channel_id: 'channel-2',
|
|
30252
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
30253
|
+
chain_name: 'pryzm'
|
|
30254
|
+
},
|
|
30255
|
+
chain: {
|
|
30256
|
+
channel_id: 'channel-75755'
|
|
30257
|
+
}
|
|
30258
|
+
}]
|
|
30259
|
+
},
|
|
30260
|
+
{
|
|
30261
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
30262
|
+
denom_units: [{
|
|
30263
|
+
denom: 'ibc/AAFBAE8D78167243B324C1FF4E0D1E426A78010264C8315CBA57F98A44CF66DC',
|
|
30264
|
+
exponent: 0,
|
|
30265
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
30266
|
+
}, {
|
|
30267
|
+
denom: 'lp:35:pryzm-usdc',
|
|
30268
|
+
exponent: 6
|
|
30269
|
+
}],
|
|
30270
|
+
base: 'ibc/AAFBAE8D78167243B324C1FF4E0D1E426A78010264C8315CBA57F98A44CF66DC',
|
|
30271
|
+
name: 'PRYZM / USDC LP',
|
|
30272
|
+
display: 'lp:35:pryzm-usdc',
|
|
30273
|
+
symbol: 'PRYZM-USDC-LP',
|
|
30274
|
+
logo_URIs: {
|
|
30275
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
30276
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
30277
|
+
},
|
|
30278
|
+
images: [{
|
|
30279
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
30280
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
30281
|
+
}],
|
|
30282
|
+
type_asset: 'sdk.coin',
|
|
30283
|
+
traces: [{
|
|
30284
|
+
type: 'ibc',
|
|
30285
|
+
counterparty: {
|
|
30286
|
+
channel_id: 'channel-2',
|
|
30287
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
30288
|
+
chain_name: 'pryzm'
|
|
30289
|
+
},
|
|
30290
|
+
chain: {
|
|
30291
|
+
channel_id: 'channel-75755'
|
|
30292
|
+
}
|
|
30293
|
+
}]
|
|
30294
|
+
},
|
|
30155
30295
|
{
|
|
30156
30296
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
30157
30297
|
denom_units: [{
|
package/mainnet/stride.js
CHANGED
|
@@ -8384,6 +8384,76 @@ const assets = {
|
|
|
8384
8384
|
}
|
|
8385
8385
|
}]
|
|
8386
8386
|
},
|
|
8387
|
+
{
|
|
8388
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
8389
|
+
denom_units: [{
|
|
8390
|
+
denom: 'ibc/16FE4C8035679C4ABDA9A7D94A6130041A65AE31EDA06229587E6176ACAB2D7B',
|
|
8391
|
+
exponent: 0,
|
|
8392
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
8393
|
+
}, {
|
|
8394
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
8395
|
+
exponent: 6
|
|
8396
|
+
}],
|
|
8397
|
+
base: 'ibc/16FE4C8035679C4ABDA9A7D94A6130041A65AE31EDA06229587E6176ACAB2D7B',
|
|
8398
|
+
name: 'PRYZM Base LP',
|
|
8399
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
8400
|
+
symbol: 'PRYZM-BASE-LP',
|
|
8401
|
+
logo_URIs: {
|
|
8402
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8403
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8404
|
+
},
|
|
8405
|
+
images: [{
|
|
8406
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8407
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8408
|
+
}],
|
|
8409
|
+
type_asset: 'sdk.coin',
|
|
8410
|
+
traces: [{
|
|
8411
|
+
type: 'ibc',
|
|
8412
|
+
counterparty: {
|
|
8413
|
+
channel_id: 'channel-23',
|
|
8414
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
8415
|
+
chain_name: 'pryzm'
|
|
8416
|
+
},
|
|
8417
|
+
chain: {
|
|
8418
|
+
channel_id: 'channel-257'
|
|
8419
|
+
}
|
|
8420
|
+
}]
|
|
8421
|
+
},
|
|
8422
|
+
{
|
|
8423
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
8424
|
+
denom_units: [{
|
|
8425
|
+
denom: 'ibc/5BBE58431CE0DAC6FE661B8EC2C0BAC01311592CE57CE9A87C5272A2300A6148',
|
|
8426
|
+
exponent: 0,
|
|
8427
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
8428
|
+
}, {
|
|
8429
|
+
denom: 'lp:35:pryzm-usdc',
|
|
8430
|
+
exponent: 6
|
|
8431
|
+
}],
|
|
8432
|
+
base: 'ibc/5BBE58431CE0DAC6FE661B8EC2C0BAC01311592CE57CE9A87C5272A2300A6148',
|
|
8433
|
+
name: 'PRYZM / USDC LP',
|
|
8434
|
+
display: 'lp:35:pryzm-usdc',
|
|
8435
|
+
symbol: 'PRYZM-USDC-LP',
|
|
8436
|
+
logo_URIs: {
|
|
8437
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8438
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8439
|
+
},
|
|
8440
|
+
images: [{
|
|
8441
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8442
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8443
|
+
}],
|
|
8444
|
+
type_asset: 'sdk.coin',
|
|
8445
|
+
traces: [{
|
|
8446
|
+
type: 'ibc',
|
|
8447
|
+
counterparty: {
|
|
8448
|
+
channel_id: 'channel-23',
|
|
8449
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
8450
|
+
chain_name: 'pryzm'
|
|
8451
|
+
},
|
|
8452
|
+
chain: {
|
|
8453
|
+
channel_id: 'channel-257'
|
|
8454
|
+
}
|
|
8455
|
+
}]
|
|
8456
|
+
},
|
|
8387
8457
|
{
|
|
8388
8458
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
8389
8459
|
denom_units: [{
|
|
@@ -17205,6 +17275,76 @@ const assets = {
|
|
|
17205
17275
|
}
|
|
17206
17276
|
}]
|
|
17207
17277
|
},
|
|
17278
|
+
{
|
|
17279
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
17280
|
+
denom_units: [{
|
|
17281
|
+
denom: 'ibc/16FE4C8035679C4ABDA9A7D94A6130041A65AE31EDA06229587E6176ACAB2D7B',
|
|
17282
|
+
exponent: 0,
|
|
17283
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
17284
|
+
}, {
|
|
17285
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
17286
|
+
exponent: 6
|
|
17287
|
+
}],
|
|
17288
|
+
base: 'ibc/16FE4C8035679C4ABDA9A7D94A6130041A65AE31EDA06229587E6176ACAB2D7B',
|
|
17289
|
+
name: 'PRYZM Base LP',
|
|
17290
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
17291
|
+
symbol: 'PRYZM-BASE-LP',
|
|
17292
|
+
logo_URIs: {
|
|
17293
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
17294
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
17295
|
+
},
|
|
17296
|
+
images: [{
|
|
17297
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
17298
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
17299
|
+
}],
|
|
17300
|
+
type_asset: 'sdk.coin',
|
|
17301
|
+
traces: [{
|
|
17302
|
+
type: 'ibc',
|
|
17303
|
+
counterparty: {
|
|
17304
|
+
channel_id: 'channel-23',
|
|
17305
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
17306
|
+
chain_name: 'pryzm'
|
|
17307
|
+
},
|
|
17308
|
+
chain: {
|
|
17309
|
+
channel_id: 'channel-257'
|
|
17310
|
+
}
|
|
17311
|
+
}]
|
|
17312
|
+
},
|
|
17313
|
+
{
|
|
17314
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
17315
|
+
denom_units: [{
|
|
17316
|
+
denom: 'ibc/5BBE58431CE0DAC6FE661B8EC2C0BAC01311592CE57CE9A87C5272A2300A6148',
|
|
17317
|
+
exponent: 0,
|
|
17318
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
17319
|
+
}, {
|
|
17320
|
+
denom: 'lp:35:pryzm-usdc',
|
|
17321
|
+
exponent: 6
|
|
17322
|
+
}],
|
|
17323
|
+
base: 'ibc/5BBE58431CE0DAC6FE661B8EC2C0BAC01311592CE57CE9A87C5272A2300A6148',
|
|
17324
|
+
name: 'PRYZM / USDC LP',
|
|
17325
|
+
display: 'lp:35:pryzm-usdc',
|
|
17326
|
+
symbol: 'PRYZM-USDC-LP',
|
|
17327
|
+
logo_URIs: {
|
|
17328
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
17329
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
17330
|
+
},
|
|
17331
|
+
images: [{
|
|
17332
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
17333
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
17334
|
+
}],
|
|
17335
|
+
type_asset: 'sdk.coin',
|
|
17336
|
+
traces: [{
|
|
17337
|
+
type: 'ibc',
|
|
17338
|
+
counterparty: {
|
|
17339
|
+
channel_id: 'channel-23',
|
|
17340
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
17341
|
+
chain_name: 'pryzm'
|
|
17342
|
+
},
|
|
17343
|
+
chain: {
|
|
17344
|
+
channel_id: 'channel-257'
|
|
17345
|
+
}
|
|
17346
|
+
}]
|
|
17347
|
+
},
|
|
17208
17348
|
{
|
|
17209
17349
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
17210
17350
|
denom_units: [{
|
package/mainnet/terra2.js
CHANGED
|
@@ -8571,6 +8571,76 @@ const assets = {
|
|
|
8571
8571
|
}
|
|
8572
8572
|
}]
|
|
8573
8573
|
},
|
|
8574
|
+
{
|
|
8575
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
8576
|
+
denom_units: [{
|
|
8577
|
+
denom: 'ibc/69B5AA3A2738DEABACFE870D4D505A00A7305229A101C4E8691D02E4B7CEE11F',
|
|
8578
|
+
exponent: 0,
|
|
8579
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
8580
|
+
}, {
|
|
8581
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
8582
|
+
exponent: 6
|
|
8583
|
+
}],
|
|
8584
|
+
base: 'ibc/69B5AA3A2738DEABACFE870D4D505A00A7305229A101C4E8691D02E4B7CEE11F',
|
|
8585
|
+
name: 'PRYZM Base LP',
|
|
8586
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
8587
|
+
symbol: 'PRYZM-BASE-LP',
|
|
8588
|
+
logo_URIs: {
|
|
8589
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8590
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8591
|
+
},
|
|
8592
|
+
images: [{
|
|
8593
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8594
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8595
|
+
}],
|
|
8596
|
+
type_asset: 'sdk.coin',
|
|
8597
|
+
traces: [{
|
|
8598
|
+
type: 'ibc',
|
|
8599
|
+
counterparty: {
|
|
8600
|
+
channel_id: 'channel-4',
|
|
8601
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
8602
|
+
chain_name: 'pryzm'
|
|
8603
|
+
},
|
|
8604
|
+
chain: {
|
|
8605
|
+
channel_id: 'channel-473'
|
|
8606
|
+
}
|
|
8607
|
+
}]
|
|
8608
|
+
},
|
|
8609
|
+
{
|
|
8610
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
8611
|
+
denom_units: [{
|
|
8612
|
+
denom: 'ibc/FEDF7C0D8BF026F39618DB9230A4DC0EFCC723F2E40B7A643497419F63988F91',
|
|
8613
|
+
exponent: 0,
|
|
8614
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
8615
|
+
}, {
|
|
8616
|
+
denom: 'lp:35:pryzm-usdc',
|
|
8617
|
+
exponent: 6
|
|
8618
|
+
}],
|
|
8619
|
+
base: 'ibc/FEDF7C0D8BF026F39618DB9230A4DC0EFCC723F2E40B7A643497419F63988F91',
|
|
8620
|
+
name: 'PRYZM / USDC LP',
|
|
8621
|
+
display: 'lp:35:pryzm-usdc',
|
|
8622
|
+
symbol: 'PRYZM-USDC-LP',
|
|
8623
|
+
logo_URIs: {
|
|
8624
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8625
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8626
|
+
},
|
|
8627
|
+
images: [{
|
|
8628
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8629
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8630
|
+
}],
|
|
8631
|
+
type_asset: 'sdk.coin',
|
|
8632
|
+
traces: [{
|
|
8633
|
+
type: 'ibc',
|
|
8634
|
+
counterparty: {
|
|
8635
|
+
channel_id: 'channel-4',
|
|
8636
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
8637
|
+
chain_name: 'pryzm'
|
|
8638
|
+
},
|
|
8639
|
+
chain: {
|
|
8640
|
+
channel_id: 'channel-473'
|
|
8641
|
+
}
|
|
8642
|
+
}]
|
|
8643
|
+
},
|
|
8574
8644
|
{
|
|
8575
8645
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
8576
8646
|
denom_units: [{
|
|
@@ -18599,6 +18669,76 @@ const assets = {
|
|
|
18599
18669
|
}
|
|
18600
18670
|
}]
|
|
18601
18671
|
},
|
|
18672
|
+
{
|
|
18673
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
18674
|
+
denom_units: [{
|
|
18675
|
+
denom: 'ibc/69B5AA3A2738DEABACFE870D4D505A00A7305229A101C4E8691D02E4B7CEE11F',
|
|
18676
|
+
exponent: 0,
|
|
18677
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
18678
|
+
}, {
|
|
18679
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
18680
|
+
exponent: 6
|
|
18681
|
+
}],
|
|
18682
|
+
base: 'ibc/69B5AA3A2738DEABACFE870D4D505A00A7305229A101C4E8691D02E4B7CEE11F',
|
|
18683
|
+
name: 'PRYZM Base LP',
|
|
18684
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
18685
|
+
symbol: 'PRYZM-BASE-LP',
|
|
18686
|
+
logo_URIs: {
|
|
18687
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
18688
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
18689
|
+
},
|
|
18690
|
+
images: [{
|
|
18691
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
18692
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
18693
|
+
}],
|
|
18694
|
+
type_asset: 'sdk.coin',
|
|
18695
|
+
traces: [{
|
|
18696
|
+
type: 'ibc',
|
|
18697
|
+
counterparty: {
|
|
18698
|
+
channel_id: 'channel-4',
|
|
18699
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
18700
|
+
chain_name: 'pryzm'
|
|
18701
|
+
},
|
|
18702
|
+
chain: {
|
|
18703
|
+
channel_id: 'channel-473'
|
|
18704
|
+
}
|
|
18705
|
+
}]
|
|
18706
|
+
},
|
|
18707
|
+
{
|
|
18708
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
18709
|
+
denom_units: [{
|
|
18710
|
+
denom: 'ibc/FEDF7C0D8BF026F39618DB9230A4DC0EFCC723F2E40B7A643497419F63988F91',
|
|
18711
|
+
exponent: 0,
|
|
18712
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
18713
|
+
}, {
|
|
18714
|
+
denom: 'lp:35:pryzm-usdc',
|
|
18715
|
+
exponent: 6
|
|
18716
|
+
}],
|
|
18717
|
+
base: 'ibc/FEDF7C0D8BF026F39618DB9230A4DC0EFCC723F2E40B7A643497419F63988F91',
|
|
18718
|
+
name: 'PRYZM / USDC LP',
|
|
18719
|
+
display: 'lp:35:pryzm-usdc',
|
|
18720
|
+
symbol: 'PRYZM-USDC-LP',
|
|
18721
|
+
logo_URIs: {
|
|
18722
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
18723
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
18724
|
+
},
|
|
18725
|
+
images: [{
|
|
18726
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
18727
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
18728
|
+
}],
|
|
18729
|
+
type_asset: 'sdk.coin',
|
|
18730
|
+
traces: [{
|
|
18731
|
+
type: 'ibc',
|
|
18732
|
+
counterparty: {
|
|
18733
|
+
channel_id: 'channel-4',
|
|
18734
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
18735
|
+
chain_name: 'pryzm'
|
|
18736
|
+
},
|
|
18737
|
+
chain: {
|
|
18738
|
+
channel_id: 'channel-473'
|
|
18739
|
+
}
|
|
18740
|
+
}]
|
|
18741
|
+
},
|
|
18602
18742
|
{
|
|
18603
18743
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
18604
18744
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.285",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.179",
|
|
33
|
+
"chain-registry": "^1.69.285"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.179"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "b45d6660b2779ee1dac067d6c999fa3c858f21e4"
|
|
47
47
|
}
|