@pancakeswap/pools 5.1.42 → 5.1.44

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
@@ -15,6 +15,7 @@ var SUPPORTED_CHAIN_IDS = [
15
15
  ChainId.ARBITRUM_GOERLI,
16
16
  ChainId.ZKSYNC,
17
17
  ChainId.ZKSYNC_TESTNET,
18
+ ChainId.BASE,
18
19
  ChainId.LINEA_TESTNET,
19
20
  ChainId.BASE_TESTNET,
20
21
  ChainId.POLYGON_ZKEVM_TESTNET,
@@ -3260,6 +3261,51 @@ var fetchFlexibleSideVaultUser = async ({
3260
3261
  }
3261
3262
  };
3262
3263
 
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 };
3264
+ // src/abis/ICakeVaultV1.ts
3265
+ var cakeVaultV1ABI = [
3266
+ {
3267
+ inputs: [],
3268
+ name: "withdrawAll",
3269
+ outputs: [],
3270
+ stateMutability: "nonpayable",
3271
+ type: "function"
3272
+ },
3273
+ {
3274
+ inputs: [],
3275
+ name: "getPricePerFullShare",
3276
+ outputs: [{ internalType: "uint256", name: "", type: "uint256" }],
3277
+ stateMutability: "view",
3278
+ type: "function"
3279
+ },
3280
+ {
3281
+ inputs: [{ internalType: "address", name: "", type: "address" }],
3282
+ name: "userInfo",
3283
+ outputs: [
3284
+ { internalType: "uint256", name: "shares", type: "uint256" },
3285
+ {
3286
+ internalType: "uint256",
3287
+ name: "lastDepositedTime",
3288
+ type: "uint256"
3289
+ },
3290
+ { internalType: "uint256", name: "cakeAtLastUserAction", type: "uint256" },
3291
+ {
3292
+ internalType: "uint256",
3293
+ name: "lastUserActionTime",
3294
+ type: "uint256"
3295
+ }
3296
+ ],
3297
+ stateMutability: "view",
3298
+ type: "function"
3299
+ },
3300
+ {
3301
+ inputs: [],
3302
+ name: "performanceFee",
3303
+ outputs: [{ internalType: "uint256", name: "", type: "uint256" }],
3304
+ stateMutability: "view",
3305
+ type: "function"
3306
+ }
3307
+ ];
3308
+
3309
+ 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
3310
  //# sourceMappingURL=out.js.map
3265
3311
  //# sourceMappingURL=index.mjs.map