@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/esm/mainnet/axelar.js
CHANGED
|
@@ -9655,6 +9655,76 @@ const assets = {
|
|
|
9655
9655
|
}
|
|
9656
9656
|
}]
|
|
9657
9657
|
},
|
|
9658
|
+
{
|
|
9659
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
9660
|
+
denom_units: [{
|
|
9661
|
+
denom: 'ibc/E8FA3A347075C103A65FEE8F17EB4A1BD381BE58F965DCEEE5D38E93EF9CCA37',
|
|
9662
|
+
exponent: 0,
|
|
9663
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
9664
|
+
}, {
|
|
9665
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
9666
|
+
exponent: 6
|
|
9667
|
+
}],
|
|
9668
|
+
base: 'ibc/E8FA3A347075C103A65FEE8F17EB4A1BD381BE58F965DCEEE5D38E93EF9CCA37',
|
|
9669
|
+
name: 'PRYZM Base LP',
|
|
9670
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
9671
|
+
symbol: 'PRYZM-BASE-LP',
|
|
9672
|
+
logo_URIs: {
|
|
9673
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
9674
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
9675
|
+
},
|
|
9676
|
+
images: [{
|
|
9677
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
9678
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
9679
|
+
}],
|
|
9680
|
+
type_asset: 'sdk.coin',
|
|
9681
|
+
traces: [{
|
|
9682
|
+
type: 'ibc',
|
|
9683
|
+
counterparty: {
|
|
9684
|
+
channel_id: 'channel-13',
|
|
9685
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
9686
|
+
chain_name: 'pryzm'
|
|
9687
|
+
},
|
|
9688
|
+
chain: {
|
|
9689
|
+
channel_id: 'channel-155'
|
|
9690
|
+
}
|
|
9691
|
+
}]
|
|
9692
|
+
},
|
|
9693
|
+
{
|
|
9694
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
9695
|
+
denom_units: [{
|
|
9696
|
+
denom: 'ibc/0D16962AEFCBDE7B0CE08376398787386337B4F5396B53877C924809714823BB',
|
|
9697
|
+
exponent: 0,
|
|
9698
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
9699
|
+
}, {
|
|
9700
|
+
denom: 'lp:35:pryzm-usdc',
|
|
9701
|
+
exponent: 6
|
|
9702
|
+
}],
|
|
9703
|
+
base: 'ibc/0D16962AEFCBDE7B0CE08376398787386337B4F5396B53877C924809714823BB',
|
|
9704
|
+
name: 'PRYZM / USDC LP',
|
|
9705
|
+
display: 'lp:35:pryzm-usdc',
|
|
9706
|
+
symbol: 'PRYZM-USDC-LP',
|
|
9707
|
+
logo_URIs: {
|
|
9708
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
9709
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
9710
|
+
},
|
|
9711
|
+
images: [{
|
|
9712
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
9713
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
9714
|
+
}],
|
|
9715
|
+
type_asset: 'sdk.coin',
|
|
9716
|
+
traces: [{
|
|
9717
|
+
type: 'ibc',
|
|
9718
|
+
counterparty: {
|
|
9719
|
+
channel_id: 'channel-13',
|
|
9720
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
9721
|
+
chain_name: 'pryzm'
|
|
9722
|
+
},
|
|
9723
|
+
chain: {
|
|
9724
|
+
channel_id: 'channel-155'
|
|
9725
|
+
}
|
|
9726
|
+
}]
|
|
9727
|
+
},
|
|
9658
9728
|
{
|
|
9659
9729
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
9660
9730
|
denom_units: [{
|
|
@@ -19361,6 +19431,76 @@ const assets = {
|
|
|
19361
19431
|
}
|
|
19362
19432
|
}]
|
|
19363
19433
|
},
|
|
19434
|
+
{
|
|
19435
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
19436
|
+
denom_units: [{
|
|
19437
|
+
denom: 'ibc/E8FA3A347075C103A65FEE8F17EB4A1BD381BE58F965DCEEE5D38E93EF9CCA37',
|
|
19438
|
+
exponent: 0,
|
|
19439
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
19440
|
+
}, {
|
|
19441
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
19442
|
+
exponent: 6
|
|
19443
|
+
}],
|
|
19444
|
+
base: 'ibc/E8FA3A347075C103A65FEE8F17EB4A1BD381BE58F965DCEEE5D38E93EF9CCA37',
|
|
19445
|
+
name: 'PRYZM Base LP',
|
|
19446
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
19447
|
+
symbol: 'PRYZM-BASE-LP',
|
|
19448
|
+
logo_URIs: {
|
|
19449
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
19450
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
19451
|
+
},
|
|
19452
|
+
images: [{
|
|
19453
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
19454
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
19455
|
+
}],
|
|
19456
|
+
type_asset: 'sdk.coin',
|
|
19457
|
+
traces: [{
|
|
19458
|
+
type: 'ibc',
|
|
19459
|
+
counterparty: {
|
|
19460
|
+
channel_id: 'channel-13',
|
|
19461
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
19462
|
+
chain_name: 'pryzm'
|
|
19463
|
+
},
|
|
19464
|
+
chain: {
|
|
19465
|
+
channel_id: 'channel-155'
|
|
19466
|
+
}
|
|
19467
|
+
}]
|
|
19468
|
+
},
|
|
19469
|
+
{
|
|
19470
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
19471
|
+
denom_units: [{
|
|
19472
|
+
denom: 'ibc/0D16962AEFCBDE7B0CE08376398787386337B4F5396B53877C924809714823BB',
|
|
19473
|
+
exponent: 0,
|
|
19474
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
19475
|
+
}, {
|
|
19476
|
+
denom: 'lp:35:pryzm-usdc',
|
|
19477
|
+
exponent: 6
|
|
19478
|
+
}],
|
|
19479
|
+
base: 'ibc/0D16962AEFCBDE7B0CE08376398787386337B4F5396B53877C924809714823BB',
|
|
19480
|
+
name: 'PRYZM / USDC LP',
|
|
19481
|
+
display: 'lp:35:pryzm-usdc',
|
|
19482
|
+
symbol: 'PRYZM-USDC-LP',
|
|
19483
|
+
logo_URIs: {
|
|
19484
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
19485
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
19486
|
+
},
|
|
19487
|
+
images: [{
|
|
19488
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
19489
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
19490
|
+
}],
|
|
19491
|
+
type_asset: 'sdk.coin',
|
|
19492
|
+
traces: [{
|
|
19493
|
+
type: 'ibc',
|
|
19494
|
+
counterparty: {
|
|
19495
|
+
channel_id: 'channel-13',
|
|
19496
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
19497
|
+
chain_name: 'pryzm'
|
|
19498
|
+
},
|
|
19499
|
+
chain: {
|
|
19500
|
+
channel_id: 'channel-155'
|
|
19501
|
+
}
|
|
19502
|
+
}]
|
|
19503
|
+
},
|
|
19364
19504
|
{
|
|
19365
19505
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
19366
19506
|
denom_units: [{
|
package/esm/mainnet/celestia.js
CHANGED
|
@@ -7708,6 +7708,76 @@ const assets = {
|
|
|
7708
7708
|
}
|
|
7709
7709
|
}]
|
|
7710
7710
|
},
|
|
7711
|
+
{
|
|
7712
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
7713
|
+
denom_units: [{
|
|
7714
|
+
denom: 'ibc/3173B1ED3EFE9E7B4F23FB464C66671B1AC2085A75650D7D6C7BC2F786C72D48',
|
|
7715
|
+
exponent: 0,
|
|
7716
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
7717
|
+
}, {
|
|
7718
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
7719
|
+
exponent: 6
|
|
7720
|
+
}],
|
|
7721
|
+
base: 'ibc/3173B1ED3EFE9E7B4F23FB464C66671B1AC2085A75650D7D6C7BC2F786C72D48',
|
|
7722
|
+
name: 'PRYZM Base LP',
|
|
7723
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
7724
|
+
symbol: 'PRYZM-BASE-LP',
|
|
7725
|
+
logo_URIs: {
|
|
7726
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
7727
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
7728
|
+
},
|
|
7729
|
+
images: [{
|
|
7730
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
7731
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
7732
|
+
}],
|
|
7733
|
+
type_asset: 'sdk.coin',
|
|
7734
|
+
traces: [{
|
|
7735
|
+
type: 'ibc',
|
|
7736
|
+
counterparty: {
|
|
7737
|
+
channel_id: 'channel-3',
|
|
7738
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
7739
|
+
chain_name: 'pryzm'
|
|
7740
|
+
},
|
|
7741
|
+
chain: {
|
|
7742
|
+
channel_id: 'channel-34'
|
|
7743
|
+
}
|
|
7744
|
+
}]
|
|
7745
|
+
},
|
|
7746
|
+
{
|
|
7747
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
7748
|
+
denom_units: [{
|
|
7749
|
+
denom: 'ibc/7C616ED443A77D0EF112CCA9637373FECCF2FF1CE9D4C8C4B02DE0E85552EB99',
|
|
7750
|
+
exponent: 0,
|
|
7751
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
7752
|
+
}, {
|
|
7753
|
+
denom: 'lp:35:pryzm-usdc',
|
|
7754
|
+
exponent: 6
|
|
7755
|
+
}],
|
|
7756
|
+
base: 'ibc/7C616ED443A77D0EF112CCA9637373FECCF2FF1CE9D4C8C4B02DE0E85552EB99',
|
|
7757
|
+
name: 'PRYZM / USDC LP',
|
|
7758
|
+
display: 'lp:35:pryzm-usdc',
|
|
7759
|
+
symbol: 'PRYZM-USDC-LP',
|
|
7760
|
+
logo_URIs: {
|
|
7761
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
7762
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
7763
|
+
},
|
|
7764
|
+
images: [{
|
|
7765
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
7766
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
7767
|
+
}],
|
|
7768
|
+
type_asset: 'sdk.coin',
|
|
7769
|
+
traces: [{
|
|
7770
|
+
type: 'ibc',
|
|
7771
|
+
counterparty: {
|
|
7772
|
+
channel_id: 'channel-3',
|
|
7773
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
7774
|
+
chain_name: 'pryzm'
|
|
7775
|
+
},
|
|
7776
|
+
chain: {
|
|
7777
|
+
channel_id: 'channel-34'
|
|
7778
|
+
}
|
|
7779
|
+
}]
|
|
7780
|
+
},
|
|
7711
7781
|
{
|
|
7712
7782
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
7713
7783
|
denom_units: [{
|
|
@@ -15682,6 +15752,76 @@ const assets = {
|
|
|
15682
15752
|
}
|
|
15683
15753
|
}]
|
|
15684
15754
|
},
|
|
15755
|
+
{
|
|
15756
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
15757
|
+
denom_units: [{
|
|
15758
|
+
denom: 'ibc/3173B1ED3EFE9E7B4F23FB464C66671B1AC2085A75650D7D6C7BC2F786C72D48',
|
|
15759
|
+
exponent: 0,
|
|
15760
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
15761
|
+
}, {
|
|
15762
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
15763
|
+
exponent: 6
|
|
15764
|
+
}],
|
|
15765
|
+
base: 'ibc/3173B1ED3EFE9E7B4F23FB464C66671B1AC2085A75650D7D6C7BC2F786C72D48',
|
|
15766
|
+
name: 'PRYZM Base LP',
|
|
15767
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
15768
|
+
symbol: 'PRYZM-BASE-LP',
|
|
15769
|
+
logo_URIs: {
|
|
15770
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
15771
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
15772
|
+
},
|
|
15773
|
+
images: [{
|
|
15774
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
15775
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
15776
|
+
}],
|
|
15777
|
+
type_asset: 'sdk.coin',
|
|
15778
|
+
traces: [{
|
|
15779
|
+
type: 'ibc',
|
|
15780
|
+
counterparty: {
|
|
15781
|
+
channel_id: 'channel-3',
|
|
15782
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
15783
|
+
chain_name: 'pryzm'
|
|
15784
|
+
},
|
|
15785
|
+
chain: {
|
|
15786
|
+
channel_id: 'channel-34'
|
|
15787
|
+
}
|
|
15788
|
+
}]
|
|
15789
|
+
},
|
|
15790
|
+
{
|
|
15791
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
15792
|
+
denom_units: [{
|
|
15793
|
+
denom: 'ibc/7C616ED443A77D0EF112CCA9637373FECCF2FF1CE9D4C8C4B02DE0E85552EB99',
|
|
15794
|
+
exponent: 0,
|
|
15795
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
15796
|
+
}, {
|
|
15797
|
+
denom: 'lp:35:pryzm-usdc',
|
|
15798
|
+
exponent: 6
|
|
15799
|
+
}],
|
|
15800
|
+
base: 'ibc/7C616ED443A77D0EF112CCA9637373FECCF2FF1CE9D4C8C4B02DE0E85552EB99',
|
|
15801
|
+
name: 'PRYZM / USDC LP',
|
|
15802
|
+
display: 'lp:35:pryzm-usdc',
|
|
15803
|
+
symbol: 'PRYZM-USDC-LP',
|
|
15804
|
+
logo_URIs: {
|
|
15805
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
15806
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
15807
|
+
},
|
|
15808
|
+
images: [{
|
|
15809
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
15810
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
15811
|
+
}],
|
|
15812
|
+
type_asset: 'sdk.coin',
|
|
15813
|
+
traces: [{
|
|
15814
|
+
type: 'ibc',
|
|
15815
|
+
counterparty: {
|
|
15816
|
+
channel_id: 'channel-3',
|
|
15817
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
15818
|
+
chain_name: 'pryzm'
|
|
15819
|
+
},
|
|
15820
|
+
chain: {
|
|
15821
|
+
channel_id: 'channel-34'
|
|
15822
|
+
}
|
|
15823
|
+
}]
|
|
15824
|
+
},
|
|
15685
15825
|
{
|
|
15686
15826
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
15687
15827
|
denom_units: [{
|
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -11914,6 +11914,76 @@ const assets = {
|
|
|
11914
11914
|
}
|
|
11915
11915
|
}]
|
|
11916
11916
|
},
|
|
11917
|
+
{
|
|
11918
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
11919
|
+
denom_units: [{
|
|
11920
|
+
denom: 'ibc/5647DE5961092E514507570E3290673B509BD9CB99BF629776288D853806B4F9',
|
|
11921
|
+
exponent: 0,
|
|
11922
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
11923
|
+
}, {
|
|
11924
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
11925
|
+
exponent: 6
|
|
11926
|
+
}],
|
|
11927
|
+
base: 'ibc/5647DE5961092E514507570E3290673B509BD9CB99BF629776288D853806B4F9',
|
|
11928
|
+
name: 'PRYZM Base LP',
|
|
11929
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
11930
|
+
symbol: 'PRYZM-BASE-LP',
|
|
11931
|
+
logo_URIs: {
|
|
11932
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
11933
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
11934
|
+
},
|
|
11935
|
+
images: [{
|
|
11936
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
11937
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
11938
|
+
}],
|
|
11939
|
+
type_asset: 'sdk.coin',
|
|
11940
|
+
traces: [{
|
|
11941
|
+
type: 'ibc',
|
|
11942
|
+
counterparty: {
|
|
11943
|
+
channel_id: 'channel-0',
|
|
11944
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
11945
|
+
chain_name: 'pryzm'
|
|
11946
|
+
},
|
|
11947
|
+
chain: {
|
|
11948
|
+
channel_id: 'channel-859'
|
|
11949
|
+
}
|
|
11950
|
+
}]
|
|
11951
|
+
},
|
|
11952
|
+
{
|
|
11953
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
11954
|
+
denom_units: [{
|
|
11955
|
+
denom: 'ibc/8382BEBD1DB0BECE611DF6486A00DB89AF5E70B04521B285C7D3D93E323AC18D',
|
|
11956
|
+
exponent: 0,
|
|
11957
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
11958
|
+
}, {
|
|
11959
|
+
denom: 'lp:35:pryzm-usdc',
|
|
11960
|
+
exponent: 6
|
|
11961
|
+
}],
|
|
11962
|
+
base: 'ibc/8382BEBD1DB0BECE611DF6486A00DB89AF5E70B04521B285C7D3D93E323AC18D',
|
|
11963
|
+
name: 'PRYZM / USDC LP',
|
|
11964
|
+
display: 'lp:35:pryzm-usdc',
|
|
11965
|
+
symbol: 'PRYZM-USDC-LP',
|
|
11966
|
+
logo_URIs: {
|
|
11967
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
11968
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
11969
|
+
},
|
|
11970
|
+
images: [{
|
|
11971
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
11972
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
11973
|
+
}],
|
|
11974
|
+
type_asset: 'sdk.coin',
|
|
11975
|
+
traces: [{
|
|
11976
|
+
type: 'ibc',
|
|
11977
|
+
counterparty: {
|
|
11978
|
+
channel_id: 'channel-0',
|
|
11979
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
11980
|
+
chain_name: 'pryzm'
|
|
11981
|
+
},
|
|
11982
|
+
chain: {
|
|
11983
|
+
channel_id: 'channel-859'
|
|
11984
|
+
}
|
|
11985
|
+
}]
|
|
11986
|
+
},
|
|
11917
11987
|
{
|
|
11918
11988
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
11919
11989
|
denom_units: [{
|
|
@@ -22387,6 +22457,76 @@ const assets = {
|
|
|
22387
22457
|
}
|
|
22388
22458
|
}]
|
|
22389
22459
|
},
|
|
22460
|
+
{
|
|
22461
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
22462
|
+
denom_units: [{
|
|
22463
|
+
denom: 'ibc/5647DE5961092E514507570E3290673B509BD9CB99BF629776288D853806B4F9',
|
|
22464
|
+
exponent: 0,
|
|
22465
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
22466
|
+
}, {
|
|
22467
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
22468
|
+
exponent: 6
|
|
22469
|
+
}],
|
|
22470
|
+
base: 'ibc/5647DE5961092E514507570E3290673B509BD9CB99BF629776288D853806B4F9',
|
|
22471
|
+
name: 'PRYZM Base LP',
|
|
22472
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
22473
|
+
symbol: 'PRYZM-BASE-LP',
|
|
22474
|
+
logo_URIs: {
|
|
22475
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
22476
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
22477
|
+
},
|
|
22478
|
+
images: [{
|
|
22479
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
22480
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
22481
|
+
}],
|
|
22482
|
+
type_asset: 'sdk.coin',
|
|
22483
|
+
traces: [{
|
|
22484
|
+
type: 'ibc',
|
|
22485
|
+
counterparty: {
|
|
22486
|
+
channel_id: 'channel-0',
|
|
22487
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
22488
|
+
chain_name: 'pryzm'
|
|
22489
|
+
},
|
|
22490
|
+
chain: {
|
|
22491
|
+
channel_id: 'channel-859'
|
|
22492
|
+
}
|
|
22493
|
+
}]
|
|
22494
|
+
},
|
|
22495
|
+
{
|
|
22496
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
22497
|
+
denom_units: [{
|
|
22498
|
+
denom: 'ibc/8382BEBD1DB0BECE611DF6486A00DB89AF5E70B04521B285C7D3D93E323AC18D',
|
|
22499
|
+
exponent: 0,
|
|
22500
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
22501
|
+
}, {
|
|
22502
|
+
denom: 'lp:35:pryzm-usdc',
|
|
22503
|
+
exponent: 6
|
|
22504
|
+
}],
|
|
22505
|
+
base: 'ibc/8382BEBD1DB0BECE611DF6486A00DB89AF5E70B04521B285C7D3D93E323AC18D',
|
|
22506
|
+
name: 'PRYZM / USDC LP',
|
|
22507
|
+
display: 'lp:35:pryzm-usdc',
|
|
22508
|
+
symbol: 'PRYZM-USDC-LP',
|
|
22509
|
+
logo_URIs: {
|
|
22510
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
22511
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
22512
|
+
},
|
|
22513
|
+
images: [{
|
|
22514
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
22515
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
22516
|
+
}],
|
|
22517
|
+
type_asset: 'sdk.coin',
|
|
22518
|
+
traces: [{
|
|
22519
|
+
type: 'ibc',
|
|
22520
|
+
counterparty: {
|
|
22521
|
+
channel_id: 'channel-0',
|
|
22522
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
22523
|
+
chain_name: 'pryzm'
|
|
22524
|
+
},
|
|
22525
|
+
chain: {
|
|
22526
|
+
channel_id: 'channel-859'
|
|
22527
|
+
}
|
|
22528
|
+
}]
|
|
22529
|
+
},
|
|
22390
22530
|
{
|
|
22391
22531
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
22392
22532
|
denom_units: [{
|
package/esm/mainnet/dydx.js
CHANGED
|
@@ -7757,6 +7757,76 @@ const assets = {
|
|
|
7757
7757
|
}
|
|
7758
7758
|
}]
|
|
7759
7759
|
},
|
|
7760
|
+
{
|
|
7761
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
7762
|
+
denom_units: [{
|
|
7763
|
+
denom: 'ibc/C89BB458C726EF19F53CFA8085EC31A686E9D4752978B9674B2E51BB09B04CEE',
|
|
7764
|
+
exponent: 0,
|
|
7765
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
7766
|
+
}, {
|
|
7767
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
7768
|
+
exponent: 6
|
|
7769
|
+
}],
|
|
7770
|
+
base: 'ibc/C89BB458C726EF19F53CFA8085EC31A686E9D4752978B9674B2E51BB09B04CEE',
|
|
7771
|
+
name: 'PRYZM Base LP',
|
|
7772
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
7773
|
+
symbol: 'PRYZM-BASE-LP',
|
|
7774
|
+
logo_URIs: {
|
|
7775
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
7776
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
7777
|
+
},
|
|
7778
|
+
images: [{
|
|
7779
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
7780
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
7781
|
+
}],
|
|
7782
|
+
type_asset: 'sdk.coin',
|
|
7783
|
+
traces: [{
|
|
7784
|
+
type: 'ibc',
|
|
7785
|
+
counterparty: {
|
|
7786
|
+
channel_id: 'channel-24',
|
|
7787
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
7788
|
+
chain_name: 'pryzm'
|
|
7789
|
+
},
|
|
7790
|
+
chain: {
|
|
7791
|
+
channel_id: 'channel-71'
|
|
7792
|
+
}
|
|
7793
|
+
}]
|
|
7794
|
+
},
|
|
7795
|
+
{
|
|
7796
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
7797
|
+
denom_units: [{
|
|
7798
|
+
denom: 'ibc/3A92EF68919E8B25440A5D59E4710B5FFCB248B5EB7F950C0B0EA41002EC1299',
|
|
7799
|
+
exponent: 0,
|
|
7800
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
7801
|
+
}, {
|
|
7802
|
+
denom: 'lp:35:pryzm-usdc',
|
|
7803
|
+
exponent: 6
|
|
7804
|
+
}],
|
|
7805
|
+
base: 'ibc/3A92EF68919E8B25440A5D59E4710B5FFCB248B5EB7F950C0B0EA41002EC1299',
|
|
7806
|
+
name: 'PRYZM / USDC LP',
|
|
7807
|
+
display: 'lp:35:pryzm-usdc',
|
|
7808
|
+
symbol: 'PRYZM-USDC-LP',
|
|
7809
|
+
logo_URIs: {
|
|
7810
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
7811
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
7812
|
+
},
|
|
7813
|
+
images: [{
|
|
7814
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
7815
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
7816
|
+
}],
|
|
7817
|
+
type_asset: 'sdk.coin',
|
|
7818
|
+
traces: [{
|
|
7819
|
+
type: 'ibc',
|
|
7820
|
+
counterparty: {
|
|
7821
|
+
channel_id: 'channel-24',
|
|
7822
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
7823
|
+
chain_name: 'pryzm'
|
|
7824
|
+
},
|
|
7825
|
+
chain: {
|
|
7826
|
+
channel_id: 'channel-71'
|
|
7827
|
+
}
|
|
7828
|
+
}]
|
|
7829
|
+
},
|
|
7760
7830
|
{
|
|
7761
7831
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
7762
7832
|
denom_units: [{
|
|
@@ -15401,6 +15471,76 @@ const assets = {
|
|
|
15401
15471
|
}
|
|
15402
15472
|
}]
|
|
15403
15473
|
},
|
|
15474
|
+
{
|
|
15475
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
15476
|
+
denom_units: [{
|
|
15477
|
+
denom: 'ibc/C89BB458C726EF19F53CFA8085EC31A686E9D4752978B9674B2E51BB09B04CEE',
|
|
15478
|
+
exponent: 0,
|
|
15479
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
15480
|
+
}, {
|
|
15481
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
15482
|
+
exponent: 6
|
|
15483
|
+
}],
|
|
15484
|
+
base: 'ibc/C89BB458C726EF19F53CFA8085EC31A686E9D4752978B9674B2E51BB09B04CEE',
|
|
15485
|
+
name: 'PRYZM Base LP',
|
|
15486
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
15487
|
+
symbol: 'PRYZM-BASE-LP',
|
|
15488
|
+
logo_URIs: {
|
|
15489
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
15490
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
15491
|
+
},
|
|
15492
|
+
images: [{
|
|
15493
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
15494
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
15495
|
+
}],
|
|
15496
|
+
type_asset: 'sdk.coin',
|
|
15497
|
+
traces: [{
|
|
15498
|
+
type: 'ibc',
|
|
15499
|
+
counterparty: {
|
|
15500
|
+
channel_id: 'channel-24',
|
|
15501
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
15502
|
+
chain_name: 'pryzm'
|
|
15503
|
+
},
|
|
15504
|
+
chain: {
|
|
15505
|
+
channel_id: 'channel-71'
|
|
15506
|
+
}
|
|
15507
|
+
}]
|
|
15508
|
+
},
|
|
15509
|
+
{
|
|
15510
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
15511
|
+
denom_units: [{
|
|
15512
|
+
denom: 'ibc/3A92EF68919E8B25440A5D59E4710B5FFCB248B5EB7F950C0B0EA41002EC1299',
|
|
15513
|
+
exponent: 0,
|
|
15514
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
15515
|
+
}, {
|
|
15516
|
+
denom: 'lp:35:pryzm-usdc',
|
|
15517
|
+
exponent: 6
|
|
15518
|
+
}],
|
|
15519
|
+
base: 'ibc/3A92EF68919E8B25440A5D59E4710B5FFCB248B5EB7F950C0B0EA41002EC1299',
|
|
15520
|
+
name: 'PRYZM / USDC LP',
|
|
15521
|
+
display: 'lp:35:pryzm-usdc',
|
|
15522
|
+
symbol: 'PRYZM-USDC-LP',
|
|
15523
|
+
logo_URIs: {
|
|
15524
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
15525
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
15526
|
+
},
|
|
15527
|
+
images: [{
|
|
15528
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
15529
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
15530
|
+
}],
|
|
15531
|
+
type_asset: 'sdk.coin',
|
|
15532
|
+
traces: [{
|
|
15533
|
+
type: 'ibc',
|
|
15534
|
+
counterparty: {
|
|
15535
|
+
channel_id: 'channel-24',
|
|
15536
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
15537
|
+
chain_name: 'pryzm'
|
|
15538
|
+
},
|
|
15539
|
+
chain: {
|
|
15540
|
+
channel_id: 'channel-71'
|
|
15541
|
+
}
|
|
15542
|
+
}]
|
|
15543
|
+
},
|
|
15404
15544
|
{
|
|
15405
15545
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
15406
15546
|
denom_units: [{
|