@alphafi/alphafi-sdk 0.0.75 → 0.0.77
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 +69 -2
- package/dist/cjs/common/constants.d.ts.map +1 -1
- package/dist/cjs/common/constants.js +74 -16
- 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 +52 -4
- 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.map +1 -1
- package/dist/cjs/getVaultBalances.js +8 -8
- package/dist/cjs/getVaultBalances.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 +3 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/sui-sdk/events/fetchAirdropClaimEvent.d.ts +3 -0
- package/dist/cjs/sui-sdk/events/fetchAirdropClaimEvent.d.ts.map +1 -0
- package/dist/cjs/sui-sdk/events/fetchAirdropClaimEvent.js +19 -0
- package/dist/cjs/sui-sdk/events/fetchAirdropClaimEvent.js.map +1 -0
- package/dist/cjs/sui-sdk/events/fetchEvents.d.ts.map +1 -1
- package/dist/cjs/sui-sdk/events/fetchEvents.js +28 -3
- package/dist/cjs/sui-sdk/events/fetchEvents.js.map +1 -1
- package/dist/cjs/sui-sdk/events/types.d.ts +14 -4
- package/dist/cjs/sui-sdk/events/types.d.ts.map +1 -1
- package/dist/cjs/sui-sdk/events/types.js.map +1 -1
- package/dist/cjs/sui-sdk/functions/getReceipts.d.ts +2 -0
- package/dist/cjs/sui-sdk/functions/getReceipts.d.ts.map +1 -1
- package/dist/cjs/sui-sdk/functions/getReceipts.js +8 -1
- package/dist/cjs/sui-sdk/functions/getReceipts.js.map +1 -1
- package/dist/cjs/transactions/navi-looping.d.ts.map +1 -1
- package/dist/cjs/transactions/navi-looping.js +38 -12
- 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 +312 -0
- package/dist/cjs/transactions/navi.js.map +1 -1
- package/dist/cjs/utils/prices.d.ts.map +1 -1
- package/dist/cjs/utils/prices.js +1 -0
- package/dist/cjs/utils/prices.js.map +1 -1
- package/dist/esm/common/constants.d.ts +69 -2
- package/dist/esm/common/constants.d.ts.map +1 -1
- package/dist/esm/common/constants.js +74 -16
- 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 +52 -4
- 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.map +1 -1
- package/dist/esm/getVaultBalances.js +8 -8
- package/dist/esm/getVaultBalances.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 +1 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/sui-sdk/events/fetchAirdropClaimEvent.d.ts +3 -0
- package/dist/esm/sui-sdk/events/fetchAirdropClaimEvent.d.ts.map +1 -0
- package/dist/esm/sui-sdk/events/fetchAirdropClaimEvent.js +16 -0
- package/dist/esm/sui-sdk/events/fetchAirdropClaimEvent.js.map +1 -0
- package/dist/esm/sui-sdk/events/fetchEvents.d.ts.map +1 -1
- package/dist/esm/sui-sdk/events/fetchEvents.js +28 -3
- package/dist/esm/sui-sdk/events/fetchEvents.js.map +1 -1
- package/dist/esm/sui-sdk/events/types.d.ts +14 -4
- package/dist/esm/sui-sdk/events/types.d.ts.map +1 -1
- package/dist/esm/sui-sdk/events/types.js.map +1 -1
- package/dist/esm/sui-sdk/functions/getReceipts.d.ts +2 -0
- package/dist/esm/sui-sdk/functions/getReceipts.d.ts.map +1 -1
- package/dist/esm/sui-sdk/functions/getReceipts.js +8 -1
- package/dist/esm/sui-sdk/functions/getReceipts.js.map +1 -1
- package/dist/esm/transactions/navi-looping.d.ts.map +1 -1
- package/dist/esm/transactions/navi-looping.js +38 -12
- 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 +312 -0
- package/dist/esm/transactions/navi.js.map +1 -1
- package/dist/esm/utils/prices.d.ts.map +1 -1
- package/dist/esm/utils/prices.js +1 -0
- package/dist/esm/utils/prices.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 -0
- 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/getHoldersFromTransactions.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/getUserTokensFromTransactions.html +1 -1
- package/docs/functions/getUserTokensInUsdFromTransactions.html +1 -1
- package/docs/functions/getVaultBalance.html +1 -1
- package/docs/functions/getVaultBalanceForActiveUsers.html +1 -1
- package/docs/functions/getVaults.html +1 -1
- package/docs/functions/getXTokenVaultBalanceForActiveUsers.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 +7 -0
- 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 +5 -2
- package/docs/types/AfterTransactionEventNode.html +1 -1
- package/docs/types/AirdropClaimEventNode.html +1 -0
- 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/GetVaultBalanceForActiveUsersParams.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 +2 -2
|
@@ -68,6 +68,7 @@ export declare const conf: {
|
|
|
68
68
|
ALPHA_BLUEFIN_V2_VERSION: string;
|
|
69
69
|
ALPHA_NAVI_V2_VERSION: string;
|
|
70
70
|
VOLO_NATIVE_POOL: string;
|
|
71
|
+
VOLO_STAKE_POOL: string;
|
|
71
72
|
VOLO_METADATA: string;
|
|
72
73
|
SUI_SYSTEM_STATE: string;
|
|
73
74
|
ALPHA_NAVI_BORROW_FACTOR: number;
|
|
@@ -142,6 +143,8 @@ export declare const conf: {
|
|
|
142
143
|
ALPHAFI_NAVI_LOOP_SUI_STSUI_POOL: string;
|
|
143
144
|
ALPHAFI_NAVI_SUIBTC_POOL: string;
|
|
144
145
|
ALPHAFI_NAVI_SUIUSDT_POOL: string;
|
|
146
|
+
ALPHAFI_NAVI_DEEP_POOL: string;
|
|
147
|
+
ALPHAFI_NAVI_WAL_POOL: string;
|
|
145
148
|
BUCKET_BUCK_POOL: string;
|
|
146
149
|
ALPHAFI_BLUEFIN_SUI_USDC_POOL: string;
|
|
147
150
|
ALPHAFI_BLUEFIN_USDT_USDC_POOL: string;
|
|
@@ -175,6 +178,7 @@ export declare const conf: {
|
|
|
175
178
|
ALPHAFI_BLUEFIN_STSUI_BUCK_POOL: string;
|
|
176
179
|
ALPHAFI_BLUEFIN_STSUI_MUSD_POOL: string;
|
|
177
180
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_POOL: string;
|
|
181
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_POOL: string;
|
|
178
182
|
ALPHAFI_BLUEFIN_FUNGIBLE_STSUI_SUI_POOL: string;
|
|
179
183
|
WUSDC_SUI_CETUS_POOL_ID: string;
|
|
180
184
|
USDC_SUI_CETUS_POOL_ID: string;
|
|
@@ -274,6 +278,8 @@ export declare const conf: {
|
|
|
274
278
|
NAVI_LOOP_SUI_STSUI_INVESTOR: string;
|
|
275
279
|
NAVI_SUIBTC_INVESTOR: string;
|
|
276
280
|
NAVI_SUIUSDT_INVESTOR: string;
|
|
281
|
+
NAVI_DEEP_INVESTOR: string;
|
|
282
|
+
NAVI_WAL_INVESTOR: string;
|
|
277
283
|
BUCKET_BUCK_INVESTOR: string;
|
|
278
284
|
ALPHAFI_BLUEFIN_SUI_USDC_INVESTOR: string;
|
|
279
285
|
ALPHAFI_BLUEFIN_USDT_USDC_INVESTOR: string;
|
|
@@ -307,6 +313,7 @@ export declare const conf: {
|
|
|
307
313
|
ALPHAFI_BLUEFIN_AUTOBALANCE_DEEP_SUI_INVESTOR: string;
|
|
308
314
|
ALPHAFI_BLUEFIN_AUTOBALANCE_BLUE_SUI_INVESTOR: string;
|
|
309
315
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_INVESTOR: string;
|
|
316
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_INVESTOR: string;
|
|
310
317
|
ALPHAFI_BLUEFIN_FUNGIBLE_STSUI_SUI_INVESTOR: string;
|
|
311
318
|
ALPHA_POOL_RECEIPT: string;
|
|
312
319
|
ALPHA_SUI_POOL_RECEIPT: string;
|
|
@@ -384,8 +391,11 @@ export declare const conf: {
|
|
|
384
391
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_RECEIPT: string;
|
|
385
392
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_RECEIPT: string;
|
|
386
393
|
USDC_SUIUSDT_POOL_RECEIPT: string;
|
|
394
|
+
NAVI_DEEP_POOL_RECEIPT: string;
|
|
387
395
|
ALPHAFI_BLUEFIN_WAL_USDC_RECEIPT: string;
|
|
388
396
|
ALPHAFI_BLUEFIN_WAL_STSUI_RECEIPT: string;
|
|
397
|
+
NAVI_WAL_POOL_RECEIPT: string;
|
|
398
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_RECEIPT: string;
|
|
389
399
|
ALPHA_POOL_RECEIPT_NAME: string;
|
|
390
400
|
ALPHA_SUI_POOL_RECEIPT_NAME: string;
|
|
391
401
|
USDT_WUSDC_POOL_RECEIPT_NAME: string;
|
|
@@ -462,8 +472,11 @@ export declare const conf: {
|
|
|
462
472
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_RECEIPT_NAME: string;
|
|
463
473
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_RECEIPT_NAME: string;
|
|
464
474
|
USDC_SUIUSDT_POOL_RECEIPT_NAME: string;
|
|
475
|
+
NAVI_DEEP_POOL_RECEIPT_NAME: string;
|
|
465
476
|
ALPHAFI_BLUEFIN_WAL_USDC_RECEIPT_NAME: string;
|
|
466
477
|
ALPHAFI_BLUEFIN_WAL_STSUI_RECEIPT_NAME: string;
|
|
478
|
+
NAVI_WAL_POOL_RECEIPT_NAME: string;
|
|
479
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_RECEIPT_NAME: string;
|
|
467
480
|
NAVI_USDC_USDT_LOOP_ACCOUNT_ADDRESS: string;
|
|
468
481
|
NAVI_SUI_VSUI_LOOP_ACCOUNT_ADDRESS: string;
|
|
469
482
|
NAVI_HASUI_SUI_LOOP_ACCOUNT_ADDRESS: string;
|
|
@@ -483,6 +496,8 @@ export declare const conf: {
|
|
|
483
496
|
NAVI_WUSDC_ACCOUNT_ADDRESS: string;
|
|
484
497
|
NAVI_WETH_ACCOUNT_ADDRESS: string;
|
|
485
498
|
NAVI_USDT_ACCOUNT_ADDRESS: string;
|
|
499
|
+
NAVI_DEEP_ACCOUNT_ADDRESS: string;
|
|
500
|
+
NAVI_WAL_ACCOUNT_ADDRESS: string;
|
|
486
501
|
ALPHA_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
487
502
|
ALPHA_SUI_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
488
503
|
USDT_WUSDC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
@@ -559,8 +574,11 @@ export declare const conf: {
|
|
|
559
574
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
560
575
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
561
576
|
USDC_SUIUSDT_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
577
|
+
NAVI_DEEP_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
562
578
|
ALPHAFI_BLUEFIN_WAL_USDC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
563
579
|
ALPHAFI_BLUEFIN_WAL_STSUI_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
580
|
+
NAVI_WAL_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
581
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
564
582
|
ALPHA_SUI_POOL_REBALANCE_EVENT: string;
|
|
565
583
|
USDT_WUSDC_POOL_REBALANCE_EVENT: string;
|
|
566
584
|
USDY_WUSDC_POOL_REBALANCE_EVENT: string;
|
|
@@ -619,6 +637,7 @@ export declare const conf: {
|
|
|
619
637
|
USDC_SUIUSDT_POOL_REBALANCE_EVENT: string;
|
|
620
638
|
ALPHAFI_BLUEFIN_WAL_USDC_POOL_REBALANCE_EVENT: string;
|
|
621
639
|
ALPHAFI_BLUEFIN_WAL_STSUI_POOL_REBALANCE_EVENT: string;
|
|
640
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_POOL_REBALANCE_EVENT: string;
|
|
622
641
|
ALPHA_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
623
642
|
ALPHA_SUI_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
624
643
|
USDT_WUSDC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
@@ -695,8 +714,11 @@ export declare const conf: {
|
|
|
695
714
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
696
715
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
697
716
|
USDC_SUIUSDT_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
717
|
+
NAVI_DEEP_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
698
718
|
ALPHAFI_BLUEFIN_WAL_USDC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
699
719
|
ALPHAFI_BLUEFIN_WAL_STSUI_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
720
|
+
NAVI_WAL_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
721
|
+
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
700
722
|
ALPHA_POOL_WITHDRAW_V2_EVENT: string;
|
|
701
723
|
ALPHA_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
702
724
|
ALPHA_SUI_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
@@ -721,7 +743,9 @@ export declare const conf: {
|
|
|
721
743
|
CETUS_SWAP_EVENT: string;
|
|
722
744
|
GOVERNANCE_PACKAGE_ID: string;
|
|
723
745
|
VOTE_CAST_EVENT_TYPE: string;
|
|
746
|
+
INACTIVE_PROPOSAL_IDS: string[];
|
|
724
747
|
ACTIVE_PROPOSAL_IDS: string[];
|
|
748
|
+
AIRDROP_CLAIM_EVENT_TYPE: string;
|
|
725
749
|
NAVI_POOL_DEPOSIT_EVENT: string;
|
|
726
750
|
NAVI_POOL_WITHDRAW_EVENT: string;
|
|
727
751
|
NAVI_LOOP_USDC_USDT_POOL_CHECK_RATIO_EVENT: string;
|
|
@@ -789,6 +813,8 @@ export declare const conf: {
|
|
|
789
813
|
NAVI_NAVX_POOL: string;
|
|
790
814
|
NAVI_STSUI_POOL: string;
|
|
791
815
|
NAVI_SUIBTC_POOL: string;
|
|
816
|
+
NAVI_DEEP_POOL: string;
|
|
817
|
+
NAVI_WAL_POOL: string;
|
|
792
818
|
NAVI_WUSDC_BORROW_POOL: string;
|
|
793
819
|
NAVI_USDT_POOL: string;
|
|
794
820
|
NAVI_USDT_BORROW_POOL: string;
|
|
@@ -806,6 +832,7 @@ export declare const conf: {
|
|
|
806
832
|
NAVI_NS_FUNDS_POOL: string;
|
|
807
833
|
NAVI_STSUI_FUNDS_POOL: string;
|
|
808
834
|
NAVI_DEEP_FUNDS_POOL: string;
|
|
835
|
+
NAVI_WAL_REWARDS_POOL: string;
|
|
809
836
|
NAVI_SUIUSDT_POOL: string;
|
|
810
837
|
NAVI_ORACLE_CONFIG: string;
|
|
811
838
|
SUPRA_ORACLE_HOLDER: string;
|
|
@@ -934,6 +961,7 @@ export declare const conf: {
|
|
|
934
961
|
ALPHA_BLUEFIN_V2_VERSION: string;
|
|
935
962
|
ALPHA_NAVI_V2_VERSION: string;
|
|
936
963
|
VOLO_NATIVE_POOL: string;
|
|
964
|
+
VOLO_STAKE_POOL: string;
|
|
937
965
|
VOLO_METADATA: string;
|
|
938
966
|
SUI_SYSTEM_STATE: string;
|
|
939
967
|
ALPHA_NAVI_BORROW_FACTOR: number;
|
|
@@ -1009,6 +1037,8 @@ export declare const conf: {
|
|
|
1009
1037
|
ALPHAFI_NAVI_LOOP_SUI_STSUI_POOL: string;
|
|
1010
1038
|
ALPHAFI_NAVI_SUIBTC_POOL: string;
|
|
1011
1039
|
ALPHAFI_NAVI_SUIUSDT_POOL: string;
|
|
1040
|
+
ALPHAFI_NAVI_DEEP_POOL: string;
|
|
1041
|
+
ALPHAFI_NAVI_WAL_POOL: string;
|
|
1012
1042
|
BUCKET_BUCK_POOL: string;
|
|
1013
1043
|
ALPHAFI_BLUEFIN_SUI_USDC_POOL: string;
|
|
1014
1044
|
ALPHAFI_BLUEFIN_USDT_USDC_POOL: string;
|
|
@@ -1142,6 +1172,8 @@ export declare const conf: {
|
|
|
1142
1172
|
NAVI_LOOP_SUI_STSUI_INVESTOR: string;
|
|
1143
1173
|
NAVI_SUIBTC_INVESTOR: string;
|
|
1144
1174
|
NAVI_SUIUSDT_INVESTOR: string;
|
|
1175
|
+
NAVI_DEEP_INVESTOR: string;
|
|
1176
|
+
NAVI_WAL_INVESTOR: string;
|
|
1145
1177
|
BUCKET_BUCK_INVESTOR: string;
|
|
1146
1178
|
ALPHAFI_BLUEFIN_SUI_USDC_INVESTOR: string;
|
|
1147
1179
|
ALPHAFI_BLUEFIN_USDT_USDC_INVESTOR: string;
|
|
@@ -1246,8 +1278,10 @@ export declare const conf: {
|
|
|
1246
1278
|
NAVI_SUIUSDT_POOL_RECEIPT: string;
|
|
1247
1279
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_RECEIPT: string;
|
|
1248
1280
|
USDC_SUIUSDT_POOL_RECEIPT: string;
|
|
1281
|
+
NAVI_DEEP_POOL_RECEIPT: string;
|
|
1249
1282
|
ALPHAFI_BLUEFIN_WAL_USDC_RECEIPT: string;
|
|
1250
1283
|
ALPHAFI_BLUEFIN_WAL_STSUI_RECEIPT: string;
|
|
1284
|
+
NAVI_WAL_POOL_RECEIPT: string;
|
|
1251
1285
|
ALPHAFI_BLUEFIN_AUTOBALANCE_USDT_USDC_RECEIPT: string;
|
|
1252
1286
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_USDC_RECEIPT: string;
|
|
1253
1287
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_RECEIPT: string;
|
|
@@ -1332,9 +1366,11 @@ export declare const conf: {
|
|
|
1332
1366
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_RECEIPT_NAME: string;
|
|
1333
1367
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_RECEIPT_NAME: string;
|
|
1334
1368
|
USDC_SUIUSDT_POOL_RECEIPT_NAME: string;
|
|
1369
|
+
NAVI_DEEP_POOL_RECEIPT_NAME: string;
|
|
1335
1370
|
ALPHAFI_BLUEFIN_WAL_USDC_RECEIPT_NAME: string;
|
|
1336
1371
|
ALPHAFI_BLUEFIN_WAL_STSUI_RECEIPT_NAME: string;
|
|
1337
1372
|
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_RECEIPT_NAME: string;
|
|
1373
|
+
NAVI_WAL_POOL_RECEIPT_NAME: string;
|
|
1338
1374
|
NAVI_USDC_USDT_LOOP_ACCOUNT_ADDRESS: string;
|
|
1339
1375
|
NAVI_SUI_VSUI_LOOP_ACCOUNT_ADDRESS: string;
|
|
1340
1376
|
NAVI_HASUI_SUI_LOOP_ACCOUNT_ADDRESS: string;
|
|
@@ -1354,6 +1390,8 @@ export declare const conf: {
|
|
|
1354
1390
|
NAVI_WETH_ACCOUNT_ADDRESS: string;
|
|
1355
1391
|
NAVI_WUSDC_ACCOUNT_ADDRESS: string;
|
|
1356
1392
|
NAVI_USDT_ACCOUNT_ADDRESS: string;
|
|
1393
|
+
NAVI_DEEP_ACCOUNT_ADDRESS: string;
|
|
1394
|
+
NAVI_WAL_ACCOUNT_ADDRESS: string;
|
|
1357
1395
|
ALPHA_MODULE_DEPOSIT_EVENT_END_TIME: number;
|
|
1358
1396
|
NAVI_MODULE_LIQUIDITY_CHANGE_EVENT_START_TIME: number;
|
|
1359
1397
|
ALPHA_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
@@ -1425,8 +1463,10 @@ export declare const conf: {
|
|
|
1425
1463
|
NAVI_SUIUSDT_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
1426
1464
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
1427
1465
|
USDC_SUIUSDT_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
1466
|
+
NAVI_DEEP_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
1428
1467
|
ALPHAFI_BLUEFIN_WAL_USDC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
1429
1468
|
ALPHAFI_BLUEFIN_WAL_STSUI_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
1469
|
+
NAVI_WAL_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
1430
1470
|
ALPHAFI_BLUEFIN_AUTOBALANCE_USDT_USDC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
1431
1471
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_USDC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
1432
1472
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
@@ -1570,9 +1610,11 @@ export declare const conf: {
|
|
|
1570
1610
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
1571
1611
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
1572
1612
|
USDC_SUIUSDT_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
1613
|
+
NAVI_DEEP_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
1573
1614
|
ALPHAFI_BLUEFIN_WAL_USDC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
1574
1615
|
ALPHAFI_BLUEFIN_WAL_STSUI_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
1575
1616
|
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
1617
|
+
NAVI_WAL_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
1576
1618
|
ALPHA_POOL_WITHDRAW_V2_EVENT: string;
|
|
1577
1619
|
ALPHA_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
1578
1620
|
ALPHA_SUI_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
@@ -1590,9 +1632,11 @@ export declare const conf: {
|
|
|
1590
1632
|
NAVI_USDT_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
1591
1633
|
NAVI_WUSDC_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
1592
1634
|
NAVI_HASUI_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
1635
|
+
AIRDROP_CLAIM_EVENT_TYPE: string;
|
|
1593
1636
|
GOVERNANCE_PACKAGE_ID: string;
|
|
1594
1637
|
VOTE_CAST_EVENT_TYPE: string;
|
|
1595
|
-
|
|
1638
|
+
INACTIVE_PROPOSAL_IDS: string[];
|
|
1639
|
+
ACTIVE_PROPOSAL_IDS: string[];
|
|
1596
1640
|
NAVI_LOOP_USDC_USDT_POOL_CHECK_RATIO_EVENT: string;
|
|
1597
1641
|
NAVI_LOOP_SUI_VSUI_POOL_CHECK_RATIO_EVENT: string;
|
|
1598
1642
|
NAVI_LOOP_HASUI_SUI_POOL_CHECK_RATIO_EVENT: string;
|
|
@@ -1662,6 +1706,8 @@ export declare const conf: {
|
|
|
1662
1706
|
NAVI_NAVX_POOL: string;
|
|
1663
1707
|
NAVI_STSUI_POOL: string;
|
|
1664
1708
|
NAVI_SUIBTC_POOL: string;
|
|
1709
|
+
NAVI_DEEP_POOL: string;
|
|
1710
|
+
NAVI_WAL_POOL: string;
|
|
1665
1711
|
NAVI_USDT_BORROW_POOL: string;
|
|
1666
1712
|
NAVI_INCENTIVE_V1: string;
|
|
1667
1713
|
NAVI_INCENTIVE_V2: string;
|
|
@@ -1677,6 +1723,7 @@ export declare const conf: {
|
|
|
1677
1723
|
NAVI_NS_FUNDS_POOL: string;
|
|
1678
1724
|
NAVI_STSUI_FUNDS_POOL: string;
|
|
1679
1725
|
NAVI_DEEP_FUNDS_POOL: string;
|
|
1726
|
+
NAVI_WAL_REWARDS_POOL: string;
|
|
1680
1727
|
NAVI_SUIUSDT_POOL: string;
|
|
1681
1728
|
NAVI_ORACLE_CONFIG: string;
|
|
1682
1729
|
SUPRA_ORACLE_HOLDER: string;
|
|
@@ -1807,6 +1854,7 @@ export declare const getConf: () => {
|
|
|
1807
1854
|
ALPHA_BLUEFIN_V2_VERSION: string;
|
|
1808
1855
|
ALPHA_NAVI_V2_VERSION: string;
|
|
1809
1856
|
VOLO_NATIVE_POOL: string;
|
|
1857
|
+
VOLO_STAKE_POOL: string;
|
|
1810
1858
|
VOLO_METADATA: string;
|
|
1811
1859
|
SUI_SYSTEM_STATE: string;
|
|
1812
1860
|
ALPHA_NAVI_BORROW_FACTOR: number;
|
|
@@ -1882,6 +1930,8 @@ export declare const getConf: () => {
|
|
|
1882
1930
|
ALPHAFI_NAVI_LOOP_SUI_STSUI_POOL: string;
|
|
1883
1931
|
ALPHAFI_NAVI_SUIBTC_POOL: string;
|
|
1884
1932
|
ALPHAFI_NAVI_SUIUSDT_POOL: string;
|
|
1933
|
+
ALPHAFI_NAVI_DEEP_POOL: string;
|
|
1934
|
+
ALPHAFI_NAVI_WAL_POOL: string;
|
|
1885
1935
|
BUCKET_BUCK_POOL: string;
|
|
1886
1936
|
ALPHAFI_BLUEFIN_SUI_USDC_POOL: string;
|
|
1887
1937
|
ALPHAFI_BLUEFIN_USDT_USDC_POOL: string;
|
|
@@ -2015,6 +2065,8 @@ export declare const getConf: () => {
|
|
|
2015
2065
|
NAVI_LOOP_SUI_STSUI_INVESTOR: string;
|
|
2016
2066
|
NAVI_SUIBTC_INVESTOR: string;
|
|
2017
2067
|
NAVI_SUIUSDT_INVESTOR: string;
|
|
2068
|
+
NAVI_DEEP_INVESTOR: string;
|
|
2069
|
+
NAVI_WAL_INVESTOR: string;
|
|
2018
2070
|
BUCKET_BUCK_INVESTOR: string;
|
|
2019
2071
|
ALPHAFI_BLUEFIN_SUI_USDC_INVESTOR: string;
|
|
2020
2072
|
ALPHAFI_BLUEFIN_USDT_USDC_INVESTOR: string;
|
|
@@ -2119,8 +2171,10 @@ export declare const getConf: () => {
|
|
|
2119
2171
|
NAVI_SUIUSDT_POOL_RECEIPT: string;
|
|
2120
2172
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_RECEIPT: string;
|
|
2121
2173
|
USDC_SUIUSDT_POOL_RECEIPT: string;
|
|
2174
|
+
NAVI_DEEP_POOL_RECEIPT: string;
|
|
2122
2175
|
ALPHAFI_BLUEFIN_WAL_USDC_RECEIPT: string;
|
|
2123
2176
|
ALPHAFI_BLUEFIN_WAL_STSUI_RECEIPT: string;
|
|
2177
|
+
NAVI_WAL_POOL_RECEIPT: string;
|
|
2124
2178
|
ALPHAFI_BLUEFIN_AUTOBALANCE_USDT_USDC_RECEIPT: string;
|
|
2125
2179
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_USDC_RECEIPT: string;
|
|
2126
2180
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_RECEIPT: string;
|
|
@@ -2205,9 +2259,11 @@ export declare const getConf: () => {
|
|
|
2205
2259
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_RECEIPT_NAME: string;
|
|
2206
2260
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_RECEIPT_NAME: string;
|
|
2207
2261
|
USDC_SUIUSDT_POOL_RECEIPT_NAME: string;
|
|
2262
|
+
NAVI_DEEP_POOL_RECEIPT_NAME: string;
|
|
2208
2263
|
ALPHAFI_BLUEFIN_WAL_USDC_RECEIPT_NAME: string;
|
|
2209
2264
|
ALPHAFI_BLUEFIN_WAL_STSUI_RECEIPT_NAME: string;
|
|
2210
2265
|
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_RECEIPT_NAME: string;
|
|
2266
|
+
NAVI_WAL_POOL_RECEIPT_NAME: string;
|
|
2211
2267
|
NAVI_USDC_USDT_LOOP_ACCOUNT_ADDRESS: string;
|
|
2212
2268
|
NAVI_SUI_VSUI_LOOP_ACCOUNT_ADDRESS: string;
|
|
2213
2269
|
NAVI_HASUI_SUI_LOOP_ACCOUNT_ADDRESS: string;
|
|
@@ -2227,6 +2283,8 @@ export declare const getConf: () => {
|
|
|
2227
2283
|
NAVI_WETH_ACCOUNT_ADDRESS: string;
|
|
2228
2284
|
NAVI_WUSDC_ACCOUNT_ADDRESS: string;
|
|
2229
2285
|
NAVI_USDT_ACCOUNT_ADDRESS: string;
|
|
2286
|
+
NAVI_DEEP_ACCOUNT_ADDRESS: string;
|
|
2287
|
+
NAVI_WAL_ACCOUNT_ADDRESS: string;
|
|
2230
2288
|
ALPHA_MODULE_DEPOSIT_EVENT_END_TIME: number;
|
|
2231
2289
|
NAVI_MODULE_LIQUIDITY_CHANGE_EVENT_START_TIME: number;
|
|
2232
2290
|
ALPHA_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
@@ -2298,8 +2356,10 @@ export declare const getConf: () => {
|
|
|
2298
2356
|
NAVI_SUIUSDT_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
2299
2357
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
2300
2358
|
USDC_SUIUSDT_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
2359
|
+
NAVI_DEEP_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
2301
2360
|
ALPHAFI_BLUEFIN_WAL_USDC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
2302
2361
|
ALPHAFI_BLUEFIN_WAL_STSUI_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
2362
|
+
NAVI_WAL_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
2303
2363
|
ALPHAFI_BLUEFIN_AUTOBALANCE_USDT_USDC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
2304
2364
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_USDC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
2305
2365
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
@@ -2443,9 +2503,11 @@ export declare const getConf: () => {
|
|
|
2443
2503
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
2444
2504
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
2445
2505
|
USDC_SUIUSDT_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
2506
|
+
NAVI_DEEP_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
2446
2507
|
ALPHAFI_BLUEFIN_WAL_USDC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
2447
2508
|
ALPHAFI_BLUEFIN_WAL_STSUI_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
2448
2509
|
ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_USDC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
2510
|
+
NAVI_WAL_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
2449
2511
|
ALPHA_POOL_WITHDRAW_V2_EVENT: string;
|
|
2450
2512
|
ALPHA_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
2451
2513
|
ALPHA_SUI_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
@@ -2463,9 +2525,11 @@ export declare const getConf: () => {
|
|
|
2463
2525
|
NAVI_USDT_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
2464
2526
|
NAVI_WUSDC_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
2465
2527
|
NAVI_HASUI_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
2528
|
+
AIRDROP_CLAIM_EVENT_TYPE: string;
|
|
2466
2529
|
GOVERNANCE_PACKAGE_ID: string;
|
|
2467
2530
|
VOTE_CAST_EVENT_TYPE: string;
|
|
2468
|
-
|
|
2531
|
+
INACTIVE_PROPOSAL_IDS: string[];
|
|
2532
|
+
ACTIVE_PROPOSAL_IDS: string[];
|
|
2469
2533
|
NAVI_LOOP_USDC_USDT_POOL_CHECK_RATIO_EVENT: string;
|
|
2470
2534
|
NAVI_LOOP_SUI_VSUI_POOL_CHECK_RATIO_EVENT: string;
|
|
2471
2535
|
NAVI_LOOP_HASUI_SUI_POOL_CHECK_RATIO_EVENT: string;
|
|
@@ -2535,6 +2599,8 @@ export declare const getConf: () => {
|
|
|
2535
2599
|
NAVI_NAVX_POOL: string;
|
|
2536
2600
|
NAVI_STSUI_POOL: string;
|
|
2537
2601
|
NAVI_SUIBTC_POOL: string;
|
|
2602
|
+
NAVI_DEEP_POOL: string;
|
|
2603
|
+
NAVI_WAL_POOL: string;
|
|
2538
2604
|
NAVI_USDT_BORROW_POOL: string;
|
|
2539
2605
|
NAVI_INCENTIVE_V1: string;
|
|
2540
2606
|
NAVI_INCENTIVE_V2: string;
|
|
@@ -2550,6 +2616,7 @@ export declare const getConf: () => {
|
|
|
2550
2616
|
NAVI_NS_FUNDS_POOL: string;
|
|
2551
2617
|
NAVI_STSUI_FUNDS_POOL: string;
|
|
2552
2618
|
NAVI_DEEP_FUNDS_POOL: string;
|
|
2619
|
+
NAVI_WAL_REWARDS_POOL: string;
|
|
2553
2620
|
NAVI_SUIUSDT_POOL: string;
|
|
2554
2621
|
NAVI_ORACLE_CONFIG: string;
|
|
2555
2622
|
SUPRA_ORACLE_HOLDER: 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqsIhB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEnB,CAAC"}
|