@alphafi/alphafi-sdk 0.0.77 → 0.0.78
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/cjs/common/constants.d.ts +16 -0
- package/dist/cjs/common/constants.d.ts.map +1 -1
- package/dist/cjs/common/constants.js +8 -0
- package/dist/cjs/common/constants.js.map +1 -1
- package/dist/cjs/common/maps.d.ts.map +1 -1
- package/dist/cjs/common/maps.js +33 -56
- package/dist/cjs/common/maps.js.map +1 -1
- package/dist/cjs/common/types.d.ts +1 -1
- package/dist/cjs/common/types.d.ts.map +1 -1
- package/dist/cjs/common/types.js.map +1 -1
- package/dist/cjs/getVaultBalances.d.ts +1 -3
- package/dist/cjs/getVaultBalances.d.ts.map +1 -1
- package/dist/cjs/getVaultBalances.js +1 -57
- package/dist/cjs/getVaultBalances.js.map +1 -1
- package/dist/cjs/index.d.ts +1 -2
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +2 -8
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/transactions/blueRewards.d.ts.map +1 -1
- package/dist/cjs/transactions/blueRewards.js +27 -0
- package/dist/cjs/transactions/blueRewards.js.map +1 -1
- package/dist/cjs/transactions/bluefin.d.ts.map +1 -1
- package/dist/cjs/transactions/bluefin.js +57 -0
- package/dist/cjs/transactions/bluefin.js.map +1 -1
- package/dist/cjs/types.d.ts +0 -12
- package/dist/cjs/types.d.ts.map +1 -1
- package/dist/cjs/types.js.map +1 -1
- package/dist/cjs/utils/userHoldings.d.ts +1 -1
- package/dist/cjs/utils/userHoldings.d.ts.map +1 -1
- package/dist/cjs/utils/userHoldings.js +22 -42
- package/dist/cjs/utils/userHoldings.js.map +1 -1
- package/dist/esm/common/constants.d.ts +16 -0
- package/dist/esm/common/constants.d.ts.map +1 -1
- package/dist/esm/common/constants.js +8 -0
- package/dist/esm/common/constants.js.map +1 -1
- package/dist/esm/common/maps.d.ts.map +1 -1
- package/dist/esm/common/maps.js +33 -56
- package/dist/esm/common/maps.js.map +1 -1
- package/dist/esm/common/types.d.ts +1 -1
- package/dist/esm/common/types.d.ts.map +1 -1
- package/dist/esm/common/types.js.map +1 -1
- package/dist/esm/getVaultBalances.d.ts +1 -3
- package/dist/esm/getVaultBalances.d.ts.map +1 -1
- package/dist/esm/getVaultBalances.js +1 -55
- package/dist/esm/getVaultBalances.js.map +1 -1
- package/dist/esm/index.d.ts +1 -2
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +1 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/transactions/blueRewards.d.ts.map +1 -1
- package/dist/esm/transactions/blueRewards.js +27 -0
- package/dist/esm/transactions/blueRewards.js.map +1 -1
- package/dist/esm/transactions/bluefin.d.ts.map +1 -1
- package/dist/esm/transactions/bluefin.js +57 -0
- package/dist/esm/transactions/bluefin.js.map +1 -1
- package/dist/esm/types.d.ts +0 -12
- package/dist/esm/types.d.ts.map +1 -1
- package/dist/esm/types.js.map +1 -1
- package/dist/esm/utils/userHoldings.d.ts +1 -1
- package/dist/esm/utils/userHoldings.d.ts.map +1 -1
- package/dist/esm/utils/userHoldings.js +23 -42
- package/dist/esm/utils/userHoldings.js.map +1 -1
- package/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/functions/alphaLpBreakdown.html +1 -1
- package/docs/functions/cetusLpBreakdown.html +1 -1
- package/docs/functions/claimBlueRewardTxb.html +1 -1
- package/docs/functions/claimRewardTxb.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/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/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/getZapAmounts.html +1 -1
- package/docs/functions/lastAutocompoundTime.html +1 -1
- package/docs/functions/liquidityToTokens.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/pendingBlueRewardAmount.html +1 -1
- package/docs/functions/setCustomSuiClient.html +2 -2
- 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/zapDepositTxb.html +1 -1
- package/docs/index.html +2 -2
- package/docs/interfaces/Coin.html +6 -6
- package/docs/interfaces/CoinPair.html +2 -2
- package/docs/interfaces/CommonEventAttributes.html +2 -2
- package/docs/interfaces/NaviVoloData.html +2 -2
- package/docs/interfaces/PoolData.html +2 -2
- package/docs/interfaces/PoolWeightDistribution.html +2 -2
- package/docs/interfaces/RebalanceHistoryType.html +2 -2
- package/docs/modules.html +2 -8
- package/docs/types/AfterTransactionEventNode.html +1 -1
- package/docs/types/AirdropClaimEventNode.html +1 -1
- package/docs/types/Allocator.html +1 -1
- package/docs/types/AlphaFiDoubleAssetVault.html +1 -1
- package/docs/types/AlphaFiMultiVaultBalance.html +1 -1
- package/docs/types/AlphaFiSingleAssetVault.html +1 -1
- package/docs/types/AlphaFiVault.html +1 -1
- package/docs/types/AlphaFiVaultBalance.html +1 -1
- package/docs/types/AlphaPoolType.html +1 -1
- package/docs/types/AlphaReceipt.html +1 -1
- package/docs/types/AlphaReceiptFields.html +1 -1
- package/docs/types/AlphaVaultBalance.html +1 -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 +1 -1
- package/docs/types/BucketInvestor.html +1 -1
- package/docs/types/CetusInvestor.html +1 -1
- package/docs/types/CetusPoolType.html +1 -1
- package/docs/types/CetusSwapOptions.html +1 -1
- package/docs/types/CoinAmounts.html +1 -1
- package/docs/types/CoinName.html +1 -1
- package/docs/types/CoinType.html +1 -1
- package/docs/types/CommonInvestorFields.html +1 -1
- package/docs/types/CreatePoolOptions.html +1 -1
- package/docs/types/Distributor.html +1 -1
- package/docs/types/DoubleAssetMultiVaultBalance.html +1 -1
- package/docs/types/DoubleAssetPoolNames.html +1 -1
- package/docs/types/DoubleAssetTokenHoldings.html +1 -1
- package/docs/types/DoubleAssetVaultBalance.html +1 -1
- package/docs/types/EventCategory.html +1 -1
- package/docs/types/EventNode.html +1 -1
- package/docs/types/GetHoldersParams.html +1 -1
- package/docs/types/GetTokenHoldingsParams.html +1 -1
- package/docs/types/GetUserTokensFromTransactionsParams.html +1 -1
- package/docs/types/GetUserTokensInUsdFromTransactionsParams.html +1 -1
- package/docs/types/GetVaultBalanceParams.html +1 -1
- package/docs/types/HoldingsObj.html +1 -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 +1 -1
- package/docs/types/LiquidityToUsdParams.html +1 -1
- package/docs/types/LoopingDebt.html +1 -1
- package/docs/types/LoopingPoolNames.html +1 -1
- package/docs/types/LpBreakdownType.html +1 -1
- package/docs/types/MemberPoolDataType.html +1 -1
- package/docs/types/MemberType.html +1 -1
- package/docs/types/MultiGetVaultBalancesParams.html +1 -1
- package/docs/types/NaviInvestor.html +1 -1
- package/docs/types/OtherReceiptFields.html +1 -1
- package/docs/types/PoolName.html +1 -1
- package/docs/types/PoolReceipt.html +1 -1
- package/docs/types/PoolType.html +1 -1
- package/docs/types/Receipt.html +1 -1
- package/docs/types/ReceiptGQL.html +1 -1
- package/docs/types/SingleAssetMultiVaultBalance.html +1 -1
- package/docs/types/SingleAssetPoolNames.html +1 -1
- package/docs/types/SingleAssetTokenHoldings.html +1 -1
- package/docs/types/SingleAssetVaultBalance.html +1 -1
- package/docs/types/SingleGetVaultBalancesParams.html +1 -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 +1 -1
- package/docs/types/TransactionBlockType.html +1 -1
- package/docs/types/UserPoolLiquidity.html +1 -1
- package/docs/types/UserPoolTokenHoldings.html +1 -1
- package/docs/types/UserUsdHoldings.html +1 -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/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/package.json +1 -1
- package/docs/functions/getHoldersFromTransactions.html +0 -1
- package/docs/functions/getUserTokensFromTransactions.html +0 -1
- package/docs/functions/getUserTokensInUsdFromTransactions.html +0 -1
- package/docs/functions/getVaultBalanceForActiveUsers.html +0 -1
- package/docs/functions/getXTokenVaultBalanceForActiveUsers.html +0 -1
- package/docs/types/GetVaultBalanceForActiveUsersParams.html +0 -1
|
@@ -1074,6 +1074,7 @@ export declare const conf: {
|
|
|
1074
1074
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_POOL: string;
|
|
1075
1075
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_POOL: string;
|
|
1076
1076
|
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_POOL: string;
|
|
1077
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_ZERO_ZERO_POOL: string;
|
|
1077
1078
|
WUSDC_SUI_CETUS_POOL_ID: string;
|
|
1078
1079
|
USDC_SUI_CETUS_POOL_ID: string;
|
|
1079
1080
|
CETUS_SUI_CETUS_POOL_ID: string;
|
|
@@ -1208,6 +1209,7 @@ export declare const conf: {
|
|
|
1208
1209
|
ALPHAFI_BLUEFIN_AUTOBALANCE_BLUE_SUI_INVESTOR: string;
|
|
1209
1210
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_INVESTOR: string;
|
|
1210
1211
|
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_INVESTOR: string;
|
|
1212
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_ZERO_ZERO_INVESTOR: string;
|
|
1211
1213
|
ALPHAFI_BLUEFIN_FUNGIBLE_STSUI_SUI_INVESTOR: string;
|
|
1212
1214
|
ALPHA_POOL_RECEIPT: string;
|
|
1213
1215
|
ALPHA_SUI_POOL_RECEIPT: string;
|
|
@@ -1290,6 +1292,7 @@ export declare const conf: {
|
|
|
1290
1292
|
ALPHAFI_BLUEFIN_AUTOBALANCE_BLUE_SUI_RECEIPT: string;
|
|
1291
1293
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_RECEIPT: string;
|
|
1292
1294
|
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_RECEIPT: string;
|
|
1295
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_ZERO_ZERO_RECEIPT: string;
|
|
1293
1296
|
ALPHA_POOL_RECEIPT_NAME: string;
|
|
1294
1297
|
ALPHA_SUI_POOL_RECEIPT_NAME: string;
|
|
1295
1298
|
USDT_WUSDC_POOL_RECEIPT_NAME: string;
|
|
@@ -1371,6 +1374,7 @@ export declare const conf: {
|
|
|
1371
1374
|
ALPHAFI_BLUEFIN_WAL_STSUI_RECEIPT_NAME: string;
|
|
1372
1375
|
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_RECEIPT_NAME: string;
|
|
1373
1376
|
NAVI_WAL_POOL_RECEIPT_NAME: string;
|
|
1377
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_ZERO_ZERO_RECEIPT_NAME: string;
|
|
1374
1378
|
NAVI_USDC_USDT_LOOP_ACCOUNT_ADDRESS: string;
|
|
1375
1379
|
NAVI_SUI_VSUI_LOOP_ACCOUNT_ADDRESS: string;
|
|
1376
1380
|
NAVI_HASUI_SUI_LOOP_ACCOUNT_ADDRESS: string;
|
|
@@ -1475,6 +1479,7 @@ export declare const conf: {
|
|
|
1475
1479
|
ALPHAFI_BLUEFIN_AUTOBALANCE_BLUE_SUI_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
1476
1480
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
1477
1481
|
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
1482
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_ZERO_ZERO_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
1478
1483
|
ALPHA_SUI_POOL_REBALANCE_EVENT: string;
|
|
1479
1484
|
USDT_WUSDC_POOL_REBALANCE_EVENT: string;
|
|
1480
1485
|
USDY_WUSDC_POOL_REBALANCE_EVENT: string;
|
|
@@ -1534,6 +1539,7 @@ export declare const conf: {
|
|
|
1534
1539
|
ALPHAFI_BLUEFIN_WAL_USDC_POOL_REBALANCE_EVENT: string;
|
|
1535
1540
|
ALPHAFI_BLUEFIN_WAL_STSUI_POOL_REBALANCE_EVENT: string;
|
|
1536
1541
|
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_POOL_REBALANCE_EVENT: string;
|
|
1542
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_ZERO_ZERO_POOL_REBALANCE_EVENT: string;
|
|
1537
1543
|
ALPHA_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
1538
1544
|
ALPHA_SUI_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
1539
1545
|
USDT_WUSDC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
@@ -1615,6 +1621,7 @@ export declare const conf: {
|
|
|
1615
1621
|
ALPHAFI_BLUEFIN_WAL_STSUI_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
1616
1622
|
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
1617
1623
|
NAVI_WAL_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
1624
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_ZERO_ZERO_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
1618
1625
|
ALPHA_POOL_WITHDRAW_V2_EVENT: string;
|
|
1619
1626
|
ALPHA_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
1620
1627
|
ALPHA_SUI_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
@@ -1687,6 +1694,7 @@ export declare const conf: {
|
|
|
1687
1694
|
BLUEFIN_WAL_USDC_POOL: string;
|
|
1688
1695
|
BLUEFIN_WAL_STSUI_POOL: string;
|
|
1689
1696
|
BLUEFIN_SUI_WAL_POOL: string;
|
|
1697
|
+
BLUEFIN_SUIUSDT_USDC_ZERO_ZERO_POOL: string;
|
|
1690
1698
|
LST_INFO: string;
|
|
1691
1699
|
HAEDEL_STAKING: string;
|
|
1692
1700
|
NAVI_STORAGE: string;
|
|
@@ -1967,6 +1975,7 @@ export declare const getConf: () => {
|
|
|
1967
1975
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_POOL: string;
|
|
1968
1976
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_POOL: string;
|
|
1969
1977
|
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_POOL: string;
|
|
1978
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_ZERO_ZERO_POOL: string;
|
|
1970
1979
|
WUSDC_SUI_CETUS_POOL_ID: string;
|
|
1971
1980
|
USDC_SUI_CETUS_POOL_ID: string;
|
|
1972
1981
|
CETUS_SUI_CETUS_POOL_ID: string;
|
|
@@ -2101,6 +2110,7 @@ export declare const getConf: () => {
|
|
|
2101
2110
|
ALPHAFI_BLUEFIN_AUTOBALANCE_BLUE_SUI_INVESTOR: string;
|
|
2102
2111
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_INVESTOR: string;
|
|
2103
2112
|
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_INVESTOR: string;
|
|
2113
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_ZERO_ZERO_INVESTOR: string;
|
|
2104
2114
|
ALPHAFI_BLUEFIN_FUNGIBLE_STSUI_SUI_INVESTOR: string;
|
|
2105
2115
|
ALPHA_POOL_RECEIPT: string;
|
|
2106
2116
|
ALPHA_SUI_POOL_RECEIPT: string;
|
|
@@ -2183,6 +2193,7 @@ export declare const getConf: () => {
|
|
|
2183
2193
|
ALPHAFI_BLUEFIN_AUTOBALANCE_BLUE_SUI_RECEIPT: string;
|
|
2184
2194
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_RECEIPT: string;
|
|
2185
2195
|
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_RECEIPT: string;
|
|
2196
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_ZERO_ZERO_RECEIPT: string;
|
|
2186
2197
|
ALPHA_POOL_RECEIPT_NAME: string;
|
|
2187
2198
|
ALPHA_SUI_POOL_RECEIPT_NAME: string;
|
|
2188
2199
|
USDT_WUSDC_POOL_RECEIPT_NAME: string;
|
|
@@ -2264,6 +2275,7 @@ export declare const getConf: () => {
|
|
|
2264
2275
|
ALPHAFI_BLUEFIN_WAL_STSUI_RECEIPT_NAME: string;
|
|
2265
2276
|
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_RECEIPT_NAME: string;
|
|
2266
2277
|
NAVI_WAL_POOL_RECEIPT_NAME: string;
|
|
2278
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_ZERO_ZERO_RECEIPT_NAME: string;
|
|
2267
2279
|
NAVI_USDC_USDT_LOOP_ACCOUNT_ADDRESS: string;
|
|
2268
2280
|
NAVI_SUI_VSUI_LOOP_ACCOUNT_ADDRESS: string;
|
|
2269
2281
|
NAVI_HASUI_SUI_LOOP_ACCOUNT_ADDRESS: string;
|
|
@@ -2368,6 +2380,7 @@ export declare const getConf: () => {
|
|
|
2368
2380
|
ALPHAFI_BLUEFIN_AUTOBALANCE_BLUE_SUI_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
2369
2381
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
2370
2382
|
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
2383
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_ZERO_ZERO_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
2371
2384
|
ALPHA_SUI_POOL_REBALANCE_EVENT: string;
|
|
2372
2385
|
USDT_WUSDC_POOL_REBALANCE_EVENT: string;
|
|
2373
2386
|
USDY_WUSDC_POOL_REBALANCE_EVENT: string;
|
|
@@ -2427,6 +2440,7 @@ export declare const getConf: () => {
|
|
|
2427
2440
|
ALPHAFI_BLUEFIN_WAL_USDC_POOL_REBALANCE_EVENT: string;
|
|
2428
2441
|
ALPHAFI_BLUEFIN_WAL_STSUI_POOL_REBALANCE_EVENT: string;
|
|
2429
2442
|
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_POOL_REBALANCE_EVENT: string;
|
|
2443
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_ZERO_ZERO_POOL_REBALANCE_EVENT: string;
|
|
2430
2444
|
ALPHA_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
2431
2445
|
ALPHA_SUI_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
2432
2446
|
USDT_WUSDC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
@@ -2508,6 +2522,7 @@ export declare const getConf: () => {
|
|
|
2508
2522
|
ALPHAFI_BLUEFIN_WAL_STSUI_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
2509
2523
|
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
2510
2524
|
NAVI_WAL_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
2525
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_ZERO_ZERO_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
2511
2526
|
ALPHA_POOL_WITHDRAW_V2_EVENT: string;
|
|
2512
2527
|
ALPHA_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
2513
2528
|
ALPHA_SUI_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
@@ -2580,6 +2595,7 @@ export declare const getConf: () => {
|
|
|
2580
2595
|
BLUEFIN_WAL_USDC_POOL: string;
|
|
2581
2596
|
BLUEFIN_WAL_STSUI_POOL: string;
|
|
2582
2597
|
BLUEFIN_SUI_WAL_POOL: string;
|
|
2598
|
+
BLUEFIN_SUIUSDT_USDC_ZERO_ZERO_POOL: string;
|
|
2583
2599
|
LST_INFO: string;
|
|
2584
2600
|
HAEDEL_STAKING: string;
|
|
2585
2601
|
NAVI_STORAGE: string;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqtIhB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEnB,CAAC"}
|
|
@@ -1308,6 +1308,7 @@ exports.conf = {
|
|
|
1308
1308
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_POOL: "0x8b68333ff71fa008bb2c8bc26d5989fba51cec27393172bb6bbfdbd360489542",
|
|
1309
1309
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_POOL: "0xafc0dc5166233af565e30e24755c401ff8958a28a8fdfdbbf407236b67725695",
|
|
1310
1310
|
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_POOL: "0x82938703e493c5759c4fa1218d7b7f82fd0356714dfc32eae457479f1f71c225",
|
|
1311
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_ZERO_ZERO_POOL: "0xce921f354d7eb15f356b274c55834f9098290f08e1e7f1f49f056a2eecb02cf6",
|
|
1311
1312
|
// CETUS Pool Id's
|
|
1312
1313
|
WUSDC_SUI_CETUS_POOL_ID: "0xcf994611fd4c48e277ce3ffd4d4364c914af2c3cbb05f7bf6facd371de688630",
|
|
1313
1314
|
USDC_SUI_CETUS_POOL_ID: "0xb8d7d9e66a60c239e7a60110efcf8de6c705580ed924d0dde141f4a0e2c90105",
|
|
@@ -1449,6 +1450,7 @@ exports.conf = {
|
|
|
1449
1450
|
ALPHAFI_BLUEFIN_AUTOBALANCE_BLUE_SUI_INVESTOR: "0xf7785cf8b3d3f9bee48bf4d90a142d7ec98b25d6784408ffedc11633d7124197",
|
|
1450
1451
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_INVESTOR: "0x7a8fc71060975c6e16083c723f376eaf41aab466d0a773c06a68f8f07040998a",
|
|
1451
1452
|
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_INVESTOR: "0xab8585241f83c4e9cfe4d3b36af4b640a0c309b2b60be2c07b2246c32e5d8b4e",
|
|
1453
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_ZERO_ZERO_INVESTOR: "0xd26173539584dbce0020a9eb69dc1bf6cfe7b7be8a55e94b2db4e0261d9a5e1d",
|
|
1452
1454
|
ALPHAFI_BLUEFIN_FUNGIBLE_STSUI_SUI_INVESTOR: "0xaec347c096dd7e816febd8397be4cca3aabc094a9a2a1f23d7e895564f859dc2",
|
|
1453
1455
|
// Receipt Types
|
|
1454
1456
|
ALPHA_POOL_RECEIPT: "0x9bbd650b8442abb082c20f3bc95a9434a8d47b4bef98b0832dab57c1a8ba7123::alphapool::Receipt",
|
|
@@ -1533,6 +1535,7 @@ exports.conf = {
|
|
|
1533
1535
|
ALPHAFI_BLUEFIN_AUTOBALANCE_BLUE_SUI_RECEIPT: "0x0c3fe368a5234c423f55d99badd45f1c09f0f4a468ee0403fb455d276a5dac62::alphafi_bluefin_sui_second_pool::Receipt",
|
|
1534
1536
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_RECEIPT: "0x754afbce8c72c8e491e3b9d536aa9d9766fdbc68650224ce01072189b235eee3::alphafi_bluefin_sui_first_pool::Receipt",
|
|
1535
1537
|
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_RECEIPT: "0x754afbce8c72c8e491e3b9d536aa9d9766fdbc68650224ce01072189b235eee3::alphafi_bluefin_type_1_pool::Receipt",
|
|
1538
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_ZERO_ZERO_RECEIPT: "0x754afbce8c72c8e491e3b9d536aa9d9766fdbc68650224ce01072189b235eee3::alphafi_bluefin_type_1_pool::Receipt",
|
|
1536
1539
|
// Receipt Names
|
|
1537
1540
|
ALPHA_POOL_RECEIPT_NAME: "AlphaFi ALPHA Receipt",
|
|
1538
1541
|
ALPHA_SUI_POOL_RECEIPT_NAME: "AlphaFi ALPHA-SUI Receipt",
|
|
@@ -1615,6 +1618,7 @@ exports.conf = {
|
|
|
1615
1618
|
ALPHAFI_BLUEFIN_WAL_STSUI_RECEIPT_NAME: "AlphaFi-Bluefin WAL-STSUI Receipt",
|
|
1616
1619
|
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_RECEIPT_NAME: "AlphaFi-Bluefin-Autobalance WAL-USDC Receipt",
|
|
1617
1620
|
NAVI_WAL_POOL_RECEIPT_NAME: "AlphaFi-Navi WAL Receipt",
|
|
1621
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_ZERO_ZERO_RECEIPT_NAME: "AlphaFi-Bluefin-Autobalance suiUSDT-USDC(0.001%) Receipt",
|
|
1618
1622
|
//alphafi navi account addresses
|
|
1619
1623
|
NAVI_USDC_USDT_LOOP_ACCOUNT_ADDRESS: "0x522fff4c498a045af792aaf8d74fbad3a63f0ccd269068e661d526bc8a719275",
|
|
1620
1624
|
NAVI_SUI_VSUI_LOOP_ACCOUNT_ADDRESS: "0xc2c0f74aa59b2cde7ccb3840c902e40dd09b87f3229e5e4d5f448436ee2d9097",
|
|
@@ -1724,6 +1728,7 @@ exports.conf = {
|
|
|
1724
1728
|
ALPHAFI_BLUEFIN_AUTOBALANCE_BLUE_SUI_POOL_AUTO_COMPOUNDING_EVENT: "0x0c3fe368a5234c423f55d99badd45f1c09f0f4a468ee0403fb455d276a5dac62::alphafi_bluefin_sui_second_investor::AutoCompoundingEvent", //CHANGE
|
|
1725
1729
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_POOL_AUTO_COMPOUNDING_EVENT: "0x754afbce8c72c8e491e3b9d536aa9d9766fdbc68650224ce01072189b235eee3::alphafi_bluefin_sui_first_investor::AutoCompoundingEvent",
|
|
1726
1730
|
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_POOL_AUTO_COMPOUNDING_EVENT: "0x754afbce8c72c8e491e3b9d536aa9d9766fdbc68650224ce01072189b235eee3::alphafi_bluefin_type_1_investor::AutoCompoundingEvent", //CHANGE
|
|
1731
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_ZERO_ZERO_POOL_AUTO_COMPOUNDING_EVENT: "0x754afbce8c72c8e491e3b9d536aa9d9766fdbc68650224ce01072189b235eee3::alphafi_bluefin_type_1_investor::AutoCompoundingEvent",
|
|
1727
1732
|
//Rebalance Event Types
|
|
1728
1733
|
ALPHA_SUI_POOL_REBALANCE_EVENT: "0x73754ff4132adde2c28995739e8bb403aeb7219ba92003245529681dbc379c08::alphafi_cetus_sui_investor::RebalancePoolEvent",
|
|
1729
1734
|
USDT_WUSDC_POOL_REBALANCE_EVENT: "0x73754ff4132adde2c28995739e8bb403aeb7219ba92003245529681dbc379c08::alphafi_cetus_investor::RebalancePoolEvent",
|
|
@@ -1784,6 +1789,7 @@ exports.conf = {
|
|
|
1784
1789
|
ALPHAFI_BLUEFIN_WAL_USDC_POOL_REBALANCE_EVENT: "0x066648edaf473d6cc14b7ab46f56b673be4e44f9c940f70b6bacd7848808859b::alphafi_bluefin_type_1_investor::RebalancePoolEvent",
|
|
1785
1790
|
ALPHAFI_BLUEFIN_WAL_STSUI_POOL_REBALANCE_EVENT: "0xdb3f0d00c5aa1d24dd65dfcbaecb284e013a2c7e742be3cb979c7703a1b899c9::alphafi_bluefin_stsui_second_investor::RebalancePoolEvent", //c
|
|
1786
1791
|
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_POOL_REBALANCE_EVENT: "0x754afbce8c72c8e491e3b9d536aa9d9766fdbc68650224ce01072189b235eee3::alphafi_bluefin_type_1_investor::RebalancePoolEvent",
|
|
1792
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_ZERO_ZERO_POOL_REBALANCE_EVENT: "0x754afbce8c72c8e491e3b9d536aa9d9766fdbc68650224ce01072189b235eee3::alphafi_bluefin_type_1_investor::RebalancePoolEvent",
|
|
1787
1793
|
//Liquidity Change Event Types
|
|
1788
1794
|
ALPHA_POOL_LIQUIDITY_CHANGE_EVENT: "0x73754ff4132adde2c28995739e8bb403aeb7219ba92003245529681dbc379c08::alphapool::LiquidityChangeEvent",
|
|
1789
1795
|
ALPHA_SUI_POOL_LIQUIDITY_CHANGE_EVENT: "0x73754ff4132adde2c28995739e8bb403aeb7219ba92003245529681dbc379c08::alphafi_cetus_sui_pool::LiquidityChangeEvent",
|
|
@@ -1866,6 +1872,7 @@ exports.conf = {
|
|
|
1866
1872
|
ALPHAFI_BLUEFIN_WAL_STSUI_POOL_LIQUIDITY_CHANGE_EVENT: "0xdb3f0d00c5aa1d24dd65dfcbaecb284e013a2c7e742be3cb979c7703a1b899c9::alphafi_bluefin_stsui_second_pool::LiquidityChangeEvent", //c
|
|
1867
1873
|
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_POOL_LIQUIDITY_CHANGE_EVENT: "0x754afbce8c72c8e491e3b9d536aa9d9766fdbc68650224ce01072189b235eee3::alphafi_bluefin_type_1_pool::LiquidityChangeEvent",
|
|
1868
1874
|
NAVI_WAL_POOL_LIQUIDITY_CHANGE_EVENT: "0x5d90d17172b9e38da9f13a982668a9e48d0b0b5f864e421b60686f60758b37bd::alphafi_navi_pool_v2::LiquidityChangeEvent",
|
|
1875
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_ZERO_ZERO_POOL_LIQUIDITY_CHANGE_EVENT: "0x754afbce8c72c8e491e3b9d536aa9d9766fdbc68650224ce01072189b235eee3::alphafi_bluefin_type_1_pool::LiquidityChangeEvent",
|
|
1869
1876
|
// WithdrawV2 Events
|
|
1870
1877
|
ALPHA_POOL_WITHDRAW_V2_EVENT: "0x904f7b5fc4064adc1a3d49b263abe683660ba766f78abd84a454c37c1f102218::alphapool::WithdrawEventV2",
|
|
1871
1878
|
// After Transaction Event Types
|
|
@@ -1951,6 +1958,7 @@ exports.conf = {
|
|
|
1951
1958
|
BLUEFIN_WAL_USDC_POOL: "0xbcc6909d2e85c06cf9cbfe5b292da36f5bfa0f314806474bbf6a0bf9744d37ce",
|
|
1952
1959
|
BLUEFIN_WAL_STSUI_POOL: "0xee0d89310b7216a8ef86cd2af0dd22382f4be2049cd073603b7099d9846ab4ca",
|
|
1953
1960
|
BLUEFIN_SUI_WAL_POOL: "0x41dcd6735e948e80b458d2007ca4fb90f9738b503e66572b6ef2f3d61fb9ada3",
|
|
1961
|
+
BLUEFIN_SUIUSDT_USDC_ZERO_ZERO_POOL: "0x62af128423465822e5a0979ccad2b0b5ee50a58c6a2c8ea3dd7fda1cda3cfbe7",
|
|
1954
1962
|
// stsui
|
|
1955
1963
|
LST_INFO: "0x1adb343ab351458e151bc392fbf1558b3332467f23bda45ae67cd355a57fd5f5",
|
|
1956
1964
|
// constants for haedel
|