@pancakeswap/pools 5.1.42 → 5.1.43

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/dist/index.mjs CHANGED
@@ -3260,6 +3260,51 @@ var fetchFlexibleSideVaultUser = async ({
3260
3260
  }
3261
3261
  };
3262
3262
 
3263
- export { BLOCKS_PER_DAY, BLOCKS_PER_YEAR, BOOSTED_POOLS_CONFIG_BY_CHAIN, BOOST_WEIGHT, BSC_BLOCK_TIME, CAKE_FLEXIBLE_SIDE_VAULT, CAKE_VAULT, CAKE_VAULT_SUPPORTED_CHAINS, DURATION_FACTOR, ICAKE, MAX_LOCK_DURATION, ONE_WEEK_DEFAULT, PoolCategory, SECONDS_IN_YEAR, SUPPORTED_CHAIN_IDS, UNLOCK_FREE_DURATION, VaultKey, cakeFlexibleSideVaultV2ABI, cakeVaultV2ABI, checkIsBoostedPool, fetchFlexibleSideVaultUser, fetchPoolsAllowance, fetchPoolsProfileRequirement, fetchPoolsStakingLimits, fetchPoolsStakingLimitsByBlock, fetchPoolsTimeLimits, fetchPoolsTotalStaking, fetchPublicFlexibleSideVaultData, fetchPublicVaultData, fetchUserBalances, fetchUserPendingRewards, fetchUserStakeBalances, fetchVaultFees, fetchVaultUser, getBoostedPoolApr, getBoostedPoolConfig, getBoostedPoolsConfig, getCakeFlexibleSideVaultAddress, getCakeVaultAddress, getContractAddress, getLivePoolsConfig, getPoolAprByTokenPerBlock, getPoolAprByTokenPerSecond, getPoolContractBySousId, getPoolsConfig, getSmartChefChefV2Contract, getSousChefBNBContract, getSousChefV2Contract, isCakeVaultSupported, isLegacyPool, isPoolsSupported, isUpgradedPool, smartChefABI, sousChefABI, sousChefBnbABI, sousChefV2ABI, sousChefV3ABI };
3263
+ // src/abis/ICakeVaultV1.ts
3264
+ var cakeVaultV1ABI = [
3265
+ {
3266
+ inputs: [],
3267
+ name: "withdrawAll",
3268
+ outputs: [],
3269
+ stateMutability: "nonpayable",
3270
+ type: "function"
3271
+ },
3272
+ {
3273
+ inputs: [],
3274
+ name: "getPricePerFullShare",
3275
+ outputs: [{ internalType: "uint256", name: "", type: "uint256" }],
3276
+ stateMutability: "view",
3277
+ type: "function"
3278
+ },
3279
+ {
3280
+ inputs: [{ internalType: "address", name: "", type: "address" }],
3281
+ name: "userInfo",
3282
+ outputs: [
3283
+ { internalType: "uint256", name: "shares", type: "uint256" },
3284
+ {
3285
+ internalType: "uint256",
3286
+ name: "lastDepositedTime",
3287
+ type: "uint256"
3288
+ },
3289
+ { internalType: "uint256", name: "cakeAtLastUserAction", type: "uint256" },
3290
+ {
3291
+ internalType: "uint256",
3292
+ name: "lastUserActionTime",
3293
+ type: "uint256"
3294
+ }
3295
+ ],
3296
+ stateMutability: "view",
3297
+ type: "function"
3298
+ },
3299
+ {
3300
+ inputs: [],
3301
+ name: "performanceFee",
3302
+ outputs: [{ internalType: "uint256", name: "", type: "uint256" }],
3303
+ stateMutability: "view",
3304
+ type: "function"
3305
+ }
3306
+ ];
3307
+
3308
+ export { BLOCKS_PER_DAY, BLOCKS_PER_YEAR, BOOSTED_POOLS_CONFIG_BY_CHAIN, BOOST_WEIGHT, BSC_BLOCK_TIME, CAKE_FLEXIBLE_SIDE_VAULT, CAKE_VAULT, CAKE_VAULT_SUPPORTED_CHAINS, DURATION_FACTOR, ICAKE, MAX_LOCK_DURATION, ONE_WEEK_DEFAULT, PoolCategory, SECONDS_IN_YEAR, SUPPORTED_CHAIN_IDS, UNLOCK_FREE_DURATION, VaultKey, cakeFlexibleSideVaultV2ABI, cakeVaultV1ABI, cakeVaultV2ABI, checkIsBoostedPool, fetchFlexibleSideVaultUser, fetchPoolsAllowance, fetchPoolsProfileRequirement, fetchPoolsStakingLimits, fetchPoolsStakingLimitsByBlock, fetchPoolsTimeLimits, fetchPoolsTotalStaking, fetchPublicFlexibleSideVaultData, fetchPublicVaultData, fetchUserBalances, fetchUserPendingRewards, fetchUserStakeBalances, fetchVaultFees, fetchVaultUser, getBoostedPoolApr, getBoostedPoolConfig, getBoostedPoolsConfig, getCakeFlexibleSideVaultAddress, getCakeVaultAddress, getContractAddress, getLivePoolsConfig, getPoolAprByTokenPerBlock, getPoolAprByTokenPerSecond, getPoolContractBySousId, getPoolsConfig, getSmartChefChefV2Contract, getSousChefBNBContract, getSousChefV2Contract, isCakeVaultSupported, isLegacyPool, isPoolsSupported, isUpgradedPool, smartChefABI, sousChefABI, sousChefBnbABI, sousChefV2ABI, sousChefV3ABI };
3264
3309
  //# sourceMappingURL=out.js.map
3265
3310
  //# sourceMappingURL=index.mjs.map