@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/esm/mainnet/injective.js
CHANGED
|
@@ -8721,6 +8721,76 @@ const assets = {
|
|
|
8721
8721
|
}
|
|
8722
8722
|
}]
|
|
8723
8723
|
},
|
|
8724
|
+
{
|
|
8725
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
8726
|
+
denom_units: [{
|
|
8727
|
+
denom: 'ibc/50C97BAE3ADBCFAFFE89F3E72D08C21371EEE1F3A562D34206201CB7B3D1B771',
|
|
8728
|
+
exponent: 0,
|
|
8729
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
8730
|
+
}, {
|
|
8731
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
8732
|
+
exponent: 6
|
|
8733
|
+
}],
|
|
8734
|
+
base: 'ibc/50C97BAE3ADBCFAFFE89F3E72D08C21371EEE1F3A562D34206201CB7B3D1B771',
|
|
8735
|
+
name: 'PRYZM Base LP',
|
|
8736
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
8737
|
+
symbol: 'PRYZM-BASE-LP',
|
|
8738
|
+
logo_URIs: {
|
|
8739
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8740
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8741
|
+
},
|
|
8742
|
+
images: [{
|
|
8743
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8744
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8745
|
+
}],
|
|
8746
|
+
type_asset: 'sdk.coin',
|
|
8747
|
+
traces: [{
|
|
8748
|
+
type: 'ibc',
|
|
8749
|
+
counterparty: {
|
|
8750
|
+
channel_id: 'channel-1',
|
|
8751
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
8752
|
+
chain_name: 'pryzm'
|
|
8753
|
+
},
|
|
8754
|
+
chain: {
|
|
8755
|
+
channel_id: 'channel-284'
|
|
8756
|
+
}
|
|
8757
|
+
}]
|
|
8758
|
+
},
|
|
8759
|
+
{
|
|
8760
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
8761
|
+
denom_units: [{
|
|
8762
|
+
denom: 'ibc/FC4A1C0872BE3811CB052EBE91816E13D777B26CDCF2095F550F7AC95FCE2EAA',
|
|
8763
|
+
exponent: 0,
|
|
8764
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
8765
|
+
}, {
|
|
8766
|
+
denom: 'lp:35:pryzm-usdc',
|
|
8767
|
+
exponent: 6
|
|
8768
|
+
}],
|
|
8769
|
+
base: 'ibc/FC4A1C0872BE3811CB052EBE91816E13D777B26CDCF2095F550F7AC95FCE2EAA',
|
|
8770
|
+
name: 'PRYZM / USDC LP',
|
|
8771
|
+
display: 'lp:35:pryzm-usdc',
|
|
8772
|
+
symbol: 'PRYZM-USDC-LP',
|
|
8773
|
+
logo_URIs: {
|
|
8774
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8775
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8776
|
+
},
|
|
8777
|
+
images: [{
|
|
8778
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8779
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8780
|
+
}],
|
|
8781
|
+
type_asset: 'sdk.coin',
|
|
8782
|
+
traces: [{
|
|
8783
|
+
type: 'ibc',
|
|
8784
|
+
counterparty: {
|
|
8785
|
+
channel_id: 'channel-1',
|
|
8786
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
8787
|
+
chain_name: 'pryzm'
|
|
8788
|
+
},
|
|
8789
|
+
chain: {
|
|
8790
|
+
channel_id: 'channel-284'
|
|
8791
|
+
}
|
|
8792
|
+
}]
|
|
8793
|
+
},
|
|
8724
8794
|
{
|
|
8725
8795
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
8726
8796
|
denom_units: [{
|
|
@@ -17003,6 +17073,76 @@ const assets = {
|
|
|
17003
17073
|
}
|
|
17004
17074
|
}]
|
|
17005
17075
|
},
|
|
17076
|
+
{
|
|
17077
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
17078
|
+
denom_units: [{
|
|
17079
|
+
denom: 'ibc/50C97BAE3ADBCFAFFE89F3E72D08C21371EEE1F3A562D34206201CB7B3D1B771',
|
|
17080
|
+
exponent: 0,
|
|
17081
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
17082
|
+
}, {
|
|
17083
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
17084
|
+
exponent: 6
|
|
17085
|
+
}],
|
|
17086
|
+
base: 'ibc/50C97BAE3ADBCFAFFE89F3E72D08C21371EEE1F3A562D34206201CB7B3D1B771',
|
|
17087
|
+
name: 'PRYZM Base LP',
|
|
17088
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
17089
|
+
symbol: 'PRYZM-BASE-LP',
|
|
17090
|
+
logo_URIs: {
|
|
17091
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
17092
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
17093
|
+
},
|
|
17094
|
+
images: [{
|
|
17095
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
17096
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
17097
|
+
}],
|
|
17098
|
+
type_asset: 'sdk.coin',
|
|
17099
|
+
traces: [{
|
|
17100
|
+
type: 'ibc',
|
|
17101
|
+
counterparty: {
|
|
17102
|
+
channel_id: 'channel-1',
|
|
17103
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
17104
|
+
chain_name: 'pryzm'
|
|
17105
|
+
},
|
|
17106
|
+
chain: {
|
|
17107
|
+
channel_id: 'channel-284'
|
|
17108
|
+
}
|
|
17109
|
+
}]
|
|
17110
|
+
},
|
|
17111
|
+
{
|
|
17112
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
17113
|
+
denom_units: [{
|
|
17114
|
+
denom: 'ibc/FC4A1C0872BE3811CB052EBE91816E13D777B26CDCF2095F550F7AC95FCE2EAA',
|
|
17115
|
+
exponent: 0,
|
|
17116
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
17117
|
+
}, {
|
|
17118
|
+
denom: 'lp:35:pryzm-usdc',
|
|
17119
|
+
exponent: 6
|
|
17120
|
+
}],
|
|
17121
|
+
base: 'ibc/FC4A1C0872BE3811CB052EBE91816E13D777B26CDCF2095F550F7AC95FCE2EAA',
|
|
17122
|
+
name: 'PRYZM / USDC LP',
|
|
17123
|
+
display: 'lp:35:pryzm-usdc',
|
|
17124
|
+
symbol: 'PRYZM-USDC-LP',
|
|
17125
|
+
logo_URIs: {
|
|
17126
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
17127
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
17128
|
+
},
|
|
17129
|
+
images: [{
|
|
17130
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
17131
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
17132
|
+
}],
|
|
17133
|
+
type_asset: 'sdk.coin',
|
|
17134
|
+
traces: [{
|
|
17135
|
+
type: 'ibc',
|
|
17136
|
+
counterparty: {
|
|
17137
|
+
channel_id: 'channel-1',
|
|
17138
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
17139
|
+
chain_name: 'pryzm'
|
|
17140
|
+
},
|
|
17141
|
+
chain: {
|
|
17142
|
+
channel_id: 'channel-284'
|
|
17143
|
+
}
|
|
17144
|
+
}]
|
|
17145
|
+
},
|
|
17006
17146
|
{
|
|
17007
17147
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
17008
17148
|
denom_units: [{
|
package/esm/mainnet/neutron.js
CHANGED
|
@@ -9542,6 +9542,76 @@ const assets = {
|
|
|
9542
9542
|
}
|
|
9543
9543
|
}]
|
|
9544
9544
|
},
|
|
9545
|
+
{
|
|
9546
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
9547
|
+
denom_units: [{
|
|
9548
|
+
denom: 'ibc/250FBB9FFE073E40AB4467343F49C3A4666945AFC7E3D9A0BB1A6679B22A9617',
|
|
9549
|
+
exponent: 0,
|
|
9550
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
9551
|
+
}, {
|
|
9552
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
9553
|
+
exponent: 6
|
|
9554
|
+
}],
|
|
9555
|
+
base: 'ibc/250FBB9FFE073E40AB4467343F49C3A4666945AFC7E3D9A0BB1A6679B22A9617',
|
|
9556
|
+
name: 'PRYZM Base LP',
|
|
9557
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
9558
|
+
symbol: 'PRYZM-BASE-LP',
|
|
9559
|
+
logo_URIs: {
|
|
9560
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
9561
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
9562
|
+
},
|
|
9563
|
+
images: [{
|
|
9564
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
9565
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
9566
|
+
}],
|
|
9567
|
+
type_asset: 'sdk.coin',
|
|
9568
|
+
traces: [{
|
|
9569
|
+
type: 'ibc',
|
|
9570
|
+
counterparty: {
|
|
9571
|
+
channel_id: 'channel-6',
|
|
9572
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
9573
|
+
chain_name: 'pryzm'
|
|
9574
|
+
},
|
|
9575
|
+
chain: {
|
|
9576
|
+
channel_id: 'channel-4329'
|
|
9577
|
+
}
|
|
9578
|
+
}]
|
|
9579
|
+
},
|
|
9580
|
+
{
|
|
9581
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
9582
|
+
denom_units: [{
|
|
9583
|
+
denom: 'ibc/4F021DC910B3CFA86E72000886D9056940F706E538A126D1225DE8BE6F1893BF',
|
|
9584
|
+
exponent: 0,
|
|
9585
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
9586
|
+
}, {
|
|
9587
|
+
denom: 'lp:35:pryzm-usdc',
|
|
9588
|
+
exponent: 6
|
|
9589
|
+
}],
|
|
9590
|
+
base: 'ibc/4F021DC910B3CFA86E72000886D9056940F706E538A126D1225DE8BE6F1893BF',
|
|
9591
|
+
name: 'PRYZM / USDC LP',
|
|
9592
|
+
display: 'lp:35:pryzm-usdc',
|
|
9593
|
+
symbol: 'PRYZM-USDC-LP',
|
|
9594
|
+
logo_URIs: {
|
|
9595
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
9596
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
9597
|
+
},
|
|
9598
|
+
images: [{
|
|
9599
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
9600
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
9601
|
+
}],
|
|
9602
|
+
type_asset: 'sdk.coin',
|
|
9603
|
+
traces: [{
|
|
9604
|
+
type: 'ibc',
|
|
9605
|
+
counterparty: {
|
|
9606
|
+
channel_id: 'channel-6',
|
|
9607
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
9608
|
+
chain_name: 'pryzm'
|
|
9609
|
+
},
|
|
9610
|
+
chain: {
|
|
9611
|
+
channel_id: 'channel-4329'
|
|
9612
|
+
}
|
|
9613
|
+
}]
|
|
9614
|
+
},
|
|
9545
9615
|
{
|
|
9546
9616
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
9547
9617
|
denom_units: [{
|
|
@@ -16879,6 +16949,76 @@ const assets = {
|
|
|
16879
16949
|
}
|
|
16880
16950
|
}]
|
|
16881
16951
|
},
|
|
16952
|
+
{
|
|
16953
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
16954
|
+
denom_units: [{
|
|
16955
|
+
denom: 'ibc/250FBB9FFE073E40AB4467343F49C3A4666945AFC7E3D9A0BB1A6679B22A9617',
|
|
16956
|
+
exponent: 0,
|
|
16957
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
16958
|
+
}, {
|
|
16959
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
16960
|
+
exponent: 6
|
|
16961
|
+
}],
|
|
16962
|
+
base: 'ibc/250FBB9FFE073E40AB4467343F49C3A4666945AFC7E3D9A0BB1A6679B22A9617',
|
|
16963
|
+
name: 'PRYZM Base LP',
|
|
16964
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
16965
|
+
symbol: 'PRYZM-BASE-LP',
|
|
16966
|
+
logo_URIs: {
|
|
16967
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
16968
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
16969
|
+
},
|
|
16970
|
+
images: [{
|
|
16971
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
16972
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
16973
|
+
}],
|
|
16974
|
+
type_asset: 'sdk.coin',
|
|
16975
|
+
traces: [{
|
|
16976
|
+
type: 'ibc',
|
|
16977
|
+
counterparty: {
|
|
16978
|
+
channel_id: 'channel-6',
|
|
16979
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
16980
|
+
chain_name: 'pryzm'
|
|
16981
|
+
},
|
|
16982
|
+
chain: {
|
|
16983
|
+
channel_id: 'channel-4329'
|
|
16984
|
+
}
|
|
16985
|
+
}]
|
|
16986
|
+
},
|
|
16987
|
+
{
|
|
16988
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
16989
|
+
denom_units: [{
|
|
16990
|
+
denom: 'ibc/4F021DC910B3CFA86E72000886D9056940F706E538A126D1225DE8BE6F1893BF',
|
|
16991
|
+
exponent: 0,
|
|
16992
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
16993
|
+
}, {
|
|
16994
|
+
denom: 'lp:35:pryzm-usdc',
|
|
16995
|
+
exponent: 6
|
|
16996
|
+
}],
|
|
16997
|
+
base: 'ibc/4F021DC910B3CFA86E72000886D9056940F706E538A126D1225DE8BE6F1893BF',
|
|
16998
|
+
name: 'PRYZM / USDC LP',
|
|
16999
|
+
display: 'lp:35:pryzm-usdc',
|
|
17000
|
+
symbol: 'PRYZM-USDC-LP',
|
|
17001
|
+
logo_URIs: {
|
|
17002
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
17003
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
17004
|
+
},
|
|
17005
|
+
images: [{
|
|
17006
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
17007
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
17008
|
+
}],
|
|
17009
|
+
type_asset: 'sdk.coin',
|
|
17010
|
+
traces: [{
|
|
17011
|
+
type: 'ibc',
|
|
17012
|
+
counterparty: {
|
|
17013
|
+
channel_id: 'channel-6',
|
|
17014
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
17015
|
+
chain_name: 'pryzm'
|
|
17016
|
+
},
|
|
17017
|
+
chain: {
|
|
17018
|
+
channel_id: 'channel-4329'
|
|
17019
|
+
}
|
|
17020
|
+
}]
|
|
17021
|
+
},
|
|
16882
17022
|
{
|
|
16883
17023
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
16884
17024
|
denom_units: [{
|
package/esm/mainnet/noble.js
CHANGED
|
@@ -12245,6 +12245,76 @@ const assets = {
|
|
|
12245
12245
|
}
|
|
12246
12246
|
}]
|
|
12247
12247
|
},
|
|
12248
|
+
{
|
|
12249
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
12250
|
+
denom_units: [{
|
|
12251
|
+
denom: 'ibc/7CE24C62C9DE9DC01452009F616BA04FB899A645718B84B52C6536782C8D9D66',
|
|
12252
|
+
exponent: 0,
|
|
12253
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
12254
|
+
}, {
|
|
12255
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
12256
|
+
exponent: 6
|
|
12257
|
+
}],
|
|
12258
|
+
base: 'ibc/7CE24C62C9DE9DC01452009F616BA04FB899A645718B84B52C6536782C8D9D66',
|
|
12259
|
+
name: 'PRYZM Base LP',
|
|
12260
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
12261
|
+
symbol: 'PRYZM-BASE-LP',
|
|
12262
|
+
logo_URIs: {
|
|
12263
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
12264
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
12265
|
+
},
|
|
12266
|
+
images: [{
|
|
12267
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
12268
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
12269
|
+
}],
|
|
12270
|
+
type_asset: 'sdk.coin',
|
|
12271
|
+
traces: [{
|
|
12272
|
+
type: 'ibc',
|
|
12273
|
+
counterparty: {
|
|
12274
|
+
channel_id: 'channel-5',
|
|
12275
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
12276
|
+
chain_name: 'pryzm'
|
|
12277
|
+
},
|
|
12278
|
+
chain: {
|
|
12279
|
+
channel_id: 'channel-79'
|
|
12280
|
+
}
|
|
12281
|
+
}]
|
|
12282
|
+
},
|
|
12283
|
+
{
|
|
12284
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
12285
|
+
denom_units: [{
|
|
12286
|
+
denom: 'ibc/3F25F0E4C8C198CEE18299F5D5FE8DF458D5F2903327751844EE266F7C15EC6B',
|
|
12287
|
+
exponent: 0,
|
|
12288
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
12289
|
+
}, {
|
|
12290
|
+
denom: 'lp:35:pryzm-usdc',
|
|
12291
|
+
exponent: 6
|
|
12292
|
+
}],
|
|
12293
|
+
base: 'ibc/3F25F0E4C8C198CEE18299F5D5FE8DF458D5F2903327751844EE266F7C15EC6B',
|
|
12294
|
+
name: 'PRYZM / USDC LP',
|
|
12295
|
+
display: 'lp:35:pryzm-usdc',
|
|
12296
|
+
symbol: 'PRYZM-USDC-LP',
|
|
12297
|
+
logo_URIs: {
|
|
12298
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
12299
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
12300
|
+
},
|
|
12301
|
+
images: [{
|
|
12302
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
12303
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
12304
|
+
}],
|
|
12305
|
+
type_asset: 'sdk.coin',
|
|
12306
|
+
traces: [{
|
|
12307
|
+
type: 'ibc',
|
|
12308
|
+
counterparty: {
|
|
12309
|
+
channel_id: 'channel-5',
|
|
12310
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
12311
|
+
chain_name: 'pryzm'
|
|
12312
|
+
},
|
|
12313
|
+
chain: {
|
|
12314
|
+
channel_id: 'channel-79'
|
|
12315
|
+
}
|
|
12316
|
+
}]
|
|
12317
|
+
},
|
|
12248
12318
|
{
|
|
12249
12319
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
12250
12320
|
denom_units: [{
|
|
@@ -21057,6 +21127,76 @@ const assets = {
|
|
|
21057
21127
|
}
|
|
21058
21128
|
}]
|
|
21059
21129
|
},
|
|
21130
|
+
{
|
|
21131
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
21132
|
+
denom_units: [{
|
|
21133
|
+
denom: 'ibc/7CE24C62C9DE9DC01452009F616BA04FB899A645718B84B52C6536782C8D9D66',
|
|
21134
|
+
exponent: 0,
|
|
21135
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
21136
|
+
}, {
|
|
21137
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
21138
|
+
exponent: 6
|
|
21139
|
+
}],
|
|
21140
|
+
base: 'ibc/7CE24C62C9DE9DC01452009F616BA04FB899A645718B84B52C6536782C8D9D66',
|
|
21141
|
+
name: 'PRYZM Base LP',
|
|
21142
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
21143
|
+
symbol: 'PRYZM-BASE-LP',
|
|
21144
|
+
logo_URIs: {
|
|
21145
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
21146
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
21147
|
+
},
|
|
21148
|
+
images: [{
|
|
21149
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
21150
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
21151
|
+
}],
|
|
21152
|
+
type_asset: 'sdk.coin',
|
|
21153
|
+
traces: [{
|
|
21154
|
+
type: 'ibc',
|
|
21155
|
+
counterparty: {
|
|
21156
|
+
channel_id: 'channel-5',
|
|
21157
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
21158
|
+
chain_name: 'pryzm'
|
|
21159
|
+
},
|
|
21160
|
+
chain: {
|
|
21161
|
+
channel_id: 'channel-79'
|
|
21162
|
+
}
|
|
21163
|
+
}]
|
|
21164
|
+
},
|
|
21165
|
+
{
|
|
21166
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
21167
|
+
denom_units: [{
|
|
21168
|
+
denom: 'ibc/3F25F0E4C8C198CEE18299F5D5FE8DF458D5F2903327751844EE266F7C15EC6B',
|
|
21169
|
+
exponent: 0,
|
|
21170
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
21171
|
+
}, {
|
|
21172
|
+
denom: 'lp:35:pryzm-usdc',
|
|
21173
|
+
exponent: 6
|
|
21174
|
+
}],
|
|
21175
|
+
base: 'ibc/3F25F0E4C8C198CEE18299F5D5FE8DF458D5F2903327751844EE266F7C15EC6B',
|
|
21176
|
+
name: 'PRYZM / USDC LP',
|
|
21177
|
+
display: 'lp:35:pryzm-usdc',
|
|
21178
|
+
symbol: 'PRYZM-USDC-LP',
|
|
21179
|
+
logo_URIs: {
|
|
21180
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
21181
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
21182
|
+
},
|
|
21183
|
+
images: [{
|
|
21184
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
21185
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
21186
|
+
}],
|
|
21187
|
+
type_asset: 'sdk.coin',
|
|
21188
|
+
traces: [{
|
|
21189
|
+
type: 'ibc',
|
|
21190
|
+
counterparty: {
|
|
21191
|
+
channel_id: 'channel-5',
|
|
21192
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
21193
|
+
chain_name: 'pryzm'
|
|
21194
|
+
},
|
|
21195
|
+
chain: {
|
|
21196
|
+
channel_id: 'channel-79'
|
|
21197
|
+
}
|
|
21198
|
+
}]
|
|
21199
|
+
},
|
|
21060
21200
|
{
|
|
21061
21201
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
21062
21202
|
denom_units: [{
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -20131,6 +20131,76 @@ const assets = {
|
|
|
20131
20131
|
}
|
|
20132
20132
|
}]
|
|
20133
20133
|
},
|
|
20134
|
+
{
|
|
20135
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
20136
|
+
denom_units: [{
|
|
20137
|
+
denom: 'ibc/A0F802310D3249FE01A3B0EB966ED330C6A09F24CE42766B7EA8C26A1E00E0B1',
|
|
20138
|
+
exponent: 0,
|
|
20139
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
20140
|
+
}, {
|
|
20141
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
20142
|
+
exponent: 6
|
|
20143
|
+
}],
|
|
20144
|
+
base: 'ibc/A0F802310D3249FE01A3B0EB966ED330C6A09F24CE42766B7EA8C26A1E00E0B1',
|
|
20145
|
+
name: 'PRYZM Base LP',
|
|
20146
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
20147
|
+
symbol: 'PRYZM-BASE-LP',
|
|
20148
|
+
logo_URIs: {
|
|
20149
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
20150
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
20151
|
+
},
|
|
20152
|
+
images: [{
|
|
20153
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
20154
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
20155
|
+
}],
|
|
20156
|
+
type_asset: 'sdk.coin',
|
|
20157
|
+
traces: [{
|
|
20158
|
+
type: 'ibc',
|
|
20159
|
+
counterparty: {
|
|
20160
|
+
channel_id: 'channel-2',
|
|
20161
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
20162
|
+
chain_name: 'pryzm'
|
|
20163
|
+
},
|
|
20164
|
+
chain: {
|
|
20165
|
+
channel_id: 'channel-75755'
|
|
20166
|
+
}
|
|
20167
|
+
}]
|
|
20168
|
+
},
|
|
20169
|
+
{
|
|
20170
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
20171
|
+
denom_units: [{
|
|
20172
|
+
denom: 'ibc/AAFBAE8D78167243B324C1FF4E0D1E426A78010264C8315CBA57F98A44CF66DC',
|
|
20173
|
+
exponent: 0,
|
|
20174
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
20175
|
+
}, {
|
|
20176
|
+
denom: 'lp:35:pryzm-usdc',
|
|
20177
|
+
exponent: 6
|
|
20178
|
+
}],
|
|
20179
|
+
base: 'ibc/AAFBAE8D78167243B324C1FF4E0D1E426A78010264C8315CBA57F98A44CF66DC',
|
|
20180
|
+
name: 'PRYZM / USDC LP',
|
|
20181
|
+
display: 'lp:35:pryzm-usdc',
|
|
20182
|
+
symbol: 'PRYZM-USDC-LP',
|
|
20183
|
+
logo_URIs: {
|
|
20184
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
20185
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
20186
|
+
},
|
|
20187
|
+
images: [{
|
|
20188
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
20189
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
20190
|
+
}],
|
|
20191
|
+
type_asset: 'sdk.coin',
|
|
20192
|
+
traces: [{
|
|
20193
|
+
type: 'ibc',
|
|
20194
|
+
counterparty: {
|
|
20195
|
+
channel_id: 'channel-2',
|
|
20196
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
20197
|
+
chain_name: 'pryzm'
|
|
20198
|
+
},
|
|
20199
|
+
chain: {
|
|
20200
|
+
channel_id: 'channel-75755'
|
|
20201
|
+
}
|
|
20202
|
+
}]
|
|
20203
|
+
},
|
|
20134
20204
|
{
|
|
20135
20205
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
20136
20206
|
denom_units: [{
|
|
@@ -30150,6 +30220,76 @@ const assets = {
|
|
|
30150
30220
|
}
|
|
30151
30221
|
}]
|
|
30152
30222
|
},
|
|
30223
|
+
{
|
|
30224
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
30225
|
+
denom_units: [{
|
|
30226
|
+
denom: 'ibc/A0F802310D3249FE01A3B0EB966ED330C6A09F24CE42766B7EA8C26A1E00E0B1',
|
|
30227
|
+
exponent: 0,
|
|
30228
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
30229
|
+
}, {
|
|
30230
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
30231
|
+
exponent: 6
|
|
30232
|
+
}],
|
|
30233
|
+
base: 'ibc/A0F802310D3249FE01A3B0EB966ED330C6A09F24CE42766B7EA8C26A1E00E0B1',
|
|
30234
|
+
name: 'PRYZM Base LP',
|
|
30235
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
30236
|
+
symbol: 'PRYZM-BASE-LP',
|
|
30237
|
+
logo_URIs: {
|
|
30238
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
30239
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
30240
|
+
},
|
|
30241
|
+
images: [{
|
|
30242
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
30243
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
30244
|
+
}],
|
|
30245
|
+
type_asset: 'sdk.coin',
|
|
30246
|
+
traces: [{
|
|
30247
|
+
type: 'ibc',
|
|
30248
|
+
counterparty: {
|
|
30249
|
+
channel_id: 'channel-2',
|
|
30250
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
30251
|
+
chain_name: 'pryzm'
|
|
30252
|
+
},
|
|
30253
|
+
chain: {
|
|
30254
|
+
channel_id: 'channel-75755'
|
|
30255
|
+
}
|
|
30256
|
+
}]
|
|
30257
|
+
},
|
|
30258
|
+
{
|
|
30259
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
30260
|
+
denom_units: [{
|
|
30261
|
+
denom: 'ibc/AAFBAE8D78167243B324C1FF4E0D1E426A78010264C8315CBA57F98A44CF66DC',
|
|
30262
|
+
exponent: 0,
|
|
30263
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
30264
|
+
}, {
|
|
30265
|
+
denom: 'lp:35:pryzm-usdc',
|
|
30266
|
+
exponent: 6
|
|
30267
|
+
}],
|
|
30268
|
+
base: 'ibc/AAFBAE8D78167243B324C1FF4E0D1E426A78010264C8315CBA57F98A44CF66DC',
|
|
30269
|
+
name: 'PRYZM / USDC LP',
|
|
30270
|
+
display: 'lp:35:pryzm-usdc',
|
|
30271
|
+
symbol: 'PRYZM-USDC-LP',
|
|
30272
|
+
logo_URIs: {
|
|
30273
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
30274
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
30275
|
+
},
|
|
30276
|
+
images: [{
|
|
30277
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
30278
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
30279
|
+
}],
|
|
30280
|
+
type_asset: 'sdk.coin',
|
|
30281
|
+
traces: [{
|
|
30282
|
+
type: 'ibc',
|
|
30283
|
+
counterparty: {
|
|
30284
|
+
channel_id: 'channel-2',
|
|
30285
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
30286
|
+
chain_name: 'pryzm'
|
|
30287
|
+
},
|
|
30288
|
+
chain: {
|
|
30289
|
+
channel_id: 'channel-75755'
|
|
30290
|
+
}
|
|
30291
|
+
}]
|
|
30292
|
+
},
|
|
30153
30293
|
{
|
|
30154
30294
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
30155
30295
|
denom_units: [{
|