@panoptic-eng/sdk 1.0.13 → 1.0.15
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/README.md +23 -1
- package/dist/cow/index.js +1 -1
- package/dist/index.d.ts +13 -13
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -2
- package/dist/index.js.map +1 -1
- package/dist/panoptic/v2/index.js +4 -3
- package/dist/panoptic/v2/index.js.map +1 -1
- package/dist/test/index.d.ts +2 -2
- package/dist/test/index.d.ts.map +1 -1
- package/dist/uniswap/index.js +1 -1
- package/dist/{writes-uU8w6eAC.js → writes-BlCi23qF.js} +80 -11
- package/dist/writes-BlCi23qF.js.map +1 -0
- package/package.json +21 -5
- package/dist/writes-uU8w6eAC.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -15823,6 +15823,7 @@ const UsdcPlpVaultMainnetProdConfig = {
|
|
|
15823
15823
|
vaultCapInShares: 19500000000000000n,
|
|
15824
15824
|
allowUnlimitedDepositRequestIfCapNotReached: true,
|
|
15825
15825
|
maxBuyingPowerUsageBps: 2e3,
|
|
15826
|
+
poolDeploymentBlock: 25302077,
|
|
15826
15827
|
chainId: MAINNET_CHAIN_ID,
|
|
15827
15828
|
hypoVaultAddress: MAINNET_HYPOVAULT_ADDRESSES$1.usdcPlpVault,
|
|
15828
15829
|
addresses: {
|
|
@@ -15846,6 +15847,7 @@ const UsdcPlpVaultMainnetLegacyConfig = {
|
|
|
15846
15847
|
...UsdcPlpVaultMainnetProdConfig,
|
|
15847
15848
|
artifactSet: "mainnet-legacy",
|
|
15848
15849
|
manageCycleIntervalMs: 36e5,
|
|
15850
|
+
poolDeploymentBlock: 24822309,
|
|
15849
15851
|
hypoVaultAddress: "0x963Fe9c93bc353602656ee4051A75114bA74d6c5",
|
|
15850
15852
|
addresses: {
|
|
15851
15853
|
...UsdcPlpVaultMainnetProdConfig.addresses,
|
|
@@ -15969,10 +15971,11 @@ const WethPlpVaultMainnetProdConfig = {
|
|
|
15969
15971
|
artifactSet: "mainnet-prod",
|
|
15970
15972
|
vaultAssetIndex: 1n,
|
|
15971
15973
|
manageCycleIntervalMs: 6e5,
|
|
15972
|
-
vaultCapInUnderlying:
|
|
15973
|
-
vaultCapInShares:
|
|
15974
|
+
vaultCapInUnderlying: 20000000000000000000n,
|
|
15975
|
+
vaultCapInShares: 20000000000000000000000000n,
|
|
15974
15976
|
allowUnlimitedDepositRequestIfCapNotReached: true,
|
|
15975
15977
|
maxBuyingPowerUsageBps: 6600,
|
|
15978
|
+
poolDeploymentBlock: 25302077,
|
|
15976
15979
|
chainId: MAINNET_CHAIN_ID,
|
|
15977
15980
|
hypoVaultAddress: MAINNET_HYPOVAULT_ADDRESSES.wethPlpVault,
|
|
15978
15981
|
addresses: {
|
|
@@ -15996,6 +15999,7 @@ const WethPlpVaultMainnetLegacyConfig = {
|
|
|
15996
15999
|
...WethPlpVaultMainnetProdConfig,
|
|
15997
16000
|
artifactSet: "mainnet-legacy",
|
|
15998
16001
|
manageCycleIntervalMs: 36e5,
|
|
16002
|
+
poolDeploymentBlock: 24822309,
|
|
15999
16003
|
hypoVaultAddress: "0x779a2aa634A004b3a3f3b322083744869BBC6D66",
|
|
16000
16004
|
addresses: {
|
|
16001
16005
|
...WethPlpVaultMainnetProdConfig.addresses,
|