@berachain/berajs 0.2.12 → 0.2.13
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/{RequestError-DBOIV65x.d.ts → RequestError-DkUbo3ro.d.ts} +1 -0
- package/dist/abi/bend/bundler.d.ts +100 -0
- package/dist/abi/bend/bundler.d.ts.map +1 -0
- package/dist/abi/bend/generalAdapter.d.ts +651 -0
- package/dist/abi/bend/generalAdapter.d.ts.map +1 -0
- package/dist/abi/bend/morphoVault.d.ts +1991 -0
- package/dist/abi/bend/morphoVault.d.ts.map +1 -0
- package/dist/abi/bend/publicAllocator.d.ts +448 -0
- package/dist/abi/bend/publicAllocator.d.ts.map +1 -0
- package/dist/abi/enso/ensoRouterAbi.d.ts +215 -0
- package/dist/abi/enso/ensoRouterAbi.d.ts.map +1 -0
- package/dist/abi/enso/ensoWalletV2Factory.d.ts +16 -0
- package/dist/abi/enso/ensoWalletV2Factory.d.ts.map +1 -0
- package/dist/abi/exports.d.ts +13 -6574
- package/dist/abi/exports.d.ts.map +1 -0
- package/dist/abi/exports.mjs +4 -3
- package/dist/abi/exports.mjs.map +1 -0
- package/dist/abi/pyth/pyth.d.ts +434 -0
- package/dist/abi/pyth/pyth.d.ts.map +1 -0
- package/dist/abi/pyth/pythErrors.d.ts +58 -0
- package/dist/abi/pyth/pythErrors.d.ts.map +1 -0
- package/dist/abi/utils/EIP7702StatelessDelegator.d.ts +799 -0
- package/dist/abi/utils/EIP7702StatelessDelegator.d.ts.map +1 -0
- package/dist/abi/utils/bundler3errors.d.ts +18 -0
- package/dist/abi/utils/bundler3errors.d.ts.map +1 -0
- package/dist/abi/utils/commonAbiErrors.d.ts +302 -0
- package/dist/abi/utils/commonAbiErrors.d.ts.map +1 -0
- package/dist/abi/utils/erc20errors.d.ts +167 -0
- package/dist/abi/utils/erc20errors.d.ts.map +1 -0
- package/dist/abi/utils/merkleDistributor.d.ts +655 -0
- package/dist/abi/utils/merkleDistributor.d.ts.map +1 -0
- package/dist/abi/utils/multicall3.d.ts +337 -0
- package/dist/abi/utils/multicall3.d.ts.map +1 -0
- package/dist/abi/utils/openChainErrors.d.ts +126 -0
- package/dist/abi/utils/openChainErrors.d.ts.map +1 -0
- package/dist/abi/utils/thirdwebMinimalAccount.d.ts +869 -0
- package/dist/abi/utils/thirdwebMinimalAccount.d.ts.map +1 -0
- package/dist/abi/utils/upgradableBeacon.d.ts +97 -0
- package/dist/abi/utils/upgradableBeacon.d.ts.map +1 -0
- package/dist/actions/__test/transports.d.ts +18 -0
- package/dist/actions/__test/transports.d.ts.map +1 -0
- package/dist/actions/bend/getConvertToAssets.d.ts +11 -0
- package/dist/actions/bend/getConvertToAssets.d.ts.map +1 -0
- package/dist/actions/bend/getMaxDeposit.d.ts +26 -0
- package/dist/actions/bend/getMaxDeposit.d.ts.map +1 -0
- package/dist/actions/clients/BeraApolloClient.d.ts +28 -0
- package/dist/actions/clients/BeraApolloClient.d.ts.map +1 -0
- package/dist/actions/clients/exports.d.ts +4 -62
- package/dist/actions/clients/exports.d.ts.map +1 -0
- package/dist/actions/clients/exports.mjs +11 -10
- package/dist/actions/clients/exports.mjs.map +1 -0
- package/dist/actions/clients/fetchBeep.d.ts +12 -0
- package/dist/actions/clients/fetchBeep.d.ts.map +1 -0
- package/dist/actions/clients/fetchOpenApi.d.ts +48 -0
- package/dist/actions/clients/fetchOpenApi.d.ts.map +1 -0
- package/dist/actions/clients/fetchOpenApi.unit.test.d.ts +2 -0
- package/dist/actions/clients/fetchOpenApi.unit.test.d.ts.map +1 -0
- package/dist/actions/clients/getApolloClient.d.ts +11 -0
- package/dist/actions/clients/getApolloClient.d.ts.map +1 -0
- package/dist/actions/clients/getEnsoClient.d.ts +11 -0
- package/dist/actions/clients/getEnsoClient.d.ts.map +1 -0
- package/dist/actions/dex/__tests__/aggregators.unit.test.d.ts +2 -0
- package/dist/actions/dex/__tests__/aggregators.unit.test.d.ts.map +1 -0
- package/dist/actions/dex/__tests__/allPools.integration.test.d.ts +2 -0
- package/dist/actions/dex/__tests__/allPools.integration.test.d.ts.map +1 -0
- package/dist/actions/dex/__tests__/getOnChainPool.unit.test.d.ts +2 -0
- package/dist/actions/dex/__tests__/getOnChainPool.unit.test.d.ts.map +1 -0
- package/dist/actions/dex/aggregators/base.d.ts +89 -0
- package/dist/actions/dex/aggregators/base.d.ts.map +1 -0
- package/dist/actions/dex/aggregators/bex.d.ts +26 -0
- package/dist/actions/dex/aggregators/bex.d.ts.map +1 -0
- package/dist/actions/dex/aggregators/bgt.d.ts +17 -0
- package/dist/actions/dex/aggregators/bgt.d.ts.map +1 -0
- package/dist/actions/dex/aggregators/enso/enso.d.ts +15 -0
- package/dist/actions/dex/aggregators/enso/enso.d.ts.map +1 -0
- package/dist/actions/dex/aggregators/enso/ensoErc4626.d.ts +14 -0
- package/dist/actions/dex/aggregators/enso/ensoErc4626.d.ts.map +1 -0
- package/dist/actions/dex/aggregators/enso/ensoErc4626.debug.test.d.ts +2 -0
- package/dist/actions/dex/aggregators/enso/ensoErc4626.debug.test.d.ts.map +1 -0
- package/dist/actions/dex/aggregators/erc4626.d.ts +32 -0
- package/dist/actions/dex/aggregators/erc4626.d.ts.map +1 -0
- package/dist/actions/dex/aggregators/fly.d.ts +14 -0
- package/dist/actions/dex/aggregators/fly.d.ts.map +1 -0
- package/dist/actions/dex/aggregators/haiku.d.ts +14 -0
- package/dist/actions/dex/aggregators/haiku.d.ts.map +1 -0
- package/dist/actions/dex/aggregators/haiku.integration.test.d.ts +2 -0
- package/dist/actions/dex/aggregators/haiku.integration.test.d.ts.map +1 -0
- package/dist/actions/dex/aggregators/honey.d.ts +32 -0
- package/dist/actions/dex/aggregators/honey.d.ts.map +1 -0
- package/dist/actions/dex/aggregators/kyberswap.d.ts +14 -0
- package/dist/actions/dex/aggregators/kyberswap.d.ts.map +1 -0
- package/dist/actions/dex/aggregators/oogabooga.d.ts +13 -0
- package/dist/actions/dex/aggregators/oogabooga.d.ts.map +1 -0
- package/dist/actions/dex/aggregators/openOcean.d.ts +15 -0
- package/dist/actions/dex/aggregators/openOcean.d.ts.map +1 -0
- package/dist/actions/dex/aggregators/wbera.d.ts +17 -0
- package/dist/actions/dex/aggregators/wbera.d.ts.map +1 -0
- package/dist/actions/dex/b-sdk.d.ts +3 -0
- package/dist/actions/dex/bSdk.d.ts +3 -0
- package/dist/actions/dex/bSdk.d.ts.map +1 -0
- package/dist/actions/dex/getAllPools.d.ts +58 -0
- package/dist/actions/dex/getAllPools.d.ts.map +1 -0
- package/dist/actions/dex/getApiPool.d.ts +390 -0
- package/dist/actions/dex/getApiPool.d.ts.map +1 -0
- package/dist/actions/dex/getGlobalLiquidityAndSwapVolume.d.ts +3 -0
- package/dist/actions/dex/getGlobalLiquidityAndSwapVolume.d.ts.map +1 -0
- package/dist/actions/dex/getOnChainPool.d.ts +42 -0
- package/dist/actions/dex/getOnChainPool.d.ts.map +1 -0
- package/dist/actions/dex/getPoolEvents.d.ts +7 -0
- package/dist/actions/dex/getPoolEvents.d.ts.map +1 -0
- package/dist/actions/dex/getPoolHistoricalData.d.ts +15 -0
- package/dist/actions/dex/getPoolHistoricalData.d.ts.map +1 -0
- package/dist/actions/dex/getPoolPausedState.d.ts +10 -0
- package/dist/actions/dex/getPoolPausedState.d.ts.map +1 -0
- package/dist/actions/dex/getPoolWithState.d.ts +4 -0
- package/dist/actions/dex/getPoolWithState.d.ts.map +1 -0
- package/dist/actions/dex/getVaultPausedState.d.ts +5 -0
- package/dist/actions/dex/getVaultPausedState.d.ts.map +1 -0
- package/dist/actions/enso/__tests__/getBendDemultiplyBundle.action.unit.test.d.ts +2 -0
- package/dist/actions/enso/__tests__/getBendDemultiplyBundle.action.unit.test.d.ts.map +1 -0
- package/dist/actions/enso/__tests__/getBendDemultiplyBundle.unit.test.d.ts +2 -0
- package/dist/actions/enso/__tests__/getBendDemultiplyBundle.unit.test.d.ts.map +1 -0
- package/dist/actions/enso/__tests__/getBendMultiplyBundle.action.unit.test.d.ts +2 -0
- package/dist/actions/enso/__tests__/getBendMultiplyBundle.action.unit.test.d.ts.map +1 -0
- package/dist/actions/enso/__tests__/getBendMultiplyBundle.unit.test.d.ts +2 -0
- package/dist/actions/enso/__tests__/getBendMultiplyBundle.unit.test.d.ts.map +1 -0
- package/dist/actions/enso/__tests__/getEnsoUserTokensWithBalances.debug.test.d.ts +2 -0
- package/dist/actions/enso/__tests__/getEnsoUserTokensWithBalances.debug.test.d.ts.map +1 -0
- package/dist/actions/enso/__tests__/helpers.d.ts +24 -0
- package/dist/actions/enso/__tests__/helpers.d.ts.map +1 -0
- package/dist/actions/enso/__tests__/util.unit.test.d.ts +2 -0
- package/dist/actions/enso/__tests__/util.unit.test.d.ts.map +1 -0
- package/dist/actions/enso/flashloan.d.ts +41 -0
- package/dist/actions/enso/flashloan.d.ts.map +1 -0
- package/dist/actions/enso/getBendDemultiplyBundle.d.ts +55 -0
- package/dist/actions/enso/getBendDemultiplyBundle.d.ts.map +1 -0
- package/dist/actions/enso/getBendMultiplyBundle.d.ts +70 -0
- package/dist/actions/enso/getBendMultiplyBundle.d.ts.map +1 -0
- package/dist/actions/enso/getEnsoSwapBundle.d.ts +3 -0
- package/dist/actions/enso/getEnsoSwapBundle.d.ts.map +1 -0
- package/dist/actions/enso/getEnsoUserTokensWithBalances.d.ts +16 -0
- package/dist/actions/enso/getEnsoUserTokensWithBalances.d.ts.map +1 -0
- package/dist/actions/enso/util.d.ts +40 -0
- package/dist/actions/enso/util.d.ts.map +1 -0
- package/dist/actions/exports.d.ts +100 -1682
- package/dist/actions/exports.d.ts.map +1 -0
- package/dist/actions/exports.mjs +45 -26
- package/dist/actions/exports.mjs.map +1 -0
- package/dist/actions/governance/__tests__/checkProposalField.unit.test.d.ts +2 -0
- package/dist/actions/governance/__tests__/checkProposalField.unit.test.d.ts.map +1 -0
- package/dist/actions/governance/__tests__/getDecodedFunctionData.integration.test.d.ts +2 -0
- package/dist/actions/governance/__tests__/getDecodedFunctionData.integration.test.d.ts.map +1 -0
- package/dist/actions/governance/__tests__/getQuorum.integration.test.d.ts +2 -0
- package/dist/actions/governance/__tests__/getQuorum.integration.test.d.ts.map +1 -0
- package/dist/actions/governance/checkProposalField.d.ts +27 -0
- package/dist/actions/governance/checkProposalField.d.ts.map +1 -0
- package/dist/actions/governance/computeActualStatus.d.ts +14 -0
- package/dist/actions/governance/computeActualStatus.d.ts.map +1 -0
- package/dist/actions/governance/constants.d.ts +7 -0
- package/dist/actions/governance/constants.d.ts.map +1 -0
- package/dist/actions/governance/exports.d.ts +10 -132
- package/dist/actions/governance/exports.d.ts.map +1 -0
- package/dist/actions/governance/exports.mjs +5 -4
- package/dist/actions/governance/exports.mjs.map +1 -0
- package/dist/actions/governance/getAllProposals.d.ts +16 -0
- package/dist/actions/governance/getAllProposals.d.ts.map +1 -0
- package/dist/actions/governance/getBodyErrors.d.ts +10 -0
- package/dist/actions/governance/getBodyErrors.d.ts.map +1 -0
- package/dist/actions/governance/getDecodedFunctionData.d.ts +30 -0
- package/dist/actions/governance/getDecodedFunctionData.d.ts.map +1 -0
- package/dist/actions/governance/getProposalDetails.d.ts +10 -0
- package/dist/actions/governance/getProposalDetails.d.ts.map +1 -0
- package/dist/actions/governance/getProposalFromTx.d.ts +18 -0
- package/dist/actions/governance/getProposalFromTx.d.ts.map +1 -0
- package/dist/actions/governance/getProposalParams.d.ts +15 -0
- package/dist/actions/governance/getProposalParams.d.ts.map +1 -0
- package/dist/actions/governance/getProposalVotes.d.ts +10 -0
- package/dist/actions/governance/getProposalVotes.d.ts.map +1 -0
- package/dist/actions/governance/getQuorum.d.ts +13 -0
- package/dist/actions/governance/getQuorum.d.ts.map +1 -0
- package/dist/actions/governance/parseProposalBody.d.ts +13 -0
- package/dist/actions/governance/parseProposalBody.d.ts.map +1 -0
- package/dist/actions/honey/getChartData.d.ts +13 -0
- package/dist/actions/honey/getChartData.d.ts.map +1 -0
- package/dist/actions/honey/getCollateralWeights.d.ts +19 -0
- package/dist/actions/honey/getCollateralWeights.d.ts.map +1 -0
- package/dist/actions/honey/getGlobalCapLimit.d.ts +24 -0
- package/dist/actions/honey/getGlobalCapLimit.d.ts.map +1 -0
- package/dist/actions/honey/getHoney24hVolume.d.ts +9 -0
- package/dist/actions/honey/getHoney24hVolume.d.ts.map +1 -0
- package/dist/actions/honey/getHoneyCollaterals.d.ts +33 -0
- package/dist/actions/honey/getHoneyCollaterals.d.ts.map +1 -0
- package/dist/actions/honey/getHoneyFees.d.ts +24 -0
- package/dist/actions/honey/getHoneyFees.d.ts.map +1 -0
- package/dist/actions/honey/getHoneyPausedState.d.ts +9 -0
- package/dist/actions/honey/getHoneyPausedState.d.ts.map +1 -0
- package/dist/actions/honey/getHoneyPreview.d.ts +52 -0
- package/dist/actions/honey/getHoneyPreview.d.ts.map +1 -0
- package/dist/actions/honey/getHoneyPythPriceOracle.d.ts +10 -0
- package/dist/actions/honey/getHoneyPythPriceOracle.d.ts.map +1 -0
- package/dist/actions/honey/getHoneyRootPriceOracle.d.ts +9 -0
- package/dist/actions/honey/getHoneyRootPriceOracle.d.ts.map +1 -0
- package/dist/actions/honey/getHoneyTxns.d.ts +21 -0
- package/dist/actions/honey/getHoneyTxns.d.ts.map +1 -0
- package/dist/actions/honey/getHoneyVaultsBalance.d.ts +13 -0
- package/dist/actions/honey/getHoneyVaultsBalance.d.ts.map +1 -0
- package/dist/actions/honey/getPythLatestPrices.d.ts +26 -0
- package/dist/actions/honey/getPythLatestPrices.d.ts.map +1 -0
- package/dist/actions/honey/getRelativeCapLimit.d.ts +23 -0
- package/dist/actions/honey/getRelativeCapLimit.d.ts.map +1 -0
- package/dist/actions/honey/getSharesWithoutFees.d.ts +25 -0
- package/dist/actions/honey/getSharesWithoutFees.d.ts.map +1 -0
- package/dist/actions/honey/getSwapPayload.d.ts +24 -0
- package/dist/actions/honey/getSwapPayload.d.ts.map +1 -0
- package/dist/actions/honey/isBadCollateralAsset.d.ts +24 -0
- package/dist/actions/honey/isBadCollateralAsset.d.ts.map +1 -0
- package/dist/actions/honey/isBasketModeEnabled.d.ts +11 -0
- package/dist/actions/honey/isBasketModeEnabled.d.ts.map +1 -0
- package/dist/actions/honey/tests/pyth.integration.test.d.ts +2 -0
- package/dist/actions/honey/tests/pyth.integration.test.d.ts.map +1 -0
- package/dist/actions/misc/getBlockTimestamp.d.ts +14 -0
- package/dist/actions/misc/getBlockTimestamp.d.ts.map +1 -0
- package/dist/actions/pol/__tests__/getAllValidators.integration.test.d.ts +2 -0
- package/dist/actions/pol/__tests__/getAllValidators.integration.test.d.ts.map +1 -0
- package/dist/actions/pol/__tests__/getValidator.integration.test.d.ts +2 -0
- package/dist/actions/pol/__tests__/getValidator.integration.test.d.ts.map +1 -0
- package/dist/actions/pol/__tests__/rewardVaults.integration.test.d.ts +2 -0
- package/dist/actions/pol/__tests__/rewardVaults.integration.test.d.ts.map +1 -0
- package/dist/actions/pol/getAutoclaimedIncentives.d.ts +14 -0
- package/dist/actions/pol/getAutoclaimedIncentives.d.ts.map +1 -0
- package/dist/actions/pol/getAutoclaimedIncentivesTxHash.d.ts +14 -0
- package/dist/actions/pol/getAutoclaimedIncentivesTxHash.d.ts.map +1 -0
- package/dist/actions/pol/getBGTGlobalInfo.d.ts +10 -0
- package/dist/actions/pol/getBGTGlobalInfo.d.ts.map +1 -0
- package/dist/actions/pol/getBeraTokenTotalSupply.d.ts +7 -0
- package/dist/actions/pol/getBeraTokenTotalSupply.d.ts.map +1 -0
- package/dist/actions/pol/getBgtAprSimulation.d.ts +88 -0
- package/dist/actions/pol/getBgtAprSimulation.d.ts.map +1 -0
- package/dist/actions/pol/getBgtAprSimultaion.unit.test.d.ts +2 -0
- package/dist/actions/pol/getBgtAprSimultaion.unit.test.d.ts.map +1 -0
- package/dist/actions/pol/getBgtIncentiveDistributorPaused.d.ts +10 -0
- package/dist/actions/pol/getBgtIncentiveDistributorPaused.d.ts.map +1 -0
- package/dist/actions/pol/getBgtTokenTotalBoosts.d.ts +6 -0
- package/dist/actions/pol/getBgtTokenTotalBoosts.d.ts.map +1 -0
- package/dist/actions/pol/getBgtTokenTotalSupply.d.ts +6 -0
- package/dist/actions/pol/getBgtTokenTotalSupply.d.ts.map +1 -0
- package/dist/actions/pol/getBlockTime.d.ts +7 -0
- package/dist/actions/pol/getBlockTime.d.ts.map +1 -0
- package/dist/actions/pol/getBlockTime.debug.test.d.ts +2 -0
- package/dist/actions/pol/getBlockTime.debug.test.d.ts.map +1 -0
- package/dist/actions/pol/getEarnedStakedBeraVault.d.ts +42 -0
- package/dist/actions/pol/getEarnedStakedBeraVault.d.ts.map +1 -0
- package/dist/actions/pol/getGlobalData.d.ts +8 -0
- package/dist/actions/pol/getGlobalData.d.ts.map +1 -0
- package/dist/actions/pol/getHeroEarnVaults.d.ts +35 -0
- package/dist/actions/pol/getHeroEarnVaults.d.ts.map +1 -0
- package/dist/actions/pol/getLSTStakeConfig.d.ts +13 -0
- package/dist/actions/pol/getLSTStakeConfig.d.ts.map +1 -0
- package/dist/actions/pol/getMarkets.d.ts +9 -0
- package/dist/actions/pol/getMarkets.d.ts.map +1 -0
- package/dist/actions/pol/getRewardProofsByValidator.d.ts +9 -0
- package/dist/actions/pol/getRewardProofsByValidator.d.ts.map +1 -0
- package/dist/actions/pol/getRewardTokenToBeraRate.d.ts +12 -0
- package/dist/actions/pol/getRewardTokenToBeraRate.d.ts.map +1 -0
- package/dist/actions/pol/getRewardVault.d.ts +13 -0
- package/dist/actions/pol/getRewardVault.d.ts.map +1 -0
- package/dist/actions/pol/getRewardVaultBeaconImplementation.d.ts +8 -0
- package/dist/actions/pol/getRewardVaultBeaconImplementation.d.ts.map +1 -0
- package/dist/actions/pol/getRewardVaultBeaconImplementation.integration.test.d.ts +2 -0
- package/dist/actions/pol/getRewardVaultBeaconImplementation.integration.test.d.ts.map +1 -0
- package/dist/actions/pol/getRewardVaultDurationConstants.d.ts +12 -0
- package/dist/actions/pol/getRewardVaultDurationConstants.d.ts.map +1 -0
- package/dist/actions/pol/getRewardVaultDurationConstants.integration.test.d.ts +2 -0
- package/dist/actions/pol/getRewardVaultDurationConstants.integration.test.d.ts.map +1 -0
- package/dist/actions/pol/getRewardVaultEarnedRewards.d.ts +14 -0
- package/dist/actions/pol/getRewardVaultEarnedRewards.d.ts.map +1 -0
- package/dist/actions/pol/getRewardVaultFromToken.d.ts +7 -0
- package/dist/actions/pol/getRewardVaultFromToken.d.ts.map +1 -0
- package/dist/actions/pol/getRewardVaultIncentives.d.ts +23 -0
- package/dist/actions/pol/getRewardVaultIncentives.d.ts.map +1 -0
- package/dist/actions/pol/getRewardVaultRewards.d.ts +38 -0
- package/dist/actions/pol/getRewardVaultRewards.d.ts.map +1 -0
- package/dist/actions/pol/getRewardVaultStakingToken.d.ts +6 -0
- package/dist/actions/pol/getRewardVaultStakingToken.d.ts.map +1 -0
- package/dist/actions/pol/getRewardVaults.d.ts +14 -0
- package/dist/actions/pol/getRewardVaults.d.ts.map +1 -0
- package/dist/actions/pol/getSWBeraVaultMetadata.d.ts +32 -0
- package/dist/actions/pol/getSWBeraVaultMetadata.d.ts.map +1 -0
- package/dist/actions/pol/getSWBeraWithdrawal.d.ts +30 -0
- package/dist/actions/pol/getSWBeraWithdrawal.d.ts.map +1 -0
- package/dist/actions/pol/getStakeWithdrawalCooldown.d.ts +6 -0
- package/dist/actions/pol/getStakeWithdrawalCooldown.d.ts.map +1 -0
- package/dist/actions/pol/getStakedBeraAPR.d.ts +12 -0
- package/dist/actions/pol/getStakedBeraAPR.d.ts.map +1 -0
- package/dist/actions/pol/getStakedBeraSnapshots.d.ts +12 -0
- package/dist/actions/pol/getStakedBeraSnapshots.d.ts.map +1 -0
- package/dist/actions/pol/getStakingDailyAssets.d.ts +10 -0
- package/dist/actions/pol/getStakingDailyAssets.d.ts.map +1 -0
- package/dist/actions/pol/getStakingTokenInformation.d.ts +9 -0
- package/dist/actions/pol/getStakingTokenInformation.d.ts.map +1 -0
- package/dist/actions/pol/getTotalStakedAmount.d.ts +13 -0
- package/dist/actions/pol/getTotalStakedAmount.d.ts.map +1 -0
- package/dist/actions/pol/getUserClaimableIncentives.d.ts +9 -0
- package/dist/actions/pol/getUserClaimableIncentives.d.ts.map +1 -0
- package/dist/actions/pol/getUserVaultInfo.d.ts +9 -0
- package/dist/actions/pol/getUserVaultInfo.d.ts.map +1 -0
- package/dist/actions/pol/getUserVaults.d.ts +18 -0
- package/dist/actions/pol/getUserVaults.d.ts.map +1 -0
- package/dist/actions/pol/getUserVaultsBalance.d.ts +11 -0
- package/dist/actions/pol/getUserVaultsBalance.d.ts.map +1 -0
- package/dist/actions/pol/getVaultHistory.d.ts +8 -0
- package/dist/actions/pol/getVaultHistory.d.ts.map +1 -0
- package/dist/actions/pol/getVaultValidators.d.ts +7 -0
- package/dist/actions/pol/getVaultValidators.d.ts.map +1 -0
- package/dist/actions/pol/getVaultsSupply.d.ts +7 -0
- package/dist/actions/pol/getVaultsSupply.d.ts.map +1 -0
- package/dist/actions/prices/__tests__/prices.integration.test.d.ts +2 -0
- package/dist/actions/prices/__tests__/prices.integration.test.d.ts.map +1 -0
- package/dist/actions/prices/getTokenCurrentPrices.d.ts +5 -0
- package/dist/actions/prices/getTokenCurrentPrices.d.ts.map +1 -0
- package/dist/actions/pyth/getHoneyPythFeeds.d.ts +12 -0
- package/dist/actions/pyth/getHoneyPythFeeds.d.ts.map +1 -0
- package/dist/actions/pyth/getUpdateFee.d.ts +6 -0
- package/dist/actions/pyth/getUpdateFee.d.ts.map +1 -0
- package/dist/actions/server/exports.d.ts +2 -13
- package/dist/actions/server/exports.d.ts.map +1 -0
- package/dist/actions/server/exports.mjs +28 -17
- package/dist/actions/server/exports.mjs.map +1 -0
- package/dist/actions/server/getDailyValidatorBlockStats.d.ts +14 -0
- package/dist/actions/server/getDailyValidatorBlockStats.d.ts.map +1 -0
- package/dist/actions/tokens/getAllowances.d.ts +10 -0
- package/dist/actions/tokens/getAllowances.d.ts.map +1 -0
- package/dist/actions/tokens/getTokenInformation.d.ts +11 -0
- package/dist/actions/tokens/getTokenInformation.d.ts.map +1 -0
- package/dist/actions/tokens/getTokens.d.ts +5 -0
- package/dist/actions/tokens/getTokens.d.ts.map +1 -0
- package/dist/actions/tokens/getUnderlyingToken.d.ts +12 -0
- package/dist/actions/tokens/getUnderlyingToken.d.ts.map +1 -0
- package/dist/actions/tokens/getWalletBalances.d.ts +499 -0
- package/dist/actions/tokens/getWalletBalances.d.ts.map +1 -0
- package/dist/actions/tokens/getWalletBalances.integration.test.d.ts +2 -0
- package/dist/actions/tokens/getWalletBalances.integration.test.d.ts.map +1 -0
- package/dist/actions/transactions/beraWriteContract.d.ts +19 -0
- package/dist/actions/transactions/beraWriteContract.d.ts.map +1 -0
- package/dist/actions/transactions/beraWriteContract.integration.test.d.ts +2 -0
- package/dist/actions/transactions/beraWriteContract.integration.test.d.ts.map +1 -0
- package/dist/actions/validators/getActiveBoostAndCommissionChangeDelay.d.ts +30 -0
- package/dist/actions/validators/getActiveBoostAndCommissionChangeDelay.d.ts.map +1 -0
- package/dist/actions/validators/getActiveBoostAndCommissionChangeDelay.integration.test.d.ts +2 -0
- package/dist/actions/validators/getActiveBoostAndCommissionChangeDelay.integration.test.d.ts.map +1 -0
- package/dist/actions/validators/getAllValidators.d.ts +5 -0
- package/dist/actions/validators/getAllValidators.d.ts.map +1 -0
- package/dist/actions/validators/getApiEnrichedAllocation.d.ts +6 -0
- package/dist/actions/validators/getApiEnrichedAllocation.d.ts.map +1 -0
- package/dist/actions/validators/getApiValidator.d.ts +9 -0
- package/dist/actions/validators/getApiValidator.d.ts.map +1 -0
- package/dist/actions/validators/getBaselineRewardAllocation.d.ts +5 -0
- package/dist/actions/validators/getBaselineRewardAllocation.d.ts.map +1 -0
- package/dist/actions/validators/getDefaultRewardAllocation.d.ts +7 -0
- package/dist/actions/validators/getDefaultRewardAllocation.d.ts.map +1 -0
- package/dist/actions/validators/getStakingPoolBatch.d.ts +13 -0
- package/dist/actions/validators/getStakingPoolBatch.d.ts.map +1 -0
- package/dist/actions/validators/getUserActiveValidators.d.ts +12 -0
- package/dist/actions/validators/getUserActiveValidators.d.ts.map +1 -0
- package/dist/actions/validators/getUserBoosts.d.ts +7 -0
- package/dist/actions/validators/getUserBoosts.d.ts.map +1 -0
- package/dist/actions/validators/getUserBoostsOnValidator.d.ts +25 -0
- package/dist/actions/validators/getUserBoostsOnValidator.d.ts.map +1 -0
- package/dist/actions/validators/getUserStakingPositions.d.ts +20 -0
- package/dist/actions/validators/getUserStakingPositions.d.ts.map +1 -0
- package/dist/actions/validators/getValidatorAnalytics.d.ts +12 -0
- package/dist/actions/validators/getValidatorAnalytics.d.ts.map +1 -0
- package/dist/actions/validators/getValidatorCommission.d.ts +6 -0
- package/dist/actions/validators/getValidatorCommission.d.ts.map +1 -0
- package/dist/actions/validators/getValidatorEstimatedBgtPerYear.d.ts +3 -0
- package/dist/actions/validators/getValidatorEstimatedBgtPerYear.d.ts.map +1 -0
- package/dist/actions/validators/getValidatorIncentiveDistribution.d.ts +8 -0
- package/dist/actions/validators/getValidatorIncentiveDistribution.d.ts.map +1 -0
- package/dist/actions/validators/getValidatorOperatorAddress.d.ts +6 -0
- package/dist/actions/validators/getValidatorOperatorAddress.d.ts.map +1 -0
- package/dist/actions/validators/getValidatorQueuedCommission.d.ts +10 -0
- package/dist/actions/validators/getValidatorQueuedCommission.d.ts.map +1 -0
- package/dist/actions/validators/getValidatorQueuedOperatorAddress.d.ts +7 -0
- package/dist/actions/validators/getValidatorQueuedOperatorAddress.d.ts.map +1 -0
- package/dist/actions/validators/getValidatorQueuedRewardAllocation.d.ts +7 -0
- package/dist/actions/validators/getValidatorQueuedRewardAllocation.d.ts.map +1 -0
- package/dist/actions/validators/getValidatorRewardAllocation.d.ts +52 -0
- package/dist/actions/validators/getValidatorRewardAllocation.d.ts.map +1 -0
- package/dist/actions/validators/getValidatorRewardAllocatorAddress.d.ts +12 -0
- package/dist/actions/validators/getValidatorRewardAllocatorAddress.d.ts.map +1 -0
- package/dist/actions/validators/utils/__tests__/validatorUtils.integration.test.d.ts +2 -0
- package/dist/actions/validators/utils/__tests__/validatorUtils.integration.test.d.ts.map +1 -0
- package/dist/actions/validators/utils/aggregateValidatorIncentives.d.ts +6 -0
- package/dist/actions/validators/utils/aggregateValidatorIncentives.d.ts.map +1 -0
- package/dist/actions/validators/utils/aggregateValidatorIncentives.unit.test.d.ts +2 -0
- package/dist/actions/validators/utils/aggregateValidatorIncentives.unit.test.d.ts.map +1 -0
- package/dist/actions/validators/utils/getValidatorBoostApy.d.ts +7 -0
- package/dist/actions/validators/utils/getValidatorBoostApy.d.ts.map +1 -0
- package/dist/{chunk-E7YFXBBQ.mjs → chunk-35RACQD4.mjs} +7 -6
- package/dist/chunk-35RACQD4.mjs.map +1 -0
- package/dist/{chunk-BGMRHTBQ.mjs → chunk-7TFV6UKF.mjs} +1 -0
- package/dist/chunk-7TFV6UKF.mjs.map +1 -0
- package/dist/{chunk-QVHEM4BG.mjs → chunk-AEN6IJFU.mjs} +10 -4
- package/dist/chunk-AEN6IJFU.mjs.map +1 -0
- package/dist/{chunk-SZ5C44L5.mjs → chunk-BMNEN4OK.mjs} +1 -0
- package/dist/chunk-BMNEN4OK.mjs.map +1 -0
- package/dist/{chunk-YLTWPFCJ.mjs → chunk-BSOWLS3W.mjs} +3 -2
- package/dist/chunk-BSOWLS3W.mjs.map +1 -0
- package/dist/{chunk-XDG26EG6.mjs → chunk-DOZJB6IJ.mjs} +70 -118
- package/dist/chunk-DOZJB6IJ.mjs.map +1 -0
- package/dist/{chunk-GUURQAME.mjs → chunk-EGAB6NFQ.mjs} +2 -1
- package/dist/chunk-EGAB6NFQ.mjs.map +1 -0
- package/dist/{chunk-AUOPN6NK.mjs → chunk-EJIGERYM.mjs} +2 -1
- package/dist/chunk-EJIGERYM.mjs.map +1 -0
- package/dist/{chunk-SGIJVHZO.mjs → chunk-GLWPRM33.mjs} +1 -0
- package/dist/chunk-GLWPRM33.mjs.map +1 -0
- package/dist/{chunk-CDK4YV3D.mjs → chunk-GWSTVITN.mjs} +1 -0
- package/dist/chunk-GWSTVITN.mjs.map +1 -0
- package/dist/{chunk-O2NQFKJK.mjs → chunk-IFNIPVTZ.mjs} +1 -0
- package/dist/chunk-IFNIPVTZ.mjs.map +1 -0
- package/dist/{chunk-HYDP32P6.mjs → chunk-J3LTASDE.mjs} +6 -6
- package/dist/chunk-J3LTASDE.mjs.map +1 -0
- package/dist/{chunk-NBYLMO2L.mjs → chunk-JA4DHMTG.mjs} +1 -0
- package/dist/chunk-JA4DHMTG.mjs.map +1 -0
- package/dist/{chunk-DKMAIU74.mjs → chunk-KL6YZ5VR.mjs} +1 -0
- package/dist/chunk-KL6YZ5VR.mjs.map +1 -0
- package/dist/{chunk-FGION6F6.mjs → chunk-LE4CYW7S.mjs} +3 -2
- package/dist/chunk-LE4CYW7S.mjs.map +1 -0
- package/dist/{chunk-KHXJDYA4.mjs → chunk-NZAH3SGT.mjs} +26 -0
- package/dist/chunk-NZAH3SGT.mjs.map +1 -0
- package/dist/{chunk-RFJGL4MF.mjs → chunk-P3YZ7F22.mjs} +9 -2
- package/dist/chunk-P3YZ7F22.mjs.map +1 -0
- package/dist/{chunk-MKSFQIKC.mjs → chunk-PHYZRH4I.mjs} +10 -7
- package/dist/chunk-PHYZRH4I.mjs.map +1 -0
- package/dist/{chunk-IXIBY5FP.mjs → chunk-PJRLHTGC.mjs} +3 -2
- package/dist/chunk-PJRLHTGC.mjs.map +1 -0
- package/dist/{chunk-GY6B3PD5.mjs → chunk-QQASX4LJ.mjs} +12 -1
- package/dist/chunk-QQASX4LJ.mjs.map +1 -0
- package/dist/{chunk-4ML4Y6UN.mjs → chunk-RM227WHI.mjs} +1 -0
- package/dist/chunk-RM227WHI.mjs.map +1 -0
- package/dist/{chunk-DQRH5VE3.mjs → chunk-TGN55GKE.mjs} +2 -1
- package/dist/chunk-TGN55GKE.mjs.map +1 -0
- package/dist/{chunk-W2VODV76.mjs → chunk-UA3Z47LT.mjs} +9 -8
- package/dist/chunk-UA3Z47LT.mjs.map +1 -0
- package/dist/{chunk-HQCOU6GY.mjs → chunk-ZCEFC2TK.mjs} +1 -0
- package/dist/chunk-ZCEFC2TK.mjs.map +1 -0
- package/dist/{chunk-T43JPYQS.mjs → chunk-ZWTGVIPJ.mjs} +3 -2
- package/dist/chunk-ZWTGVIPJ.mjs.map +1 -0
- package/dist/contexts/BeraFlags/BeraFlags.d.ts +19 -0
- package/dist/contexts/BeraFlags/BeraFlags.d.ts.map +1 -0
- package/dist/contexts/BeraFlags/defaultFlags.d.ts +9 -0
- package/dist/contexts/BeraFlags/defaultFlags.d.ts.map +1 -0
- package/dist/contexts/BexStatusProvider.d.ts +67 -0
- package/dist/contexts/BexStatusProvider.d.ts.map +1 -0
- package/dist/contexts/BlockTimeProvider.d.ts +10 -0
- package/dist/contexts/BlockTimeProvider.d.ts.map +1 -0
- package/dist/contexts/HoneyConfigProvider.d.ts +50 -0
- package/dist/contexts/HoneyConfigProvider.d.ts.map +1 -0
- package/dist/contexts/SwrFallback.d.ts +6 -0
- package/dist/contexts/SwrFallback.d.ts.map +1 -0
- package/dist/contexts/TokensProvider.d.ts +24 -0
- package/dist/contexts/TokensProvider.d.ts.map +1 -0
- package/dist/contexts/block-time-provider.d.ts +10 -0
- package/dist/contexts/exports.d.ts +7 -66
- package/dist/contexts/exports.d.ts.map +1 -0
- package/dist/contexts/exports.mjs +13 -12
- package/dist/contexts/exports.mjs.map +1 -0
- package/dist/data/contracts.d.ts +345 -0
- package/dist/data/contracts.d.ts.map +1 -0
- package/dist/enum/contracts.d.ts +15 -0
- package/dist/enum/contracts.d.ts.map +1 -0
- package/dist/enum/dex.d.ts +36 -0
- package/dist/enum/dex.d.ts.map +1 -0
- package/dist/enum/exports.d.ts +7 -29
- package/dist/enum/exports.d.ts.map +1 -0
- package/dist/enum/exports.mjs +3 -2
- package/dist/enum/exports.mjs.map +1 -0
- package/dist/enum/governance/exports.d.ts +2 -60
- package/dist/enum/governance/exports.d.ts.map +1 -0
- package/dist/enum/governance/exports.mjs +2 -1
- package/dist/enum/governance/exports.mjs.map +1 -0
- package/dist/enum/governance.d.ts +59 -0
- package/dist/enum/governance.d.ts.map +1 -0
- package/dist/enum/honey.d.ts +13 -0
- package/dist/enum/honey.d.ts.map +1 -0
- package/dist/enum/polling.d.ts +8 -0
- package/dist/enum/polling.d.ts.map +1 -0
- package/dist/enum/slippage.d.ts +17 -0
- package/dist/enum/slippage.d.ts.map +1 -0
- package/dist/enum/txnEnum.d.ts +90 -0
- package/dist/enum/txnEnum.d.ts.map +1 -0
- package/dist/errors/BeraError.d.ts +99 -0
- package/dist/errors/BeraError.d.ts.map +1 -0
- package/dist/errors/BeraError.unit.test.d.ts +2 -0
- package/dist/errors/BeraError.unit.test.d.ts.map +1 -0
- package/dist/errors/BeraMonitoring.d.ts +46 -0
- package/dist/errors/BeraMonitoring.d.ts.map +1 -0
- package/dist/errors/BeraTracing.d.ts +58 -0
- package/dist/errors/BeraTracing.d.ts.map +1 -0
- package/dist/errors/BeraTracing.unit.test.d.ts +2 -0
- package/dist/errors/BeraTracing.unit.test.d.ts.map +1 -0
- package/dist/errors/InvalidArgumentError.d.ts +59 -0
- package/dist/errors/InvalidArgumentError.d.ts.map +1 -0
- package/dist/errors/NotFoundError.d.ts +25 -0
- package/dist/errors/NotFoundError.d.ts.map +1 -0
- package/dist/errors/RequestError.d.ts +56 -0
- package/dist/errors/RequestError.d.ts.map +1 -0
- package/dist/errors/RequestError.unit.test.d.ts +2 -0
- package/dist/errors/RequestError.unit.test.d.ts.map +1 -0
- package/dist/errors/TransactionFailedError.d.ts +49 -0
- package/dist/errors/TransactionFailedError.d.ts.map +1 -0
- package/dist/errors/assert.d.ts +82 -0
- package/dist/errors/assert.d.ts.map +1 -0
- package/dist/errors/assert.unit.test.d.ts +2 -0
- package/dist/errors/assert.unit.test.d.ts.map +1 -0
- package/dist/errors/errorMap.d.ts +1083 -0
- package/dist/errors/errorMap.d.ts.map +1 -0
- package/dist/errors/exports.d.ts +13 -328
- package/dist/errors/exports.d.ts.map +1 -0
- package/dist/errors/exports.mjs +9 -6
- package/dist/errors/exports.mjs.map +1 -0
- package/dist/errors/getErrorMessage.d.ts +46 -0
- package/dist/errors/getErrorMessage.d.ts.map +1 -0
- package/dist/errors/getRevertReason.d.ts +53 -0
- package/dist/errors/getRevertReason.d.ts.map +1 -0
- package/dist/errors/getRevertReason.integration.test.d.ts +2 -0
- package/dist/errors/getRevertReason.integration.test.d.ts.map +1 -0
- package/dist/errors/initBeraError.d.ts +44 -0
- package/dist/errors/initBeraError.d.ts.map +1 -0
- package/dist/errors/parseViemError.d.ts +88 -0
- package/dist/errors/parseViemError.d.ts.map +1 -0
- package/dist/errors/severity.d.ts +7 -0
- package/dist/errors/severity.d.ts.map +1 -0
- package/dist/errors/spanStatus.d.ts +18 -0
- package/dist/errors/spanStatus.d.ts.map +1 -0
- package/dist/errors/spanStatus.unit.test.d.ts +2 -0
- package/dist/errors/spanStatus.unit.test.d.ts.map +1 -0
- package/dist/{getValidatorQueuedOperatorAddress-Cc05dlO3.d.ts → getValidatorQueuedOperatorAddress-N2I7wHd6.d.ts} +1 -1
- package/dist/global.d-CiZJ2eHz.d.ts +231 -0
- package/dist/hooks/bend/useGetConvertToAssets.d.ts +9 -0
- package/dist/hooks/bend/useGetConvertToAssets.d.ts.map +1 -0
- package/dist/hooks/dex/useAggregatorsQuotes.d.ts +29 -0
- package/dist/hooks/dex/useAggregatorsQuotes.d.ts.map +1 -0
- package/dist/hooks/dex/useAggregatorsRouterFeeBps.d.ts +2 -0
- package/dist/hooks/dex/useAggregatorsRouterFeeBps.d.ts.map +1 -0
- package/dist/hooks/dex/useAllUserPools.d.ts +68 -0
- package/dist/hooks/dex/useAllUserPools.d.ts.map +1 -0
- package/dist/hooks/dex/useApiPool.d.ts +11 -0
- package/dist/hooks/dex/useApiPool.d.ts.map +1 -0
- package/dist/hooks/dex/useBexStatus.d.ts +2 -0
- package/dist/hooks/dex/useBexStatus.d.ts.map +1 -0
- package/dist/hooks/dex/useCreatePool.d.ts +32 -0
- package/dist/hooks/dex/useCreatePool.d.ts.map +1 -0
- package/dist/hooks/dex/useGlobalLiquidityAndSwapVolume.d.ts +11 -0
- package/dist/hooks/dex/useGlobalLiquidityAndSwapVolume.d.ts.map +1 -0
- package/dist/hooks/dex/useLiquidityMismatch.d.ts +36 -0
- package/dist/hooks/dex/useLiquidityMismatch.d.ts.map +1 -0
- package/dist/hooks/dex/useLpPosition.d.ts +14 -0
- package/dist/hooks/dex/useLpPosition.d.ts.map +1 -0
- package/dist/hooks/dex/useMultipleTokenApprovalsWithSlippage.d.ts +13 -0
- package/dist/hooks/dex/useMultipleTokenApprovalsWithSlippage.d.ts.map +1 -0
- package/dist/hooks/dex/useOnChainPoolData.d.ts +49 -0
- package/dist/hooks/dex/useOnChainPoolData.d.ts.map +1 -0
- package/dist/hooks/dex/usePollPoolCreationRelayerApproval.d.ts +8 -0
- package/dist/hooks/dex/usePollPoolCreationRelayerApproval.d.ts.map +1 -0
- package/dist/hooks/dex/usePool.d.ts +10 -0
- package/dist/hooks/dex/usePool.d.ts.map +1 -0
- package/dist/hooks/dex/usePoolEvents.d.ts +6 -0
- package/dist/hooks/dex/usePoolEvents.d.ts.map +1 -0
- package/dist/hooks/dex/usePoolHistoricalData.d.ts +8 -0
- package/dist/hooks/dex/usePoolHistoricalData.d.ts.map +1 -0
- package/dist/hooks/dex/usePools.d.ts +129 -0
- package/dist/hooks/dex/usePools.d.ts.map +1 -0
- package/dist/hooks/dex/usePriceImpact.d.ts +11 -0
- package/dist/hooks/dex/usePriceImpact.d.ts.map +1 -0
- package/dist/hooks/dex/useSingleAggregatorQuote.d.ts +53 -0
- package/dist/hooks/dex/useSingleAggregatorQuote.d.ts.map +1 -0
- package/dist/hooks/enso/useBendDemultiply.d.ts +18 -0
- package/dist/hooks/enso/useBendDemultiply.d.ts.map +1 -0
- package/dist/hooks/enso/useBendMultiply.d.ts +19 -0
- package/dist/hooks/enso/useBendMultiply.d.ts.map +1 -0
- package/dist/hooks/enso/useBendZapSupply.d.ts +40 -0
- package/dist/hooks/enso/useBendZapSupply.d.ts.map +1 -0
- package/dist/hooks/enso/useEnsoSwapBundle.d.ts +26 -0
- package/dist/hooks/enso/useEnsoSwapBundle.d.ts.map +1 -0
- package/dist/hooks/enso/useEnsoUserTokensWithBalances.d.ts +6 -0
- package/dist/hooks/enso/useEnsoUserTokensWithBalances.d.ts.map +1 -0
- package/dist/hooks/enso/useEnsoWalletV2Address.d.ts +4 -0
- package/dist/hooks/enso/useEnsoWalletV2Address.d.ts.map +1 -0
- package/dist/hooks/enso/useIsBendAuthorized.d.ts +7 -0
- package/dist/hooks/enso/useIsBendAuthorized.d.ts.map +1 -0
- package/dist/hooks/enso/useZapStakeBera.d.ts +23 -0
- package/dist/hooks/enso/useZapStakeBera.d.ts.map +1 -0
- package/dist/hooks/exports.d.ts +109 -1332
- package/dist/hooks/exports.d.ts.map +1 -0
- package/dist/hooks/exports.mjs +357 -421
- package/dist/hooks/exports.mjs.map +1 -0
- package/dist/hooks/governance/exports.d.ts +15 -186
- package/dist/hooks/governance/exports.d.ts.map +1 -0
- package/dist/hooks/governance/exports.mjs +63 -61
- package/dist/hooks/governance/exports.mjs.map +1 -0
- package/dist/hooks/governance/useCreateProposal.d.ts +13 -0
- package/dist/hooks/governance/useCreateProposal.d.ts.map +1 -0
- package/dist/hooks/governance/useGetPastVotes.d.ts +15 -0
- package/dist/hooks/governance/useGetPastVotes.d.ts.map +1 -0
- package/dist/hooks/governance/useHasVoted.d.ts +6 -0
- package/dist/hooks/governance/useHasVoted.d.ts.map +1 -0
- package/dist/hooks/governance/useIsCanceller.d.ts +5 -0
- package/dist/hooks/governance/useIsCanceller.d.ts.map +1 -0
- package/dist/hooks/governance/usePollAllProposals.d.ts +37 -0
- package/dist/hooks/governance/usePollAllProposals.d.ts.map +1 -0
- package/dist/hooks/governance/usePollProposal.d.ts +23 -0
- package/dist/hooks/governance/usePollProposal.d.ts.map +1 -0
- package/dist/hooks/governance/usePollProposalThreshold.d.ts +6 -0
- package/dist/hooks/governance/usePollProposalThreshold.d.ts.map +1 -0
- package/dist/hooks/governance/usePollProposalVotes.d.ts +23 -0
- package/dist/hooks/governance/usePollProposalVotes.d.ts.map +1 -0
- package/dist/hooks/governance/usePollUserDelegates.d.ts +7 -0
- package/dist/hooks/governance/usePollUserDelegates.d.ts.map +1 -0
- package/dist/hooks/governance/useProposalFromTx.d.ts +5 -0
- package/dist/hooks/governance/useProposalFromTx.d.ts.map +1 -0
- package/dist/hooks/governance/useProposalSnapshot.d.ts +12 -0
- package/dist/hooks/governance/useProposalSnapshot.d.ts.map +1 -0
- package/dist/hooks/governance/useProposalState.d.ts +7 -0
- package/dist/hooks/governance/useProposalState.d.ts.map +1 -0
- package/dist/hooks/governance/useProposalTimelockState.d.ts +18 -0
- package/dist/hooks/governance/useProposalTimelockState.d.ts.map +1 -0
- package/dist/hooks/governance/useQuorum.d.ts +17 -0
- package/dist/hooks/governance/useQuorum.d.ts.map +1 -0
- package/dist/hooks/honey/useCappedGlobally.d.ts +11 -0
- package/dist/hooks/honey/useCappedGlobally.d.ts.map +1 -0
- package/dist/hooks/honey/useCappedRelatively.d.ts +11 -0
- package/dist/hooks/honey/useCappedRelatively.d.ts.map +1 -0
- package/dist/hooks/honey/useCollateralWeights.d.ts +9 -0
- package/dist/hooks/honey/useCollateralWeights.d.ts.map +1 -0
- package/dist/hooks/honey/useHoney24hVolume.d.ts +2 -0
- package/dist/hooks/honey/useHoney24hVolume.d.ts.map +1 -0
- package/dist/hooks/honey/useHoneyAlerts.d.ts +47 -0
- package/dist/hooks/honey/useHoneyAlerts.d.ts.map +1 -0
- package/dist/hooks/honey/useHoneyBalances.d.ts +26 -0
- package/dist/hooks/honey/useHoneyBalances.d.ts.map +1 -0
- package/dist/hooks/honey/useHoneyChartData.d.ts +10 -0
- package/dist/hooks/honey/useHoneyChartData.d.ts.map +1 -0
- package/dist/hooks/honey/useHoneySwapState.d.ts +30 -0
- package/dist/hooks/honey/useHoneySwapState.d.ts.map +1 -0
- package/dist/hooks/honey/useHoneyVaultsBalance.d.ts +4 -0
- package/dist/hooks/honey/useHoneyVaultsBalance.d.ts.map +1 -0
- package/dist/hooks/honey/useIsBadCollateralAsset.d.ts +9 -0
- package/dist/hooks/honey/useIsBadCollateralAsset.d.ts.map +1 -0
- package/dist/hooks/honey/useIsBasketModeEnabled.d.ts +6 -0
- package/dist/hooks/honey/useIsBasketModeEnabled.d.ts.map +1 -0
- package/dist/hooks/honey/usePythLatestPrices.d.ts +20 -0
- package/dist/hooks/honey/usePythLatestPrices.d.ts.map +1 -0
- package/dist/hooks/perps/usePythUpdateFee.d.ts +11 -0
- package/dist/hooks/perps/usePythUpdateFee.d.ts.map +1 -0
- package/dist/hooks/pol/useAutoclaimedIncentives.d.ts +8 -0
- package/dist/hooks/pol/useAutoclaimedIncentives.d.ts.map +1 -0
- package/dist/hooks/pol/useAutoclaimedIncentivesTxHash.d.ts +8 -0
- package/dist/hooks/pol/useAutoclaimedIncentivesTxHash.d.ts.map +1 -0
- package/dist/hooks/pol/useBgtAprSimulation.d.ts +7 -0
- package/dist/hooks/pol/useBgtAprSimulation.d.ts.map +1 -0
- package/dist/hooks/pol/useBgtIncentiveDistributorPaused.d.ts +8 -0
- package/dist/hooks/pol/useBgtIncentiveDistributorPaused.d.ts.map +1 -0
- package/dist/hooks/pol/useBgtUnstakedBalance.d.ts +3 -0
- package/dist/hooks/pol/useBgtUnstakedBalance.d.ts.map +1 -0
- package/dist/hooks/pol/useClaimableFees.d.ts +2 -0
- package/dist/hooks/pol/useClaimableFees.d.ts.map +1 -0
- package/dist/hooks/pol/useHighestVaultsAPR.d.ts +23 -0
- package/dist/hooks/pol/useHighestVaultsAPR.d.ts.map +1 -0
- package/dist/hooks/pol/useOnChainRewardVault.d.ts +7 -0
- package/dist/hooks/pol/useOnChainRewardVault.d.ts.map +1 -0
- package/dist/hooks/pol/usePollGlobalData.d.ts +4 -0
- package/dist/hooks/pol/usePollGlobalData.d.ts.map +1 -0
- package/dist/hooks/pol/usePollMarkets.d.ts +7 -0
- package/dist/hooks/pol/usePollMarkets.d.ts.map +1 -0
- package/dist/hooks/pol/useQueuedBeraUnlock.d.ts +9 -0
- package/dist/hooks/pol/useQueuedBeraUnlock.d.ts.map +1 -0
- package/dist/hooks/pol/useRewardTokenToBeraRate.d.ts +6 -0
- package/dist/hooks/pol/useRewardTokenToBeraRate.d.ts.map +1 -0
- package/dist/hooks/pol/useRewardVault.d.ts +8 -0
- package/dist/hooks/pol/useRewardVault.d.ts.map +1 -0
- package/dist/hooks/pol/useRewardVaultBalanceFromStakingToken.d.ts +16 -0
- package/dist/hooks/pol/useRewardVaultBalanceFromStakingToken.d.ts.map +1 -0
- package/dist/hooks/pol/useRewardVaultFromToken.d.ts +7 -0
- package/dist/hooks/pol/useRewardVaultFromToken.d.ts.map +1 -0
- package/dist/hooks/pol/useRewardVaultIncentives.d.ts +6 -0
- package/dist/hooks/pol/useRewardVaultIncentives.d.ts.map +1 -0
- package/dist/hooks/pol/useRewardVaultRewards.d.ts +4 -0
- package/dist/hooks/pol/useRewardVaultRewards.d.ts.map +1 -0
- package/dist/hooks/pol/useRewardVaults.d.ts +15 -0
- package/dist/hooks/pol/useRewardVaults.d.ts.map +1 -0
- package/dist/hooks/pol/useStakedAPR.d.ts +11 -0
- package/dist/hooks/pol/useStakedAPR.d.ts.map +1 -0
- package/dist/hooks/pol/useStakedData.d.ts +41 -0
- package/dist/hooks/pol/useStakedData.d.ts.map +1 -0
- package/dist/hooks/pol/useStakedSnapshots.d.ts +10 -0
- package/dist/hooks/pol/useStakedSnapshots.d.ts.map +1 -0
- package/dist/hooks/pol/useStakingVaultsMetadata.d.ts +7 -0
- package/dist/hooks/pol/useStakingVaultsMetadata.d.ts.map +1 -0
- package/dist/hooks/pol/useTotalStakedAmount.d.ts +6 -0
- package/dist/hooks/pol/useTotalStakedAmount.d.ts.map +1 -0
- package/dist/hooks/pol/useUserVaultInfo.d.ts +7 -0
- package/dist/hooks/pol/useUserVaultInfo.d.ts.map +1 -0
- package/dist/hooks/pol/useUserVaults.d.ts +4 -0
- package/dist/hooks/pol/useUserVaults.d.ts.map +1 -0
- package/dist/hooks/pol/useVaultAddress.d.ts +10 -0
- package/dist/hooks/pol/useVaultAddress.d.ts.map +1 -0
- package/dist/hooks/pol/useVaultHistory.d.ts +5 -0
- package/dist/hooks/pol/useVaultHistory.d.ts.map +1 -0
- package/dist/hooks/pol/useVaultValidators.d.ts +7 -0
- package/dist/hooks/pol/useVaultValidators.d.ts.map +1 -0
- package/dist/hooks/tokens/useBeraCurrentPrice.d.ts +11 -0
- package/dist/hooks/tokens/useBeraCurrentPrice.d.ts.map +1 -0
- package/dist/hooks/tokens/useMultipleTokenInformation.d.ts +9 -0
- package/dist/hooks/tokens/useMultipleTokenInformation.d.ts.map +1 -0
- package/dist/hooks/tokens/usePollAllowances.d.ts +17 -0
- package/dist/hooks/tokens/usePollAllowances.d.ts.map +1 -0
- package/dist/hooks/tokens/usePollBalance.d.ts +12 -0
- package/dist/hooks/tokens/usePollBalance.d.ts.map +1 -0
- package/dist/hooks/tokens/usePollWalletBalances.d.ts +14 -0
- package/dist/hooks/tokens/usePollWalletBalances.d.ts.map +1 -0
- package/dist/hooks/tokens/useStakingTokenInformation.d.ts +8 -0
- package/dist/hooks/tokens/useStakingTokenInformation.d.ts.map +1 -0
- package/dist/hooks/tokens/useTokenCurrentPrices.d.ts +16 -0
- package/dist/hooks/tokens/useTokenCurrentPrices.d.ts.map +1 -0
- package/dist/hooks/tokens/useTokenInformation.d.ts +9 -0
- package/dist/hooks/tokens/useTokenInformation.d.ts.map +1 -0
- package/dist/hooks/tokens/useTokenPrice.d.ts +10 -0
- package/dist/hooks/tokens/useTokenPrice.d.ts.map +1 -0
- package/dist/hooks/tokens/useTokenPrices.d.ts +18 -0
- package/dist/hooks/tokens/useTokenPrices.d.ts.map +1 -0
- package/dist/hooks/tokens/useTokens.d.ts +18 -0
- package/dist/hooks/tokens/useTokens.d.ts.map +1 -0
- package/dist/hooks/tokens/useTotalSupply.d.ts +5 -0
- package/dist/hooks/tokens/useTotalSupply.d.ts.map +1 -0
- package/dist/hooks/tokens/useUnderlyingAsset.d.ts +10 -0
- package/dist/hooks/tokens/useUnderlyingAsset.d.ts.map +1 -0
- package/dist/hooks/useBlockToTimestamp.d.ts +6 -0
- package/dist/hooks/useBlockToTimestamp.d.ts.map +1 -0
- package/dist/hooks/useContractWrite/index.d.ts +3 -0
- package/dist/hooks/useContractWrite/index.d.ts.map +1 -0
- package/dist/hooks/useContractWrite/stateReducer.d.ts +28 -0
- package/dist/hooks/useContractWrite/stateReducer.d.ts.map +1 -0
- package/dist/hooks/useContractWrite/types.d.ts +54 -0
- package/dist/hooks/useContractWrite/types.d.ts.map +1 -0
- package/dist/hooks/useContractWrite/useBeraContractWrite.d.ts +10 -0
- package/dist/hooks/useContractWrite/useBeraContractWrite.d.ts.map +1 -0
- package/dist/hooks/useGetVerifiedAbi.d.ts +2 -0
- package/dist/hooks/useGetVerifiedAbi.d.ts.map +1 -0
- package/dist/hooks/useHistoryState.d.ts +17 -0
- package/dist/hooks/useHistoryState.d.ts.map +1 -0
- package/dist/hooks/usePrevious.d.ts +6 -0
- package/dist/hooks/usePrevious.d.ts.map +1 -0
- package/dist/hooks/validators/useAllValidators.d.ts +7 -0
- package/dist/hooks/validators/useAllValidators.d.ts.map +1 -0
- package/dist/hooks/validators/useApiEnrichedAllocation.d.ts +5 -0
- package/dist/hooks/validators/useApiEnrichedAllocation.d.ts.map +1 -0
- package/dist/hooks/validators/useApiValidator.d.ts +8 -0
- package/dist/hooks/validators/useApiValidator.d.ts.map +1 -0
- package/dist/hooks/validators/useBaselineRewardAllocation.d.ts +2 -0
- package/dist/hooks/validators/useBaselineRewardAllocation.d.ts.map +1 -0
- package/dist/hooks/validators/useManagedValidatorRole.d.ts +13 -0
- package/dist/hooks/validators/useManagedValidatorRole.d.ts.map +1 -0
- package/dist/hooks/validators/useOnChainValidator.d.ts +7 -0
- package/dist/hooks/validators/useOnChainValidator.d.ts.map +1 -0
- package/dist/hooks/validators/useStakingPoolBatch.d.ts +7 -0
- package/dist/hooks/validators/useStakingPoolBatch.d.ts.map +1 -0
- package/dist/hooks/validators/useUserActiveValidators.d.ts +7 -0
- package/dist/hooks/validators/useUserActiveValidators.d.ts.map +1 -0
- package/dist/hooks/validators/useUserBoostsOnValidator.d.ts +8 -0
- package/dist/hooks/validators/useUserBoostsOnValidator.d.ts.map +1 -0
- package/dist/hooks/validators/useUserClaimableIncentives.d.ts +8 -0
- package/dist/hooks/validators/useUserClaimableIncentives.d.ts.map +1 -0
- package/dist/hooks/validators/useUserStakingPositions.d.ts +31 -0
- package/dist/hooks/validators/useUserStakingPositions.d.ts.map +1 -0
- package/dist/hooks/validators/useValidator.d.ts +112 -0
- package/dist/hooks/validators/useValidator.d.ts.map +1 -0
- package/dist/hooks/validators/useValidatorAnalytics.d.ts +11 -0
- package/dist/hooks/validators/useValidatorAnalytics.d.ts.map +1 -0
- package/dist/hooks/validators/useValidatorCommission.d.ts +4 -0
- package/dist/hooks/validators/useValidatorCommission.d.ts.map +1 -0
- package/dist/hooks/validators/useValidatorEstimatedBgtPerYear.d.ts +6 -0
- package/dist/hooks/validators/useValidatorEstimatedBgtPerYear.d.ts.map +1 -0
- package/dist/hooks/validators/useValidatorIncentiveDistribution.d.ts +14 -0
- package/dist/hooks/validators/useValidatorIncentiveDistribution.d.ts.map +1 -0
- package/dist/hooks/validators/useValidatorQueuedCommission.d.ts +5 -0
- package/dist/hooks/validators/useValidatorQueuedCommission.d.ts.map +1 -0
- package/dist/hooks/validators/useValidatorQueuedOperatorAddress.d.ts +5 -0
- package/dist/hooks/validators/useValidatorQueuedOperatorAddress.d.ts.map +1 -0
- package/dist/hooks/validators/useValidatorQueuedRewardAllocation.d.ts +5 -0
- package/dist/hooks/validators/useValidatorQueuedRewardAllocation.d.ts.map +1 -0
- package/dist/hooks/validators/useValidatorRewardAllocation.d.ts +9 -0
- package/dist/hooks/validators/useValidatorRewardAllocation.d.ts.map +1 -0
- package/dist/types/bribeBoost.d.ts +69 -0
- package/dist/types/dex.d.ts +225 -0
- package/dist/types/enso.d.ts +76 -0
- package/dist/types/exports.d.ts +8 -90
- package/dist/types/exports.d.ts.map +1 -0
- package/dist/types/exports.mjs +1 -0
- package/dist/types/exports.mjs.map +1 -0
- package/dist/types/global.d.ts +198 -0
- package/dist/types/governance/exports.d.ts +2 -109
- package/dist/types/governance/exports.d.ts.map +1 -0
- package/dist/types/governance/exports.mjs +1 -0
- package/dist/types/governance/exports.mjs.map +1 -0
- package/dist/types/governance.d.ts +112 -0
- package/dist/types/honeySwap.d.ts +23 -0
- package/dist/types/pol.d.ts +78 -0
- package/dist/types/staking.d.ts +22 -0
- package/dist/useHoneySwapState-CXVWAThr.d.ts +32 -0
- package/dist/utils/beraFetch.d.ts +15 -0
- package/dist/utils/beraFetch.d.ts.map +1 -0
- package/dist/utils/constants.d.ts +27 -0
- package/dist/utils/constants.d.ts.map +1 -0
- package/dist/utils/createEmitter.d.ts +88 -0
- package/dist/utils/createEmitter.d.ts.map +1 -0
- package/dist/utils/createEmitter.unit.test.d.ts +2 -0
- package/dist/utils/createEmitter.unit.test.d.ts.map +1 -0
- package/dist/utils/exports.d.ts +25 -429
- package/dist/utils/exports.d.ts.map +1 -0
- package/dist/utils/exports.mjs +33 -22
- package/dist/utils/exports.mjs.map +1 -0
- package/dist/utils/filter.d.ts +10 -0
- package/dist/utils/filter.d.ts.map +1 -0
- package/dist/utils/formatIncentivesTokenMap.d.ts +3 -0
- package/dist/utils/formatIncentivesTokenMap.d.ts.map +1 -0
- package/dist/utils/formatInputTokenValue.d.ts +2 -0
- package/dist/utils/formatInputTokenValue.d.ts.map +1 -0
- package/dist/utils/formatNumber.d.ts +32 -0
- package/dist/utils/formatNumber.d.ts.map +1 -0
- package/dist/utils/formatNumber.unit.test.d.ts +2 -0
- package/dist/utils/formatNumber.unit.test.d.ts.map +1 -0
- package/dist/utils/formatTimestamps.d.ts +20 -0
- package/dist/utils/formatTimestamps.d.ts.map +1 -0
- package/dist/utils/formatTimestamps.unit.test.d.ts +2 -0
- package/dist/utils/formatTimestamps.unit.test.d.ts.map +1 -0
- package/dist/utils/formatTokenList.d.ts +21 -0
- package/dist/utils/formatTokenList.d.ts.map +1 -0
- package/dist/utils/formatUsd.d.ts +5 -0
- package/dist/utils/formatUsd.d.ts.map +1 -0
- package/dist/utils/getContractName.d.ts +10 -0
- package/dist/utils/getContractName.d.ts.map +1 -0
- package/dist/utils/getContractName.unit.test.d.ts +2 -0
- package/dist/utils/getContractName.unit.test.d.ts.map +1 -0
- package/dist/utils/getErrorResponse.d.ts +5 -0
- package/dist/utils/getErrorResponse.d.ts.map +1 -0
- package/dist/utils/getHoneySwapMessage.d.ts +7 -0
- package/dist/utils/getHoneySwapMessage.d.ts.map +1 -0
- package/dist/utils/getHoneySwapMessage.test.d.ts +2 -0
- package/dist/utils/getHoneySwapMessage.test.d.ts.map +1 -0
- package/dist/utils/getServerSideClient.d.ts +6 -0
- package/dist/utils/getServerSideClient.d.ts.map +1 -0
- package/dist/utils/getTestClient.d.ts +73 -0
- package/dist/utils/getTestClient.d.ts.map +1 -0
- package/dist/utils/hasAnyTruthyValues.d.ts +2 -0
- package/dist/utils/hasAnyTruthyValues.d.ts.map +1 -0
- package/dist/utils/isDifferenceExceedingThreshold.d.ts +6 -0
- package/dist/utils/isDifferenceExceedingThreshold.d.ts.map +1 -0
- package/dist/utils/isSubgraphStale.d.ts +5 -0
- package/dist/utils/isSubgraphStale.d.ts.map +1 -0
- package/dist/utils/layerZeroScan.d.ts +39 -0
- package/dist/utils/layerZeroScan.d.ts.map +1 -0
- package/dist/utils/math.d.ts +15 -0
- package/dist/utils/math.d.ts.map +1 -0
- package/dist/utils/math.unit.test.d.ts +2 -0
- package/dist/utils/math.unit.test.d.ts.map +1 -0
- package/dist/utils/parseBaseArgs.d.ts +6 -0
- package/dist/utils/parseBaseArgs.d.ts.map +1 -0
- package/dist/utils/parseBaseArgs.unit.test.d.ts +2 -0
- package/dist/utils/parseBaseArgs.unit.test.d.ts.map +1 -0
- package/dist/utils/parseWhiskToken.d.ts +21 -0
- package/dist/utils/parseWhiskToken.d.ts.map +1 -0
- package/dist/utils/polyfillAbortSignalAny.d.ts +14 -0
- package/dist/utils/polyfillAbortSignalAny.d.ts.map +1 -0
- package/dist/utils/polyfillAbortSignalAny.unit.test.d.ts +2 -0
- package/dist/utils/polyfillAbortSignalAny.unit.test.d.ts.map +1 -0
- package/dist/utils/poolNamings.d.ts +9 -0
- package/dist/utils/poolNamings.d.ts.map +1 -0
- package/dist/utils/pythHoneyUtils.d.ts +2 -0
- package/dist/utils/pythHoneyUtils.d.ts.map +1 -0
- package/dist/utils/sanitizeRpcUrl.d.ts +10 -0
- package/dist/utils/sanitizeRpcUrl.d.ts.map +1 -0
- package/dist/utils/test-utils.d.ts +2 -0
- package/dist/utils/test-utils.d.ts.map +1 -0
- package/dist/utils/time.d.ts +65 -0
- package/dist/utils/time.d.ts.map +1 -0
- package/dist/utils/time.unit.test.d.ts +2 -0
- package/dist/utils/time.unit.test.d.ts.map +1 -0
- package/dist/utils/tokenWrapping.d.ts +7 -0
- package/dist/utils/tokenWrapping.d.ts.map +1 -0
- package/dist/utils/tokens.d.ts +37 -0
- package/dist/utils/tokens.d.ts.map +1 -0
- package/dist/utils/tokens.unit.test.d.ts +2 -0
- package/dist/utils/tokens.unit.test.d.ts.map +1 -0
- package/dist/utils/tracedTransport.d.ts +10 -0
- package/dist/utils/tracedTransport.d.ts.map +1 -0
- package/dist/utils/truncateHash.d.ts +5 -0
- package/dist/utils/truncateHash.d.ts.map +1 -0
- package/dist/utils/truncateHash.unit.test.d.ts +2 -0
- package/dist/utils/truncateHash.unit.test.d.ts.map +1 -0
- package/dist/utils/validatorUptimeStatus.d.ts +19 -0
- package/dist/utils/validatorUptimeStatus.d.ts.map +1 -0
- package/package.json +5 -3
- package/src/actions/clients/BeraApolloClient.ts +4 -2
- package/src/actions/clients/fetchOpenApi.unit.test.ts +9 -9
- package/src/actions/dex/aggregators/base.ts +3 -1
- package/src/actions/dex/aggregators/bex.ts +3 -10
- package/src/actions/dex/getPoolWithState.ts +2 -2
- package/src/actions/enso/__tests__/helpers.ts +15 -10
- package/src/actions/enso/getEnsoSwapBundle.ts +3 -8
- package/src/actions/exports.ts +2 -3
- package/src/actions/governance/getDecodedFunctionData.ts +5 -1
- package/src/actions/honey/getSwapPayload.ts +4 -4
- package/src/actions/pol/getAutoclaimedIncentives.ts +1 -1
- package/src/actions/pol/getAutoclaimedIncentivesTxHash.ts +1 -1
- package/src/actions/pol/getRewardProofsByValidator.ts +1 -1
- package/src/actions/pol/{getUserVaultsReward.ts → getRewardVaultEarnedRewards.ts} +6 -4
- package/src/actions/pol/getUserClaimableIncentives.ts +1 -1
- package/src/actions/pol/getUserVaultInfo.ts +2 -2
- package/src/actions/pol/getVaultsSupply.ts +5 -2
- package/src/actions/server/getDailyValidatorBlockStats.ts +28 -17
- package/src/actions/tokens/getWalletBalances.ts +1 -3
- package/src/actions/transactions/beraWriteContract.integration.test.ts +16 -3
- package/src/actions/transactions/beraWriteContract.ts +2 -2
- package/src/actions/validators/getUserBoostsOnValidator.ts +6 -9
- package/src/actions/validators/getValidatorAnalytics.ts +5 -1
- package/src/actions/validators/getValidatorEstimatedBgtPerYear.ts +3 -3
- package/src/contexts/exports.ts +1 -1
- package/src/errors/BeraError.ts +51 -1
- package/src/errors/BeraError.unit.test.ts +71 -0
- package/src/errors/BeraTracing.unit.test.ts +17 -18
- package/src/errors/RequestError.ts +15 -1
- package/src/errors/RequestError.unit.test.ts +47 -0
- package/src/errors/assert.ts +29 -0
- package/src/hooks/bend/useGetConvertToAssets.ts +3 -3
- package/src/hooks/dex/useAggregatorsRouterFeeBps.ts +2 -2
- package/src/hooks/dex/useAllUserPools.ts +6 -6
- package/src/hooks/dex/useApiPool.ts +3 -3
- package/src/hooks/dex/useCreatePool.ts +13 -13
- package/src/hooks/dex/useGlobalLiquidityAndSwapVolume.ts +2 -2
- package/src/hooks/dex/useLiquidityMismatch.ts +3 -3
- package/src/hooks/dex/useLpPosition.ts +3 -3
- package/src/hooks/dex/usePollPoolCreationRelayerApproval.ts +3 -3
- package/src/hooks/dex/usePoolEvents.ts +3 -3
- package/src/hooks/dex/usePoolHistoricalData.ts +3 -3
- package/src/hooks/dex/usePools.ts +6 -6
- package/src/hooks/dex/usePriceImpact.ts +6 -6
- package/src/hooks/exports.ts +0 -4
- package/src/hooks/governance/useCreateProposal.ts +4 -4
- package/src/hooks/governance/useGetPastVotes.ts +11 -7
- package/src/hooks/governance/useHasVoted.ts +3 -3
- package/src/hooks/governance/useIsCanceller.ts +3 -3
- package/src/hooks/governance/usePollAllProposals.ts +3 -3
- package/src/hooks/governance/usePollProposal.ts +3 -3
- package/src/hooks/governance/usePollProposalThreshold.ts +3 -3
- package/src/hooks/governance/usePollProposalVotes.ts +12 -12
- package/src/hooks/governance/usePollUserDelegates.ts +18 -14
- package/src/hooks/governance/useProposalFromTx.ts +3 -3
- package/src/hooks/governance/useProposalSnapshot.ts +3 -3
- package/src/hooks/governance/useProposalState.ts +3 -3
- package/src/hooks/honey/useCappedGlobally.ts +3 -3
- package/src/hooks/honey/useCappedRelatively.ts +3 -3
- package/src/hooks/honey/useCollateralWeights.ts +3 -3
- package/src/hooks/honey/useHoneyAlerts.ts +9 -9
- package/src/hooks/honey/useHoneyBalances.ts +3 -3
- package/src/hooks/honey/useHoneySwapState.ts +2 -2
- package/src/hooks/honey/useHoneyVaultsBalance.ts +3 -3
- package/src/hooks/honey/useIsBadCollateralAsset.ts +3 -3
- package/src/hooks/perps/usePythUpdateFee.ts +3 -3
- package/src/hooks/pol/useAutoclaimedIncentives.ts +1 -1
- package/src/hooks/pol/useAutoclaimedIncentivesTxHash.ts +1 -1
- package/src/hooks/pol/useBgtUnstakedBalance.ts +3 -3
- package/src/hooks/pol/useClaimableFees.ts +4 -4
- package/src/hooks/pol/useHighestVaultsAPR.ts +3 -3
- package/src/hooks/pol/useOnChainRewardVault.ts +6 -5
- package/src/hooks/pol/usePollGlobalData.ts +3 -3
- package/src/hooks/pol/usePollMarkets.ts +5 -5
- package/src/hooks/pol/useRewardTokenToBeraRate.ts +6 -14
- package/src/hooks/pol/useRewardVault.ts +6 -5
- package/src/hooks/pol/useRewardVaultBalanceFromStakingToken.ts +3 -3
- package/src/hooks/pol/useRewardVaultFromToken.ts +3 -3
- package/src/hooks/pol/useRewardVaultRewards.ts +3 -3
- package/src/hooks/pol/useRewardVaults.ts +6 -6
- package/src/hooks/pol/useStakedData.ts +2 -2
- package/src/hooks/pol/useStakingVaultsMetadata.ts +3 -3
- package/src/hooks/pol/useUserVaultInfo.ts +3 -3
- package/src/hooks/pol/useUserVaults.ts +3 -3
- package/src/hooks/pol/useVaultAddress.ts +2 -2
- package/src/hooks/pol/useVaultHistory.ts +3 -3
- package/src/hooks/pol/useVaultValidators.ts +3 -3
- package/src/hooks/tokens/useBeraCurrentPrice.ts +8 -4
- package/src/hooks/tokens/useStakingTokenInformation.ts +3 -3
- package/src/hooks/useBlockToTimestamp.ts +1 -1
- package/src/hooks/useContractWrite/index.ts +1 -1
- package/src/hooks/useContractWrite/stateReducer.ts +2 -2
- package/src/hooks/useContractWrite/useBeraContractWrite.ts +1 -3
- package/src/hooks/useGetVerifiedAbi.ts +2 -2
- package/src/hooks/validators/useAllValidators.ts +6 -6
- package/src/hooks/validators/useApiValidator.ts +6 -5
- package/src/hooks/validators/useOnChainValidator.ts +3 -3
- package/src/hooks/validators/useStakingPoolBatch.ts +3 -3
- package/src/hooks/validators/useUserActiveValidators.ts +3 -3
- package/src/hooks/validators/useUserBoostsOnValidator.ts +3 -3
- package/src/hooks/validators/useUserClaimableIncentives.ts +116 -117
- package/src/hooks/validators/useUserStakingPositions.ts +3 -3
- package/src/hooks/validators/useValidatorAnalytics.ts +3 -0
- package/src/hooks/validators/useValidatorCommission.ts +3 -3
- package/src/hooks/validators/useValidatorEstimatedBgtPerYear.ts +4 -4
- package/src/hooks/validators/useValidatorQueuedOperatorAddress.ts +3 -3
- package/src/hooks/validators/useValidatorQueuedRewardAllocation.ts +3 -3
- package/src/types/bribeBoost.d.ts +69 -0
- package/src/types/exports.ts +1 -1
- package/src/utils/filter.ts +3 -5
- package/src/utils/formatIncentivesTokenMap.ts +8 -8
- package/src/utils/formatInputTokenValue.ts +2 -2
- package/src/utils/formatNumber.ts +5 -5
- package/src/utils/formatTimestamps.unit.test.ts +6 -3
- package/src/utils/formatUsd.ts +6 -4
- package/src/utils/getServerSideClient.ts +3 -3
- package/src/utils/isDifferenceExceedingThreshold.ts +10 -6
- package/src/utils/layerZeroScan.ts +3 -1
- package/src/utils/math.ts +12 -7
- package/src/utils/math.unit.test.ts +114 -15
- package/src/utils/polyfillAbortSignalAny.ts +4 -4
- package/src/utils/polyfillAbortSignalAny.unit.test.ts +3 -1
- package/src/utils/poolNamings.ts +14 -10
- package/src/utils/pythHoneyUtils.ts +2 -2
- package/src/utils/truncateHash.ts +3 -3
- package/src/actions/validators/getDailyValidatorBlockStats.ts +0 -38
- package/src/hooks/tokens/useTokenCurrentPrice.ts +0 -21
- package/src/hooks/validators/useDailyValidatorBlockStats.ts +0 -33
- package/src/hooks/validators/useDefaultRewardAllocation.ts +0 -26
- /package/{src → dist}/types/bribe-boost.d.ts +0 -0
- /package/src/actions/dex/{b-sdk.ts → bSdk.ts} +0 -0
- /package/src/contexts/{block-time-provider.tsx → BlockTimeProvider.tsx} +0 -0
|
@@ -0,0 +1,1083 @@
|
|
|
1
|
+
export interface ErrorType {
|
|
2
|
+
/**
|
|
3
|
+
* Keywords to match in the error message. Use carefully. Do not use this for contract revert reasons
|
|
4
|
+
* as they might match to other error messages.
|
|
5
|
+
*
|
|
6
|
+
* For instance InsufficientBalance might match to InsufficientBalanceToPayPythFee if used as keyword.
|
|
7
|
+
*/
|
|
8
|
+
keywords?: string[];
|
|
9
|
+
/**
|
|
10
|
+
* The exact error code or contract revert reason.
|
|
11
|
+
*/
|
|
12
|
+
reasons?: string[];
|
|
13
|
+
errorMSG: string;
|
|
14
|
+
}
|
|
15
|
+
export interface ErrorCategory {
|
|
16
|
+
[key: string]: ErrorType;
|
|
17
|
+
}
|
|
18
|
+
export declare const GENERAL_ERROR = "Something went wrong. Please try again later.";
|
|
19
|
+
export declare const errorMsgMap: {
|
|
20
|
+
readonly ERC20: {
|
|
21
|
+
readonly NOT_ENOUGH_BALANCE: {
|
|
22
|
+
readonly reasons: ["NotEnoughBalance"];
|
|
23
|
+
readonly errorMSG: "You do not have enough balance to perform this action.";
|
|
24
|
+
};
|
|
25
|
+
readonly InsufficientBalance: {
|
|
26
|
+
readonly reasons: ["InsufficientBalance"];
|
|
27
|
+
readonly errorMSG: "Insufficient token balance";
|
|
28
|
+
};
|
|
29
|
+
readonly INSUFFICIENT_ALLOWANCE: {
|
|
30
|
+
readonly reasons: ["0x13be252b", "InsufficientAllowance", "ERC20InsufficientAllowance"];
|
|
31
|
+
readonly errorMSG: "You do not have enough allowance to perform this action.";
|
|
32
|
+
};
|
|
33
|
+
readonly SIGNATURE_EXPIRED: {
|
|
34
|
+
readonly reasons: ["SignatureExpired"];
|
|
35
|
+
readonly errorMSG: "Transaction took too long to complete. Please try again.";
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
readonly HTTP: {
|
|
39
|
+
readonly RATE_LIMITED_429: {
|
|
40
|
+
readonly reasons: ["429"];
|
|
41
|
+
readonly errorMSG: "Too many requests. Please try again later.";
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
readonly ENSO: {
|
|
45
|
+
readonly COULD_NOT_BUILD_SHORTCUT: {
|
|
46
|
+
readonly keywords: ["Could not build shortcuts for route", "Could not quote shortcuts for route"];
|
|
47
|
+
readonly errorMSG: "There was an error building the zap route. Try with lower amounts.";
|
|
48
|
+
};
|
|
49
|
+
readonly NOT_ENOUGH_LIQUIDITY: {
|
|
50
|
+
readonly keywords: ["Swap not found for a required underlying of defi route, please make sure your amountIn is within an acceptable range"];
|
|
51
|
+
readonly errorMSG: "The amount you’re trying to swap might be too high. Please make sure that your amount is within an acceptable range.";
|
|
52
|
+
};
|
|
53
|
+
readonly NO_ROUTE_FOUND: {
|
|
54
|
+
readonly keywords: ["No route found from"];
|
|
55
|
+
readonly errorMSG: "No swap route found for the given tokens.";
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
readonly RPC: {
|
|
59
|
+
readonly NOT_ENOUGH_GAS_TOKEN: {
|
|
60
|
+
readonly reasons: ["InsufficientFundsError"];
|
|
61
|
+
readonly keywords: ["insufficient funds for gas * price + value:", "The total cost (gas * gas fee + value) of executing this transaction exceeds the balance of the account."];
|
|
62
|
+
readonly errorMSG: "Insufficient BERA balance to perform this action.";
|
|
63
|
+
};
|
|
64
|
+
readonly NONCE_TOO_LOW: {
|
|
65
|
+
readonly keywords: ["nonce too low: next nonce"];
|
|
66
|
+
readonly errorMSG: "Nonce is too low. Your wallet might have unconfirmed transactions.";
|
|
67
|
+
};
|
|
68
|
+
readonly REPLACEMENT_UNDERPRICED: {
|
|
69
|
+
readonly keywords: ["replacement transaction underpriced"];
|
|
70
|
+
readonly errorMSG: "Your wallet tried to replace a pending transaction without raising the gas enough. Please wait for the previous transaction to finish, or try again.";
|
|
71
|
+
};
|
|
72
|
+
readonly GAS_PRICE: {
|
|
73
|
+
readonly keywords: ["gasLimit"];
|
|
74
|
+
readonly errorMSG: "It seems an RPC error has occurred while estimating gas. Please try your request later.";
|
|
75
|
+
};
|
|
76
|
+
readonly JSON_RPC: {
|
|
77
|
+
readonly keywords: ["JSON-RPC"];
|
|
78
|
+
readonly errorMSG: "It seems an RPC error has occurred. Please try your request one more later.";
|
|
79
|
+
};
|
|
80
|
+
readonly HASH: {
|
|
81
|
+
readonly keywords: ["hash"];
|
|
82
|
+
readonly errorMSG: "It seems an RPC error has occurred. Please check if your transaction was finalized. If not, please try again.";
|
|
83
|
+
};
|
|
84
|
+
readonly USER_REJECTION: {
|
|
85
|
+
readonly reasons: ["UserRejectedRequestError"];
|
|
86
|
+
readonly keywords: ["User denied transaction signature"];
|
|
87
|
+
readonly errorMSG: "You rejected the transaction.";
|
|
88
|
+
};
|
|
89
|
+
readonly SMART_UPGRADE_REJECTION: {
|
|
90
|
+
readonly reasons: ["AtomicReadyWalletRejectedUpgradeError"];
|
|
91
|
+
readonly errorMSG: "You've declined to upgrade to batch transactions for now, try again for the traditional method.";
|
|
92
|
+
};
|
|
93
|
+
readonly CHAIN_MISMATCH: {
|
|
94
|
+
readonly reasons: ["ChainMismatchError"];
|
|
95
|
+
readonly errorMSG: "Wallet seems to be on the wrong chain, please refresh the page and try again.";
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
readonly EIP7702: {
|
|
99
|
+
readonly SESSION_KEY_EXPIRED: {
|
|
100
|
+
readonly reasons: ["SessionKeyExpired"];
|
|
101
|
+
readonly errorMSG: "Session key has expired. Please create a new one.";
|
|
102
|
+
};
|
|
103
|
+
readonly CALL_POLICY_VIOLATED: {
|
|
104
|
+
readonly reasons: ["CallPolicyViolated"];
|
|
105
|
+
readonly errorMSG: "Call policy violated. Please check your call policies.";
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
readonly HONEY: {
|
|
109
|
+
readonly BLACKLISTED_WALLET: {
|
|
110
|
+
readonly reasons: ["BlacklistedWallet", "0x265693b4"];
|
|
111
|
+
readonly errorMSG: "Your wallet is blacklisted from minting or redeeming HONEY.";
|
|
112
|
+
};
|
|
113
|
+
readonly LIQUIDITY_ERROR: {
|
|
114
|
+
readonly reasons: ["0x4656425a"];
|
|
115
|
+
readonly errorMSG: "You are trying to redeem more than the liquidity available in the vault.";
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
readonly BEX: {
|
|
119
|
+
readonly SLIPPAGE_EXCEEDED: {
|
|
120
|
+
readonly reasons: ["SlippageExceeded", "TooMuchSlippage"];
|
|
121
|
+
readonly errorMSG: "Price changed while executing the transaction and exceeded the allowed slippage.";
|
|
122
|
+
};
|
|
123
|
+
readonly BAL000: {
|
|
124
|
+
readonly reasons: ["BAL#000"];
|
|
125
|
+
readonly errorMSG: "Addition overflow occurred during calculation. (BEX#000)";
|
|
126
|
+
};
|
|
127
|
+
readonly BAL001: {
|
|
128
|
+
readonly reasons: ["BAL#001"];
|
|
129
|
+
readonly errorMSG: "Subtraction overflow occurred during calculation. (BEX#001)";
|
|
130
|
+
};
|
|
131
|
+
readonly BAL002: {
|
|
132
|
+
readonly reasons: ["BAL#002"];
|
|
133
|
+
readonly errorMSG: "Subtraction underflow occurred during calculation. (BEX#002)";
|
|
134
|
+
};
|
|
135
|
+
readonly BAL003: {
|
|
136
|
+
readonly reasons: ["BAL#003"];
|
|
137
|
+
readonly errorMSG: "Multiplication overflow occurred during calculation. (BEX#003)";
|
|
138
|
+
};
|
|
139
|
+
readonly BAL004: {
|
|
140
|
+
readonly reasons: ["BAL#004"];
|
|
141
|
+
readonly errorMSG: "Attempted division by zero. (BEX#004)";
|
|
142
|
+
};
|
|
143
|
+
readonly BAL005: {
|
|
144
|
+
readonly reasons: ["BAL#005"];
|
|
145
|
+
readonly errorMSG: "Multiplication overflow during FixedPoint Division. (BEX#005)";
|
|
146
|
+
};
|
|
147
|
+
readonly BAL006: {
|
|
148
|
+
readonly reasons: ["BAL#006"];
|
|
149
|
+
readonly errorMSG: "Invalid x in ExpMath.pow(x, y). (BEX#006)";
|
|
150
|
+
};
|
|
151
|
+
readonly BAL007: {
|
|
152
|
+
readonly reasons: ["BAL#007"];
|
|
153
|
+
readonly errorMSG: "Invalid y in ExpMath.pow(x, y). (BEX#007)";
|
|
154
|
+
};
|
|
155
|
+
readonly BAL008: {
|
|
156
|
+
readonly reasons: ["BAL#008"];
|
|
157
|
+
readonly errorMSG: "In LogExpMath.pow(x, y), error computing x^y as exp(y * ln(x)). (BEX#008)";
|
|
158
|
+
};
|
|
159
|
+
readonly BAL009: {
|
|
160
|
+
readonly reasons: ["BAL#009"];
|
|
161
|
+
readonly errorMSG: "In LogExpMath.exp(x) = e^x; x out of bounds. (BEX#009)";
|
|
162
|
+
};
|
|
163
|
+
readonly BAL100: {
|
|
164
|
+
readonly reasons: ["BAL#100"];
|
|
165
|
+
readonly errorMSG: "Value is out of acceptable bounds. (BEX#100)";
|
|
166
|
+
};
|
|
167
|
+
readonly BAL101: {
|
|
168
|
+
readonly reasons: ["BAL#101"];
|
|
169
|
+
readonly errorMSG: "Tokens must be sorted in address order on pool registration. (BEX#101)";
|
|
170
|
+
};
|
|
171
|
+
readonly BAL102: {
|
|
172
|
+
readonly reasons: ["BAL#102"];
|
|
173
|
+
readonly errorMSG: "Tokens must be sorted in address order on pool registration. (BEX#102)";
|
|
174
|
+
};
|
|
175
|
+
readonly BAL103: {
|
|
176
|
+
readonly reasons: ["BAL#103"];
|
|
177
|
+
readonly errorMSG: "Parallel array inputs must have the same length. (BEX#103)";
|
|
178
|
+
};
|
|
179
|
+
readonly BAL104: {
|
|
180
|
+
readonly reasons: ["BAL#104"];
|
|
181
|
+
readonly errorMSG: "Address to be interpreted as a token cannot be 0. (BEX#104)";
|
|
182
|
+
};
|
|
183
|
+
readonly BAL105: {
|
|
184
|
+
readonly reasons: ["BAL#105"];
|
|
185
|
+
readonly errorMSG: "Insufficient byte length. (BEX#105)";
|
|
186
|
+
};
|
|
187
|
+
readonly BAL200: {
|
|
188
|
+
readonly reasons: ["BAL#200"];
|
|
189
|
+
readonly errorMSG: "All pools must contain at least two tokens. (BEX#200)";
|
|
190
|
+
};
|
|
191
|
+
readonly BAL201: {
|
|
192
|
+
readonly reasons: ["BAL#201"];
|
|
193
|
+
readonly errorMSG: "Token count exceeds the maximum for a given pool type. (BEX#201)";
|
|
194
|
+
};
|
|
195
|
+
readonly BAL202: {
|
|
196
|
+
readonly reasons: ["BAL#202"];
|
|
197
|
+
readonly errorMSG: "Swap fee percentage exceeds the maximum allowed. (BEX#202)";
|
|
198
|
+
};
|
|
199
|
+
readonly BAL203: {
|
|
200
|
+
readonly reasons: ["BAL#203"];
|
|
201
|
+
readonly errorMSG: "Swap fee percentage is below the minimum allowed. (BEX#203)";
|
|
202
|
+
};
|
|
203
|
+
readonly BAL204: {
|
|
204
|
+
readonly reasons: ["BAL#204"];
|
|
205
|
+
readonly errorMSG: "Pool initialization failed: a small amount of BPT is minted to the zero address to maintain mathematical consistency. If initial balances are too low, the initialization process may fail. (BEX#204)";
|
|
206
|
+
};
|
|
207
|
+
readonly BAL205: {
|
|
208
|
+
readonly reasons: ["BAL#205"];
|
|
209
|
+
readonly errorMSG: "User attempted to execute a callback intended for the vault contract. (BEX#205)";
|
|
210
|
+
};
|
|
211
|
+
readonly BAL206: {
|
|
212
|
+
readonly reasons: ["BAL#206"];
|
|
213
|
+
readonly errorMSG: "Pools must be initialized with a special 'Init' join, before they can be joined by LPs. (BEX#206)";
|
|
214
|
+
};
|
|
215
|
+
readonly BAL207: {
|
|
216
|
+
readonly reasons: ["BAL#207"];
|
|
217
|
+
readonly errorMSG: "Slippage/front-running protection check failed on a pool exit. (BEX#207)";
|
|
218
|
+
};
|
|
219
|
+
readonly BAL208: {
|
|
220
|
+
readonly reasons: ["BAL#208"];
|
|
221
|
+
readonly errorMSG: "Minimum BPT output amount not met. (BEX#208)";
|
|
222
|
+
};
|
|
223
|
+
readonly BAL209: {
|
|
224
|
+
readonly reasons: ["BAL#209"];
|
|
225
|
+
readonly errorMSG: "Slippage/front-running protection check failed on a pool join. (BEX#209)";
|
|
226
|
+
};
|
|
227
|
+
readonly BAL210: {
|
|
228
|
+
readonly reasons: ["BAL#210"];
|
|
229
|
+
readonly errorMSG: "Pools with oracles are limited to two tokens. A pool with the TWO_TOKEN specialization must have exactly two tokens. (BEX#210)";
|
|
230
|
+
};
|
|
231
|
+
readonly BAL211: {
|
|
232
|
+
readonly reasons: ["BAL#211"];
|
|
233
|
+
readonly errorMSG: "The pool factory is disabled and new pools cannot be created at this time. (BEX#211)";
|
|
234
|
+
};
|
|
235
|
+
readonly BAL300: {
|
|
236
|
+
readonly reasons: ["BAL#300"];
|
|
237
|
+
readonly errorMSG: "The amplification parameter is below the minimum allowed. (BEX#300)";
|
|
238
|
+
};
|
|
239
|
+
readonly BAL301: {
|
|
240
|
+
readonly reasons: ["BAL#301"];
|
|
241
|
+
readonly errorMSG: "The amplification parameter exceeds the maximum allowed. (BEX#301)";
|
|
242
|
+
};
|
|
243
|
+
readonly BAL302: {
|
|
244
|
+
readonly reasons: ["BAL#302"];
|
|
245
|
+
readonly errorMSG: "The weight parameter is below the minimum allowed. (BEX#302)";
|
|
246
|
+
};
|
|
247
|
+
readonly BAL303: {
|
|
248
|
+
readonly reasons: ["BAL#303"];
|
|
249
|
+
readonly errorMSG: "The number of stable tokens exceeds the maximum allowed. (BEX#303)";
|
|
250
|
+
};
|
|
251
|
+
readonly BAL304: {
|
|
252
|
+
readonly reasons: ["BAL#304"];
|
|
253
|
+
readonly errorMSG: "The amount of tokens in would unbalance the pool. (BEX#304)";
|
|
254
|
+
};
|
|
255
|
+
readonly BAL305: {
|
|
256
|
+
readonly reasons: ["BAL#305"];
|
|
257
|
+
readonly errorMSG: "The amount of tokens out would unbalance the pool. (BEX#305)";
|
|
258
|
+
};
|
|
259
|
+
readonly BAL306: {
|
|
260
|
+
readonly reasons: ["BAL#306"];
|
|
261
|
+
readonly errorMSG: "Disproportionate pool exit would unbalance the pool. (BEX#306)";
|
|
262
|
+
};
|
|
263
|
+
readonly BAL307: {
|
|
264
|
+
readonly reasons: ["BAL#307"];
|
|
265
|
+
readonly errorMSG: "Disproportionate pool join would unbalance the pool. (BEX#307)";
|
|
266
|
+
};
|
|
267
|
+
readonly BAL308: {
|
|
268
|
+
readonly reasons: ["BAL#308"];
|
|
269
|
+
readonly errorMSG: "Normalized weights do not add to 1.0 exactly. (BEX#308)";
|
|
270
|
+
};
|
|
271
|
+
readonly BAL309: {
|
|
272
|
+
readonly reasons: ["BAL#309"];
|
|
273
|
+
readonly errorMSG: "Invalid token provided for operation. (BEX#309)";
|
|
274
|
+
};
|
|
275
|
+
readonly BAL310: {
|
|
276
|
+
readonly reasons: ["BAL#310"];
|
|
277
|
+
readonly errorMSG: "Unhandled pool join operation for this pool type. (BEX#310)";
|
|
278
|
+
};
|
|
279
|
+
readonly BAL311: {
|
|
280
|
+
readonly reasons: ["BAL#311"];
|
|
281
|
+
readonly errorMSG: "Pool balances must be > 0. (BEX#311)";
|
|
282
|
+
};
|
|
283
|
+
readonly BAL312: {
|
|
284
|
+
readonly reasons: ["BAL#312"];
|
|
285
|
+
readonly errorMSG: "Invalid query for oracle data ('ago' timestamp was not in the past). (BEX#312)";
|
|
286
|
+
};
|
|
287
|
+
readonly BAL313: {
|
|
288
|
+
readonly reasons: ["BAL#313"];
|
|
289
|
+
readonly errorMSG: "Oracle has no data to query. (BEX#313)";
|
|
290
|
+
};
|
|
291
|
+
readonly BAL314: {
|
|
292
|
+
readonly reasons: ["BAL#314"];
|
|
293
|
+
readonly errorMSG: "Oracle query data is before its earliest data sample. (BEX#314)";
|
|
294
|
+
};
|
|
295
|
+
readonly BAL315: {
|
|
296
|
+
readonly reasons: ["BAL#315"];
|
|
297
|
+
readonly errorMSG: "Cannot query an oracle sample outside the buffer of 1024. (BEX#315)";
|
|
298
|
+
};
|
|
299
|
+
readonly BAL316: {
|
|
300
|
+
readonly reasons: ["BAL#316"];
|
|
301
|
+
readonly errorMSG: "Oracle query window must have non-zero duration. (BEX#316)";
|
|
302
|
+
};
|
|
303
|
+
readonly BAL317: {
|
|
304
|
+
readonly reasons: ["BAL#317"];
|
|
305
|
+
readonly errorMSG: "Amplification parameter change has less than the minimum duration. (BEX#317)";
|
|
306
|
+
};
|
|
307
|
+
readonly BAL318: {
|
|
308
|
+
readonly reasons: ["BAL#318"];
|
|
309
|
+
readonly errorMSG: "Cannot start an amplification parameter update if one is already ongoing. (BEX#318)";
|
|
310
|
+
};
|
|
311
|
+
readonly BAL319: {
|
|
312
|
+
readonly reasons: ["BAL#319"];
|
|
313
|
+
readonly errorMSG: "The requested amplification parameter change is too fast (cannot halve or double over less than a day). (BEX#319)";
|
|
314
|
+
};
|
|
315
|
+
readonly BAL320: {
|
|
316
|
+
readonly reasons: ["BAL#320"];
|
|
317
|
+
readonly errorMSG: "Cannot cancel an update if there isn't one already ongoing. (BEX#320)";
|
|
318
|
+
};
|
|
319
|
+
readonly BAL321: {
|
|
320
|
+
readonly reasons: ["BAL#321"];
|
|
321
|
+
readonly errorMSG: "Stable pool invariant calculation did not converge. (BEX#321)";
|
|
322
|
+
};
|
|
323
|
+
readonly BAL322: {
|
|
324
|
+
readonly reasons: ["BAL#322"];
|
|
325
|
+
readonly errorMSG: "Stable pool balance calculation did not converge. (BEX#322)";
|
|
326
|
+
};
|
|
327
|
+
readonly BAL323: {
|
|
328
|
+
readonly reasons: ["BAL#323"];
|
|
329
|
+
readonly errorMSG: "Relayer must be a valid contract. (BEX#323)";
|
|
330
|
+
};
|
|
331
|
+
readonly BAL324: {
|
|
332
|
+
readonly reasons: ["BAL#324"];
|
|
333
|
+
readonly errorMSG: "Base pool relayer was not called correctly. (BEX#324)";
|
|
334
|
+
};
|
|
335
|
+
readonly BAL325: {
|
|
336
|
+
readonly reasons: ["BAL#325"];
|
|
337
|
+
readonly errorMSG: "Rebalancing relayer operation re-entered unexpectedly. (BEX#325)";
|
|
338
|
+
};
|
|
339
|
+
readonly BAL326: {
|
|
340
|
+
readonly reasons: ["BAL#326"];
|
|
341
|
+
readonly errorMSG: "Detected time travel in gradual updates (start > end time in a gradual weights update). (BEX#326)";
|
|
342
|
+
};
|
|
343
|
+
readonly BAL327: {
|
|
344
|
+
readonly reasons: ["BAL#327"];
|
|
345
|
+
readonly errorMSG: "Swaps are disabled for this pool. (BEX#327)";
|
|
346
|
+
};
|
|
347
|
+
readonly BAL328: {
|
|
348
|
+
readonly reasons: ["BAL#328"];
|
|
349
|
+
readonly errorMSG: "Caller is not the owner of the LBP. (BEX#328)";
|
|
350
|
+
};
|
|
351
|
+
readonly BAL329: {
|
|
352
|
+
readonly reasons: ["BAL#329"];
|
|
353
|
+
readonly errorMSG: "Rate returned from a rateProvider must fit within 128 bits. (BEX#329)";
|
|
354
|
+
};
|
|
355
|
+
readonly BAL330: {
|
|
356
|
+
readonly reasons: ["BAL#330"];
|
|
357
|
+
readonly errorMSG: "Investment pools only allow proportional joins and exits when swaps are disabled (to prevent unbalancing the pool). (BEX#330)";
|
|
358
|
+
};
|
|
359
|
+
readonly BAL331: {
|
|
360
|
+
readonly reasons: ["BAL#331"];
|
|
361
|
+
readonly errorMSG: "Gradual weight update duration too short (minimum 1 day). (BEX#331)";
|
|
362
|
+
};
|
|
363
|
+
readonly BAL332: {
|
|
364
|
+
readonly reasons: ["BAL#332"];
|
|
365
|
+
readonly errorMSG: "Invalid Linear Pool operating range. (BEX#332)";
|
|
366
|
+
};
|
|
367
|
+
readonly BAL333: {
|
|
368
|
+
readonly reasons: ["BAL#333"];
|
|
369
|
+
readonly errorMSG: "Linear Pool max balance must fit in 112 bits. (BEX#333)";
|
|
370
|
+
};
|
|
371
|
+
readonly BAL334: {
|
|
372
|
+
readonly reasons: ["BAL#334"];
|
|
373
|
+
readonly errorMSG: "Unhandled pool join/exit operation for linear pool type. (BEX#334)";
|
|
374
|
+
};
|
|
375
|
+
readonly BAL335: {
|
|
376
|
+
readonly reasons: ["BAL#335"];
|
|
377
|
+
readonly errorMSG: "Cannot reset Linear Pool targets if pool is unbalanced. (BEX#335)";
|
|
378
|
+
};
|
|
379
|
+
readonly BAL336: {
|
|
380
|
+
readonly reasons: ["BAL#336"];
|
|
381
|
+
readonly errorMSG: "Unhandled pool exit operation for this pool type. (BEX#336)";
|
|
382
|
+
};
|
|
383
|
+
readonly BAL337: {
|
|
384
|
+
readonly reasons: ["BAL#337"];
|
|
385
|
+
readonly errorMSG: "Management fees can only be collected by the pool owner. (BEX#337)";
|
|
386
|
+
};
|
|
387
|
+
readonly BAL338: {
|
|
388
|
+
readonly reasons: ["BAL#338"];
|
|
389
|
+
readonly errorMSG: "Management swap fee percentage exceeded the maximum. (BEX#338)";
|
|
390
|
+
};
|
|
391
|
+
readonly BAL339: {
|
|
392
|
+
readonly reasons: ["BAL#339"];
|
|
393
|
+
readonly errorMSG: "Unhandled pool join/exit operation for managed pool type. (BEX#339)";
|
|
394
|
+
};
|
|
395
|
+
readonly BAL340: {
|
|
396
|
+
readonly reasons: ["BAL#340"];
|
|
397
|
+
readonly errorMSG: "Unhandled pool join/exit operation for phantom pool type. (BEX#340)";
|
|
398
|
+
};
|
|
399
|
+
readonly BAL341: {
|
|
400
|
+
readonly reasons: ["BAL#341"];
|
|
401
|
+
readonly errorMSG: "Token does not have a valid rate provider. (BEX#341)";
|
|
402
|
+
};
|
|
403
|
+
readonly BAL342: {
|
|
404
|
+
readonly reasons: ["BAL#342"];
|
|
405
|
+
readonly errorMSG: "Invalid pool initialization parameters provided. (BEX#342)";
|
|
406
|
+
};
|
|
407
|
+
readonly BAL343: {
|
|
408
|
+
readonly reasons: ["BAL#343"];
|
|
409
|
+
readonly errorMSG: "Value is out of the new target range for the operation. (BEX#343)";
|
|
410
|
+
};
|
|
411
|
+
readonly BAL344: {
|
|
412
|
+
readonly reasons: ["BAL#344"];
|
|
413
|
+
readonly errorMSG: "This feature is currently disabled. (BEX#344)";
|
|
414
|
+
};
|
|
415
|
+
readonly BAL345: {
|
|
416
|
+
readonly reasons: ["BAL#345"];
|
|
417
|
+
readonly errorMSG: "The pool controller is uninitialized. (BEX#345)";
|
|
418
|
+
};
|
|
419
|
+
readonly BAL346: {
|
|
420
|
+
readonly reasons: ["BAL#346"];
|
|
421
|
+
readonly errorMSG: "Cannot set swap fee during an ongoing fee change. (BEX#346)";
|
|
422
|
+
};
|
|
423
|
+
readonly BAL347: {
|
|
424
|
+
readonly reasons: ["BAL#347"];
|
|
425
|
+
readonly errorMSG: "Cannot set swap fee during pending fee changes. (BEX#347)";
|
|
426
|
+
};
|
|
427
|
+
readonly BAL348: {
|
|
428
|
+
readonly reasons: ["BAL#348"];
|
|
429
|
+
readonly errorMSG: "Cannot change tokens during a weight change. (BEX#348)";
|
|
430
|
+
};
|
|
431
|
+
readonly BAL349: {
|
|
432
|
+
readonly reasons: ["BAL#349"];
|
|
433
|
+
readonly errorMSG: "Cannot change tokens during pending weight changes. (BEX#349)";
|
|
434
|
+
};
|
|
435
|
+
readonly BAL350: {
|
|
436
|
+
readonly reasons: ["BAL#350"];
|
|
437
|
+
readonly errorMSG: "Weight parameter exceeds the maximum allowed. (BEX#350)";
|
|
438
|
+
};
|
|
439
|
+
readonly BAL351: {
|
|
440
|
+
readonly reasons: ["BAL#351"];
|
|
441
|
+
readonly errorMSG: "Unauthorized join operation. (BEX#351)";
|
|
442
|
+
};
|
|
443
|
+
readonly BAL352: {
|
|
444
|
+
readonly reasons: ["BAL#352"];
|
|
445
|
+
readonly errorMSG: "Management AUM fee percentage exceeded the maximum allowed. (BEX#352)";
|
|
446
|
+
};
|
|
447
|
+
readonly BAL353: {
|
|
448
|
+
readonly reasons: ["BAL#353"];
|
|
449
|
+
readonly errorMSG: "Fractional target values are not supported. (BEX#353)";
|
|
450
|
+
};
|
|
451
|
+
readonly BAL354: {
|
|
452
|
+
readonly reasons: ["BAL#354"];
|
|
453
|
+
readonly errorMSG: "Adding or removing BPT is not allowed in this context. (BEX#354)";
|
|
454
|
+
};
|
|
455
|
+
readonly BAL355: {
|
|
456
|
+
readonly reasons: ["BAL#355"];
|
|
457
|
+
readonly errorMSG: "Invalid circuit breaker bounds configuration. (BEX#355)";
|
|
458
|
+
};
|
|
459
|
+
readonly BAL356: {
|
|
460
|
+
readonly reasons: ["BAL#356"];
|
|
461
|
+
readonly errorMSG: "The circuit breaker has been triggered. (BEX#356)";
|
|
462
|
+
};
|
|
463
|
+
readonly BAL357: {
|
|
464
|
+
readonly reasons: ["BAL#357"];
|
|
465
|
+
readonly errorMSG: "Malicious query detected and reverted. (BEX#357)";
|
|
466
|
+
};
|
|
467
|
+
readonly BAL358: {
|
|
468
|
+
readonly reasons: ["BAL#358"];
|
|
469
|
+
readonly errorMSG: "Joins and exits are currently disabled for this pool. (BEX#358)";
|
|
470
|
+
};
|
|
471
|
+
readonly BAL400: {
|
|
472
|
+
readonly reasons: ["BAL#400"];
|
|
473
|
+
readonly errorMSG: "Reentrancy detected. (BEX#400)";
|
|
474
|
+
};
|
|
475
|
+
readonly BAL401: {
|
|
476
|
+
readonly reasons: ["BAL#401"];
|
|
477
|
+
readonly errorMSG: "The sender is not allowed to perform this action. (BEX#401)";
|
|
478
|
+
};
|
|
479
|
+
readonly BAL402: {
|
|
480
|
+
readonly reasons: ["BAL#402"];
|
|
481
|
+
readonly errorMSG: "The contract is currently paused. (BEX#402)";
|
|
482
|
+
};
|
|
483
|
+
readonly BAL403: {
|
|
484
|
+
readonly reasons: ["BAL#403"];
|
|
485
|
+
readonly errorMSG: "The pause window has expired. (BEX#403)";
|
|
486
|
+
};
|
|
487
|
+
readonly BAL404: {
|
|
488
|
+
readonly reasons: ["BAL#404"];
|
|
489
|
+
readonly errorMSG: "The maximum pause window duration has been exceeded. (BEX#404)";
|
|
490
|
+
};
|
|
491
|
+
readonly BAL405: {
|
|
492
|
+
readonly reasons: ["BAL#405"];
|
|
493
|
+
readonly errorMSG: "The maximum buffer period duration has been exceeded. (BEX#405)";
|
|
494
|
+
};
|
|
495
|
+
readonly BAL406: {
|
|
496
|
+
readonly reasons: ["BAL#406"];
|
|
497
|
+
readonly errorMSG: "The account has insufficient balance. (BEX#406)";
|
|
498
|
+
};
|
|
499
|
+
readonly BAL407: {
|
|
500
|
+
readonly reasons: ["BAL#407"];
|
|
501
|
+
readonly errorMSG: "The account has insufficient allowance. (BEX#407)";
|
|
502
|
+
};
|
|
503
|
+
readonly BAL408: {
|
|
504
|
+
readonly reasons: ["BAL#408"];
|
|
505
|
+
readonly errorMSG: "ERC20: Transfer from zero address. (BEX#408)";
|
|
506
|
+
};
|
|
507
|
+
readonly BAL409: {
|
|
508
|
+
readonly reasons: ["BAL#409"];
|
|
509
|
+
readonly errorMSG: "ERC20: Transfer to zero address. (BEX#409)";
|
|
510
|
+
};
|
|
511
|
+
readonly BAL410: {
|
|
512
|
+
readonly reasons: ["BAL#410"];
|
|
513
|
+
readonly errorMSG: "ERC20: Mint to zero address. (BEX#410)";
|
|
514
|
+
};
|
|
515
|
+
readonly BAL411: {
|
|
516
|
+
readonly reasons: ["BAL#411"];
|
|
517
|
+
readonly errorMSG: "ERC20: Burn from zero address. (BEX#411)";
|
|
518
|
+
};
|
|
519
|
+
readonly BAL412: {
|
|
520
|
+
readonly reasons: ["BAL#412"];
|
|
521
|
+
readonly errorMSG: "ERC20: Approve from zero address. (BEX#412)";
|
|
522
|
+
};
|
|
523
|
+
readonly BAL413: {
|
|
524
|
+
readonly reasons: ["BAL#413"];
|
|
525
|
+
readonly errorMSG: "ERC20: Approve to zero address. (BEX#413)";
|
|
526
|
+
};
|
|
527
|
+
readonly BAL414: {
|
|
528
|
+
readonly reasons: ["BAL#414"];
|
|
529
|
+
readonly errorMSG: "ERC20: Transfer exceeds allowance. (BEX#414)";
|
|
530
|
+
};
|
|
531
|
+
readonly BAL415: {
|
|
532
|
+
readonly reasons: ["BAL#415"];
|
|
533
|
+
readonly errorMSG: "ERC20: Decreased allowance below zero. (BEX#415)";
|
|
534
|
+
};
|
|
535
|
+
readonly BAL416: {
|
|
536
|
+
readonly reasons: ["BAL#416"];
|
|
537
|
+
readonly errorMSG: "ERC20: Transfer exceeds balance. (BEX#416)";
|
|
538
|
+
};
|
|
539
|
+
readonly BAL417: {
|
|
540
|
+
readonly reasons: ["BAL#417"];
|
|
541
|
+
readonly errorMSG: "ERC20: Burn exceeds allowance. (BEX#417)";
|
|
542
|
+
};
|
|
543
|
+
readonly BAL418: {
|
|
544
|
+
readonly reasons: ["BAL#418"];
|
|
545
|
+
readonly errorMSG: "SafeERC20: Call failed. (BEX#418)";
|
|
546
|
+
};
|
|
547
|
+
readonly BAL419: {
|
|
548
|
+
readonly reasons: ["BAL#419"];
|
|
549
|
+
readonly errorMSG: "Address has insufficient balance. (BEX#419)";
|
|
550
|
+
};
|
|
551
|
+
readonly BAL420: {
|
|
552
|
+
readonly reasons: ["BAL#420"];
|
|
553
|
+
readonly errorMSG: "Address cannot send value. (BEX#420)";
|
|
554
|
+
};
|
|
555
|
+
readonly BAL421: {
|
|
556
|
+
readonly reasons: ["BAL#421"];
|
|
557
|
+
readonly errorMSG: "SafeCast: Value cannot fit into int256. (BEX#421)";
|
|
558
|
+
};
|
|
559
|
+
readonly BAL422: {
|
|
560
|
+
readonly reasons: ["BAL#422"];
|
|
561
|
+
readonly errorMSG: "AccessControl: Grant sender is not an admin. (BEX#422)";
|
|
562
|
+
};
|
|
563
|
+
readonly BAL423: {
|
|
564
|
+
readonly reasons: ["BAL#423"];
|
|
565
|
+
readonly errorMSG: "AccessControl: Revoke sender is not an admin. (BEX#423)";
|
|
566
|
+
};
|
|
567
|
+
readonly BAL424: {
|
|
568
|
+
readonly reasons: ["BAL#424"];
|
|
569
|
+
readonly errorMSG: "AccessControl: Renounce sender not allowed for accounts other than self. (BEX#424)";
|
|
570
|
+
};
|
|
571
|
+
readonly BAL425: {
|
|
572
|
+
readonly reasons: ["BAL#425"];
|
|
573
|
+
readonly errorMSG: "Buffer period has expired. (BEX#425)";
|
|
574
|
+
};
|
|
575
|
+
readonly BAL426: {
|
|
576
|
+
readonly reasons: ["BAL#426"];
|
|
577
|
+
readonly errorMSG: "Caller is not the owner. (BEX#426)";
|
|
578
|
+
};
|
|
579
|
+
readonly BAL427: {
|
|
580
|
+
readonly reasons: ["BAL#427"];
|
|
581
|
+
readonly errorMSG: "New owner cannot be zero address. (BEX#427)";
|
|
582
|
+
};
|
|
583
|
+
readonly BAL428: {
|
|
584
|
+
readonly reasons: ["BAL#428"];
|
|
585
|
+
readonly errorMSG: "Code deployment failed. (BEX#428)";
|
|
586
|
+
};
|
|
587
|
+
readonly BAL429: {
|
|
588
|
+
readonly reasons: ["BAL#429"];
|
|
589
|
+
readonly errorMSG: "Call to non-contract address. (BEX#429)";
|
|
590
|
+
};
|
|
591
|
+
readonly BAL430: {
|
|
592
|
+
readonly reasons: ["BAL#430"];
|
|
593
|
+
readonly errorMSG: "Low-level call failed. (BEX#430)";
|
|
594
|
+
};
|
|
595
|
+
readonly BAL431: {
|
|
596
|
+
readonly reasons: ["BAL#431"];
|
|
597
|
+
readonly errorMSG: "The contract is not paused. (BEX#431)";
|
|
598
|
+
};
|
|
599
|
+
readonly BAL432: {
|
|
600
|
+
readonly reasons: ["BAL#432"];
|
|
601
|
+
readonly errorMSG: "Address is already allowlisted. (BEX#432)";
|
|
602
|
+
};
|
|
603
|
+
readonly BAL433: {
|
|
604
|
+
readonly reasons: ["BAL#433"];
|
|
605
|
+
readonly errorMSG: "Address is not allowlisted. (BEX#433)";
|
|
606
|
+
};
|
|
607
|
+
readonly BAL434: {
|
|
608
|
+
readonly reasons: ["BAL#434"];
|
|
609
|
+
readonly errorMSG: "ERC20: Burn exceeds balance. (BEX#434)";
|
|
610
|
+
};
|
|
611
|
+
readonly BAL435: {
|
|
612
|
+
readonly reasons: ["BAL#435"];
|
|
613
|
+
readonly errorMSG: "Invalid operation. (BEX#435)";
|
|
614
|
+
};
|
|
615
|
+
readonly BAL436: {
|
|
616
|
+
readonly reasons: ["BAL#436"];
|
|
617
|
+
readonly errorMSG: "Codec overflow detected. (BEX#436)";
|
|
618
|
+
};
|
|
619
|
+
readonly BAL437: {
|
|
620
|
+
readonly reasons: ["BAL#437"];
|
|
621
|
+
readonly errorMSG: "The system is in recovery mode. (BEX#437)";
|
|
622
|
+
};
|
|
623
|
+
readonly BAL438: {
|
|
624
|
+
readonly reasons: ["BAL#438"];
|
|
625
|
+
readonly errorMSG: "The system is not in recovery mode. (BEX#438)";
|
|
626
|
+
};
|
|
627
|
+
readonly BAL439: {
|
|
628
|
+
readonly reasons: ["BAL#439"];
|
|
629
|
+
readonly errorMSG: "Induced failure. (BEX#439)";
|
|
630
|
+
};
|
|
631
|
+
readonly BAL440: {
|
|
632
|
+
readonly reasons: ["BAL#440"];
|
|
633
|
+
readonly errorMSG: "Expired signature. (BEX#440)";
|
|
634
|
+
};
|
|
635
|
+
readonly BAL441: {
|
|
636
|
+
readonly reasons: ["BAL#441"];
|
|
637
|
+
readonly errorMSG: "Malformed signature. (BEX#441)";
|
|
638
|
+
};
|
|
639
|
+
readonly BAL442: {
|
|
640
|
+
readonly reasons: ["BAL#442"];
|
|
641
|
+
readonly errorMSG: "SafeCast: Value cannot fit into uint64. (BEX#442)";
|
|
642
|
+
};
|
|
643
|
+
readonly BAL443: {
|
|
644
|
+
readonly reasons: ["BAL#443"];
|
|
645
|
+
readonly errorMSG: "Unhandled fee type. (BEX#443)";
|
|
646
|
+
};
|
|
647
|
+
readonly BAL444: {
|
|
648
|
+
readonly reasons: ["BAL#444"];
|
|
649
|
+
readonly errorMSG: "ERC20: Burn from zero address. (BEX#444)";
|
|
650
|
+
};
|
|
651
|
+
readonly BAL500: {
|
|
652
|
+
readonly reasons: ["BAL#500"];
|
|
653
|
+
readonly errorMSG: "Invalid pool ID. (BEX#500)";
|
|
654
|
+
};
|
|
655
|
+
readonly BAL501: {
|
|
656
|
+
readonly reasons: ["BAL#501"];
|
|
657
|
+
readonly errorMSG: "Caller is not the pool. (BEX#501)";
|
|
658
|
+
};
|
|
659
|
+
readonly BAL502: {
|
|
660
|
+
readonly reasons: ["BAL#502"];
|
|
661
|
+
readonly errorMSG: "Sender is not the asset manager. (BEX#502)";
|
|
662
|
+
};
|
|
663
|
+
readonly BAL503: {
|
|
664
|
+
readonly reasons: ["BAL#503"];
|
|
665
|
+
readonly errorMSG: "User does not allow the relayer. (BEX#503)";
|
|
666
|
+
};
|
|
667
|
+
readonly BAL504: {
|
|
668
|
+
readonly reasons: ["BAL#504"];
|
|
669
|
+
readonly errorMSG: "Invalid signature. (BEX#504)";
|
|
670
|
+
};
|
|
671
|
+
readonly BAL505: {
|
|
672
|
+
readonly reasons: ["BAL#505"];
|
|
673
|
+
readonly errorMSG: "Exit would yield fewer than the minimum tokens out. (BEX#505)";
|
|
674
|
+
};
|
|
675
|
+
readonly BAL506: {
|
|
676
|
+
readonly reasons: ["BAL#506"];
|
|
677
|
+
readonly errorMSG: "Join would cost more than the maximum tokens in. (BEX#506)";
|
|
678
|
+
};
|
|
679
|
+
readonly BAL507: {
|
|
680
|
+
readonly reasons: ["BAL#507"];
|
|
681
|
+
readonly errorMSG: "Swap violates user-supplied limits. (BEX#507)";
|
|
682
|
+
};
|
|
683
|
+
readonly BAL508: {
|
|
684
|
+
readonly reasons: ["BAL#508"];
|
|
685
|
+
readonly errorMSG: "Swap transaction not mined within the deadline. (BEX#508)";
|
|
686
|
+
};
|
|
687
|
+
readonly BAL509: {
|
|
688
|
+
readonly reasons: ["BAL#509"];
|
|
689
|
+
readonly errorMSG: "Cannot swap the same token. (BEX#509)";
|
|
690
|
+
};
|
|
691
|
+
readonly BAL510: {
|
|
692
|
+
readonly reasons: ["BAL#510"];
|
|
693
|
+
readonly errorMSG: "Unknown amount in the first swap of a batch. (BEX#510)";
|
|
694
|
+
};
|
|
695
|
+
readonly BAL511: {
|
|
696
|
+
readonly reasons: ["BAL#511"];
|
|
697
|
+
readonly errorMSG: "Malconstructed multihop swap. (BEX#511)";
|
|
698
|
+
};
|
|
699
|
+
readonly BAL512: {
|
|
700
|
+
readonly reasons: ["BAL#512"];
|
|
701
|
+
readonly errorMSG: "Internal balance overflow. (BEX#512)";
|
|
702
|
+
};
|
|
703
|
+
readonly BAL513: {
|
|
704
|
+
readonly reasons: ["BAL#513"];
|
|
705
|
+
readonly errorMSG: "Insufficient internal balance. (BEX#513)";
|
|
706
|
+
};
|
|
707
|
+
readonly BAL514: {
|
|
708
|
+
readonly reasons: ["BAL#514"];
|
|
709
|
+
readonly errorMSG: "Invalid BERA internal balance. (BEX#514)";
|
|
710
|
+
};
|
|
711
|
+
readonly BAL515: {
|
|
712
|
+
readonly reasons: ["BAL#515"];
|
|
713
|
+
readonly errorMSG: "Flashloan must repay the loan in the same transaction. (BEX#515)";
|
|
714
|
+
};
|
|
715
|
+
readonly BAL516: {
|
|
716
|
+
readonly reasons: ["BAL#516"];
|
|
717
|
+
readonly errorMSG: "Insufficient BERA balance. (BEX#516)";
|
|
718
|
+
};
|
|
719
|
+
readonly BAL517: {
|
|
720
|
+
readonly reasons: ["BAL#517"];
|
|
721
|
+
readonly errorMSG: "Unallocated BERA. (BEX#517)";
|
|
722
|
+
};
|
|
723
|
+
readonly BAL518: {
|
|
724
|
+
readonly reasons: ["BAL#518"];
|
|
725
|
+
readonly errorMSG: "Relayers cannot receive BERA directly (only through the Vault). (BEX#518)";
|
|
726
|
+
};
|
|
727
|
+
readonly BAL519: {
|
|
728
|
+
readonly reasons: ["BAL#519"];
|
|
729
|
+
readonly errorMSG: "Cannot use BERA sentinel for internal balance. (BEX#519)";
|
|
730
|
+
};
|
|
731
|
+
readonly BAL520: {
|
|
732
|
+
readonly reasons: ["BAL#520"];
|
|
733
|
+
readonly errorMSG: "Tokens mismatch. (BEX#520)";
|
|
734
|
+
};
|
|
735
|
+
readonly BAL521: {
|
|
736
|
+
readonly reasons: ["BAL#521"];
|
|
737
|
+
readonly errorMSG: "Token is not registered. (BEX#521)";
|
|
738
|
+
};
|
|
739
|
+
readonly BAL522: {
|
|
740
|
+
readonly reasons: ["BAL#522"];
|
|
741
|
+
readonly errorMSG: "Token is already registered. (BEX#522)";
|
|
742
|
+
};
|
|
743
|
+
readonly BAL523: {
|
|
744
|
+
readonly reasons: ["BAL#523"];
|
|
745
|
+
readonly errorMSG: "Tokens are already set. (BEX#523)";
|
|
746
|
+
};
|
|
747
|
+
readonly BAL524: {
|
|
748
|
+
readonly reasons: ["BAL#524"];
|
|
749
|
+
readonly errorMSG: "Tokens length must be 2. (BEX#524)";
|
|
750
|
+
};
|
|
751
|
+
readonly BAL525: {
|
|
752
|
+
readonly reasons: ["BAL#525"];
|
|
753
|
+
readonly errorMSG: "Nonzero token balance detected. (BEX#525)";
|
|
754
|
+
};
|
|
755
|
+
readonly BAL526: {
|
|
756
|
+
readonly reasons: ["BAL#526"];
|
|
757
|
+
readonly errorMSG: "Balance total overflow detected. (BEX#526)";
|
|
758
|
+
};
|
|
759
|
+
readonly BAL527: {
|
|
760
|
+
readonly reasons: ["BAL#527"];
|
|
761
|
+
readonly errorMSG: "Pool has no tokens. (BEX#527)";
|
|
762
|
+
};
|
|
763
|
+
readonly BAL528: {
|
|
764
|
+
readonly reasons: ["BAL#528"];
|
|
765
|
+
readonly errorMSG: "Insufficient flash loan balance. (BEX#528)";
|
|
766
|
+
};
|
|
767
|
+
readonly BAL600: {
|
|
768
|
+
readonly reasons: ["BAL#600"];
|
|
769
|
+
readonly errorMSG: "Swap fee percentage is too high. (BEX#600)";
|
|
770
|
+
};
|
|
771
|
+
readonly BAL601: {
|
|
772
|
+
readonly reasons: ["BAL#601"];
|
|
773
|
+
readonly errorMSG: "Flash loan fee percentage is too high. (BEX#601)";
|
|
774
|
+
};
|
|
775
|
+
readonly BAL602: {
|
|
776
|
+
readonly reasons: ["BAL#602"];
|
|
777
|
+
readonly errorMSG: "Insufficient flash loan fee amount. (BEX#602)";
|
|
778
|
+
};
|
|
779
|
+
readonly BAL700: {
|
|
780
|
+
readonly reasons: ["BAL#700"];
|
|
781
|
+
readonly errorMSG: "Splitter fee percentage is too high. (BEX#700)";
|
|
782
|
+
};
|
|
783
|
+
readonly BAL998: {
|
|
784
|
+
readonly reasons: ["BAL#998"];
|
|
785
|
+
readonly errorMSG: "Unimplemented functionality. (BEX#998)";
|
|
786
|
+
};
|
|
787
|
+
readonly BAL999: {
|
|
788
|
+
readonly reasons: ["BAL#999"];
|
|
789
|
+
readonly errorMSG: "An unexpected error occurred. (BEX#999)";
|
|
790
|
+
};
|
|
791
|
+
readonly NO_SWAP_PATHS: {
|
|
792
|
+
readonly keywords: ["No swap paths returned"];
|
|
793
|
+
readonly errorMSG: "No swap paths were found.";
|
|
794
|
+
};
|
|
795
|
+
};
|
|
796
|
+
readonly AGGREGATOR: {
|
|
797
|
+
readonly NOT_ENOUGH_LIQUIDITY: {
|
|
798
|
+
readonly keywords: ["Not enough liquidity"];
|
|
799
|
+
readonly errorMSG: "Not enough liquidity. Try a lower amount.";
|
|
800
|
+
};
|
|
801
|
+
};
|
|
802
|
+
readonly POL: {
|
|
803
|
+
readonly REWARD_VAULT_FACTORY: {
|
|
804
|
+
readonly reasons: ["VaultAlreadyExists"];
|
|
805
|
+
readonly errorMSG: "Failed to create action. An action already exists with this staking token.";
|
|
806
|
+
};
|
|
807
|
+
readonly NOT_REWARD_VAULT_MANAGER: {
|
|
808
|
+
readonly reasons: ["NotRewardVaultManager"];
|
|
809
|
+
readonly errorMSG: "You are not the manager of this action.";
|
|
810
|
+
};
|
|
811
|
+
readonly NOT_INCENTIVE_MANAGER: {
|
|
812
|
+
readonly reasons: ["NotIncentiveManager"];
|
|
813
|
+
readonly errorMSG: "You are not the incentive manager of this token.";
|
|
814
|
+
};
|
|
815
|
+
readonly DURATION_CHANGE_NOT_ALLOWED: {
|
|
816
|
+
readonly reasons: ["DurationChangeNotAllowed"];
|
|
817
|
+
readonly errorMSG: "You cannot change the duration of this action.";
|
|
818
|
+
};
|
|
819
|
+
readonly INVALID_PROOF: {
|
|
820
|
+
readonly reasons: ["InvalidProof"];
|
|
821
|
+
readonly errorMSG: "Tokens already claimed or invalid proof.";
|
|
822
|
+
};
|
|
823
|
+
readonly CONTRACT_PAUSED: {
|
|
824
|
+
readonly reasons: ["EnforcedPause"];
|
|
825
|
+
readonly errorMSG: "The contract you're interacting with is temporarily paused.";
|
|
826
|
+
};
|
|
827
|
+
readonly DISTRIBUTION_PAUSED: {
|
|
828
|
+
readonly reasons: ["DistributionEnforcedPause"];
|
|
829
|
+
readonly errorMSG: "Distribution is temporarily paused.";
|
|
830
|
+
};
|
|
831
|
+
readonly INVALID_VALIDATOR_COMMISSION: {
|
|
832
|
+
readonly reasons: ["InvalidCommissionValue"];
|
|
833
|
+
readonly errorMSG: "Invalid commission percentage.";
|
|
834
|
+
};
|
|
835
|
+
readonly NOT_REWARD_ALLOCATOR: {
|
|
836
|
+
readonly reasons: ["NotRewardAllocator"];
|
|
837
|
+
readonly errorMSG: "You are not the reward allocator of this validator.";
|
|
838
|
+
};
|
|
839
|
+
readonly NOT_OPERATOR: {
|
|
840
|
+
readonly reasons: ["NotOperator"];
|
|
841
|
+
readonly errorMSG: "You are not the operator of this validator.";
|
|
842
|
+
};
|
|
843
|
+
readonly INVALID_REWARD_ALLOCATION: {
|
|
844
|
+
readonly reasons: ["InvalidRewardAllocationWeights"];
|
|
845
|
+
readonly errorMSG: "Invalid reward allocation weights.";
|
|
846
|
+
};
|
|
847
|
+
readonly NOT_REWARD_DURATION_MANAGER: {
|
|
848
|
+
readonly reasons: ["NotRewardDurationManager"];
|
|
849
|
+
readonly errorMSG: "You are not the reward duration manager of this validator.";
|
|
850
|
+
};
|
|
851
|
+
};
|
|
852
|
+
readonly BEND: {
|
|
853
|
+
readonly INSUFFICIENT_POSITION: {
|
|
854
|
+
readonly keywords: ["insufficient position"];
|
|
855
|
+
readonly errorMSG: "Insufficient position";
|
|
856
|
+
};
|
|
857
|
+
readonly INSUFFICIENT_LIQUIDITY: {
|
|
858
|
+
readonly keywords: ["insufficient liquidity on market"];
|
|
859
|
+
readonly errorMSG: "Insufficient liquidity on market.";
|
|
860
|
+
};
|
|
861
|
+
readonly ALL_CAPS_REACHED: {
|
|
862
|
+
readonly reasons: ["AllCapsReached"];
|
|
863
|
+
readonly errorMSG: "All caps reached on vault.";
|
|
864
|
+
};
|
|
865
|
+
readonly AboveMaxTimelock: {
|
|
866
|
+
readonly reasons: ["AboveMaxTimelock"];
|
|
867
|
+
readonly errorMSG: "Above max timelock";
|
|
868
|
+
};
|
|
869
|
+
readonly AddressEmptyCode: {
|
|
870
|
+
readonly reasons: ["AddressEmptyCode"];
|
|
871
|
+
readonly errorMSG: "Address empty code";
|
|
872
|
+
};
|
|
873
|
+
readonly AddressInsufficientBalance: {
|
|
874
|
+
readonly reasons: ["AddressInsufficientBalance"];
|
|
875
|
+
readonly errorMSG: "Address insufficient balance";
|
|
876
|
+
};
|
|
877
|
+
readonly AllCapsReached: {
|
|
878
|
+
readonly reasons: ["AllCapsReached"];
|
|
879
|
+
readonly errorMSG: "All caps reached";
|
|
880
|
+
};
|
|
881
|
+
readonly AlreadyPending: {
|
|
882
|
+
readonly reasons: ["AlreadyPending"];
|
|
883
|
+
readonly errorMSG: "Already pending";
|
|
884
|
+
};
|
|
885
|
+
readonly AlreadySet: {
|
|
886
|
+
readonly reasons: ["AlreadySet"];
|
|
887
|
+
readonly errorMSG: "Already set";
|
|
888
|
+
};
|
|
889
|
+
readonly BelowMinTimelock: {
|
|
890
|
+
readonly reasons: ["BelowMinTimelock"];
|
|
891
|
+
readonly errorMSG: "Below min timelock";
|
|
892
|
+
};
|
|
893
|
+
readonly DuplicateMarket: {
|
|
894
|
+
readonly reasons: ["DuplicateMarket"];
|
|
895
|
+
readonly errorMSG: "Duplicate market";
|
|
896
|
+
};
|
|
897
|
+
readonly ECDSAInvalidSignature: {
|
|
898
|
+
readonly reasons: ["ECDSAInvalidSignature"];
|
|
899
|
+
readonly errorMSG: "Invalid ECDSA signature";
|
|
900
|
+
};
|
|
901
|
+
readonly ECDSAInvalidSignatureLength: {
|
|
902
|
+
readonly reasons: ["ECDSAInvalidSignatureLength"];
|
|
903
|
+
readonly errorMSG: "Invalid ECDSA signature length";
|
|
904
|
+
};
|
|
905
|
+
readonly ECDSAInvalidSignatureS: {
|
|
906
|
+
readonly reasons: ["ECDSAInvalidSignatureS"];
|
|
907
|
+
readonly errorMSG: "Invalid ECDSA signature S value";
|
|
908
|
+
};
|
|
909
|
+
readonly ERC20InsufficientBalance: {
|
|
910
|
+
readonly reasons: ["ERC20InsufficientBalance"];
|
|
911
|
+
readonly errorMSG: "ERC20 insufficient balance";
|
|
912
|
+
};
|
|
913
|
+
readonly ERC20InvalidApprover: {
|
|
914
|
+
readonly reasons: ["ERC20InvalidApprover"];
|
|
915
|
+
readonly errorMSG: "ERC20 invalid approver";
|
|
916
|
+
};
|
|
917
|
+
readonly ERC20InvalidReceiver: {
|
|
918
|
+
readonly reasons: ["ERC20InvalidReceiver"];
|
|
919
|
+
readonly errorMSG: "ERC20 invalid receiver";
|
|
920
|
+
};
|
|
921
|
+
readonly ERC20InvalidSender: {
|
|
922
|
+
readonly reasons: ["ERC20InvalidSender"];
|
|
923
|
+
readonly errorMSG: "ERC20 invalid sender";
|
|
924
|
+
};
|
|
925
|
+
readonly ERC20InvalidSpender: {
|
|
926
|
+
readonly reasons: ["ERC20InvalidSpender"];
|
|
927
|
+
readonly errorMSG: "ERC20 invalid spender";
|
|
928
|
+
};
|
|
929
|
+
readonly ERC2612ExpiredSignature: {
|
|
930
|
+
readonly reasons: ["ERC2612ExpiredSignature"];
|
|
931
|
+
readonly errorMSG: "ERC2612 expired signature";
|
|
932
|
+
};
|
|
933
|
+
readonly ERC2612InvalidSigner: {
|
|
934
|
+
readonly reasons: ["ERC2612InvalidSigner"];
|
|
935
|
+
readonly errorMSG: "ERC2612 invalid signer";
|
|
936
|
+
};
|
|
937
|
+
readonly ERC4626ExceededMaxDeposit: {
|
|
938
|
+
readonly reasons: ["ERC4626ExceededMaxDeposit"];
|
|
939
|
+
readonly errorMSG: "ERC4626 exceeded max deposit";
|
|
940
|
+
};
|
|
941
|
+
readonly ERC4626ExceededMaxMint: {
|
|
942
|
+
readonly reasons: ["ERC4626ExceededMaxMint"];
|
|
943
|
+
readonly errorMSG: "ERC4626 exceeded max mint";
|
|
944
|
+
};
|
|
945
|
+
readonly ERC4626ExceededMaxRedeem: {
|
|
946
|
+
readonly reasons: ["ERC4626ExceededMaxRedeem"];
|
|
947
|
+
readonly errorMSG: "ERC4626 exceeded max redeem";
|
|
948
|
+
};
|
|
949
|
+
readonly ERC4626ExceededMaxWithdraw: {
|
|
950
|
+
readonly reasons: ["ERC4626ExceededMaxWithdraw"];
|
|
951
|
+
readonly errorMSG: "ERC4626 exceeded max withdraw";
|
|
952
|
+
};
|
|
953
|
+
readonly FailedInnerCall: {
|
|
954
|
+
readonly reasons: ["FailedInnerCall"];
|
|
955
|
+
readonly errorMSG: "Failed inner call";
|
|
956
|
+
};
|
|
957
|
+
readonly InconsistentAsset: {
|
|
958
|
+
readonly reasons: ["InconsistentAsset"];
|
|
959
|
+
readonly errorMSG: "Inconsistent asset";
|
|
960
|
+
};
|
|
961
|
+
readonly InconsistentReallocation: {
|
|
962
|
+
readonly reasons: ["InconsistentReallocation"];
|
|
963
|
+
readonly errorMSG: "Inconsistent reallocation";
|
|
964
|
+
};
|
|
965
|
+
readonly InvalidAccountNonce: {
|
|
966
|
+
readonly reasons: ["InvalidAccountNonce"];
|
|
967
|
+
readonly errorMSG: "Invalid account nonce";
|
|
968
|
+
};
|
|
969
|
+
readonly InvalidMarketRemovalNonZeroCap: {
|
|
970
|
+
readonly reasons: ["InvalidMarketRemovalNonZeroCap"];
|
|
971
|
+
readonly errorMSG: "Invalid market removal (non-zero cap)";
|
|
972
|
+
};
|
|
973
|
+
readonly InvalidMarketRemovalNonZeroSupply: {
|
|
974
|
+
readonly reasons: ["InvalidMarketRemovalNonZeroSupply"];
|
|
975
|
+
readonly errorMSG: "Invalid market removal (non-zero supply)";
|
|
976
|
+
};
|
|
977
|
+
readonly InvalidMarketRemovalTimelockNotElapsed: {
|
|
978
|
+
readonly reasons: ["InvalidMarketRemovalTimelockNotElapsed"];
|
|
979
|
+
readonly errorMSG: "Invalid market removal (timelock not elapsed)";
|
|
980
|
+
};
|
|
981
|
+
readonly InvalidShortString: {
|
|
982
|
+
readonly reasons: ["InvalidShortString"];
|
|
983
|
+
readonly errorMSG: "Invalid short string";
|
|
984
|
+
};
|
|
985
|
+
readonly MarketNotCreated: {
|
|
986
|
+
readonly reasons: ["MarketNotCreated"];
|
|
987
|
+
readonly errorMSG: "Market not created";
|
|
988
|
+
};
|
|
989
|
+
readonly MarketNotEnabled: {
|
|
990
|
+
readonly reasons: ["MarketNotEnabled"];
|
|
991
|
+
readonly errorMSG: "Market not enabled";
|
|
992
|
+
};
|
|
993
|
+
readonly MathOverflowedMulDiv: {
|
|
994
|
+
readonly reasons: ["MathOverflowedMulDiv"];
|
|
995
|
+
readonly errorMSG: "Math overflow";
|
|
996
|
+
};
|
|
997
|
+
readonly MaxFeeExceeded: {
|
|
998
|
+
readonly reasons: ["MaxFeeExceeded"];
|
|
999
|
+
readonly errorMSG: "Max fee exceeded";
|
|
1000
|
+
};
|
|
1001
|
+
readonly MaxQueueLengthExceeded: {
|
|
1002
|
+
readonly reasons: ["MaxQueueLengthExceeded"];
|
|
1003
|
+
readonly errorMSG: "Max queue length exceeded";
|
|
1004
|
+
};
|
|
1005
|
+
readonly NoPendingValue: {
|
|
1006
|
+
readonly reasons: ["NoPendingValue"];
|
|
1007
|
+
readonly errorMSG: "No pending value";
|
|
1008
|
+
};
|
|
1009
|
+
readonly NonZeroCap: {
|
|
1010
|
+
readonly reasons: ["NonZeroCap"];
|
|
1011
|
+
readonly errorMSG: "Non-zero cap";
|
|
1012
|
+
};
|
|
1013
|
+
readonly NotAllocatorRole: {
|
|
1014
|
+
readonly reasons: ["NotAllocatorRole"];
|
|
1015
|
+
readonly errorMSG: "Not allocator role";
|
|
1016
|
+
};
|
|
1017
|
+
readonly NotCuratorNorGuardianRole: {
|
|
1018
|
+
readonly reasons: ["NotCuratorNorGuardianRole"];
|
|
1019
|
+
readonly errorMSG: "Not curator or guardian role";
|
|
1020
|
+
};
|
|
1021
|
+
readonly NotCuratorRole: {
|
|
1022
|
+
readonly reasons: ["NotCuratorRole"];
|
|
1023
|
+
readonly errorMSG: "Not curator role";
|
|
1024
|
+
};
|
|
1025
|
+
readonly NotEnoughLiquidity: {
|
|
1026
|
+
readonly reasons: ["NotEnoughLiquidity"];
|
|
1027
|
+
readonly errorMSG: "Not enough liquidity";
|
|
1028
|
+
};
|
|
1029
|
+
readonly NotGuardianRole: {
|
|
1030
|
+
readonly reasons: ["NotGuardianRole"];
|
|
1031
|
+
readonly errorMSG: "Not guardian role";
|
|
1032
|
+
};
|
|
1033
|
+
readonly OwnableInvalidOwner: {
|
|
1034
|
+
readonly reasons: ["OwnableInvalidOwner"];
|
|
1035
|
+
readonly errorMSG: "Invalid owner";
|
|
1036
|
+
};
|
|
1037
|
+
readonly OwnableUnauthorizedAccount: {
|
|
1038
|
+
readonly reasons: ["OwnableUnauthorizedAccount"];
|
|
1039
|
+
readonly errorMSG: "Unauthorized account";
|
|
1040
|
+
};
|
|
1041
|
+
readonly PendingCap: {
|
|
1042
|
+
readonly reasons: ["PendingCap"];
|
|
1043
|
+
readonly errorMSG: "Pending cap";
|
|
1044
|
+
};
|
|
1045
|
+
readonly PendingRemoval: {
|
|
1046
|
+
readonly reasons: ["PendingRemoval"];
|
|
1047
|
+
readonly errorMSG: "Pending removal";
|
|
1048
|
+
};
|
|
1049
|
+
readonly SafeCastOverflowedUintDowncast: {
|
|
1050
|
+
readonly reasons: ["SafeCastOverflowedUintDowncast"];
|
|
1051
|
+
readonly errorMSG: "SafeCast overflow";
|
|
1052
|
+
};
|
|
1053
|
+
readonly SafeERC20FailedOperation: {
|
|
1054
|
+
readonly reasons: ["SafeERC20FailedOperation"];
|
|
1055
|
+
readonly errorMSG: "SafeERC20 failed operation";
|
|
1056
|
+
};
|
|
1057
|
+
readonly StringTooLong: {
|
|
1058
|
+
readonly reasons: ["StringTooLong"];
|
|
1059
|
+
readonly errorMSG: "String too long";
|
|
1060
|
+
};
|
|
1061
|
+
readonly SupplyCapExceeded: {
|
|
1062
|
+
readonly reasons: ["SupplyCapExceeded"];
|
|
1063
|
+
readonly errorMSG: "Supply cap exceeded";
|
|
1064
|
+
};
|
|
1065
|
+
readonly TimelockNotElapsed: {
|
|
1066
|
+
readonly reasons: ["TimelockNotElapsed"];
|
|
1067
|
+
readonly errorMSG: "Timelock not elapsed";
|
|
1068
|
+
};
|
|
1069
|
+
readonly UnauthorizedMarket: {
|
|
1070
|
+
readonly reasons: ["UnauthorizedMarket"];
|
|
1071
|
+
readonly errorMSG: "Unauthorized market";
|
|
1072
|
+
};
|
|
1073
|
+
readonly ZeroAddress: {
|
|
1074
|
+
readonly reasons: ["ZeroAddress"];
|
|
1075
|
+
readonly errorMSG: "Zero address";
|
|
1076
|
+
};
|
|
1077
|
+
readonly ZeroFeeRecipient: {
|
|
1078
|
+
readonly reasons: ["ZeroFeeRecipient"];
|
|
1079
|
+
readonly errorMSG: "Zero fee recipient";
|
|
1080
|
+
};
|
|
1081
|
+
};
|
|
1082
|
+
};
|
|
1083
|
+
//# sourceMappingURL=errorMap.d.ts.map
|