@alphafi/alphafi-sdk 0.0.49 → 0.0.51
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 +4 -1
- package/dist/cjs/adminFunctions.d.ts.map +1 -1
- package/dist/cjs/adminFunctions.js +77 -0
- package/dist/cjs/adminFunctions.js.map +1 -1
- package/dist/cjs/common/coins.d.ts.map +1 -1
- package/dist/cjs/common/coins.js +6 -0
- package/dist/cjs/common/coins.js.map +1 -1
- package/dist/cjs/common/constants.d.ts +48 -0
- package/dist/cjs/common/constants.d.ts.map +1 -1
- package/dist/cjs/common/constants.js +34 -0
- package/dist/cjs/common/constants.js.map +1 -1
- package/dist/cjs/common/maps.d.ts +3 -0
- package/dist/cjs/common/maps.d.ts.map +1 -1
- package/dist/cjs/common/maps.js +144 -0
- 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 +22 -6
- package/dist/cjs/common/types.d.ts.map +1 -1
- package/dist/cjs/common/types.js.map +1 -1
- package/dist/cjs/getVaultBalances.js +1 -1
- package/dist/cjs/getVaultBalances.js.map +1 -1
- package/dist/cjs/graphql/getMultiReceipts.d.ts.map +1 -1
- package/dist/cjs/graphql/getMultiReceipts.js +21 -4
- package/dist/cjs/graphql/getMultiReceipts.js.map +1 -1
- package/dist/cjs/index.d.ts +3 -2
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +11 -4
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/sui-sdk/client.d.ts +8 -0
- package/dist/cjs/sui-sdk/client.d.ts.map +1 -1
- package/dist/cjs/sui-sdk/client.js +12 -0
- package/dist/cjs/sui-sdk/client.js.map +1 -1
- package/dist/cjs/sui-sdk/functions/getPortfolioAmounts.js +1 -1
- package/dist/cjs/sui-sdk/functions/getPortfolioAmounts.js.map +1 -1
- package/dist/cjs/sui-sdk/functions/getPositionRange.d.ts +10 -0
- package/dist/cjs/sui-sdk/functions/getPositionRange.d.ts.map +1 -0
- package/dist/cjs/sui-sdk/functions/getPositionRange.js +86 -0
- package/dist/cjs/sui-sdk/functions/getPositionRange.js.map +1 -0
- package/dist/cjs/sui-sdk/functions/getReceipts.d.ts +9 -15
- package/dist/cjs/sui-sdk/functions/getReceipts.d.ts.map +1 -1
- package/dist/cjs/sui-sdk/functions/getReceipts.js +290 -200
- package/dist/cjs/sui-sdk/functions/getReceipts.js.map +1 -1
- package/dist/cjs/transactions/blueRewards.d.ts.map +1 -1
- package/dist/cjs/transactions/blueRewards.js +27 -2
- package/dist/cjs/transactions/blueRewards.js.map +1 -1
- package/dist/cjs/transactions/bluefin.d.ts.map +1 -1
- package/dist/cjs/transactions/bluefin.js +110 -0
- package/dist/cjs/transactions/bluefin.js.map +1 -1
- package/dist/cjs/transactions/collect_rewards.d.ts.map +1 -1
- package/dist/cjs/transactions/collect_rewards.js +2 -1
- package/dist/cjs/transactions/collect_rewards.js.map +1 -1
- package/dist/cjs/transactions/deposit.d.ts.map +1 -1
- package/dist/cjs/transactions/deposit.js +10 -3
- package/dist/cjs/transactions/deposit.js.map +1 -1
- package/dist/cjs/transactions/zapDeposit.d.ts.map +1 -1
- package/dist/cjs/transactions/zapDeposit.js +58 -29
- 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 -0
- package/dist/cjs/utils/prices.js.map +1 -1
- package/dist/esm/adminFunctions.d.ts +4 -1
- package/dist/esm/adminFunctions.d.ts.map +1 -1
- package/dist/esm/adminFunctions.js +76 -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 +6 -0
- package/dist/esm/common/coins.js.map +1 -1
- package/dist/esm/common/constants.d.ts +48 -0
- package/dist/esm/common/constants.d.ts.map +1 -1
- package/dist/esm/common/constants.js +34 -0
- package/dist/esm/common/constants.js.map +1 -1
- package/dist/esm/common/maps.d.ts +3 -0
- package/dist/esm/common/maps.d.ts.map +1 -1
- package/dist/esm/common/maps.js +144 -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 +22 -6
- package/dist/esm/common/types.d.ts.map +1 -1
- package/dist/esm/common/types.js.map +1 -1
- package/dist/esm/getVaultBalances.js +1 -1
- package/dist/esm/getVaultBalances.js.map +1 -1
- package/dist/esm/graphql/getMultiReceipts.d.ts.map +1 -1
- package/dist/esm/graphql/getMultiReceipts.js +21 -3
- package/dist/esm/graphql/getMultiReceipts.js.map +1 -1
- package/dist/esm/index.d.ts +3 -2
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +3 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/sui-sdk/client.d.ts +8 -0
- package/dist/esm/sui-sdk/client.d.ts.map +1 -1
- package/dist/esm/sui-sdk/client.js +10 -0
- package/dist/esm/sui-sdk/client.js.map +1 -1
- package/dist/esm/sui-sdk/functions/getPortfolioAmounts.js +1 -1
- package/dist/esm/sui-sdk/functions/getPortfolioAmounts.js.map +1 -1
- package/dist/esm/sui-sdk/functions/getPositionRange.d.ts +10 -0
- package/dist/esm/sui-sdk/functions/getPositionRange.d.ts.map +1 -0
- package/dist/esm/sui-sdk/functions/getPositionRange.js +82 -0
- package/dist/esm/sui-sdk/functions/getPositionRange.js.map +1 -0
- package/dist/esm/sui-sdk/functions/getReceipts.d.ts +9 -15
- package/dist/esm/sui-sdk/functions/getReceipts.d.ts.map +1 -1
- package/dist/esm/sui-sdk/functions/getReceipts.js +288 -198
- package/dist/esm/sui-sdk/functions/getReceipts.js.map +1 -1
- package/dist/esm/transactions/blueRewards.d.ts.map +1 -1
- package/dist/esm/transactions/blueRewards.js +27 -2
- package/dist/esm/transactions/blueRewards.js.map +1 -1
- package/dist/esm/transactions/bluefin.d.ts.map +1 -1
- package/dist/esm/transactions/bluefin.js +110 -0
- package/dist/esm/transactions/bluefin.js.map +1 -1
- package/dist/esm/transactions/collect_rewards.d.ts.map +1 -1
- package/dist/esm/transactions/collect_rewards.js +2 -1
- package/dist/esm/transactions/collect_rewards.js.map +1 -1
- package/dist/esm/transactions/deposit.d.ts.map +1 -1
- package/dist/esm/transactions/deposit.js +10 -3
- package/dist/esm/transactions/deposit.js.map +1 -1
- package/dist/esm/transactions/zapDeposit.d.ts.map +1 -1
- package/dist/esm/transactions/zapDeposit.js +59 -30
- 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 +1 -0
- package/dist/esm/utils/prices.js.map +1 -1
- package/docs/assets/highlight.css +51 -74
- package/docs/assets/icons.js +17 -20
- package/docs/assets/main.js +5 -2163
- package/docs/assets/navigation.js +1 -2
- package/docs/assets/search.js +1 -2
- package/docs/assets/style.css +850 -846
- package/docs/functions/alphaLpBreakdown.html +1 -253
- package/docs/functions/cetusLpBreakdown.html +1 -253
- package/docs/functions/claimBlueRewardTxb.html +1 -0
- package/docs/functions/claimRewardTxb.html +1 -243
- package/docs/functions/coinAmountToXTokensDoubleAsset.html +1 -267
- package/docs/functions/coinAmountToXTokensSingleAsset.html +1 -260
- package/docs/functions/coinsInPool.html +1 -438
- package/docs/functions/collectRewards.html +1 -242
- package/docs/functions/deposit.html +1 -246
- package/docs/functions/depositDoubleAssetTxb.html +1 -270
- package/docs/functions/depositSingleAssetTxb.html +1 -263
- package/docs/functions/fetchAfterTransactionEvents.html +1 -306
- package/docs/functions/fetchAutoCompoundingEvents.html +1 -257
- package/docs/functions/fetchAutoCompoundingEventsGql.html +1 -251
- package/docs/functions/fetchCetusPools.html +1 -231
- package/docs/functions/fetchChainIdentifier.html +1 -233
- package/docs/functions/fetchCheckRatioEvents.html +1 -249
- package/docs/functions/fetchLiquidityChangeEvents.html +1 -257
- package/docs/functions/fetchMultiReceipts.html +1 -261
- package/docs/functions/fetchNftHolders.html +1 -233
- package/docs/functions/fetchPools.html +1 -230
- package/docs/functions/fetchPortfolioData.html +1 -243
- package/docs/functions/fetchProtocolData.html +1 -231
- package/docs/functions/fetchTVL.html +1 -253
- package/docs/functions/fetchUserVaultBalances.html +1 -245
- package/docs/functions/fetchUserVaults.html +1 -243
- package/docs/functions/fetchUserWalletData.html +1 -243
- package/docs/functions/fetchVoloExchangeRate.html +1 -0
- package/docs/functions/fetchWithdrawV2Events.html +1 -255
- package/docs/functions/getAirdropShare.html +1 -243
- package/docs/functions/getAllDoubleAssetVaults.html +1 -235
- package/docs/functions/getAllSingleAssetVaults.html +1 -235
- package/docs/functions/getAllVaultBalances.html +1 -265
- package/docs/functions/getAllVaults.html +1 -233
- package/docs/functions/getAlphaUnlocks.html +1 -245
- package/docs/functions/getAlphaVaultBalance.html +1 -255
- package/docs/functions/getAmounts.html +1 -272
- package/docs/functions/getApr.html +1 -243
- package/docs/functions/getAprs.html +1 -255
- package/docs/functions/getApy.html +1 -243
- package/docs/functions/getApys.html +1 -255
- package/docs/functions/getCetusInvestorTicksMap.html +1 -284
- package/docs/functions/getCetusPool.html +1 -0
- package/docs/functions/getCetusSqrtPriceMap.html +1 -249
- package/docs/functions/getCoinAmountsFromLiquidity.html +1 -273
- package/docs/functions/getConf.html +1 -11763
- package/docs/functions/getCurrentTick.html +1 -247
- package/docs/functions/getDistributor.html +1 -0
- package/docs/functions/getDoubleAssetVaultBalance.html +1 -268
- package/docs/functions/getDoubleAssetVaults.html +1 -253
- package/docs/functions/getHoldersFromTransactions.html +1 -299
- package/docs/functions/getInvestor.html +1 -259
- package/docs/functions/getInvestorPoolMap.html +1 -241
- package/docs/functions/getLastAutoCompoundTime.html +1 -249
- package/docs/functions/getLatestPrices.html +1 -253
- package/docs/functions/getLiquidity.html +1 -260
- package/docs/functions/getMultiCetusPool.html +1 -0
- package/docs/functions/getMultiInvestor.html +1 -231
- package/docs/functions/getMultiLatestPrices.html +1 -233
- package/docs/functions/getMultiParentPool.html +1 -231
- package/docs/functions/getMultiPool.html +1 -231
- package/docs/functions/getMultiReceipts.html +1 -243
- package/docs/functions/getParentPool.html +1 -266
- package/docs/functions/getPool.html +1 -262
- package/docs/functions/getPoolExchangeRate.html +1 -0
- package/docs/functions/getPoolExchangeRateMap.html +1 -249
- package/docs/functions/getPoolsWeightDistribution.html +1 -0
- package/docs/functions/getPositionRange.html +1 -283
- package/docs/functions/getPositionRanges.html +1 -289
- package/docs/functions/getPositionTicks.html +1 -249
- package/docs/functions/getPriceToTick.html +1 -254
- package/docs/functions/getRebalanceHistories.html +1 -269
- package/docs/functions/getRebalanceHistory.html +1 -255
- package/docs/functions/getReceipts.html +1 -268
- package/docs/functions/getSingleAssetVaultBalance.html +1 -268
- package/docs/functions/getSingleAssetVaults.html +1 -253
- package/docs/functions/getSuiClient.html +3 -247
- package/docs/functions/getSuiNodeUrl.html +3 -232
- package/docs/functions/getTVLs-1.html +1 -243
- package/docs/functions/getTickToPrice.html +1 -254
- package/docs/functions/getTvls.html +1 -259
- package/docs/functions/getUserTokensFromTransactions.html +1 -269
- package/docs/functions/getUserTokensInUsdFromTransactions.html +1 -263
- package/docs/functions/getVaultBalance.html +1 -277
- package/docs/functions/getVaultBalanceForActiveUsers.html +1 -261
- package/docs/functions/getVaults.html +1 -250
- package/docs/functions/getXTokenVaultBalanceForActiveUsers.html +1 -261
- package/docs/functions/getZapAmounts.html +1 -323
- package/docs/functions/lastAutocompoundTime.html +1 -249
- package/docs/functions/liquidityToTokens.html +1 -253
- package/docs/functions/multiLiquidityToTokens.html +1 -271
- package/docs/functions/multiTokensToUsd.html +1 -262
- package/docs/functions/multiXTokensToLiquidity.html +1 -257
- package/docs/functions/parseUserWalletData.html +1 -243
- package/docs/functions/pendingBlueRewardAmount.html +1 -0
- package/docs/functions/setCustomSuiClient.html +5 -0
- package/docs/functions/setSuiClient.html +7 -255
- package/docs/functions/setSuiNodeUrl.html +5 -249
- package/docs/functions/setWeights.html +1 -0
- package/docs/functions/withdraw.html +1 -249
- package/docs/functions/withdrawAlphaTxb.html +1 -257
- package/docs/functions/withdrawTxb.html +1 -260
- package/docs/functions/zapDepositTxb.html +1 -300
- package/docs/index.html +41 -587
- package/docs/interfaces/Coin.html +12 -474
- package/docs/interfaces/CoinPair.html +3 -358
- package/docs/interfaces/NaviVoloData.html +3 -514
- package/docs/interfaces/PoolData.html +8 -0
- package/docs/interfaces/PoolWeightDistribution.html +4 -0
- package/docs/interfaces/RebalanceHistoryType.html +9 -652
- package/docs/modules.html +193 -1315
- package/docs/types/AfterTransactionEventNode.html +1 -305
- package/docs/types/Allocator.html +1 -321
- package/docs/types/AlphaFiDoubleAssetVault.html +1 -258
- package/docs/types/AlphaFiMultiVaultBalance.html +1 -219
- package/docs/types/AlphaFiSingleAssetVault.html +1 -244
- package/docs/types/AlphaFiVault.html +1 -214
- package/docs/types/AlphaFiVaultBalance.html +1 -220
- package/docs/types/AlphaPoolType.html +1 -383
- package/docs/types/AlphaReceipt.html +1 -220
- package/docs/types/AlphaReceiptFields.html +1 -421
- package/docs/types/AlphaVaultBalance.html +1 -245
- package/docs/types/AutoBalancePoolNames.html +1 -0
- package/docs/types/AutoCompoundingEventNode.html +1 -225
- package/docs/types/BluefinInvestor.html +1 -209
- package/docs/types/BluefinPoolType.html +1 -440
- package/docs/types/BucketInvestor.html +1 -249
- package/docs/types/CetusInvestor.html +1 -240
- package/docs/types/CetusPoolType.html +1 -433
- package/docs/types/CetusSwapOptions.html +1 -209
- package/docs/types/CoinAmounts.html +1 -216
- package/docs/types/CoinName.html +1 -290
- package/docs/types/CoinType.html +1 -291
- package/docs/types/CommonInvestorFields.html +1 -276
- package/docs/types/CreatePoolOptions.html +1 -246
- package/docs/types/Distributor.html +1 -341
- package/docs/types/DoubleAssetMultiVaultBalance.html +1 -236
- package/docs/types/DoubleAssetPoolNames.html +1 -289
- package/docs/types/DoubleAssetTokenHoldings.html +1 -232
- package/docs/types/DoubleAssetVaultBalance.html +1 -229
- package/docs/types/GetHoldersParams.html +1 -221
- package/docs/types/GetTokenHoldingsParams.html +1 -227
- package/docs/types/GetUserTokensFromTransactionsParams.html +1 -233
- package/docs/types/GetUserTokensInUsdFromTransactionsParams.html +1 -244
- package/docs/types/GetVaultBalanceForActiveUsersParams.html +1 -231
- package/docs/types/GetVaultBalanceParams.html +1 -217
- package/docs/types/HoldingsObj.html +1 -223
- package/docs/types/Icon.html +1 -266
- package/docs/types/Investor.html +1 -245
- package/docs/types/LiquidityChangeEventNode.html +1 -220
- package/docs/types/LiquidityToTokensParams.html +1 -255
- package/docs/types/LiquidityToUsdParams.html +1 -267
- package/docs/types/LoopingDebt.html +1 -258
- package/docs/types/LoopingPoolNames.html +1 -0
- package/docs/types/LpBreakdownType.html +1 -238
- package/docs/types/MemberPoolDataType.html +1 -276
- package/docs/types/MemberType.html +1 -269
- package/docs/types/MultiGetVaultBalancesParams.html +1 -229
- package/docs/types/NaviInvestor.html +1 -235
- package/docs/types/OtherReceiptFields.html +1 -373
- package/docs/types/PoolName.html +1 -326
- package/docs/types/PoolReceipt.html +1 -253
- package/docs/types/PoolType.html +1 -388
- package/docs/types/Receipt.html +1 -475
- package/docs/types/ReceiptGQL.html +1 -374
- package/docs/types/SingleAssetMultiVaultBalance.html +1 -232
- package/docs/types/SingleAssetPoolNames.html +1 -247
- package/docs/types/SingleAssetTokenHoldings.html +1 -228
- package/docs/types/SingleAssetVaultBalance.html +1 -223
- package/docs/types/SingleGetVaultBalancesParams.html +1 -224
- package/docs/types/StrategyType.html +1 -217
- package/docs/types/SuiNetwork.html +1 -213
- package/docs/types/SwapOptions.html +1 -248
- package/docs/types/TickSpacing.html +1 -212
- package/docs/types/TotalWeightType.html +1 -246
- package/docs/types/TransactionBlockType.html +1 -358
- package/docs/types/UserPoolLiquidity.html +1 -221
- package/docs/types/UserPoolTokenHoldings.html +1 -217
- package/docs/types/UserUsdHoldings.html +1 -223
- package/docs/types/VaultBalance.html +1 -216
- package/docs/types/WithdrawV2EventNode.html +1 -208
- package/docs/variables/bluefinPoolMap.html +1 -214
- package/docs/variables/cetusPoolMap.html +1 -214
- package/docs/variables/coinsList.html +1 -220
- package/docs/variables/defunctPoolsSet.html +1 -209
- package/docs/variables/doubleAssetPoolCoinMap.html +1 -237
- package/docs/variables/ignoredWalletsForDailyRevenue.html +1 -218
- package/docs/variables/loopingAccountAddresses.html +1 -219
- package/docs/variables/loopingPoolCoinMap.html +1 -233
- package/docs/variables/naviAssetMap.html +1 -215
- package/docs/variables/poolIdPoolNameMap.html +1 -218
- package/docs/variables/poolInfo.html +1 -304
- package/docs/variables/singleAssetPoolCoinMap.html +1 -229
- package/docs/variables/stableCoins.html +1 -207
- package/package.json +2 -3
|
@@ -47,6 +47,9 @@ export declare const poolInfo: {
|
|
|
47
47
|
afterTransactionEventType?: string;
|
|
48
48
|
strategyType?: StrategyType;
|
|
49
49
|
checkRatioEventType?: string;
|
|
50
|
+
imageUrl1?: string | undefined;
|
|
51
|
+
imageUrl2?: string | undefined;
|
|
52
|
+
lockIcon?: string | undefined;
|
|
50
53
|
};
|
|
51
54
|
};
|
|
52
55
|
export declare function coinsInPool(poolName: DoubleAssetPoolNames, event?: {
|
|
@@ -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,
|
|
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
|
@@ -24,6 +24,7 @@ exports.stableCoins = [
|
|
|
24
24
|
"WUSDY",
|
|
25
25
|
"AUSD",
|
|
26
26
|
"BUCK",
|
|
27
|
+
"SUIUSDT",
|
|
27
28
|
];
|
|
28
29
|
exports.doubleAssetPoolCoinMap = {
|
|
29
30
|
"USDT-WUSDC": { coin1: "USDT", coin2: "WUSDC" },
|
|
@@ -67,6 +68,8 @@ exports.doubleAssetPoolCoinMap = {
|
|
|
67
68
|
"BLUEFIN-ALPHA-STSUI": { coin1: "ALPHA", coin2: "STSUI" },
|
|
68
69
|
"BLUEFIN-AUTOBALANCE-USDT-USDC": { coin1: "USDT", coin2: "USDC" },
|
|
69
70
|
"BLUEFIN-AUTOBALANCE-SUI-USDC": { coin1: "SUI", coin2: "USDC" },
|
|
71
|
+
"BLUEFIN-AUTOBALANCE-SUIUSDT-USDC": { coin1: "SUIUSDT", coin2: "USDC" },
|
|
72
|
+
"BLUEFIN-SUIUSDT-USDC": { coin1: "SUIUSDT", coin2: "USDC" },
|
|
70
73
|
};
|
|
71
74
|
exports.singleAssetPoolCoinMap = {
|
|
72
75
|
ALPHA: { coin: "ALPHA" },
|
|
@@ -147,6 +150,7 @@ exports.cetusPoolMap = {
|
|
|
147
150
|
// "USDC-STSUI": conf[CONF_ENV].USDC_STSUI_CETUS_POOL_ID,
|
|
148
151
|
// "STSUI-ETH": conf[CONF_ENV].STSUI_ETH_CETUS_POOL_ID,
|
|
149
152
|
// "STSUI-WSOL": conf[CONF_ENV].STSUI_WSOL_CETUS_POOL_ID,
|
|
153
|
+
"USDC-SUIUSDT": constants_js_1.conf[constants_js_1.CONF_ENV].USDC_SUIUSDT_CETUS_POOL_ID,
|
|
150
154
|
};
|
|
151
155
|
exports.bluefinPoolMap = {
|
|
152
156
|
"SUI-USDC": constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_SUI_USDC_POOL,
|
|
@@ -169,6 +173,7 @@ exports.bluefinPoolMap = {
|
|
|
169
173
|
// "STSUI-WSOL": conf[CONF_ENV].BLUEFIN_STSUI_WSOL_POOL,
|
|
170
174
|
"ALPHA-STSUI": constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_ALPHA_STSUI_POOL,
|
|
171
175
|
"SUI-ALPHA": constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_SUI_ALPHA_POOL,
|
|
176
|
+
"SUIUSDT-USDC": constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_SUIUSDT_USDC_POOL,
|
|
172
177
|
};
|
|
173
178
|
exports.loopingAccountAddresses = {
|
|
174
179
|
"NAVI-LOOP-USDC-USDT": constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_USDC_USDT_LOOP_ACCOUNT_ADDRESS,
|
|
@@ -177,6 +182,39 @@ exports.loopingAccountAddresses = {
|
|
|
177
182
|
"NAVI-LOOP-HASUI-SUI": constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_HASUI_SUI_LOOP_ACCOUNT_ADDRESS,
|
|
178
183
|
};
|
|
179
184
|
exports.poolInfo = {
|
|
185
|
+
"BLUEFIN-SUIUSDT-USDC": {
|
|
186
|
+
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
187
|
+
packageNumber: 4,
|
|
188
|
+
parentProtocolName: "BLUEFIN",
|
|
189
|
+
parentPoolId: constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_SUIUSDT_USDC_POOL,
|
|
190
|
+
poolId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SUIUSDT_USDC_POOL,
|
|
191
|
+
investorId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SUIUSDT_USDC_INVESTOR,
|
|
192
|
+
receiptName: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SUIUSDT_USDC_RECEIPT_NAME,
|
|
193
|
+
receiptType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SUIUSDT_USDC_RECEIPT,
|
|
194
|
+
assetTypes: [coins_js_1.coinsList["SUIUSDT"].type, coins_js_1.coinsList["USDC"].type],
|
|
195
|
+
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SUIUSDT_USDC_POOL_AUTO_COMPOUNDING_EVENT,
|
|
196
|
+
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SUIUSDT_USDC_POOL_REBALANCE_EVENT,
|
|
197
|
+
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SUIUSDT_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
198
|
+
// add strategy type
|
|
199
|
+
},
|
|
200
|
+
"BLUEFIN-AUTOBALANCE-SUIUSDT-USDC": {
|
|
201
|
+
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_BLUEFIN_AUTOBALANCE_LATEST_PACKAGE_ID,
|
|
202
|
+
packageNumber: 7,
|
|
203
|
+
parentProtocolName: "BLUEFIN",
|
|
204
|
+
parentPoolId: constants_js_1.conf[constants_js_1.CONF_ENV].BLUEFIN_SUIUSDT_USDC_POOL,
|
|
205
|
+
poolId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_POOL,
|
|
206
|
+
investorId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_INVESTOR,
|
|
207
|
+
receiptName: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_RECEIPT_NAME,
|
|
208
|
+
receiptType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_RECEIPT,
|
|
209
|
+
assetTypes: [coins_js_1.coinsList["SUIUSDT"].type, coins_js_1.coinsList["USDC"].type],
|
|
210
|
+
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV]
|
|
211
|
+
.ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_POOL_AUTO_COMPOUNDING_EVENT,
|
|
212
|
+
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV]
|
|
213
|
+
.ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_POOL_REBALANCE_EVENT,
|
|
214
|
+
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV]
|
|
215
|
+
.ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
216
|
+
strategyType: "AUTOBALANCE-LIQUIDITY-POOL",
|
|
217
|
+
},
|
|
180
218
|
"BLUEFIN-AUTOBALANCE-SUI-USDC": {
|
|
181
219
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_BLUEFIN_AUTOBALANCE_LATEST_PACKAGE_ID,
|
|
182
220
|
packageNumber: 7,
|
|
@@ -192,7 +230,10 @@ exports.poolInfo = {
|
|
|
192
230
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_USDC_POOL_REBALANCE_EVENT,
|
|
193
231
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV]
|
|
194
232
|
.ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
233
|
+
strategyType: "AUTOBALANCE-LIQUIDITY-POOL",
|
|
195
234
|
// add strategy type
|
|
235
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
236
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC_IC.png",
|
|
196
237
|
},
|
|
197
238
|
"BLUEFIN-AUTOBALANCE-USDT-USDC": {
|
|
198
239
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_BLUEFIN_AUTOBALANCE_LATEST_PACKAGE_ID,
|
|
@@ -209,7 +250,10 @@ exports.poolInfo = {
|
|
|
209
250
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_AUTOBALANCE_USDT_USDC_POOL_REBALANCE_EVENT,
|
|
210
251
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV]
|
|
211
252
|
.ALPHAFI_BLUEFIN_AUTOBALANCE_USDT_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
253
|
+
strategyType: "AUTOBALANCE-LIQUIDITY-POOL",
|
|
212
254
|
// add strategy type
|
|
255
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/USDT.svg",
|
|
256
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC_IC.png",
|
|
213
257
|
},
|
|
214
258
|
"BLUEFIN-ALPHA-STSUI": {
|
|
215
259
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_STSUI_LATEST_PACKAGE_ID,
|
|
@@ -225,6 +269,8 @@ exports.poolInfo = {
|
|
|
225
269
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_ALPHA_STSUI_POOL_REBALANCE_EVENT,
|
|
226
270
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_ALPHA_STSUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
227
271
|
// add strategy type
|
|
272
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/logo192.png",
|
|
273
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/stsui.svg",
|
|
228
274
|
},
|
|
229
275
|
// "BLUEFIN-STSUI-WSOL": {
|
|
230
276
|
// packageId: conf[CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -276,6 +322,8 @@ exports.poolInfo = {
|
|
|
276
322
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_USDC_POOL_REBALANCE_EVENT,
|
|
277
323
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
278
324
|
// add strategy type
|
|
325
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/stsui.svg",
|
|
326
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
279
327
|
},
|
|
280
328
|
"BLUEFIN-STSUI-SUI": {
|
|
281
329
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -291,6 +339,8 @@ exports.poolInfo = {
|
|
|
291
339
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_SUI_POOL_REBALANCE_EVENT,
|
|
292
340
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_STSUI_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
293
341
|
// add strategy type
|
|
342
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/stsui.svg",
|
|
343
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
294
344
|
},
|
|
295
345
|
"BLUEFIN-DEEP-SUI": {
|
|
296
346
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -306,6 +356,8 @@ exports.poolInfo = {
|
|
|
306
356
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_DEEP_SUI_POOL_REBALANCE_EVENT,
|
|
307
357
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_DEEP_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
308
358
|
// add strategy type
|
|
359
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/deep.svg",
|
|
360
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
309
361
|
},
|
|
310
362
|
"BLUEFIN-WBTC-SUI": {
|
|
311
363
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -321,6 +373,8 @@ exports.poolInfo = {
|
|
|
321
373
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_WBTC_SUI_POOL_REBALANCE_EVENT,
|
|
322
374
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_WBTC_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
323
375
|
// add strategy type
|
|
376
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/BTCB.svg",
|
|
377
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
324
378
|
},
|
|
325
379
|
"BLUEFIN-SEND-USDC": {
|
|
326
380
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -336,6 +390,8 @@ exports.poolInfo = {
|
|
|
336
390
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SEND_USDC_POOL_REBALANCE_EVENT,
|
|
337
391
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SEND_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
338
392
|
// add strategy type
|
|
393
|
+
imageUrl1: "", // add send image here
|
|
394
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
339
395
|
},
|
|
340
396
|
"BLUEFIN-BLUE-SUI": {
|
|
341
397
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -351,6 +407,8 @@ exports.poolInfo = {
|
|
|
351
407
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_BLUE_SUI_POOL_REBALANCE_EVENT,
|
|
352
408
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_BLUE_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
353
409
|
// add strategy type
|
|
410
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/send.png",
|
|
411
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
354
412
|
},
|
|
355
413
|
"BLUEFIN-BLUE-USDC": {
|
|
356
414
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -366,6 +424,8 @@ exports.poolInfo = {
|
|
|
366
424
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_BLUE_USDC_POOL_REBALANCE_EVENT,
|
|
367
425
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_BLUE_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
368
426
|
// add strategy type
|
|
427
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/send.png",
|
|
428
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
369
429
|
},
|
|
370
430
|
"NAVI-NAVX": {
|
|
371
431
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_3_LATEST_PACKAGE_ID,
|
|
@@ -380,6 +440,8 @@ exports.poolInfo = {
|
|
|
380
440
|
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_NAVX_POOL_AUTO_COMPOUNDING_EVENT,
|
|
381
441
|
rebalanceEventType: undefined,
|
|
382
442
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_NAVX_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
443
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
444
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
383
445
|
},
|
|
384
446
|
"BLUEFIN-NAVX-VSUI": {
|
|
385
447
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -398,6 +460,8 @@ exports.poolInfo = {
|
|
|
398
460
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_NAVX_VSUI_POOL_REBALANCE_EVENT,
|
|
399
461
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_NAVX_VSUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
400
462
|
// add strategy type
|
|
463
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
464
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/vsui.png",
|
|
401
465
|
},
|
|
402
466
|
"BLUEFIN-SUI-AUSD": {
|
|
403
467
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -416,6 +480,8 @@ exports.poolInfo = {
|
|
|
416
480
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SUI_AUSD_POOL_REBALANCE_EVENT,
|
|
417
481
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SUI_AUSD_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
418
482
|
// add strategy type
|
|
483
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
484
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/ausd.png",
|
|
419
485
|
},
|
|
420
486
|
"BLUEFIN-ALPHA-USDC": {
|
|
421
487
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -434,6 +500,8 @@ exports.poolInfo = {
|
|
|
434
500
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_ALPHA_USDC_POOL_REBALANCE_EVENT,
|
|
435
501
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_ALPHA_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
436
502
|
// add strategy type
|
|
503
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/logo192.png",
|
|
504
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
437
505
|
},
|
|
438
506
|
"BLUEFIN-WBTC-USDC": {
|
|
439
507
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -452,6 +520,8 @@ exports.poolInfo = {
|
|
|
452
520
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_WBTC_USDC_POOL_REBALANCE_EVENT,
|
|
453
521
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_WBTC_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
454
522
|
// add strategy type
|
|
523
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/BTCB.svg",
|
|
524
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
455
525
|
},
|
|
456
526
|
"NAVI-NS": {
|
|
457
527
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_3_LATEST_PACKAGE_ID,
|
|
@@ -468,6 +538,8 @@ exports.poolInfo = {
|
|
|
468
538
|
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_NS_POOL_AUTO_COMPOUNDING_EVENT,
|
|
469
539
|
rebalanceEventType: undefined,
|
|
470
540
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_NS_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
541
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
542
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/ns.svg",
|
|
471
543
|
},
|
|
472
544
|
"BLUEFIN-AUSD-USDC": {
|
|
473
545
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -486,6 +558,8 @@ exports.poolInfo = {
|
|
|
486
558
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_AUSD_USDC_POOL_REBALANCE_EVENT,
|
|
487
559
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_AUSD_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
488
560
|
// add strategy type
|
|
561
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/ausd.png",
|
|
562
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
489
563
|
},
|
|
490
564
|
"BLUEFIN-SUI-BUCK": {
|
|
491
565
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -504,6 +578,8 @@ exports.poolInfo = {
|
|
|
504
578
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SUI_BUCK_POOL_REBALANCE_EVENT,
|
|
505
579
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SUI_BUCK_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
506
580
|
// add strategy type
|
|
581
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
582
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/buck.svg",
|
|
507
583
|
},
|
|
508
584
|
"NAVI-LOOP-USDT-USDC": {
|
|
509
585
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_5_LATEST_PACKAGE_ID,
|
|
@@ -522,6 +598,8 @@ exports.poolInfo = {
|
|
|
522
598
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_LOOP_USDT_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
523
599
|
strategyType: "LOOPING",
|
|
524
600
|
checkRatioEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_LOOP_USDT_USDC_POOL_CHECK_RATIO_EVENT,
|
|
601
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/USDT.svg",
|
|
602
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
525
603
|
},
|
|
526
604
|
"BLUEFIN-USDT-USDC": {
|
|
527
605
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -540,6 +618,8 @@ exports.poolInfo = {
|
|
|
540
618
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_USDT_USDC_POOL_REBALANCE_EVENT,
|
|
541
619
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_USDT_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
542
620
|
// add strategy type
|
|
621
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/USDT.svg",
|
|
622
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
543
623
|
},
|
|
544
624
|
"BLUEFIN-SUI-USDC": {
|
|
545
625
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
|
|
@@ -558,6 +638,8 @@ exports.poolInfo = {
|
|
|
558
638
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SUI_USDC_POOL_REBALANCE_EVENT,
|
|
559
639
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHAFI_BLUEFIN_SUI_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
560
640
|
// add strategy type
|
|
641
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
642
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
561
643
|
},
|
|
562
644
|
"NAVI-LOOP-HASUI-SUI": {
|
|
563
645
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_2_LATEST_PACKAGE_ID,
|
|
@@ -576,6 +658,8 @@ exports.poolInfo = {
|
|
|
576
658
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_LOOP_HASUI_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
577
659
|
strategyType: "LOOPING",
|
|
578
660
|
checkRatioEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_LOOP_HASUI_SUI_POOL_CHECK_RATIO_EVENT,
|
|
661
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/hasui.svg",
|
|
662
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
579
663
|
},
|
|
580
664
|
"NAVI-USDY": {
|
|
581
665
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -592,6 +676,8 @@ exports.poolInfo = {
|
|
|
592
676
|
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_USDY_POOL_AUTO_COMPOUNDING_EVENT,
|
|
593
677
|
rebalanceEventType: undefined,
|
|
594
678
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_USDY_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
679
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
680
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/usdy.svg",
|
|
595
681
|
},
|
|
596
682
|
"NAVI-AUSD": {
|
|
597
683
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_3_LATEST_PACKAGE_ID,
|
|
@@ -608,6 +694,8 @@ exports.poolInfo = {
|
|
|
608
694
|
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_AUSD_POOL_AUTO_COMPOUNDING_EVENT,
|
|
609
695
|
rebalanceEventType: undefined,
|
|
610
696
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_AUSD_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
697
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
698
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/ausd.png",
|
|
611
699
|
},
|
|
612
700
|
"NAVI-ETH": {
|
|
613
701
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_3_LATEST_PACKAGE_ID,
|
|
@@ -624,6 +712,8 @@ exports.poolInfo = {
|
|
|
624
712
|
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_ETH_POOL_AUTO_COMPOUNDING_EVENT,
|
|
625
713
|
rebalanceEventType: undefined,
|
|
626
714
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_ETH_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
715
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
716
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/eth 2.png",
|
|
627
717
|
},
|
|
628
718
|
"BUCKET-BUCK": {
|
|
629
719
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_3_LATEST_PACKAGE_ID,
|
|
@@ -640,6 +730,8 @@ exports.poolInfo = {
|
|
|
640
730
|
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].BUCKET_BUCK_POOL_AUTO_COMPOUNDING_EVENT,
|
|
641
731
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].BUCKET_BUCK_POOL_REBALANCE_EVENT,
|
|
642
732
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].BUCKET_BUCK_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
733
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/bucket_protocol.svg",
|
|
734
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/buck.svg",
|
|
643
735
|
},
|
|
644
736
|
"BUCK-SUI": {
|
|
645
737
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -657,6 +749,8 @@ exports.poolInfo = {
|
|
|
657
749
|
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].BUCK_SUI_POOL_AUTO_COMPOUNDING_EVENT,
|
|
658
750
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].BUCK_SUI_POOL_REBALANCE_EVENT,
|
|
659
751
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].BUCK_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
752
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/buck.svg",
|
|
753
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
660
754
|
},
|
|
661
755
|
"USDC-ETH": {
|
|
662
756
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -674,6 +768,8 @@ exports.poolInfo = {
|
|
|
674
768
|
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].USDC_ETH_POOL_AUTO_COMPOUNDING_EVENT,
|
|
675
769
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].USDC_ETH_POOL_REBALANCE_EVENT,
|
|
676
770
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].USDC_ETH_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
771
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
772
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/eth 2.png",
|
|
677
773
|
},
|
|
678
774
|
"DEEP-SUI": {
|
|
679
775
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -691,6 +787,8 @@ exports.poolInfo = {
|
|
|
691
787
|
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].DEEP_SUI_POOL_AUTO_COMPOUNDING_EVENT,
|
|
692
788
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].DEEP_SUI_POOL_REBALANCE_EVENT,
|
|
693
789
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].DEEP_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
790
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/deep.svg",
|
|
791
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
694
792
|
},
|
|
695
793
|
"ALPHA-USDC": {
|
|
696
794
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -708,6 +806,8 @@ exports.poolInfo = {
|
|
|
708
806
|
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_USDC_POOL_AUTO_COMPOUNDING_EVENT,
|
|
709
807
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_USDC_POOL_REBALANCE_EVENT,
|
|
710
808
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
809
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/logo192.png",
|
|
810
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
711
811
|
},
|
|
712
812
|
"USDC-WUSDC": {
|
|
713
813
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -725,6 +825,8 @@ exports.poolInfo = {
|
|
|
725
825
|
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].USDC_WUSDC_POOL_AUTO_COMPOUNDING_EVENT,
|
|
726
826
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].USDC_WUSDC_POOL_REBALANCE_EVENT,
|
|
727
827
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].USDC_WUSDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
828
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
829
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/wusdc.svg",
|
|
728
830
|
},
|
|
729
831
|
"USDC-SUI": {
|
|
730
832
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -742,6 +844,8 @@ exports.poolInfo = {
|
|
|
742
844
|
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].USDC_SUI_POOL_AUTO_COMPOUNDING_EVENT,
|
|
743
845
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].USDC_SUI_POOL_REBALANCE_EVENT,
|
|
744
846
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].USDC_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
847
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
848
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
745
849
|
},
|
|
746
850
|
"USDC-USDT": {
|
|
747
851
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -759,6 +863,8 @@ exports.poolInfo = {
|
|
|
759
863
|
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].USDC_USDT_POOL_AUTO_COMPOUNDING_EVENT,
|
|
760
864
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].USDC_USDT_POOL_REBALANCE_EVENT,
|
|
761
865
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].USDC_USDT_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
866
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
867
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/USDT.svg",
|
|
762
868
|
},
|
|
763
869
|
"NAVI-USDC": {
|
|
764
870
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -775,6 +881,8 @@ exports.poolInfo = {
|
|
|
775
881
|
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_USDC_POOL_AUTO_COMPOUNDING_EVENT,
|
|
776
882
|
rebalanceEventType: undefined,
|
|
777
883
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
884
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
885
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
778
886
|
},
|
|
779
887
|
"NAVI-LOOP-USDC-USDT": {
|
|
780
888
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_2_LATEST_PACKAGE_ID,
|
|
@@ -793,6 +901,8 @@ exports.poolInfo = {
|
|
|
793
901
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_LOOP_USDC_USDT_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
794
902
|
strategyType: "LOOPING",
|
|
795
903
|
checkRatioEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_LOOP_USDC_USDT_POOL_CHECK_RATIO_EVENT,
|
|
904
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/USDC.svg",
|
|
905
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/USDT.svg",
|
|
796
906
|
},
|
|
797
907
|
"NAVI-LOOP-SUI-VSUI": {
|
|
798
908
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_2_LATEST_PACKAGE_ID,
|
|
@@ -809,6 +919,8 @@ exports.poolInfo = {
|
|
|
809
919
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_LOOP_SUI_VSUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
810
920
|
strategyType: "LOOPING",
|
|
811
921
|
checkRatioEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_LOOP_SUI_VSUI_POOL_CHECK_RATIO_EVENT,
|
|
922
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
923
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/vsui.png",
|
|
812
924
|
},
|
|
813
925
|
"NAVI-SUI": {
|
|
814
926
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -824,6 +936,8 @@ exports.poolInfo = {
|
|
|
824
936
|
rebalanceEventType: undefined,
|
|
825
937
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
826
938
|
afterTransactionEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_SUI_POOL_AFTER_TRANSACTION_EVENT,
|
|
939
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
940
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
827
941
|
},
|
|
828
942
|
"NAVI-VSUI": {
|
|
829
943
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -841,6 +955,8 @@ exports.poolInfo = {
|
|
|
841
955
|
rebalanceEventType: undefined,
|
|
842
956
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_VSUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
843
957
|
afterTransactionEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_VSUI_POOL_AFTER_TRANSACTION_EVENT,
|
|
958
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
959
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/vsui.png",
|
|
844
960
|
},
|
|
845
961
|
"NAVI-WETH": {
|
|
846
962
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -858,6 +974,8 @@ exports.poolInfo = {
|
|
|
858
974
|
rebalanceEventType: undefined,
|
|
859
975
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_WETH_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
860
976
|
afterTransactionEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_WETH_POOL_AFTER_TRANSACTION_EVENT,
|
|
977
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
978
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
861
979
|
},
|
|
862
980
|
"NAVI-USDT": {
|
|
863
981
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -875,6 +993,8 @@ exports.poolInfo = {
|
|
|
875
993
|
rebalanceEventType: undefined,
|
|
876
994
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_USDT_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
877
995
|
afterTransactionEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_USDT_POOL_AFTER_TRANSACTION_EVENT,
|
|
996
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
997
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/USDT.svg",
|
|
878
998
|
},
|
|
879
999
|
"NAVI-WUSDC": {
|
|
880
1000
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -892,6 +1012,8 @@ exports.poolInfo = {
|
|
|
892
1012
|
rebalanceEventType: undefined,
|
|
893
1013
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_WUSDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
894
1014
|
afterTransactionEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVI_WUSDC_POOL_AFTER_TRANSACTION_EVENT,
|
|
1015
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
1016
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/wusdc.svg",
|
|
895
1017
|
},
|
|
896
1018
|
// "NAVI-HASUI": {
|
|
897
1019
|
// packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -927,6 +1049,8 @@ exports.poolInfo = {
|
|
|
927
1049
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
928
1050
|
withdrawV2EventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_POOL_WITHDRAW_V2_EVENT,
|
|
929
1051
|
afterTransactionEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_POOL_AFTER_TRANSACTION_EVENT,
|
|
1052
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/logo192.png",
|
|
1053
|
+
lockIcon: "https://images.alphafi.xyz/adminweb/lock.svg",
|
|
930
1054
|
},
|
|
931
1055
|
"ALPHA-SUI": {
|
|
932
1056
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -945,6 +1069,8 @@ exports.poolInfo = {
|
|
|
945
1069
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_SUI_POOL_REBALANCE_EVENT,
|
|
946
1070
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
947
1071
|
afterTransactionEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_SUI_POOL_AFTER_TRANSACTION_EVENT,
|
|
1072
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/logo192.png",
|
|
1073
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
948
1074
|
},
|
|
949
1075
|
// "HASUI-SUI": {
|
|
950
1076
|
// packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -980,6 +1106,8 @@ exports.poolInfo = {
|
|
|
980
1106
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].USDT_WUSDC_POOL_REBALANCE_EVENT,
|
|
981
1107
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].USDT_WUSDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
982
1108
|
afterTransactionEventType: constants_js_1.conf[constants_js_1.CONF_ENV].USDT_WUSDC_POOL_AFTER_TRANSACTION_EVENT,
|
|
1109
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/USDT.svg",
|
|
1110
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/wusdc.svg",
|
|
983
1111
|
},
|
|
984
1112
|
// "USDY-WUSDC": {
|
|
985
1113
|
// packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1015,6 +1143,8 @@ exports.poolInfo = {
|
|
|
1015
1143
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].WUSDC_SUI_POOL_REBALANCE_EVENT,
|
|
1016
1144
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].WUSDC_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
1017
1145
|
afterTransactionEventType: constants_js_1.conf[constants_js_1.CONF_ENV].WUSDC_SUI_POOL_AFTER_TRANSACTION_EVENT,
|
|
1146
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
1147
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/wusdc.svg",
|
|
1018
1148
|
},
|
|
1019
1149
|
"WETH-WUSDC": {
|
|
1020
1150
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1033,6 +1163,8 @@ exports.poolInfo = {
|
|
|
1033
1163
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].WETH_WUSDC_POOL_REBALANCE_EVENT,
|
|
1034
1164
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].WETH_WUSDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
1035
1165
|
afterTransactionEventType: constants_js_1.conf[constants_js_1.CONF_ENV].WETH_WUSDC_POOL_AFTER_TRANSACTION_EVENT,
|
|
1166
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/weth.svg",
|
|
1167
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/wusdc.svg",
|
|
1036
1168
|
},
|
|
1037
1169
|
"WUSDC-WBTC": {
|
|
1038
1170
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1051,6 +1183,8 @@ exports.poolInfo = {
|
|
|
1051
1183
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].WUSDC_WBTC_POOL_REBALANCE_EVENT,
|
|
1052
1184
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].WUSDC_WBTC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
1053
1185
|
afterTransactionEventType: constants_js_1.conf[constants_js_1.CONF_ENV].WUSDC_WBTC_POOL_AFTER_TRANSACTION_EVENT,
|
|
1186
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/BTCB.svg",
|
|
1187
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/wusdc.svg",
|
|
1054
1188
|
},
|
|
1055
1189
|
"NAVX-SUI": {
|
|
1056
1190
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1069,6 +1203,8 @@ exports.poolInfo = {
|
|
|
1069
1203
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVX_SUI_POOL_REBALANCE_EVENT,
|
|
1070
1204
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVX_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
1071
1205
|
afterTransactionEventType: constants_js_1.conf[constants_js_1.CONF_ENV].NAVX_SUI_POOL_AFTER_TRANSACTION_EVENT,
|
|
1206
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
|
|
1207
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
1072
1208
|
},
|
|
1073
1209
|
// "BUCK-WUSDC": {
|
|
1074
1210
|
// packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1103,6 +1239,8 @@ exports.poolInfo = {
|
|
|
1103
1239
|
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].CETUS_SUI_POOL_AUTO_COMPOUNDING_EVENT,
|
|
1104
1240
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].CETUS_SUI_POOL_REBALANCE_EVENT,
|
|
1105
1241
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].CETUS_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
1242
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/cetus_token.svg",
|
|
1243
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
1106
1244
|
},
|
|
1107
1245
|
"ALPHA-WUSDC": {
|
|
1108
1246
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1120,6 +1258,8 @@ exports.poolInfo = {
|
|
|
1120
1258
|
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_WUSDC_POOL_AUTO_COMPOUNDING_EVENT,
|
|
1121
1259
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_WUSDC_POOL_REBALANCE_EVENT,
|
|
1122
1260
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_WUSDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
1261
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/logo192.png",
|
|
1262
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/wusdc.svg",
|
|
1123
1263
|
},
|
|
1124
1264
|
"WSOL-WUSDC": {
|
|
1125
1265
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1137,6 +1277,8 @@ exports.poolInfo = {
|
|
|
1137
1277
|
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].WSOL_WUSDC_POOL_AUTO_COMPOUNDING_EVENT,
|
|
1138
1278
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].WSOL_WUSDC_POOL_REBALANCE_EVENT,
|
|
1139
1279
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].WSOL_WUSDC_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
1280
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/wsol.png",
|
|
1281
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/wusdc.svg",
|
|
1140
1282
|
},
|
|
1141
1283
|
"FUD-SUI": {
|
|
1142
1284
|
packageId: constants_js_1.conf[constants_js_1.CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|
|
@@ -1154,6 +1296,8 @@ exports.poolInfo = {
|
|
|
1154
1296
|
autoCompoundingEventType: constants_js_1.conf[constants_js_1.CONF_ENV].FUD_SUI_POOL_AUTO_COMPOUNDING_EVENT,
|
|
1155
1297
|
rebalanceEventType: constants_js_1.conf[constants_js_1.CONF_ENV].FUD_SUI_POOL_REBALANCE_EVENT,
|
|
1156
1298
|
liquidityChangeEventType: constants_js_1.conf[constants_js_1.CONF_ENV].FUD_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
|
|
1299
|
+
imageUrl1: "https://images.alphafi.xyz/adminweb/fud.png",
|
|
1300
|
+
imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
|
|
1157
1301
|
},
|
|
1158
1302
|
// "BLUB-SUI": {
|
|
1159
1303
|
// packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
|