@chain-registry/assets 1.70.284 → 1.70.286
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/esm/testnet/dydxtestnet.js +79 -1
- 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/testnet/dydxtestnet.js +79 -1
package/mainnet/neutron.js
CHANGED
|
@@ -9544,6 +9544,76 @@ const assets = {
|
|
|
9544
9544
|
}
|
|
9545
9545
|
}]
|
|
9546
9546
|
},
|
|
9547
|
+
{
|
|
9548
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
9549
|
+
denom_units: [{
|
|
9550
|
+
denom: 'ibc/250FBB9FFE073E40AB4467343F49C3A4666945AFC7E3D9A0BB1A6679B22A9617',
|
|
9551
|
+
exponent: 0,
|
|
9552
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
9553
|
+
}, {
|
|
9554
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
9555
|
+
exponent: 6
|
|
9556
|
+
}],
|
|
9557
|
+
base: 'ibc/250FBB9FFE073E40AB4467343F49C3A4666945AFC7E3D9A0BB1A6679B22A9617',
|
|
9558
|
+
name: 'PRYZM Base LP',
|
|
9559
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
9560
|
+
symbol: 'PRYZM-BASE-LP',
|
|
9561
|
+
logo_URIs: {
|
|
9562
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
9563
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
9564
|
+
},
|
|
9565
|
+
images: [{
|
|
9566
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
9567
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
9568
|
+
}],
|
|
9569
|
+
type_asset: 'sdk.coin',
|
|
9570
|
+
traces: [{
|
|
9571
|
+
type: 'ibc',
|
|
9572
|
+
counterparty: {
|
|
9573
|
+
channel_id: 'channel-6',
|
|
9574
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
9575
|
+
chain_name: 'pryzm'
|
|
9576
|
+
},
|
|
9577
|
+
chain: {
|
|
9578
|
+
channel_id: 'channel-4329'
|
|
9579
|
+
}
|
|
9580
|
+
}]
|
|
9581
|
+
},
|
|
9582
|
+
{
|
|
9583
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
9584
|
+
denom_units: [{
|
|
9585
|
+
denom: 'ibc/4F021DC910B3CFA86E72000886D9056940F706E538A126D1225DE8BE6F1893BF',
|
|
9586
|
+
exponent: 0,
|
|
9587
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
9588
|
+
}, {
|
|
9589
|
+
denom: 'lp:35:pryzm-usdc',
|
|
9590
|
+
exponent: 6
|
|
9591
|
+
}],
|
|
9592
|
+
base: 'ibc/4F021DC910B3CFA86E72000886D9056940F706E538A126D1225DE8BE6F1893BF',
|
|
9593
|
+
name: 'PRYZM / USDC LP',
|
|
9594
|
+
display: 'lp:35:pryzm-usdc',
|
|
9595
|
+
symbol: 'PRYZM-USDC-LP',
|
|
9596
|
+
logo_URIs: {
|
|
9597
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
9598
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
9599
|
+
},
|
|
9600
|
+
images: [{
|
|
9601
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
9602
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
9603
|
+
}],
|
|
9604
|
+
type_asset: 'sdk.coin',
|
|
9605
|
+
traces: [{
|
|
9606
|
+
type: 'ibc',
|
|
9607
|
+
counterparty: {
|
|
9608
|
+
channel_id: 'channel-6',
|
|
9609
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
9610
|
+
chain_name: 'pryzm'
|
|
9611
|
+
},
|
|
9612
|
+
chain: {
|
|
9613
|
+
channel_id: 'channel-4329'
|
|
9614
|
+
}
|
|
9615
|
+
}]
|
|
9616
|
+
},
|
|
9547
9617
|
{
|
|
9548
9618
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
9549
9619
|
denom_units: [{
|
|
@@ -16881,6 +16951,76 @@ const assets = {
|
|
|
16881
16951
|
}
|
|
16882
16952
|
}]
|
|
16883
16953
|
},
|
|
16954
|
+
{
|
|
16955
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
16956
|
+
denom_units: [{
|
|
16957
|
+
denom: 'ibc/250FBB9FFE073E40AB4467343F49C3A4666945AFC7E3D9A0BB1A6679B22A9617',
|
|
16958
|
+
exponent: 0,
|
|
16959
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
16960
|
+
}, {
|
|
16961
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
16962
|
+
exponent: 6
|
|
16963
|
+
}],
|
|
16964
|
+
base: 'ibc/250FBB9FFE073E40AB4467343F49C3A4666945AFC7E3D9A0BB1A6679B22A9617',
|
|
16965
|
+
name: 'PRYZM Base LP',
|
|
16966
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
16967
|
+
symbol: 'PRYZM-BASE-LP',
|
|
16968
|
+
logo_URIs: {
|
|
16969
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
16970
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
16971
|
+
},
|
|
16972
|
+
images: [{
|
|
16973
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
16974
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
16975
|
+
}],
|
|
16976
|
+
type_asset: 'sdk.coin',
|
|
16977
|
+
traces: [{
|
|
16978
|
+
type: 'ibc',
|
|
16979
|
+
counterparty: {
|
|
16980
|
+
channel_id: 'channel-6',
|
|
16981
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
16982
|
+
chain_name: 'pryzm'
|
|
16983
|
+
},
|
|
16984
|
+
chain: {
|
|
16985
|
+
channel_id: 'channel-4329'
|
|
16986
|
+
}
|
|
16987
|
+
}]
|
|
16988
|
+
},
|
|
16989
|
+
{
|
|
16990
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
16991
|
+
denom_units: [{
|
|
16992
|
+
denom: 'ibc/4F021DC910B3CFA86E72000886D9056940F706E538A126D1225DE8BE6F1893BF',
|
|
16993
|
+
exponent: 0,
|
|
16994
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
16995
|
+
}, {
|
|
16996
|
+
denom: 'lp:35:pryzm-usdc',
|
|
16997
|
+
exponent: 6
|
|
16998
|
+
}],
|
|
16999
|
+
base: 'ibc/4F021DC910B3CFA86E72000886D9056940F706E538A126D1225DE8BE6F1893BF',
|
|
17000
|
+
name: 'PRYZM / USDC LP',
|
|
17001
|
+
display: 'lp:35:pryzm-usdc',
|
|
17002
|
+
symbol: 'PRYZM-USDC-LP',
|
|
17003
|
+
logo_URIs: {
|
|
17004
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
17005
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
17006
|
+
},
|
|
17007
|
+
images: [{
|
|
17008
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
17009
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
17010
|
+
}],
|
|
17011
|
+
type_asset: 'sdk.coin',
|
|
17012
|
+
traces: [{
|
|
17013
|
+
type: 'ibc',
|
|
17014
|
+
counterparty: {
|
|
17015
|
+
channel_id: 'channel-6',
|
|
17016
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
17017
|
+
chain_name: 'pryzm'
|
|
17018
|
+
},
|
|
17019
|
+
chain: {
|
|
17020
|
+
channel_id: 'channel-4329'
|
|
17021
|
+
}
|
|
17022
|
+
}]
|
|
17023
|
+
},
|
|
16884
17024
|
{
|
|
16885
17025
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
16886
17026
|
denom_units: [{
|
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: [{
|