@alphafi/alphafi-sdk 0.0.91 → 0.0.93
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/#package.json# +98 -0
- package/dist/cjs/adminFunctions.d.ts.map +1 -1
- package/dist/cjs/common/coins.d.ts.map +1 -1
- package/dist/cjs/common/coins.js +18 -0
- package/dist/cjs/common/coins.js.map +1 -1
- package/dist/cjs/common/constants.d.ts +21 -0
- package/dist/cjs/common/constants.d.ts.map +1 -1
- package/dist/cjs/common/constants.js +15 -2
- package/dist/cjs/common/constants.js.map +1 -1
- package/dist/cjs/common/maps.d.ts +1 -0
- package/dist/cjs/common/maps.d.ts.map +1 -1
- package/dist/cjs/common/maps.js +65 -4
- package/dist/cjs/common/maps.js.map +1 -1
- package/dist/cjs/common/pyth.d.ts +1 -1
- package/dist/cjs/common/pyth.d.ts.map +1 -1
- package/dist/cjs/common/pyth.js.map +1 -1
- package/dist/cjs/common/types.d.ts +17 -21
- package/dist/cjs/common/types.d.ts.map +1 -1
- package/dist/cjs/common/types.js +0 -17
- package/dist/cjs/common/types.js.map +1 -1
- package/dist/cjs/graphql/client.d.ts +1 -1
- package/dist/cjs/graphql/client.d.ts.map +1 -1
- package/dist/cjs/graphql/executeMutations.d.ts +15 -3
- package/dist/cjs/graphql/executeMutations.d.ts.map +1 -1
- package/dist/cjs/graphql/executeMutations.js +6 -0
- package/dist/cjs/graphql/executeMutations.js.map +1 -1
- package/dist/cjs/graphql/fetchData.d.ts +23 -7
- package/dist/cjs/graphql/fetchData.d.ts.map +1 -1
- package/dist/cjs/graphql/fetchData.js +11 -11
- package/dist/cjs/graphql/fetchData.js.map +1 -1
- package/dist/cjs/graphql/fetchNftHolders.d.ts.map +1 -1
- package/dist/cjs/graphql/fetchNftHolders.js +3 -1
- package/dist/cjs/graphql/fetchNftHolders.js.map +1 -1
- package/dist/cjs/graphql/fetchReceipts.d.ts.map +1 -1
- package/dist/cjs/graphql/fetchReceipts.js +3 -1
- package/dist/cjs/graphql/fetchReceipts.js.map +1 -1
- package/dist/cjs/graphql/getMultiReceipts.d.ts.map +1 -1
- package/dist/cjs/graphql/getMultiReceipts.js +7 -2
- package/dist/cjs/graphql/getMultiReceipts.js.map +1 -1
- package/dist/cjs/index.d.ts +2 -1
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +6 -4
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/sui-sdk/client.d.ts.map +1 -1
- package/dist/cjs/sui-sdk/functions/getPortfolioAmounts.d.ts.map +1 -1
- package/dist/cjs/sui-sdk/functions/getPortfolioAmounts.js +9 -3
- package/dist/cjs/sui-sdk/functions/getPortfolioAmounts.js.map +1 -1
- package/dist/cjs/sui-sdk/functions/getReceipts.d.ts +1 -0
- package/dist/cjs/sui-sdk/functions/getReceipts.d.ts.map +1 -1
- package/dist/cjs/sui-sdk/functions/getReceipts.js +2 -2
- package/dist/cjs/sui-sdk/functions/getReceipts.js.map +1 -1
- package/dist/cjs/transactions/7k.d.ts +2 -7
- package/dist/cjs/transactions/7k.d.ts.map +1 -1
- package/dist/cjs/transactions/7k.js +18 -31
- package/dist/cjs/transactions/7k.js.map +1 -1
- package/dist/cjs/transactions/alpha.d.ts.map +1 -1
- package/dist/cjs/transactions/alphalend.d.ts +1 -0
- package/dist/cjs/transactions/alphalend.d.ts.map +1 -1
- package/dist/cjs/transactions/alphalend.js +148 -201
- package/dist/cjs/transactions/alphalend.js.map +1 -1
- package/dist/cjs/transactions/blueRewards.js +17 -7
- package/dist/cjs/transactions/blueRewards.js.map +1 -1
- package/dist/cjs/transactions/bluefin.d.ts.map +1 -1
- package/dist/cjs/transactions/cetus.d.ts.map +1 -1
- package/dist/cjs/transactions/collect_rewards.d.ts.map +1 -1
- package/dist/cjs/transactions/collect_rewards.js +1 -3
- package/dist/cjs/transactions/collect_rewards.js.map +1 -1
- package/dist/cjs/transactions/get_navi_rewards.d.ts +2 -0
- package/dist/cjs/transactions/get_navi_rewards.d.ts.map +1 -0
- package/dist/cjs/transactions/get_navi_rewards.js +42 -0
- package/dist/cjs/transactions/get_navi_rewards.js.map +1 -0
- package/dist/cjs/transactions/navi-looping.d.ts.map +1 -1
- package/dist/cjs/transactions/navi-looping.js +79 -79
- package/dist/cjs/transactions/navi-looping.js.map +1 -1
- package/dist/cjs/transactions/navi.d.ts.map +1 -1
- package/dist/cjs/transactions/navi.js +142 -141
- package/dist/cjs/transactions/navi.js.map +1 -1
- package/dist/cjs/transactions/newZapDeposit.d.ts +15 -0
- package/dist/cjs/transactions/newZapDeposit.d.ts.map +1 -0
- package/dist/cjs/transactions/newZapDeposit.js +1775 -0
- package/dist/cjs/transactions/newZapDeposit.js.map +1 -0
- package/dist/cjs/transactions/zapDeposit.d.ts +3 -3
- package/dist/cjs/transactions/zapDeposit.d.ts.map +1 -1
- package/dist/cjs/transactions/zapDeposit.js +1043 -503
- package/dist/cjs/transactions/zapDeposit.js.map +1 -1
- package/dist/cjs/utils/clmm/prices.d.ts.map +1 -1
- package/dist/cjs/utils/clmm/prices.js +4 -0
- package/dist/cjs/utils/clmm/prices.js.map +1 -1
- package/dist/cjs/utils/clmm/tokenAmountFromLiquidity.d.ts +0 -1
- package/dist/cjs/utils/clmm/tokenAmountFromLiquidity.d.ts.map +1 -1
- package/dist/cjs/utils/clmm/tokenAmountFromLiquidity.js +0 -1
- package/dist/cjs/utils/clmm/tokenAmountFromLiquidity.js.map +1 -1
- package/dist/cjs/utils/getReceipts.js +1 -1
- package/dist/cjs/utils/getReceipts.js.map +1 -1
- package/dist/cjs/utils/prices.js +2 -2
- package/dist/cjs/utils/prices.js.map +1 -1
- package/dist/esm/adminFunctions.d.ts.map +1 -1
- package/dist/esm/common/coins.d.ts.map +1 -1
- package/dist/esm/common/coins.js +18 -0
- package/dist/esm/common/coins.js.map +1 -1
- package/dist/esm/common/constants.d.ts +21 -0
- package/dist/esm/common/constants.d.ts.map +1 -1
- package/dist/esm/common/constants.js +15 -2
- package/dist/esm/common/constants.js.map +1 -1
- package/dist/esm/common/maps.d.ts +1 -0
- package/dist/esm/common/maps.d.ts.map +1 -1
- package/dist/esm/common/maps.js +65 -4
- package/dist/esm/common/maps.js.map +1 -1
- package/dist/esm/common/pyth.d.ts +1 -1
- package/dist/esm/common/pyth.d.ts.map +1 -1
- package/dist/esm/common/pyth.js.map +1 -1
- package/dist/esm/common/types.d.ts +17 -21
- package/dist/esm/common/types.d.ts.map +1 -1
- package/dist/esm/common/types.js +1 -17
- package/dist/esm/common/types.js.map +1 -1
- package/dist/esm/graphql/client.d.ts +1 -1
- package/dist/esm/graphql/client.d.ts.map +1 -1
- package/dist/esm/graphql/executeMutations.d.ts +15 -3
- package/dist/esm/graphql/executeMutations.d.ts.map +1 -1
- package/dist/esm/graphql/executeMutations.js +6 -0
- package/dist/esm/graphql/executeMutations.js.map +1 -1
- package/dist/esm/graphql/fetchData.d.ts +23 -7
- package/dist/esm/graphql/fetchData.d.ts.map +1 -1
- package/dist/esm/graphql/fetchData.js +11 -11
- package/dist/esm/graphql/fetchData.js.map +1 -1
- package/dist/esm/graphql/fetchNftHolders.d.ts.map +1 -1
- package/dist/esm/graphql/fetchNftHolders.js +3 -1
- package/dist/esm/graphql/fetchNftHolders.js.map +1 -1
- package/dist/esm/graphql/fetchReceipts.d.ts.map +1 -1
- package/dist/esm/graphql/fetchReceipts.js +3 -1
- package/dist/esm/graphql/fetchReceipts.js.map +1 -1
- package/dist/esm/graphql/getMultiReceipts.d.ts.map +1 -1
- package/dist/esm/graphql/getMultiReceipts.js +7 -2
- package/dist/esm/graphql/getMultiReceipts.js.map +1 -1
- package/dist/esm/index.d.ts +2 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/sui-sdk/client.d.ts.map +1 -1
- package/dist/esm/sui-sdk/functions/getPortfolioAmounts.d.ts.map +1 -1
- package/dist/esm/sui-sdk/functions/getPortfolioAmounts.js +9 -3
- package/dist/esm/sui-sdk/functions/getPortfolioAmounts.js.map +1 -1
- package/dist/esm/sui-sdk/functions/getReceipts.d.ts +1 -0
- package/dist/esm/sui-sdk/functions/getReceipts.d.ts.map +1 -1
- package/dist/esm/sui-sdk/functions/getReceipts.js +2 -2
- package/dist/esm/sui-sdk/functions/getReceipts.js.map +1 -1
- package/dist/esm/transactions/7k.d.ts +2 -7
- package/dist/esm/transactions/7k.d.ts.map +1 -1
- package/dist/esm/transactions/7k.js +19 -32
- package/dist/esm/transactions/7k.js.map +1 -1
- package/dist/esm/transactions/alpha.d.ts.map +1 -1
- package/dist/esm/transactions/alphalend.d.ts +1 -0
- package/dist/esm/transactions/alphalend.d.ts.map +1 -1
- package/dist/esm/transactions/alphalend.js +147 -201
- package/dist/esm/transactions/alphalend.js.map +1 -1
- package/dist/esm/transactions/bluefin.d.ts.map +1 -1
- package/dist/esm/transactions/cetus.d.ts.map +1 -1
- package/dist/esm/transactions/collect_rewards.d.ts.map +1 -1
- package/dist/esm/transactions/collect_rewards.js +1 -3
- package/dist/esm/transactions/collect_rewards.js.map +1 -1
- package/dist/esm/transactions/get_navi_rewards.d.ts +2 -0
- package/dist/esm/transactions/get_navi_rewards.d.ts.map +1 -0
- package/dist/esm/transactions/get_navi_rewards.js +39 -0
- package/dist/esm/transactions/get_navi_rewards.js.map +1 -0
- package/dist/esm/transactions/navi-looping.d.ts.map +1 -1
- package/dist/esm/transactions/navi-looping.js +79 -79
- package/dist/esm/transactions/navi-looping.js.map +1 -1
- package/dist/esm/transactions/navi.d.ts.map +1 -1
- package/dist/esm/transactions/navi.js +142 -141
- package/dist/esm/transactions/navi.js.map +1 -1
- package/dist/esm/transactions/newZapDeposit.d.ts +15 -0
- package/dist/esm/transactions/newZapDeposit.d.ts.map +1 -0
- package/dist/esm/transactions/newZapDeposit.js +1771 -0
- package/dist/esm/transactions/newZapDeposit.js.map +1 -0
- package/dist/esm/transactions/zapDeposit.d.ts +3 -3
- package/dist/esm/transactions/zapDeposit.d.ts.map +1 -1
- package/dist/esm/transactions/zapDeposit.js +1043 -502
- package/dist/esm/transactions/zapDeposit.js.map +1 -1
- package/dist/esm/utils/clmm/prices.d.ts.map +1 -1
- package/dist/esm/utils/clmm/prices.js +4 -0
- package/dist/esm/utils/clmm/prices.js.map +1 -1
- package/dist/esm/utils/clmm/tokenAmountFromLiquidity.d.ts +0 -1
- package/dist/esm/utils/clmm/tokenAmountFromLiquidity.d.ts.map +1 -1
- package/dist/esm/utils/clmm/tokenAmountFromLiquidity.js +0 -1
- package/dist/esm/utils/clmm/tokenAmountFromLiquidity.js.map +1 -1
- package/dist/esm/utils/getReceipts.js +1 -1
- package/dist/esm/utils/getReceipts.js.map +1 -1
- package/dist/esm/utils/prices.js +2 -2
- package/dist/esm/utils/prices.js.map +1 -1
- package/docs/assets/hierarchy.js +1 -0
- package/docs/assets/icons.js +1 -1
- package/docs/assets/icons.svg +1 -1
- package/docs/assets/main.js +5 -5
- package/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/assets/style.css +1428 -1288
- package/docs/functions/alphaLpBreakdown.html +1 -1
- package/docs/functions/cetusLpBreakdown.html +1 -1
- package/docs/functions/claimRewardTxb.html +1 -1
- package/docs/functions/claimRewardsTxb.html +1 -1
- package/docs/functions/coinAmountToXTokensDoubleAsset.html +1 -1
- package/docs/functions/coinAmountToXTokensSingleAsset.html +1 -1
- package/docs/functions/coinsInPool.html +1 -1
- package/docs/functions/collectAndSwapRewardsSingleLoop.html +1 -0
- package/docs/functions/collectRewardTxb.html +1 -1
- package/docs/functions/collectRewards.html +1 -1
- package/docs/functions/deposit.html +1 -1
- package/docs/functions/depositDoubleAssetTxb.html +1 -1
- package/docs/functions/depositSingleAssetTxb.html +1 -1
- package/docs/functions/fetchAfterTransactionEvents.html +1 -1
- package/docs/functions/fetchAirdropClaimEvents.html +1 -1
- package/docs/functions/fetchAutoCompoundingEvents.html +1 -1
- package/docs/functions/fetchAutoCompoundingEventsGql.html +1 -1
- package/docs/functions/fetchCetusPools.html +1 -1
- package/docs/functions/fetchChainIdentifier.html +1 -1
- package/docs/functions/fetchCheckRatioEvents.html +1 -1
- package/docs/functions/fetchEvents.html +1 -1
- package/docs/functions/fetchLiquidityChangeEvents.html +1 -1
- package/docs/functions/fetchMultiCategoryEvents.html +1 -1
- package/docs/functions/fetchMultiReceipts.html +1 -1
- package/docs/functions/fetchNftHolders.html +1 -1
- package/docs/functions/fetchPools.html +1 -1
- package/docs/functions/fetchPortfolioData.html +1 -1
- package/docs/functions/fetchProtocolData.html +1 -1
- package/docs/functions/fetchRequiredPrices.html +1 -1
- package/docs/functions/fetchTVL.html +1 -1
- package/docs/functions/fetchTransactions.html +1 -1
- package/docs/functions/fetchUserVaultBalances.html +1 -1
- package/docs/functions/fetchUserVaults.html +1 -1
- package/docs/functions/fetchUserWalletData.html +1 -1
- package/docs/functions/fetchVoloExchangeRate.html +1 -1
- package/docs/functions/fetchWithdrawV2Events.html +1 -1
- package/docs/functions/getAirdropShare.html +1 -1
- package/docs/functions/getAllDoubleAssetVaults.html +1 -1
- package/docs/functions/getAllSingleAssetVaults.html +1 -1
- package/docs/functions/getAllVaultBalances.html +1 -1
- package/docs/functions/getAllVaults.html +1 -1
- package/docs/functions/getAlphaUnlocks.html +1 -1
- package/docs/functions/getAlphaVaultBalance.html +1 -1
- package/docs/functions/getAmounts.html +1 -1
- package/docs/functions/getApr.html +1 -1
- package/docs/functions/getAprs.html +1 -1
- package/docs/functions/getApy.html +1 -1
- package/docs/functions/getApys.html +1 -1
- package/docs/functions/getCetusInvestorTicksMap.html +1 -1
- package/docs/functions/getCetusPool.html +1 -1
- package/docs/functions/getCetusSqrtPriceMap.html +1 -1
- package/docs/functions/getCoinAmountsFromLiquidity.html +1 -1
- package/docs/functions/getConf.html +1 -1
- package/docs/functions/getCurrentTick.html +1 -1
- package/docs/functions/getDistributor.html +1 -1
- package/docs/functions/getDoubleAssetVaultBalance.html +1 -1
- package/docs/functions/getDoubleAssetVaults.html +1 -1
- package/docs/functions/getInvestor.html +1 -1
- package/docs/functions/getInvestorPoolMap.html +1 -1
- package/docs/functions/getLastAutoCompoundTime.html +1 -1
- package/docs/functions/getLatestPrices.html +1 -1
- package/docs/functions/getLiquidity.html +1 -1
- package/docs/functions/getMultiCetusPool.html +1 -1
- package/docs/functions/getMultiInvestor.html +1 -1
- package/docs/functions/getMultiLatestPrices.html +1 -1
- package/docs/functions/getMultiParentPool.html +1 -1
- package/docs/functions/getMultiPool.html +1 -1
- package/docs/functions/getMultiReceipts.html +1 -1
- package/docs/functions/getParentPool.html +1 -1
- package/docs/functions/getPool.html +1 -1
- package/docs/functions/getPoolExchangeRate.html +1 -1
- package/docs/functions/getPoolExchangeRateMap.html +1 -1
- package/docs/functions/getPoolsWeightDistribution.html +1 -1
- package/docs/functions/getPositionRange.html +1 -1
- package/docs/functions/getPositionRanges.html +1 -1
- package/docs/functions/getPositionTicks.html +1 -1
- package/docs/functions/getPriceToTick.html +1 -1
- package/docs/functions/getRebalanceHistories.html +1 -1
- package/docs/functions/getRebalanceHistory.html +1 -1
- package/docs/functions/getReceipts.html +1 -1
- package/docs/functions/getSingleAssetVaultBalance.html +1 -1
- package/docs/functions/getSingleAssetVaults.html +1 -1
- package/docs/functions/getSuiClient.html +2 -2
- package/docs/functions/getSuiNodeUrl.html +2 -2
- package/docs/functions/getTVLs-1.html +1 -1
- package/docs/functions/getTickSpacing.html +1 -1
- package/docs/functions/getTickToPrice.html +1 -1
- package/docs/functions/getTvls.html +1 -1
- package/docs/functions/getVaultBalance.html +1 -1
- package/docs/functions/getVaults.html +1 -1
- package/docs/functions/lastAutocompoundTime.html +1 -1
- package/docs/functions/liquidityToTokens.html +1 -1
- package/docs/functions/migrateBoostedToLoop.html +1 -1
- package/docs/functions/multiLiquidityToTokens.html +1 -1
- package/docs/functions/multiTokensToUsd.html +1 -1
- package/docs/functions/multiXTokensToLiquidity.html +1 -1
- package/docs/functions/parseUserWalletData.html +1 -1
- package/docs/functions/pendingRewardAmount.html +1 -1
- package/docs/functions/setCustomSuiClient.html +3 -3
- package/docs/functions/setSuiClient.html +2 -2
- package/docs/functions/setSuiNodeUrl.html +2 -2
- package/docs/functions/setWeights.html +1 -1
- package/docs/functions/withdraw.html +1 -1
- package/docs/functions/withdrawAlphaTxb.html +1 -1
- package/docs/functions/withdrawTxb.html +1 -1
- package/docs/functions/zapDepositQuoteTxb.html +1 -0
- package/docs/functions/zapDepositTxb.html +1 -1
- package/docs/hierarchy.html +1 -0
- package/docs/index.html +19 -19
- package/docs/interfaces/Coin.html +10 -10
- package/docs/interfaces/CoinPair.html +3 -3
- package/docs/interfaces/CommonEventAttributes.html +7 -7
- package/docs/interfaces/NaviVoloData.html +3 -3
- package/docs/interfaces/PoolData.html +8 -8
- package/docs/interfaces/PoolWeightDistribution.html +4 -4
- package/docs/interfaces/RebalanceHistoryType.html +9 -9
- package/docs/modules.html +1 -206
- package/docs/types/AfterTransactionEventNode.html +1 -1
- package/docs/types/AirdropClaimEventNode.html +1 -1
- package/docs/types/Allocator.html +3 -1
- package/docs/types/AlphaFiDoubleAssetVault.html +9 -1
- package/docs/types/AlphaFiMultiVaultBalance.html +1 -1
- package/docs/types/AlphaFiSingleAssetVault.html +7 -1
- package/docs/types/AlphaFiVault.html +1 -1
- package/docs/types/AlphaFiVaultBalance.html +1 -1
- package/docs/types/AlphaLendInvestor.html +1 -1
- package/docs/types/AlphaPoolType.html +5 -1
- package/docs/types/AlphaReceipt.html +4 -1
- package/docs/types/AlphaReceiptFields.html +11 -1
- package/docs/types/AlphaVaultBalance.html +7 -1
- package/docs/types/AutoBalancePoolNames.html +1 -1
- package/docs/types/AutoCompoundingEventNode.html +1 -1
- package/docs/types/BluefinInvestor.html +1 -1
- package/docs/types/BluefinPoolType.html +5 -1
- package/docs/types/BucketInvestor.html +2 -1
- package/docs/types/CetusInvestor.html +2 -1
- package/docs/types/CetusPoolType.html +5 -1
- package/docs/types/CetusSwapOptions.html +1 -1
- package/docs/types/CoinAmounts.html +3 -1
- package/docs/types/CoinName.html +1 -1
- package/docs/types/CoinType.html +1 -1
- package/docs/types/CommonInvestorFields.html +6 -1
- package/docs/types/CreatePoolOptions.html +8 -1
- package/docs/types/Distributor.html +6 -1
- package/docs/types/DoubleAssetMultiVaultBalance.html +6 -1
- package/docs/types/DoubleAssetPoolNames.html +1 -1
- package/docs/types/DoubleAssetTokenHoldings.html +5 -1
- package/docs/types/DoubleAssetVaultBalance.html +4 -1
- package/docs/types/EventCategory.html +1 -1
- package/docs/types/EventNode.html +1 -1
- package/docs/types/GetHoldersParams.html +4 -1
- package/docs/types/GetTokenHoldingsParams.html +4 -1
- package/docs/types/GetUserTokensFromTransactionsParams.html +5 -1
- package/docs/types/GetUserTokensInUsdFromTransactionsParams.html +6 -1
- package/docs/types/GetVaultBalanceParams.html +1 -1
- package/docs/types/HoldingsObj.html +4 -1
- package/docs/types/Icon.html +1 -1
- package/docs/types/Investor.html +1 -1
- package/docs/types/LiquidityChangeEventNode.html +1 -1
- package/docs/types/LiquidityToTokensParams.html +3 -1
- package/docs/types/LiquidityToUsdParams.html +6 -1
- package/docs/types/LoopingDebt.html +5 -1
- package/docs/types/LoopingPoolNames.html +1 -1
- package/docs/types/LpBreakdownType.html +6 -1
- package/docs/types/MemberPoolDataType.html +3 -1
- package/docs/types/MemberType.html +3 -1
- package/docs/types/MultiGetVaultBalancesParams.html +4 -1
- package/docs/types/NaviInvestor.html +2 -1
- package/docs/types/OtherReceiptFields.html +9 -1
- package/docs/types/PoolName.html +1 -1
- package/docs/types/PoolReceipt.html +1 -1
- package/docs/types/PoolType.html +5 -1
- package/docs/types/Receipt.html +5 -1
- package/docs/types/ReceiptGQL.html +6 -1
- package/docs/types/SingleAssetMultiVaultBalance.html +5 -1
- package/docs/types/SingleAssetPoolNames.html +1 -1
- package/docs/types/SingleAssetTokenHoldings.html +4 -1
- package/docs/types/SingleAssetVaultBalance.html +3 -1
- package/docs/types/SingleGetVaultBalancesParams.html +3 -1
- package/docs/types/StrategyType.html +1 -1
- package/docs/types/SuiNetwork.html +1 -1
- package/docs/types/SwapOptions.html +1 -1
- package/docs/types/TickSpacing.html +1 -1
- package/docs/types/TotalWeightType.html +3 -1
- package/docs/types/TransactionBlockType.html +6 -1
- package/docs/types/UserPoolLiquidity.html +4 -1
- package/docs/types/UserPoolTokenHoldings.html +1 -1
- package/docs/types/UserUsdHoldings.html +4 -1
- package/docs/types/VaultBalance.html +1 -1
- package/docs/types/VoteCastEvent.html +1 -1
- package/docs/types/WithdrawV2EventNode.html +1 -1
- package/docs/variables/AUTOBALANCE_SUI_FIRST_POOLS.html +1 -1
- package/docs/variables/AUTOBALANCE_SUI_SECOND_POOLS.html +1 -1
- package/docs/variables/AUTOBALANCE_TYPE_1_POOLS.html +1 -1
- package/docs/variables/alphalendMarketIdMap.html +1 -1
- package/docs/variables/bluefinPoolMap.html +1 -1
- package/docs/variables/cetusPoolMap.html +1 -1
- package/docs/variables/coinsList.html +1 -1
- package/docs/variables/defunctPoolsSet.html +1 -1
- package/docs/variables/doubleAssetPoolCoinMap.html +1 -1
- package/docs/variables/eventCategories.html +1 -1
- package/docs/variables/ignoredWalletsForDailyRevenue.html +1 -1
- package/docs/variables/loopingAccountAddresses.html +1 -1
- package/docs/variables/loopingPoolCoinMap.html +1 -1
- package/docs/variables/naviAssetMap.html +1 -1
- package/docs/variables/poolIdPoolNameMap.html +1 -1
- package/docs/variables/poolInfo.html +1 -1
- package/docs/variables/singleAssetPoolCoinMap.html +1 -1
- package/docs/variables/stableCoins.html +1 -1
- package/eslint.config.js +53 -0
- package/package.json +39 -23
- package/scripts/package-lock.json +2506 -0
- package/scripts/package.json +30 -0
- package/scripts/testRun.ts +101 -0
- package/scripts/utils.ts +104 -0
- package/docs/functions/getZapAmounts.html +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/common/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,eAAe,CAAC;AAErC,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/common/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,eAAe,CAAC;AAErC,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+jJhB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEnB,CAAC"}
|
|
@@ -144,6 +144,7 @@ export const conf = {
|
|
|
144
144
|
ALPHA_CETUS_COMPENSATOR: "0x2f47c9c56c662a7ee4dda16b00e8173b2d67f874bbedc7520f56157bd4073d8f",
|
|
145
145
|
CETUS_CLMM_VESTER: "0xe255c47472470c03bbefb1fc883459c2b978d3ad29aa8ee0c8c1ec9753fa7d01",
|
|
146
146
|
CETUS_CLMM_VERSIONED: "0x4f6f2f638362505836114f313809b834dafd58e3910df5110f6e54e4e35c929b",
|
|
147
|
+
ALPHAFI_SWAPPER_PACKAGE_ID: "0xaff9333d3d69aec8d4eca3acc80722bdb4607f53544201d1384fa54e5c7955da",
|
|
147
148
|
// Coin Types
|
|
148
149
|
// BETA_COIN_TYPE:
|
|
149
150
|
// "0x3813ca8aa2849b6369106ea749b0bdc5d72a671a267bf55a4be68c6c86fb911f::beta::BETA",
|
|
@@ -1199,7 +1200,7 @@ export const conf = {
|
|
|
1199
1200
|
"0x5769fdace205e2a37375b8bc46f839c20780c136f036d227f5a09ab5bd206908",
|
|
1200
1201
|
],
|
|
1201
1202
|
ALPHA_5_FIRST_PACKAGE_ID: "0xe516e0c12e56619c196fa0ee28d57e5e4ca532bd39df79bee9dcd1e3946119ec",
|
|
1202
|
-
ALPHA_5_LATEST_PACKAGE_ID: "
|
|
1203
|
+
ALPHA_5_LATEST_PACKAGE_ID: "0xf9125a97db7cfa62b59bcfa192234c459dc12e96b7481112acc738291c2cf4cb",
|
|
1203
1204
|
ALPHA_5_MODULE_PACKAGE_IDS: [
|
|
1204
1205
|
"0xe516e0c12e56619c196fa0ee28d57e5e4ca532bd39df79bee9dcd1e3946119ec",
|
|
1205
1206
|
"0x1ac7aacf8479f86464df1141db1662cf8622e6a138fa8e5fd4499eec14a07151",
|
|
@@ -1217,6 +1218,7 @@ export const conf = {
|
|
|
1217
1218
|
"0xc4706e6c41b29df4bb9b59505aa3d1a018eed06c968c4d464862c42e7aed1826",
|
|
1218
1219
|
"0x5f54dc1d11c378113065528deca8bd8de0f24464f8c489aa959c8f0381200185",
|
|
1219
1220
|
"0x996ff7edaaa986da408ca4760cb004baa74bf678776d2d5ee43e705384a620f9",
|
|
1221
|
+
"0xf9125a97db7cfa62b59bcfa192234c459dc12e96b7481112acc738291c2cf4cb",
|
|
1220
1222
|
],
|
|
1221
1223
|
ALPHA_STSUI_FIRST_PACKAGE_ID: "0xff869e243a172cfef9a4551f4eef88ac4861be0f81b0e7a4b7840b6276f5ceeb",
|
|
1222
1224
|
ALPHA_STSUI_LATEST_PACKAGE_ID: "0x36d6d7a686129055b72a9b9482f24018db0e7188433e542d403808242223b455",
|
|
@@ -1307,7 +1309,7 @@ export const conf = {
|
|
|
1307
1309
|
"0x614f9d104fcfcd76a98aab67c45c73f1231522a52def3ea31725cf1366599a88",
|
|
1308
1310
|
],
|
|
1309
1311
|
ALPHA_ALPHALEND_FIRST_PACKAGE_ID: "0x45564ea956f9b25890a5c1c3a199c8d86aabd5291b34723fb662283419ee2f4d",
|
|
1310
|
-
ALPHA_ALPHALEND_LATEST_PACKAGE_ID: "
|
|
1312
|
+
ALPHA_ALPHALEND_LATEST_PACKAGE_ID: "0xec4cb6335d046a48b6e027146e6b6d5a918f690b5eff183cd8921a858bafcf27",
|
|
1311
1313
|
ALPHA_ALPHALEND_MODULE_PACKAGE_IDS: [
|
|
1312
1314
|
"0x45564ea956f9b25890a5c1c3a199c8d86aabd5291b34723fb662283419ee2f4d",
|
|
1313
1315
|
],
|
|
@@ -1315,6 +1317,7 @@ export const conf = {
|
|
|
1315
1317
|
"0x45564ea956f9b25890a5c1c3a199c8d86aabd5291b34723fb662283419ee2f4d",
|
|
1316
1318
|
"0xe4440e0ba0c672f36de5abe1dc3fa3ee7afae5f949ecce8585fe456f46bf29c6",
|
|
1317
1319
|
"0x337cc22418506402cd75f1c3584ccd4a0803c60de8b70d774be69c5eaddd22e8",
|
|
1320
|
+
"0xec4cb6335d046a48b6e027146e6b6d5a918f690b5eff183cd8921a858bafcf27",
|
|
1318
1321
|
],
|
|
1319
1322
|
VOLO_PACKAGE_ID: "0x68d22cf8bdbcd11ecba1e094922873e4080d4d11133e2443fddda0bfd11dae20",
|
|
1320
1323
|
ALPHA_DISTRIBUTOR: "0x33f3c288a90c5368ec3b937875cfae94aebae0ee7fb65e97265728eff9e6995b",
|
|
@@ -1340,6 +1343,7 @@ export const conf = {
|
|
|
1340
1343
|
ALPHA_CETUS_COMPENSATOR: "0x3be8b5e423ad088466e90e02d9d9afea3e9dda1d71b638b7aaef78976b4e55bc",
|
|
1341
1344
|
CETUS_CLMM_VESTER: "0xe255c47472470c03bbefb1fc883459c2b978d3ad29aa8ee0c8c1ec9753fa7d01",
|
|
1342
1345
|
CETUS_CLMM_VERSIONED: "0x4f6f2f638362505836114f313809b834dafd58e3910df5110f6e54e4e35c929b",
|
|
1346
|
+
ALPHAFI_SWAPPER_PACKAGE_ID: "0xaff9333d3d69aec8d4eca3acc80722bdb4607f53544201d1384fa54e5c7955da",
|
|
1343
1347
|
// Coin Types
|
|
1344
1348
|
// BETA_COIN_TYPE: "", // always leave it empty here in production
|
|
1345
1349
|
ALPHA_COIN_TYPE: "0xfe3afec26c59e874f3c1d60b8203cb3852d2bb2aa415df9548b8d688e6683f93::alpha::ALPHA",
|
|
@@ -1464,6 +1468,7 @@ export const conf = {
|
|
|
1464
1468
|
//ALPHALEND SINGLE LOOPS
|
|
1465
1469
|
ALPHAFI_ALPHALEND_SINGLE_LOOP_TBTC_POOL: "0x185c2124971c44836ce303ed5cdf8a3f614105a4d8948bb98c81a816d087dba9",
|
|
1466
1470
|
ALPHAFI_ALPHALEND_SINGLE_LOOP_SUIBTC_POOL: "0xc38279f945d14b4ec7f8c7b6956d0485ee8fa31a6cf710e462d17714bff028a2",
|
|
1471
|
+
ALPHAFI_ALPHALEND_SINGLE_LOOP_XAUM_POOL: "0x4db8dacf91a31daa296cd3a32a11a140aa44f4ede663798e92cb1cf2e157e6cb",
|
|
1467
1472
|
// CETUS Pool Id's
|
|
1468
1473
|
WUSDC_SUI_CETUS_POOL_ID: "0xcf994611fd4c48e277ce3ffd4d4364c914af2c3cbb05f7bf6facd371de688630",
|
|
1469
1474
|
USDC_SUI_CETUS_POOL_ID: "0xb8d7d9e66a60c239e7a60110efcf8de6c705580ed924d0dde141f4a0e2c90105",
|
|
@@ -1613,6 +1618,7 @@ export const conf = {
|
|
|
1613
1618
|
//ALPHALEND SINGLE LOOPS
|
|
1614
1619
|
ALPHAFI_ALPHALEND_SINGLE_LOOP_TBTC_INVESTOR: "0x46bd2afe728ee1e64935d4c46c426237fda647b9d577da206507864b8fd446aa",
|
|
1615
1620
|
ALPHAFI_ALPHALEND_SINGLE_LOOP_SUIBTC_INVESTOR: "0x0f03b5c37f49c18d6e13ddc58939df17586a0b80cb83ceda2e4494addd571990",
|
|
1621
|
+
ALPHAFI_ALPHALEND_SINGLE_LOOP_XAUM_INVESTOR: "0x0f859f3ec685882133f1d8ba2a20843a9e818575d32a4bc7b816c77e887753e2",
|
|
1616
1622
|
// Receipt Types
|
|
1617
1623
|
ALPHA_POOL_RECEIPT: "0x9bbd650b8442abb082c20f3bc95a9434a8d47b4bef98b0832dab57c1a8ba7123::alphapool::Receipt",
|
|
1618
1624
|
ALPHA_SUI_POOL_RECEIPT: "0x9bbd650b8442abb082c20f3bc95a9434a8d47b4bef98b0832dab57c1a8ba7123::alphafi_cetus_sui_pool::Receipt",
|
|
@@ -1703,6 +1709,7 @@ export const conf = {
|
|
|
1703
1709
|
//ALPHALEND SINGLE LOOP
|
|
1704
1710
|
ALPHAFI_ALPHALEND_SINGLE_LOOP_TBTC_RECEIPT: "0x45564ea956f9b25890a5c1c3a199c8d86aabd5291b34723fb662283419ee2f4d::alphafi_alphalend_single_loop_pool::Receipt",
|
|
1705
1711
|
ALPHAFI_ALPHALEND_SINGLE_LOOP_SUIBTC_RECEIPT: "0x45564ea956f9b25890a5c1c3a199c8d86aabd5291b34723fb662283419ee2f4d::alphafi_alphalend_single_loop_pool::Receipt",
|
|
1712
|
+
ALPHAFI_ALPHALEND_SINGLE_LOOP_XAUM_RECEIPT: "0x45564ea956f9b25890a5c1c3a199c8d86aabd5291b34723fb662283419ee2f4d::alphafi_alphalend_single_loop_pool::Receipt",
|
|
1706
1713
|
// Receipt Names
|
|
1707
1714
|
ALPHA_POOL_RECEIPT_NAME: "AlphaFi ALPHA Receipt",
|
|
1708
1715
|
ALPHA_SUI_POOL_RECEIPT_NAME: "AlphaFi ALPHA-SUI Receipt",
|
|
@@ -1791,6 +1798,7 @@ export const conf = {
|
|
|
1791
1798
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_USDC_175_RECEIPT_NAME: "AlphaFi-Bluefin-Autobalance SUI-USDC (0.175%) Receipt",
|
|
1792
1799
|
ALPHAFI_BLUEFIN_AUTOBALANCE_DEEP_SUI_175_RECEIPT_NAME: "AlphaFi-Bluefin-Autobalance DEEP-SUI (0.175%) Receipt",
|
|
1793
1800
|
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_SUI_RECEIPT_NAME: "AlphaFi-Bluefin-Autobalance WAL-SUI Receipt",
|
|
1801
|
+
ALPHAFI_ALPHALEND_SINGLE_LOOP_XAUM_RECEIPT_NAME: "AlphaFi-AlphaLend Single-Loop XAUm Receipt",
|
|
1794
1802
|
//alphafi navi account addresses
|
|
1795
1803
|
NAVI_USDC_USDT_LOOP_ACCOUNT_ADDRESS: "0x522fff4c498a045af792aaf8d74fbad3a63f0ccd269068e661d526bc8a719275",
|
|
1796
1804
|
NAVI_SUI_VSUI_LOOP_ACCOUNT_ADDRESS: "0xc2c0f74aa59b2cde7ccb3840c902e40dd09b87f3229e5e4d5f448436ee2d9097",
|
|
@@ -1916,6 +1924,7 @@ export const conf = {
|
|
|
1916
1924
|
//ALPHALEND SINGLE LOOP
|
|
1917
1925
|
ALPHAFI_ALPHALEND_SINGLE_LOOP_TBTC_POOL_AUTO_COMPOUNDING_EVENT: "0x45564ea956f9b25890a5c1c3a199c8d86aabd5291b34723fb662283419ee2f4d::alphafi_alphalend_single_loop_investor::AutoCompoundingEvent",
|
|
1918
1926
|
ALPHAFI_ALPHALEND_SINGLE_LOOP_SUIBTC_POOL_AUTO_COMPOUNDING_EVENT: "0x45564ea956f9b25890a5c1c3a199c8d86aabd5291b34723fb662283419ee2f4d::alphafi_alphalend_single_loop_investor::AutoCompoundingEvent",
|
|
1927
|
+
ALPHAFI_ALPHALEND_SINGLE_LOOP_XAUM_POOL_AUTO_COMPOUNDING_EVENT: "0x45564ea956f9b25890a5c1c3a199c8d86aabd5291b34723fb662283419ee2f4d::alphafi_alphalend_single_loop_investor::AutoCompoundingEvent",
|
|
1919
1928
|
//Rebalance Event Types
|
|
1920
1929
|
ALPHA_SUI_POOL_REBALANCE_EVENT: "0x73754ff4132adde2c28995739e8bb403aeb7219ba92003245529681dbc379c08::alphafi_cetus_sui_investor::RebalancePoolEvent",
|
|
1921
1930
|
USDT_WUSDC_POOL_REBALANCE_EVENT: "0x73754ff4132adde2c28995739e8bb403aeb7219ba92003245529681dbc379c08::alphafi_cetus_investor::RebalancePoolEvent",
|
|
@@ -2068,6 +2077,7 @@ export const conf = {
|
|
|
2068
2077
|
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_SUI_POOL_LIQUIDITY_CHANGE_EVENT: "0x754afbce8c72c8e491e3b9d536aa9d9766fdbc68650224ce01072189b235eee3::alphafi_bluefin_sui_second_pool::LiquidityChangeEvent",
|
|
2069
2078
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_USDC_175_POOL_LIQUIDITY_CHANGE_EVENT: "0x754afbce8c72c8e491e3b9d536aa9d9766fdbc68650224ce01072189b235eee3::alphafi_bluefin_sui_first_pool::LiquidityChangeEvent",
|
|
2070
2079
|
ALPHAFI_BLUEFIN_AUTOBALANCE_DEEP_SUI_175_POOL_LIQUIDITY_CHANGE_EVENT: "0x754afbce8c72c8e491e3b9d536aa9d9766fdbc68650224ce01072189b235eee3::alphafi_bluefin_sui_second_pool::LiquidityChangeEvent",
|
|
2080
|
+
ALPHAFI_ALPHALEND_SINGLE_LOOP_XAUM_POOL_LIQUIDITY_CHANGE_EVENT: "0x45564ea956f9b25890a5c1c3a199c8d86aabd5291b34723fb662283419ee2f4d::alphafi_alphalend_single_loop_pool::LiquidityChangeEvent",
|
|
2071
2081
|
// WithdrawV2 Events
|
|
2072
2082
|
ALPHA_POOL_WITHDRAW_V2_EVENT: "0x904f7b5fc4064adc1a3d49b263abe683660ba766f78abd84a454c37c1f102218::alphapool::WithdrawEventV2",
|
|
2073
2083
|
// After Transaction Event Types
|
|
@@ -2163,6 +2173,9 @@ export const conf = {
|
|
|
2163
2173
|
BLUEFIN_TBTC_USDC_POOL: "0x1f121fb96bb1f57ac07564e7fad3a0412a6958701da1a66496b70f7ea15e051e",
|
|
2164
2174
|
BLUEFIN_SUI_USDC_175_POOL: "0x15dbcac854b1fc68fc9467dbd9ab34270447aabd8cc0e04a5864d95ccb86b74a",
|
|
2165
2175
|
BLUEFIN_DEEP_SUI_175_POOL: "0x7242459a663c4e59434252ceb27c228f6b1f21f2ba506f3b62d71b19a7421cc1",
|
|
2176
|
+
BLUEFIN_XAUM_XBTC_POOL: "0xa873b036fa735c40b776a40dffdd1134ec4e24d4bbe8ae28de6bcc2a03ac4d81",
|
|
2177
|
+
BLUEFIN_XAUM_USDC_POOL: "0x458fc3722cc88babd7cbe78273aa5e4ecbdff75c76a2ad14cd1f75418b569649",
|
|
2178
|
+
BLUEFIN_XBTC_USDC_POOL: "0x1b0cc1c66185ceb8eccbc807c73243ce957f0053dfa1026149265bb2ff704a07",
|
|
2166
2179
|
// stsui
|
|
2167
2180
|
LST_INFO: "0x1adb343ab351458e151bc392fbf1558b3332467f23bda45ae67cd355a57fd5f5",
|
|
2168
2181
|
// constants for haedel
|