@alphafi/alphafi-sdk 0.0.66 → 0.0.68
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/coins.d.ts.map +1 -1
- package/dist/cjs/common/coins.js +13 -1
- package/dist/cjs/common/coins.js.map +1 -1
- package/dist/cjs/common/constants.d.ts +235 -0
- package/dist/cjs/common/constants.d.ts.map +1 -1
- package/dist/cjs/common/constants.js +203 -20
- package/dist/cjs/common/constants.js.map +1 -1
- package/dist/cjs/common/maps.d.ts +7 -0
- package/dist/cjs/common/maps.d.ts.map +1 -1
- package/dist/cjs/common/maps.js +184 -1
- 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 -3
- package/dist/cjs/common/types.d.ts.map +1 -1
- package/dist/cjs/common/types.js.map +1 -1
- package/dist/cjs/index.d.ts +1 -0
- 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/functions/getPortfolioAmounts.d.ts.map +1 -1
- package/dist/cjs/sui-sdk/functions/getPortfolioAmounts.js +17 -2
- package/dist/cjs/sui-sdk/functions/getPortfolioAmounts.js.map +1 -1
- package/dist/cjs/sui-sdk/transactions/fetchTransactions.d.ts.map +1 -1
- package/dist/cjs/sui-sdk/transactions/fetchTransactions.js +21 -5
- package/dist/cjs/sui-sdk/transactions/fetchTransactions.js.map +1 -1
- package/dist/cjs/sui-sdk/transactions/types.d.ts +2 -1
- package/dist/cjs/sui-sdk/transactions/types.d.ts.map +1 -1
- package/dist/cjs/sui-sdk/transactions/types.js.map +1 -1
- package/dist/cjs/transactions/alpha.js +2 -2
- package/dist/cjs/transactions/alpha.js.map +1 -1
- package/dist/cjs/transactions/bluefin.d.ts +6 -0
- package/dist/cjs/transactions/bluefin.d.ts.map +1 -1
- package/dist/cjs/transactions/bluefin.js +153 -1
- package/dist/cjs/transactions/bluefin.js.map +1 -1
- package/dist/cjs/transactions/deposit.d.ts +3 -3
- package/dist/cjs/transactions/deposit.d.ts.map +1 -1
- package/dist/cjs/transactions/deposit.js +25 -21
- package/dist/cjs/transactions/deposit.js.map +1 -1
- package/dist/cjs/transactions/navi-looping.d.ts.map +1 -1
- package/dist/cjs/transactions/navi-looping.js +865 -73
- 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 +1556 -191
- package/dist/cjs/transactions/navi.js.map +1 -1
- package/dist/cjs/transactions/naviOracle.d.ts +3 -0
- package/dist/cjs/transactions/naviOracle.d.ts.map +1 -0
- package/dist/cjs/transactions/naviOracle.js +18 -0
- package/dist/cjs/transactions/naviOracle.js.map +1 -0
- package/dist/cjs/transactions/withdraw.d.ts.map +1 -1
- package/dist/cjs/transactions/withdraw.js +8 -3
- package/dist/cjs/transactions/withdraw.js.map +1 -1
- package/dist/cjs/transactions/zapDeposit.d.ts +2 -6
- package/dist/cjs/transactions/zapDeposit.d.ts.map +1 -1
- package/dist/cjs/transactions/zapDeposit.js +1207 -1497
- package/dist/cjs/transactions/zapDeposit.js.map +1 -1
- package/dist/cjs/utils/prices.d.ts.map +1 -1
- package/dist/cjs/utils/prices.js +1 -1
- package/dist/cjs/utils/prices.js.map +1 -1
- package/dist/esm/common/coins.d.ts.map +1 -1
- package/dist/esm/common/coins.js +13 -1
- package/dist/esm/common/coins.js.map +1 -1
- package/dist/esm/common/constants.d.ts +235 -0
- package/dist/esm/common/constants.d.ts.map +1 -1
- package/dist/esm/common/constants.js +203 -20
- package/dist/esm/common/constants.js.map +1 -1
- package/dist/esm/common/maps.d.ts +7 -0
- package/dist/esm/common/maps.d.ts.map +1 -1
- package/dist/esm/common/maps.js +183 -0
- 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 -3
- package/dist/esm/common/types.d.ts.map +1 -1
- package/dist/esm/common/types.js.map +1 -1
- package/dist/esm/index.d.ts +1 -0
- 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/functions/getPortfolioAmounts.d.ts.map +1 -1
- package/dist/esm/sui-sdk/functions/getPortfolioAmounts.js +17 -2
- package/dist/esm/sui-sdk/functions/getPortfolioAmounts.js.map +1 -1
- package/dist/esm/sui-sdk/transactions/fetchTransactions.d.ts.map +1 -1
- package/dist/esm/sui-sdk/transactions/fetchTransactions.js +21 -5
- package/dist/esm/sui-sdk/transactions/fetchTransactions.js.map +1 -1
- package/dist/esm/sui-sdk/transactions/types.d.ts +2 -1
- package/dist/esm/sui-sdk/transactions/types.d.ts.map +1 -1
- package/dist/esm/sui-sdk/transactions/types.js.map +1 -1
- package/dist/esm/transactions/alpha.js +2 -2
- package/dist/esm/transactions/alpha.js.map +1 -1
- package/dist/esm/transactions/bluefin.d.ts +6 -0
- package/dist/esm/transactions/bluefin.d.ts.map +1 -1
- package/dist/esm/transactions/bluefin.js +151 -1
- package/dist/esm/transactions/bluefin.js.map +1 -1
- package/dist/esm/transactions/deposit.d.ts +3 -3
- package/dist/esm/transactions/deposit.d.ts.map +1 -1
- package/dist/esm/transactions/deposit.js +26 -22
- package/dist/esm/transactions/deposit.js.map +1 -1
- package/dist/esm/transactions/navi-looping.d.ts.map +1 -1
- package/dist/esm/transactions/navi-looping.js +866 -74
- 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 +1557 -192
- package/dist/esm/transactions/navi.js.map +1 -1
- package/dist/esm/transactions/naviOracle.d.ts +3 -0
- package/dist/esm/transactions/naviOracle.d.ts.map +1 -0
- package/dist/esm/transactions/naviOracle.js +15 -0
- package/dist/esm/transactions/naviOracle.js.map +1 -0
- package/dist/esm/transactions/withdraw.d.ts.map +1 -1
- package/dist/esm/transactions/withdraw.js +9 -4
- package/dist/esm/transactions/withdraw.js.map +1 -1
- package/dist/esm/transactions/zapDeposit.d.ts +2 -6
- package/dist/esm/transactions/zapDeposit.d.ts.map +1 -1
- package/dist/esm/transactions/zapDeposit.js +1208 -1498
- package/dist/esm/transactions/zapDeposit.js.map +1 -1
- package/dist/esm/utils/prices.d.ts.map +1 -1
- package/dist/esm/utils/prices.js +2 -2
- 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/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/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 -0
- 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/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 +3 -2
- package/docs/types/AfterTransactionEventNode.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/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/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 +6 -4
package/dist/cjs/common/maps.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ignoredWalletsForDailyRevenue = exports.defunctPoolsSet = exports.parentPoolMap = exports.poolIdQueryInvestorMap = exports.poolIdQueryCetusPoolMap = exports.poolIdQueryPoolMap = exports.poolIdPoolNameMap = exports.poolInfo = exports.loopingAccountAddresses = exports.bluefinPoolMap = exports.cetusPoolMap = exports.naviAssetMap = exports.loopingPoolCoinMap = exports.singleAssetPoolCoinMap = exports.doubleAssetPoolCoinMap = exports.stableCoins = void 0;
|
|
3
|
+
exports.ignoredWalletsForDailyRevenue = exports.defunctPoolsSet = exports.parentPoolMap = exports.poolIdQueryInvestorMap = exports.poolIdQueryCetusPoolMap = exports.poolIdQueryPoolMap = exports.poolIdPoolNameMap = exports.poolInfo = exports.naviPriceFeedMap = exports.loopingAccountAddresses = exports.bluefinPoolMap = exports.cetusPoolMap = exports.naviAssetMap = exports.loopingPoolCoinMap = exports.singleAssetPoolCoinMap = exports.doubleAssetPoolCoinMap = exports.stableCoins = void 0;
|
|
4
4
|
exports.coinsInPool = coinsInPool;
|
|
5
5
|
exports.getInvestorPoolMap = getInvestorPoolMap;
|
|
6
6
|
exports.getPoolExchangeRateMap = getPoolExchangeRateMap;
|
|
@@ -75,6 +75,7 @@ exports.doubleAssetPoolCoinMap = {
|
|
|
75
75
|
"BLUEFIN-AUTOBALANCE-BLUE-SUI": { coin1: "BLUE", coin2: "SUI" },
|
|
76
76
|
"BLUEFIN-STSUI-BUCK": { coin1: "STSUI", coin2: "BUCK" },
|
|
77
77
|
"BLUEFIN-STSUI-MUSD": { coin1: "STSUI", coin2: "MUSD" },
|
|
78
|
+
"BLUEFIN-FUNGIBLE-STSUI-SUI": { coin1: "STSUI", coin2: "SUI" },
|
|
78
79
|
"BLUEFIN-SUIBTC-USDC": { coin1: "SUIBTC", coin2: "USDC" },
|
|
79
80
|
};
|
|
80
81
|
exports.singleAssetPoolCoinMap = {
|
|
@@ -106,6 +107,7 @@ exports.loopingPoolCoinMap = {
|
|
|
106
107
|
"NAVI-LOOP-USDT-USDC": { supplyCoin: "USDT", borrowCoin: "USDC" },
|
|
107
108
|
"NAVI-LOOP-SUI-VSUI": { supplyCoin: "VSUI", borrowCoin: "SUI" },
|
|
108
109
|
"NAVI-LOOP-USDC-USDT": { supplyCoin: "USDC", borrowCoin: "USDT" },
|
|
110
|
+
"NAVI-LOOP-SUI-STSUI": { supplyCoin: "STSUI", borrowCoin: "SUI" },
|
|
109
111
|
};
|
|
110
112
|
exports.naviAssetMap = {
|
|
111
113
|
SUI: "0",
|
|
@@ -169,6 +171,7 @@ exports.cetusPoolMap = {
|
|
|
169
171
|
"WSOL-SUI": constants_js_1.conf[constants_js_1.CONF_ENV].WSOL_SUI_CETUS_POOL_ID,
|
|
170
172
|
"MUSD-SUI": constants_js_1.conf[constants_js_1.CONF_ENV].MUSD_SUI_CETUS_POOL_ID,
|
|
171
173
|
"USDC-SUIBTC": constants_js_1.conf[constants_js_1.CONF_ENV].USDC_SUIBTC_CETUS_POOL_ID,
|
|
174
|
+
"SUIUSDT-SUI": constants_js_1.conf[constants_js_1.CONF_ENV].SUIUSDT_SUI_CETUS_POOL_ID,
|
|
172
175
|
};
|
|
173
176
|
exports.bluefinPoolMap = {
|
|
174
177
|
"SUI-USDC": constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_SUI_USDC_POOL,
|
|
@@ -207,8 +210,121 @@ exports.loopingAccountAddresses = {
|
|
|
207
210
|
"NAVI-LOOP-SUI-VSUI": constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_SUI_VSUI_LOOP_ACCOUNT_ADDRESS,
|
|
208
211
|
"NAVI-LOOP-HASUI-SUI": constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_HASUI_SUI_LOOP_ACCOUNT_ADDRESS,
|
|
209
212
|
"NAVI-LOOP-SUI-STSUI": constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_SUI_STSUI_LOOP_ACCOUNT_ADDRESS,
|
|
213
|
+
"NAVI-AUSD": constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_AUSD_ACCOUNT_ADDRESS,
|
|
214
|
+
"NAVI-ETH": constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_ETH_ACCOUNT_ADDRESS,
|
|
215
|
+
"NAVI-NS": constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_NS_ACCOUNT_ADDRESS,
|
|
216
|
+
"NAVI-STSUI": constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_STSUI_ACCOUNT_ADDRESS,
|
|
217
|
+
"NAVI-SUIUSDT": constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_SUIUSDT_ACCOUNT_ADDRESS,
|
|
218
|
+
"NAVI-USDT": constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_USDT_ACCOUNT_ADDRESS,
|
|
219
|
+
"NAVI-WUSDC": constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_WUSDC_ACCOUNT_ADDRESS,
|
|
220
|
+
"NAVI-USDC": constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_USDC_ACCOUNT_ADDRESS,
|
|
221
|
+
"NAVI-USDY": constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_USDY_ACCOUNT_ADDRESS,
|
|
222
|
+
"NAVI-SUI": constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_SUI_ACCOUNT_ADDRESS,
|
|
223
|
+
"NAVI-VSUI": constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_VSUI_ACCOUNT_ADDRESS,
|
|
224
|
+
};
|
|
225
|
+
exports.naviPriceFeedMap = {
|
|
226
|
+
SUI: {
|
|
227
|
+
feedId: constants_js_1.conf[constants_js_1.CONF_ENV].SUI_FEED_ID,
|
|
228
|
+
pythPriceInfo: constants_js_1.conf[constants_js_1.CONF_ENV].SUI_PYTH_PRICE_INFO,
|
|
229
|
+
},
|
|
230
|
+
WUSDC: {
|
|
231
|
+
feedId: constants_js_1.conf[constants_js_1.CONF_ENV].WUSDC_FEED_ID,
|
|
232
|
+
pythPriceInfo: constants_js_1.conf[constants_js_1.CONF_ENV].WUSDC_PYTH_PRICE_INFO,
|
|
233
|
+
},
|
|
234
|
+
USDC: {
|
|
235
|
+
feedId: constants_js_1.conf[constants_js_1.CONF_ENV].USDC_FEED_ID,
|
|
236
|
+
pythPriceInfo: constants_js_1.conf[constants_js_1.CONF_ENV].USDC_PYTH_PRICE_INFO,
|
|
237
|
+
},
|
|
238
|
+
USDT: {
|
|
239
|
+
feedId: constants_js_1.conf[constants_js_1.CONF_ENV].USDT_FEED_ID,
|
|
240
|
+
pythPriceInfo: constants_js_1.conf[constants_js_1.CONF_ENV].USDT_PYTH_PRICE_INFO,
|
|
241
|
+
},
|
|
242
|
+
WETH: {
|
|
243
|
+
feedId: constants_js_1.conf[constants_js_1.CONF_ENV].WETH_FEED_ID,
|
|
244
|
+
pythPriceInfo: constants_js_1.conf[constants_js_1.CONF_ENV].WETH_PYTH_PRICE_INFO,
|
|
245
|
+
},
|
|
246
|
+
CETUS: {
|
|
247
|
+
feedId: constants_js_1.conf[constants_js_1.CONF_ENV].CETUS_FEED_ID,
|
|
248
|
+
pythPriceInfo: constants_js_1.conf[constants_js_1.CONF_ENV].CETUS_PYTH_PRICE_INFO,
|
|
249
|
+
},
|
|
250
|
+
NAVX: {
|
|
251
|
+
feedId: constants_js_1.conf[constants_js_1.CONF_ENV].NAVX_FEED_ID,
|
|
252
|
+
pythPriceInfo: constants_js_1.conf[constants_js_1.CONF_ENV].NAVX_PYTH_PRICE_INFO,
|
|
253
|
+
},
|
|
254
|
+
WBTC: {
|
|
255
|
+
feedId: constants_js_1.conf[constants_js_1.CONF_ENV].WBTC_FEED_ID,
|
|
256
|
+
pythPriceInfo: constants_js_1.conf[constants_js_1.CONF_ENV].WBTC_PYTH_PRICE_INFO,
|
|
257
|
+
},
|
|
258
|
+
AUSD: {
|
|
259
|
+
feedId: constants_js_1.conf[constants_js_1.CONF_ENV].AUSD_FEED_ID,
|
|
260
|
+
pythPriceInfo: constants_js_1.conf[constants_js_1.CONF_ENV].AUSD_PYTH_PRICE_INFO,
|
|
261
|
+
},
|
|
262
|
+
ETH: {
|
|
263
|
+
feedId: constants_js_1.conf[constants_js_1.CONF_ENV].ETH_FEED_ID,
|
|
264
|
+
pythPriceInfo: constants_js_1.conf[constants_js_1.CONF_ENV].ETH_PYTH_PRICE_INFO,
|
|
265
|
+
},
|
|
266
|
+
USDY: {
|
|
267
|
+
feedId: constants_js_1.conf[constants_js_1.CONF_ENV].USDY_FEED_ID,
|
|
268
|
+
pythPriceInfo: constants_js_1.conf[constants_js_1.CONF_ENV].USDY_PYTH_PRICE_INFO,
|
|
269
|
+
},
|
|
270
|
+
NS: {
|
|
271
|
+
feedId: constants_js_1.conf[constants_js_1.CONF_ENV].NS_FEED_ID,
|
|
272
|
+
pythPriceInfo: constants_js_1.conf[constants_js_1.CONF_ENV].NS_PYTH_PRICE_INFO,
|
|
273
|
+
},
|
|
274
|
+
DEEP: {
|
|
275
|
+
feedId: constants_js_1.conf[constants_js_1.CONF_ENV].DEEP_FEED_ID,
|
|
276
|
+
pythPriceInfo: constants_js_1.conf[constants_js_1.CONF_ENV].DEEP_PYTH_PRICE_INFO,
|
|
277
|
+
},
|
|
278
|
+
BLUE: {
|
|
279
|
+
feedId: constants_js_1.conf[constants_js_1.CONF_ENV].BLUE_FEED_ID,
|
|
280
|
+
pythPriceInfo: constants_js_1.conf[constants_js_1.CONF_ENV].BLUE_PYTH_PRICE_INFO,
|
|
281
|
+
},
|
|
282
|
+
BUCK: {
|
|
283
|
+
feedId: constants_js_1.conf[constants_js_1.CONF_ENV].BUCK_FEED_ID,
|
|
284
|
+
pythPriceInfo: constants_js_1.conf[constants_js_1.CONF_ENV].BUCK_PYTH_PRICE_INFO,
|
|
285
|
+
},
|
|
286
|
+
SUIUSDT: {
|
|
287
|
+
feedId: constants_js_1.conf[constants_js_1.CONF_ENV].SUIUSDT_FEED_ID,
|
|
288
|
+
pythPriceInfo: constants_js_1.conf[constants_js_1.CONF_ENV].SUIUSDT_PYTH_PRICE_INFO,
|
|
289
|
+
},
|
|
290
|
+
STSUI: {
|
|
291
|
+
feedId: constants_js_1.conf[constants_js_1.CONF_ENV].STSUI_FEED_ID,
|
|
292
|
+
pythPriceInfo: constants_js_1.conf[constants_js_1.CONF_ENV].STSUI_PYTH_PRICE_INFO,
|
|
293
|
+
},
|
|
294
|
+
SUIBTC: {
|
|
295
|
+
feedId: constants_js_1.conf[constants_js_1.CONF_ENV].SUIBTC_FEED_ID,
|
|
296
|
+
pythPriceInfo: constants_js_1.conf[constants_js_1.CONF_ENV].SUIBTC_PYTH_PRICE_INFO,
|
|
297
|
+
},
|
|
298
|
+
VSUI: {
|
|
299
|
+
feedId: constants_js_1.conf[constants_js_1.CONF_ENV].VSUI_FEED_ID,
|
|
300
|
+
pythPriceInfo: constants_js_1.conf[constants_js_1.CONF_ENV].VSUI_PYTH_PRICE_INFO,
|
|
301
|
+
},
|
|
302
|
+
HASUI: {
|
|
303
|
+
feedId: constants_js_1.conf[constants_js_1.CONF_ENV].HASUI_FEED_ID,
|
|
304
|
+
pythPriceInfo: constants_js_1.conf[constants_js_1.CONF_ENV].HASUI_PYTH_PRICE_INFO,
|
|
305
|
+
},
|
|
210
306
|
};
|
|
211
307
|
exports.poolInfo = {
|
|
308
|
+
"BLUEFIN-FUNGIBLE-STSUI-SUI": {
|
|
309
|
+
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_FUNGIBLE_LATEST_PACKAGE_ID,
|
|
310
|
+
packageNumber: 8,
|
|
311
|
+
parentProtocolName: "BLUEFIN",
|
|
312
|
+
parentPoolId: constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_STSUI_SUI_POOL,
|
|
313
|
+
poolId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_FUNGIBLE_STSUI_SUI_POOL,
|
|
314
|
+
investorId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_FUNGIBLE_STSUI_SUI_INVESTOR,
|
|
315
|
+
receiptName: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_FUNGIBLE_STSUI_SUI_RECEIPT_NAME,
|
|
316
|
+
receiptType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_FUNGIBLE_STSUI_SUI_RECEIPT,
|
|
317
|
+
assetTypes: [coins_js_1.coinsList["STSUI"].type, constants_js_1.conf[constants_js_1.CONF_ENV].SUI_COIN_TYPE],
|
|
318
|
+
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV]
|
|
319
|
+
.ALPHAFI_BLUEFIN_FUNGIBLE_STSUI_SUI_POOL_AUTO_COMPOUNDING_EVENT,
|
|
320
|
+
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_FUNGIBLE_STSUI_SUI_POOL_REBALANCE_EVENT,
|
|
321
|
+
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV]
|
|
322
|
+
.ALPHAFI_BLUEFIN_FUNGIBLE_STSUI_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
323
|
+
// add strategy type
|
|
324
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/stsui.svg",
|
|
325
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
326
|
+
retired: false,
|
|
327
|
+
},
|
|
212
328
|
"NAVI-SUIUSDT": {
|
|
213
329
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_3_LATEST_PACKAGE_ID,
|
|
214
330
|
packageNumber: 3,
|
|
@@ -224,6 +340,7 @@ exports.poolInfo = {
|
|
|
224
340
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_SUIUSDT_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
225
341
|
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
226
342
|
imageUrl2: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
343
|
+
retired: false,
|
|
227
344
|
},
|
|
228
345
|
"NAVI-SUIBTC": {
|
|
229
346
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_NAVI_V2_LATEST_PACKAGE_ID,
|
|
@@ -240,6 +357,7 @@ exports.poolInfo = {
|
|
|
240
357
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_SUIBTC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
241
358
|
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
242
359
|
imageUrl2: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
360
|
+
retired: false,
|
|
243
361
|
},
|
|
244
362
|
"BLUEFIN-SUIBTC-USDC": {
|
|
245
363
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_BLUEFIN_V2_LATEST_PACKAGE_ID,
|
|
@@ -254,6 +372,7 @@ exports.poolInfo = {
|
|
|
254
372
|
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SUIBTC_USDC_POOL_AUTO_COMPOUNDING_EVENT,
|
|
255
373
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SUIBTC_USDC_POOL_REBALANCE_EVENT,
|
|
256
374
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SUIBTC_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
375
|
+
retired: false,
|
|
257
376
|
// add strategy type
|
|
258
377
|
},
|
|
259
378
|
"NAVI-LOOP-SUI-STSUI": {
|
|
@@ -273,6 +392,7 @@ exports.poolInfo = {
|
|
|
273
392
|
checkRatioEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_LOOP_SUI_STSUI_POOL_CHECK_RATIO_EVENT,
|
|
274
393
|
imageUrl1: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
275
394
|
imageUrl2: "https://images.alphafi.xyz/adminweb/vsui.png",
|
|
395
|
+
retired: false,
|
|
276
396
|
},
|
|
277
397
|
"BLUEFIN-STSUI-MUSD": {
|
|
278
398
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_STSUI_LATEST_PACKAGE_ID,
|
|
@@ -287,6 +407,7 @@ exports.poolInfo = {
|
|
|
287
407
|
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_MUSD_POOL_AUTO_COMPOUNDING_EVENT,
|
|
288
408
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_MUSD_POOL_REBALANCE_EVENT,
|
|
289
409
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_MUSD_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
410
|
+
retired: true,
|
|
290
411
|
// add strategy type
|
|
291
412
|
},
|
|
292
413
|
"BLUEFIN-STSUI-BUCK": {
|
|
@@ -302,6 +423,7 @@ exports.poolInfo = {
|
|
|
302
423
|
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_BUCK_POOL_AUTO_COMPOUNDING_EVENT,
|
|
303
424
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_BUCK_POOL_REBALANCE_EVENT,
|
|
304
425
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_BUCK_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
426
|
+
retired: false,
|
|
305
427
|
// add strategy type
|
|
306
428
|
},
|
|
307
429
|
"NAVI-STSUI": {
|
|
@@ -319,6 +441,7 @@ exports.poolInfo = {
|
|
|
319
441
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_STSUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
320
442
|
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
321
443
|
imageUrl2: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
444
|
+
retired: false,
|
|
322
445
|
},
|
|
323
446
|
"BLUEFIN-AUTOBALANCE-DEEP-SUI": {
|
|
324
447
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_BLUEFIN_AUTOBALANCE_LATEST_PACKAGE_ID,
|
|
@@ -336,6 +459,7 @@ exports.poolInfo = {
|
|
|
336
459
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV]
|
|
337
460
|
.ALPHAFI_BLUEFIN_AUTOBALANCE_DEEP_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
338
461
|
strategyType: "AUTOBALANCE-LIQUIDITY-POOL",
|
|
462
|
+
retired: false,
|
|
339
463
|
},
|
|
340
464
|
"BLUEFIN-AUTOBALANCE-BLUE-SUI": {
|
|
341
465
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_BLUEFIN_AUTOBALANCE_LATEST_PACKAGE_ID,
|
|
@@ -353,6 +477,7 @@ exports.poolInfo = {
|
|
|
353
477
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV]
|
|
354
478
|
.ALPHAFI_BLUEFIN_AUTOBALANCE_BLUE_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
355
479
|
strategyType: "AUTOBALANCE-LIQUIDITY-POOL",
|
|
480
|
+
retired: false,
|
|
356
481
|
},
|
|
357
482
|
"BLUEFIN-AUTOBALANCE-DEEP-BLUE": {
|
|
358
483
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_BLUEFIN_AUTOBALANCE_LATEST_PACKAGE_ID,
|
|
@@ -370,6 +495,7 @@ exports.poolInfo = {
|
|
|
370
495
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV]
|
|
371
496
|
.ALPHAFI_BLUEFIN_AUTOBALANCE_DEEP_BLUE_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
372
497
|
strategyType: "AUTOBALANCE-LIQUIDITY-POOL",
|
|
498
|
+
retired: false,
|
|
373
499
|
},
|
|
374
500
|
"BLUEFIN-SUIUSDT-USDC": {
|
|
375
501
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -384,6 +510,7 @@ exports.poolInfo = {
|
|
|
384
510
|
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SUIUSDT_USDC_POOL_AUTO_COMPOUNDING_EVENT,
|
|
385
511
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SUIUSDT_USDC_POOL_REBALANCE_EVENT,
|
|
386
512
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SUIUSDT_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
513
|
+
retired: false,
|
|
387
514
|
// add strategy type
|
|
388
515
|
},
|
|
389
516
|
"BLUEFIN-AUTOBALANCE-SUIUSDT-USDC": {
|
|
@@ -403,6 +530,7 @@ exports.poolInfo = {
|
|
|
403
530
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV]
|
|
404
531
|
.ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
405
532
|
strategyType: "AUTOBALANCE-LIQUIDITY-POOL",
|
|
533
|
+
retired: false,
|
|
406
534
|
},
|
|
407
535
|
"BLUEFIN-AUTOBALANCE-SUI-USDC": {
|
|
408
536
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_BLUEFIN_AUTOBALANCE_LATEST_PACKAGE_ID,
|
|
@@ -423,6 +551,7 @@ exports.poolInfo = {
|
|
|
423
551
|
// add strategy type
|
|
424
552
|
imageUrl1: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
425
553
|
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC_IC.png",
|
|
554
|
+
retired: false,
|
|
426
555
|
},
|
|
427
556
|
"BLUEFIN-AUTOBALANCE-USDT-USDC": {
|
|
428
557
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_BLUEFIN_AUTOBALANCE_LATEST_PACKAGE_ID,
|
|
@@ -443,6 +572,7 @@ exports.poolInfo = {
|
|
|
443
572
|
// add strategy type
|
|
444
573
|
imageUrl1: "https://images.alphafi.xyz/adminweb/USDT.svg",
|
|
445
574
|
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC_IC.png",
|
|
575
|
+
retired: false,
|
|
446
576
|
},
|
|
447
577
|
"BLUEFIN-ALPHA-STSUI": {
|
|
448
578
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_STSUI_LATEST_PACKAGE_ID,
|
|
@@ -460,6 +590,7 @@ exports.poolInfo = {
|
|
|
460
590
|
// add strategy type
|
|
461
591
|
imageUrl1: "https://images.alphafi.xyz/adminweb/logo192.png",
|
|
462
592
|
imageUrl2: "https://images.alphafi.xyz/adminweb/stsui.svg",
|
|
593
|
+
retired: false,
|
|
463
594
|
},
|
|
464
595
|
"BLUEFIN-STSUI-WSOL": {
|
|
465
596
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_STSUI_LATEST_PACKAGE_ID,
|
|
@@ -474,6 +605,7 @@ exports.poolInfo = {
|
|
|
474
605
|
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_WSOL_POOL_AUTO_COMPOUNDING_EVENT,
|
|
475
606
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_WSOL_POOL_REBALANCE_EVENT,
|
|
476
607
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_WSOL_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
608
|
+
retired: true,
|
|
477
609
|
// add strategy type
|
|
478
610
|
},
|
|
479
611
|
"BLUEFIN-STSUI-ETH": {
|
|
@@ -489,6 +621,7 @@ exports.poolInfo = {
|
|
|
489
621
|
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_ETH_POOL_AUTO_COMPOUNDING_EVENT,
|
|
490
622
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_ETH_POOL_REBALANCE_EVENT,
|
|
491
623
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_ETH_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
624
|
+
retired: true,
|
|
492
625
|
// add strategy type
|
|
493
626
|
},
|
|
494
627
|
"BLUEFIN-STSUI-USDC": {
|
|
@@ -507,6 +640,7 @@ exports.poolInfo = {
|
|
|
507
640
|
// add strategy type
|
|
508
641
|
imageUrl1: "https://images.alphafi.xyz/adminweb/stsui.svg",
|
|
509
642
|
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
643
|
+
retired: false,
|
|
510
644
|
},
|
|
511
645
|
"BLUEFIN-STSUI-SUI": {
|
|
512
646
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -524,6 +658,7 @@ exports.poolInfo = {
|
|
|
524
658
|
// add strategy type
|
|
525
659
|
imageUrl1: "https://images.alphafi.xyz/adminweb/stsui.svg",
|
|
526
660
|
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
661
|
+
retired: false,
|
|
527
662
|
},
|
|
528
663
|
"BLUEFIN-DEEP-SUI": {
|
|
529
664
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -541,6 +676,7 @@ exports.poolInfo = {
|
|
|
541
676
|
// add strategy type
|
|
542
677
|
imageUrl1: "https://images.alphafi.xyz/adminweb/deep.svg",
|
|
543
678
|
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
679
|
+
retired: false,
|
|
544
680
|
},
|
|
545
681
|
"BLUEFIN-WBTC-SUI": {
|
|
546
682
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -558,6 +694,7 @@ exports.poolInfo = {
|
|
|
558
694
|
// add strategy type
|
|
559
695
|
imageUrl1: "https://images.alphafi.xyz/adminweb/BTCB.svg",
|
|
560
696
|
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
697
|
+
retired: false,
|
|
561
698
|
},
|
|
562
699
|
"BLUEFIN-SEND-USDC": {
|
|
563
700
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -575,6 +712,7 @@ exports.poolInfo = {
|
|
|
575
712
|
// add strategy type
|
|
576
713
|
imageUrl1: "", // add send image here
|
|
577
714
|
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
715
|
+
retired: false,
|
|
578
716
|
},
|
|
579
717
|
"BLUEFIN-BLUE-SUI": {
|
|
580
718
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -592,6 +730,7 @@ exports.poolInfo = {
|
|
|
592
730
|
// add strategy type
|
|
593
731
|
imageUrl1: "https://images.alphafi.xyz/adminweb/send.png",
|
|
594
732
|
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
733
|
+
retired: false,
|
|
595
734
|
},
|
|
596
735
|
"BLUEFIN-BLUE-USDC": {
|
|
597
736
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -609,6 +748,7 @@ exports.poolInfo = {
|
|
|
609
748
|
// add strategy type
|
|
610
749
|
imageUrl1: "https://images.alphafi.xyz/adminweb/send.png",
|
|
611
750
|
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
751
|
+
retired: false,
|
|
612
752
|
},
|
|
613
753
|
"NAVI-NAVX": {
|
|
614
754
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_3_LATEST_PACKAGE_ID,
|
|
@@ -625,6 +765,7 @@ exports.poolInfo = {
|
|
|
625
765
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_NAVX_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
626
766
|
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
627
767
|
imageUrl2: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
768
|
+
retired: false,
|
|
628
769
|
},
|
|
629
770
|
"BLUEFIN-NAVX-VSUI": {
|
|
630
771
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -645,6 +786,7 @@ exports.poolInfo = {
|
|
|
645
786
|
// add strategy type
|
|
646
787
|
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
647
788
|
imageUrl2: "https://images.alphafi.xyz/adminweb/vsui.png",
|
|
789
|
+
retired: false,
|
|
648
790
|
},
|
|
649
791
|
"BLUEFIN-SUI-AUSD": {
|
|
650
792
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -665,6 +807,7 @@ exports.poolInfo = {
|
|
|
665
807
|
// add strategy type
|
|
666
808
|
imageUrl1: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
667
809
|
imageUrl2: "https://images.alphafi.xyz/adminweb/ausd.png",
|
|
810
|
+
retired: false,
|
|
668
811
|
},
|
|
669
812
|
"BLUEFIN-ALPHA-USDC": {
|
|
670
813
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -685,6 +828,7 @@ exports.poolInfo = {
|
|
|
685
828
|
// add strategy type
|
|
686
829
|
imageUrl1: "https://images.alphafi.xyz/adminweb/logo192.png",
|
|
687
830
|
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
831
|
+
retired: false,
|
|
688
832
|
},
|
|
689
833
|
"BLUEFIN-WBTC-USDC": {
|
|
690
834
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -705,6 +849,7 @@ exports.poolInfo = {
|
|
|
705
849
|
// add strategy type
|
|
706
850
|
imageUrl1: "https://images.alphafi.xyz/adminweb/BTCB.svg",
|
|
707
851
|
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
852
|
+
retired: false,
|
|
708
853
|
},
|
|
709
854
|
"NAVI-NS": {
|
|
710
855
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_3_LATEST_PACKAGE_ID,
|
|
@@ -723,6 +868,7 @@ exports.poolInfo = {
|
|
|
723
868
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_NS_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
724
869
|
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
725
870
|
imageUrl2: "https://images.alphafi.xyz/adminweb/ns.svg",
|
|
871
|
+
retired: false,
|
|
726
872
|
},
|
|
727
873
|
"BLUEFIN-AUSD-USDC": {
|
|
728
874
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -743,6 +889,7 @@ exports.poolInfo = {
|
|
|
743
889
|
// add strategy type
|
|
744
890
|
imageUrl1: "https://images.alphafi.xyz/adminweb/ausd.png",
|
|
745
891
|
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
892
|
+
retired: false,
|
|
746
893
|
},
|
|
747
894
|
"BLUEFIN-SUI-BUCK": {
|
|
748
895
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -763,6 +910,7 @@ exports.poolInfo = {
|
|
|
763
910
|
// add strategy type
|
|
764
911
|
imageUrl1: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
765
912
|
imageUrl2: "https://images.alphafi.xyz/adminweb/buck.svg",
|
|
913
|
+
retired: false,
|
|
766
914
|
},
|
|
767
915
|
"NAVI-LOOP-USDT-USDC": {
|
|
768
916
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_5_LATEST_PACKAGE_ID,
|
|
@@ -783,6 +931,7 @@ exports.poolInfo = {
|
|
|
783
931
|
checkRatioEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_LOOP_USDT_USDC_POOL_CHECK_RATIO_EVENT,
|
|
784
932
|
imageUrl1: "https://images.alphafi.xyz/adminweb/USDT.svg",
|
|
785
933
|
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
934
|
+
retired: false,
|
|
786
935
|
},
|
|
787
936
|
"BLUEFIN-USDT-USDC": {
|
|
788
937
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -803,6 +952,7 @@ exports.poolInfo = {
|
|
|
803
952
|
// add strategy type
|
|
804
953
|
imageUrl1: "https://images.alphafi.xyz/adminweb/USDT.svg",
|
|
805
954
|
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
955
|
+
retired: false,
|
|
806
956
|
},
|
|
807
957
|
"BLUEFIN-SUI-USDC": {
|
|
808
958
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -823,6 +973,7 @@ exports.poolInfo = {
|
|
|
823
973
|
// add strategy type
|
|
824
974
|
imageUrl1: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
825
975
|
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
976
|
+
retired: false,
|
|
826
977
|
},
|
|
827
978
|
"NAVI-LOOP-HASUI-SUI": {
|
|
828
979
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_2_LATEST_PACKAGE_ID,
|
|
@@ -843,6 +994,7 @@ exports.poolInfo = {
|
|
|
843
994
|
checkRatioEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_LOOP_HASUI_SUI_POOL_CHECK_RATIO_EVENT,
|
|
844
995
|
imageUrl1: "https://images.alphafi.xyz/adminweb/hasui.svg",
|
|
845
996
|
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
997
|
+
retired: false,
|
|
846
998
|
},
|
|
847
999
|
"NAVI-USDY": {
|
|
848
1000
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -861,6 +1013,7 @@ exports.poolInfo = {
|
|
|
861
1013
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_USDY_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
862
1014
|
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
863
1015
|
imageUrl2: "https://images.alphafi.xyz/adminweb/usdy.svg",
|
|
1016
|
+
retired: true,
|
|
864
1017
|
},
|
|
865
1018
|
"NAVI-AUSD": {
|
|
866
1019
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_3_LATEST_PACKAGE_ID,
|
|
@@ -879,6 +1032,7 @@ exports.poolInfo = {
|
|
|
879
1032
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_AUSD_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
880
1033
|
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
881
1034
|
imageUrl2: "https://images.alphafi.xyz/adminweb/ausd.png",
|
|
1035
|
+
retired: true,
|
|
882
1036
|
},
|
|
883
1037
|
"NAVI-ETH": {
|
|
884
1038
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_3_LATEST_PACKAGE_ID,
|
|
@@ -897,6 +1051,7 @@ exports.poolInfo = {
|
|
|
897
1051
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_ETH_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
898
1052
|
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
899
1053
|
imageUrl2: "https://images.alphafi.xyz/adminweb/eth 2.png",
|
|
1054
|
+
retired: true,
|
|
900
1055
|
},
|
|
901
1056
|
"BUCKET-BUCK": {
|
|
902
1057
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_3_LATEST_PACKAGE_ID,
|
|
@@ -915,6 +1070,7 @@ exports.poolInfo = {
|
|
|
915
1070
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].BUCKET_BUCK_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
916
1071
|
imageUrl1: "https://images.alphafi.xyz/adminweb/bucket_protocol.svg",
|
|
917
1072
|
imageUrl2: "https://images.alphafi.xyz/adminweb/buck.svg",
|
|
1073
|
+
retired: false,
|
|
918
1074
|
},
|
|
919
1075
|
"BUCK-SUI": {
|
|
920
1076
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -934,6 +1090,7 @@ exports.poolInfo = {
|
|
|
934
1090
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].BUCK_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
935
1091
|
imageUrl1: "https://images.alphafi.xyz/adminweb/buck.svg",
|
|
936
1092
|
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
1093
|
+
retired: true,
|
|
937
1094
|
},
|
|
938
1095
|
"USDC-ETH": {
|
|
939
1096
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -953,6 +1110,7 @@ exports.poolInfo = {
|
|
|
953
1110
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].USDC_ETH_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
954
1111
|
imageUrl1: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
955
1112
|
imageUrl2: "https://images.alphafi.xyz/adminweb/eth 2.png",
|
|
1113
|
+
retired: false,
|
|
956
1114
|
},
|
|
957
1115
|
"DEEP-SUI": {
|
|
958
1116
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -972,6 +1130,7 @@ exports.poolInfo = {
|
|
|
972
1130
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].DEEP_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
973
1131
|
imageUrl1: "https://images.alphafi.xyz/adminweb/deep.svg",
|
|
974
1132
|
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
1133
|
+
retired: false,
|
|
975
1134
|
},
|
|
976
1135
|
"ALPHA-USDC": {
|
|
977
1136
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -991,6 +1150,7 @@ exports.poolInfo = {
|
|
|
991
1150
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
992
1151
|
imageUrl1: "https://images.alphafi.xyz/adminweb/logo192.png",
|
|
993
1152
|
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
1153
|
+
retired: true,
|
|
994
1154
|
},
|
|
995
1155
|
"USDC-WUSDC": {
|
|
996
1156
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1010,6 +1170,7 @@ exports.poolInfo = {
|
|
|
1010
1170
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].USDC_WUSDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
1011
1171
|
imageUrl1: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
1012
1172
|
imageUrl2: "https://images.alphafi.xyz/adminweb/wusdc.svg",
|
|
1173
|
+
retired: false,
|
|
1013
1174
|
},
|
|
1014
1175
|
"USDC-SUI": {
|
|
1015
1176
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1029,6 +1190,7 @@ exports.poolInfo = {
|
|
|
1029
1190
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].USDC_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
1030
1191
|
imageUrl1: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
1031
1192
|
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
1193
|
+
retired: false,
|
|
1032
1194
|
},
|
|
1033
1195
|
"USDC-USDT": {
|
|
1034
1196
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1048,6 +1210,7 @@ exports.poolInfo = {
|
|
|
1048
1210
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].USDC_USDT_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
1049
1211
|
imageUrl1: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
1050
1212
|
imageUrl2: "https://images.alphafi.xyz/adminweb/USDT.svg",
|
|
1213
|
+
retired: false,
|
|
1051
1214
|
},
|
|
1052
1215
|
"NAVI-USDC": {
|
|
1053
1216
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1066,6 +1229,7 @@ exports.poolInfo = {
|
|
|
1066
1229
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
1067
1230
|
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
1068
1231
|
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
1232
|
+
retired: true,
|
|
1069
1233
|
},
|
|
1070
1234
|
"NAVI-LOOP-USDC-USDT": {
|
|
1071
1235
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_2_LATEST_PACKAGE_ID,
|
|
@@ -1086,6 +1250,7 @@ exports.poolInfo = {
|
|
|
1086
1250
|
checkRatioEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_LOOP_USDC_USDT_POOL_CHECK_RATIO_EVENT,
|
|
1087
1251
|
imageUrl1: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
1088
1252
|
imageUrl2: "https://images.alphafi.xyz/adminweb/USDT.svg",
|
|
1253
|
+
retired: false,
|
|
1089
1254
|
},
|
|
1090
1255
|
"NAVI-LOOP-SUI-VSUI": {
|
|
1091
1256
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_2_LATEST_PACKAGE_ID,
|
|
@@ -1104,6 +1269,7 @@ exports.poolInfo = {
|
|
|
1104
1269
|
checkRatioEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_LOOP_SUI_VSUI_POOL_CHECK_RATIO_EVENT,
|
|
1105
1270
|
imageUrl1: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
1106
1271
|
imageUrl2: "https://images.alphafi.xyz/adminweb/vsui.png",
|
|
1272
|
+
retired: false,
|
|
1107
1273
|
},
|
|
1108
1274
|
"NAVI-SUI": {
|
|
1109
1275
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1121,6 +1287,7 @@ exports.poolInfo = {
|
|
|
1121
1287
|
afterTransactionEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_SUI_POOL_AFTER_TRANSACTION_EVENT,
|
|
1122
1288
|
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
1123
1289
|
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
1290
|
+
retired: true,
|
|
1124
1291
|
},
|
|
1125
1292
|
"NAVI-VSUI": {
|
|
1126
1293
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1140,6 +1307,7 @@ exports.poolInfo = {
|
|
|
1140
1307
|
afterTransactionEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_VSUI_POOL_AFTER_TRANSACTION_EVENT,
|
|
1141
1308
|
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
1142
1309
|
imageUrl2: "https://images.alphafi.xyz/adminweb/vsui.png",
|
|
1310
|
+
retired: true,
|
|
1143
1311
|
},
|
|
1144
1312
|
"NAVI-WETH": {
|
|
1145
1313
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1159,6 +1327,7 @@ exports.poolInfo = {
|
|
|
1159
1327
|
afterTransactionEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_WETH_POOL_AFTER_TRANSACTION_EVENT,
|
|
1160
1328
|
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
1161
1329
|
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
1330
|
+
retired: false,
|
|
1162
1331
|
},
|
|
1163
1332
|
"NAVI-USDT": {
|
|
1164
1333
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1178,6 +1347,7 @@ exports.poolInfo = {
|
|
|
1178
1347
|
afterTransactionEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_USDT_POOL_AFTER_TRANSACTION_EVENT,
|
|
1179
1348
|
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
1180
1349
|
imageUrl2: "https://images.alphafi.xyz/adminweb/USDT.svg",
|
|
1350
|
+
retired: true,
|
|
1181
1351
|
},
|
|
1182
1352
|
"NAVI-WUSDC": {
|
|
1183
1353
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1197,6 +1367,7 @@ exports.poolInfo = {
|
|
|
1197
1367
|
afterTransactionEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_WUSDC_POOL_AFTER_TRANSACTION_EVENT,
|
|
1198
1368
|
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
1199
1369
|
imageUrl2: "https://images.alphafi.xyz/adminweb/wusdc.svg",
|
|
1370
|
+
retired: true,
|
|
1200
1371
|
},
|
|
1201
1372
|
// "NAVI-HASUI": {
|
|
1202
1373
|
// packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1234,6 +1405,7 @@ exports.poolInfo = {
|
|
|
1234
1405
|
afterTransactionEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_POOL_AFTER_TRANSACTION_EVENT,
|
|
1235
1406
|
imageUrl1: "https://images.alphafi.xyz/adminweb/logo192.png",
|
|
1236
1407
|
lockIcon: "https://images.alphafi.xyz/adminweb/lock.svg",
|
|
1408
|
+
retired: false,
|
|
1237
1409
|
},
|
|
1238
1410
|
"ALPHA-SUI": {
|
|
1239
1411
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1254,6 +1426,7 @@ exports.poolInfo = {
|
|
|
1254
1426
|
afterTransactionEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_SUI_POOL_AFTER_TRANSACTION_EVENT,
|
|
1255
1427
|
imageUrl1: "https://images.alphafi.xyz/adminweb/logo192.png",
|
|
1256
1428
|
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
1429
|
+
retired: true,
|
|
1257
1430
|
},
|
|
1258
1431
|
// "HASUI-SUI": {
|
|
1259
1432
|
// packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1291,6 +1464,7 @@ exports.poolInfo = {
|
|
|
1291
1464
|
afterTransactionEventType: constants_js_1.conf[constants_js_1.CONF_ENV].USDT_WUSDC_POOL_AFTER_TRANSACTION_EVENT,
|
|
1292
1465
|
imageUrl1: "https://images.alphafi.xyz/adminweb/USDT.svg",
|
|
1293
1466
|
imageUrl2: "https://images.alphafi.xyz/adminweb/wusdc.svg",
|
|
1467
|
+
retired: false,
|
|
1294
1468
|
},
|
|
1295
1469
|
// "USDY-WUSDC": {
|
|
1296
1470
|
// packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1328,6 +1502,7 @@ exports.poolInfo = {
|
|
|
1328
1502
|
afterTransactionEventType: constants_js_1.conf[constants_js_1.CONF_ENV].WUSDC_SUI_POOL_AFTER_TRANSACTION_EVENT,
|
|
1329
1503
|
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
1330
1504
|
imageUrl1: "https://images.alphafi.xyz/adminweb/wusdc.svg",
|
|
1505
|
+
retired: false,
|
|
1331
1506
|
},
|
|
1332
1507
|
"WETH-WUSDC": {
|
|
1333
1508
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1348,6 +1523,7 @@ exports.poolInfo = {
|
|
|
1348
1523
|
afterTransactionEventType: constants_js_1.conf[constants_js_1.CONF_ENV].WETH_WUSDC_POOL_AFTER_TRANSACTION_EVENT,
|
|
1349
1524
|
imageUrl1: "https://images.alphafi.xyz/adminweb/weth.svg",
|
|
1350
1525
|
imageUrl2: "https://images.alphafi.xyz/adminweb/wusdc.svg",
|
|
1526
|
+
retired: true,
|
|
1351
1527
|
},
|
|
1352
1528
|
"WUSDC-WBTC": {
|
|
1353
1529
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1368,6 +1544,7 @@ exports.poolInfo = {
|
|
|
1368
1544
|
afterTransactionEventType: constants_js_1.conf[constants_js_1.CONF_ENV].WUSDC_WBTC_POOL_AFTER_TRANSACTION_EVENT,
|
|
1369
1545
|
imageUrl1: "https://images.alphafi.xyz/adminweb/BTCB.svg",
|
|
1370
1546
|
imageUrl2: "https://images.alphafi.xyz/adminweb/wusdc.svg",
|
|
1547
|
+
retired: true,
|
|
1371
1548
|
},
|
|
1372
1549
|
"NAVX-SUI": {
|
|
1373
1550
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1388,6 +1565,7 @@ exports.poolInfo = {
|
|
|
1388
1565
|
afterTransactionEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVX_SUI_POOL_AFTER_TRANSACTION_EVENT,
|
|
1389
1566
|
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
1390
1567
|
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
1568
|
+
retired: false,
|
|
1391
1569
|
},
|
|
1392
1570
|
// "BUCK-WUSDC": {
|
|
1393
1571
|
// packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1424,6 +1602,7 @@ exports.poolInfo = {
|
|
|
1424
1602
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].CETUS_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
1425
1603
|
imageUrl1: "https://images.alphafi.xyz/adminweb/cetus_token.svg",
|
|
1426
1604
|
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
1605
|
+
retired: false,
|
|
1427
1606
|
},
|
|
1428
1607
|
"ALPHA-WUSDC": {
|
|
1429
1608
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1443,6 +1622,7 @@ exports.poolInfo = {
|
|
|
1443
1622
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_WUSDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
1444
1623
|
imageUrl1: "https://images.alphafi.xyz/adminweb/logo192.png",
|
|
1445
1624
|
imageUrl2: "https://images.alphafi.xyz/adminweb/wusdc.svg",
|
|
1625
|
+
retired: false,
|
|
1446
1626
|
},
|
|
1447
1627
|
"WSOL-WUSDC": {
|
|
1448
1628
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1462,6 +1642,7 @@ exports.poolInfo = {
|
|
|
1462
1642
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].WSOL_WUSDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
1463
1643
|
imageUrl1: "https://images.alphafi.xyz/adminweb/wsol.png",
|
|
1464
1644
|
imageUrl2: "https://images.alphafi.xyz/adminweb/wusdc.svg",
|
|
1645
|
+
retired: true,
|
|
1465
1646
|
},
|
|
1466
1647
|
"FUD-SUI": {
|
|
1467
1648
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1481,6 +1662,7 @@ exports.poolInfo = {
|
|
|
1481
1662
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].FUD_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
1482
1663
|
imageUrl1: "https://images.alphafi.xyz/adminweb/fud.png",
|
|
1483
1664
|
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
1665
|
+
retired: true,
|
|
1484
1666
|
},
|
|
1485
1667
|
// "BLUB-SUI": {
|
|
1486
1668
|
// packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1743,5 +1925,6 @@ exports.ignoredWalletsForDailyRevenue = [
|
|
|
1743
1925
|
"0xff9c536c8f78e28ad4c9f0d916ea98980c3c3be32b91461eaa8fbd6ac0b737aa",
|
|
1744
1926
|
"0x6a498c57c18306e0af942442a5d20e5b2940939b4937ed52f4b17e3fa99972f5",
|
|
1745
1927
|
"0xbdaee7c803e5db14b6571d78d05e152057b72bace936566b8403b760d5d228e8",
|
|
1928
|
+
"0x927363c465a04495ba8a88085ab12a3ee9902c3775601aeb8fa897b4ab564742",
|
|
1746
1929
|
];
|
|
1747
1930
|
//# sourceMappingURL=maps.js.map
|