@alphafi/alphafi-sdk 0.0.66 → 0.0.68

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (323) hide show
  1. package/dist/cjs/common/coins.d.ts.map +1 -1
  2. package/dist/cjs/common/coins.js +13 -1
  3. package/dist/cjs/common/coins.js.map +1 -1
  4. package/dist/cjs/common/constants.d.ts +235 -0
  5. package/dist/cjs/common/constants.d.ts.map +1 -1
  6. package/dist/cjs/common/constants.js +203 -20
  7. package/dist/cjs/common/constants.js.map +1 -1
  8. package/dist/cjs/common/maps.d.ts +7 -0
  9. package/dist/cjs/common/maps.d.ts.map +1 -1
  10. package/dist/cjs/common/maps.js +184 -1
  11. package/dist/cjs/common/maps.js.map +1 -1
  12. package/dist/cjs/common/pyth.d.ts +1 -1
  13. package/dist/cjs/common/pyth.d.ts.map +1 -1
  14. package/dist/cjs/common/pyth.js.map +1 -1
  15. package/dist/cjs/common/types.d.ts +17 -3
  16. package/dist/cjs/common/types.d.ts.map +1 -1
  17. package/dist/cjs/common/types.js.map +1 -1
  18. package/dist/cjs/index.d.ts +1 -0
  19. package/dist/cjs/index.d.ts.map +1 -1
  20. package/dist/cjs/index.js +3 -1
  21. package/dist/cjs/index.js.map +1 -1
  22. package/dist/cjs/sui-sdk/functions/getPortfolioAmounts.d.ts.map +1 -1
  23. package/dist/cjs/sui-sdk/functions/getPortfolioAmounts.js +17 -2
  24. package/dist/cjs/sui-sdk/functions/getPortfolioAmounts.js.map +1 -1
  25. package/dist/cjs/sui-sdk/transactions/fetchTransactions.d.ts.map +1 -1
  26. package/dist/cjs/sui-sdk/transactions/fetchTransactions.js +21 -5
  27. package/dist/cjs/sui-sdk/transactions/fetchTransactions.js.map +1 -1
  28. package/dist/cjs/sui-sdk/transactions/types.d.ts +2 -1
  29. package/dist/cjs/sui-sdk/transactions/types.d.ts.map +1 -1
  30. package/dist/cjs/sui-sdk/transactions/types.js.map +1 -1
  31. package/dist/cjs/transactions/alpha.js +2 -2
  32. package/dist/cjs/transactions/alpha.js.map +1 -1
  33. package/dist/cjs/transactions/bluefin.d.ts +6 -0
  34. package/dist/cjs/transactions/bluefin.d.ts.map +1 -1
  35. package/dist/cjs/transactions/bluefin.js +153 -1
  36. package/dist/cjs/transactions/bluefin.js.map +1 -1
  37. package/dist/cjs/transactions/deposit.d.ts +3 -3
  38. package/dist/cjs/transactions/deposit.d.ts.map +1 -1
  39. package/dist/cjs/transactions/deposit.js +25 -21
  40. package/dist/cjs/transactions/deposit.js.map +1 -1
  41. package/dist/cjs/transactions/navi-looping.d.ts.map +1 -1
  42. package/dist/cjs/transactions/navi-looping.js +865 -73
  43. package/dist/cjs/transactions/navi-looping.js.map +1 -1
  44. package/dist/cjs/transactions/navi.d.ts.map +1 -1
  45. package/dist/cjs/transactions/navi.js +1556 -191
  46. package/dist/cjs/transactions/navi.js.map +1 -1
  47. package/dist/cjs/transactions/naviOracle.d.ts +3 -0
  48. package/dist/cjs/transactions/naviOracle.d.ts.map +1 -0
  49. package/dist/cjs/transactions/naviOracle.js +18 -0
  50. package/dist/cjs/transactions/naviOracle.js.map +1 -0
  51. package/dist/cjs/transactions/withdraw.d.ts.map +1 -1
  52. package/dist/cjs/transactions/withdraw.js +8 -3
  53. package/dist/cjs/transactions/withdraw.js.map +1 -1
  54. package/dist/cjs/transactions/zapDeposit.d.ts +2 -6
  55. package/dist/cjs/transactions/zapDeposit.d.ts.map +1 -1
  56. package/dist/cjs/transactions/zapDeposit.js +1207 -1497
  57. package/dist/cjs/transactions/zapDeposit.js.map +1 -1
  58. package/dist/cjs/utils/prices.d.ts.map +1 -1
  59. package/dist/cjs/utils/prices.js +1 -1
  60. package/dist/cjs/utils/prices.js.map +1 -1
  61. package/dist/esm/common/coins.d.ts.map +1 -1
  62. package/dist/esm/common/coins.js +13 -1
  63. package/dist/esm/common/coins.js.map +1 -1
  64. package/dist/esm/common/constants.d.ts +235 -0
  65. package/dist/esm/common/constants.d.ts.map +1 -1
  66. package/dist/esm/common/constants.js +203 -20
  67. package/dist/esm/common/constants.js.map +1 -1
  68. package/dist/esm/common/maps.d.ts +7 -0
  69. package/dist/esm/common/maps.d.ts.map +1 -1
  70. package/dist/esm/common/maps.js +183 -0
  71. package/dist/esm/common/maps.js.map +1 -1
  72. package/dist/esm/common/pyth.d.ts +1 -1
  73. package/dist/esm/common/pyth.d.ts.map +1 -1
  74. package/dist/esm/common/pyth.js.map +1 -1
  75. package/dist/esm/common/types.d.ts +17 -3
  76. package/dist/esm/common/types.d.ts.map +1 -1
  77. package/dist/esm/common/types.js.map +1 -1
  78. package/dist/esm/index.d.ts +1 -0
  79. package/dist/esm/index.d.ts.map +1 -1
  80. package/dist/esm/index.js +1 -0
  81. package/dist/esm/index.js.map +1 -1
  82. package/dist/esm/sui-sdk/functions/getPortfolioAmounts.d.ts.map +1 -1
  83. package/dist/esm/sui-sdk/functions/getPortfolioAmounts.js +17 -2
  84. package/dist/esm/sui-sdk/functions/getPortfolioAmounts.js.map +1 -1
  85. package/dist/esm/sui-sdk/transactions/fetchTransactions.d.ts.map +1 -1
  86. package/dist/esm/sui-sdk/transactions/fetchTransactions.js +21 -5
  87. package/dist/esm/sui-sdk/transactions/fetchTransactions.js.map +1 -1
  88. package/dist/esm/sui-sdk/transactions/types.d.ts +2 -1
  89. package/dist/esm/sui-sdk/transactions/types.d.ts.map +1 -1
  90. package/dist/esm/sui-sdk/transactions/types.js.map +1 -1
  91. package/dist/esm/transactions/alpha.js +2 -2
  92. package/dist/esm/transactions/alpha.js.map +1 -1
  93. package/dist/esm/transactions/bluefin.d.ts +6 -0
  94. package/dist/esm/transactions/bluefin.d.ts.map +1 -1
  95. package/dist/esm/transactions/bluefin.js +151 -1
  96. package/dist/esm/transactions/bluefin.js.map +1 -1
  97. package/dist/esm/transactions/deposit.d.ts +3 -3
  98. package/dist/esm/transactions/deposit.d.ts.map +1 -1
  99. package/dist/esm/transactions/deposit.js +26 -22
  100. package/dist/esm/transactions/deposit.js.map +1 -1
  101. package/dist/esm/transactions/navi-looping.d.ts.map +1 -1
  102. package/dist/esm/transactions/navi-looping.js +866 -74
  103. package/dist/esm/transactions/navi-looping.js.map +1 -1
  104. package/dist/esm/transactions/navi.d.ts.map +1 -1
  105. package/dist/esm/transactions/navi.js +1557 -192
  106. package/dist/esm/transactions/navi.js.map +1 -1
  107. package/dist/esm/transactions/naviOracle.d.ts +3 -0
  108. package/dist/esm/transactions/naviOracle.d.ts.map +1 -0
  109. package/dist/esm/transactions/naviOracle.js +15 -0
  110. package/dist/esm/transactions/naviOracle.js.map +1 -0
  111. package/dist/esm/transactions/withdraw.d.ts.map +1 -1
  112. package/dist/esm/transactions/withdraw.js +9 -4
  113. package/dist/esm/transactions/withdraw.js.map +1 -1
  114. package/dist/esm/transactions/zapDeposit.d.ts +2 -6
  115. package/dist/esm/transactions/zapDeposit.d.ts.map +1 -1
  116. package/dist/esm/transactions/zapDeposit.js +1208 -1498
  117. package/dist/esm/transactions/zapDeposit.js.map +1 -1
  118. package/dist/esm/utils/prices.d.ts.map +1 -1
  119. package/dist/esm/utils/prices.js +2 -2
  120. package/dist/esm/utils/prices.js.map +1 -1
  121. package/docs/assets/navigation.js +1 -1
  122. package/docs/assets/search.js +1 -1
  123. package/docs/functions/alphaLpBreakdown.html +1 -1
  124. package/docs/functions/cetusLpBreakdown.html +1 -1
  125. package/docs/functions/claimBlueRewardTxb.html +1 -1
  126. package/docs/functions/claimRewardTxb.html +1 -1
  127. package/docs/functions/coinAmountToXTokensDoubleAsset.html +1 -1
  128. package/docs/functions/coinAmountToXTokensSingleAsset.html +1 -1
  129. package/docs/functions/coinsInPool.html +1 -1
  130. package/docs/functions/collectRewards.html +1 -1
  131. package/docs/functions/deposit.html +1 -1
  132. package/docs/functions/depositDoubleAssetTxb.html +1 -1
  133. package/docs/functions/depositSingleAssetTxb.html +1 -1
  134. package/docs/functions/fetchAfterTransactionEvents.html +1 -1
  135. package/docs/functions/fetchAutoCompoundingEvents.html +1 -1
  136. package/docs/functions/fetchAutoCompoundingEventsGql.html +1 -1
  137. package/docs/functions/fetchCetusPools.html +1 -1
  138. package/docs/functions/fetchChainIdentifier.html +1 -1
  139. package/docs/functions/fetchCheckRatioEvents.html +1 -1
  140. package/docs/functions/fetchLiquidityChangeEvents.html +1 -1
  141. package/docs/functions/fetchMultiCategoryEvents.html +1 -1
  142. package/docs/functions/fetchMultiReceipts.html +1 -1
  143. package/docs/functions/fetchNftHolders.html +1 -1
  144. package/docs/functions/fetchPools.html +1 -1
  145. package/docs/functions/fetchPortfolioData.html +1 -1
  146. package/docs/functions/fetchProtocolData.html +1 -1
  147. package/docs/functions/fetchTVL.html +1 -1
  148. package/docs/functions/fetchTransactions.html +1 -0
  149. package/docs/functions/fetchUserVaultBalances.html +1 -1
  150. package/docs/functions/fetchUserVaults.html +1 -1
  151. package/docs/functions/fetchUserWalletData.html +1 -1
  152. package/docs/functions/fetchVoloExchangeRate.html +1 -1
  153. package/docs/functions/fetchWithdrawV2Events.html +1 -1
  154. package/docs/functions/getAirdropShare.html +1 -1
  155. package/docs/functions/getAllDoubleAssetVaults.html +1 -1
  156. package/docs/functions/getAllSingleAssetVaults.html +1 -1
  157. package/docs/functions/getAllVaultBalances.html +1 -1
  158. package/docs/functions/getAllVaults.html +1 -1
  159. package/docs/functions/getAlphaUnlocks.html +1 -1
  160. package/docs/functions/getAlphaVaultBalance.html +1 -1
  161. package/docs/functions/getAmounts.html +1 -1
  162. package/docs/functions/getApr.html +1 -1
  163. package/docs/functions/getAprs.html +1 -1
  164. package/docs/functions/getApy.html +1 -1
  165. package/docs/functions/getApys.html +1 -1
  166. package/docs/functions/getCetusInvestorTicksMap.html +1 -1
  167. package/docs/functions/getCetusPool.html +1 -1
  168. package/docs/functions/getCetusSqrtPriceMap.html +1 -1
  169. package/docs/functions/getCoinAmountsFromLiquidity.html +1 -1
  170. package/docs/functions/getConf.html +1 -1
  171. package/docs/functions/getCurrentTick.html +1 -1
  172. package/docs/functions/getDistributor.html +1 -1
  173. package/docs/functions/getDoubleAssetVaultBalance.html +1 -1
  174. package/docs/functions/getDoubleAssetVaults.html +1 -1
  175. package/docs/functions/getHoldersFromTransactions.html +1 -1
  176. package/docs/functions/getInvestor.html +1 -1
  177. package/docs/functions/getInvestorPoolMap.html +1 -1
  178. package/docs/functions/getLastAutoCompoundTime.html +1 -1
  179. package/docs/functions/getLatestPrices.html +1 -1
  180. package/docs/functions/getLiquidity.html +1 -1
  181. package/docs/functions/getMultiCetusPool.html +1 -1
  182. package/docs/functions/getMultiInvestor.html +1 -1
  183. package/docs/functions/getMultiLatestPrices.html +1 -1
  184. package/docs/functions/getMultiParentPool.html +1 -1
  185. package/docs/functions/getMultiPool.html +1 -1
  186. package/docs/functions/getMultiReceipts.html +1 -1
  187. package/docs/functions/getParentPool.html +1 -1
  188. package/docs/functions/getPool.html +1 -1
  189. package/docs/functions/getPoolExchangeRate.html +1 -1
  190. package/docs/functions/getPoolExchangeRateMap.html +1 -1
  191. package/docs/functions/getPoolsWeightDistribution.html +1 -1
  192. package/docs/functions/getPositionRange.html +1 -1
  193. package/docs/functions/getPositionRanges.html +1 -1
  194. package/docs/functions/getPositionTicks.html +1 -1
  195. package/docs/functions/getPriceToTick.html +1 -1
  196. package/docs/functions/getRebalanceHistories.html +1 -1
  197. package/docs/functions/getRebalanceHistory.html +1 -1
  198. package/docs/functions/getReceipts.html +1 -1
  199. package/docs/functions/getSingleAssetVaultBalance.html +1 -1
  200. package/docs/functions/getSingleAssetVaults.html +1 -1
  201. package/docs/functions/getSuiClient.html +2 -2
  202. package/docs/functions/getSuiNodeUrl.html +2 -2
  203. package/docs/functions/getTVLs-1.html +1 -1
  204. package/docs/functions/getTickSpacing.html +1 -1
  205. package/docs/functions/getTickToPrice.html +1 -1
  206. package/docs/functions/getTvls.html +1 -1
  207. package/docs/functions/getUserTokensFromTransactions.html +1 -1
  208. package/docs/functions/getUserTokensInUsdFromTransactions.html +1 -1
  209. package/docs/functions/getVaultBalance.html +1 -1
  210. package/docs/functions/getVaultBalanceForActiveUsers.html +1 -1
  211. package/docs/functions/getVaults.html +1 -1
  212. package/docs/functions/getXTokenVaultBalanceForActiveUsers.html +1 -1
  213. package/docs/functions/getZapAmounts.html +1 -1
  214. package/docs/functions/lastAutocompoundTime.html +1 -1
  215. package/docs/functions/liquidityToTokens.html +1 -1
  216. package/docs/functions/multiLiquidityToTokens.html +1 -1
  217. package/docs/functions/multiTokensToUsd.html +1 -1
  218. package/docs/functions/multiXTokensToLiquidity.html +1 -1
  219. package/docs/functions/parseUserWalletData.html +1 -1
  220. package/docs/functions/pendingBlueRewardAmount.html +1 -1
  221. package/docs/functions/setCustomSuiClient.html +2 -2
  222. package/docs/functions/setSuiClient.html +2 -2
  223. package/docs/functions/setSuiNodeUrl.html +2 -2
  224. package/docs/functions/setWeights.html +1 -1
  225. package/docs/functions/withdraw.html +1 -1
  226. package/docs/functions/withdrawAlphaTxb.html +1 -1
  227. package/docs/functions/withdrawTxb.html +1 -1
  228. package/docs/functions/zapDepositTxb.html +1 -1
  229. package/docs/index.html +2 -2
  230. package/docs/interfaces/Coin.html +6 -6
  231. package/docs/interfaces/CoinPair.html +2 -2
  232. package/docs/interfaces/NaviVoloData.html +2 -2
  233. package/docs/interfaces/PoolData.html +2 -2
  234. package/docs/interfaces/PoolWeightDistribution.html +2 -2
  235. package/docs/interfaces/RebalanceHistoryType.html +2 -2
  236. package/docs/modules.html +3 -2
  237. package/docs/types/AfterTransactionEventNode.html +1 -1
  238. package/docs/types/Allocator.html +1 -1
  239. package/docs/types/AlphaFiDoubleAssetVault.html +1 -1
  240. package/docs/types/AlphaFiMultiVaultBalance.html +1 -1
  241. package/docs/types/AlphaFiSingleAssetVault.html +1 -1
  242. package/docs/types/AlphaFiVault.html +1 -1
  243. package/docs/types/AlphaFiVaultBalance.html +1 -1
  244. package/docs/types/AlphaPoolType.html +1 -1
  245. package/docs/types/AlphaReceipt.html +1 -1
  246. package/docs/types/AlphaReceiptFields.html +1 -1
  247. package/docs/types/AlphaVaultBalance.html +1 -1
  248. package/docs/types/AutoBalancePoolNames.html +1 -1
  249. package/docs/types/AutoCompoundingEventNode.html +1 -1
  250. package/docs/types/BluefinInvestor.html +1 -1
  251. package/docs/types/BluefinPoolType.html +1 -1
  252. package/docs/types/BucketInvestor.html +1 -1
  253. package/docs/types/CetusInvestor.html +1 -1
  254. package/docs/types/CetusPoolType.html +1 -1
  255. package/docs/types/CetusSwapOptions.html +1 -1
  256. package/docs/types/CoinAmounts.html +1 -1
  257. package/docs/types/CoinName.html +1 -1
  258. package/docs/types/CoinType.html +1 -1
  259. package/docs/types/CommonInvestorFields.html +1 -1
  260. package/docs/types/CreatePoolOptions.html +1 -1
  261. package/docs/types/Distributor.html +1 -1
  262. package/docs/types/DoubleAssetMultiVaultBalance.html +1 -1
  263. package/docs/types/DoubleAssetPoolNames.html +1 -1
  264. package/docs/types/DoubleAssetTokenHoldings.html +1 -1
  265. package/docs/types/DoubleAssetVaultBalance.html +1 -1
  266. package/docs/types/EventCategory.html +1 -1
  267. package/docs/types/EventNode.html +1 -1
  268. package/docs/types/GetHoldersParams.html +1 -1
  269. package/docs/types/GetTokenHoldingsParams.html +1 -1
  270. package/docs/types/GetUserTokensFromTransactionsParams.html +1 -1
  271. package/docs/types/GetUserTokensInUsdFromTransactionsParams.html +1 -1
  272. package/docs/types/GetVaultBalanceForActiveUsersParams.html +1 -1
  273. package/docs/types/GetVaultBalanceParams.html +1 -1
  274. package/docs/types/HoldingsObj.html +1 -1
  275. package/docs/types/Icon.html +1 -1
  276. package/docs/types/Investor.html +1 -1
  277. package/docs/types/LiquidityChangeEventNode.html +1 -1
  278. package/docs/types/LiquidityToTokensParams.html +1 -1
  279. package/docs/types/LiquidityToUsdParams.html +1 -1
  280. package/docs/types/LoopingDebt.html +1 -1
  281. package/docs/types/LoopingPoolNames.html +1 -1
  282. package/docs/types/LpBreakdownType.html +1 -1
  283. package/docs/types/MemberPoolDataType.html +1 -1
  284. package/docs/types/MemberType.html +1 -1
  285. package/docs/types/MultiGetVaultBalancesParams.html +1 -1
  286. package/docs/types/NaviInvestor.html +1 -1
  287. package/docs/types/OtherReceiptFields.html +1 -1
  288. package/docs/types/PoolName.html +1 -1
  289. package/docs/types/PoolReceipt.html +1 -1
  290. package/docs/types/PoolType.html +1 -1
  291. package/docs/types/Receipt.html +1 -1
  292. package/docs/types/ReceiptGQL.html +1 -1
  293. package/docs/types/SingleAssetMultiVaultBalance.html +1 -1
  294. package/docs/types/SingleAssetPoolNames.html +1 -1
  295. package/docs/types/SingleAssetTokenHoldings.html +1 -1
  296. package/docs/types/SingleAssetVaultBalance.html +1 -1
  297. package/docs/types/SingleGetVaultBalancesParams.html +1 -1
  298. package/docs/types/StrategyType.html +1 -1
  299. package/docs/types/SuiNetwork.html +1 -1
  300. package/docs/types/SwapOptions.html +1 -1
  301. package/docs/types/TickSpacing.html +1 -1
  302. package/docs/types/TotalWeightType.html +1 -1
  303. package/docs/types/TransactionBlockType.html +1 -1
  304. package/docs/types/UserPoolLiquidity.html +1 -1
  305. package/docs/types/UserPoolTokenHoldings.html +1 -1
  306. package/docs/types/UserUsdHoldings.html +1 -1
  307. package/docs/types/VaultBalance.html +1 -1
  308. package/docs/types/WithdrawV2EventNode.html +1 -1
  309. package/docs/variables/bluefinPoolMap.html +1 -1
  310. package/docs/variables/cetusPoolMap.html +1 -1
  311. package/docs/variables/coinsList.html +1 -1
  312. package/docs/variables/defunctPoolsSet.html +1 -1
  313. package/docs/variables/doubleAssetPoolCoinMap.html +1 -1
  314. package/docs/variables/eventCategories.html +1 -1
  315. package/docs/variables/ignoredWalletsForDailyRevenue.html +1 -1
  316. package/docs/variables/loopingAccountAddresses.html +1 -1
  317. package/docs/variables/loopingPoolCoinMap.html +1 -1
  318. package/docs/variables/naviAssetMap.html +1 -1
  319. package/docs/variables/poolIdPoolNameMap.html +1 -1
  320. package/docs/variables/poolInfo.html +1 -1
  321. package/docs/variables/singleAssetPoolCoinMap.html +1 -1
  322. package/docs/variables/stableCoins.html +1 -1
  323. package/package.json +6 -4
@@ -64,6 +64,7 @@ export const doubleAssetPoolCoinMap = {
64
64
  "BLUEFIN-AUTOBALANCE-BLUE-SUI": { coin1: "BLUE", coin2: "SUI" },
65
65
  "BLUEFIN-STSUI-BUCK": { coin1: "STSUI", coin2: "BUCK" },
66
66
  "BLUEFIN-STSUI-MUSD": { coin1: "STSUI", coin2: "MUSD" },
67
+ "BLUEFIN-FUNGIBLE-STSUI-SUI": { coin1: "STSUI", coin2: "SUI" },
67
68
  "BLUEFIN-SUIBTC-USDC": { coin1: "SUIBTC", coin2: "USDC" },
68
69
  };
69
70
  export const singleAssetPoolCoinMap = {
@@ -95,6 +96,7 @@ export const loopingPoolCoinMap = {
95
96
  "NAVI-LOOP-USDT-USDC": { supplyCoin: "USDT", borrowCoin: "USDC" },
96
97
  "NAVI-LOOP-SUI-VSUI": { supplyCoin: "VSUI", borrowCoin: "SUI" },
97
98
  "NAVI-LOOP-USDC-USDT": { supplyCoin: "USDC", borrowCoin: "USDT" },
99
+ "NAVI-LOOP-SUI-STSUI": { supplyCoin: "STSUI", borrowCoin: "SUI" },
98
100
  };
99
101
  export const naviAssetMap = {
100
102
  SUI: "0",
@@ -158,6 +160,7 @@ export const cetusPoolMap = {
158
160
  "WSOL-SUI": conf[CONF_ENV].WSOL_SUI_CETUS_POOL_ID,
159
161
  "MUSD-SUI": conf[CONF_ENV].MUSD_SUI_CETUS_POOL_ID,
160
162
  "USDC-SUIBTC": conf[CONF_ENV].USDC_SUIBTC_CETUS_POOL_ID,
163
+ "SUIUSDT-SUI": conf[CONF_ENV].SUIUSDT_SUI_CETUS_POOL_ID,
161
164
  };
162
165
  export const bluefinPoolMap = {
163
166
  "SUI-USDC": conf[CONF_ENV].BLUEFIN_SUI_USDC_POOL,
@@ -196,8 +199,121 @@ export const loopingAccountAddresses = {
196
199
  "NAVI-LOOP-SUI-VSUI": conf[CONF_ENV].NAVI_SUI_VSUI_LOOP_ACCOUNT_ADDRESS,
197
200
  "NAVI-LOOP-HASUI-SUI": conf[CONF_ENV].NAVI_HASUI_SUI_LOOP_ACCOUNT_ADDRESS,
198
201
  "NAVI-LOOP-SUI-STSUI": conf[CONF_ENV].NAVI_SUI_STSUI_LOOP_ACCOUNT_ADDRESS,
202
+ "NAVI-AUSD": conf[CONF_ENV].NAVI_AUSD_ACCOUNT_ADDRESS,
203
+ "NAVI-ETH": conf[CONF_ENV].NAVI_ETH_ACCOUNT_ADDRESS,
204
+ "NAVI-NS": conf[CONF_ENV].NAVI_NS_ACCOUNT_ADDRESS,
205
+ "NAVI-STSUI": conf[CONF_ENV].NAVI_STSUI_ACCOUNT_ADDRESS,
206
+ "NAVI-SUIUSDT": conf[CONF_ENV].NAVI_SUIUSDT_ACCOUNT_ADDRESS,
207
+ "NAVI-USDT": conf[CONF_ENV].NAVI_USDT_ACCOUNT_ADDRESS,
208
+ "NAVI-WUSDC": conf[CONF_ENV].NAVI_WUSDC_ACCOUNT_ADDRESS,
209
+ "NAVI-USDC": conf[CONF_ENV].NAVI_USDC_ACCOUNT_ADDRESS,
210
+ "NAVI-USDY": conf[CONF_ENV].NAVI_USDY_ACCOUNT_ADDRESS,
211
+ "NAVI-SUI": conf[CONF_ENV].NAVI_SUI_ACCOUNT_ADDRESS,
212
+ "NAVI-VSUI": conf[CONF_ENV].NAVI_VSUI_ACCOUNT_ADDRESS,
213
+ };
214
+ export const naviPriceFeedMap = {
215
+ SUI: {
216
+ feedId: conf[CONF_ENV].SUI_FEED_ID,
217
+ pythPriceInfo: conf[CONF_ENV].SUI_PYTH_PRICE_INFO,
218
+ },
219
+ WUSDC: {
220
+ feedId: conf[CONF_ENV].WUSDC_FEED_ID,
221
+ pythPriceInfo: conf[CONF_ENV].WUSDC_PYTH_PRICE_INFO,
222
+ },
223
+ USDC: {
224
+ feedId: conf[CONF_ENV].USDC_FEED_ID,
225
+ pythPriceInfo: conf[CONF_ENV].USDC_PYTH_PRICE_INFO,
226
+ },
227
+ USDT: {
228
+ feedId: conf[CONF_ENV].USDT_FEED_ID,
229
+ pythPriceInfo: conf[CONF_ENV].USDT_PYTH_PRICE_INFO,
230
+ },
231
+ WETH: {
232
+ feedId: conf[CONF_ENV].WETH_FEED_ID,
233
+ pythPriceInfo: conf[CONF_ENV].WETH_PYTH_PRICE_INFO,
234
+ },
235
+ CETUS: {
236
+ feedId: conf[CONF_ENV].CETUS_FEED_ID,
237
+ pythPriceInfo: conf[CONF_ENV].CETUS_PYTH_PRICE_INFO,
238
+ },
239
+ NAVX: {
240
+ feedId: conf[CONF_ENV].NAVX_FEED_ID,
241
+ pythPriceInfo: conf[CONF_ENV].NAVX_PYTH_PRICE_INFO,
242
+ },
243
+ WBTC: {
244
+ feedId: conf[CONF_ENV].WBTC_FEED_ID,
245
+ pythPriceInfo: conf[CONF_ENV].WBTC_PYTH_PRICE_INFO,
246
+ },
247
+ AUSD: {
248
+ feedId: conf[CONF_ENV].AUSD_FEED_ID,
249
+ pythPriceInfo: conf[CONF_ENV].AUSD_PYTH_PRICE_INFO,
250
+ },
251
+ ETH: {
252
+ feedId: conf[CONF_ENV].ETH_FEED_ID,
253
+ pythPriceInfo: conf[CONF_ENV].ETH_PYTH_PRICE_INFO,
254
+ },
255
+ USDY: {
256
+ feedId: conf[CONF_ENV].USDY_FEED_ID,
257
+ pythPriceInfo: conf[CONF_ENV].USDY_PYTH_PRICE_INFO,
258
+ },
259
+ NS: {
260
+ feedId: conf[CONF_ENV].NS_FEED_ID,
261
+ pythPriceInfo: conf[CONF_ENV].NS_PYTH_PRICE_INFO,
262
+ },
263
+ DEEP: {
264
+ feedId: conf[CONF_ENV].DEEP_FEED_ID,
265
+ pythPriceInfo: conf[CONF_ENV].DEEP_PYTH_PRICE_INFO,
266
+ },
267
+ BLUE: {
268
+ feedId: conf[CONF_ENV].BLUE_FEED_ID,
269
+ pythPriceInfo: conf[CONF_ENV].BLUE_PYTH_PRICE_INFO,
270
+ },
271
+ BUCK: {
272
+ feedId: conf[CONF_ENV].BUCK_FEED_ID,
273
+ pythPriceInfo: conf[CONF_ENV].BUCK_PYTH_PRICE_INFO,
274
+ },
275
+ SUIUSDT: {
276
+ feedId: conf[CONF_ENV].SUIUSDT_FEED_ID,
277
+ pythPriceInfo: conf[CONF_ENV].SUIUSDT_PYTH_PRICE_INFO,
278
+ },
279
+ STSUI: {
280
+ feedId: conf[CONF_ENV].STSUI_FEED_ID,
281
+ pythPriceInfo: conf[CONF_ENV].STSUI_PYTH_PRICE_INFO,
282
+ },
283
+ SUIBTC: {
284
+ feedId: conf[CONF_ENV].SUIBTC_FEED_ID,
285
+ pythPriceInfo: conf[CONF_ENV].SUIBTC_PYTH_PRICE_INFO,
286
+ },
287
+ VSUI: {
288
+ feedId: conf[CONF_ENV].VSUI_FEED_ID,
289
+ pythPriceInfo: conf[CONF_ENV].VSUI_PYTH_PRICE_INFO,
290
+ },
291
+ HASUI: {
292
+ feedId: conf[CONF_ENV].HASUI_FEED_ID,
293
+ pythPriceInfo: conf[CONF_ENV].HASUI_PYTH_PRICE_INFO,
294
+ },
199
295
  };
200
296
  export const poolInfo = {
297
+ "BLUEFIN-FUNGIBLE-STSUI-SUI": {
298
+ packageId: conf[CONF_ENV].ALPHA_FUNGIBLE_LATEST_PACKAGE_ID,
299
+ packageNumber: 8,
300
+ parentProtocolName: "BLUEFIN",
301
+ parentPoolId: conf[CONF_ENV].BLUEFIN_STSUI_SUI_POOL,
302
+ poolId: conf[CONF_ENV].ALPHAFI_BLUEFIN_FUNGIBLE_STSUI_SUI_POOL,
303
+ investorId: conf[CONF_ENV].ALPHAFI_BLUEFIN_FUNGIBLE_STSUI_SUI_INVESTOR,
304
+ receiptName: conf[CONF_ENV].ALPHAFI_BLUEFIN_FUNGIBLE_STSUI_SUI_RECEIPT_NAME,
305
+ receiptType: conf[CONF_ENV].ALPHAFI_BLUEFIN_FUNGIBLE_STSUI_SUI_RECEIPT,
306
+ assetTypes: [coinsList["STSUI"].type, conf[CONF_ENV].SUI_COIN_TYPE],
307
+ autoCompoundingEventType: conf[CONF_ENV]
308
+ .ALPHAFI_BLUEFIN_FUNGIBLE_STSUI_SUI_POOL_AUTO_COMPOUNDING_EVENT,
309
+ rebalanceEventType: conf[CONF_ENV].ALPHAFI_BLUEFIN_FUNGIBLE_STSUI_SUI_POOL_REBALANCE_EVENT,
310
+ liquidityChangeEventType: conf[CONF_ENV]
311
+ .ALPHAFI_BLUEFIN_FUNGIBLE_STSUI_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
312
+ // add strategy type
313
+ imageUrl1: "https://images.alphafi.xyz/adminweb/stsui.svg",
314
+ imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
315
+ retired: false,
316
+ },
201
317
  "NAVI-SUIUSDT": {
202
318
  packageId: conf[CONF_ENV].ALPHA_3_LATEST_PACKAGE_ID,
203
319
  packageNumber: 3,
@@ -213,6 +329,7 @@ export const poolInfo = {
213
329
  liquidityChangeEventType: conf[CONF_ENV].NAVI_SUIUSDT_POOL_LIQUIDITY_CHANGE_EVENT,
214
330
  imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
215
331
  imageUrl2: "https://images.alphafi.xyz/adminweb/navi_token.svg",
332
+ retired: false,
216
333
  },
217
334
  "NAVI-SUIBTC": {
218
335
  packageId: conf[CONF_ENV].ALPHA_NAVI_V2_LATEST_PACKAGE_ID,
@@ -229,6 +346,7 @@ export const poolInfo = {
229
346
  liquidityChangeEventType: conf[CONF_ENV].NAVI_SUIBTC_POOL_LIQUIDITY_CHANGE_EVENT,
230
347
  imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
231
348
  imageUrl2: "https://images.alphafi.xyz/adminweb/navi_token.svg",
349
+ retired: false,
232
350
  },
233
351
  "BLUEFIN-SUIBTC-USDC": {
234
352
  packageId: conf[CONF_ENV].ALPHA_BLUEFIN_V2_LATEST_PACKAGE_ID,
@@ -243,6 +361,7 @@ export const poolInfo = {
243
361
  autoCompoundingEventType: conf[CONF_ENV].ALPHAFI_BLUEFIN_SUIBTC_USDC_POOL_AUTO_COMPOUNDING_EVENT,
244
362
  rebalanceEventType: conf[CONF_ENV].ALPHAFI_BLUEFIN_SUIBTC_USDC_POOL_REBALANCE_EVENT,
245
363
  liquidityChangeEventType: conf[CONF_ENV].ALPHAFI_BLUEFIN_SUIBTC_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
364
+ retired: false,
246
365
  // add strategy type
247
366
  },
248
367
  "NAVI-LOOP-SUI-STSUI": {
@@ -262,6 +381,7 @@ export const poolInfo = {
262
381
  checkRatioEventType: conf[CONF_ENV].NAVI_LOOP_SUI_STSUI_POOL_CHECK_RATIO_EVENT,
263
382
  imageUrl1: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
264
383
  imageUrl2: "https://images.alphafi.xyz/adminweb/vsui.png",
384
+ retired: false,
265
385
  },
266
386
  "BLUEFIN-STSUI-MUSD": {
267
387
  packageId: conf[CONF_ENV].ALPHA_STSUI_LATEST_PACKAGE_ID,
@@ -276,6 +396,7 @@ export const poolInfo = {
276
396
  autoCompoundingEventType: conf[CONF_ENV].ALPHAFI_BLUEFIN_STSUI_MUSD_POOL_AUTO_COMPOUNDING_EVENT,
277
397
  rebalanceEventType: conf[CONF_ENV].ALPHAFI_BLUEFIN_STSUI_MUSD_POOL_REBALANCE_EVENT,
278
398
  liquidityChangeEventType: conf[CONF_ENV].ALPHAFI_BLUEFIN_STSUI_MUSD_POOL_LIQUIDITY_CHANGE_EVENT,
399
+ retired: true,
279
400
  // add strategy type
280
401
  },
281
402
  "BLUEFIN-STSUI-BUCK": {
@@ -291,6 +412,7 @@ export const poolInfo = {
291
412
  autoCompoundingEventType: conf[CONF_ENV].ALPHAFI_BLUEFIN_STSUI_BUCK_POOL_AUTO_COMPOUNDING_EVENT,
292
413
  rebalanceEventType: conf[CONF_ENV].ALPHAFI_BLUEFIN_STSUI_BUCK_POOL_REBALANCE_EVENT,
293
414
  liquidityChangeEventType: conf[CONF_ENV].ALPHAFI_BLUEFIN_STSUI_BUCK_POOL_LIQUIDITY_CHANGE_EVENT,
415
+ retired: false,
294
416
  // add strategy type
295
417
  },
296
418
  "NAVI-STSUI": {
@@ -308,6 +430,7 @@ export const poolInfo = {
308
430
  liquidityChangeEventType: conf[CONF_ENV].NAVI_STSUI_POOL_LIQUIDITY_CHANGE_EVENT,
309
431
  imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
310
432
  imageUrl2: "https://images.alphafi.xyz/adminweb/navi_token.svg",
433
+ retired: false,
311
434
  },
312
435
  "BLUEFIN-AUTOBALANCE-DEEP-SUI": {
313
436
  packageId: conf[CONF_ENV].ALPHA_BLUEFIN_AUTOBALANCE_LATEST_PACKAGE_ID,
@@ -325,6 +448,7 @@ export const poolInfo = {
325
448
  liquidityChangeEventType: conf[CONF_ENV]
326
449
  .ALPHAFI_BLUEFIN_AUTOBALANCE_DEEP_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
327
450
  strategyType: "AUTOBALANCE-LIQUIDITY-POOL",
451
+ retired: false,
328
452
  },
329
453
  "BLUEFIN-AUTOBALANCE-BLUE-SUI": {
330
454
  packageId: conf[CONF_ENV].ALPHA_BLUEFIN_AUTOBALANCE_LATEST_PACKAGE_ID,
@@ -342,6 +466,7 @@ export const poolInfo = {
342
466
  liquidityChangeEventType: conf[CONF_ENV]
343
467
  .ALPHAFI_BLUEFIN_AUTOBALANCE_BLUE_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
344
468
  strategyType: "AUTOBALANCE-LIQUIDITY-POOL",
469
+ retired: false,
345
470
  },
346
471
  "BLUEFIN-AUTOBALANCE-DEEP-BLUE": {
347
472
  packageId: conf[CONF_ENV].ALPHA_BLUEFIN_AUTOBALANCE_LATEST_PACKAGE_ID,
@@ -359,6 +484,7 @@ export const poolInfo = {
359
484
  liquidityChangeEventType: conf[CONF_ENV]
360
485
  .ALPHAFI_BLUEFIN_AUTOBALANCE_DEEP_BLUE_POOL_LIQUIDITY_CHANGE_EVENT,
361
486
  strategyType: "AUTOBALANCE-LIQUIDITY-POOL",
487
+ retired: false,
362
488
  },
363
489
  "BLUEFIN-SUIUSDT-USDC": {
364
490
  packageId: conf[CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
@@ -373,6 +499,7 @@ export const poolInfo = {
373
499
  autoCompoundingEventType: conf[CONF_ENV].ALPHAFI_BLUEFIN_SUIUSDT_USDC_POOL_AUTO_COMPOUNDING_EVENT,
374
500
  rebalanceEventType: conf[CONF_ENV].ALPHAFI_BLUEFIN_SUIUSDT_USDC_POOL_REBALANCE_EVENT,
375
501
  liquidityChangeEventType: conf[CONF_ENV].ALPHAFI_BLUEFIN_SUIUSDT_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
502
+ retired: false,
376
503
  // add strategy type
377
504
  },
378
505
  "BLUEFIN-AUTOBALANCE-SUIUSDT-USDC": {
@@ -392,6 +519,7 @@ export const poolInfo = {
392
519
  liquidityChangeEventType: conf[CONF_ENV]
393
520
  .ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
394
521
  strategyType: "AUTOBALANCE-LIQUIDITY-POOL",
522
+ retired: false,
395
523
  },
396
524
  "BLUEFIN-AUTOBALANCE-SUI-USDC": {
397
525
  packageId: conf[CONF_ENV].ALPHA_BLUEFIN_AUTOBALANCE_LATEST_PACKAGE_ID,
@@ -412,6 +540,7 @@ export const poolInfo = {
412
540
  // add strategy type
413
541
  imageUrl1: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
414
542
  imageUrl2: "https://images.alphafi.xyz/adminweb/USDC_IC.png",
543
+ retired: false,
415
544
  },
416
545
  "BLUEFIN-AUTOBALANCE-USDT-USDC": {
417
546
  packageId: conf[CONF_ENV].ALPHA_BLUEFIN_AUTOBALANCE_LATEST_PACKAGE_ID,
@@ -432,6 +561,7 @@ export const poolInfo = {
432
561
  // add strategy type
433
562
  imageUrl1: "https://images.alphafi.xyz/adminweb/USDT.svg",
434
563
  imageUrl2: "https://images.alphafi.xyz/adminweb/USDC_IC.png",
564
+ retired: false,
435
565
  },
436
566
  "BLUEFIN-ALPHA-STSUI": {
437
567
  packageId: conf[CONF_ENV].ALPHA_STSUI_LATEST_PACKAGE_ID,
@@ -449,6 +579,7 @@ export const poolInfo = {
449
579
  // add strategy type
450
580
  imageUrl1: "https://images.alphafi.xyz/adminweb/logo192.png",
451
581
  imageUrl2: "https://images.alphafi.xyz/adminweb/stsui.svg",
582
+ retired: false,
452
583
  },
453
584
  "BLUEFIN-STSUI-WSOL": {
454
585
  packageId: conf[CONF_ENV].ALPHA_STSUI_LATEST_PACKAGE_ID,
@@ -463,6 +594,7 @@ export const poolInfo = {
463
594
  autoCompoundingEventType: conf[CONF_ENV].ALPHAFI_BLUEFIN_STSUI_WSOL_POOL_AUTO_COMPOUNDING_EVENT,
464
595
  rebalanceEventType: conf[CONF_ENV].ALPHAFI_BLUEFIN_STSUI_WSOL_POOL_REBALANCE_EVENT,
465
596
  liquidityChangeEventType: conf[CONF_ENV].ALPHAFI_BLUEFIN_STSUI_WSOL_POOL_LIQUIDITY_CHANGE_EVENT,
597
+ retired: true,
466
598
  // add strategy type
467
599
  },
468
600
  "BLUEFIN-STSUI-ETH": {
@@ -478,6 +610,7 @@ export const poolInfo = {
478
610
  autoCompoundingEventType: conf[CONF_ENV].ALPHAFI_BLUEFIN_STSUI_ETH_POOL_AUTO_COMPOUNDING_EVENT,
479
611
  rebalanceEventType: conf[CONF_ENV].ALPHAFI_BLUEFIN_STSUI_ETH_POOL_REBALANCE_EVENT,
480
612
  liquidityChangeEventType: conf[CONF_ENV].ALPHAFI_BLUEFIN_STSUI_ETH_POOL_LIQUIDITY_CHANGE_EVENT,
613
+ retired: true,
481
614
  // add strategy type
482
615
  },
483
616
  "BLUEFIN-STSUI-USDC": {
@@ -496,6 +629,7 @@ export const poolInfo = {
496
629
  // add strategy type
497
630
  imageUrl1: "https://images.alphafi.xyz/adminweb/stsui.svg",
498
631
  imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
632
+ retired: false,
499
633
  },
500
634
  "BLUEFIN-STSUI-SUI": {
501
635
  packageId: conf[CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
@@ -513,6 +647,7 @@ export const poolInfo = {
513
647
  // add strategy type
514
648
  imageUrl1: "https://images.alphafi.xyz/adminweb/stsui.svg",
515
649
  imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
650
+ retired: false,
516
651
  },
517
652
  "BLUEFIN-DEEP-SUI": {
518
653
  packageId: conf[CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
@@ -530,6 +665,7 @@ export const poolInfo = {
530
665
  // add strategy type
531
666
  imageUrl1: "https://images.alphafi.xyz/adminweb/deep.svg",
532
667
  imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
668
+ retired: false,
533
669
  },
534
670
  "BLUEFIN-WBTC-SUI": {
535
671
  packageId: conf[CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
@@ -547,6 +683,7 @@ export const poolInfo = {
547
683
  // add strategy type
548
684
  imageUrl1: "https://images.alphafi.xyz/adminweb/BTCB.svg",
549
685
  imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
686
+ retired: false,
550
687
  },
551
688
  "BLUEFIN-SEND-USDC": {
552
689
  packageId: conf[CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
@@ -564,6 +701,7 @@ export const poolInfo = {
564
701
  // add strategy type
565
702
  imageUrl1: "", // add send image here
566
703
  imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
704
+ retired: false,
567
705
  },
568
706
  "BLUEFIN-BLUE-SUI": {
569
707
  packageId: conf[CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
@@ -581,6 +719,7 @@ export const poolInfo = {
581
719
  // add strategy type
582
720
  imageUrl1: "https://images.alphafi.xyz/adminweb/send.png",
583
721
  imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
722
+ retired: false,
584
723
  },
585
724
  "BLUEFIN-BLUE-USDC": {
586
725
  packageId: conf[CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
@@ -598,6 +737,7 @@ export const poolInfo = {
598
737
  // add strategy type
599
738
  imageUrl1: "https://images.alphafi.xyz/adminweb/send.png",
600
739
  imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
740
+ retired: false,
601
741
  },
602
742
  "NAVI-NAVX": {
603
743
  packageId: conf[CONF_ENV].ALPHA_3_LATEST_PACKAGE_ID,
@@ -614,6 +754,7 @@ export const poolInfo = {
614
754
  liquidityChangeEventType: conf[CONF_ENV].NAVI_NAVX_POOL_LIQUIDITY_CHANGE_EVENT,
615
755
  imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
616
756
  imageUrl2: "https://images.alphafi.xyz/adminweb/navi_token.svg",
757
+ retired: false,
617
758
  },
618
759
  "BLUEFIN-NAVX-VSUI": {
619
760
  packageId: conf[CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
@@ -634,6 +775,7 @@ export const poolInfo = {
634
775
  // add strategy type
635
776
  imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
636
777
  imageUrl2: "https://images.alphafi.xyz/adminweb/vsui.png",
778
+ retired: false,
637
779
  },
638
780
  "BLUEFIN-SUI-AUSD": {
639
781
  packageId: conf[CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
@@ -654,6 +796,7 @@ export const poolInfo = {
654
796
  // add strategy type
655
797
  imageUrl1: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
656
798
  imageUrl2: "https://images.alphafi.xyz/adminweb/ausd.png",
799
+ retired: false,
657
800
  },
658
801
  "BLUEFIN-ALPHA-USDC": {
659
802
  packageId: conf[CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
@@ -674,6 +817,7 @@ export const poolInfo = {
674
817
  // add strategy type
675
818
  imageUrl1: "https://images.alphafi.xyz/adminweb/logo192.png",
676
819
  imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
820
+ retired: false,
677
821
  },
678
822
  "BLUEFIN-WBTC-USDC": {
679
823
  packageId: conf[CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
@@ -694,6 +838,7 @@ export const poolInfo = {
694
838
  // add strategy type
695
839
  imageUrl1: "https://images.alphafi.xyz/adminweb/BTCB.svg",
696
840
  imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
841
+ retired: false,
697
842
  },
698
843
  "NAVI-NS": {
699
844
  packageId: conf[CONF_ENV].ALPHA_3_LATEST_PACKAGE_ID,
@@ -712,6 +857,7 @@ export const poolInfo = {
712
857
  liquidityChangeEventType: conf[CONF_ENV].NAVI_NS_POOL_LIQUIDITY_CHANGE_EVENT,
713
858
  imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
714
859
  imageUrl2: "https://images.alphafi.xyz/adminweb/ns.svg",
860
+ retired: false,
715
861
  },
716
862
  "BLUEFIN-AUSD-USDC": {
717
863
  packageId: conf[CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
@@ -732,6 +878,7 @@ export const poolInfo = {
732
878
  // add strategy type
733
879
  imageUrl1: "https://images.alphafi.xyz/adminweb/ausd.png",
734
880
  imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
881
+ retired: false,
735
882
  },
736
883
  "BLUEFIN-SUI-BUCK": {
737
884
  packageId: conf[CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
@@ -752,6 +899,7 @@ export const poolInfo = {
752
899
  // add strategy type
753
900
  imageUrl1: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
754
901
  imageUrl2: "https://images.alphafi.xyz/adminweb/buck.svg",
902
+ retired: false,
755
903
  },
756
904
  "NAVI-LOOP-USDT-USDC": {
757
905
  packageId: conf[CONF_ENV].ALPHA_5_LATEST_PACKAGE_ID,
@@ -772,6 +920,7 @@ export const poolInfo = {
772
920
  checkRatioEventType: conf[CONF_ENV].NAVI_LOOP_USDT_USDC_POOL_CHECK_RATIO_EVENT,
773
921
  imageUrl1: "https://images.alphafi.xyz/adminweb/USDT.svg",
774
922
  imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
923
+ retired: false,
775
924
  },
776
925
  "BLUEFIN-USDT-USDC": {
777
926
  packageId: conf[CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
@@ -792,6 +941,7 @@ export const poolInfo = {
792
941
  // add strategy type
793
942
  imageUrl1: "https://images.alphafi.xyz/adminweb/USDT.svg",
794
943
  imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
944
+ retired: false,
795
945
  },
796
946
  "BLUEFIN-SUI-USDC": {
797
947
  packageId: conf[CONF_ENV].ALPHA_4_LATEST_PACKAGE_ID,
@@ -812,6 +962,7 @@ export const poolInfo = {
812
962
  // add strategy type
813
963
  imageUrl1: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
814
964
  imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
965
+ retired: false,
815
966
  },
816
967
  "NAVI-LOOP-HASUI-SUI": {
817
968
  packageId: conf[CONF_ENV].ALPHA_2_LATEST_PACKAGE_ID,
@@ -832,6 +983,7 @@ export const poolInfo = {
832
983
  checkRatioEventType: conf[CONF_ENV].NAVI_LOOP_HASUI_SUI_POOL_CHECK_RATIO_EVENT,
833
984
  imageUrl1: "https://images.alphafi.xyz/adminweb/hasui.svg",
834
985
  imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
986
+ retired: false,
835
987
  },
836
988
  "NAVI-USDY": {
837
989
  packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
@@ -850,6 +1002,7 @@ export const poolInfo = {
850
1002
  liquidityChangeEventType: conf[CONF_ENV].NAVI_USDY_POOL_LIQUIDITY_CHANGE_EVENT,
851
1003
  imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
852
1004
  imageUrl2: "https://images.alphafi.xyz/adminweb/usdy.svg",
1005
+ retired: true,
853
1006
  },
854
1007
  "NAVI-AUSD": {
855
1008
  packageId: conf[CONF_ENV].ALPHA_3_LATEST_PACKAGE_ID,
@@ -868,6 +1021,7 @@ export const poolInfo = {
868
1021
  liquidityChangeEventType: conf[CONF_ENV].NAVI_AUSD_POOL_LIQUIDITY_CHANGE_EVENT,
869
1022
  imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
870
1023
  imageUrl2: "https://images.alphafi.xyz/adminweb/ausd.png",
1024
+ retired: true,
871
1025
  },
872
1026
  "NAVI-ETH": {
873
1027
  packageId: conf[CONF_ENV].ALPHA_3_LATEST_PACKAGE_ID,
@@ -886,6 +1040,7 @@ export const poolInfo = {
886
1040
  liquidityChangeEventType: conf[CONF_ENV].NAVI_ETH_POOL_LIQUIDITY_CHANGE_EVENT,
887
1041
  imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
888
1042
  imageUrl2: "https://images.alphafi.xyz/adminweb/eth 2.png",
1043
+ retired: true,
889
1044
  },
890
1045
  "BUCKET-BUCK": {
891
1046
  packageId: conf[CONF_ENV].ALPHA_3_LATEST_PACKAGE_ID,
@@ -904,6 +1059,7 @@ export const poolInfo = {
904
1059
  liquidityChangeEventType: conf[CONF_ENV].BUCKET_BUCK_POOL_LIQUIDITY_CHANGE_EVENT,
905
1060
  imageUrl1: "https://images.alphafi.xyz/adminweb/bucket_protocol.svg",
906
1061
  imageUrl2: "https://images.alphafi.xyz/adminweb/buck.svg",
1062
+ retired: false,
907
1063
  },
908
1064
  "BUCK-SUI": {
909
1065
  packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
@@ -923,6 +1079,7 @@ export const poolInfo = {
923
1079
  liquidityChangeEventType: conf[CONF_ENV].BUCK_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
924
1080
  imageUrl1: "https://images.alphafi.xyz/adminweb/buck.svg",
925
1081
  imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
1082
+ retired: true,
926
1083
  },
927
1084
  "USDC-ETH": {
928
1085
  packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
@@ -942,6 +1099,7 @@ export const poolInfo = {
942
1099
  liquidityChangeEventType: conf[CONF_ENV].USDC_ETH_POOL_LIQUIDITY_CHANGE_EVENT,
943
1100
  imageUrl1: "https://images.alphafi.xyz/adminweb/USDC.svg",
944
1101
  imageUrl2: "https://images.alphafi.xyz/adminweb/eth 2.png",
1102
+ retired: false,
945
1103
  },
946
1104
  "DEEP-SUI": {
947
1105
  packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
@@ -961,6 +1119,7 @@ export const poolInfo = {
961
1119
  liquidityChangeEventType: conf[CONF_ENV].DEEP_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
962
1120
  imageUrl1: "https://images.alphafi.xyz/adminweb/deep.svg",
963
1121
  imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
1122
+ retired: false,
964
1123
  },
965
1124
  "ALPHA-USDC": {
966
1125
  packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
@@ -980,6 +1139,7 @@ export const poolInfo = {
980
1139
  liquidityChangeEventType: conf[CONF_ENV].ALPHA_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
981
1140
  imageUrl1: "https://images.alphafi.xyz/adminweb/logo192.png",
982
1141
  imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
1142
+ retired: true,
983
1143
  },
984
1144
  "USDC-WUSDC": {
985
1145
  packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
@@ -999,6 +1159,7 @@ export const poolInfo = {
999
1159
  liquidityChangeEventType: conf[CONF_ENV].USDC_WUSDC_POOL_LIQUIDITY_CHANGE_EVENT,
1000
1160
  imageUrl1: "https://images.alphafi.xyz/adminweb/USDC.svg",
1001
1161
  imageUrl2: "https://images.alphafi.xyz/adminweb/wusdc.svg",
1162
+ retired: false,
1002
1163
  },
1003
1164
  "USDC-SUI": {
1004
1165
  packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
@@ -1018,6 +1179,7 @@ export const poolInfo = {
1018
1179
  liquidityChangeEventType: conf[CONF_ENV].USDC_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
1019
1180
  imageUrl1: "https://images.alphafi.xyz/adminweb/USDC.svg",
1020
1181
  imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
1182
+ retired: false,
1021
1183
  },
1022
1184
  "USDC-USDT": {
1023
1185
  packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
@@ -1037,6 +1199,7 @@ export const poolInfo = {
1037
1199
  liquidityChangeEventType: conf[CONF_ENV].USDC_USDT_POOL_LIQUIDITY_CHANGE_EVENT,
1038
1200
  imageUrl1: "https://images.alphafi.xyz/adminweb/USDC.svg",
1039
1201
  imageUrl2: "https://images.alphafi.xyz/adminweb/USDT.svg",
1202
+ retired: false,
1040
1203
  },
1041
1204
  "NAVI-USDC": {
1042
1205
  packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
@@ -1055,6 +1218,7 @@ export const poolInfo = {
1055
1218
  liquidityChangeEventType: conf[CONF_ENV].NAVI_USDC_POOL_LIQUIDITY_CHANGE_EVENT,
1056
1219
  imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
1057
1220
  imageUrl2: "https://images.alphafi.xyz/adminweb/USDC.svg",
1221
+ retired: true,
1058
1222
  },
1059
1223
  "NAVI-LOOP-USDC-USDT": {
1060
1224
  packageId: conf[CONF_ENV].ALPHA_2_LATEST_PACKAGE_ID,
@@ -1075,6 +1239,7 @@ export const poolInfo = {
1075
1239
  checkRatioEventType: conf[CONF_ENV].NAVI_LOOP_USDC_USDT_POOL_CHECK_RATIO_EVENT,
1076
1240
  imageUrl1: "https://images.alphafi.xyz/adminweb/USDC.svg",
1077
1241
  imageUrl2: "https://images.alphafi.xyz/adminweb/USDT.svg",
1242
+ retired: false,
1078
1243
  },
1079
1244
  "NAVI-LOOP-SUI-VSUI": {
1080
1245
  packageId: conf[CONF_ENV].ALPHA_2_LATEST_PACKAGE_ID,
@@ -1093,6 +1258,7 @@ export const poolInfo = {
1093
1258
  checkRatioEventType: conf[CONF_ENV].NAVI_LOOP_SUI_VSUI_POOL_CHECK_RATIO_EVENT,
1094
1259
  imageUrl1: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
1095
1260
  imageUrl2: "https://images.alphafi.xyz/adminweb/vsui.png",
1261
+ retired: false,
1096
1262
  },
1097
1263
  "NAVI-SUI": {
1098
1264
  packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
@@ -1110,6 +1276,7 @@ export const poolInfo = {
1110
1276
  afterTransactionEventType: conf[CONF_ENV].NAVI_SUI_POOL_AFTER_TRANSACTION_EVENT,
1111
1277
  imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
1112
1278
  imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
1279
+ retired: true,
1113
1280
  },
1114
1281
  "NAVI-VSUI": {
1115
1282
  packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
@@ -1129,6 +1296,7 @@ export const poolInfo = {
1129
1296
  afterTransactionEventType: conf[CONF_ENV].NAVI_VSUI_POOL_AFTER_TRANSACTION_EVENT,
1130
1297
  imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
1131
1298
  imageUrl2: "https://images.alphafi.xyz/adminweb/vsui.png",
1299
+ retired: true,
1132
1300
  },
1133
1301
  "NAVI-WETH": {
1134
1302
  packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
@@ -1148,6 +1316,7 @@ export const poolInfo = {
1148
1316
  afterTransactionEventType: conf[CONF_ENV].NAVI_WETH_POOL_AFTER_TRANSACTION_EVENT,
1149
1317
  imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
1150
1318
  imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
1319
+ retired: false,
1151
1320
  },
1152
1321
  "NAVI-USDT": {
1153
1322
  packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
@@ -1167,6 +1336,7 @@ export const poolInfo = {
1167
1336
  afterTransactionEventType: conf[CONF_ENV].NAVI_USDT_POOL_AFTER_TRANSACTION_EVENT,
1168
1337
  imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
1169
1338
  imageUrl2: "https://images.alphafi.xyz/adminweb/USDT.svg",
1339
+ retired: true,
1170
1340
  },
1171
1341
  "NAVI-WUSDC": {
1172
1342
  packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
@@ -1186,6 +1356,7 @@ export const poolInfo = {
1186
1356
  afterTransactionEventType: conf[CONF_ENV].NAVI_WUSDC_POOL_AFTER_TRANSACTION_EVENT,
1187
1357
  imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
1188
1358
  imageUrl2: "https://images.alphafi.xyz/adminweb/wusdc.svg",
1359
+ retired: true,
1189
1360
  },
1190
1361
  // "NAVI-HASUI": {
1191
1362
  // packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
@@ -1223,6 +1394,7 @@ export const poolInfo = {
1223
1394
  afterTransactionEventType: conf[CONF_ENV].ALPHA_POOL_AFTER_TRANSACTION_EVENT,
1224
1395
  imageUrl1: "https://images.alphafi.xyz/adminweb/logo192.png",
1225
1396
  lockIcon: "https://images.alphafi.xyz/adminweb/lock.svg",
1397
+ retired: false,
1226
1398
  },
1227
1399
  "ALPHA-SUI": {
1228
1400
  packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
@@ -1243,6 +1415,7 @@ export const poolInfo = {
1243
1415
  afterTransactionEventType: conf[CONF_ENV].ALPHA_SUI_POOL_AFTER_TRANSACTION_EVENT,
1244
1416
  imageUrl1: "https://images.alphafi.xyz/adminweb/logo192.png",
1245
1417
  imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
1418
+ retired: true,
1246
1419
  },
1247
1420
  // "HASUI-SUI": {
1248
1421
  // packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
@@ -1280,6 +1453,7 @@ export const poolInfo = {
1280
1453
  afterTransactionEventType: conf[CONF_ENV].USDT_WUSDC_POOL_AFTER_TRANSACTION_EVENT,
1281
1454
  imageUrl1: "https://images.alphafi.xyz/adminweb/USDT.svg",
1282
1455
  imageUrl2: "https://images.alphafi.xyz/adminweb/wusdc.svg",
1456
+ retired: false,
1283
1457
  },
1284
1458
  // "USDY-WUSDC": {
1285
1459
  // packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
@@ -1317,6 +1491,7 @@ export const poolInfo = {
1317
1491
  afterTransactionEventType: conf[CONF_ENV].WUSDC_SUI_POOL_AFTER_TRANSACTION_EVENT,
1318
1492
  imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
1319
1493
  imageUrl1: "https://images.alphafi.xyz/adminweb/wusdc.svg",
1494
+ retired: false,
1320
1495
  },
1321
1496
  "WETH-WUSDC": {
1322
1497
  packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
@@ -1337,6 +1512,7 @@ export const poolInfo = {
1337
1512
  afterTransactionEventType: conf[CONF_ENV].WETH_WUSDC_POOL_AFTER_TRANSACTION_EVENT,
1338
1513
  imageUrl1: "https://images.alphafi.xyz/adminweb/weth.svg",
1339
1514
  imageUrl2: "https://images.alphafi.xyz/adminweb/wusdc.svg",
1515
+ retired: true,
1340
1516
  },
1341
1517
  "WUSDC-WBTC": {
1342
1518
  packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
@@ -1357,6 +1533,7 @@ export const poolInfo = {
1357
1533
  afterTransactionEventType: conf[CONF_ENV].WUSDC_WBTC_POOL_AFTER_TRANSACTION_EVENT,
1358
1534
  imageUrl1: "https://images.alphafi.xyz/adminweb/BTCB.svg",
1359
1535
  imageUrl2: "https://images.alphafi.xyz/adminweb/wusdc.svg",
1536
+ retired: true,
1360
1537
  },
1361
1538
  "NAVX-SUI": {
1362
1539
  packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
@@ -1377,6 +1554,7 @@ export const poolInfo = {
1377
1554
  afterTransactionEventType: conf[CONF_ENV].NAVX_SUI_POOL_AFTER_TRANSACTION_EVENT,
1378
1555
  imageUrl1: "https://images.alphafi.xyz/adminweb/navi_token.svg",
1379
1556
  imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
1557
+ retired: false,
1380
1558
  },
1381
1559
  // "BUCK-WUSDC": {
1382
1560
  // packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
@@ -1413,6 +1591,7 @@ export const poolInfo = {
1413
1591
  liquidityChangeEventType: conf[CONF_ENV].CETUS_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
1414
1592
  imageUrl1: "https://images.alphafi.xyz/adminweb/cetus_token.svg",
1415
1593
  imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
1594
+ retired: false,
1416
1595
  },
1417
1596
  "ALPHA-WUSDC": {
1418
1597
  packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
@@ -1432,6 +1611,7 @@ export const poolInfo = {
1432
1611
  liquidityChangeEventType: conf[CONF_ENV].ALPHA_WUSDC_POOL_LIQUIDITY_CHANGE_EVENT,
1433
1612
  imageUrl1: "https://images.alphafi.xyz/adminweb/logo192.png",
1434
1613
  imageUrl2: "https://images.alphafi.xyz/adminweb/wusdc.svg",
1614
+ retired: false,
1435
1615
  },
1436
1616
  "WSOL-WUSDC": {
1437
1617
  packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
@@ -1451,6 +1631,7 @@ export const poolInfo = {
1451
1631
  liquidityChangeEventType: conf[CONF_ENV].WSOL_WUSDC_POOL_LIQUIDITY_CHANGE_EVENT,
1452
1632
  imageUrl1: "https://images.alphafi.xyz/adminweb/wsol.png",
1453
1633
  imageUrl2: "https://images.alphafi.xyz/adminweb/wusdc.svg",
1634
+ retired: true,
1454
1635
  },
1455
1636
  "FUD-SUI": {
1456
1637
  packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
@@ -1470,6 +1651,7 @@ export const poolInfo = {
1470
1651
  liquidityChangeEventType: conf[CONF_ENV].FUD_SUI_POOL_LIQUIDITY_CHANGE_EVENT,
1471
1652
  imageUrl1: "https://images.alphafi.xyz/adminweb/fud.png",
1472
1653
  imageUrl2: "https://images.alphafi.xyz/adminweb/sui-logo1.svg",
1654
+ retired: true,
1473
1655
  },
1474
1656
  // "BLUB-SUI": {
1475
1657
  // packageId: conf[CONF_ENV].ALPHA_LATEST_PACKAGE_ID,
@@ -1732,5 +1914,6 @@ export const ignoredWalletsForDailyRevenue = [
1732
1914
  "0xff9c536c8f78e28ad4c9f0d916ea98980c3c3be32b91461eaa8fbd6ac0b737aa",
1733
1915
  "0x6a498c57c18306e0af942442a5d20e5b2940939b4937ed52f4b17e3fa99972f5",
1734
1916
  "0xbdaee7c803e5db14b6571d78d05e152057b72bace936566b8403b760d5d228e8",
1917
+ "0x927363c465a04495ba8a88085ab12a3ee9902c3775601aeb8fa897b4ab564742",
1735
1918
  ];
1736
1919
  //# sourceMappingURL=maps.js.map