@alphafi/alphafi-sdk 0.0.91 → 0.0.93

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 (412) hide show
  1. package/#package.json# +98 -0
  2. package/dist/cjs/adminFunctions.d.ts.map +1 -1
  3. package/dist/cjs/common/coins.d.ts.map +1 -1
  4. package/dist/cjs/common/coins.js +18 -0
  5. package/dist/cjs/common/coins.js.map +1 -1
  6. package/dist/cjs/common/constants.d.ts +21 -0
  7. package/dist/cjs/common/constants.d.ts.map +1 -1
  8. package/dist/cjs/common/constants.js +15 -2
  9. package/dist/cjs/common/constants.js.map +1 -1
  10. package/dist/cjs/common/maps.d.ts +1 -0
  11. package/dist/cjs/common/maps.d.ts.map +1 -1
  12. package/dist/cjs/common/maps.js +65 -4
  13. package/dist/cjs/common/maps.js.map +1 -1
  14. package/dist/cjs/common/pyth.d.ts +1 -1
  15. package/dist/cjs/common/pyth.d.ts.map +1 -1
  16. package/dist/cjs/common/pyth.js.map +1 -1
  17. package/dist/cjs/common/types.d.ts +17 -21
  18. package/dist/cjs/common/types.d.ts.map +1 -1
  19. package/dist/cjs/common/types.js +0 -17
  20. package/dist/cjs/common/types.js.map +1 -1
  21. package/dist/cjs/graphql/client.d.ts +1 -1
  22. package/dist/cjs/graphql/client.d.ts.map +1 -1
  23. package/dist/cjs/graphql/executeMutations.d.ts +15 -3
  24. package/dist/cjs/graphql/executeMutations.d.ts.map +1 -1
  25. package/dist/cjs/graphql/executeMutations.js +6 -0
  26. package/dist/cjs/graphql/executeMutations.js.map +1 -1
  27. package/dist/cjs/graphql/fetchData.d.ts +23 -7
  28. package/dist/cjs/graphql/fetchData.d.ts.map +1 -1
  29. package/dist/cjs/graphql/fetchData.js +11 -11
  30. package/dist/cjs/graphql/fetchData.js.map +1 -1
  31. package/dist/cjs/graphql/fetchNftHolders.d.ts.map +1 -1
  32. package/dist/cjs/graphql/fetchNftHolders.js +3 -1
  33. package/dist/cjs/graphql/fetchNftHolders.js.map +1 -1
  34. package/dist/cjs/graphql/fetchReceipts.d.ts.map +1 -1
  35. package/dist/cjs/graphql/fetchReceipts.js +3 -1
  36. package/dist/cjs/graphql/fetchReceipts.js.map +1 -1
  37. package/dist/cjs/graphql/getMultiReceipts.d.ts.map +1 -1
  38. package/dist/cjs/graphql/getMultiReceipts.js +7 -2
  39. package/dist/cjs/graphql/getMultiReceipts.js.map +1 -1
  40. package/dist/cjs/index.d.ts +2 -1
  41. package/dist/cjs/index.d.ts.map +1 -1
  42. package/dist/cjs/index.js +6 -4
  43. package/dist/cjs/index.js.map +1 -1
  44. package/dist/cjs/sui-sdk/client.d.ts.map +1 -1
  45. package/dist/cjs/sui-sdk/functions/getPortfolioAmounts.d.ts.map +1 -1
  46. package/dist/cjs/sui-sdk/functions/getPortfolioAmounts.js +9 -3
  47. package/dist/cjs/sui-sdk/functions/getPortfolioAmounts.js.map +1 -1
  48. package/dist/cjs/sui-sdk/functions/getReceipts.d.ts +1 -0
  49. package/dist/cjs/sui-sdk/functions/getReceipts.d.ts.map +1 -1
  50. package/dist/cjs/sui-sdk/functions/getReceipts.js +2 -2
  51. package/dist/cjs/sui-sdk/functions/getReceipts.js.map +1 -1
  52. package/dist/cjs/transactions/7k.d.ts +2 -7
  53. package/dist/cjs/transactions/7k.d.ts.map +1 -1
  54. package/dist/cjs/transactions/7k.js +18 -31
  55. package/dist/cjs/transactions/7k.js.map +1 -1
  56. package/dist/cjs/transactions/alpha.d.ts.map +1 -1
  57. package/dist/cjs/transactions/alphalend.d.ts +1 -0
  58. package/dist/cjs/transactions/alphalend.d.ts.map +1 -1
  59. package/dist/cjs/transactions/alphalend.js +148 -201
  60. package/dist/cjs/transactions/alphalend.js.map +1 -1
  61. package/dist/cjs/transactions/blueRewards.js +17 -7
  62. package/dist/cjs/transactions/blueRewards.js.map +1 -1
  63. package/dist/cjs/transactions/bluefin.d.ts.map +1 -1
  64. package/dist/cjs/transactions/cetus.d.ts.map +1 -1
  65. package/dist/cjs/transactions/collect_rewards.d.ts.map +1 -1
  66. package/dist/cjs/transactions/collect_rewards.js +1 -3
  67. package/dist/cjs/transactions/collect_rewards.js.map +1 -1
  68. package/dist/cjs/transactions/get_navi_rewards.d.ts +2 -0
  69. package/dist/cjs/transactions/get_navi_rewards.d.ts.map +1 -0
  70. package/dist/cjs/transactions/get_navi_rewards.js +42 -0
  71. package/dist/cjs/transactions/get_navi_rewards.js.map +1 -0
  72. package/dist/cjs/transactions/navi-looping.d.ts.map +1 -1
  73. package/dist/cjs/transactions/navi-looping.js +79 -79
  74. package/dist/cjs/transactions/navi-looping.js.map +1 -1
  75. package/dist/cjs/transactions/navi.d.ts.map +1 -1
  76. package/dist/cjs/transactions/navi.js +142 -141
  77. package/dist/cjs/transactions/navi.js.map +1 -1
  78. package/dist/cjs/transactions/newZapDeposit.d.ts +15 -0
  79. package/dist/cjs/transactions/newZapDeposit.d.ts.map +1 -0
  80. package/dist/cjs/transactions/newZapDeposit.js +1775 -0
  81. package/dist/cjs/transactions/newZapDeposit.js.map +1 -0
  82. package/dist/cjs/transactions/zapDeposit.d.ts +3 -3
  83. package/dist/cjs/transactions/zapDeposit.d.ts.map +1 -1
  84. package/dist/cjs/transactions/zapDeposit.js +1043 -503
  85. package/dist/cjs/transactions/zapDeposit.js.map +1 -1
  86. package/dist/cjs/utils/clmm/prices.d.ts.map +1 -1
  87. package/dist/cjs/utils/clmm/prices.js +4 -0
  88. package/dist/cjs/utils/clmm/prices.js.map +1 -1
  89. package/dist/cjs/utils/clmm/tokenAmountFromLiquidity.d.ts +0 -1
  90. package/dist/cjs/utils/clmm/tokenAmountFromLiquidity.d.ts.map +1 -1
  91. package/dist/cjs/utils/clmm/tokenAmountFromLiquidity.js +0 -1
  92. package/dist/cjs/utils/clmm/tokenAmountFromLiquidity.js.map +1 -1
  93. package/dist/cjs/utils/getReceipts.js +1 -1
  94. package/dist/cjs/utils/getReceipts.js.map +1 -1
  95. package/dist/cjs/utils/prices.js +2 -2
  96. package/dist/cjs/utils/prices.js.map +1 -1
  97. package/dist/esm/adminFunctions.d.ts.map +1 -1
  98. package/dist/esm/common/coins.d.ts.map +1 -1
  99. package/dist/esm/common/coins.js +18 -0
  100. package/dist/esm/common/coins.js.map +1 -1
  101. package/dist/esm/common/constants.d.ts +21 -0
  102. package/dist/esm/common/constants.d.ts.map +1 -1
  103. package/dist/esm/common/constants.js +15 -2
  104. package/dist/esm/common/constants.js.map +1 -1
  105. package/dist/esm/common/maps.d.ts +1 -0
  106. package/dist/esm/common/maps.d.ts.map +1 -1
  107. package/dist/esm/common/maps.js +65 -4
  108. package/dist/esm/common/maps.js.map +1 -1
  109. package/dist/esm/common/pyth.d.ts +1 -1
  110. package/dist/esm/common/pyth.d.ts.map +1 -1
  111. package/dist/esm/common/pyth.js.map +1 -1
  112. package/dist/esm/common/types.d.ts +17 -21
  113. package/dist/esm/common/types.d.ts.map +1 -1
  114. package/dist/esm/common/types.js +1 -17
  115. package/dist/esm/common/types.js.map +1 -1
  116. package/dist/esm/graphql/client.d.ts +1 -1
  117. package/dist/esm/graphql/client.d.ts.map +1 -1
  118. package/dist/esm/graphql/executeMutations.d.ts +15 -3
  119. package/dist/esm/graphql/executeMutations.d.ts.map +1 -1
  120. package/dist/esm/graphql/executeMutations.js +6 -0
  121. package/dist/esm/graphql/executeMutations.js.map +1 -1
  122. package/dist/esm/graphql/fetchData.d.ts +23 -7
  123. package/dist/esm/graphql/fetchData.d.ts.map +1 -1
  124. package/dist/esm/graphql/fetchData.js +11 -11
  125. package/dist/esm/graphql/fetchData.js.map +1 -1
  126. package/dist/esm/graphql/fetchNftHolders.d.ts.map +1 -1
  127. package/dist/esm/graphql/fetchNftHolders.js +3 -1
  128. package/dist/esm/graphql/fetchNftHolders.js.map +1 -1
  129. package/dist/esm/graphql/fetchReceipts.d.ts.map +1 -1
  130. package/dist/esm/graphql/fetchReceipts.js +3 -1
  131. package/dist/esm/graphql/fetchReceipts.js.map +1 -1
  132. package/dist/esm/graphql/getMultiReceipts.d.ts.map +1 -1
  133. package/dist/esm/graphql/getMultiReceipts.js +7 -2
  134. package/dist/esm/graphql/getMultiReceipts.js.map +1 -1
  135. package/dist/esm/index.d.ts +2 -1
  136. package/dist/esm/index.d.ts.map +1 -1
  137. package/dist/esm/index.js +2 -1
  138. package/dist/esm/index.js.map +1 -1
  139. package/dist/esm/sui-sdk/client.d.ts.map +1 -1
  140. package/dist/esm/sui-sdk/functions/getPortfolioAmounts.d.ts.map +1 -1
  141. package/dist/esm/sui-sdk/functions/getPortfolioAmounts.js +9 -3
  142. package/dist/esm/sui-sdk/functions/getPortfolioAmounts.js.map +1 -1
  143. package/dist/esm/sui-sdk/functions/getReceipts.d.ts +1 -0
  144. package/dist/esm/sui-sdk/functions/getReceipts.d.ts.map +1 -1
  145. package/dist/esm/sui-sdk/functions/getReceipts.js +2 -2
  146. package/dist/esm/sui-sdk/functions/getReceipts.js.map +1 -1
  147. package/dist/esm/transactions/7k.d.ts +2 -7
  148. package/dist/esm/transactions/7k.d.ts.map +1 -1
  149. package/dist/esm/transactions/7k.js +19 -32
  150. package/dist/esm/transactions/7k.js.map +1 -1
  151. package/dist/esm/transactions/alpha.d.ts.map +1 -1
  152. package/dist/esm/transactions/alphalend.d.ts +1 -0
  153. package/dist/esm/transactions/alphalend.d.ts.map +1 -1
  154. package/dist/esm/transactions/alphalend.js +147 -201
  155. package/dist/esm/transactions/alphalend.js.map +1 -1
  156. package/dist/esm/transactions/bluefin.d.ts.map +1 -1
  157. package/dist/esm/transactions/cetus.d.ts.map +1 -1
  158. package/dist/esm/transactions/collect_rewards.d.ts.map +1 -1
  159. package/dist/esm/transactions/collect_rewards.js +1 -3
  160. package/dist/esm/transactions/collect_rewards.js.map +1 -1
  161. package/dist/esm/transactions/get_navi_rewards.d.ts +2 -0
  162. package/dist/esm/transactions/get_navi_rewards.d.ts.map +1 -0
  163. package/dist/esm/transactions/get_navi_rewards.js +39 -0
  164. package/dist/esm/transactions/get_navi_rewards.js.map +1 -0
  165. package/dist/esm/transactions/navi-looping.d.ts.map +1 -1
  166. package/dist/esm/transactions/navi-looping.js +79 -79
  167. package/dist/esm/transactions/navi-looping.js.map +1 -1
  168. package/dist/esm/transactions/navi.d.ts.map +1 -1
  169. package/dist/esm/transactions/navi.js +142 -141
  170. package/dist/esm/transactions/navi.js.map +1 -1
  171. package/dist/esm/transactions/newZapDeposit.d.ts +15 -0
  172. package/dist/esm/transactions/newZapDeposit.d.ts.map +1 -0
  173. package/dist/esm/transactions/newZapDeposit.js +1771 -0
  174. package/dist/esm/transactions/newZapDeposit.js.map +1 -0
  175. package/dist/esm/transactions/zapDeposit.d.ts +3 -3
  176. package/dist/esm/transactions/zapDeposit.d.ts.map +1 -1
  177. package/dist/esm/transactions/zapDeposit.js +1043 -502
  178. package/dist/esm/transactions/zapDeposit.js.map +1 -1
  179. package/dist/esm/utils/clmm/prices.d.ts.map +1 -1
  180. package/dist/esm/utils/clmm/prices.js +4 -0
  181. package/dist/esm/utils/clmm/prices.js.map +1 -1
  182. package/dist/esm/utils/clmm/tokenAmountFromLiquidity.d.ts +0 -1
  183. package/dist/esm/utils/clmm/tokenAmountFromLiquidity.d.ts.map +1 -1
  184. package/dist/esm/utils/clmm/tokenAmountFromLiquidity.js +0 -1
  185. package/dist/esm/utils/clmm/tokenAmountFromLiquidity.js.map +1 -1
  186. package/dist/esm/utils/getReceipts.js +1 -1
  187. package/dist/esm/utils/getReceipts.js.map +1 -1
  188. package/dist/esm/utils/prices.js +2 -2
  189. package/dist/esm/utils/prices.js.map +1 -1
  190. package/docs/assets/hierarchy.js +1 -0
  191. package/docs/assets/icons.js +1 -1
  192. package/docs/assets/icons.svg +1 -1
  193. package/docs/assets/main.js +5 -5
  194. package/docs/assets/navigation.js +1 -1
  195. package/docs/assets/search.js +1 -1
  196. package/docs/assets/style.css +1428 -1288
  197. package/docs/functions/alphaLpBreakdown.html +1 -1
  198. package/docs/functions/cetusLpBreakdown.html +1 -1
  199. package/docs/functions/claimRewardTxb.html +1 -1
  200. package/docs/functions/claimRewardsTxb.html +1 -1
  201. package/docs/functions/coinAmountToXTokensDoubleAsset.html +1 -1
  202. package/docs/functions/coinAmountToXTokensSingleAsset.html +1 -1
  203. package/docs/functions/coinsInPool.html +1 -1
  204. package/docs/functions/collectAndSwapRewardsSingleLoop.html +1 -0
  205. package/docs/functions/collectRewardTxb.html +1 -1
  206. package/docs/functions/collectRewards.html +1 -1
  207. package/docs/functions/deposit.html +1 -1
  208. package/docs/functions/depositDoubleAssetTxb.html +1 -1
  209. package/docs/functions/depositSingleAssetTxb.html +1 -1
  210. package/docs/functions/fetchAfterTransactionEvents.html +1 -1
  211. package/docs/functions/fetchAirdropClaimEvents.html +1 -1
  212. package/docs/functions/fetchAutoCompoundingEvents.html +1 -1
  213. package/docs/functions/fetchAutoCompoundingEventsGql.html +1 -1
  214. package/docs/functions/fetchCetusPools.html +1 -1
  215. package/docs/functions/fetchChainIdentifier.html +1 -1
  216. package/docs/functions/fetchCheckRatioEvents.html +1 -1
  217. package/docs/functions/fetchEvents.html +1 -1
  218. package/docs/functions/fetchLiquidityChangeEvents.html +1 -1
  219. package/docs/functions/fetchMultiCategoryEvents.html +1 -1
  220. package/docs/functions/fetchMultiReceipts.html +1 -1
  221. package/docs/functions/fetchNftHolders.html +1 -1
  222. package/docs/functions/fetchPools.html +1 -1
  223. package/docs/functions/fetchPortfolioData.html +1 -1
  224. package/docs/functions/fetchProtocolData.html +1 -1
  225. package/docs/functions/fetchRequiredPrices.html +1 -1
  226. package/docs/functions/fetchTVL.html +1 -1
  227. package/docs/functions/fetchTransactions.html +1 -1
  228. package/docs/functions/fetchUserVaultBalances.html +1 -1
  229. package/docs/functions/fetchUserVaults.html +1 -1
  230. package/docs/functions/fetchUserWalletData.html +1 -1
  231. package/docs/functions/fetchVoloExchangeRate.html +1 -1
  232. package/docs/functions/fetchWithdrawV2Events.html +1 -1
  233. package/docs/functions/getAirdropShare.html +1 -1
  234. package/docs/functions/getAllDoubleAssetVaults.html +1 -1
  235. package/docs/functions/getAllSingleAssetVaults.html +1 -1
  236. package/docs/functions/getAllVaultBalances.html +1 -1
  237. package/docs/functions/getAllVaults.html +1 -1
  238. package/docs/functions/getAlphaUnlocks.html +1 -1
  239. package/docs/functions/getAlphaVaultBalance.html +1 -1
  240. package/docs/functions/getAmounts.html +1 -1
  241. package/docs/functions/getApr.html +1 -1
  242. package/docs/functions/getAprs.html +1 -1
  243. package/docs/functions/getApy.html +1 -1
  244. package/docs/functions/getApys.html +1 -1
  245. package/docs/functions/getCetusInvestorTicksMap.html +1 -1
  246. package/docs/functions/getCetusPool.html +1 -1
  247. package/docs/functions/getCetusSqrtPriceMap.html +1 -1
  248. package/docs/functions/getCoinAmountsFromLiquidity.html +1 -1
  249. package/docs/functions/getConf.html +1 -1
  250. package/docs/functions/getCurrentTick.html +1 -1
  251. package/docs/functions/getDistributor.html +1 -1
  252. package/docs/functions/getDoubleAssetVaultBalance.html +1 -1
  253. package/docs/functions/getDoubleAssetVaults.html +1 -1
  254. package/docs/functions/getInvestor.html +1 -1
  255. package/docs/functions/getInvestorPoolMap.html +1 -1
  256. package/docs/functions/getLastAutoCompoundTime.html +1 -1
  257. package/docs/functions/getLatestPrices.html +1 -1
  258. package/docs/functions/getLiquidity.html +1 -1
  259. package/docs/functions/getMultiCetusPool.html +1 -1
  260. package/docs/functions/getMultiInvestor.html +1 -1
  261. package/docs/functions/getMultiLatestPrices.html +1 -1
  262. package/docs/functions/getMultiParentPool.html +1 -1
  263. package/docs/functions/getMultiPool.html +1 -1
  264. package/docs/functions/getMultiReceipts.html +1 -1
  265. package/docs/functions/getParentPool.html +1 -1
  266. package/docs/functions/getPool.html +1 -1
  267. package/docs/functions/getPoolExchangeRate.html +1 -1
  268. package/docs/functions/getPoolExchangeRateMap.html +1 -1
  269. package/docs/functions/getPoolsWeightDistribution.html +1 -1
  270. package/docs/functions/getPositionRange.html +1 -1
  271. package/docs/functions/getPositionRanges.html +1 -1
  272. package/docs/functions/getPositionTicks.html +1 -1
  273. package/docs/functions/getPriceToTick.html +1 -1
  274. package/docs/functions/getRebalanceHistories.html +1 -1
  275. package/docs/functions/getRebalanceHistory.html +1 -1
  276. package/docs/functions/getReceipts.html +1 -1
  277. package/docs/functions/getSingleAssetVaultBalance.html +1 -1
  278. package/docs/functions/getSingleAssetVaults.html +1 -1
  279. package/docs/functions/getSuiClient.html +2 -2
  280. package/docs/functions/getSuiNodeUrl.html +2 -2
  281. package/docs/functions/getTVLs-1.html +1 -1
  282. package/docs/functions/getTickSpacing.html +1 -1
  283. package/docs/functions/getTickToPrice.html +1 -1
  284. package/docs/functions/getTvls.html +1 -1
  285. package/docs/functions/getVaultBalance.html +1 -1
  286. package/docs/functions/getVaults.html +1 -1
  287. package/docs/functions/lastAutocompoundTime.html +1 -1
  288. package/docs/functions/liquidityToTokens.html +1 -1
  289. package/docs/functions/migrateBoostedToLoop.html +1 -1
  290. package/docs/functions/multiLiquidityToTokens.html +1 -1
  291. package/docs/functions/multiTokensToUsd.html +1 -1
  292. package/docs/functions/multiXTokensToLiquidity.html +1 -1
  293. package/docs/functions/parseUserWalletData.html +1 -1
  294. package/docs/functions/pendingRewardAmount.html +1 -1
  295. package/docs/functions/setCustomSuiClient.html +3 -3
  296. package/docs/functions/setSuiClient.html +2 -2
  297. package/docs/functions/setSuiNodeUrl.html +2 -2
  298. package/docs/functions/setWeights.html +1 -1
  299. package/docs/functions/withdraw.html +1 -1
  300. package/docs/functions/withdrawAlphaTxb.html +1 -1
  301. package/docs/functions/withdrawTxb.html +1 -1
  302. package/docs/functions/zapDepositQuoteTxb.html +1 -0
  303. package/docs/functions/zapDepositTxb.html +1 -1
  304. package/docs/hierarchy.html +1 -0
  305. package/docs/index.html +19 -19
  306. package/docs/interfaces/Coin.html +10 -10
  307. package/docs/interfaces/CoinPair.html +3 -3
  308. package/docs/interfaces/CommonEventAttributes.html +7 -7
  309. package/docs/interfaces/NaviVoloData.html +3 -3
  310. package/docs/interfaces/PoolData.html +8 -8
  311. package/docs/interfaces/PoolWeightDistribution.html +4 -4
  312. package/docs/interfaces/RebalanceHistoryType.html +9 -9
  313. package/docs/modules.html +1 -206
  314. package/docs/types/AfterTransactionEventNode.html +1 -1
  315. package/docs/types/AirdropClaimEventNode.html +1 -1
  316. package/docs/types/Allocator.html +3 -1
  317. package/docs/types/AlphaFiDoubleAssetVault.html +9 -1
  318. package/docs/types/AlphaFiMultiVaultBalance.html +1 -1
  319. package/docs/types/AlphaFiSingleAssetVault.html +7 -1
  320. package/docs/types/AlphaFiVault.html +1 -1
  321. package/docs/types/AlphaFiVaultBalance.html +1 -1
  322. package/docs/types/AlphaLendInvestor.html +1 -1
  323. package/docs/types/AlphaPoolType.html +5 -1
  324. package/docs/types/AlphaReceipt.html +4 -1
  325. package/docs/types/AlphaReceiptFields.html +11 -1
  326. package/docs/types/AlphaVaultBalance.html +7 -1
  327. package/docs/types/AutoBalancePoolNames.html +1 -1
  328. package/docs/types/AutoCompoundingEventNode.html +1 -1
  329. package/docs/types/BluefinInvestor.html +1 -1
  330. package/docs/types/BluefinPoolType.html +5 -1
  331. package/docs/types/BucketInvestor.html +2 -1
  332. package/docs/types/CetusInvestor.html +2 -1
  333. package/docs/types/CetusPoolType.html +5 -1
  334. package/docs/types/CetusSwapOptions.html +1 -1
  335. package/docs/types/CoinAmounts.html +3 -1
  336. package/docs/types/CoinName.html +1 -1
  337. package/docs/types/CoinType.html +1 -1
  338. package/docs/types/CommonInvestorFields.html +6 -1
  339. package/docs/types/CreatePoolOptions.html +8 -1
  340. package/docs/types/Distributor.html +6 -1
  341. package/docs/types/DoubleAssetMultiVaultBalance.html +6 -1
  342. package/docs/types/DoubleAssetPoolNames.html +1 -1
  343. package/docs/types/DoubleAssetTokenHoldings.html +5 -1
  344. package/docs/types/DoubleAssetVaultBalance.html +4 -1
  345. package/docs/types/EventCategory.html +1 -1
  346. package/docs/types/EventNode.html +1 -1
  347. package/docs/types/GetHoldersParams.html +4 -1
  348. package/docs/types/GetTokenHoldingsParams.html +4 -1
  349. package/docs/types/GetUserTokensFromTransactionsParams.html +5 -1
  350. package/docs/types/GetUserTokensInUsdFromTransactionsParams.html +6 -1
  351. package/docs/types/GetVaultBalanceParams.html +1 -1
  352. package/docs/types/HoldingsObj.html +4 -1
  353. package/docs/types/Icon.html +1 -1
  354. package/docs/types/Investor.html +1 -1
  355. package/docs/types/LiquidityChangeEventNode.html +1 -1
  356. package/docs/types/LiquidityToTokensParams.html +3 -1
  357. package/docs/types/LiquidityToUsdParams.html +6 -1
  358. package/docs/types/LoopingDebt.html +5 -1
  359. package/docs/types/LoopingPoolNames.html +1 -1
  360. package/docs/types/LpBreakdownType.html +6 -1
  361. package/docs/types/MemberPoolDataType.html +3 -1
  362. package/docs/types/MemberType.html +3 -1
  363. package/docs/types/MultiGetVaultBalancesParams.html +4 -1
  364. package/docs/types/NaviInvestor.html +2 -1
  365. package/docs/types/OtherReceiptFields.html +9 -1
  366. package/docs/types/PoolName.html +1 -1
  367. package/docs/types/PoolReceipt.html +1 -1
  368. package/docs/types/PoolType.html +5 -1
  369. package/docs/types/Receipt.html +5 -1
  370. package/docs/types/ReceiptGQL.html +6 -1
  371. package/docs/types/SingleAssetMultiVaultBalance.html +5 -1
  372. package/docs/types/SingleAssetPoolNames.html +1 -1
  373. package/docs/types/SingleAssetTokenHoldings.html +4 -1
  374. package/docs/types/SingleAssetVaultBalance.html +3 -1
  375. package/docs/types/SingleGetVaultBalancesParams.html +3 -1
  376. package/docs/types/StrategyType.html +1 -1
  377. package/docs/types/SuiNetwork.html +1 -1
  378. package/docs/types/SwapOptions.html +1 -1
  379. package/docs/types/TickSpacing.html +1 -1
  380. package/docs/types/TotalWeightType.html +3 -1
  381. package/docs/types/TransactionBlockType.html +6 -1
  382. package/docs/types/UserPoolLiquidity.html +4 -1
  383. package/docs/types/UserPoolTokenHoldings.html +1 -1
  384. package/docs/types/UserUsdHoldings.html +4 -1
  385. package/docs/types/VaultBalance.html +1 -1
  386. package/docs/types/VoteCastEvent.html +1 -1
  387. package/docs/types/WithdrawV2EventNode.html +1 -1
  388. package/docs/variables/AUTOBALANCE_SUI_FIRST_POOLS.html +1 -1
  389. package/docs/variables/AUTOBALANCE_SUI_SECOND_POOLS.html +1 -1
  390. package/docs/variables/AUTOBALANCE_TYPE_1_POOLS.html +1 -1
  391. package/docs/variables/alphalendMarketIdMap.html +1 -1
  392. package/docs/variables/bluefinPoolMap.html +1 -1
  393. package/docs/variables/cetusPoolMap.html +1 -1
  394. package/docs/variables/coinsList.html +1 -1
  395. package/docs/variables/defunctPoolsSet.html +1 -1
  396. package/docs/variables/doubleAssetPoolCoinMap.html +1 -1
  397. package/docs/variables/eventCategories.html +1 -1
  398. package/docs/variables/ignoredWalletsForDailyRevenue.html +1 -1
  399. package/docs/variables/loopingAccountAddresses.html +1 -1
  400. package/docs/variables/loopingPoolCoinMap.html +1 -1
  401. package/docs/variables/naviAssetMap.html +1 -1
  402. package/docs/variables/poolIdPoolNameMap.html +1 -1
  403. package/docs/variables/poolInfo.html +1 -1
  404. package/docs/variables/singleAssetPoolCoinMap.html +1 -1
  405. package/docs/variables/stableCoins.html +1 -1
  406. package/eslint.config.js +53 -0
  407. package/package.json +39 -23
  408. package/scripts/package-lock.json +2506 -0
  409. package/scripts/package.json +30 -0
  410. package/scripts/testRun.ts +101 -0
  411. package/scripts/utils.ts +104 -0
  412. package/docs/functions/getZapAmounts.html +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/common/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,eAAe,CAAC;AAErC,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqiJhB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEnB,CAAC"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/common/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,eAAe,CAAC;AAErC,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+jJhB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEnB,CAAC"}
@@ -144,6 +144,7 @@ export const conf = {
144
144
  ALPHA_CETUS_COMPENSATOR: "0x2f47c9c56c662a7ee4dda16b00e8173b2d67f874bbedc7520f56157bd4073d8f",
145
145
  CETUS_CLMM_VESTER: "0xe255c47472470c03bbefb1fc883459c2b978d3ad29aa8ee0c8c1ec9753fa7d01",
146
146
  CETUS_CLMM_VERSIONED: "0x4f6f2f638362505836114f313809b834dafd58e3910df5110f6e54e4e35c929b",
147
+ ALPHAFI_SWAPPER_PACKAGE_ID: "0xaff9333d3d69aec8d4eca3acc80722bdb4607f53544201d1384fa54e5c7955da",
147
148
  // Coin Types
148
149
  // BETA_COIN_TYPE:
149
150
  // "0x3813ca8aa2849b6369106ea749b0bdc5d72a671a267bf55a4be68c6c86fb911f::beta::BETA",
@@ -1199,7 +1200,7 @@ export const conf = {
1199
1200
  "0x5769fdace205e2a37375b8bc46f839c20780c136f036d227f5a09ab5bd206908",
1200
1201
  ],
1201
1202
  ALPHA_5_FIRST_PACKAGE_ID: "0xe516e0c12e56619c196fa0ee28d57e5e4ca532bd39df79bee9dcd1e3946119ec",
1202
- ALPHA_5_LATEST_PACKAGE_ID: "0x996ff7edaaa986da408ca4760cb004baa74bf678776d2d5ee43e705384a620f9",
1203
+ ALPHA_5_LATEST_PACKAGE_ID: "0xf9125a97db7cfa62b59bcfa192234c459dc12e96b7481112acc738291c2cf4cb",
1203
1204
  ALPHA_5_MODULE_PACKAGE_IDS: [
1204
1205
  "0xe516e0c12e56619c196fa0ee28d57e5e4ca532bd39df79bee9dcd1e3946119ec",
1205
1206
  "0x1ac7aacf8479f86464df1141db1662cf8622e6a138fa8e5fd4499eec14a07151",
@@ -1217,6 +1218,7 @@ export const conf = {
1217
1218
  "0xc4706e6c41b29df4bb9b59505aa3d1a018eed06c968c4d464862c42e7aed1826",
1218
1219
  "0x5f54dc1d11c378113065528deca8bd8de0f24464f8c489aa959c8f0381200185",
1219
1220
  "0x996ff7edaaa986da408ca4760cb004baa74bf678776d2d5ee43e705384a620f9",
1221
+ "0xf9125a97db7cfa62b59bcfa192234c459dc12e96b7481112acc738291c2cf4cb",
1220
1222
  ],
1221
1223
  ALPHA_STSUI_FIRST_PACKAGE_ID: "0xff869e243a172cfef9a4551f4eef88ac4861be0f81b0e7a4b7840b6276f5ceeb",
1222
1224
  ALPHA_STSUI_LATEST_PACKAGE_ID: "0x36d6d7a686129055b72a9b9482f24018db0e7188433e542d403808242223b455",
@@ -1307,7 +1309,7 @@ export const conf = {
1307
1309
  "0x614f9d104fcfcd76a98aab67c45c73f1231522a52def3ea31725cf1366599a88",
1308
1310
  ],
1309
1311
  ALPHA_ALPHALEND_FIRST_PACKAGE_ID: "0x45564ea956f9b25890a5c1c3a199c8d86aabd5291b34723fb662283419ee2f4d",
1310
- ALPHA_ALPHALEND_LATEST_PACKAGE_ID: "0x337cc22418506402cd75f1c3584ccd4a0803c60de8b70d774be69c5eaddd22e8",
1312
+ ALPHA_ALPHALEND_LATEST_PACKAGE_ID: "0xec4cb6335d046a48b6e027146e6b6d5a918f690b5eff183cd8921a858bafcf27",
1311
1313
  ALPHA_ALPHALEND_MODULE_PACKAGE_IDS: [
1312
1314
  "0x45564ea956f9b25890a5c1c3a199c8d86aabd5291b34723fb662283419ee2f4d",
1313
1315
  ],
@@ -1315,6 +1317,7 @@ export const conf = {
1315
1317
  "0x45564ea956f9b25890a5c1c3a199c8d86aabd5291b34723fb662283419ee2f4d",
1316
1318
  "0xe4440e0ba0c672f36de5abe1dc3fa3ee7afae5f949ecce8585fe456f46bf29c6",
1317
1319
  "0x337cc22418506402cd75f1c3584ccd4a0803c60de8b70d774be69c5eaddd22e8",
1320
+ "0xec4cb6335d046a48b6e027146e6b6d5a918f690b5eff183cd8921a858bafcf27",
1318
1321
  ],
1319
1322
  VOLO_PACKAGE_ID: "0x68d22cf8bdbcd11ecba1e094922873e4080d4d11133e2443fddda0bfd11dae20",
1320
1323
  ALPHA_DISTRIBUTOR: "0x33f3c288a90c5368ec3b937875cfae94aebae0ee7fb65e97265728eff9e6995b",
@@ -1340,6 +1343,7 @@ export const conf = {
1340
1343
  ALPHA_CETUS_COMPENSATOR: "0x3be8b5e423ad088466e90e02d9d9afea3e9dda1d71b638b7aaef78976b4e55bc",
1341
1344
  CETUS_CLMM_VESTER: "0xe255c47472470c03bbefb1fc883459c2b978d3ad29aa8ee0c8c1ec9753fa7d01",
1342
1345
  CETUS_CLMM_VERSIONED: "0x4f6f2f638362505836114f313809b834dafd58e3910df5110f6e54e4e35c929b",
1346
+ ALPHAFI_SWAPPER_PACKAGE_ID: "0xaff9333d3d69aec8d4eca3acc80722bdb4607f53544201d1384fa54e5c7955da",
1343
1347
  // Coin Types
1344
1348
  // BETA_COIN_TYPE: "", // always leave it empty here in production
1345
1349
  ALPHA_COIN_TYPE: "0xfe3afec26c59e874f3c1d60b8203cb3852d2bb2aa415df9548b8d688e6683f93::alpha::ALPHA",
@@ -1464,6 +1468,7 @@ export const conf = {
1464
1468
  //ALPHALEND SINGLE LOOPS
1465
1469
  ALPHAFI_ALPHALEND_SINGLE_LOOP_TBTC_POOL: "0x185c2124971c44836ce303ed5cdf8a3f614105a4d8948bb98c81a816d087dba9",
1466
1470
  ALPHAFI_ALPHALEND_SINGLE_LOOP_SUIBTC_POOL: "0xc38279f945d14b4ec7f8c7b6956d0485ee8fa31a6cf710e462d17714bff028a2",
1471
+ ALPHAFI_ALPHALEND_SINGLE_LOOP_XAUM_POOL: "0x4db8dacf91a31daa296cd3a32a11a140aa44f4ede663798e92cb1cf2e157e6cb",
1467
1472
  // CETUS Pool Id's
1468
1473
  WUSDC_SUI_CETUS_POOL_ID: "0xcf994611fd4c48e277ce3ffd4d4364c914af2c3cbb05f7bf6facd371de688630",
1469
1474
  USDC_SUI_CETUS_POOL_ID: "0xb8d7d9e66a60c239e7a60110efcf8de6c705580ed924d0dde141f4a0e2c90105",
@@ -1613,6 +1618,7 @@ export const conf = {
1613
1618
  //ALPHALEND SINGLE LOOPS
1614
1619
  ALPHAFI_ALPHALEND_SINGLE_LOOP_TBTC_INVESTOR: "0x46bd2afe728ee1e64935d4c46c426237fda647b9d577da206507864b8fd446aa",
1615
1620
  ALPHAFI_ALPHALEND_SINGLE_LOOP_SUIBTC_INVESTOR: "0x0f03b5c37f49c18d6e13ddc58939df17586a0b80cb83ceda2e4494addd571990",
1621
+ ALPHAFI_ALPHALEND_SINGLE_LOOP_XAUM_INVESTOR: "0x0f859f3ec685882133f1d8ba2a20843a9e818575d32a4bc7b816c77e887753e2",
1616
1622
  // Receipt Types
1617
1623
  ALPHA_POOL_RECEIPT: "0x9bbd650b8442abb082c20f3bc95a9434a8d47b4bef98b0832dab57c1a8ba7123::alphapool::Receipt",
1618
1624
  ALPHA_SUI_POOL_RECEIPT: "0x9bbd650b8442abb082c20f3bc95a9434a8d47b4bef98b0832dab57c1a8ba7123::alphafi_cetus_sui_pool::Receipt",
@@ -1703,6 +1709,7 @@ export const conf = {
1703
1709
  //ALPHALEND SINGLE LOOP
1704
1710
  ALPHAFI_ALPHALEND_SINGLE_LOOP_TBTC_RECEIPT: "0x45564ea956f9b25890a5c1c3a199c8d86aabd5291b34723fb662283419ee2f4d::alphafi_alphalend_single_loop_pool::Receipt",
1705
1711
  ALPHAFI_ALPHALEND_SINGLE_LOOP_SUIBTC_RECEIPT: "0x45564ea956f9b25890a5c1c3a199c8d86aabd5291b34723fb662283419ee2f4d::alphafi_alphalend_single_loop_pool::Receipt",
1712
+ ALPHAFI_ALPHALEND_SINGLE_LOOP_XAUM_RECEIPT: "0x45564ea956f9b25890a5c1c3a199c8d86aabd5291b34723fb662283419ee2f4d::alphafi_alphalend_single_loop_pool::Receipt",
1706
1713
  // Receipt Names
1707
1714
  ALPHA_POOL_RECEIPT_NAME: "AlphaFi ALPHA Receipt",
1708
1715
  ALPHA_SUI_POOL_RECEIPT_NAME: "AlphaFi ALPHA-SUI Receipt",
@@ -1791,6 +1798,7 @@ export const conf = {
1791
1798
  ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_USDC_175_RECEIPT_NAME: "AlphaFi-Bluefin-Autobalance SUI-USDC (0.175%) Receipt",
1792
1799
  ALPHAFI_BLUEFIN_AUTOBALANCE_DEEP_SUI_175_RECEIPT_NAME: "AlphaFi-Bluefin-Autobalance DEEP-SUI (0.175%) Receipt",
1793
1800
  ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_SUI_RECEIPT_NAME: "AlphaFi-Bluefin-Autobalance WAL-SUI Receipt",
1801
+ ALPHAFI_ALPHALEND_SINGLE_LOOP_XAUM_RECEIPT_NAME: "AlphaFi-AlphaLend Single-Loop XAUm Receipt",
1794
1802
  //alphafi navi account addresses
1795
1803
  NAVI_USDC_USDT_LOOP_ACCOUNT_ADDRESS: "0x522fff4c498a045af792aaf8d74fbad3a63f0ccd269068e661d526bc8a719275",
1796
1804
  NAVI_SUI_VSUI_LOOP_ACCOUNT_ADDRESS: "0xc2c0f74aa59b2cde7ccb3840c902e40dd09b87f3229e5e4d5f448436ee2d9097",
@@ -1916,6 +1924,7 @@ export const conf = {
1916
1924
  //ALPHALEND SINGLE LOOP
1917
1925
  ALPHAFI_ALPHALEND_SINGLE_LOOP_TBTC_POOL_AUTO_COMPOUNDING_EVENT: "0x45564ea956f9b25890a5c1c3a199c8d86aabd5291b34723fb662283419ee2f4d::alphafi_alphalend_single_loop_investor::AutoCompoundingEvent",
1918
1926
  ALPHAFI_ALPHALEND_SINGLE_LOOP_SUIBTC_POOL_AUTO_COMPOUNDING_EVENT: "0x45564ea956f9b25890a5c1c3a199c8d86aabd5291b34723fb662283419ee2f4d::alphafi_alphalend_single_loop_investor::AutoCompoundingEvent",
1927
+ ALPHAFI_ALPHALEND_SINGLE_LOOP_XAUM_POOL_AUTO_COMPOUNDING_EVENT: "0x45564ea956f9b25890a5c1c3a199c8d86aabd5291b34723fb662283419ee2f4d::alphafi_alphalend_single_loop_investor::AutoCompoundingEvent",
1919
1928
  //Rebalance Event Types
1920
1929
  ALPHA_SUI_POOL_REBALANCE_EVENT: "0x73754ff4132adde2c28995739e8bb403aeb7219ba92003245529681dbc379c08::alphafi_cetus_sui_investor::RebalancePoolEvent",
1921
1930
  USDT_WUSDC_POOL_REBALANCE_EVENT: "0x73754ff4132adde2c28995739e8bb403aeb7219ba92003245529681dbc379c08::alphafi_cetus_investor::RebalancePoolEvent",
@@ -2068,6 +2077,7 @@ export const conf = {
2068
2077
  ALPHAFI_BLUEFIN_AUTOBALANCE_WAL_SUI_POOL_LIQUIDITY_CHANGE_EVENT: "0x754afbce8c72c8e491e3b9d536aa9d9766fdbc68650224ce01072189b235eee3::alphafi_bluefin_sui_second_pool::LiquidityChangeEvent",
2069
2078
  ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_USDC_175_POOL_LIQUIDITY_CHANGE_EVENT: "0x754afbce8c72c8e491e3b9d536aa9d9766fdbc68650224ce01072189b235eee3::alphafi_bluefin_sui_first_pool::LiquidityChangeEvent",
2070
2079
  ALPHAFI_BLUEFIN_AUTOBALANCE_DEEP_SUI_175_POOL_LIQUIDITY_CHANGE_EVENT: "0x754afbce8c72c8e491e3b9d536aa9d9766fdbc68650224ce01072189b235eee3::alphafi_bluefin_sui_second_pool::LiquidityChangeEvent",
2080
+ ALPHAFI_ALPHALEND_SINGLE_LOOP_XAUM_POOL_LIQUIDITY_CHANGE_EVENT: "0x45564ea956f9b25890a5c1c3a199c8d86aabd5291b34723fb662283419ee2f4d::alphafi_alphalend_single_loop_pool::LiquidityChangeEvent",
2071
2081
  // WithdrawV2 Events
2072
2082
  ALPHA_POOL_WITHDRAW_V2_EVENT: "0x904f7b5fc4064adc1a3d49b263abe683660ba766f78abd84a454c37c1f102218::alphapool::WithdrawEventV2",
2073
2083
  // After Transaction Event Types
@@ -2163,6 +2173,9 @@ export const conf = {
2163
2173
  BLUEFIN_TBTC_USDC_POOL: "0x1f121fb96bb1f57ac07564e7fad3a0412a6958701da1a66496b70f7ea15e051e",
2164
2174
  BLUEFIN_SUI_USDC_175_POOL: "0x15dbcac854b1fc68fc9467dbd9ab34270447aabd8cc0e04a5864d95ccb86b74a",
2165
2175
  BLUEFIN_DEEP_SUI_175_POOL: "0x7242459a663c4e59434252ceb27c228f6b1f21f2ba506f3b62d71b19a7421cc1",
2176
+ BLUEFIN_XAUM_XBTC_POOL: "0xa873b036fa735c40b776a40dffdd1134ec4e24d4bbe8ae28de6bcc2a03ac4d81",
2177
+ BLUEFIN_XAUM_USDC_POOL: "0x458fc3722cc88babd7cbe78273aa5e4ecbdff75c76a2ad14cd1f75418b569649",
2178
+ BLUEFIN_XBTC_USDC_POOL: "0x1b0cc1c66185ceb8eccbc807c73243ce957f0053dfa1026149265bb2ff704a07",
2166
2179
  // stsui
2167
2180
  LST_INFO: "0x1adb343ab351458e151bc392fbf1558b3332467f23bda45ae67cd355a57fd5f5",
2168
2181
  // constants for haedel