@alphafi/alphafi-sdk 0.0.72 → 0.0.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/common/coins.d.ts.map +1 -1
- package/dist/cjs/common/coins.js +6 -0
- package/dist/cjs/common/coins.js.map +1 -1
- package/dist/cjs/common/constants.d.ts +66 -0
- package/dist/cjs/common/constants.d.ts.map +1 -1
- package/dist/cjs/common/constants.js +68 -10
- package/dist/cjs/common/constants.js.map +1 -1
- package/dist/cjs/common/maps.d.ts.map +1 -1
- package/dist/cjs/common/maps.js +43 -2
- 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 +3 -3
- package/dist/cjs/common/types.d.ts.map +1 -1
- package/dist/cjs/common/types.js.map +1 -1
- package/dist/cjs/index.d.ts +2 -1
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +3 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/sui-sdk/events/fetchEvents.d.ts.map +1 -1
- package/dist/cjs/sui-sdk/events/fetchEvents.js +17 -0
- package/dist/cjs/sui-sdk/events/fetchEvents.js.map +1 -1
- package/dist/cjs/sui-sdk/events/types.d.ts +7 -1
- package/dist/cjs/sui-sdk/events/types.d.ts.map +1 -1
- package/dist/cjs/sui-sdk/events/types.js.map +1 -1
- package/dist/cjs/transactions/bluefin.d.ts.map +1 -1
- package/dist/cjs/transactions/bluefin.js +125 -3
- 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 +4 -2
- package/dist/cjs/transactions/collect_rewards.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/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 +66 -0
- package/dist/esm/common/constants.d.ts.map +1 -1
- package/dist/esm/common/constants.js +68 -10
- package/dist/esm/common/constants.js.map +1 -1
- package/dist/esm/common/maps.d.ts.map +1 -1
- package/dist/esm/common/maps.js +43 -2
- 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 +3 -3
- package/dist/esm/common/types.d.ts.map +1 -1
- package/dist/esm/common/types.js.map +1 -1
- package/dist/esm/index.d.ts +2 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/sui-sdk/events/fetchEvents.d.ts.map +1 -1
- package/dist/esm/sui-sdk/events/fetchEvents.js +17 -0
- package/dist/esm/sui-sdk/events/fetchEvents.js.map +1 -1
- package/dist/esm/sui-sdk/events/types.d.ts +7 -1
- package/dist/esm/sui-sdk/events/types.d.ts.map +1 -1
- package/dist/esm/sui-sdk/events/types.js.map +1 -1
- package/dist/esm/transactions/bluefin.d.ts.map +1 -1
- package/dist/esm/transactions/bluefin.js +125 -3
- 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 +4 -2
- package/dist/esm/transactions/collect_rewards.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/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/functions/alphaLpBreakdown.html +1 -1
- package/docs/functions/cetusLpBreakdown.html +1 -1
- package/docs/functions/claimBlueRewardTxb.html +1 -1
- package/docs/functions/claimRewardTxb.html +1 -1
- package/docs/functions/coinAmountToXTokensDoubleAsset.html +1 -1
- package/docs/functions/coinAmountToXTokensSingleAsset.html +1 -1
- package/docs/functions/coinsInPool.html +1 -1
- package/docs/functions/collectRewards.html +1 -1
- package/docs/functions/deposit.html +1 -1
- package/docs/functions/depositDoubleAssetTxb.html +1 -1
- package/docs/functions/depositSingleAssetTxb.html +1 -1
- package/docs/functions/fetchAfterTransactionEvents.html +1 -1
- package/docs/functions/fetchAutoCompoundingEvents.html +1 -1
- package/docs/functions/fetchAutoCompoundingEventsGql.html +1 -1
- package/docs/functions/fetchCetusPools.html +1 -1
- package/docs/functions/fetchChainIdentifier.html +1 -1
- package/docs/functions/fetchCheckRatioEvents.html +1 -1
- package/docs/functions/fetchEvents.html +1 -0
- package/docs/functions/fetchLiquidityChangeEvents.html +1 -1
- package/docs/functions/fetchMultiCategoryEvents.html +1 -1
- package/docs/functions/fetchMultiReceipts.html +1 -1
- package/docs/functions/fetchNftHolders.html +1 -1
- package/docs/functions/fetchPools.html +1 -1
- package/docs/functions/fetchPortfolioData.html +1 -1
- package/docs/functions/fetchProtocolData.html +1 -1
- package/docs/functions/fetchTVL.html +1 -1
- package/docs/functions/fetchTransactions.html +1 -1
- package/docs/functions/fetchUserVaultBalances.html +1 -1
- package/docs/functions/fetchUserVaults.html +1 -1
- package/docs/functions/fetchUserWalletData.html +1 -1
- package/docs/functions/fetchVoloExchangeRate.html +1 -1
- package/docs/functions/fetchWithdrawV2Events.html +1 -1
- package/docs/functions/getAirdropShare.html +1 -1
- package/docs/functions/getAllDoubleAssetVaults.html +1 -1
- package/docs/functions/getAllSingleAssetVaults.html +1 -1
- package/docs/functions/getAllVaultBalances.html +1 -1
- package/docs/functions/getAllVaults.html +1 -1
- package/docs/functions/getAlphaUnlocks.html +1 -1
- package/docs/functions/getAlphaVaultBalance.html +1 -1
- package/docs/functions/getAmounts.html +1 -1
- package/docs/functions/getApr.html +1 -1
- package/docs/functions/getAprs.html +1 -1
- package/docs/functions/getApy.html +1 -1
- package/docs/functions/getApys.html +1 -1
- package/docs/functions/getCetusInvestorTicksMap.html +1 -1
- package/docs/functions/getCetusPool.html +1 -1
- package/docs/functions/getCetusSqrtPriceMap.html +1 -1
- package/docs/functions/getCoinAmountsFromLiquidity.html +1 -1
- package/docs/functions/getConf.html +1 -1
- package/docs/functions/getCurrentTick.html +1 -1
- package/docs/functions/getDistributor.html +1 -1
- package/docs/functions/getDoubleAssetVaultBalance.html +1 -1
- package/docs/functions/getDoubleAssetVaults.html +1 -1
- package/docs/functions/getHoldersFromTransactions.html +1 -1
- package/docs/functions/getInvestor.html +1 -1
- package/docs/functions/getInvestorPoolMap.html +1 -1
- package/docs/functions/getLastAutoCompoundTime.html +1 -1
- package/docs/functions/getLatestPrices.html +1 -1
- package/docs/functions/getLiquidity.html +1 -1
- package/docs/functions/getMultiCetusPool.html +1 -1
- package/docs/functions/getMultiInvestor.html +1 -1
- package/docs/functions/getMultiLatestPrices.html +1 -1
- package/docs/functions/getMultiParentPool.html +1 -1
- package/docs/functions/getMultiPool.html +1 -1
- package/docs/functions/getMultiReceipts.html +1 -1
- package/docs/functions/getParentPool.html +1 -1
- package/docs/functions/getPool.html +1 -1
- package/docs/functions/getPoolExchangeRate.html +1 -1
- package/docs/functions/getPoolExchangeRateMap.html +1 -1
- package/docs/functions/getPoolsWeightDistribution.html +1 -1
- package/docs/functions/getPositionRange.html +1 -1
- package/docs/functions/getPositionRanges.html +1 -1
- package/docs/functions/getPositionTicks.html +1 -1
- package/docs/functions/getPriceToTick.html +1 -1
- package/docs/functions/getRebalanceHistories.html +1 -1
- package/docs/functions/getRebalanceHistory.html +1 -1
- package/docs/functions/getReceipts.html +1 -1
- package/docs/functions/getSingleAssetVaultBalance.html +1 -1
- package/docs/functions/getSingleAssetVaults.html +1 -1
- package/docs/functions/getSuiClient.html +2 -2
- package/docs/functions/getSuiNodeUrl.html +2 -2
- package/docs/functions/getTVLs-1.html +1 -1
- package/docs/functions/getTickSpacing.html +1 -1
- package/docs/functions/getTickToPrice.html +1 -1
- package/docs/functions/getTvls.html +1 -1
- package/docs/functions/getUserTokensFromTransactions.html +1 -1
- package/docs/functions/getUserTokensInUsdFromTransactions.html +1 -1
- package/docs/functions/getVaultBalance.html +1 -1
- package/docs/functions/getVaultBalanceForActiveUsers.html +1 -1
- package/docs/functions/getVaults.html +1 -1
- package/docs/functions/getXTokenVaultBalanceForActiveUsers.html +1 -1
- package/docs/functions/getZapAmounts.html +1 -1
- package/docs/functions/lastAutocompoundTime.html +1 -1
- package/docs/functions/liquidityToTokens.html +1 -1
- package/docs/functions/multiLiquidityToTokens.html +1 -1
- package/docs/functions/multiTokensToUsd.html +1 -1
- package/docs/functions/multiXTokensToLiquidity.html +1 -1
- package/docs/functions/parseUserWalletData.html +1 -1
- package/docs/functions/pendingBlueRewardAmount.html +1 -1
- package/docs/functions/setCustomSuiClient.html +2 -2
- package/docs/functions/setSuiClient.html +2 -2
- package/docs/functions/setSuiNodeUrl.html +2 -2
- package/docs/functions/setWeights.html +1 -1
- package/docs/functions/withdraw.html +1 -1
- package/docs/functions/withdrawAlphaTxb.html +1 -1
- package/docs/functions/withdrawTxb.html +1 -1
- package/docs/functions/zapDepositTxb.html +1 -1
- package/docs/index.html +2 -2
- package/docs/interfaces/Coin.html +6 -6
- package/docs/interfaces/CoinPair.html +2 -2
- package/docs/interfaces/NaviVoloData.html +2 -2
- package/docs/interfaces/PoolData.html +2 -2
- package/docs/interfaces/PoolWeightDistribution.html +2 -2
- package/docs/interfaces/RebalanceHistoryType.html +2 -2
- package/docs/modules.html +4 -2
- package/docs/types/AfterTransactionEventNode.html +1 -1
- package/docs/types/Allocator.html +1 -1
- package/docs/types/AlphaFiDoubleAssetVault.html +1 -1
- package/docs/types/AlphaFiMultiVaultBalance.html +1 -1
- package/docs/types/AlphaFiSingleAssetVault.html +1 -1
- package/docs/types/AlphaFiVault.html +1 -1
- package/docs/types/AlphaFiVaultBalance.html +1 -1
- package/docs/types/AlphaPoolType.html +1 -1
- package/docs/types/AlphaReceipt.html +1 -1
- package/docs/types/AlphaReceiptFields.html +1 -1
- package/docs/types/AlphaVaultBalance.html +1 -1
- package/docs/types/AutoBalancePoolNames.html +1 -1
- package/docs/types/AutoCompoundingEventNode.html +1 -1
- package/docs/types/BluefinInvestor.html +1 -1
- package/docs/types/BluefinPoolType.html +1 -1
- package/docs/types/BucketInvestor.html +1 -1
- package/docs/types/CetusInvestor.html +1 -1
- package/docs/types/CetusPoolType.html +1 -1
- package/docs/types/CetusSwapOptions.html +1 -1
- package/docs/types/CoinAmounts.html +1 -1
- package/docs/types/CoinName.html +1 -1
- package/docs/types/CoinType.html +1 -1
- package/docs/types/CommonInvestorFields.html +1 -1
- package/docs/types/CreatePoolOptions.html +1 -1
- package/docs/types/Distributor.html +1 -1
- package/docs/types/DoubleAssetMultiVaultBalance.html +1 -1
- package/docs/types/DoubleAssetPoolNames.html +1 -1
- package/docs/types/DoubleAssetTokenHoldings.html +1 -1
- package/docs/types/DoubleAssetVaultBalance.html +1 -1
- package/docs/types/EventCategory.html +1 -1
- package/docs/types/EventNode.html +1 -1
- package/docs/types/GetHoldersParams.html +1 -1
- package/docs/types/GetTokenHoldingsParams.html +1 -1
- package/docs/types/GetUserTokensFromTransactionsParams.html +1 -1
- package/docs/types/GetUserTokensInUsdFromTransactionsParams.html +1 -1
- package/docs/types/GetVaultBalanceForActiveUsersParams.html +1 -1
- package/docs/types/GetVaultBalanceParams.html +1 -1
- package/docs/types/HoldingsObj.html +1 -1
- package/docs/types/Icon.html +1 -1
- package/docs/types/Investor.html +1 -1
- package/docs/types/LiquidityChangeEventNode.html +1 -1
- package/docs/types/LiquidityToTokensParams.html +1 -1
- package/docs/types/LiquidityToUsdParams.html +1 -1
- package/docs/types/LoopingDebt.html +1 -1
- package/docs/types/LoopingPoolNames.html +1 -1
- package/docs/types/LpBreakdownType.html +1 -1
- package/docs/types/MemberPoolDataType.html +1 -1
- package/docs/types/MemberType.html +1 -1
- package/docs/types/MultiGetVaultBalancesParams.html +1 -1
- package/docs/types/NaviInvestor.html +1 -1
- package/docs/types/OtherReceiptFields.html +1 -1
- package/docs/types/PoolName.html +1 -1
- package/docs/types/PoolReceipt.html +1 -1
- package/docs/types/PoolType.html +1 -1
- package/docs/types/Receipt.html +1 -1
- package/docs/types/ReceiptGQL.html +1 -1
- package/docs/types/SingleAssetMultiVaultBalance.html +1 -1
- package/docs/types/SingleAssetPoolNames.html +1 -1
- package/docs/types/SingleAssetTokenHoldings.html +1 -1
- package/docs/types/SingleAssetVaultBalance.html +1 -1
- package/docs/types/SingleGetVaultBalancesParams.html +1 -1
- package/docs/types/StrategyType.html +1 -1
- package/docs/types/SuiNetwork.html +1 -1
- package/docs/types/SwapOptions.html +1 -1
- package/docs/types/TickSpacing.html +1 -1
- package/docs/types/TotalWeightType.html +1 -1
- package/docs/types/TransactionBlockType.html +1 -1
- package/docs/types/UserPoolLiquidity.html +1 -1
- package/docs/types/UserPoolTokenHoldings.html +1 -1
- package/docs/types/UserUsdHoldings.html +1 -1
- package/docs/types/VaultBalance.html +1 -1
- package/docs/types/VoteCastEvent.html +1 -0
- package/docs/types/WithdrawV2EventNode.html +1 -1
- package/docs/variables/bluefinPoolMap.html +1 -1
- package/docs/variables/cetusPoolMap.html +1 -1
- package/docs/variables/coinsList.html +1 -1
- package/docs/variables/defunctPoolsSet.html +1 -1
- package/docs/variables/doubleAssetPoolCoinMap.html +1 -1
- package/docs/variables/eventCategories.html +1 -1
- package/docs/variables/ignoredWalletsForDailyRevenue.html +1 -1
- package/docs/variables/loopingAccountAddresses.html +1 -1
- package/docs/variables/loopingPoolCoinMap.html +1 -1
- package/docs/variables/naviAssetMap.html +1 -1
- package/docs/variables/poolIdPoolNameMap.html +1 -1
- package/docs/variables/poolInfo.html +1 -1
- package/docs/variables/singleAssetPoolCoinMap.html +1 -1
- package/docs/variables/stableCoins.html +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"coins.d.ts","sourceRoot":"","sources":["../../../src/common/coins.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE5C,eAAO,MAAM,SAAS,EAAE;KAAG,GAAG,IAAI,QAAQ,GAAG,IAAI;
|
|
1
|
+
{"version":3,"file":"coins.d.ts","sourceRoot":"","sources":["../../../src/common/coins.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE5C,eAAO,MAAM,SAAS,EAAE;KAAG,GAAG,IAAI,QAAQ,GAAG,IAAI;CAyNhD,CAAC"}
|
package/dist/cjs/common/coins.js
CHANGED
|
@@ -212,5 +212,11 @@ exports.coinsList = {
|
|
|
212
212
|
icon: "",
|
|
213
213
|
expo: 8,
|
|
214
214
|
},
|
|
215
|
+
WAL: {
|
|
216
|
+
name: "WAL",
|
|
217
|
+
type: "0x356a26eb9e012a68958082340d4c4116e7f55615cf27affcff209cf0ae544f59::wal::WAL",
|
|
218
|
+
icon: "",
|
|
219
|
+
expo: 9,
|
|
220
|
+
},
|
|
215
221
|
};
|
|
216
222
|
//# sourceMappingURL=coins.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"coins.js","sourceRoot":"","sources":["../../../src/common/coins.ts"],"names":[],"mappings":"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","sourcesContent":["import { Coin, CoinName } from \"./types.js\";\n\nexport const coinsList: { [key in CoinName]: Coin } = {\n ALPHA: {\n name: \"ALPHA\",\n type: \"0xfe3afec26c59e874f3c1d60b8203cb3852d2bb2aa415df9548b8d688e6683f93::alpha::ALPHA\",\n icon: \"https://7taj6jfau6n3dri7agspzfnva7qbj5sizz5xc3lb56nmxpsyoiba.arweave.net/_MCfJKCnm7HFHwGk_JW1B-AU9kjOe3FtYe-ay75YcgI\",\n expo: 9,\n },\n SUI: {\n name: \"SUI\",\n type: \"0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0x0000000000000000000000000000000000000000000000000000000000000002-sui-SUI.svg\",\n expo: 9,\n },\n USDC: {\n name: \"USDC\",\n type: \"0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0x5d4b302506645c37ff133b98c4b50a5ae14841659738d6d733d59d0d217a93bf-coin-COIN.webp\",\n expo: 6,\n },\n WUSDC: {\n name: \"WUSDC\",\n type: \"0x5d4b302506645c37ff133b98c4b50a5ae14841659738d6d733d59d0d217a93bf::coin::COIN\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0x5d4b302506645c37ff133b98c4b50a5ae14841659738d6d733d59d0d217a93bf-coin-COIN.webp\",\n expo: 6,\n },\n USDT: {\n name: \"USDT\",\n type: \"0xc060006111016b8a020ad5b33834984a437aaa7d3c74c18e09a95d48aceab08c::coin::COIN\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0xc060006111016b8a020ad5b33834984a437aaa7d3c74c18e09a95d48aceab08c-coin-COIN.webp\",\n expo: 6,\n },\n VSUI: {\n name: \"VSUI\",\n type: \"0x549e8b69270defbfafd4f94e17ec44cdbdd99820b33bda2278dea3b9a32d3f55::cert::CERT\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0x549e8b69270defbfafd4f94e17ec44cdbdd99820b33bda2278dea3b9a32d3f55-cert-CERT.webp\",\n expo: 9,\n },\n NAVX: {\n name: \"NAVX\",\n type: \"0xa99b8952d4f7d947ea77fe0ecdcc9e5fc0bcab2841d6e2a5aa00c3044e5544b5::navx::NAVX\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0xa99b8952d4f7d947ea77fe0ecdcc9e5fc0bcab2841d6e2a5aa00c3044e5544b5-navx-NAVX.webp\",\n expo: 9,\n },\n SCA: {\n name: \"SCA\",\n type: \"0x7016aae72cfc67f2fadf55769c0a7dd54291a583b63051a5ed71081cce836ac6::sca::SCA\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0x7016aae72cfc67f2fadf55769c0a7dd54291a583b63051a5ed71081cce836ac6-sca-SCA.webp\",\n expo: 9,\n },\n CETUS: {\n name: \"CETUS\",\n type: \"0x6864a6f921804860930db6ddbe2e16acdf8504495ea7481637a1c8b9a8fe54b::cetus::CETUS\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0x06864a6f921804860930db6ddbe2e16acdf8504495ea7481637a1c8b9a8fe54b-cetus-CETUS.webp\",\n expo: 9,\n },\n TURBOS: {\n name: \"TURBOS\",\n type: \"0x5d1f47ea69bb0de31c313d7acf89b890dbb8991ea8e03c6c355171f84bb1ba4a::turbos::TURBOS\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0x5d1f47ea69bb0de31c313d7acf89b890dbb8991ea8e03c6c355171f84bb1ba4a-turbos-TURBOS.svg\",\n expo: 9,\n },\n AFSUI: {\n name: \"AFSUI\",\n type: \"0xf325ce1300e8dac124071d3152c5c5ee6174914f8bc2161e88329cf579246efc::afsui::AFSUI\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0xf325ce1300e8dac124071d3152c5c5ee6174914f8bc2161e88329cf579246efc-afsui-AFSUI.webp\",\n expo: 9,\n },\n WETH: {\n name: \"WETH\",\n type: \"0xaf8cd5edc19c4512f4259f0bee101a40d41ebed738ade5874359610ef8eeced5::coin::COIN\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0xaf8cd5edc19c4512f4259f0bee101a40d41ebed738ade5874359610ef8eeced5-coin-COIN.webp\",\n expo: 8,\n },\n APT: {\n name: \"APT\",\n type: \"0x3a5143bb1196e3bcdfab6203d1683ae29edd26294fc8bfeafe4aaa9d2704df37::coin::COIN\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0x3a5143bb1196e3bcdfab6203d1683ae29edd26294fc8bfeafe4aaa9d2704df37-coin-COIN.webp\",\n expo: 8,\n },\n WSOL: {\n name: \"WSOL\",\n type: \"0xb7844e289a8410e50fb3ca48d69eb9cf29e27d223ef90353fe1bd8e27ff8f3f8::coin::COIN\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0xb7844e289a8410e50fb3ca48d69eb9cf29e27d223ef90353fe1bd8e27ff8f3f8-coin-COIN.webp\",\n expo: 8,\n },\n SLP: {\n name: \"SLP\",\n type: \"0xc44d97a4bc4e5a33ca847b72b123172c88a6328196b71414f32c3070233604b2::slp::SLP\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0xc44d97a4bc4e5a33ca847b72b123172c88a6328196b71414f32c3070233604b2-slp-SLP.webp\",\n expo: 6,\n },\n WBTC: {\n name: \"WBTC\",\n type: \"0x27792d9fed7f9844eb4839566001bb6f6cb4804f66aa2da6fe1ee242d896881::coin::COIN\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0x027792d9fed7f9844eb4839566001bb6f6cb4804f66aa2da6fe1ee242d896881-coin-COIN.webp\",\n expo: 8,\n },\n CELO: {\n name: \"CELO\",\n type: \"0xa198f3be41cda8c07b3bf3fee02263526e535d682499806979a111e88a5a8d0f::coin::COIN\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0xa198f3be41cda8c07b3bf3fee02263526e535d682499806979a111e88a5a8d0f-coin-COIN.webp\",\n expo: 8,\n },\n HASUI: {\n name: \"HASUI\",\n type: \"0xbde4ba4c2e274a60ce15c1cfff9e5c42e41654ac8b6d906a57efa4bd3c29f47d::hasui::HASUI\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0xbde4ba4c2e274a60ce15c1cfff9e5c42e41654ac8b6d906a57efa4bd3c29f47d-hasui-HASUI.svg\",\n expo: 9,\n },\n USDY: {\n name: \"USDY\",\n type: \"0x960b531667636f39e85867775f52f6b1f220a058c4de786905bdf761e06a56bb::usdy::USDY\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0x960b531667636f39e85867775f52f6b1f220a058c4de786905bdf761e06a56bb-usdy-USDY.svg\",\n expo: 6,\n },\n BUCK: {\n name: \"BUCK\",\n type: \"0xce7ff77a83ea0cb6fd39bd8748e2ec89a3f41e8efdc3f4eb123e0ca37b184db2::buck::BUCK\",\n icon: \"https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/buck.svg/public\",\n expo: 9,\n },\n FUD: {\n name: \"FUD\",\n type: \"0x76cb819b01abed502bee8a702b4c2d547532c12f25001c9dea795a5e631c26f1::fud::FUD\",\n icon: \"\",\n expo: 5,\n },\n BLUB: {\n name: \"BLUB\",\n type: \"0xfa7ac3951fdca92c5200d468d31a365eb03b2be9936fde615e69f0c1274ad3a0::BLUB::BLUB\",\n icon: \"\",\n expo: 2,\n },\n ETH: {\n name: \"ETH\",\n type: \"0xd0e89b2af5e4910726fbcd8b8dd37bb79b29e5f83f7491bca830e94f7f226d29::eth::ETH\",\n icon: \"\",\n expo: 8,\n },\n DEEP: {\n name: \"DEEP\",\n type: \"0xdeeb7a4662eec9f2f3def03fb937a663dddaa2e215b8078a284d026b7946c270::deep::DEEP\",\n icon: \"\",\n expo: 6,\n },\n AUSD: {\n name: \"AUSD\",\n type: \"0x2053d08c1e2bd02791056171aab0fd12bd7cd7efad2ab8f6b9c8902f14df2ff2::ausd::AUSD\",\n icon: \"\",\n expo: 6,\n },\n NS: {\n name: \"NS\",\n type: \"0x5145494a5f5100e645e4b0aa950fa6b68f614e8c59e17bc5ded3495123a79178::ns::NS\",\n icon: \"\",\n expo: 6,\n },\n BLUE: {\n name: \"BLUE\",\n type: \"0xe1b45a0e641b9955a20aa0ad1c1f4ad86aad8afb07296d4085e349a50e90bdca::blue::BLUE\",\n icon: \"\",\n expo: 9,\n },\n SEND: {\n name: \"SEND\",\n type: \"0xb45fcfcc2cc07ce0702cc2d229621e046c906ef14d9b25e8e4d25f6e8763fef7::send::SEND\",\n icon: \"\",\n expo: 6,\n },\n STSUI: {\n name: \"STSUI\",\n type: \"0xd1b72982e40348d069bb1ff701e634c117bb5f741f44dff91e472d3b01461e55::stsui::STSUI\",\n icon: \"\",\n expo: 9,\n },\n SUIUSDT: {\n name: \"SUIUSDT\",\n type: \"0x375f70cf2ae4c00bf37117d0c85a2c71545e6ee05c4a5c7d282cd66a4504b068::usdt::USDT\",\n icon: \"\",\n expo: 6,\n },\n MUSD: {\n name: \"MUSD\",\n type: \"0xe44df51c0b21a27ab915fa1fe2ca610cd3eaa6d9666fe5e62b988bf7f0bd8722::musd::MUSD\",\n icon: \"\",\n expo: 9,\n },\n FT_BLUEFIN_STSUI_SUI: {\n name: \"FT_BLUEFIN_STSUI_SUI\",\n type: \"0xcd8f8a6fcd309e6d00f6f8f2d37eeeedeee7ccb50934d457e5a0a2f3e65bdbd2::ft_bluefin_stsui_sui::FT_BLUEFIN_STSUI_SUI\",\n icon: \"\",\n expo: 9,\n },\n \"AlphaFi stSUI-SUI LP\": {\n name: \"AlphaFi stSUI-SUI LP\",\n type: \"0x96eb2012a75798ce4410392baeab9dd888bc704799b7daa468c36856c83174f3::ALPHAFI_STSUI_SUI_LP::ALPHAFI_STSUI_SUI_LP\",\n icon: \"\",\n expo: 9,\n },\n SUIBTC: {\n name: \"SUIBTC\",\n type: \"0xaafb102dd0902f5055cadecd687fb5b71ca82ef0e0285d90afde828ec58ca96b::btc::BTC\",\n icon: \"\",\n expo: 8,\n },\n LBTC: {\n name: \"LBTC\",\n type: \"0x3e8e9423d80e1774a7ca128fccd8bf5f1f7753be658c5e645929037f7c819040::lbtc::LBTC\",\n icon: \"\",\n expo: 8,\n },\n};\n"]}
|
|
1
|
+
{"version":3,"file":"coins.js","sourceRoot":"","sources":["../../../src/common/coins.ts"],"names":[],"mappings":"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","sourcesContent":["import { Coin, CoinName } from \"./types.js\";\n\nexport const coinsList: { [key in CoinName]: Coin } = {\n ALPHA: {\n name: \"ALPHA\",\n type: \"0xfe3afec26c59e874f3c1d60b8203cb3852d2bb2aa415df9548b8d688e6683f93::alpha::ALPHA\",\n icon: \"https://7taj6jfau6n3dri7agspzfnva7qbj5sizz5xc3lb56nmxpsyoiba.arweave.net/_MCfJKCnm7HFHwGk_JW1B-AU9kjOe3FtYe-ay75YcgI\",\n expo: 9,\n },\n SUI: {\n name: \"SUI\",\n type: \"0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0x0000000000000000000000000000000000000000000000000000000000000002-sui-SUI.svg\",\n expo: 9,\n },\n USDC: {\n name: \"USDC\",\n type: \"0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0x5d4b302506645c37ff133b98c4b50a5ae14841659738d6d733d59d0d217a93bf-coin-COIN.webp\",\n expo: 6,\n },\n WUSDC: {\n name: \"WUSDC\",\n type: \"0x5d4b302506645c37ff133b98c4b50a5ae14841659738d6d733d59d0d217a93bf::coin::COIN\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0x5d4b302506645c37ff133b98c4b50a5ae14841659738d6d733d59d0d217a93bf-coin-COIN.webp\",\n expo: 6,\n },\n USDT: {\n name: \"USDT\",\n type: \"0xc060006111016b8a020ad5b33834984a437aaa7d3c74c18e09a95d48aceab08c::coin::COIN\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0xc060006111016b8a020ad5b33834984a437aaa7d3c74c18e09a95d48aceab08c-coin-COIN.webp\",\n expo: 6,\n },\n VSUI: {\n name: \"VSUI\",\n type: \"0x549e8b69270defbfafd4f94e17ec44cdbdd99820b33bda2278dea3b9a32d3f55::cert::CERT\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0x549e8b69270defbfafd4f94e17ec44cdbdd99820b33bda2278dea3b9a32d3f55-cert-CERT.webp\",\n expo: 9,\n },\n NAVX: {\n name: \"NAVX\",\n type: \"0xa99b8952d4f7d947ea77fe0ecdcc9e5fc0bcab2841d6e2a5aa00c3044e5544b5::navx::NAVX\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0xa99b8952d4f7d947ea77fe0ecdcc9e5fc0bcab2841d6e2a5aa00c3044e5544b5-navx-NAVX.webp\",\n expo: 9,\n },\n SCA: {\n name: \"SCA\",\n type: \"0x7016aae72cfc67f2fadf55769c0a7dd54291a583b63051a5ed71081cce836ac6::sca::SCA\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0x7016aae72cfc67f2fadf55769c0a7dd54291a583b63051a5ed71081cce836ac6-sca-SCA.webp\",\n expo: 9,\n },\n CETUS: {\n name: \"CETUS\",\n type: \"0x6864a6f921804860930db6ddbe2e16acdf8504495ea7481637a1c8b9a8fe54b::cetus::CETUS\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0x06864a6f921804860930db6ddbe2e16acdf8504495ea7481637a1c8b9a8fe54b-cetus-CETUS.webp\",\n expo: 9,\n },\n TURBOS: {\n name: \"TURBOS\",\n type: \"0x5d1f47ea69bb0de31c313d7acf89b890dbb8991ea8e03c6c355171f84bb1ba4a::turbos::TURBOS\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0x5d1f47ea69bb0de31c313d7acf89b890dbb8991ea8e03c6c355171f84bb1ba4a-turbos-TURBOS.svg\",\n expo: 9,\n },\n AFSUI: {\n name: \"AFSUI\",\n type: \"0xf325ce1300e8dac124071d3152c5c5ee6174914f8bc2161e88329cf579246efc::afsui::AFSUI\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0xf325ce1300e8dac124071d3152c5c5ee6174914f8bc2161e88329cf579246efc-afsui-AFSUI.webp\",\n expo: 9,\n },\n WETH: {\n name: \"WETH\",\n type: \"0xaf8cd5edc19c4512f4259f0bee101a40d41ebed738ade5874359610ef8eeced5::coin::COIN\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0xaf8cd5edc19c4512f4259f0bee101a40d41ebed738ade5874359610ef8eeced5-coin-COIN.webp\",\n expo: 8,\n },\n APT: {\n name: \"APT\",\n type: \"0x3a5143bb1196e3bcdfab6203d1683ae29edd26294fc8bfeafe4aaa9d2704df37::coin::COIN\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0x3a5143bb1196e3bcdfab6203d1683ae29edd26294fc8bfeafe4aaa9d2704df37-coin-COIN.webp\",\n expo: 8,\n },\n WSOL: {\n name: \"WSOL\",\n type: \"0xb7844e289a8410e50fb3ca48d69eb9cf29e27d223ef90353fe1bd8e27ff8f3f8::coin::COIN\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0xb7844e289a8410e50fb3ca48d69eb9cf29e27d223ef90353fe1bd8e27ff8f3f8-coin-COIN.webp\",\n expo: 8,\n },\n SLP: {\n name: \"SLP\",\n type: \"0xc44d97a4bc4e5a33ca847b72b123172c88a6328196b71414f32c3070233604b2::slp::SLP\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0xc44d97a4bc4e5a33ca847b72b123172c88a6328196b71414f32c3070233604b2-slp-SLP.webp\",\n expo: 6,\n },\n WBTC: {\n name: \"WBTC\",\n type: \"0x27792d9fed7f9844eb4839566001bb6f6cb4804f66aa2da6fe1ee242d896881::coin::COIN\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0x027792d9fed7f9844eb4839566001bb6f6cb4804f66aa2da6fe1ee242d896881-coin-COIN.webp\",\n expo: 8,\n },\n CELO: {\n name: \"CELO\",\n type: \"0xa198f3be41cda8c07b3bf3fee02263526e535d682499806979a111e88a5a8d0f::coin::COIN\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0xa198f3be41cda8c07b3bf3fee02263526e535d682499806979a111e88a5a8d0f-coin-COIN.webp\",\n expo: 8,\n },\n HASUI: {\n name: \"HASUI\",\n type: \"0xbde4ba4c2e274a60ce15c1cfff9e5c42e41654ac8b6d906a57efa4bd3c29f47d::hasui::HASUI\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0xbde4ba4c2e274a60ce15c1cfff9e5c42e41654ac8b6d906a57efa4bd3c29f47d-hasui-HASUI.svg\",\n expo: 9,\n },\n USDY: {\n name: \"USDY\",\n type: \"0x960b531667636f39e85867775f52f6b1f220a058c4de786905bdf761e06a56bb::usdy::USDY\",\n icon: \"https://coinmeta.polymedia.app/img/coins/0x960b531667636f39e85867775f52f6b1f220a058c4de786905bdf761e06a56bb-usdy-USDY.svg\",\n expo: 6,\n },\n BUCK: {\n name: \"BUCK\",\n type: \"0xce7ff77a83ea0cb6fd39bd8748e2ec89a3f41e8efdc3f4eb123e0ca37b184db2::buck::BUCK\",\n icon: \"https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/buck.svg/public\",\n expo: 9,\n },\n FUD: {\n name: \"FUD\",\n type: \"0x76cb819b01abed502bee8a702b4c2d547532c12f25001c9dea795a5e631c26f1::fud::FUD\",\n icon: \"\",\n expo: 5,\n },\n BLUB: {\n name: \"BLUB\",\n type: \"0xfa7ac3951fdca92c5200d468d31a365eb03b2be9936fde615e69f0c1274ad3a0::BLUB::BLUB\",\n icon: \"\",\n expo: 2,\n },\n ETH: {\n name: \"ETH\",\n type: \"0xd0e89b2af5e4910726fbcd8b8dd37bb79b29e5f83f7491bca830e94f7f226d29::eth::ETH\",\n icon: \"\",\n expo: 8,\n },\n DEEP: {\n name: \"DEEP\",\n type: \"0xdeeb7a4662eec9f2f3def03fb937a663dddaa2e215b8078a284d026b7946c270::deep::DEEP\",\n icon: \"\",\n expo: 6,\n },\n AUSD: {\n name: \"AUSD\",\n type: \"0x2053d08c1e2bd02791056171aab0fd12bd7cd7efad2ab8f6b9c8902f14df2ff2::ausd::AUSD\",\n icon: \"\",\n expo: 6,\n },\n NS: {\n name: \"NS\",\n type: \"0x5145494a5f5100e645e4b0aa950fa6b68f614e8c59e17bc5ded3495123a79178::ns::NS\",\n icon: \"\",\n expo: 6,\n },\n BLUE: {\n name: \"BLUE\",\n type: \"0xe1b45a0e641b9955a20aa0ad1c1f4ad86aad8afb07296d4085e349a50e90bdca::blue::BLUE\",\n icon: \"\",\n expo: 9,\n },\n SEND: {\n name: \"SEND\",\n type: \"0xb45fcfcc2cc07ce0702cc2d229621e046c906ef14d9b25e8e4d25f6e8763fef7::send::SEND\",\n icon: \"\",\n expo: 6,\n },\n STSUI: {\n name: \"STSUI\",\n type: \"0xd1b72982e40348d069bb1ff701e634c117bb5f741f44dff91e472d3b01461e55::stsui::STSUI\",\n icon: \"\",\n expo: 9,\n },\n SUIUSDT: {\n name: \"SUIUSDT\",\n type: \"0x375f70cf2ae4c00bf37117d0c85a2c71545e6ee05c4a5c7d282cd66a4504b068::usdt::USDT\",\n icon: \"\",\n expo: 6,\n },\n MUSD: {\n name: \"MUSD\",\n type: \"0xe44df51c0b21a27ab915fa1fe2ca610cd3eaa6d9666fe5e62b988bf7f0bd8722::musd::MUSD\",\n icon: \"\",\n expo: 9,\n },\n FT_BLUEFIN_STSUI_SUI: {\n name: \"FT_BLUEFIN_STSUI_SUI\",\n type: \"0xcd8f8a6fcd309e6d00f6f8f2d37eeeedeee7ccb50934d457e5a0a2f3e65bdbd2::ft_bluefin_stsui_sui::FT_BLUEFIN_STSUI_SUI\",\n icon: \"\",\n expo: 9,\n },\n \"AlphaFi stSUI-SUI LP\": {\n name: \"AlphaFi stSUI-SUI LP\",\n type: \"0x96eb2012a75798ce4410392baeab9dd888bc704799b7daa468c36856c83174f3::ALPHAFI_STSUI_SUI_LP::ALPHAFI_STSUI_SUI_LP\",\n icon: \"\",\n expo: 9,\n },\n SUIBTC: {\n name: \"SUIBTC\",\n type: \"0xaafb102dd0902f5055cadecd687fb5b71ca82ef0e0285d90afde828ec58ca96b::btc::BTC\",\n icon: \"\",\n expo: 8,\n },\n LBTC: {\n name: \"LBTC\",\n type: \"0x3e8e9423d80e1774a7ca128fccd8bf5f1f7753be658c5e645929037f7c819040::lbtc::LBTC\",\n icon: \"\",\n expo: 8,\n },\n WAL: {\n name: \"WAL\",\n type: \"0x356a26eb9e012a68958082340d4c4116e7f55615cf27affcff209cf0ae544f59::wal::WAL\",\n icon: \"\",\n expo: 9,\n },\n};\n"]}
|
|
@@ -163,6 +163,8 @@ export declare const conf: {
|
|
|
163
163
|
ALPHAFI_BLUEFIN_ALPHA_STSUI_POOL: string;
|
|
164
164
|
ALPHAFI_BLUEFIN_SUIBTC_USDC_POOL: string;
|
|
165
165
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_POOL: string;
|
|
166
|
+
ALPHAFI_BLUEFIN_WAL_USDC_POOL: string;
|
|
167
|
+
ALPHAFI_BLUEFIN_WAL_STSUI_POOL: string;
|
|
166
168
|
ALPHAFI_BLUEFIN_AUTOBALANCE_USDT_USDC_POOL: string;
|
|
167
169
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_USDC_POOL: string;
|
|
168
170
|
ALPHAFI_BLUEFIN_SUIUSDT_USDC_POOL: string;
|
|
@@ -223,6 +225,8 @@ export declare const conf: {
|
|
|
223
225
|
LBTC_SUI_CETUS_POOL_ID: string;
|
|
224
226
|
SUIBTC_LBTC_CETUS_POOL_ID: string;
|
|
225
227
|
SUIBTC_SUI_CETUS_POOL_ID: string;
|
|
228
|
+
WAL_SUI_CETUS_POOL_ID: string;
|
|
229
|
+
USDC_WAL_CETUS_POOL_ID: string;
|
|
226
230
|
CETUS_REWARDER_GLOBAL_VAULT_ID: string;
|
|
227
231
|
CETUS_GLOBAL_CONFIG_ID: string;
|
|
228
232
|
ALPHA_CETUS_INVESTOR: string;
|
|
@@ -294,6 +298,8 @@ export declare const conf: {
|
|
|
294
298
|
ALPHAFI_BLUEFIN_STSUI_MUSD_INVESTOR: string;
|
|
295
299
|
ALPHAFI_BLUEFIN_SUIBTC_USDC_INVESTOR: string;
|
|
296
300
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_INVESTOR: string;
|
|
301
|
+
ALPHAFI_BLUEFIN_WAL_USDC_INVESTOR: string;
|
|
302
|
+
ALPHAFI_BLUEFIN_WAL_STSUI_INVESTOR: string;
|
|
297
303
|
ALPHAFI_BLUEFIN_AUTOBALANCE_USDT_USDC_INVESTOR: string;
|
|
298
304
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_USDC_INVESTOR: string;
|
|
299
305
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_INVESTOR: string;
|
|
@@ -378,6 +384,8 @@ export declare const conf: {
|
|
|
378
384
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_RECEIPT: string;
|
|
379
385
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_RECEIPT: string;
|
|
380
386
|
USDC_SUIUSDT_POOL_RECEIPT: string;
|
|
387
|
+
ALPHAFI_BLUEFIN_WAL_USDC_RECEIPT: string;
|
|
388
|
+
ALPHAFI_BLUEFIN_WAL_STSUI_RECEIPT: string;
|
|
381
389
|
ALPHA_POOL_RECEIPT_NAME: string;
|
|
382
390
|
ALPHA_SUI_POOL_RECEIPT_NAME: string;
|
|
383
391
|
USDT_WUSDC_POOL_RECEIPT_NAME: string;
|
|
@@ -454,6 +462,8 @@ export declare const conf: {
|
|
|
454
462
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_RECEIPT_NAME: string;
|
|
455
463
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_RECEIPT_NAME: string;
|
|
456
464
|
USDC_SUIUSDT_POOL_RECEIPT_NAME: string;
|
|
465
|
+
ALPHAFI_BLUEFIN_WAL_USDC_RECEIPT_NAME: string;
|
|
466
|
+
ALPHAFI_BLUEFIN_WAL_STSUI_RECEIPT_NAME: string;
|
|
457
467
|
NAVI_USDC_USDT_LOOP_ACCOUNT_ADDRESS: string;
|
|
458
468
|
NAVI_SUI_VSUI_LOOP_ACCOUNT_ADDRESS: string;
|
|
459
469
|
NAVI_HASUI_SUI_LOOP_ACCOUNT_ADDRESS: string;
|
|
@@ -549,6 +559,8 @@ export declare const conf: {
|
|
|
549
559
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
550
560
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
551
561
|
USDC_SUIUSDT_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
562
|
+
ALPHAFI_BLUEFIN_WAL_USDC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
563
|
+
ALPHAFI_BLUEFIN_WAL_STSUI_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
552
564
|
ALPHA_SUI_POOL_REBALANCE_EVENT: string;
|
|
553
565
|
USDT_WUSDC_POOL_REBALANCE_EVENT: string;
|
|
554
566
|
USDY_WUSDC_POOL_REBALANCE_EVENT: string;
|
|
@@ -605,6 +617,8 @@ export declare const conf: {
|
|
|
605
617
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_POOL_REBALANCE_EVENT: string;
|
|
606
618
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_POOL_REBALANCE_EVENT: string;
|
|
607
619
|
USDC_SUIUSDT_POOL_REBALANCE_EVENT: string;
|
|
620
|
+
ALPHAFI_BLUEFIN_WAL_USDC_POOL_REBALANCE_EVENT: string;
|
|
621
|
+
ALPHAFI_BLUEFIN_WAL_STSUI_POOL_REBALANCE_EVENT: string;
|
|
608
622
|
ALPHA_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
609
623
|
ALPHA_SUI_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
610
624
|
USDT_WUSDC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
@@ -681,6 +695,8 @@ export declare const conf: {
|
|
|
681
695
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
682
696
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
683
697
|
USDC_SUIUSDT_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
698
|
+
ALPHAFI_BLUEFIN_WAL_USDC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
699
|
+
ALPHAFI_BLUEFIN_WAL_STSUI_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
684
700
|
ALPHA_POOL_WITHDRAW_V2_EVENT: string;
|
|
685
701
|
ALPHA_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
686
702
|
ALPHA_SUI_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
@@ -703,6 +719,9 @@ export declare const conf: {
|
|
|
703
719
|
CETUS_COLLECT_FEE_EVENT: string;
|
|
704
720
|
CETUS_COLLECT_REWARD_EVENT: string;
|
|
705
721
|
CETUS_SWAP_EVENT: string;
|
|
722
|
+
GOVERNANCE_PACKAGE_ID: string;
|
|
723
|
+
VOTE_CAST_EVENT_TYPE: string;
|
|
724
|
+
ACTIVE_PROPOSAL_IDS: string[];
|
|
706
725
|
NAVI_POOL_DEPOSIT_EVENT: string;
|
|
707
726
|
NAVI_POOL_WITHDRAW_EVENT: string;
|
|
708
727
|
NAVI_LOOP_USDC_USDT_POOL_CHECK_RATIO_EVENT: string;
|
|
@@ -745,6 +764,9 @@ export declare const conf: {
|
|
|
745
764
|
BLUEFIN_VSUI_SUI_POOL: string;
|
|
746
765
|
BLUEFIN_SUI_LBTC_POOL: string;
|
|
747
766
|
BLUEFIN_LBTC_SUIBTC_POOL: string;
|
|
767
|
+
BLUEFIN_WAL_USDC_POOL: string;
|
|
768
|
+
BLUEFIN_WAL_STSUI_POOL: string;
|
|
769
|
+
BLUEFIN_SUI_WAL_POOL: string;
|
|
748
770
|
LST_INFO: string;
|
|
749
771
|
HAEDEL_STAKING: string;
|
|
750
772
|
BUCKET_PROTOCOL: string;
|
|
@@ -1012,6 +1034,8 @@ export declare const conf: {
|
|
|
1012
1034
|
ALPHAFI_BLUEFIN_FUNGIBLE_STSUI_SUI_POOL: string;
|
|
1013
1035
|
ALPHAFI_BLUEFIN_SUIBTC_USDC_POOL: string;
|
|
1014
1036
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_POOL: string;
|
|
1037
|
+
ALPHAFI_BLUEFIN_WAL_USDC_POOL: string;
|
|
1038
|
+
ALPHAFI_BLUEFIN_WAL_STSUI_POOL: string;
|
|
1015
1039
|
ALPHAFI_BLUEFIN_AUTOBALANCE_USDT_USDC_POOL: string;
|
|
1016
1040
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_USDC_POOL: string;
|
|
1017
1041
|
ALPHAFI_BLUEFIN_AUTOBALANCE_BLUE_SUI_POOL: string;
|
|
@@ -1068,6 +1092,8 @@ export declare const conf: {
|
|
|
1068
1092
|
LBTC_SUI_CETUS_POOL_ID: string;
|
|
1069
1093
|
SUIBTC_LBTC_CETUS_POOL_ID: string;
|
|
1070
1094
|
SUIBTC_SUI_CETUS_POOL_ID: string;
|
|
1095
|
+
WAL_SUI_CETUS_POOL_ID: string;
|
|
1096
|
+
USDC_WAL_CETUS_POOL_ID: string;
|
|
1071
1097
|
CETUS_REWARDER_GLOBAL_VAULT_ID: string;
|
|
1072
1098
|
CETUS_GLOBAL_CONFIG_ID: string;
|
|
1073
1099
|
ALPHA_CETUS_INVESTOR: string;
|
|
@@ -1139,6 +1165,8 @@ export declare const conf: {
|
|
|
1139
1165
|
ALPHAFI_BLUEFIN_STSUI_MUSD_INVESTOR: string;
|
|
1140
1166
|
ALPHAFI_BLUEFIN_SUIBTC_USDC_INVESTOR: string;
|
|
1141
1167
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_INVESTOR: string;
|
|
1168
|
+
ALPHAFI_BLUEFIN_WAL_USDC_INVESTOR: string;
|
|
1169
|
+
ALPHAFI_BLUEFIN_WAL_STSUI_INVESTOR: string;
|
|
1142
1170
|
ALPHAFI_BLUEFIN_AUTOBALANCE_USDT_USDC_INVESTOR: string;
|
|
1143
1171
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_USDC_INVESTOR: string;
|
|
1144
1172
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_INVESTOR: string;
|
|
@@ -1216,6 +1244,8 @@ export declare const conf: {
|
|
|
1216
1244
|
NAVI_SUIUSDT_POOL_RECEIPT: string;
|
|
1217
1245
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_RECEIPT: string;
|
|
1218
1246
|
USDC_SUIUSDT_POOL_RECEIPT: string;
|
|
1247
|
+
ALPHAFI_BLUEFIN_WAL_USDC_RECEIPT: string;
|
|
1248
|
+
ALPHAFI_BLUEFIN_WAL_STSUI_RECEIPT: string;
|
|
1219
1249
|
ALPHAFI_BLUEFIN_AUTOBALANCE_USDT_USDC_RECEIPT: string;
|
|
1220
1250
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_USDC_RECEIPT: string;
|
|
1221
1251
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_RECEIPT: string;
|
|
@@ -1299,6 +1329,8 @@ export declare const conf: {
|
|
|
1299
1329
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_RECEIPT_NAME: string;
|
|
1300
1330
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_RECEIPT_NAME: string;
|
|
1301
1331
|
USDC_SUIUSDT_POOL_RECEIPT_NAME: string;
|
|
1332
|
+
ALPHAFI_BLUEFIN_WAL_USDC_RECEIPT_NAME: string;
|
|
1333
|
+
ALPHAFI_BLUEFIN_WAL_STSUI_RECEIPT_NAME: string;
|
|
1302
1334
|
NAVI_USDC_USDT_LOOP_ACCOUNT_ADDRESS: string;
|
|
1303
1335
|
NAVI_SUI_VSUI_LOOP_ACCOUNT_ADDRESS: string;
|
|
1304
1336
|
NAVI_HASUI_SUI_LOOP_ACCOUNT_ADDRESS: string;
|
|
@@ -1389,6 +1421,8 @@ export declare const conf: {
|
|
|
1389
1421
|
NAVI_SUIUSDT_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
1390
1422
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
1391
1423
|
USDC_SUIUSDT_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
1424
|
+
ALPHAFI_BLUEFIN_WAL_USDC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
1425
|
+
ALPHAFI_BLUEFIN_WAL_STSUI_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
1392
1426
|
ALPHAFI_BLUEFIN_AUTOBALANCE_USDT_USDC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
1393
1427
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_USDC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
1394
1428
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
@@ -1452,6 +1486,8 @@ export declare const conf: {
|
|
|
1452
1486
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_POOL_REBALANCE_EVENT: string;
|
|
1453
1487
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_POOL_REBALANCE_EVENT: string;
|
|
1454
1488
|
USDC_SUIUSDT_POOL_REBALANCE_EVENT: string;
|
|
1489
|
+
ALPHAFI_BLUEFIN_WAL_USDC_POOL_REBALANCE_EVENT: string;
|
|
1490
|
+
ALPHAFI_BLUEFIN_WAL_STSUI_POOL_REBALANCE_EVENT: string;
|
|
1455
1491
|
ALPHA_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
1456
1492
|
ALPHA_SUI_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
1457
1493
|
USDT_WUSDC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
@@ -1528,6 +1564,8 @@ export declare const conf: {
|
|
|
1528
1564
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
1529
1565
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
1530
1566
|
USDC_SUIUSDT_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
1567
|
+
ALPHAFI_BLUEFIN_WAL_USDC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
1568
|
+
ALPHAFI_BLUEFIN_WAL_STSUI_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
1531
1569
|
ALPHA_POOL_WITHDRAW_V2_EVENT: string;
|
|
1532
1570
|
ALPHA_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
1533
1571
|
ALPHA_SUI_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
@@ -1545,6 +1583,9 @@ export declare const conf: {
|
|
|
1545
1583
|
NAVI_USDT_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
1546
1584
|
NAVI_WUSDC_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
1547
1585
|
NAVI_HASUI_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
1586
|
+
GOVERNANCE_PACKAGE_ID: string;
|
|
1587
|
+
VOTE_CAST_EVENT_TYPE: string;
|
|
1588
|
+
ACTIVE_PROPOSAL_IDS: never[];
|
|
1548
1589
|
NAVI_LOOP_USDC_USDT_POOL_CHECK_RATIO_EVENT: string;
|
|
1549
1590
|
NAVI_LOOP_SUI_VSUI_POOL_CHECK_RATIO_EVENT: string;
|
|
1550
1591
|
NAVI_LOOP_HASUI_SUI_POOL_CHECK_RATIO_EVENT: string;
|
|
@@ -1592,6 +1633,9 @@ export declare const conf: {
|
|
|
1592
1633
|
BLUEFIN_VSUI_SUI_POOL: string;
|
|
1593
1634
|
BLUEFIN_SUI_LBTC_POOL: string;
|
|
1594
1635
|
BLUEFIN_LBTC_SUIBTC_POOL: string;
|
|
1636
|
+
BLUEFIN_WAL_USDC_POOL: string;
|
|
1637
|
+
BLUEFIN_WAL_STSUI_POOL: string;
|
|
1638
|
+
BLUEFIN_SUI_WAL_POOL: string;
|
|
1595
1639
|
LST_INFO: string;
|
|
1596
1640
|
HAEDEL_STAKING: string;
|
|
1597
1641
|
NAVI_STORAGE: string;
|
|
@@ -1856,6 +1900,8 @@ export declare const getConf: () => {
|
|
|
1856
1900
|
ALPHAFI_BLUEFIN_FUNGIBLE_STSUI_SUI_POOL: string;
|
|
1857
1901
|
ALPHAFI_BLUEFIN_SUIBTC_USDC_POOL: string;
|
|
1858
1902
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_POOL: string;
|
|
1903
|
+
ALPHAFI_BLUEFIN_WAL_USDC_POOL: string;
|
|
1904
|
+
ALPHAFI_BLUEFIN_WAL_STSUI_POOL: string;
|
|
1859
1905
|
ALPHAFI_BLUEFIN_AUTOBALANCE_USDT_USDC_POOL: string;
|
|
1860
1906
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_USDC_POOL: string;
|
|
1861
1907
|
ALPHAFI_BLUEFIN_AUTOBALANCE_BLUE_SUI_POOL: string;
|
|
@@ -1912,6 +1958,8 @@ export declare const getConf: () => {
|
|
|
1912
1958
|
LBTC_SUI_CETUS_POOL_ID: string;
|
|
1913
1959
|
SUIBTC_LBTC_CETUS_POOL_ID: string;
|
|
1914
1960
|
SUIBTC_SUI_CETUS_POOL_ID: string;
|
|
1961
|
+
WAL_SUI_CETUS_POOL_ID: string;
|
|
1962
|
+
USDC_WAL_CETUS_POOL_ID: string;
|
|
1915
1963
|
CETUS_REWARDER_GLOBAL_VAULT_ID: string;
|
|
1916
1964
|
CETUS_GLOBAL_CONFIG_ID: string;
|
|
1917
1965
|
ALPHA_CETUS_INVESTOR: string;
|
|
@@ -1983,6 +2031,8 @@ export declare const getConf: () => {
|
|
|
1983
2031
|
ALPHAFI_BLUEFIN_STSUI_MUSD_INVESTOR: string;
|
|
1984
2032
|
ALPHAFI_BLUEFIN_SUIBTC_USDC_INVESTOR: string;
|
|
1985
2033
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_INVESTOR: string;
|
|
2034
|
+
ALPHAFI_BLUEFIN_WAL_USDC_INVESTOR: string;
|
|
2035
|
+
ALPHAFI_BLUEFIN_WAL_STSUI_INVESTOR: string;
|
|
1986
2036
|
ALPHAFI_BLUEFIN_AUTOBALANCE_USDT_USDC_INVESTOR: string;
|
|
1987
2037
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_USDC_INVESTOR: string;
|
|
1988
2038
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_INVESTOR: string;
|
|
@@ -2060,6 +2110,8 @@ export declare const getConf: () => {
|
|
|
2060
2110
|
NAVI_SUIUSDT_POOL_RECEIPT: string;
|
|
2061
2111
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_RECEIPT: string;
|
|
2062
2112
|
USDC_SUIUSDT_POOL_RECEIPT: string;
|
|
2113
|
+
ALPHAFI_BLUEFIN_WAL_USDC_RECEIPT: string;
|
|
2114
|
+
ALPHAFI_BLUEFIN_WAL_STSUI_RECEIPT: string;
|
|
2063
2115
|
ALPHAFI_BLUEFIN_AUTOBALANCE_USDT_USDC_RECEIPT: string;
|
|
2064
2116
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_USDC_RECEIPT: string;
|
|
2065
2117
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_RECEIPT: string;
|
|
@@ -2143,6 +2195,8 @@ export declare const getConf: () => {
|
|
|
2143
2195
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_RECEIPT_NAME: string;
|
|
2144
2196
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_RECEIPT_NAME: string;
|
|
2145
2197
|
USDC_SUIUSDT_POOL_RECEIPT_NAME: string;
|
|
2198
|
+
ALPHAFI_BLUEFIN_WAL_USDC_RECEIPT_NAME: string;
|
|
2199
|
+
ALPHAFI_BLUEFIN_WAL_STSUI_RECEIPT_NAME: string;
|
|
2146
2200
|
NAVI_USDC_USDT_LOOP_ACCOUNT_ADDRESS: string;
|
|
2147
2201
|
NAVI_SUI_VSUI_LOOP_ACCOUNT_ADDRESS: string;
|
|
2148
2202
|
NAVI_HASUI_SUI_LOOP_ACCOUNT_ADDRESS: string;
|
|
@@ -2233,6 +2287,8 @@ export declare const getConf: () => {
|
|
|
2233
2287
|
NAVI_SUIUSDT_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
2234
2288
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
2235
2289
|
USDC_SUIUSDT_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
2290
|
+
ALPHAFI_BLUEFIN_WAL_USDC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
2291
|
+
ALPHAFI_BLUEFIN_WAL_STSUI_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
2236
2292
|
ALPHAFI_BLUEFIN_AUTOBALANCE_USDT_USDC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
2237
2293
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_USDC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
2238
2294
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUIUSDT_USDC_POOL_AUTO_COMPOUNDING_EVENT: string;
|
|
@@ -2296,6 +2352,8 @@ export declare const getConf: () => {
|
|
|
2296
2352
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_POOL_REBALANCE_EVENT: string;
|
|
2297
2353
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_POOL_REBALANCE_EVENT: string;
|
|
2298
2354
|
USDC_SUIUSDT_POOL_REBALANCE_EVENT: string;
|
|
2355
|
+
ALPHAFI_BLUEFIN_WAL_USDC_POOL_REBALANCE_EVENT: string;
|
|
2356
|
+
ALPHAFI_BLUEFIN_WAL_STSUI_POOL_REBALANCE_EVENT: string;
|
|
2299
2357
|
ALPHA_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
2300
2358
|
ALPHA_SUI_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
2301
2359
|
USDT_WUSDC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
@@ -2372,6 +2430,8 @@ export declare const getConf: () => {
|
|
|
2372
2430
|
ALPHAFI_BLUEFIN_AUTOBALANCE_SUI_LBTC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
2373
2431
|
ALPHAFI_BLUEFIN_LBTC_SUIBTC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
2374
2432
|
USDC_SUIUSDT_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
2433
|
+
ALPHAFI_BLUEFIN_WAL_USDC_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
2434
|
+
ALPHAFI_BLUEFIN_WAL_STSUI_POOL_LIQUIDITY_CHANGE_EVENT: string;
|
|
2375
2435
|
ALPHA_POOL_WITHDRAW_V2_EVENT: string;
|
|
2376
2436
|
ALPHA_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
2377
2437
|
ALPHA_SUI_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
@@ -2389,6 +2449,9 @@ export declare const getConf: () => {
|
|
|
2389
2449
|
NAVI_USDT_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
2390
2450
|
NAVI_WUSDC_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
2391
2451
|
NAVI_HASUI_POOL_AFTER_TRANSACTION_EVENT: string;
|
|
2452
|
+
GOVERNANCE_PACKAGE_ID: string;
|
|
2453
|
+
VOTE_CAST_EVENT_TYPE: string;
|
|
2454
|
+
ACTIVE_PROPOSAL_IDS: never[];
|
|
2392
2455
|
NAVI_LOOP_USDC_USDT_POOL_CHECK_RATIO_EVENT: string;
|
|
2393
2456
|
NAVI_LOOP_SUI_VSUI_POOL_CHECK_RATIO_EVENT: string;
|
|
2394
2457
|
NAVI_LOOP_HASUI_SUI_POOL_CHECK_RATIO_EVENT: string;
|
|
@@ -2436,6 +2499,9 @@ export declare const getConf: () => {
|
|
|
2436
2499
|
BLUEFIN_VSUI_SUI_POOL: string;
|
|
2437
2500
|
BLUEFIN_SUI_LBTC_POOL: string;
|
|
2438
2501
|
BLUEFIN_LBTC_SUIBTC_POOL: string;
|
|
2502
|
+
BLUEFIN_WAL_USDC_POOL: string;
|
|
2503
|
+
BLUEFIN_WAL_STSUI_POOL: string;
|
|
2504
|
+
BLUEFIN_SUI_WAL_POOL: string;
|
|
2439
2505
|
LST_INFO: string;
|
|
2440
2506
|
HAEDEL_STAKING: string;
|
|
2441
2507
|
NAVI_STORAGE: string;
|
|
@@ -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
|
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6kIhB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEnB,CAAC"}
|