@alphafi/alphafi-sdk 0.0.39 → 0.0.41
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/adminFunctions.d.ts.map +1 -1
- package/dist/cjs/adminFunctions.js +9 -1
- package/dist/cjs/adminFunctions.js.map +1 -1
- package/dist/cjs/common/coins.d.ts.map +1 -1
- package/dist/cjs/common/coins.js +18 -0
- package/dist/cjs/common/coins.js.map +1 -1
- package/dist/cjs/common/constants.d.ts +288 -0
- package/dist/cjs/common/constants.d.ts.map +1 -1
- package/dist/cjs/common/constants.js +214 -8
- package/dist/cjs/common/constants.js.map +1 -1
- package/dist/cjs/common/maps.d.ts +1 -0
- package/dist/cjs/common/maps.d.ts.map +1 -1
- package/dist/cjs/common/maps.js +207 -14
- package/dist/cjs/common/maps.js.map +1 -1
- package/dist/cjs/common/types.d.ts +58 -5
- package/dist/cjs/common/types.d.ts.map +1 -1
- package/dist/cjs/common/types.js.map +1 -1
- package/dist/cjs/graphql/getMultiReceipts.d.ts.map +1 -1
- package/dist/cjs/graphql/getMultiReceipts.js +49 -36
- package/dist/cjs/graphql/getMultiReceipts.js.map +1 -1
- package/dist/cjs/index.d.ts +5 -9
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +17 -8
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/sui-sdk/functions/fetchUserVaultBalances.d.ts.map +1 -1
- package/dist/cjs/sui-sdk/functions/fetchUserVaultBalances.js +2 -3
- package/dist/cjs/sui-sdk/functions/fetchUserVaultBalances.js.map +1 -1
- package/dist/cjs/sui-sdk/functions/getPortfolioAmounts.d.ts.map +1 -1
- package/dist/cjs/sui-sdk/functions/getPortfolioAmounts.js +6 -12
- package/dist/cjs/sui-sdk/functions/getPortfolioAmounts.js.map +1 -1
- package/dist/cjs/sui-sdk/functions/getReceipts.d.ts +6 -3
- package/dist/cjs/sui-sdk/functions/getReceipts.d.ts.map +1 -1
- package/dist/cjs/sui-sdk/functions/getReceipts.js +42 -26
- package/dist/cjs/sui-sdk/functions/getReceipts.js.map +1 -1
- package/dist/cjs/transactions/7k.d.ts +13 -0
- package/dist/cjs/transactions/7k.d.ts.map +1 -0
- package/dist/cjs/transactions/7k.js +46 -0
- package/dist/cjs/transactions/7k.js.map +1 -0
- package/dist/cjs/transactions/alpha.d.ts.map +1 -1
- package/dist/cjs/transactions/alpha.js +1 -0
- package/dist/cjs/transactions/alpha.js.map +1 -1
- package/dist/cjs/transactions/bluefin.d.ts +12 -0
- package/dist/cjs/transactions/bluefin.d.ts.map +1 -1
- package/dist/cjs/transactions/bluefin.js +937 -91
- package/dist/cjs/transactions/bluefin.js.map +1 -1
- package/dist/cjs/transactions/cetus.d.ts +0 -3
- package/dist/cjs/transactions/cetus.d.ts.map +1 -1
- package/dist/cjs/transactions/cetus.js +4 -63
- package/dist/cjs/transactions/cetus.js.map +1 -1
- package/dist/cjs/transactions/deposit.d.ts +3 -0
- package/dist/cjs/transactions/deposit.d.ts.map +1 -1
- package/dist/cjs/transactions/deposit.js +77 -1
- package/dist/cjs/transactions/deposit.js.map +1 -1
- package/dist/cjs/transactions/deposit1.d.ts +1 -0
- package/dist/cjs/transactions/deposit1.d.ts.map +1 -0
- package/dist/cjs/transactions/deposit1.js +86 -0
- package/dist/cjs/transactions/deposit1.js.map +1 -0
- package/dist/cjs/transactions/types.d.ts +14 -0
- package/dist/cjs/transactions/types.d.ts.map +1 -0
- package/dist/cjs/transactions/types.js +3 -0
- package/dist/cjs/transactions/types.js.map +1 -0
- package/dist/cjs/transactions/withdraw.d.ts.map +1 -1
- package/dist/cjs/transactions/withdraw.js +17 -2
- package/dist/cjs/transactions/withdraw.js.map +1 -1
- package/dist/cjs/transactions/zapDeposit.d.ts +9 -0
- package/dist/cjs/transactions/zapDeposit.d.ts.map +1 -1
- package/dist/cjs/transactions/zapDeposit.js +1117 -725
- package/dist/cjs/transactions/zapDeposit.js.map +1 -1
- package/dist/esm/adminFunctions.d.ts.map +1 -1
- package/dist/esm/adminFunctions.js +10 -2
- package/dist/esm/adminFunctions.js.map +1 -1
- package/dist/esm/common/coins.d.ts.map +1 -1
- package/dist/esm/common/coins.js +18 -0
- package/dist/esm/common/coins.js.map +1 -1
- package/dist/esm/common/constants.d.ts +288 -0
- package/dist/esm/common/constants.d.ts.map +1 -1
- package/dist/esm/common/constants.js +214 -8
- package/dist/esm/common/constants.js.map +1 -1
- package/dist/esm/common/maps.d.ts +1 -0
- package/dist/esm/common/maps.d.ts.map +1 -1
- package/dist/esm/common/maps.js +206 -13
- package/dist/esm/common/maps.js.map +1 -1
- package/dist/esm/common/types.d.ts +58 -5
- package/dist/esm/common/types.d.ts.map +1 -1
- package/dist/esm/common/types.js.map +1 -1
- package/dist/esm/graphql/getMultiReceipts.d.ts.map +1 -1
- package/dist/esm/graphql/getMultiReceipts.js +49 -36
- package/dist/esm/graphql/getMultiReceipts.js.map +1 -1
- package/dist/esm/index.d.ts +5 -9
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +5 -9
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/sui-sdk/functions/fetchUserVaultBalances.d.ts.map +1 -1
- package/dist/esm/sui-sdk/functions/fetchUserVaultBalances.js +2 -3
- package/dist/esm/sui-sdk/functions/fetchUserVaultBalances.js.map +1 -1
- package/dist/esm/sui-sdk/functions/getPortfolioAmounts.d.ts.map +1 -1
- package/dist/esm/sui-sdk/functions/getPortfolioAmounts.js +7 -13
- package/dist/esm/sui-sdk/functions/getPortfolioAmounts.js.map +1 -1
- package/dist/esm/sui-sdk/functions/getReceipts.d.ts +6 -3
- package/dist/esm/sui-sdk/functions/getReceipts.d.ts.map +1 -1
- package/dist/esm/sui-sdk/functions/getReceipts.js +43 -26
- package/dist/esm/sui-sdk/functions/getReceipts.js.map +1 -1
- package/dist/esm/transactions/7k.d.ts +13 -0
- package/dist/esm/transactions/7k.d.ts.map +1 -0
- package/dist/esm/transactions/7k.js +42 -0
- package/dist/esm/transactions/7k.js.map +1 -0
- package/dist/esm/transactions/alpha.d.ts.map +1 -1
- package/dist/esm/transactions/alpha.js +1 -0
- package/dist/esm/transactions/alpha.js.map +1 -1
- package/dist/esm/transactions/bluefin.d.ts +12 -0
- package/dist/esm/transactions/bluefin.d.ts.map +1 -1
- package/dist/esm/transactions/bluefin.js +928 -86
- package/dist/esm/transactions/bluefin.js.map +1 -1
- package/dist/esm/transactions/cetus.d.ts +0 -3
- package/dist/esm/transactions/cetus.d.ts.map +1 -1
- package/dist/esm/transactions/cetus.js +2 -57
- package/dist/esm/transactions/cetus.js.map +1 -1
- package/dist/esm/transactions/deposit.d.ts +3 -0
- package/dist/esm/transactions/deposit.d.ts.map +1 -1
- package/dist/esm/transactions/deposit.js +74 -2
- package/dist/esm/transactions/deposit.js.map +1 -1
- package/dist/esm/transactions/deposit1.d.ts +2 -0
- package/dist/esm/transactions/deposit1.d.ts.map +1 -0
- package/dist/esm/transactions/deposit1.js +86 -0
- package/dist/esm/transactions/deposit1.js.map +1 -0
- package/dist/esm/transactions/types.d.ts +14 -0
- package/dist/esm/transactions/types.d.ts.map +1 -0
- package/dist/esm/transactions/types.js +2 -0
- package/dist/esm/transactions/types.js.map +1 -0
- package/dist/esm/transactions/withdraw.d.ts.map +1 -1
- package/dist/esm/transactions/withdraw.js +18 -3
- package/dist/esm/transactions/withdraw.js.map +1 -1
- package/dist/esm/transactions/zapDeposit.d.ts +9 -1
- package/dist/esm/transactions/zapDeposit.d.ts.map +1 -1
- package/dist/esm/transactions/zapDeposit.js +1113 -726
- package/dist/esm/transactions/zapDeposit.js.map +1 -1
- package/docs/assets/highlight.css +78 -0
- package/docs/assets/icons.js +18 -0
- package/docs/assets/icons.svg +1 -0
- package/docs/assets/main.js +60 -0
- package/docs/assets/navigation.js +1 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1493 -0
- package/docs/functions/alphaLpBreakdown.html +1 -0
- package/docs/functions/cetusLpBreakdown.html +1 -0
- package/docs/functions/claimRewardTxb.html +1 -0
- package/docs/functions/coinAmountToXTokensDoubleAsset.html +1 -0
- package/docs/functions/coinAmountToXTokensSingleAsset.html +1 -0
- package/docs/functions/coinsInPool.html +1 -0
- package/docs/functions/collectRewards.html +1 -0
- package/docs/functions/deposit.html +1 -0
- package/docs/functions/depositDoubleAssetTxb.html +1 -0
- package/docs/functions/depositSingleAssetTxb.html +1 -0
- package/docs/functions/fetchAfterTransactionEvents.html +1 -0
- package/docs/functions/fetchAutoCompoundingEvents.html +1 -0
- package/docs/functions/fetchAutoCompoundingEventsGql.html +1 -0
- package/docs/functions/fetchCetusPools.html +1 -0
- package/docs/functions/fetchChainIdentifier.html +1 -0
- package/docs/functions/fetchCheckRatioEvents.html +1 -0
- package/docs/functions/fetchLiquidityChangeEvents.html +1 -0
- package/docs/functions/fetchMultiReceipts.html +1 -0
- package/docs/functions/fetchNftHolders.html +1 -0
- package/docs/functions/fetchPools.html +1 -0
- package/docs/functions/fetchPortfolioData.html +1 -0
- package/docs/functions/fetchProtocolData.html +1 -0
- package/docs/functions/fetchTVL.html +1 -0
- package/docs/functions/fetchUserVaultBalances.html +1 -0
- package/docs/functions/fetchUserVaults.html +1 -0
- package/docs/functions/fetchUserWalletData.html +1 -0
- package/docs/functions/fetchWithdrawV2Events.html +1 -0
- package/docs/functions/getAirdropShare.html +1 -0
- package/docs/functions/getAllDoubleAssetVaults.html +1 -0
- package/docs/functions/getAllSingleAssetVaults.html +1 -0
- package/docs/functions/getAllVaultBalances.html +1 -0
- package/docs/functions/getAllVaults.html +1 -0
- package/docs/functions/getAlphaUnlocks.html +1 -0
- package/docs/functions/getAlphaVaultBalance.html +1 -0
- package/docs/functions/getAmounts.html +1 -0
- package/docs/functions/getApr.html +1 -0
- package/docs/functions/getAprs.html +1 -0
- package/docs/functions/getApy.html +1 -0
- package/docs/functions/getApys.html +1 -0
- package/docs/functions/getCetusInvestorTicksMap.html +1 -0
- package/docs/functions/getCetusSqrtPriceMap.html +1 -0
- package/docs/functions/getCoinAmountsFromLiquidity.html +1 -0
- package/docs/functions/getConf.html +1 -0
- package/docs/functions/getCurrentTick.html +1 -0
- package/docs/functions/getDoubleAssetVaultBalance.html +1 -0
- package/docs/functions/getDoubleAssetVaults.html +1 -0
- package/docs/functions/getHoldersFromTransactions.html +1 -0
- package/docs/functions/getInvestor.html +1 -0
- package/docs/functions/getInvestorPoolMap.html +1 -0
- package/docs/functions/getLastAutoCompoundTime.html +1 -0
- package/docs/functions/getLatestPrices.html +1 -0
- package/docs/functions/getLiquidity.html +1 -0
- package/docs/functions/getMultiInvestor.html +1 -0
- package/docs/functions/getMultiLatestPrices.html +1 -0
- package/docs/functions/getMultiParentPool.html +1 -0
- package/docs/functions/getMultiPool.html +1 -0
- package/docs/functions/getMultiReceipts.html +1 -0
- package/docs/functions/getParentPool.html +1 -0
- package/docs/functions/getPool.html +1 -0
- package/docs/functions/getPoolExchangeRateMap.html +1 -0
- package/docs/functions/getPositionRange.html +1 -0
- package/docs/functions/getPositionTicks.html +1 -0
- package/docs/functions/getPriceToTick.html +1 -0
- package/docs/functions/getRebalanceHistories.html +1 -0
- package/docs/functions/getRebalanceHistory.html +1 -0
- package/docs/functions/getReceipts.html +1 -0
- package/docs/functions/getSingleAssetVaultBalance.html +1 -0
- package/docs/functions/getSingleAssetVaults.html +1 -0
- package/docs/functions/getSuiClient.html +3 -0
- package/docs/functions/getSuiNodeUrl.html +3 -0
- package/docs/functions/getTVLs.html +1 -0
- package/docs/functions/getTickToPrice.html +1 -0
- package/docs/functions/getUserTokensFromTransactions.html +1 -0
- package/docs/functions/getUserTokensInUsdFromTransactions.html +1 -0
- package/docs/functions/getVaultBalance.html +1 -0
- package/docs/functions/getVaultBalanceForActiveUsers.html +1 -0
- package/docs/functions/getVaults.html +1 -0
- package/docs/functions/getXTokenVaultBalanceForActiveUsers.html +1 -0
- package/docs/functions/getZapAmounts.html +1 -0
- package/docs/functions/lastAutocompoundTime.html +1 -0
- package/docs/functions/liquidityToTokens.html +1 -0
- package/docs/functions/multiLiquidityToTokens.html +1 -0
- package/docs/functions/multiTokensToUsd.html +1 -0
- package/docs/functions/multiXTokensToLiquidity.html +1 -0
- package/docs/functions/parseUserWalletData.html +1 -0
- package/docs/functions/setSuiClient.html +7 -0
- package/docs/functions/setSuiNodeUrl.html +5 -0
- package/docs/functions/withdraw.html +1 -0
- package/docs/functions/withdrawAlphaTxb.html +1 -0
- package/docs/functions/withdrawTxb.html +1 -0
- package/docs/functions/zapDepositTxb.html +1 -0
- package/docs/index.html +76 -0
- package/docs/interfaces/Coin.html +12 -0
- package/docs/interfaces/CoinPair.html +3 -0
- package/docs/interfaces/NaviVoloData.html +3 -0
- package/docs/interfaces/RebalanceHistoryType.html +9 -0
- package/docs/modules.html +177 -0
- package/docs/types/AfterTransactionEventNode.html +1 -0
- package/docs/types/Allocator.html +1 -0
- package/docs/types/AlphaFiDoubleAssetVault.html +1 -0
- package/docs/types/AlphaFiMultiVaultBalance.html +1 -0
- package/docs/types/AlphaFiSingleAssetVault.html +1 -0
- package/docs/types/AlphaFiVault.html +1 -0
- package/docs/types/AlphaFiVaultBalance.html +1 -0
- package/docs/types/AlphaPoolType.html +1 -0
- package/docs/types/AlphaReceipt.html +1 -0
- package/docs/types/AlphaReceiptFields.html +1 -0
- package/docs/types/AlphaVaultBalance.html +1 -0
- package/docs/types/AutoCompoundingEventNode.html +1 -0
- package/docs/types/BluefinInvestor.html +1 -0
- package/docs/types/BluefinPoolType.html +1 -0
- package/docs/types/BucketInvestor.html +1 -0
- package/docs/types/CetusInvestor.html +1 -0
- package/docs/types/CetusPoolType.html +1 -0
- package/docs/types/CetusSwapOptions.html +1 -0
- package/docs/types/CoinAmounts.html +1 -0
- package/docs/types/CoinName.html +1 -0
- package/docs/types/CoinType.html +1 -0
- package/docs/types/CommonInvestorFields.html +1 -0
- package/docs/types/CreatePoolOptions.html +1 -0
- package/docs/types/Distributor.html +1 -0
- package/docs/types/DoubleAssetMultiVaultBalance.html +1 -0
- package/docs/types/DoubleAssetPoolNames.html +1 -0
- package/docs/types/DoubleAssetTokenHoldings.html +1 -0
- package/docs/types/DoubleAssetVaultBalance.html +1 -0
- package/docs/types/GetHoldersParams.html +1 -0
- package/docs/types/GetTokenHoldingsParams.html +1 -0
- package/docs/types/GetUserTokensFromTransactionsParams.html +1 -0
- package/docs/types/GetUserTokensInUsdFromTransactionsParams.html +1 -0
- package/docs/types/GetVaultBalanceForActiveUsersParams.html +1 -0
- package/docs/types/GetVaultBalanceParams.html +1 -0
- package/docs/types/HoldingsObj.html +1 -0
- package/docs/types/Icon.html +1 -0
- package/docs/types/Investor.html +1 -0
- package/docs/types/LiquidityChangeEventNode.html +1 -0
- package/docs/types/LiquidityToTokensParams.html +1 -0
- package/docs/types/LiquidityToUsdParams.html +1 -0
- package/docs/types/LoopingDebt.html +1 -0
- package/docs/types/LpBreakdownType.html +1 -0
- package/docs/types/MemberPoolDataType.html +1 -0
- package/docs/types/MemberType.html +1 -0
- package/docs/types/MultiGetVaultBalancesParams.html +1 -0
- package/docs/types/NaviInvestor.html +1 -0
- package/docs/types/OtherReceiptFields.html +1 -0
- package/docs/types/PoolName.html +1 -0
- package/docs/types/PoolReceipt.html +1 -0
- package/docs/types/PoolType.html +1 -0
- package/docs/types/Receipt.html +1 -0
- package/docs/types/ReceiptGQL.html +1 -0
- package/docs/types/SingleAssetMultiVaultBalance.html +1 -0
- package/docs/types/SingleAssetPoolNames.html +1 -0
- package/docs/types/SingleAssetTokenHoldings.html +1 -0
- package/docs/types/SingleAssetVaultBalance.html +1 -0
- package/docs/types/SingleGetVaultBalancesParams.html +1 -0
- package/docs/types/StrategyType.html +1 -0
- package/docs/types/SuiNetwork.html +1 -0
- package/docs/types/SwapOptions.html +1 -0
- package/docs/types/TickSpacing.html +1 -0
- package/docs/types/TotalWeightType.html +1 -0
- package/docs/types/TransactionBlockType.html +1 -0
- package/docs/types/UserPoolLiquidity.html +1 -0
- package/docs/types/UserPoolTokenHoldings.html +1 -0
- package/docs/types/UserUsdHoldings.html +1 -0
- package/docs/types/VaultBalance.html +1 -0
- package/docs/types/WithdrawV2EventNode.html +1 -0
- package/docs/variables/bluefinPoolMap.html +1 -0
- package/docs/variables/cetusPoolMap.html +1 -0
- package/docs/variables/coinsList.html +1 -0
- package/docs/variables/defunctPoolsSet.html +1 -0
- package/docs/variables/doubleAssetPoolCoinMap.html +1 -0
- package/docs/variables/ignoredWalletsForDailyRevenue.html +1 -0
- package/docs/variables/loopingAccountAddresses.html +1 -0
- package/docs/variables/loopingPoolCoinMap.html +1 -0
- package/docs/variables/naviAssetMap.html +1 -0
- package/docs/variables/poolIdPoolNameMap.html +1 -0
- package/docs/variables/poolInfo.html +1 -0
- package/docs/variables/singleAssetPoolCoinMap.html +1 -0
- package/docs/variables/stableCoins.html +1 -0
- package/package.json +2 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"maps.d.ts","sourceRoot":"","sources":["../../../src/common/maps.ts"],"names":[],"mappings":"AACA,OAAO,EAIL,QAAQ,EAER,oBAAoB,EACpB,QAAQ,EACR,WAAW,EAEX,oBAAoB,EACpB,YAAY,EACb,MAAM,YAAY,CAAC;AAQpB,eAAO,MAAM,WAAW,UASvB,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE;KAClC,GAAG,IAAI,MAAM,GAAG;QAAE,KAAK,EAAE,QAAQ,CAAC;QAAC,KAAK,EAAE,QAAQ,CAAA;KAAE;
|
|
1
|
+
{"version":3,"file":"maps.d.ts","sourceRoot":"","sources":["../../../src/common/maps.ts"],"names":[],"mappings":"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"}
|
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.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.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;
|
|
@@ -55,6 +55,16 @@ exports.doubleAssetPoolCoinMap = {
|
|
|
55
55
|
"BLUEFIN-ALPHA-USDC": { coin1: "ALPHA", coin2: "USDC" },
|
|
56
56
|
"BLUEFIN-WBTC-USDC": { coin1: "WBTC", coin2: "USDC" },
|
|
57
57
|
"BLUEFIN-NAVX-VSUI": { coin1: "NAVX", coin2: "VSUI" },
|
|
58
|
+
"BLUEFIN-BLUE-SUI": { coin1: "BLUE", coin2: "SUI" },
|
|
59
|
+
"BLUEFIN-BLUE-USDC": { coin1: "BLUE", coin2: "USDC" },
|
|
60
|
+
"BLUEFIN-SEND-USDC": { coin1: "SEND", coin2: "USDC" },
|
|
61
|
+
"BLUEFIN-WBTC-SUI": { coin1: "WBTC", coin2: "SUI" },
|
|
62
|
+
"BLUEFIN-DEEP-SUI": { coin1: "DEEP", coin2: "SUI" },
|
|
63
|
+
"BLUEFIN-STSUI-SUI": { coin1: "STSUI", coin2: "SUI" },
|
|
64
|
+
"BLUEFIN-STSUI-USDC": { coin1: "STSUI", coin2: "USDC" },
|
|
65
|
+
"BLUEFIN-STSUI-ETH": { coin1: "STSUI", coin2: "ETH" },
|
|
66
|
+
"BLUEFIN-STSUI-WSOL": { coin1: "STSUI", coin2: "WSOL" },
|
|
67
|
+
"BLUEFIN-ALPHA-STSUI": { coin1: "ALPHA", coin2: "STSUI" },
|
|
58
68
|
};
|
|
59
69
|
exports.singleAssetPoolCoinMap = {
|
|
60
70
|
ALPHA: { coin: "ALPHA" },
|
|
@@ -127,6 +137,14 @@ exports.cetusPoolMap = {
|
|
|
127
137
|
"AUSD-SUI": constants_js_1.conf[constants_js_1.CONF_ENV].AUSD_SUI_CETUS_POOL_ID,
|
|
128
138
|
"USDC-WBTC": constants_js_1.conf[constants_js_1.CONF_ENV].USDC_WBTC_CETUS_POOL_ID,
|
|
129
139
|
"NAVX-VSUI": constants_js_1.conf[constants_js_1.CONF_ENV].NAVX_VSUI_CETUS_POOL_ID,
|
|
140
|
+
"BLUE-SUI": constants_js_1.conf[constants_js_1.CONF_ENV].BLUE_SUI_CETUS_POOL_ID,
|
|
141
|
+
"BLUE-USDC": constants_js_1.conf[constants_js_1.CONF_ENV].BLUE_USDC_CETUS_POOL_ID,
|
|
142
|
+
"USDC-SEND": constants_js_1.conf[constants_js_1.CONF_ENV].USDC_SEND_CETUS_POOL_ID,
|
|
143
|
+
"WBTC-SUI": constants_js_1.conf[constants_js_1.CONF_ENV].WBTC_SUI_CETUS_POOL_ID,
|
|
144
|
+
// "STSUI-SUI": conf[CONF_ENV].STSUI_SUI_CETUS_POOL_ID,
|
|
145
|
+
// "USDC-STSUI": conf[CONF_ENV].USDC_STSUI_CETUS_POOL_ID,
|
|
146
|
+
// "STSUI-ETH": conf[CONF_ENV].STSUI_ETH_CETUS_POOL_ID,
|
|
147
|
+
// "STSUI-WSOL": conf[CONF_ENV].STSUI_WSOL_CETUS_POOL_ID,
|
|
130
148
|
};
|
|
131
149
|
exports.bluefinPoolMap = {
|
|
132
150
|
"SUI-USDC": constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_SUI_USDC_POOL,
|
|
@@ -138,6 +156,17 @@ exports.bluefinPoolMap = {
|
|
|
138
156
|
"ALPHA-USDC": constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_ALPHA_USDC_POOL,
|
|
139
157
|
"WBTC-USDC": constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_WBTC_USDC_POOL,
|
|
140
158
|
"NAVX-VSUI": constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_NAVX_VSUI_POOL,
|
|
159
|
+
"BLUE-SUI": constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_BLUE_SUI_POOL,
|
|
160
|
+
"BLUE-USDC": constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_BLUE_USDC_POOL,
|
|
161
|
+
"BLUE-SUI-AUTOCOMPOUND": constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_BLUE_SUI_POOL_AUTOCOMPOUND,
|
|
162
|
+
"SEND-USDC": constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_SEND_USDC_POOL,
|
|
163
|
+
"WBTC-SUI": constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_WBTC_SUI_POOL,
|
|
164
|
+
"STSUI-SUI": constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_STSUI_SUI_POOL,
|
|
165
|
+
"STSUI-USDC": constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_STSUI_USDC_POOL,
|
|
166
|
+
// "STSUI-ETH": conf[CONF_ENV].BLUEFIN_STSUI_ETH_POOL,
|
|
167
|
+
// "STSUI-WSOL": conf[CONF_ENV].BLUEFIN_STSUI_WSOL_POOL,
|
|
168
|
+
"ALPHA-STSUI": constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_ALPHA_STSUI_POOL,
|
|
169
|
+
"SUI-ALPHA": constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_SUI_ALPHA_POOL,
|
|
141
170
|
};
|
|
142
171
|
exports.loopingAccountAddresses = {
|
|
143
172
|
"NAVI-LOOP-USDC-USDT": constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_USDC_USDT_LOOP_ACCOUNT_ADDRESS,
|
|
@@ -146,22 +175,176 @@ exports.loopingAccountAddresses = {
|
|
|
146
175
|
"NAVI-LOOP-HASUI-SUI": constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_HASUI_SUI_LOOP_ACCOUNT_ADDRESS,
|
|
147
176
|
};
|
|
148
177
|
exports.poolInfo = {
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
178
|
+
"BLUEFIN-ALPHA-STSUI": {
|
|
179
|
+
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_STSUI_LATEST_PACKAGE_ID,
|
|
180
|
+
packageNumber: 6,
|
|
181
|
+
parentProtocolName: "BLUEFIN",
|
|
182
|
+
parentPoolId: constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_ALPHA_STSUI_POOL,
|
|
183
|
+
poolId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_ALPHA_STSUI_POOL,
|
|
184
|
+
investorId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_ALPHA_STSUI_INVESTOR,
|
|
185
|
+
receiptName: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_ALPHA_STSUI_RECEIPT_NAME,
|
|
186
|
+
receiptType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_ALPHA_STSUI_RECEIPT,
|
|
187
|
+
assetTypes: [coins_js_1.coinsList["ALPHA"].type, coins_js_1.coinsList["STSUI"].type],
|
|
188
|
+
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_ALPHA_STSUI_POOL_AUTO_COMPOUNDING_EVENT,
|
|
189
|
+
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_ALPHA_STSUI_POOL_REBALANCE_EVENT,
|
|
190
|
+
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_ALPHA_STSUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
191
|
+
// add strategy type
|
|
192
|
+
},
|
|
193
|
+
// "BLUEFIN-STSUI-WSOL": {
|
|
194
|
+
// packageId: conf[CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
195
|
+
// packageNumber: 4,
|
|
196
|
+
// parentProtocolName: "BLUEFIN",
|
|
197
|
+
// parentPoolId: conf[CONF_ENV].BLUEFIN_STSUI_WSOL_POOL,
|
|
198
|
+
// poolId: conf[CONF_ENV].ALPHAFI_BLUEFIN_STSUI_WSOL_POOL,
|
|
199
|
+
// investorId: conf[CONF_ENV].ALPHAFI_BLUEFIN_STSUI_WSOL_INVESTOR,
|
|
200
|
+
// receiptName: conf[CONF_ENV].ALPHAFI_BLUEFIN_STSUI_WSOL_RECEIPT_NAME,
|
|
201
|
+
// receiptType: conf[CONF_ENV].ALPHAFI_BLUEFIN_STSUI_WSOL_RECEIPT,
|
|
202
|
+
// assetTypes: [coinsList["STSUI"].type, conf[CONF_ENV].WSOL_COIN_TYPE],
|
|
159
203
|
// autoCompoundingEventType:
|
|
160
|
-
// conf[CONF_ENV].
|
|
161
|
-
// rebalanceEventType:
|
|
204
|
+
// conf[CONF_ENV].ALPHAFI_BLUEFIN_STSUI_WSOL_POOL_AUTO_COMPOUNDING_EVENT,
|
|
205
|
+
// rebalanceEventType:
|
|
206
|
+
// conf[CONF_ENV].ALPHAFI_BLUEFIN_STSUI_WSOL_POOL_REBALANCE_EVENT,
|
|
207
|
+
// liquidityChangeEventType:
|
|
208
|
+
// conf[CONF_ENV].ALPHAFI_BLUEFIN_STSUI_WSOL_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
209
|
+
// // add strategy type
|
|
210
|
+
// },
|
|
211
|
+
// "BLUEFIN-STSUI-ETH": {
|
|
212
|
+
// packageId: conf[CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
213
|
+
// packageNumber: 4,
|
|
214
|
+
// parentProtocolName: "BLUEFIN",
|
|
215
|
+
// parentPoolId: conf[CONF_ENV].BLUEFIN_STSUI_ETH_POOL,
|
|
216
|
+
// poolId: conf[CONF_ENV].ALPHAFI_BLUEFIN_STSUI_ETH_POOL,
|
|
217
|
+
// investorId: conf[CONF_ENV].ALPHAFI_BLUEFIN_STSUI_ETH_INVESTOR,
|
|
218
|
+
// receiptName: conf[CONF_ENV].ALPHAFI_BLUEFIN_STSUI_ETH_RECEIPT_NAME,
|
|
219
|
+
// receiptType: conf[CONF_ENV].ALPHAFI_BLUEFIN_STSUI_ETH_RECEIPT,
|
|
220
|
+
// assetTypes: [coinsList["STSUI"].type, conf[CONF_ENV].ETH_COIN_TYPE],
|
|
221
|
+
// autoCompoundingEventType:
|
|
222
|
+
// conf[CONF_ENV].ALPHAFI_BLUEFIN_STSUI_ETH_POOL_AUTO_COMPOUNDING_EVENT,
|
|
223
|
+
// rebalanceEventType:
|
|
224
|
+
// conf[CONF_ENV].ALPHAFI_BLUEFIN_STSUI_ETH_POOL_REBALANCE_EVENT,
|
|
162
225
|
// liquidityChangeEventType:
|
|
163
|
-
// conf[CONF_ENV].
|
|
226
|
+
// conf[CONF_ENV].ALPHAFI_BLUEFIN_STSUI_ETH_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
227
|
+
// // add strategy type
|
|
164
228
|
// },
|
|
229
|
+
"BLUEFIN-STSUI-USDC": {
|
|
230
|
+
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_STSUI_LATEST_PACKAGE_ID,
|
|
231
|
+
packageNumber: 6,
|
|
232
|
+
parentProtocolName: "BLUEFIN",
|
|
233
|
+
parentPoolId: constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_STSUI_USDC_POOL,
|
|
234
|
+
poolId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_USDC_POOL,
|
|
235
|
+
investorId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_USDC_INVESTOR,
|
|
236
|
+
receiptName: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_USDC_RECEIPT_NAME,
|
|
237
|
+
receiptType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_USDC_RECEIPT,
|
|
238
|
+
assetTypes: [coins_js_1.coinsList["STSUI"].type, constants_js_1.conf[constants_js_1.CONF_ENV].USDC_COIN_TYPE],
|
|
239
|
+
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_USDC_POOL_AUTO_COMPOUNDING_EVENT,
|
|
240
|
+
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_USDC_POOL_REBALANCE_EVENT,
|
|
241
|
+
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
242
|
+
// add strategy type
|
|
243
|
+
},
|
|
244
|
+
"BLUEFIN-STSUI-SUI": {
|
|
245
|
+
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
246
|
+
packageNumber: 4,
|
|
247
|
+
parentProtocolName: "BLUEFIN",
|
|
248
|
+
parentPoolId: constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_STSUI_SUI_POOL,
|
|
249
|
+
poolId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_SUI_POOL,
|
|
250
|
+
investorId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_SUI_INVESTOR,
|
|
251
|
+
receiptName: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_SUI_RECEIPT_NAME,
|
|
252
|
+
receiptType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_SUI_RECEIPT,
|
|
253
|
+
assetTypes: [coins_js_1.coinsList["STSUI"].type, constants_js_1.conf[constants_js_1.CONF_ENV].SUI_COIN_TYPE],
|
|
254
|
+
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_SUI_POOL_AUTO_COMPOUNDING_EVENT,
|
|
255
|
+
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_SUI_POOL_REBALANCE_EVENT,
|
|
256
|
+
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
257
|
+
// add strategy type
|
|
258
|
+
},
|
|
259
|
+
"BLUEFIN-DEEP-SUI": {
|
|
260
|
+
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
261
|
+
packageNumber: 4,
|
|
262
|
+
parentProtocolName: "BLUEFIN",
|
|
263
|
+
parentPoolId: constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_DEEP_SUI_POOL,
|
|
264
|
+
poolId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_DEEP_SUI_POOL,
|
|
265
|
+
investorId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_DEEP_SUI_INVESTOR,
|
|
266
|
+
receiptName: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_DEEP_SUI_RECEIPT_NAME,
|
|
267
|
+
receiptType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_DEEP_SUI_RECEIPT,
|
|
268
|
+
assetTypes: [constants_js_1.conf[constants_js_1.CONF_ENV].DEEP_COIN_TYPE, constants_js_1.conf[constants_js_1.CONF_ENV].SUI_COIN_TYPE],
|
|
269
|
+
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_DEEP_SUI_POOL_AUTO_COMPOUNDING_EVENT,
|
|
270
|
+
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_DEEP_SUI_POOL_REBALANCE_EVENT,
|
|
271
|
+
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_DEEP_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
272
|
+
// add strategy type
|
|
273
|
+
},
|
|
274
|
+
"BLUEFIN-WBTC-SUI": {
|
|
275
|
+
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
276
|
+
packageNumber: 4,
|
|
277
|
+
parentProtocolName: "BLUEFIN",
|
|
278
|
+
parentPoolId: constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_WBTC_SUI_POOL,
|
|
279
|
+
poolId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_WBTC_SUI_POOL,
|
|
280
|
+
investorId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_WBTC_SUI_INVESTOR,
|
|
281
|
+
receiptName: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_WBTC_SUI_RECEIPT_NAME,
|
|
282
|
+
receiptType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_WBTC_SUI_RECEIPT,
|
|
283
|
+
assetTypes: [constants_js_1.conf[constants_js_1.CONF_ENV].WBTC_COIN_TYPE, constants_js_1.conf[constants_js_1.CONF_ENV].SUI_COIN_TYPE],
|
|
284
|
+
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_WBTC_SUI_POOL_AUTO_COMPOUNDING_EVENT,
|
|
285
|
+
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_WBTC_SUI_POOL_REBALANCE_EVENT,
|
|
286
|
+
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_WBTC_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
287
|
+
// add strategy type
|
|
288
|
+
},
|
|
289
|
+
"BLUEFIN-SEND-USDC": {
|
|
290
|
+
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
291
|
+
packageNumber: 4,
|
|
292
|
+
parentProtocolName: "BLUEFIN",
|
|
293
|
+
parentPoolId: constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_SEND_USDC_POOL,
|
|
294
|
+
poolId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SEND_USDC_POOL,
|
|
295
|
+
investorId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SEND_USDC_INVESTOR,
|
|
296
|
+
receiptName: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SEND_USDC_RECEIPT_NAME,
|
|
297
|
+
receiptType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SEND_USDC_RECEIPT,
|
|
298
|
+
assetTypes: [constants_js_1.conf[constants_js_1.CONF_ENV].SEND_COIN_TYPE, constants_js_1.conf[constants_js_1.CONF_ENV].USDC_COIN_TYPE],
|
|
299
|
+
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SEND_USDC_POOL_AUTO_COMPOUNDING_EVENT,
|
|
300
|
+
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SEND_USDC_POOL_REBALANCE_EVENT,
|
|
301
|
+
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SEND_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
302
|
+
// add strategy type
|
|
303
|
+
},
|
|
304
|
+
"BLUEFIN-BLUE-SUI": {
|
|
305
|
+
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
306
|
+
packageNumber: 4,
|
|
307
|
+
parentProtocolName: "BLUEFIN",
|
|
308
|
+
parentPoolId: constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_BLUE_SUI_POOL,
|
|
309
|
+
poolId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_BLUE_SUI_POOL,
|
|
310
|
+
investorId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_BLUE_SUI_INVESTOR,
|
|
311
|
+
receiptName: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_BLUE_SUI_RECEIPT_NAME,
|
|
312
|
+
receiptType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_BLUE_SUI_RECEIPT,
|
|
313
|
+
assetTypes: [constants_js_1.conf[constants_js_1.CONF_ENV].BLUE_COIN_TYPE, constants_js_1.conf[constants_js_1.CONF_ENV].SUI_COIN_TYPE],
|
|
314
|
+
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_BLUE_SUI_POOL_AUTO_COMPOUNDING_EVENT,
|
|
315
|
+
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_BLUE_SUI_POOL_REBALANCE_EVENT,
|
|
316
|
+
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_BLUE_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
317
|
+
// add strategy type
|
|
318
|
+
},
|
|
319
|
+
"BLUEFIN-BLUE-USDC": {
|
|
320
|
+
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
321
|
+
packageNumber: 4,
|
|
322
|
+
parentProtocolName: "BLUEFIN",
|
|
323
|
+
parentPoolId: constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_BLUE_USDC_POOL,
|
|
324
|
+
poolId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_BLUE_USDC_POOL,
|
|
325
|
+
investorId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_BLUE_USDC_INVESTOR,
|
|
326
|
+
receiptName: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_BLUE_USDC_RECEIPT_NAME,
|
|
327
|
+
receiptType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_BLUE_USDC_RECEIPT,
|
|
328
|
+
assetTypes: [constants_js_1.conf[constants_js_1.CONF_ENV].BLUE_COIN_TYPE, constants_js_1.conf[constants_js_1.CONF_ENV].USDC_COIN_TYPE],
|
|
329
|
+
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_BLUE_USDC_POOL_AUTO_COMPOUNDING_EVENT,
|
|
330
|
+
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_BLUE_USDC_POOL_REBALANCE_EVENT,
|
|
331
|
+
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_BLUE_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
332
|
+
// add strategy type
|
|
333
|
+
},
|
|
334
|
+
"NAVI-NAVX": {
|
|
335
|
+
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_3_LATEST_PACKAGE_ID,
|
|
336
|
+
packageNumber: 3,
|
|
337
|
+
parentProtocolName: "NAVI",
|
|
338
|
+
parentPoolId: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_NAVX_POOL,
|
|
339
|
+
poolId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_NAVI_NAVX_POOL,
|
|
340
|
+
investorId: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_NAVX_INVESTOR,
|
|
341
|
+
receiptName: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_NAVX_POOL_RECEIPT_NAME,
|
|
342
|
+
receiptType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_NAVX_POOL_RECEIPT,
|
|
343
|
+
assetTypes: [constants_js_1.conf[constants_js_1.CONF_ENV].NAVX_COIN_TYPE],
|
|
344
|
+
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_NAVX_POOL_AUTO_COMPOUNDING_EVENT,
|
|
345
|
+
rebalanceEventType: undefined,
|
|
346
|
+
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_NAVX_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
347
|
+
},
|
|
165
348
|
"BLUEFIN-NAVX-VSUI": {
|
|
166
349
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
167
350
|
packageNumber: 4,
|
|
@@ -1186,4 +1369,14 @@ exports.defunctPoolsSet = (() => {
|
|
|
1186
1369
|
const defunctPools = constants_js_1.conf[constants_js_1.CONF_ENV].DEFUNCT_POOLS;
|
|
1187
1370
|
return new Set(defunctPools);
|
|
1188
1371
|
})();
|
|
1372
|
+
exports.ignoredWalletsForDailyRevenue = [
|
|
1373
|
+
"0x86ea77da52e41820e21f525a497a3d3760c41410bb76da121547a5ff674dec50",
|
|
1374
|
+
"0xee5360c5fa13555cbf355cb5015b865d742040e42ff90c324e11f0c63e504545",
|
|
1375
|
+
"0x3ce65c03642dfea704a031b28fffc850a6e3def8ee126ccc3a209f5314986279",
|
|
1376
|
+
constants_js_1.conf[constants_js_1.CONF_ENV].TREASURY_ADDRESS,
|
|
1377
|
+
"0xb0615e458f9b5f6e563515fa5192d1311fbc7fd4f93025b327510fbf72bc5c20",
|
|
1378
|
+
"0x3ce65c03642dfea704a031b28fffc850a6e3def8ee126ccc3a209f5314986279",
|
|
1379
|
+
"0x5a9fac4148605191b8e0de25a6671ba8008c344c1558bbaac73a947bd6c903b1",
|
|
1380
|
+
"0x6b3a7df97bcad34c277106fef70444fa26e2bfbcd711c9c26f824869a66bb70a",
|
|
1381
|
+
];
|
|
1189
1382
|
//# sourceMappingURL=maps.js.map
|