@hinkal/common 0.2.15 → 0.2.17
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/API/API.cjs +1 -1
- package/API/API.d.ts +73 -34
- package/API/API.mjs +112 -59
- package/API/accessCodeCalls.cjs +1 -0
- package/API/accessCodeCalls.d.ts +23 -0
- package/API/accessCodeCalls.mjs +23 -0
- package/API/admin-calls.cjs +1 -0
- package/API/admin-calls.d.ts +2 -0
- package/API/admin-calls.mjs +8 -0
- package/API/ai-calls.cjs +1 -1
- package/API/ai-calls.d.ts +8 -0
- package/API/ai-calls.mjs +16 -8
- package/API/brotherhoodCalls.cjs +1 -0
- package/API/brotherhoodCalls.d.ts +82 -0
- package/API/brotherhoodCalls.mjs +59 -0
- package/API/callLifiAPI.cjs +1 -0
- package/API/callLifiAPI.d.ts +33 -0
- package/API/callLifiAPI.mjs +11 -0
- package/API/callMonitor.cjs +1 -1
- package/API/callMonitor.mjs +5 -2
- package/API/callOdosAPI.cjs +1 -1
- package/API/callOdosAPI.mjs +12 -13
- package/API/callOkxAPI.cjs +1 -0
- package/API/callOkxAPI.d.ts +10 -0
- package/API/callOkxAPI.mjs +13 -0
- package/API/callOneInchAPI.cjs +1 -1
- package/API/callOneInchAPI.mjs +9 -8
- package/API/callRelayer.cjs +1 -1
- package/API/callRelayer.d.ts +17 -0
- package/API/callRelayer.mjs +15 -6
- package/API/checkRisk.cjs +1 -1
- package/API/checkRisk.mjs +5 -4
- package/API/duneAPI.cjs +1 -1
- package/API/duneAPI.mjs +7 -5
- package/API/enclaveCalls.cjs +1 -0
- package/API/enclaveCalls.d.ts +9 -0
- package/API/enclaveCalls.mjs +11 -0
- package/API/fetchCommitmentsCache.cjs +1 -1
- package/API/fetchCommitmentsCache.d.ts +12 -4
- package/API/fetchCommitmentsCache.mjs +21 -7
- package/API/generate-trading-points.cjs +1 -0
- package/API/generate-trading-points.d.ts +27 -0
- package/API/generate-trading-points.mjs +45 -0
- package/API/get-token-data.cjs +1 -0
- package/API/get-token-data.d.ts +6 -0
- package/API/get-token-data.mjs +8 -0
- package/API/getBridgeProtocols.cjs +1 -0
- package/API/getBridgeProtocols.d.ts +7 -0
- package/API/getBridgeProtocols.mjs +8 -0
- package/API/getGasEstimates.cjs +1 -1
- package/API/getGasEstimates.d.ts +2 -2
- package/API/getGasEstimates.mjs +10 -10
- package/API/getLifiStatus.cjs +1 -0
- package/API/getLifiStatus.d.ts +24 -0
- package/API/getLifiStatus.mjs +15 -0
- package/API/getRelayerURL.cjs +1 -1
- package/API/getRelayerURL.mjs +6 -6
- package/API/getServerURL.cjs +1 -1
- package/API/getServerURL.d.ts +3 -1
- package/API/getServerURL.mjs +60 -29
- package/API/getTokenPrice.cjs +1 -1
- package/API/getTokenPrice.d.ts +0 -11
- package/API/getTokenPrice.mjs +8 -16
- package/API/getWebsiteURL.cjs +1 -0
- package/API/getWebsiteURL.d.ts +3 -0
- package/API/getWebsiteURL.mjs +56 -0
- package/API/index.d.ts +9 -3
- package/API/is-tx-stateless.cjs +1 -1
- package/API/is-tx-stateless.d.ts +4 -2
- package/API/is-tx-stateless.mjs +18 -7
- package/API/kycCalls.cjs +1 -1
- package/API/kycCalls.d.ts +4 -7
- package/API/kycCalls.mjs +34 -32
- package/API/leaderboardCalls.cjs +1 -0
- package/API/leaderboardCalls.d.ts +14 -0
- package/API/leaderboardCalls.mjs +16 -0
- package/API/proxyAccountsCalls.cjs +1 -0
- package/API/proxyAccountsCalls.d.ts +4 -0
- package/API/proxyAccountsCalls.mjs +26 -0
- package/API/referralsCalls.cjs +1 -0
- package/API/referralsCalls.d.ts +22 -0
- package/API/referralsCalls.mjs +22 -0
- package/API/relayCalls.cjs +1 -1
- package/API/relayCalls.d.ts +1 -1
- package/API/relayCalls.mjs +8 -5
- package/API/resolve-sns.cjs +1 -0
- package/API/resolve-sns.d.ts +1 -0
- package/API/resolve-sns.mjs +12 -0
- package/API/restoreSnapshots.cjs +1 -1
- package/API/restoreSnapshots.mjs +4 -3
- package/API/rewardsUserCalls.cjs +1 -0
- package/API/rewardsUserCalls.d.ts +51 -0
- package/API/rewardsUserCalls.mjs +44 -0
- package/API/scheduled-transactions-calls.cjs +1 -0
- package/API/scheduled-transactions-calls.d.ts +6 -0
- package/API/scheduled-transactions-calls.mjs +9 -0
- package/API/seedless-calls.cjs +1 -0
- package/API/seedless-calls.d.ts +53 -0
- package/API/seedless-calls.mjs +12 -0
- package/API/send-telegram-callback.cjs +1 -0
- package/API/send-telegram-callback.d.ts +7 -0
- package/API/send-telegram-callback.mjs +11 -0
- package/API/simulate-batch-tx.cjs +1 -0
- package/API/simulate-batch-tx.d.ts +3 -0
- package/API/simulate-batch-tx.mjs +13 -0
- package/API/solana-calls.cjs +1 -0
- package/API/solana-calls.d.ts +34 -0
- package/API/solana-calls.mjs +19 -0
- package/API/tenderly.api.cjs +1 -1
- package/API/tenderly.api.mjs +24 -22
- package/API/token-calls.cjs +1 -1
- package/API/token-calls.d.ts +1 -1
- package/API/token-calls.mjs +12 -7
- package/API/unspent-utxos-calls.cjs +1 -0
- package/API/unspent-utxos-calls.d.ts +26 -0
- package/API/unspent-utxos-calls.mjs +27 -0
- package/API/weeklyAnalyticCalls.cjs +1 -0
- package/API/weeklyAnalyticCalls.d.ts +22 -0
- package/API/weeklyAnalyticCalls.mjs +16 -0
- package/README.md +61 -0
- package/constants/activity.constants.cjs +1 -0
- package/constants/activity.constants.d.ts +2 -0
- package/constants/activity.constants.mjs +14 -0
- package/constants/addresses.constants.cjs +1 -1
- package/constants/addresses.constants.d.ts +9 -0
- package/constants/addresses.constants.mjs +71 -41
- package/constants/backend.constants.cjs +1 -1
- package/constants/backend.constants.d.ts +3 -1
- package/constants/backend.constants.mjs +6 -7
- package/constants/bridging.constants.cjs +1 -0
- package/constants/bridging.constants.d.ts +5 -0
- package/constants/bridging.constants.mjs +8 -0
- package/constants/chains.constants.cjs +1 -1
- package/constants/chains.constants.d.ts +8 -3
- package/constants/chains.constants.mjs +88 -79
- package/constants/coingecko.constants.cjs +1 -1
- package/constants/coingecko.constants.d.ts +4 -1
- package/constants/coingecko.constants.mjs +25 -15
- package/constants/contracts.constants.cjs +1 -1
- package/constants/contracts.constants.mjs +74 -252
- package/constants/deploy-data/deploy-data-arbMainnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-arbMainnet.json.mjs +1487 -8687
- package/constants/deploy-data/deploy-data-arcTestnet.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-arcTestnet.json.mjs +7381 -0
- package/constants/deploy-data/deploy-data-avalanche.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-avalanche.json.mjs +258 -8430
- package/constants/deploy-data/deploy-data-base.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-base.json.mjs +1491 -8681
- package/constants/deploy-data/deploy-data-bnbMainnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-bnbMainnet.json.mjs +258 -7898
- package/constants/deploy-data/deploy-data-ethMainnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-ethMainnet.json.mjs +1835 -8845
- package/constants/deploy-data/deploy-data-localhost.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-localhost.json.mjs +1209 -10210
- package/constants/deploy-data/deploy-data-optimism.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-optimism.json.mjs +1491 -8681
- package/constants/deploy-data/deploy-data-polygon.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-polygon.json.mjs +1491 -8681
- package/constants/deploy-data/deploy-data-solana.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-solana.json.mjs +6111 -0
- package/constants/deploy-data/index.d.ts +3 -3
- package/constants/events.constants.cjs +1 -0
- package/constants/events.constants.d.ts +1 -0
- package/constants/events.constants.mjs +12 -0
- package/constants/fees.constants.cjs +1 -1
- package/constants/fees.constants.d.ts +1 -12
- package/constants/fees.constants.mjs +4 -35
- package/constants/function-signatures.constants.cjs +1 -0
- package/constants/function-signatures.constants.d.ts +5 -0
- package/constants/function-signatures.constants.mjs +8 -0
- package/constants/index.d.ts +11 -6
- package/constants/kyc.constants.cjs +1 -1
- package/constants/kyc.constants.mjs +23 -35
- package/constants/lifi.constants.cjs +1 -0
- package/constants/lifi.constants.d.ts +1 -0
- package/constants/lifi.constants.mjs +4 -0
- package/constants/link.constant.cjs +1 -0
- package/constants/link.constant.d.ts +1 -0
- package/constants/link.constant.mjs +4 -0
- package/constants/mediaUrls.constants.cjs +1 -1
- package/constants/mediaUrls.constants.d.ts +10 -0
- package/constants/mediaUrls.constants.mjs +14 -4
- package/constants/oauthUrls.constants.cjs +1 -0
- package/constants/oauthUrls.constants.d.ts +7 -0
- package/constants/oauthUrls.constants.mjs +10 -0
- package/constants/okx.constants.cjs +1 -0
- package/constants/okx.constants.d.ts +2 -0
- package/constants/okx.constants.mjs +5 -0
- package/constants/permit2.constants.cjs +1 -1
- package/constants/permit2.constants.d.ts +6 -0
- package/constants/permit2.constants.mjs +14 -2
- package/constants/presale.constants.cjs +1 -0
- package/constants/presale.constants.d.ts +78 -0
- package/{externalABIs/LidoWstEthAbi.json.mjs → constants/presale.constants.mjs} +242 -218
- package/constants/protocol.constants.cjs +1 -1
- package/constants/protocol.constants.d.ts +32 -11
- package/constants/protocol.constants.mjs +44 -36
- package/constants/reorg-depths.constants.cjs +1 -1
- package/constants/reorg-depths.constants.mjs +14 -11
- package/constants/rewards.constants.cjs +1 -1
- package/constants/rewards.constants.d.ts +3 -4
- package/constants/rewards.constants.mjs +14 -21
- package/constants/save-depths.cjs +1 -0
- package/constants/save-depths.d.ts +3 -0
- package/constants/save-depths.mjs +19 -0
- package/constants/server.constants.cjs +1 -1
- package/constants/server.constants.d.ts +103 -79
- package/constants/server.constants.mjs +195 -148
- package/constants/tasks.constants.cjs +1 -0
- package/constants/tasks.constants.d.ts +9 -0
- package/constants/tasks.constants.mjs +230 -0
- package/constants/token-data/ERC20Registry.cjs +1 -1
- package/constants/token-data/ERC20Registry.mjs +50 -33
- package/constants/token-data/arbMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/arbMainnetRegistry.json.mjs +1185 -526
- package/constants/token-data/arbMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/arbMainnetRegistryFixed.json.mjs +1218 -463
- package/constants/token-data/arcTestnetRegistry.json.cjs +1 -0
- package/constants/token-data/arcTestnetRegistry.json.mjs +439 -0
- package/constants/token-data/avalancheRegistry.json.cjs +1 -1
- package/constants/token-data/avalancheRegistry.json.mjs +296 -322
- package/constants/token-data/avalancheRegistryFixed.json.cjs +1 -1
- package/constants/token-data/avalancheRegistryFixed.json.mjs +297 -323
- package/constants/token-data/baseRegistry.json.cjs +1 -1
- package/constants/token-data/baseRegistry.json.mjs +715 -232
- package/constants/token-data/baseRegistryFixed.json.cjs +1 -1
- package/constants/token-data/baseRegistryFixed.json.mjs +736 -217
- package/constants/token-data/bnbMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/bnbMainnetRegistry.json.mjs +444 -516
- package/constants/token-data/bnbMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/bnbMainnetRegistryFixed.json.mjs +444 -516
- package/constants/token-data/ethMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/ethMainnetRegistry.json.mjs +2710 -1798
- package/constants/token-data/ethMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/ethMainnetRegistryFixed.json.mjs +2894 -1494
- package/constants/token-data/index.cjs +1 -1
- package/constants/token-data/index.d.ts +228 -291
- package/constants/token-data/index.mjs +34 -28
- package/constants/token-data/localhostRegistry.json.cjs +1 -1
- package/constants/token-data/localhostRegistry.json.mjs +3 -3
- package/constants/token-data/optimismRegistry.json.cjs +1 -1
- package/constants/token-data/optimismRegistry.json.mjs +129 -1402
- package/constants/token-data/optimismRegistryFixed.json.cjs +1 -1
- package/constants/token-data/optimismRegistryFixed.json.mjs +129 -1322
- package/constants/token-data/polygonRegistry.json.cjs +1 -1
- package/constants/token-data/polygonRegistry.json.mjs +1395 -784
- package/constants/token-data/polygonRegistryFixed.json.cjs +1 -1
- package/constants/token-data/polygonRegistryFixed.json.mjs +1447 -746
- package/constants/token-data/solanaLocalnetRegistry.json.cjs +1 -0
- package/constants/token-data/solanaLocalnetRegistry.json.mjs +24 -0
- package/constants/token-data/solanaMainnetRegistry.json.cjs +1 -0
- package/constants/token-data/solanaMainnetRegistry.json.mjs +560 -0
- package/constants/token-data/tokenPricing.consts.d.ts +0 -3
- package/constants/vite.constants.cjs +1 -1
- package/constants/vite.constants.d.ts +7 -11
- package/constants/vite.constants.mjs +13 -38
- package/constants/wallet.constants.cjs +1 -0
- package/constants/wallet.constants.d.ts +7 -0
- package/constants/wallet.constants.mjs +10 -0
- package/crypto/preProcessing.cjs +1 -1
- package/crypto/preProcessing.mjs +3 -3
- package/data-structures/ApprovalDBs/EventsPublicApprovalsDB.cjs +1 -0
- package/data-structures/ApprovalDBs/EventsPublicApprovalsDB.d.ts +18 -0
- package/data-structures/ApprovalDBs/EventsPublicApprovalsDB.mjs +175 -0
- package/data-structures/ApprovalDBs/index.d.ts +1 -0
- package/data-structures/Hinkal/Hinkal.cjs +1 -1
- package/data-structures/Hinkal/Hinkal.d.ts +40 -46
- package/data-structures/Hinkal/Hinkal.mjs +344 -191
- package/data-structures/Hinkal/IHinkal.d.ts +39 -45
- package/data-structures/Hinkal/handleAutoDepositBack.cjs +1 -0
- package/data-structures/Hinkal/handleAutoDepositBack.d.ts +5 -0
- package/data-structures/Hinkal/handleAutoDepositBack.mjs +108 -0
- package/data-structures/Hinkal/hinkalActionFundApproveAndTransact.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionFundApproveAndTransact.d.ts +5 -1
- package/data-structures/Hinkal/hinkalActionFundApproveAndTransact.mjs +31 -50
- package/data-structures/Hinkal/hinkalActionReceive.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionReceive.d.ts +4 -1
- package/data-structures/Hinkal/hinkalActionReceive.mjs +33 -31
- package/data-structures/Hinkal/hinkalApprove.cjs +1 -1
- package/data-structures/Hinkal/hinkalApprove.d.ts +2 -1
- package/data-structures/Hinkal/hinkalApprove.mjs +73 -78
- package/data-structures/Hinkal/hinkalCheckSolanaTokenRegistry.cjs +1 -0
- package/data-structures/Hinkal/hinkalCheckSolanaTokenRegistry.d.ts +3 -0
- package/data-structures/Hinkal/hinkalCheckSolanaTokenRegistry.mjs +28 -0
- package/data-structures/Hinkal/hinkalCheckTokenRegistry.cjs +1 -1
- package/data-structures/Hinkal/hinkalCheckTokenRegistry.mjs +46 -7
- package/data-structures/Hinkal/hinkalDeposit.cjs +1 -1
- package/data-structures/Hinkal/hinkalDeposit.mjs +76 -62
- package/data-structures/Hinkal/hinkalDepositAndWithdraw.cjs +1 -0
- package/data-structures/Hinkal/hinkalDepositAndWithdraw.d.ts +4 -0
- package/data-structures/Hinkal/hinkalDepositAndWithdraw.mjs +188 -0
- package/data-structures/Hinkal/hinkalGetRecipientInfo.cjs +1 -1
- package/data-structures/Hinkal/hinkalGetRecipientInfo.d.ts +1 -1
- package/data-structures/Hinkal/hinkalGetRecipientInfo.mjs +4 -4
- package/data-structures/Hinkal/hinkalGetZkMeProvider.d.ts +27 -2
- package/data-structures/Hinkal/hinkalInsideTransact.cjs +1 -1
- package/data-structures/Hinkal/hinkalInsideTransact.d.ts +3 -1
- package/data-structures/Hinkal/hinkalInsideTransact.mjs +84 -74
- package/data-structures/Hinkal/hinkalMultiSend.cjs +1 -1
- package/data-structures/Hinkal/hinkalMultiSend.mjs +6 -6
- package/data-structures/Hinkal/hinkalPrivateWallet.cjs +1 -1
- package/data-structures/Hinkal/hinkalPrivateWallet.d.ts +4 -1
- package/data-structures/Hinkal/hinkalPrivateWallet.mjs +127 -73
- package/data-structures/Hinkal/hinkalProxySwap.cjs +1 -1
- package/data-structures/Hinkal/hinkalProxySwap.d.ts +4 -1
- package/data-structures/Hinkal/hinkalProxySwap.mjs +48 -24
- package/data-structures/Hinkal/hinkalProxyToPrivate.cjs +1 -0
- package/data-structures/Hinkal/hinkalProxyToPrivate.d.ts +6 -0
- package/data-structures/Hinkal/hinkalProxyToPrivate.mjs +45 -0
- package/data-structures/Hinkal/hinkalSignSubAccount.cjs +1 -1
- package/data-structures/Hinkal/hinkalSignSubAccount.d.ts +3 -2
- package/data-structures/Hinkal/hinkalSignSubAccount.mjs +19 -17
- package/data-structures/Hinkal/hinkalSolanaDeposit.cjs +1 -0
- package/data-structures/Hinkal/hinkalSolanaDeposit.d.ts +4 -0
- package/data-structures/Hinkal/hinkalSolanaDeposit.mjs +133 -0
- package/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.cjs +1 -0
- package/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.d.ts +3 -0
- package/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.mjs +236 -0
- package/data-structures/Hinkal/hinkalSolanaProxySend.cjs +1 -0
- package/data-structures/Hinkal/hinkalSolanaProxySend.d.ts +6 -0
- package/data-structures/Hinkal/hinkalSolanaProxySend.mjs +55 -0
- package/data-structures/Hinkal/hinkalSolanaProxyShield.cjs +1 -0
- package/data-structures/Hinkal/hinkalSolanaProxyShield.d.ts +6 -0
- package/data-structures/Hinkal/hinkalSolanaProxyShield.mjs +99 -0
- package/data-structures/Hinkal/hinkalSolanaProxySwap.cjs +1 -0
- package/data-structures/Hinkal/hinkalSolanaProxySwap.d.ts +5 -0
- package/data-structures/Hinkal/hinkalSolanaProxySwap.mjs +96 -0
- package/data-structures/Hinkal/hinkalSolanaSwap.cjs +1 -0
- package/data-structures/Hinkal/hinkalSolanaSwap.d.ts +4 -0
- package/data-structures/Hinkal/hinkalSolanaSwap.mjs +119 -0
- package/data-structures/Hinkal/hinkalSolanaTransfer.cjs +1 -0
- package/data-structures/Hinkal/hinkalSolanaTransfer.d.ts +3 -0
- package/data-structures/Hinkal/hinkalSolanaTransfer.mjs +89 -0
- package/data-structures/Hinkal/hinkalSolanaWithdraw.cjs +1 -0
- package/data-structures/Hinkal/hinkalSolanaWithdraw.d.ts +3 -0
- package/data-structures/Hinkal/hinkalSolanaWithdraw.mjs +105 -0
- package/data-structures/Hinkal/hinkalSwap.cjs +1 -1
- package/data-structures/Hinkal/hinkalSwap.d.ts +3 -1
- package/data-structures/Hinkal/hinkalSwap.mjs +103 -58
- package/data-structures/Hinkal/hinkalTransfer.cjs +1 -1
- package/data-structures/Hinkal/hinkalTransfer.d.ts +4 -1
- package/data-structures/Hinkal/hinkalTransfer.mjs +127 -2
- package/data-structures/Hinkal/hinkalWithdraw.cjs +1 -1
- package/data-structures/Hinkal/hinkalWithdraw.d.ts +2 -2
- package/data-structures/Hinkal/hinkalWithdraw.mjs +95 -60
- package/data-structures/Hinkal/hinkalWithdrawStuckUtxos.cjs +1 -0
- package/data-structures/Hinkal/hinkalWithdrawStuckUtxos.d.ts +4 -0
- package/data-structures/Hinkal/hinkalWithdrawStuckUtxos.mjs +147 -0
- package/data-structures/Hinkal/index.d.ts +5 -4
- package/data-structures/Hinkal/resetMerkleTrees.cjs +1 -1
- package/data-structures/Hinkal/resetMerkleTrees.mjs +59 -27
- package/data-structures/IndexedDB/activity-db.cjs +1 -1
- package/data-structures/IndexedDB/activity-db.d.ts +2 -3
- package/data-structures/IndexedDB/activity-db.mjs +146 -83
- package/data-structures/IndexedDB/balances-db.cjs +1 -1
- package/data-structures/IndexedDB/balances-db.d.ts +1 -1
- package/data-structures/IndexedDB/balances-db.mjs +59 -41
- package/data-structures/IndexedDB/contact-db.cjs +1 -1
- package/data-structures/IndexedDB/contact-db.mjs +83 -29
- package/data-structures/IndexedDB/index.d.ts +1 -0
- package/data-structures/IndexedDB/signatures-db.cjs +1 -0
- package/data-structures/IndexedDB/signatures-db.d.ts +10 -0
- package/data-structures/IndexedDB/signatures-db.mjs +63 -0
- package/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.cjs +1 -1
- package/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.d.ts +2 -2
- package/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.mjs +32 -31
- package/data-structures/TokenDBs/AlchemyPublicTokensDB.cjs +1 -0
- package/data-structures/TokenDBs/AlchemyPublicTokensDB.d.ts +19 -0
- package/data-structures/TokenDBs/AlchemyPublicTokensDB.mjs +204 -0
- package/data-structures/TokenDBs/ArcPublicTokensDB.cjs +1 -0
- package/data-structures/TokenDBs/ArcPublicTokensDB.d.ts +11 -0
- package/data-structures/TokenDBs/ArcPublicTokensDB.mjs +112 -0
- package/data-structures/TokenDBs/EventsPublicTokensDB.cjs +1 -0
- package/data-structures/TokenDBs/EventsPublicTokensDB.d.ts +17 -0
- package/data-structures/TokenDBs/EventsPublicTokensDB.mjs +173 -0
- package/data-structures/TokenDBs/IPublicTokensDB.d.ts +6 -0
- package/data-structures/TokenDBs/PrivateTokensDB.cjs +1 -1
- package/data-structures/TokenDBs/PrivateTokensDB.mjs +48 -36
- package/data-structures/TokenDBs/PublicTokensDB.cjs +1 -1
- package/data-structures/TokenDBs/PublicTokensDB.d.ts +4 -8
- package/data-structures/TokenDBs/PublicTokensDB.mjs +21 -75
- package/data-structures/TokenDBs/index.d.ts +2 -0
- package/data-structures/TokenDBs/token-visibility-db.cjs +1 -0
- package/data-structures/TokenDBs/token-visibility-db.d.ts +17 -0
- package/data-structures/TokenDBs/token-visibility-db.mjs +96 -0
- package/data-structures/crypto-keys/decodeUTXO.cjs +1 -1
- package/data-structures/crypto-keys/decodeUTXO.d.ts +15 -3
- package/data-structures/crypto-keys/decodeUTXO.mjs +84 -26
- package/data-structures/crypto-keys/encryptDecryptUtxo.cjs +1 -1
- package/data-structures/crypto-keys/encryptDecryptUtxo.mjs +36 -30
- package/data-structures/crypto-keys/keys.cjs +1 -1
- package/data-structures/crypto-keys/keys.d.ts +21 -0
- package/data-structures/crypto-keys/keys.mjs +118 -38
- package/data-structures/event-service/evm/AbstractAccessTokenSnapshotService.cjs +1 -0
- package/data-structures/event-service/{AbstractAccessTokenSnapshotService.d.ts → evm/AbstractAccessTokenSnapshotService.d.ts} +4 -5
- package/data-structures/event-service/{AbstractAccessTokenSnapshotService.mjs → evm/AbstractAccessTokenSnapshotService.mjs} +12 -23
- package/data-structures/event-service/evm/AbstractApprovalsSnapshotService.cjs +1 -0
- package/data-structures/event-service/{AbstractApprovalsSnapshotService.d.ts → evm/AbstractApprovalsSnapshotService.d.ts} +4 -5
- package/data-structures/event-service/evm/AbstractApprovalsSnapshotService.mjs +92 -0
- package/data-structures/event-service/evm/AbstractCommitmentsSnapshotService.cjs +1 -0
- package/data-structures/event-service/{AbstractCommitmentsSnapshotService.d.ts → evm/AbstractCommitmentsSnapshotService.d.ts} +5 -6
- package/data-structures/event-service/evm/AbstractCommitmentsSnapshotService.mjs +86 -0
- package/data-structures/event-service/evm/AbstractEventService.cjs +1 -0
- package/data-structures/event-service/evm/AbstractEventService.d.ts +12 -0
- package/data-structures/event-service/evm/AbstractEventService.mjs +37 -0
- package/data-structures/event-service/evm/AbstractNullifierSnapshotService.cjs +1 -0
- package/data-structures/event-service/{AbstractNullifierSnapshotService.d.ts → evm/AbstractNullifierSnapshotService.d.ts} +4 -4
- package/data-structures/event-service/evm/AbstractNullifierSnapshotService.mjs +48 -0
- package/data-structures/event-service/evm/AbstractSnapshotService.cjs +1 -0
- package/data-structures/event-service/{AbstractSnapshotService.d.ts → evm/AbstractSnapshotService.d.ts} +6 -7
- package/data-structures/event-service/evm/AbstractSnapshotService.mjs +33 -0
- package/data-structures/event-service/evm/BlockchainEventEmitter.cjs +1 -0
- package/data-structures/event-service/evm/BlockchainEventEmitter.d.ts +26 -0
- package/data-structures/event-service/evm/BlockchainEventEmitter.mjs +90 -0
- package/data-structures/event-service/index.d.ts +13 -6
- package/data-structures/event-service/solana/AbstractSolanaAccessTokenSnapshotService.cjs +1 -0
- package/data-structures/event-service/solana/AbstractSolanaAccessTokenSnapshotService.d.ts +34 -0
- package/data-structures/event-service/solana/AbstractSolanaAccessTokenSnapshotService.mjs +87 -0
- package/data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.cjs +1 -0
- package/data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.d.ts +29 -0
- package/data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.mjs +96 -0
- package/data-structures/event-service/solana/AbstractSolanaEventService.cjs +1 -0
- package/data-structures/event-service/solana/AbstractSolanaEventService.d.ts +22 -0
- package/data-structures/event-service/solana/AbstractSolanaEventService.mjs +33 -0
- package/data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.cjs +1 -0
- package/data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.d.ts +21 -0
- package/data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.mjs +49 -0
- package/data-structures/event-service/solana/AbstractSolanaSnapshotService.cjs +1 -0
- package/data-structures/event-service/solana/AbstractSolanaSnapshotService.d.ts +22 -0
- package/data-structures/event-service/solana/AbstractSolanaSnapshotService.mjs +33 -0
- package/data-structures/event-service/solana/SolanaBlockchainEventEmitter.cjs +1 -0
- package/data-structures/event-service/solana/SolanaBlockchainEventEmitter.d.ts +41 -0
- package/data-structures/event-service/solana/SolanaBlockchainEventEmitter.mjs +154 -0
- package/data-structures/http/BasicHttpClient.cjs +1 -0
- package/data-structures/http/BasicHttpClient.d.ts +11 -0
- package/data-structures/http/BasicHttpClient.mjs +25 -0
- package/data-structures/http/HttpClient.cjs +1 -0
- package/data-structures/http/HttpClient.d.ts +10 -0
- package/data-structures/http/HttpClient.mjs +15 -0
- package/data-structures/http/index.d.ts +2 -0
- package/data-structures/index.d.ts +4 -1
- package/data-structures/presale/PresaleContractWrapper.cjs +1 -0
- package/data-structures/presale/PresaleContractWrapper.d.ts +23 -0
- package/data-structures/presale/PresaleContractWrapper.mjs +54 -0
- package/data-structures/presale/index.d.ts +1 -0
- package/data-structures/provider-adapter/IProviderAdapter.d.ts +4 -3
- package/data-structures/snapshot/SnapshotFetcherService.cjs +1 -0
- package/data-structures/snapshot/SnapshotFetcherService.d.ts +16 -0
- package/data-structures/snapshot/SnapshotFetcherService.mjs +42 -0
- package/data-structures/snapshot/evm-snapshots/ClientAccessTokenSnapshotService.cjs +1 -0
- package/data-structures/snapshot/{ClientAccessTokenSnapshotService.d.ts → evm-snapshots/ClientAccessTokenSnapshotService.d.ts} +4 -3
- package/data-structures/snapshot/evm-snapshots/ClientAccessTokenSnapshotService.mjs +41 -0
- package/data-structures/snapshot/evm-snapshots/ClientApprovalsSnapshotService.cjs +1 -0
- package/data-structures/snapshot/{ClientApprovalsSnapshotService.d.ts → evm-snapshots/ClientApprovalsSnapshotService.d.ts} +4 -4
- package/data-structures/snapshot/evm-snapshots/ClientApprovalsSnapshotService.mjs +43 -0
- package/data-structures/snapshot/evm-snapshots/ClientCommitmentsSnapshotService.cjs +1 -0
- package/data-structures/snapshot/evm-snapshots/ClientCommitmentsSnapshotService.d.ts +8 -0
- package/data-structures/snapshot/evm-snapshots/ClientCommitmentsSnapshotService.mjs +35 -0
- package/data-structures/snapshot/evm-snapshots/ClientNullifierSnapshotService.cjs +1 -0
- package/data-structures/snapshot/evm-snapshots/ClientNullifierSnapshotService.d.ts +8 -0
- package/data-structures/snapshot/evm-snapshots/ClientNullifierSnapshotService.mjs +34 -0
- package/data-structures/snapshot/index.d.ts +8 -0
- package/data-structures/snapshot/solana-snapshots/ClientSolanaAccessTokenSnapshotService.cjs +1 -0
- package/data-structures/snapshot/solana-snapshots/ClientSolanaAccessTokenSnapshotService.d.ts +8 -0
- package/data-structures/snapshot/solana-snapshots/ClientSolanaAccessTokenSnapshotService.mjs +42 -0
- package/data-structures/snapshot/solana-snapshots/ClientSolanaCommitmentsSnapshotService.cjs +1 -0
- package/data-structures/snapshot/solana-snapshots/ClientSolanaCommitmentsSnapshotService.d.ts +8 -0
- package/data-structures/snapshot/solana-snapshots/ClientSolanaCommitmentsSnapshotService.mjs +34 -0
- package/data-structures/snapshot/solana-snapshots/ClientSolanaNullifierSnapshotService.cjs +1 -0
- package/data-structures/snapshot/solana-snapshots/ClientSolanaNullifierSnapshotService.d.ts +8 -0
- package/data-structures/snapshot/solana-snapshots/ClientSolanaNullifierSnapshotService.mjs +34 -0
- package/data-structures/token-price-fetcher/TokenChecker.cjs +1 -1
- package/data-structures/token-price-fetcher/TokenChecker.d.ts +1 -13
- package/data-structures/token-price-fetcher/TokenChecker.mjs +13 -26
- package/data-structures/transactions-manager/history/history.types.cjs +1 -1
- package/data-structures/transactions-manager/history/history.types.d.ts +2 -81
- package/data-structures/transactions-manager/history/history.types.mjs +2 -42
- package/data-structures/transactions-manager/index.d.ts +0 -1
- package/data-structures/utxo/Utxo.cjs +1 -1
- package/data-structures/utxo/Utxo.d.ts +6 -1
- package/data-structures/utxo/Utxo.mjs +37 -24
- package/error-handling/customErrors/ErrorWithTx.cjs +1 -0
- package/error-handling/customErrors/ErrorWithTx.d.ts +5 -0
- package/error-handling/customErrors/ErrorWithTx.mjs +9 -0
- package/error-handling/customErrors/SimulationFailureError.cjs +1 -0
- package/error-handling/customErrors/SimulationFailureError.d.ts +10 -0
- package/error-handling/customErrors/SimulationFailureError.mjs +9 -0
- package/error-handling/customErrors/index.d.ts +2 -0
- package/error-handling/error-codes.constants.cjs +2 -2
- package/error-handling/error-codes.constants.d.ts +19 -20
- package/error-handling/error-codes.constants.mjs +178 -179
- package/error-handling/get-error.message.cjs +1 -1
- package/error-handling/get-error.message.d.ts +2 -0
- package/error-handling/get-error.message.mjs +81 -36
- package/error-handling/index.d.ts +1 -2
- package/error-handling/types.cjs +1 -1
- package/error-handling/types.d.ts +4 -1
- package/error-handling/types.mjs +2 -2
- package/externalABIs/ERC1155.json.cjs +1 -0
- package/externalABIs/ERC1155.json.mjs +320 -0
- package/externalABIs/ERC721.json.cjs +1 -0
- package/externalABIs/{BeefyZapOneInchAbi.json.mjs → ERC721.json.mjs} +162 -167
- package/externalABIs/NodeInterfaceABI.json.cjs +1 -0
- package/externalABIs/NodeInterfaceABI.json.mjs +280 -0
- package/externalABIs/index.cjs +1 -1
- package/externalABIs/index.d.ts +25 -79
- package/externalABIs/index.mjs +18 -20
- package/externalABIs/swapAbi.cjs +1 -0
- package/externalABIs/{BeefyZapAbi.json.mjs → swapAbi.mjs} +161 -81
- package/functions/connectors.types.d.ts +14 -0
- package/functions/index.d.ts +1 -1
- package/functions/pre-transaction/addressTableLookup.cjs +1 -0
- package/functions/pre-transaction/addressTableLookup.d.ts +4 -0
- package/functions/pre-transaction/addressTableLookup.mjs +44 -0
- package/functions/pre-transaction/constructAdminData.cjs +1 -0
- package/functions/pre-transaction/constructAdminData.d.ts +3 -0
- package/functions/pre-transaction/constructAdminData.mjs +33 -0
- package/functions/pre-transaction/convert-okx-instructions.cjs +1 -0
- package/functions/pre-transaction/convert-okx-instructions.d.ts +12 -0
- package/functions/pre-transaction/convert-okx-instructions.mjs +30 -0
- package/functions/pre-transaction/getExternalSwapAddress.cjs +1 -1
- package/functions/pre-transaction/getExternalSwapAddress.mjs +9 -6
- package/functions/pre-transaction/getFeeStructure.cjs +1 -1
- package/functions/pre-transaction/getFeeStructure.d.ts +2 -2
- package/functions/pre-transaction/getFeeStructure.mjs +8 -9
- package/functions/pre-transaction/getFlatFees.cjs +1 -1
- package/functions/pre-transaction/getFlatFees.d.ts +2 -2
- package/functions/pre-transaction/getFlatFees.mjs +43 -166
- package/functions/pre-transaction/getSolanaCalldataHash.cjs +1 -0
- package/functions/pre-transaction/getSolanaCalldataHash.d.ts +4 -0
- package/functions/pre-transaction/getSolanaCalldataHash.mjs +36 -0
- package/functions/pre-transaction/getVolatileTransferAmount.cjs +1 -0
- package/functions/pre-transaction/getVolatileTransferAmount.d.ts +9 -0
- package/functions/pre-transaction/getVolatileTransferAmount.mjs +53 -0
- package/functions/pre-transaction/index.d.ts +12 -1
- package/functions/pre-transaction/initTokenLimitIfNeeded.cjs +1 -0
- package/functions/pre-transaction/initTokenLimitIfNeeded.d.ts +3 -0
- package/functions/pre-transaction/initTokenLimitIfNeeded.mjs +20 -0
- package/functions/pre-transaction/interaction-to-action.cjs +1 -1
- package/functions/pre-transaction/interaction-to-action.d.ts +2 -2
- package/functions/pre-transaction/interaction-to-action.mjs +6 -53
- package/functions/pre-transaction/merge-with-fee-structure-emporium.cjs +1 -0
- package/functions/pre-transaction/merge-with-fee-structure-emporium.d.ts +3 -0
- package/functions/pre-transaction/merge-with-fee-structure-emporium.mjs +24 -0
- package/functions/pre-transaction/merge-with-fee-structure.cjs +1 -1
- package/functions/pre-transaction/merge-with-fee-structure.mjs +15 -17
- package/functions/pre-transaction/outputApprovalDataProcessing.cjs +1 -1
- package/functions/pre-transaction/outputApprovalDataProcessing.d.ts +1 -0
- package/functions/pre-transaction/outputApprovalDataProcessing.mjs +32 -35
- package/functions/pre-transaction/outputUtxoProcessing.cjs +1 -1
- package/functions/pre-transaction/outputUtxoProcessing.d.ts +1 -1
- package/functions/pre-transaction/outputUtxoProcessing.mjs +31 -18
- package/functions/pre-transaction/process-gas-estimates.cjs +1 -1
- package/functions/pre-transaction/process-gas-estimates.d.ts +2 -2
- package/functions/pre-transaction/process-gas-estimates.mjs +9 -9
- package/functions/pre-transaction/recipientUtxoProcessing.cjs +1 -0
- package/functions/pre-transaction/recipientUtxoProcessing.d.ts +3 -0
- package/functions/pre-transaction/recipientUtxoProcessing.mjs +36 -0
- package/functions/pre-transaction/sendInitNullifiersTransaction.cjs +1 -0
- package/functions/pre-transaction/sendInitNullifiersTransaction.d.ts +11 -0
- package/functions/pre-transaction/sendInitNullifiersTransaction.mjs +41 -0
- package/functions/pre-transaction/sendV0Transaction.cjs +1 -0
- package/functions/pre-transaction/sendV0Transaction.d.ts +22 -0
- package/functions/pre-transaction/sendV0Transaction.mjs +121 -0
- package/functions/pre-transaction/solana-public-signals.cjs +1 -0
- package/functions/pre-transaction/solana-public-signals.d.ts +19 -0
- package/functions/pre-transaction/solana-public-signals.mjs +60 -0
- package/functions/pre-transaction/solana.cjs +1 -0
- package/functions/pre-transaction/solana.d.ts +17 -0
- package/functions/pre-transaction/solana.mjs +96 -0
- package/functions/pre-transaction/solanaTransfer.utils.cjs +1 -0
- package/functions/pre-transaction/solanaTransfer.utils.d.ts +6 -0
- package/functions/pre-transaction/solanaTransfer.utils.mjs +38 -0
- package/functions/pre-transaction/store-instructions.cjs +1 -0
- package/functions/pre-transaction/store-instructions.d.ts +4 -0
- package/functions/pre-transaction/store-instructions.mjs +9 -0
- package/functions/pre-transaction/store-proof.cjs +1 -0
- package/functions/pre-transaction/store-proof.d.ts +7 -0
- package/functions/pre-transaction/store-proof.mjs +55 -0
- package/functions/private-wallet/emporium.helpers.cjs +1 -1
- package/functions/private-wallet/emporium.helpers.d.ts +20 -7
- package/functions/private-wallet/emporium.helpers.mjs +171 -95
- package/functions/private-wallet/emporium.swap.helpers.cjs +1 -1
- package/functions/private-wallet/emporium.swap.helpers.d.ts +3 -1
- package/functions/private-wallet/emporium.swap.helpers.mjs +134 -69
- package/functions/private-wallet/index.d.ts +0 -1
- package/functions/snarkjs/common.snarkjs.cjs +1 -1
- package/functions/snarkjs/common.snarkjs.d.ts +5 -1
- package/functions/snarkjs/common.snarkjs.mjs +70 -69
- package/functions/snarkjs/constant.cjs +1 -1
- package/functions/snarkjs/constant.d.ts +64 -6
- package/functions/snarkjs/constant.mjs +93 -29
- package/functions/snarkjs/constructEmporiumProof.cjs +1 -1
- package/functions/snarkjs/constructEmporiumProof.d.ts +7 -6
- package/functions/snarkjs/constructEmporiumProof.mjs +146 -149
- package/functions/snarkjs/constructGeneralZkProof.cjs +1 -1
- package/functions/snarkjs/constructGeneralZkProof.d.ts +4 -4
- package/functions/snarkjs/constructGeneralZkProof.mjs +115 -118
- package/functions/snarkjs/constructSolanaZkProof.cjs +1 -0
- package/functions/snarkjs/constructSolanaZkProof.d.ts +13 -0
- package/functions/snarkjs/constructSolanaZkProof.mjs +105 -0
- package/functions/snarkjs/fetchMerkleTreeSiblings.cjs +1 -0
- package/functions/snarkjs/fetchMerkleTreeSiblings.d.ts +11 -0
- package/functions/snarkjs/fetchMerkleTreeSiblings.mjs +22 -0
- package/functions/snarkjs/generateCircomData.cjs +1 -1
- package/functions/snarkjs/generateCircomData.d.ts +1 -1
- package/functions/snarkjs/generateCircomData.mjs +23 -23
- package/functions/snarkjs/generateZkProof.cjs +1 -1
- package/functions/snarkjs/generateZkProof.mjs +13 -4
- package/functions/snarkjs/generateZkProofEnclave.cjs +1 -1
- package/functions/snarkjs/generateZkProofEnclave.mjs +13 -12
- package/functions/snarkjs/getMerkleTreeSiblingsAndRootHashes.cjs +1 -0
- package/functions/snarkjs/getMerkleTreeSiblingsAndRootHashes.d.ts +13 -0
- package/functions/snarkjs/getMerkleTreeSiblingsAndRootHashes.mjs +92 -0
- package/functions/snarkjs/getZKFiles.cjs +1 -1
- package/functions/snarkjs/getZKFiles.mjs +13 -13
- package/functions/snarkjs/index.d.ts +1 -0
- package/functions/utils/addresses.cjs +1 -1
- package/functions/utils/addresses.d.ts +2 -1
- package/functions/utils/addresses.mjs +21 -15
- package/functions/utils/amounts.utils.cjs +1 -1
- package/functions/utils/amounts.utils.d.ts +3 -0
- package/functions/utils/amounts.utils.mjs +54 -28
- package/functions/utils/bytes32.utils.cjs +1 -0
- package/functions/utils/bytes32.utils.d.ts +2 -0
- package/functions/utils/bytes32.utils.mjs +10 -0
- package/functions/utils/cacheDevice.utils.cjs +1 -1
- package/functions/utils/cacheDevice.utils.mjs +8 -5
- package/functions/utils/cacheFunctions.cjs +1 -1
- package/functions/utils/cacheFunctions.mjs +53 -52
- package/functions/utils/caseInsensitive.utils.cjs +1 -1
- package/functions/utils/caseInsensitive.utils.d.ts +1 -1
- package/functions/utils/caseInsensitive.utils.mjs +3 -3
- package/functions/utils/convertEmporiumOpToCallInfo.cjs +1 -1
- package/functions/utils/convertEmporiumOpToCallInfo.d.ts +1 -1
- package/functions/utils/convertEmporiumOpToCallInfo.mjs +6 -5
- package/functions/utils/convertIntegrationProviderToExternalActionId.cjs +1 -1
- package/functions/utils/convertIntegrationProviderToExternalActionId.mjs +5 -4
- package/functions/utils/create-provider.cjs +1 -1
- package/functions/utils/create-provider.d.ts +4 -0
- package/functions/utils/create-provider.mjs +9 -2
- package/functions/utils/encodeTokenWithId.cjs +1 -1
- package/functions/utils/encodeTokenWithId.d.ts +1 -1
- package/functions/utils/encodeTokenWithId.mjs +6 -2
- package/functions/utils/encryptInputForEnclave.cjs +1 -1
- package/functions/utils/encryptInputForEnclave.mjs +22 -21
- package/functions/utils/erc20tokenFunctions.cjs +1 -1
- package/functions/utils/erc20tokenFunctions.d.ts +7 -2
- package/functions/utils/erc20tokenFunctions.mjs +54 -21
- package/functions/utils/ethers-formatter.utils.cjs +1 -0
- package/functions/utils/ethers-formatter.utils.d.ts +5 -0
- package/functions/utils/ethers-formatter.utils.mjs +59 -0
- package/functions/utils/evmNetworkFunctions.cjs +1 -1
- package/functions/utils/evmNetworkFunctions.mjs +10 -7
- package/functions/utils/external-action.utils.cjs +1 -1
- package/functions/utils/external-action.utils.d.ts +0 -5
- package/functions/utils/external-action.utils.mjs +8 -56
- package/functions/utils/fees.utils.cjs +1 -1
- package/functions/utils/fees.utils.d.ts +3 -0
- package/functions/utils/fees.utils.mjs +29 -8
- package/functions/utils/get-hinkal-approvals.cjs +1 -0
- package/functions/utils/get-hinkal-approvals.d.ts +3 -0
- package/functions/utils/get-hinkal-approvals.mjs +38 -0
- package/functions/utils/get-signature-header.cjs +1 -0
- package/functions/utils/get-signature-header.d.ts +5 -0
- package/functions/utils/get-signature-header.mjs +8 -0
- package/functions/utils/getBlockExplorerUrl.cjs +1 -1
- package/functions/utils/getBlockExplorerUrl.mjs +3 -3
- package/functions/utils/getDataFromTransaction.cjs +1 -1
- package/functions/utils/getDataFromTransaction.d.ts +3 -4
- package/functions/utils/getDataFromTransaction.mjs +25 -44
- package/functions/utils/getRecipientInfoFromUserKeys.cjs +1 -1
- package/functions/utils/getRecipientInfoFromUserKeys.d.ts +0 -1
- package/functions/utils/getRecipientInfoFromUserKeys.mjs +10 -13
- package/functions/utils/getUtxosFromReceipt.utils.cjs +1 -0
- package/functions/utils/getUtxosFromReceipt.utils.d.ts +4 -0
- package/functions/utils/getUtxosFromReceipt.utils.mjs +29 -0
- package/functions/utils/getUtxosFromReceiptSolana.cjs +1 -0
- package/functions/utils/getUtxosFromReceiptSolana.d.ts +5 -0
- package/functions/utils/getUtxosFromReceiptSolana.mjs +19 -0
- package/functions/utils/inLogicMetadata.cjs +1 -0
- package/functions/utils/inLogicMetadata.d.ts +2 -0
- package/functions/utils/inLogicMetadata.mjs +8 -0
- package/functions/utils/index.d.ts +16 -2
- package/functions/utils/involves-permit2-op.cjs +1 -1
- package/functions/utils/involves-permit2-op.d.ts +8 -1
- package/functions/utils/involves-permit2-op.mjs +7 -3
- package/functions/utils/ipfs.cjs +1 -0
- package/functions/utils/ipfs.d.ts +8 -0
- package/functions/utils/ipfs.mjs +25 -0
- package/functions/utils/is-valid-url.cjs +1 -0
- package/functions/utils/is-valid-url.d.ts +1 -0
- package/functions/utils/is-valid-url.mjs +4 -0
- package/functions/utils/lifi.utils.d.ts +1 -0
- package/functions/utils/mutexes.utils.cjs +1 -0
- package/functions/utils/mutexes.utils.d.ts +2 -0
- package/functions/utils/mutexes.utils.mjs +5 -0
- package/functions/utils/networks.utils.cjs +1 -0
- package/functions/utils/networks.utils.d.ts +1 -0
- package/functions/utils/networks.utils.mjs +21 -0
- package/functions/utils/nftTokenFunctions.cjs +1 -0
- package/functions/utils/nftTokenFunctions.d.ts +2 -0
- package/functions/utils/nftTokenFunctions.mjs +40 -0
- package/functions/utils/postToOffscreen.cjs +1 -0
- package/functions/utils/postToOffscreen.d.ts +2 -0
- package/functions/utils/postToOffscreen.mjs +6 -0
- package/functions/utils/prepareHinkal.cjs +1 -0
- package/functions/utils/prepareHinkal.d.ts +14 -2
- package/functions/utils/prepareHinkal.mjs +88 -0
- package/functions/utils/publicBalance.utils.cjs +1 -1
- package/functions/utils/publicBalance.utils.d.ts +5 -3
- package/functions/utils/publicBalance.utils.mjs +95 -15
- package/functions/utils/solanaMint.utils.cjs +1 -0
- package/functions/utils/solanaMint.utils.d.ts +10 -0
- package/functions/utils/solanaMint.utils.mjs +14 -0
- package/functions/utils/string.utils.cjs +1 -1
- package/functions/utils/string.utils.d.ts +3 -0
- package/functions/utils/string.utils.mjs +10 -4
- package/functions/utils/time.utils.cjs +1 -1
- package/functions/utils/time.utils.d.ts +11 -0
- package/functions/utils/time.utils.mjs +52 -4
- package/functions/utils/trimFieldValues.cjs +1 -0
- package/functions/utils/trimFieldValues.d.ts +4 -0
- package/functions/utils/trimFieldValues.mjs +17 -0
- package/functions/utils/userAgent.cjs +1 -1
- package/functions/utils/userAgent.d.ts +2 -1
- package/functions/utils/userAgent.mjs +23 -11
- package/functions/utils/walletBalances.utils.cjs +1 -0
- package/functions/utils/walletBalances.utils.d.ts +17 -0
- package/functions/utils/walletBalances.utils.mjs +42 -0
- package/functions/web3/EIP-712.cjs +1 -0
- package/functions/web3/EIP-712.d.ts +23 -0
- package/functions/web3/EIP-712.mjs +113 -0
- package/functions/web3/connectors.utils.cjs +1 -0
- package/functions/web3/connectors.utils.d.ts +6 -0
- package/functions/web3/connectors.utils.mjs +23 -0
- package/functions/web3/events/balanceChangedCustomHandler.cjs +1 -1
- package/functions/web3/events/balanceChangedCustomHandler.mjs +2 -3
- package/functions/web3/events/balanceChangedHandler.cjs +1 -1
- package/functions/web3/events/balanceChangedHandler.mjs +4 -5
- package/functions/web3/events/getApprovedBalance.cjs +1 -1
- package/functions/web3/events/getApprovedBalance.mjs +42 -68
- package/functions/web3/events/getInputUtxoAndBalance.cjs +1 -1
- package/functions/web3/events/getInputUtxoAndBalance.d.ts +7 -6
- package/functions/web3/events/getInputUtxoAndBalance.mjs +154 -119
- package/functions/web3/events/getInputUtxosEnclave.cjs +1 -0
- package/functions/web3/events/getInputUtxosEnclave.d.ts +8 -0
- package/functions/web3/events/getInputUtxosEnclave.mjs +47 -0
- package/functions/web3/events/getShieldedBalance.cjs +2 -2
- package/functions/web3/events/getShieldedBalance.d.ts +2 -2
- package/functions/web3/events/getShieldedBalance.mjs +78 -68
- package/functions/web3/events/getTransactionLogEvents.cjs +1 -0
- package/functions/web3/events/getTransactionLogEvents.d.ts +13 -0
- package/functions/web3/events/getTransactionLogEvents.mjs +75 -0
- package/functions/web3/events/index.d.ts +1 -0
- package/functions/web3/fetchSolanaMerkleTreeRootHash.cjs +1 -0
- package/functions/web3/fetchSolanaMerkleTreeRootHash.d.ts +4 -0
- package/functions/web3/fetchSolanaMerkleTreeRootHash.mjs +45 -0
- package/functions/web3/functionCalls/accessTokenCalls.cjs +1 -1
- package/functions/web3/functionCalls/accessTokenCalls.d.ts +3 -2
- package/functions/web3/functionCalls/accessTokenCalls.mjs +24 -21
- package/functions/web3/functionCalls/approveToken.cjs +1 -1
- package/functions/web3/functionCalls/approveToken.mjs +21 -19
- package/functions/web3/functionCalls/constructBatchCall.cjs +1 -0
- package/functions/web3/functionCalls/constructBatchCall.d.ts +5 -0
- package/functions/web3/functionCalls/constructBatchCall.mjs +21 -0
- package/functions/web3/functionCalls/estimateGasRelayer.cjs +1 -1
- package/functions/web3/functionCalls/estimateGasRelayer.d.ts +2 -1
- package/functions/web3/functionCalls/estimateGasRelayer.mjs +15 -14
- package/functions/web3/functionCalls/transactCallDirect.cjs +1 -1
- package/functions/web3/functionCalls/transactCallDirect.mjs +38 -24
- package/functions/web3/functionCalls/transactCallRelayer.cjs +1 -1
- package/functions/web3/functionCalls/transactCallRelayer.d.ts +22 -2
- package/functions/web3/functionCalls/transactCallRelayer.mjs +86 -32
- package/functions/web3/getContractMetadata.cjs +1 -1
- package/functions/web3/getContractMetadata.mjs +24 -20
- package/functions/web3/getPublicAddressBalance.cjs +1 -0
- package/functions/web3/getPublicAddressBalance.d.ts +2 -0
- package/functions/web3/getPublicAddressBalance.mjs +9 -0
- package/functions/web3/getTokenHolder.cjs +1 -1
- package/functions/web3/getTokenHolder.mjs +71 -10
- package/functions/web3/index.d.ts +6 -0
- package/functions/web3/lifiAPI.cjs +1 -0
- package/functions/web3/lifiAPI.d.ts +6 -0
- package/functions/web3/lifiAPI.mjs +30 -0
- package/functions/web3/odosAPI.cjs +1 -1
- package/functions/web3/odosAPI.d.ts +1 -1
- package/functions/web3/odosAPI.mjs +30 -21
- package/functions/web3/okxAPI.cjs +1 -0
- package/functions/web3/okxAPI.d.ts +8 -0
- package/functions/web3/okxAPI.mjs +43 -0
- package/functions/web3/oneInchAPI.cjs +1 -1
- package/functions/web3/oneInchAPI.d.ts +1 -1
- package/functions/web3/oneInchAPI.mjs +30 -20
- package/functions/web3/runContractFunction.cjs +1 -1
- package/functions/web3/runContractFunction.mjs +33 -26
- package/functions/web3/signAndSendSerializedTransaction.cjs +1 -0
- package/functions/web3/signAndSendSerializedTransaction.d.ts +2 -0
- package/functions/web3/signAndSendSerializedTransaction.mjs +11 -0
- package/functions/web3/solana-wagmi-adapter.cjs +1 -0
- package/functions/web3/solana-wagmi-adapter.d.ts +3 -0
- package/functions/web3/solana-wagmi-adapter.mjs +29 -0
- package/functions/web3/uniswapAPI.cjs +1 -1
- package/functions/web3/uniswapAPI.mjs +36 -27
- package/index.cjs +1 -1
- package/index.d.ts +1 -0
- package/index.mjs +978 -787
- package/mutexes/index.d.ts +1 -0
- package/mutexes/mutex.cjs +1 -0
- package/mutexes/mutex.d.ts +2 -0
- package/mutexes/mutex.mjs +5 -0
- package/package.json +10 -3
- package/providers/CustomEthersProvider.cjs +1 -0
- package/providers/CustomEthersProvider.d.ts +10 -0
- package/providers/CustomEthersProvider.mjs +29 -0
- package/providers/CustomSolanaConnection.cjs +1 -0
- package/providers/CustomSolanaConnection.d.ts +4 -0
- package/providers/CustomSolanaConnection.mjs +33 -0
- package/providers/EthersProviderAdapter.cjs +1 -1
- package/providers/EthersProviderAdapter.d.ts +1 -2
- package/providers/EthersProviderAdapter.mjs +19 -21
- package/providers/SolanaProviderAdapter.cjs +1 -0
- package/providers/SolanaProviderAdapter.d.ts +44 -0
- package/providers/SolanaProviderAdapter.mjs +125 -0
- package/providers/WagmiProviderAdapter.cjs +1 -1
- package/providers/WagmiProviderAdapter.d.ts +5 -2
- package/providers/WagmiProviderAdapter.mjs +94 -47
- package/providers/prepareEthersHinkal.cjs +1 -1
- package/providers/prepareEthersHinkal.mjs +27 -15
- package/providers/prepareWagmiHinkal.cjs +1 -1
- package/providers/prepareWagmiHinkal.mjs +27 -15
- package/types/API.types.d.ts +0 -19
- package/types/IMultiThreadedUtxoUtils.d.ts +2 -2
- package/types/RewardUserEnums.cjs +1 -0
- package/types/RewardUserEnums.d.ts +11 -0
- package/types/RewardUserEnums.mjs +5 -0
- package/types/TransactionSimulator.types.d.ts +17 -3
- package/types/WeeklyAnalytics.types.d.ts +37 -0
- package/types/activities.types.cjs +1 -1
- package/types/activities.types.d.ts +34 -7
- package/types/activities.types.mjs +22 -10
- package/types/admin.types.cjs +1 -1
- package/types/admin.types.d.ts +42 -20
- package/types/admin.types.mjs +2 -3
- package/types/all-points.types.d.ts +7 -0
- package/types/approvals.types.cjs +1 -0
- package/types/approvals.types.d.ts +41 -0
- package/types/approvals.types.mjs +4 -0
- package/types/bridging.types.d.ts +29 -0
- package/types/brotherhood-user.types.d.ts +11 -0
- package/types/cache.types.cjs +1 -1
- package/types/cache.types.d.ts +26 -4
- package/types/cache.types.mjs +2 -2
- package/types/circom-data.types.d.ts +12 -0
- package/types/coingecko.types.d.ts +207 -0
- package/types/commitments.types.d.ts +12 -0
- package/types/confirmation-request.types.cjs +1 -0
- package/types/confirmation-request.types.d.ts +10 -0
- package/types/confirmation-request.types.mjs +4 -0
- package/types/connector.types.d.ts +4 -0
- package/types/contacts.types.d.ts +1 -0
- package/types/eip5792.types.cjs +1 -0
- package/types/eip5792.types.d.ts +33 -0
- package/types/eip5792.types.mjs +5 -0
- package/types/ethereum-network.types.cjs +1 -1
- package/types/ethereum-network.types.d.ts +21 -95
- package/types/ethereum-network.types.mjs +2 -2
- package/types/external-action.types.cjs +1 -1
- package/types/external-action.types.d.ts +4 -16
- package/types/external-action.types.mjs +2 -2
- package/types/generatePoints.cjs +1 -0
- package/types/generatePoints.d.ts +14 -0
- package/types/generatePoints.mjs +5 -0
- package/types/hinkal.types.cjs +1 -1
- package/types/hinkal.types.d.ts +24 -96
- package/types/hinkal.types.mjs +26 -33
- package/types/http.types.d.ts +8 -0
- package/types/index.d.ts +25 -8
- package/types/kyc.types.cjs +1 -1
- package/types/kyc.types.d.ts +5 -3
- package/types/kyc.types.mjs +3 -3
- package/types/message.types.d.ts +5 -0
- package/types/new-rewards.type.cjs +1 -0
- package/types/new-rewards.type.d.ts +156 -0
- package/types/new-rewards.type.mjs +7 -0
- package/types/offscreen.types.cjs +1 -0
- package/types/offscreen.types.d.ts +9 -0
- package/types/offscreen.types.mjs +4 -0
- package/types/okx.types.d.ts +57 -0
- package/types/presaleReferral.types.d.ts +4 -0
- package/types/proxy.types.d.ts +10 -0
- package/types/referral.types.d.ts +12 -0
- package/types/rewards.types.cjs +1 -1
- package/types/rewards.types.d.ts +15 -210
- package/types/rewards.types.mjs +3 -25
- package/types/routing.types.cjs +1 -0
- package/types/routing.types.d.ts +7 -0
- package/types/routing.types.mjs +4 -0
- package/types/sandbox.types.cjs +1 -1
- package/types/sandbox.types.d.ts +86 -21
- package/types/sandbox.types.mjs +2 -2
- package/types/scheduled-transactions.types.cjs +1 -0
- package/types/scheduled-transactions.types.d.ts +22 -0
- package/types/scheduled-transactions.types.mjs +4 -0
- package/types/session.types.d.ts +11 -0
- package/types/signature.types.d.ts +10 -0
- package/types/slippage.types.cjs +1 -1
- package/types/slippage.types.d.ts +1 -13
- package/types/slippage.types.mjs +2 -13
- package/types/solana.types.d.ts +75 -0
- package/types/tenderly.api.types.d.ts +37 -21
- package/types/token-prices.types.cjs +1 -0
- package/types/token-prices.types.d.ts +7 -0
- package/types/token-prices.types.mjs +9 -0
- package/types/token.types.d.ts +32 -8
- package/types/transactions.types.cjs +1 -1
- package/types/transactions.types.d.ts +12 -20
- package/types/transactions.types.mjs +5 -5
- package/types/wc.types.d.ts +4 -15
- package/webworker/snarkjsWorker/snarkjsWorkerLauncher.cjs +1 -1
- package/webworker/snarkjsWorker/snarkjsWorkerLauncher.mjs +1 -1
- package/webworker/snarkjsWorker/snarkjsWorkerLogic.cjs +1 -1
- package/webworker/snarkjsWorker/snarkjsWorkerLogic.mjs +28 -21
- package/webworker/utxoWorker/utxoWorker.types.d.ts +2 -0
- package/webworker/utxoWorker/utxoWorkerLauncher.cjs +1 -1
- package/webworker/utxoWorker/utxoWorkerLauncher.mjs +1 -1
- package/webworker/utxoWorker/utxoWorkerLogic.cjs +1 -1
- package/webworker/utxoWorker/utxoWorkerLogic.mjs +33 -31
- package/webworker/viteWorkerURL.constant.cjs +3 -3
- package/webworker/viteWorkerURL.constant.mjs +3 -3
- package/webworker/zkProofWorker/zkProofWorkerLauncher.cjs +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLauncher.mjs +1 -1
- package/API/HinkalPointsCalls.cjs +0 -1
- package/API/HinkalPointsCalls.d.ts +0 -20
- package/API/HinkalPointsCalls.mjs +0 -15
- package/API/callBeefyGraphAPI.cjs +0 -1
- package/API/callBeefyGraphAPI.d.ts +0 -2
- package/API/callBeefyGraphAPI.mjs +0 -14
- package/API/callCurveAPI.cjs +0 -1
- package/API/callCurveAPI.d.ts +0 -9
- package/API/callCurveAPI.mjs +0 -160
- package/API/dataServerCalls.cjs +0 -1
- package/API/dataServerCalls.d.ts +0 -6
- package/API/dataServerCalls.mjs +0 -13
- package/API/fetchNullifiers.cjs +0 -1
- package/API/fetchNullifiers.d.ts +0 -5
- package/API/fetchNullifiers.mjs +0 -7
- package/API/getAxelarGasEstimate.cjs +0 -1
- package/API/getAxelarGasEstimate.d.ts +0 -5
- package/API/getAxelarGasEstimate.mjs +0 -14
- package/API/getConnextReceiveFee.cjs +0 -1
- package/API/getConnextReceiveFee.d.ts +0 -2
- package/API/getConnextReceiveFee.mjs +0 -7
- package/API/referralProgramCalls.cjs +0 -1
- package/API/referralProgramCalls.d.ts +0 -36
- package/API/referralProgramCalls.mjs +0 -35
- package/API/rewardsPointsCalls.cjs +0 -1
- package/API/rewardsPointsCalls.d.ts +0 -10
- package/API/rewardsPointsCalls.mjs +0 -15
- package/API/userVerifyTransactions.cjs +0 -1
- package/API/userVerifyTransactions.d.ts +0 -19
- package/API/userVerifyTransactions.mjs +0 -21
- package/constants/axelar.constants.cjs +0 -1
- package/constants/axelar.constants.d.ts +0 -5
- package/constants/axelar.constants.mjs +0 -48
- package/constants/beefy.registry.cjs +0 -1
- package/constants/beefy.registry.d.ts +0 -8
- package/constants/beefy.registry.mjs +0 -24
- package/constants/crvCvx.registry.cjs +0 -1
- package/constants/crvCvx.registry.d.ts +0 -20
- package/constants/crvCvx.registry.mjs +0 -638
- package/constants/crvDynamic.registry.cjs +0 -1
- package/constants/crvDynamic.registry.d.ts +0 -1
- package/constants/crvDynamic.registry.mjs +0 -24
- package/constants/deploy-data/deploy-data-axelar1.json.cjs +0 -1
- package/constants/deploy-data/deploy-data-axelar1.json.mjs +0 -4329
- package/constants/deploy-data/deploy-data-axelar2.json.cjs +0 -1
- package/constants/deploy-data/deploy-data-axelar2.json.mjs +0 -4329
- package/constants/lido.constants.cjs +0 -1
- package/constants/lido.constants.d.ts +0 -10
- package/constants/lido.constants.mjs +0 -13
- package/constants/pendle.registry.cjs +0 -1
- package/constants/pendle.registry.d.ts +0 -21
- package/constants/pendle.registry.mjs +0 -253
- package/constants/token-data/tokenPricing.consts.cjs +0 -1
- package/constants/token-data/tokenPricing.consts.mjs +0 -6
- package/data-structures/Hinkal/hinkalActionBeefy.cjs +0 -1
- package/data-structures/Hinkal/hinkalActionBeefy.d.ts +0 -3
- package/data-structures/Hinkal/hinkalActionBeefy.mjs +0 -80
- package/data-structures/Hinkal/hinkalActionConvex.cjs +0 -1
- package/data-structures/Hinkal/hinkalActionConvex.d.ts +0 -12
- package/data-structures/Hinkal/hinkalActionConvex.mjs +0 -61
- package/data-structures/Hinkal/hinkalActionCurve.cjs +0 -1
- package/data-structures/Hinkal/hinkalActionCurve.d.ts +0 -12
- package/data-structures/Hinkal/hinkalActionCurve.mjs +0 -93
- package/data-structures/Hinkal/hinkalActionLidoEth.cjs +0 -1
- package/data-structures/Hinkal/hinkalActionLidoEth.d.ts +0 -4
- package/data-structures/Hinkal/hinkalActionLidoEth.mjs +0 -72
- package/data-structures/Hinkal/hinkalActionPendle.cjs +0 -1
- package/data-structures/Hinkal/hinkalActionPendle.d.ts +0 -3
- package/data-structures/Hinkal/hinkalActionPendle.mjs +0 -119
- package/data-structures/Hinkal/hinkalActionPendleLP.cjs +0 -1
- package/data-structures/Hinkal/hinkalActionPendleLP.d.ts +0 -7
- package/data-structures/Hinkal/hinkalActionPendleLP.mjs +0 -81
- package/data-structures/Hinkal/hinkalActionStake.cjs +0 -1
- package/data-structures/Hinkal/hinkalActionStake.mjs +0 -122
- package/data-structures/Hinkal/hinkalActionVolatile.cjs +0 -1
- package/data-structures/Hinkal/hinkalActionVolatile.d.ts +0 -3
- package/data-structures/Hinkal/hinkalActionVolatile.mjs +0 -89
- package/data-structures/Hinkal/hinkalDeploySubAccount.cjs +0 -1
- package/data-structures/Hinkal/hinkalDeploySubAccount.d.ts +0 -3
- package/data-structures/Hinkal/hinkalDeploySubAccount.mjs +0 -15
- package/data-structures/event-service/AbstractAccessTokenSnapshotService.cjs +0 -1
- package/data-structures/event-service/AbstractApprovalsSnapshotService.cjs +0 -1
- package/data-structures/event-service/AbstractApprovalsSnapshotService.mjs +0 -104
- package/data-structures/event-service/AbstractCommitmentsSnapshotService.cjs +0 -1
- package/data-structures/event-service/AbstractCommitmentsSnapshotService.mjs +0 -94
- package/data-structures/event-service/AbstractEventService.cjs +0 -1
- package/data-structures/event-service/AbstractEventService.d.ts +0 -31
- package/data-structures/event-service/AbstractEventService.mjs +0 -95
- package/data-structures/event-service/AbstractNullifierSnapshotService.cjs +0 -1
- package/data-structures/event-service/AbstractNullifierSnapshotService.mjs +0 -59
- package/data-structures/event-service/AbstractSnapshotService.cjs +0 -1
- package/data-structures/event-service/AbstractSnapshotService.mjs +0 -35
- package/data-structures/snapshot/ClientAccessTokenSnapshotService.cjs +0 -1
- package/data-structures/snapshot/ClientAccessTokenSnapshotService.mjs +0 -32
- package/data-structures/snapshot/ClientApprovalsSnapshotService.cjs +0 -1
- package/data-structures/snapshot/ClientApprovalsSnapshotService.mjs +0 -23
- package/data-structures/snapshot/ClientCommitmentsSnapshotService.cjs +0 -1
- package/data-structures/snapshot/ClientCommitmentsSnapshotService.d.ts +0 -7
- package/data-structures/snapshot/ClientCommitmentsSnapshotService.mjs +0 -31
- package/data-structures/snapshot/ClientNullifierSnapshotService.cjs +0 -1
- package/data-structures/snapshot/ClientNullifierSnapshotService.d.ts +0 -7
- package/data-structures/snapshot/ClientNullifierSnapshotService.mjs +0 -28
- package/data-structures/transactions-manager/TransactionsManager.cjs +0 -1
- package/data-structures/transactions-manager/TransactionsManager.d.ts +0 -28
- package/data-structures/transactions-manager/TransactionsManager.mjs +0 -180
- package/data-structures/transactions-manager/history/getBeefyData.cjs +0 -1
- package/data-structures/transactions-manager/history/getBeefyData.d.ts +0 -3
- package/data-structures/transactions-manager/history/getBeefyData.mjs +0 -49
- package/data-structures/transactions-manager/history/getConvexData.cjs +0 -1
- package/data-structures/transactions-manager/history/getConvexData.d.ts +0 -6
- package/data-structures/transactions-manager/history/getConvexData.mjs +0 -38
- package/data-structures/transactions-manager/history/getCurveData.cjs +0 -1
- package/data-structures/transactions-manager/history/getCurveData.d.ts +0 -6
- package/data-structures/transactions-manager/history/getCurveData.mjs +0 -78
- package/data-structures/transactions-manager/history/getDepositData.cjs +0 -1
- package/data-structures/transactions-manager/history/getDepositData.d.ts +0 -2
- package/data-structures/transactions-manager/history/getDepositData.mjs +0 -12
- package/data-structures/transactions-manager/history/getLidoData.cjs +0 -1
- package/data-structures/transactions-manager/history/getLidoData.d.ts +0 -10
- package/data-structures/transactions-manager/history/getLidoData.mjs +0 -26
- package/data-structures/transactions-manager/history/getPendleData.cjs +0 -1
- package/data-structures/transactions-manager/history/getPendleData.d.ts +0 -3
- package/data-structures/transactions-manager/history/getPendleData.mjs +0 -40
- package/data-structures/transactions-manager/history/getSwapData.cjs +0 -1
- package/data-structures/transactions-manager/history/getSwapData.d.ts +0 -3
- package/data-structures/transactions-manager/history/getSwapData.mjs +0 -19
- package/data-structures/transactions-manager/history/getTxDetails.cjs +0 -1
- package/data-structures/transactions-manager/history/getTxDetails.d.ts +0 -3
- package/data-structures/transactions-manager/history/getTxDetails.mjs +0 -57
- package/data-structures/transactions-manager/history/getVolatileData.cjs +0 -1
- package/data-structures/transactions-manager/history/getVolatileData.d.ts +0 -32
- package/data-structures/transactions-manager/history/getVolatileData.mjs +0 -56
- package/data-structures/transactions-manager/history/history.utils.cjs +0 -1
- package/data-structures/transactions-manager/history/history.utils.d.ts +0 -8
- package/data-structures/transactions-manager/history/history.utils.mjs +0 -8
- package/data-structures/volatile-helper/VolatileHelper.cjs +0 -1
- package/data-structures/volatile-helper/VolatileHelper.d.ts +0 -57
- package/data-structures/volatile-helper/VolatileHelper.mjs +0 -161
- package/data-structures/volatile-helper/index.d.ts +0 -1
- package/externalABIs/BeefyRouterAbi.json.cjs +0 -1
- package/externalABIs/BeefyRouterAbi.json.mjs +0 -1025
- package/externalABIs/BeefyStrategyAbi.json.cjs +0 -1
- package/externalABIs/BeefyStrategyAbi.json.mjs +0 -1426
- package/externalABIs/BeefyVaultAbi.json.cjs +0 -1
- package/externalABIs/BeefyVaultAbi.json.mjs +0 -573
- package/externalABIs/BeefyZapAbi.json.cjs +0 -1
- package/externalABIs/BeefyZapOneInchAbi.json.cjs +0 -1
- package/externalABIs/ConvexBoosterAbi.json.cjs +0 -1
- package/externalABIs/ConvexBoosterAbi.json.mjs +0 -677
- package/externalABIs/ConvexBoosterAbiMainnet.json.cjs +0 -1
- package/externalABIs/ConvexBoosterAbiMainnet.json.mjs +0 -1005
- package/externalABIs/ConvexRewardPoolAbi.json.cjs +0 -1
- package/externalABIs/ConvexRewardPoolAbi.json.mjs +0 -886
- package/externalABIs/CurveReadingWrapperAbi.json.cjs +0 -1
- package/externalABIs/CurveReadingWrapperAbi.json.mjs +0 -1425
- package/externalABIs/CurveWrappedMainPool.json.cjs +0 -1
- package/externalABIs/CurveWrappedMainPool.json.mjs +0 -1139
- package/externalABIs/CurveZap.json.cjs +0 -1
- package/externalABIs/CurveZap.json.mjs +0 -265
- package/externalABIs/CvxCrvUtilities.json.cjs +0 -1
- package/externalABIs/CvxCrvUtilities.json.mjs +0 -267
- package/externalABIs/ERC20.d.ts +0 -1
- package/externalABIs/LidoStEthAbi.json.cjs +0 -1
- package/externalABIs/LidoStEthAbi.json.mjs +0 -1603
- package/externalABIs/LidoStMaticAbi.json.cjs +0 -1
- package/externalABIs/LidoStMaticAbi.json.mjs +0 -1764
- package/externalABIs/LidoStakeManagerAbi.json.cjs +0 -1
- package/externalABIs/LidoStakeManagerAbi.json.mjs +0 -2082
- package/externalABIs/LidoWithdrawalQueueERC721Abi.json.cjs +0 -1
- package/externalABIs/LidoWithdrawalQueueERC721Abi.json.mjs +0 -2030
- package/externalABIs/LidoWstEthAbi.json.cjs +0 -1
- package/externalABIs/PendleRouterAbi.json.cjs +0 -1
- package/externalABIs/PendleRouterAbi.json.mjs +0 -176
- package/externalABIs/PoLidoNftAbi.json.cjs +0 -1
- package/externalABIs/PoLidoNftAbi.json.mjs +0 -701
- package/externalABIs/crvFRAX.d.ts +0 -38
- package/functions/pre-transaction/processAmountChanges.cjs +0 -1
- package/functions/pre-transaction/processAmountChanges.d.ts +0 -12
- package/functions/pre-transaction/processAmountChanges.mjs +0 -228
- package/functions/private-wallet/smartContractWalletCalculator.cjs +0 -1
- package/functions/private-wallet/smartContractWalletCalculator.d.ts +0 -5
- package/functions/private-wallet/smartContractWalletCalculator.mjs +0 -25
- package/functions/protocols/convex.protocols.cjs +0 -1
- package/functions/protocols/convex.protocols.d.ts +0 -1
- package/functions/protocols/convex.protocols.mjs +0 -28
- package/functions/protocols/curve.protocols.cjs +0 -1
- package/functions/protocols/curve.protocols.d.ts +0 -1
- package/functions/protocols/curve.protocols.mjs +0 -22
- package/functions/protocols/index.d.ts +0 -3
- package/functions/protocols/pendle.helpers.cjs +0 -1
- package/functions/protocols/pendle.helpers.d.ts +0 -8
- package/functions/protocols/pendle.helpers.mjs +0 -112
- package/functions/utils/axelar.utils.cjs +0 -1
- package/functions/utils/axelar.utils.d.ts +0 -3
- package/functions/utils/axelar.utils.mjs +0 -45
- package/functions/utils/enum.utils.cjs +0 -1
- package/functions/utils/enum.utils.mjs +0 -14
- package/functions/utils/volatile-patcher.utils.cjs +0 -1
- package/functions/utils/volatile-patcher.utils.d.ts +0 -1
- package/functions/utils/volatile-patcher.utils.mjs +0 -18
- package/types/axelar.types.d.ts +0 -14
- package/types/beefy.types.cjs +0 -1
- package/types/beefy.types.d.ts +0 -11
- package/types/beefy.types.mjs +0 -21
- package/types/connext.types.d.ts +0 -13
- package/types/curve.types.cjs +0 -1
- package/types/curve.types.d.ts +0 -133
- package/types/curve.types.mjs +0 -24
- package/types/earlyAccessCode.types.d.ts +0 -4
- package/types/hinkalTvl.types.d.ts +0 -4
- package/types/pendle.api.types.d.ts +0 -233
- package/types/pendle.types.cjs +0 -1
- package/types/pendle.types.d.ts +0 -222
- package/types/pendle.types.mjs +0 -15
- package/types/time.types.cjs +0 -1
- package/types/time.types.d.ts +0 -31
- package/types/time.types.mjs +0 -58
package/index.mjs
CHANGED
|
@@ -1,789 +1,980 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getCoingeckoPrice as
|
|
3
|
-
import { callOneInchAPI as
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import { default as
|
|
26
|
-
import { default as
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import { mediaUrls as
|
|
47
|
-
import { permit2Address as
|
|
48
|
-
import { HETH_ERC20_TOKEN_ADDRESS as
|
|
49
|
-
import { APPROVED_UTXO_CONVERSION_COUNT as
|
|
50
|
-
import { TOKEN_LIMITS as
|
|
51
|
-
import { MAX_DISPLAY_DECIMALS as
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
172
|
-
import {
|
|
173
|
-
import {
|
|
174
|
-
import {
|
|
175
|
-
import {
|
|
176
|
-
import {
|
|
177
|
-
import {
|
|
178
|
-
import {
|
|
179
|
-
import {
|
|
180
|
-
import {
|
|
181
|
-
import {
|
|
182
|
-
import {
|
|
183
|
-
import {
|
|
184
|
-
import {
|
|
185
|
-
import {
|
|
186
|
-
import {
|
|
187
|
-
import {
|
|
188
|
-
import {
|
|
189
|
-
import {
|
|
190
|
-
import {
|
|
191
|
-
import {
|
|
192
|
-
import {
|
|
193
|
-
import {
|
|
194
|
-
import {
|
|
195
|
-
import {
|
|
196
|
-
import {
|
|
197
|
-
import {
|
|
198
|
-
import {
|
|
199
|
-
import {
|
|
200
|
-
import {
|
|
201
|
-
import {
|
|
202
|
-
import {
|
|
203
|
-
import {
|
|
204
|
-
import {
|
|
205
|
-
import {
|
|
206
|
-
import {
|
|
207
|
-
import {
|
|
208
|
-
import {
|
|
1
|
+
import { DATA_SERVER_URL as o, getDataServerURL as t, getServerURL as a, getSnapshotServerURL as n } from "./API/getServerURL.mjs";
|
|
2
|
+
import { getCoingeckoPrice as s, getCoingeckoPrice2 as p, getCoingeckoPrices as c, getCoingeckoTokenList as l } from "./API/getCoingeckoPrice.mjs";
|
|
3
|
+
import { callOneInchAPI as f } from "./API/callOneInchAPI.mjs";
|
|
4
|
+
import { callRelayerSolanaTransactBatchAPI as x, callRelayerTransactAPI as A, callRelayerTransactBatchAPI as d } from "./API/callRelayer.mjs";
|
|
5
|
+
import { getGasEstimates as g } from "./API/getGasEstimates.mjs";
|
|
6
|
+
import { getTokenPrices as u } from "./API/getTokenPrice.mjs";
|
|
7
|
+
import { checkRisk as R } from "./API/checkRisk.mjs";
|
|
8
|
+
import { getIdleRelay as _ } from "./API/relayCalls.mjs";
|
|
9
|
+
import { API as h } from "./API/API.mjs";
|
|
10
|
+
import { getRelayerURL as k } from "./API/getRelayerURL.mjs";
|
|
11
|
+
import { getPublicWalletBalance as O } from "./API/duneAPI.mjs";
|
|
12
|
+
import { WALLET_API as U, rpcGetStorageChanges as L, rpcSimulateBundle as v, rpcSimulateTransaction as b, simulateTx as B, tenderlyRpcLinks as F } from "./API/tenderly.api.mjs";
|
|
13
|
+
import { tokensInfoCall as H } from "./API/token-calls.mjs";
|
|
14
|
+
import { callLifiAPI as K } from "./API/callLifiAPI.mjs";
|
|
15
|
+
import { LifiStatus as w, getLifiStatus as G } from "./API/getLifiStatus.mjs";
|
|
16
|
+
import { generateAumPoints as z, generateTradingPoints as X } from "./API/generate-trading-points.mjs";
|
|
17
|
+
import { createBrotherhood as Z, editBrotherhood as j, getBrotherhood as J, getBrotherhoodUsers as Q, getCurrentUserBrotherhood as $, getCurrentUserBrotherhoodUsers as ee, getPublicBrotherhoods as re, joinBrotherhood as oe, leaveBrotherhood as te } from "./API/brotherhoodCalls.mjs";
|
|
18
|
+
import { getHinkalLandingURL as ne, getRewardsURL as ie, getWalletOnboardingURL as se } from "./API/getWebsiteURL.mjs";
|
|
19
|
+
import { resolveSns as ce } from "./API/resolve-sns.mjs";
|
|
20
|
+
import { seedlessBackup as me, seedlessCheckPassword as fe, seedlessInit as Se, seedlessSalt as xe, seedlessStatus as Ae } from "./API/seedless-calls.mjs";
|
|
21
|
+
import { getScheduledTransactions as Te } from "./API/scheduled-transactions-calls.mjs";
|
|
22
|
+
import { deleteUnspentUtxos as Ee, getUnspentUtxos as ue, storeUnspentUtxos as Ie } from "./API/unspent-utxos-calls.mjs";
|
|
23
|
+
import { IMAGE_PATHS as Pe } from "./constants/assets.constants.mjs";
|
|
24
|
+
import { arbMainnetRegistry as Ce, arbMainnetRegistryFixed as he, arcTestnetRegistry as Ne, avalancheRegistry as ke, avalancheRegistryFixed as ye, baseRegistry as Oe, baseRegistryFixed as De, bnbMainnetRegistry as Ue, bnbMainnetRegistryFixed as Le, ethMainnetRegistry as ve, ethMainnetRegistryFixed as be, localhostRegistry as Be, optimismRegistry as Fe, optimismRegistryFixed as Me, polygonRegistry as He, polygonRegistryFixed as Ve, solanaLocalnetRegistry as Ke, solanaMainnetRegistry as We } from "./constants/token-data/index.mjs";
|
|
25
|
+
import { default as Ge } from "./constants/deploy-data/deploy-data-bnbMainnet.json.mjs";
|
|
26
|
+
import { default as ze } from "./constants/deploy-data/deploy-data-arbMainnet.json.mjs";
|
|
27
|
+
import { default as qe } from "./constants/deploy-data/deploy-data-ethMainnet.json.mjs";
|
|
28
|
+
import { default as je } from "./constants/deploy-data/deploy-data-optimism.json.mjs";
|
|
29
|
+
import { default as Qe } from "./constants/deploy-data/deploy-data-polygon.json.mjs";
|
|
30
|
+
import { default as er } from "./constants/deploy-data/deploy-data-avalanche.json.mjs";
|
|
31
|
+
import { default as or } from "./constants/deploy-data/deploy-data-base.json.mjs";
|
|
32
|
+
import { default as ar } from "./constants/deploy-data/deploy-data-localhost.json.mjs";
|
|
33
|
+
import { default as ir } from "./constants/deploy-data/deploy-data-arcTestnet.json.mjs";
|
|
34
|
+
import { default as pr } from "./constants/deploy-data/deploy-data-solana.json.mjs";
|
|
35
|
+
import { ALCHEMY_API_KEY as lr, ALCHEMY_TEST_KEY as mr, EthereumNetworkType as fr, HELIUS_RPC_URL as Sr, WALLET_INITIAL_CHAIN_ID as xr, WALLET_SUPPORTED_CHAINS as Ar, chainIds as dr, chainIdsByType as Tr, getNonLocalhostChainId as gr, isLocalNetwork as Er, isOptimismLike as ur, isSolanaLike as Ir, localhostNetwork as Rr, networkRegistry as Pr, solanaChainIdStr as _r } from "./constants/chains.constants.mjs";
|
|
36
|
+
import { NON_NATIVE_GAS_COST_TOKEN_SYMBOL_OPTIONS as hr, defaultFeeToken as Nr } from "./constants/fees.constants.mjs";
|
|
37
|
+
import { contractMetadataMapping as yr, getHinkalParameters as Or, uniswapV2PoolData as Dr, uniswapV3FactoryData as Ur, uniswapV3PoolData as Lr, uniswapV3QuoterData as vr } from "./constants/contracts.constants.mjs";
|
|
38
|
+
import { AIPRISE_KYB_TEMPLATE_ID_PROD as Br, AIPRISE_KYC_TEMPLATE_ID_PROD as Fr, RECLAIM_MESSAGE_TO_SIGN as Mr, ReclaimPassports as Hr, StandardPassports as Vr, SupportedPassports as Kr, aipriseBaseOnboardingProductionUrl as Wr, aipriseBaseOnboardingSandboxUrl as wr, supportedPassportLinks as Gr } from "./constants/kyc.constants.mjs";
|
|
39
|
+
import { API_CONFIG as zr, DATA_SERVER_CONFIG as Xr, DATA_SERVER_URL_ENDPOINT as qr, DATA_SERVER_URL_LOCAL as Zr, PLAYGROUND_RELAYER_URLS as jr, PLAYGROUND_SERVER_URLS as Jr, PLAYGROUND_SNAPSHOT_SERVER_URLS as Qr, PLAYGROUND_URL as $r, PRODUCTION_RELAYER_URLS as eo, PRODUCTION_SERVER_URLS as ro, PRODUCTION_SNAPSHOT_SERVER_URLS as oo, PRODUCTION_URL as to, RELAYER_CONFIG as ao, STAGING_RELAYER_URLS as no, STAGING_SERVER_URLS as io, STAGING_SNAPSHOT_SERVER_URLS as so, STAGING_URL as po, VERIFICATION_ROUTES as co, WALLET_TASK_VERIFICATION_TYPES as lo } from "./constants/server.constants.mjs";
|
|
40
|
+
import { DEPLOYMENT_MODE as fo, deploymentMode as So, isDevelopment as xo, isExtension as Ao, isNode as To, isNotClientProduction as go, isNotProduction as Eo, isPlayground as uo, isSandbox as Io, isStaging as Ro, isWebpack as Po } from "./constants/vite.constants.mjs";
|
|
41
|
+
import { ARC_TESTNET_USDC_ADDRESS as Co, AssetChangeType as ho, CIRCOM_MERKLE_LENGTH as No, CIRCOM_P as ko, CIRCOM_P_HALF as yo, COMPUTE_UNIT_PADDING_PERCENTAGE as Oo, EIP1271_FAILURE as Do, EIP1271_SUCCESS as Uo, HINKAL_DEPOSIT_AND_WITHDRAW_VARIABLE_RATE as Lo, HINKAL_PRIVATE_SEND_VARIABLE_RATE as vo, HINKAL_SWAP_VARIABLE_RATE as bo, MAX_COMPUTE_UNIT_LIMIT as Bo, MERKLE_LEVELS as Fo, MICRO_LAMPORTS_PER_CU as Mo, MIN_COMPUTE_UNIT_LIMIT as Ho, NFT_1155_TRANSACTION_TYPE as Vo, NFT_721_TRANSACTION_TYPE as Ko, NFT_TRANSACTION_TYPES as Wo, RELAYERS_ARRAY as wo, RELAYER_ADDRESS1 as Go, RELAYER_ADDRESS2 as Yo, RELAYER_ADDRESS3 as zo, SOLANA_NFT_INTERFACES as Xo, SOLANA_PUBLIC_INPUT_PART_ONE_LENGTH as qo, TOKEN_VALUE_UNLIMITED_THRESHOLD as Zo, TokenType as jo, defaultSignatureData as Jo, ethVolatileAddress as Qo, hinkalSimulationAddress as $o, oneInchZeroAddress as et, ownerPublicKey as rt, permitSignatureValidFor as ot, signaturePhrase as tt, solanaNativeAddress as at, zeroAddress as nt } from "./constants/protocol.constants.mjs";
|
|
42
|
+
import { COINGECKO_API_KEY as st, CoinGeckoChainLabels as pt, coingeckoPriceUrl as ct, coingeckoPriceUrl2 as lt, coingeckoTokenListUrl as mt, getCoinByAddress as ft, getCoinById as St, getCoingeckoIdForNativeTokens as xt, getCoingeckoPlatform as At, proCoingeckoUrl as dt, proHeader as Tt, searchBySymbol as gt } from "./constants/coingecko.constants.mjs";
|
|
43
|
+
import { NETWORKS as ut } from "./constants/backend.constants.mjs";
|
|
44
|
+
import { ACCESS_TOKEN_MINTING_POINTS as Rt, ACCESS_TOKEN_RECLAIM_POINTS as Pt, CERTIFICATION_DISABLE_WEEK as _t, REWARDS_ENCRYPTION_PASSWORD as Ct, REWARDS_MESSAGE_TO_SIGN as ht, REWARD_RECEIVABLE_TOKEN_SYMBOLS as Nt, boostAmounts as kt, lpLink as yt, lpProgramStartWeek as Ot, pointsLink as Dt, raffleProgramStartWeek as Ut, referralLink as Lt } from "./constants/rewards.constants.mjs";
|
|
45
|
+
import { blockReorgDepth as bt } from "./constants/reorg-depths.constants.mjs";
|
|
46
|
+
import { mediaUrls as Ft } from "./constants/mediaUrls.constants.mjs";
|
|
47
|
+
import { allowanceHolder as Ht, pancaceSwapPermit2Address as Vt, permit2Address as Kt, permit2Addresses as Wt, uniswap2Manager as wt, uniswap3Manager as Gt, uniswapApprovalExtraCallData as Yt, uniswapWorkaroundAddresses as zt } from "./constants/permit2.constants.mjs";
|
|
48
|
+
import { HETH_ERC20_TOKEN_ADDRESS as qt, NATIVE_TOKEN_WRAPPER_ADDRESSES as Zt, SWAP_FEE_TAKER_ADDRESSES as jt, SWAP_ROUTER_ADDRESSES as Jt, WETH_ERC20_TOKEN_ADDRESS as Qt, WRAPPER_TOKEN_EXCHANGE_ADDRESSES as $t } from "./constants/addresses.constants.mjs";
|
|
49
|
+
import { APPROVED_UTXO_CONVERSION_COUNT as ra } from "./constants/conversion.constants.mjs";
|
|
50
|
+
import { TOKEN_LIMITS as ta, getTokensLimits as aa } from "./constants/token.limits.constants.mjs";
|
|
51
|
+
import { MAX_DISPLAY_DECIMALS as ia } from "./constants/balance.constants.mjs";
|
|
52
|
+
import { BRIDGING_URLS as pa } from "./constants/bridging.constants.mjs";
|
|
53
|
+
import { UNSUPPORTED_WALLETS_WALLETCONNECT_NAMES as la, UNSUPPORTED_WALLET_IDS as ma } from "./constants/wallet.constants.mjs";
|
|
54
|
+
import { presaleABI as Sa, presaleContractInfoByChain as xa } from "./constants/presale.constants.mjs";
|
|
55
|
+
import { LIFISCAN_URL as da } from "./constants/lifi.constants.mjs";
|
|
56
|
+
import { oauthUrls as ga } from "./constants/oauthUrls.constants.mjs";
|
|
57
|
+
import { TVL_CHANGER_ACTIVITY_TYPES as ua } from "./constants/activity.constants.mjs";
|
|
58
|
+
import { ACHIEVEMENTS as Ra, BROTHERHOOD_TASKS as Pa, DAILY_TASKS as _a, POINTS_BOOST_TASKS as Ca, REFERRAL_BONUS_TASK as ha, REWARDS_TASKS as Na, WELCOME_TASKS as ka } from "./constants/tasks.constants.mjs";
|
|
59
|
+
import { EVENTS_INITIAL_BLOCKS as Oa } from "./constants/events.constants.mjs";
|
|
60
|
+
import { APPROVE_FUNCTION_SIGNATURE as Ua, NFT_APPROVE_FUNCTION_SIGNATURE as La, NFT_APPROVE_SINGLE_FUNCTION_SIGNATURE as va, PERMIT2_APPROVE_FUNCTION_SIGNATURE as ba, TRANSFER_FUNCTION_SIGNATURE as Ba } from "./constants/function-signatures.constants.mjs";
|
|
61
|
+
import { OKX_BASE_URL as Ma, OKX_SWAP_PATH as Ha } from "./constants/okx.constants.mjs";
|
|
62
|
+
import { BANNED_WALLET_IDS as Ka } from "./constants/link.constant.mjs";
|
|
63
|
+
import { poseidonFunction as wa, poseidonHash as Ga, poseidonHolder as Ya } from "./crypto/poseidon.mjs";
|
|
64
|
+
import { babyJubInstance as Xa, jubHolder as qa } from "./crypto/babyJub.mjs";
|
|
65
|
+
import { preProcessing as ja } from "./crypto/preProcessing.mjs";
|
|
66
|
+
import { ValueCache as Qa } from "./data-structures/ValueCache/ValueCache.mjs";
|
|
67
|
+
import { abiDecodeUtxo as en, checkUtxoSignature as rn, decodeSolanaOnChainUtxo as on, decodeUtxo as tn, decodeUtxoConstructorArgs as an, encodeSolanaOnChainUtxo as nn, isSolanaOnChainUtxo as sn } from "./data-structures/crypto-keys/decodeUTXO.mjs";
|
|
68
|
+
import { decryptUtxo as cn, decryptUtxoConstructorArgs as ln, encryptUtxo as mn } from "./data-structures/crypto-keys/encryptDecryptUtxo.mjs";
|
|
69
|
+
import { EncryptionKeyPairDefaultValue as Sn, UserKeys as xn, stealthAddressCacheDevice as An, stealthPairCacheDevice as dn } from "./data-structures/crypto-keys/keys.mjs";
|
|
70
|
+
import { getCircomSign as gn, isCircomNegative as En } from "./data-structures/crypto-keys/keyUtils.mjs";
|
|
71
|
+
import { Hinkal as In } from "./data-structures/Hinkal/Hinkal.mjs";
|
|
72
|
+
import { hinkalDeposit as Pn, hinkalDepositForOther as _n } from "./data-structures/Hinkal/hinkalDeposit.mjs";
|
|
73
|
+
import { hinkalSwap as hn } from "./data-structures/Hinkal/hinkalSwap.mjs";
|
|
74
|
+
import { hinkalTransfer as kn } from "./data-structures/Hinkal/hinkalTransfer.mjs";
|
|
75
|
+
import { hinkalWithdraw as On } from "./data-structures/Hinkal/hinkalWithdraw.mjs";
|
|
76
|
+
import { hinkalPrivateWallet as Un } from "./data-structures/Hinkal/hinkalPrivateWallet.mjs";
|
|
77
|
+
import { resetMerkleTrees as vn } from "./data-structures/Hinkal/resetMerkleTrees.mjs";
|
|
78
|
+
import { hinkalProxySwap as Bn } from "./data-structures/Hinkal/hinkalProxySwap.mjs";
|
|
79
|
+
import { getSolanaProxySwapSerializedTransaction as Mn, hinkalSolanaProxySwap as Hn } from "./data-structures/Hinkal/hinkalSolanaProxySwap.mjs";
|
|
80
|
+
import { getSolanaProxySendSerializedTransaction as Kn, hinkalSolanaProxySend as Wn } from "./data-structures/Hinkal/hinkalSolanaProxySend.mjs";
|
|
81
|
+
import { getSolanaProxyShieldSerializedTransaction as Gn, hinkalSolanaProxyShield as Yn } from "./data-structures/Hinkal/hinkalSolanaProxyShield.mjs";
|
|
82
|
+
import { hinkalDepositAndWithdraw as Xn } from "./data-structures/Hinkal/hinkalDepositAndWithdraw.mjs";
|
|
83
|
+
import { hinkalWithdrawStuckUtxos as Zn } from "./data-structures/Hinkal/hinkalWithdrawStuckUtxos.mjs";
|
|
84
|
+
import { MerkleTree as Jn } from "./data-structures/merkle-tree/MerkleTree.mjs";
|
|
85
|
+
import { getPatchedAccessTokenMerkleTree as $n } from "./data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.mjs";
|
|
86
|
+
import { MerkleTreeIncompleteError as ri } from "./data-structures/merkle-tree/MerkleTreeIncompleteError.mjs";
|
|
87
|
+
import { AbstractAccessTokenSnapshotService as ti } from "./data-structures/event-service/evm/AbstractAccessTokenSnapshotService.mjs";
|
|
88
|
+
import { AbstractCommitmentsSnapshotService as ni } from "./data-structures/event-service/evm/AbstractCommitmentsSnapshotService.mjs";
|
|
89
|
+
import { AbstractApprovalsSnapshotService as si } from "./data-structures/event-service/evm/AbstractApprovalsSnapshotService.mjs";
|
|
90
|
+
import { AbstractNullifierSnapshotService as ci } from "./data-structures/event-service/evm/AbstractNullifierSnapshotService.mjs";
|
|
91
|
+
import { AbstractSnapshotService as mi } from "./data-structures/event-service/evm/AbstractSnapshotService.mjs";
|
|
92
|
+
import { AbstractEventService as Si } from "./data-structures/event-service/evm/AbstractEventService.mjs";
|
|
93
|
+
import { BlockchainEventEmitter as Ai } from "./data-structures/event-service/evm/BlockchainEventEmitter.mjs";
|
|
94
|
+
import { SolanaBlockchainEventEmitter as Ti } from "./data-structures/event-service/solana/SolanaBlockchainEventEmitter.mjs";
|
|
95
|
+
import { AbstractSolanaEventService as Ei } from "./data-structures/event-service/solana/AbstractSolanaEventService.mjs";
|
|
96
|
+
import { AbstractSolanaSnapshotService as Ii } from "./data-structures/event-service/solana/AbstractSolanaSnapshotService.mjs";
|
|
97
|
+
import { AbstractSolanaNullifierSnapshotService as Pi } from "./data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.mjs";
|
|
98
|
+
import { AbstractSolanaCommitmentsSnapshotService as Ci } from "./data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.mjs";
|
|
99
|
+
import { AbstractSolanaAccessTokenSnapshotService as Ni } from "./data-structures/event-service/solana/AbstractSolanaAccessTokenSnapshotService.mjs";
|
|
100
|
+
import { Utxo as yi } from "./data-structures/utxo/Utxo.mjs";
|
|
101
|
+
import { customTokenRegistry as Di } from "./data-structures/custom-token-registry/CustomTokenRegistry.mjs";
|
|
102
|
+
import { TokenChecker as Li } from "./data-structures/token-price-fetcher/TokenChecker.mjs";
|
|
103
|
+
import { TransactionType as bi } from "./data-structures/transactions-manager/history/history.types.mjs";
|
|
104
|
+
import { MultiThreadedUtxoUtils as Fi } from "./data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.mjs";
|
|
105
|
+
import { FileCacheDevice as Hi } from "./data-structures/cacheDevices/FileCacheDevice.mjs";
|
|
106
|
+
import { LocalStorageCacheDevice as Ki } from "./data-structures/cacheDevices/LocalStorageCacheDevice.mjs";
|
|
107
|
+
import { activityStorage as wi } from "./data-structures/IndexedDB/activity-db.mjs";
|
|
108
|
+
import { publicBalancesStorage as Yi } from "./data-structures/IndexedDB/balances-db.mjs";
|
|
109
|
+
import { privateBalancesStorage as Xi } from "./data-structures/IndexedDB/private-balances-db.mjs";
|
|
110
|
+
import { pricesStorage as Zi } from "./data-structures/IndexedDB/prices-db.mjs";
|
|
111
|
+
import { contactStorage as Ji } from "./data-structures/IndexedDB/contact-db.mjs";
|
|
112
|
+
import { signedMessagesStorage as $i } from "./data-structures/IndexedDB/signatures-db.mjs";
|
|
113
|
+
import { PrivateTokensDB as rs, privateTokensDB as os } from "./data-structures/TokenDBs/PrivateTokensDB.mjs";
|
|
114
|
+
import { PublicTokensDB as as, publicTokensDB as ns } from "./data-structures/TokenDBs/PublicTokensDB.mjs";
|
|
115
|
+
import { tokenVisibilityStorage as ss } from "./data-structures/TokenDBs/token-visibility-db.mjs";
|
|
116
|
+
import { ArcPublicTokensDB as cs, arcPublicTokensDB as ls } from "./data-structures/TokenDBs/ArcPublicTokensDB.mjs";
|
|
117
|
+
import { PresaleContractWrapper as fs } from "./data-structures/presale/PresaleContractWrapper.mjs";
|
|
118
|
+
import { SnapshotFetcherService as xs } from "./data-structures/snapshot/SnapshotFetcherService.mjs";
|
|
119
|
+
import { ClientSolanaCommitmentsSnapshotService as ds } from "./data-structures/snapshot/solana-snapshots/ClientSolanaCommitmentsSnapshotService.mjs";
|
|
120
|
+
import { ClientSolanaNullifierSnapshotService as gs } from "./data-structures/snapshot/solana-snapshots/ClientSolanaNullifierSnapshotService.mjs";
|
|
121
|
+
import { ClientSolanaAccessTokenSnapshotService as us } from "./data-structures/snapshot/solana-snapshots/ClientSolanaAccessTokenSnapshotService.mjs";
|
|
122
|
+
import { ClientAccessTokenSnapshotService as Rs } from "./data-structures/snapshot/evm-snapshots/ClientAccessTokenSnapshotService.mjs";
|
|
123
|
+
import { ClientCommitmentsSnapshotService as _s } from "./data-structures/snapshot/evm-snapshots/ClientCommitmentsSnapshotService.mjs";
|
|
124
|
+
import { ClientNullifierSnapshotService as hs } from "./data-structures/snapshot/evm-snapshots/ClientNullifierSnapshotService.mjs";
|
|
125
|
+
import { ClientApprovalsSnapshotService as ks } from "./data-structures/snapshot/evm-snapshots/ClientApprovalsSnapshotService.mjs";
|
|
126
|
+
import { httpClient as Os } from "./data-structures/http/HttpClient.mjs";
|
|
127
|
+
import { BasicHttpClient as Us } from "./data-structures/http/BasicHttpClient.mjs";
|
|
128
|
+
import { EventsPublicApprovalsDB as vs, eventsPublicApprovalsDB as bs } from "./data-structures/ApprovalDBs/EventsPublicApprovalsDB.mjs";
|
|
129
|
+
import { ErrorWithAmount as Fs } from "./error-handling/customErrors/ErrorWithAmount.mjs";
|
|
130
|
+
import { FeeOverTransactionValueError as Hs } from "./error-handling/customErrors/FeeOverTransactionValueError.mjs";
|
|
131
|
+
import { getGenericFeeOverTransactionValueErrorMessage as Ks, rethrowKnownGasErrorIfPossible as Ws } from "./error-handling/customErrors/customErrors.helpers.mjs";
|
|
132
|
+
import { SimulationFailureError as Gs } from "./error-handling/customErrors/SimulationFailureError.mjs";
|
|
133
|
+
import { ErrorWithRelayerTransaction as zs } from "./error-handling/customErrors/ErrorWithTx.mjs";
|
|
134
|
+
import { UserFriendlyErrorCodes as qs, gasErrorCodes as Zs, insufficientResourcesErrorCodes as js, transactionErrorCodes as Js, walletConnectErrorCodes as Qs } from "./error-handling/error-codes.constants.mjs";
|
|
135
|
+
import { extractMessage as ep, getErrorMessage as rp, getErrorMessageFromSandboxRequest as op } from "./error-handling/get-error.message.mjs";
|
|
136
|
+
import { checkErrorForSnapshotRestore as ap } from "./error-handling/handleErrorRestore.mjs";
|
|
137
|
+
import { logError as ip } from "./error-handling/logError.mjs";
|
|
138
|
+
import { ErrorCategory as pp } from "./error-handling/types.mjs";
|
|
139
|
+
import { Logger as lp } from "./error-handling/logger.mjs";
|
|
140
|
+
import { BabABI as fp, ERC1155ABI as Sp, ERC20ABI as xp, ERC721ABI as Ap, GalxeABI as dp, ISwapRouterABI as Tp, factoryABI as gp, quoterV2ABI as Ep, transactionProverABI as up } from "./externalABIs/index.mjs";
|
|
141
|
+
import { checkHinkalAccessToken as Rp, checkHinkalAccessTokenEVM as Pp, checkHinkalAccessTokenSolana as _p, mintAccessToken as Cp } from "./functions/web3/functionCalls/accessTokenCalls.mjs";
|
|
142
|
+
import { openPassportWindow as Np } from "./functions/kyc/passportHelper.mjs";
|
|
143
|
+
import { openDefaultPassportWindow as yp } from "./functions/kyc/openDefaultPassportWindow.mjs";
|
|
144
|
+
import { absBigInt as Dp, advancedToBigInt as Up, beepsToPercentage as Lp, bigintApplySugar as vp, bigintMax as bp, calculateAmountUsingBeeps as Bp, calculateBigIntSum as Fp, calculateSum as Mp, countTotalAmountInUtxos as Hp, fixDecimalsAmount as Vp, formatAmountInput as Kp, getValueFirstNDigit as Wp, maxBigInt as wp, minBigInt as Gp, toBigInt as Yp, toBigIntOrUndefined as zp, toCommaSeparatedNumberString as Xp, toInt as qp, toNumberOrUndefined as Zp, trimLeadingZeros as jp, truncateToDecimalPlaces as Jp } from "./functions/utils/amounts.utils.mjs";
|
|
145
|
+
import { getFilePath as $p, getHinkalCache as ec, getInHinkalAddressesCache as rc, getInHinkalAddressesFilePath as oc, loadTxsCache as tc, resetCache as ac, resetInHinkalAddressesCache as nc, saveTxsCache as ic, setHinkalCache as sc, setInHinkalAddressesCache as pc } from "./functions/utils/cacheFunctions.mjs";
|
|
146
|
+
import { createCustomRpcProvider as lc, createCustomSolanaConnection as mc, createProvider as fc } from "./functions/utils/create-provider.mjs";
|
|
147
|
+
import { getExternalActionIdFromNumber as xc, getExternalActionIdHash as Ac } from "./functions/utils/external-action.utils.mjs";
|
|
148
|
+
import { aggregateTokenChanges as Tc, formatTokenChangesList as gc, getERC20Token as Ec, getERC20TokenBySymbol as uc, getErc20TokensForChain as Ic, getHToken as Rc, isArcNativeToken as Pc, isNFTToken as _c, searchCompareFunction as Cc, sortTokens as hc } from "./functions/utils/erc20tokenFunctions.mjs";
|
|
149
|
+
import { requireEnv as kc } from "./functions/utils/requireEnv.mjs";
|
|
150
|
+
import { getSequence as Oc, promisify as Dc, resolveSync as Uc } from "./functions/utils/resolve-sync.utils.mjs";
|
|
151
|
+
import { convertIntegrationProviderToExternalActionId as vc } from "./functions/utils/convertIntegrationProviderToExternalActionId.mjs";
|
|
152
|
+
import { getInteractionFromAction as Bc } from "./functions/pre-transaction/interaction-to-action.mjs";
|
|
153
|
+
import { outputUtxoProcessing as Mc } from "./functions/pre-transaction/outputUtxoProcessing.mjs";
|
|
154
|
+
import { processGasEstimates as Vc } from "./functions/pre-transaction/process-gas-estimates.mjs";
|
|
155
|
+
import { getFlatFees as Wc } from "./functions/pre-transaction/getFlatFees.mjs";
|
|
156
|
+
import { outputApprovalDataProcessing as Gc, outputApprovalDataProcessingForHinkalApprove as Yc } from "./functions/pre-transaction/outputApprovalDataProcessing.mjs";
|
|
157
|
+
import { modifyVolatileTokenAmountChanges as Xc } from "./functions/pre-transaction/getVolatileTransferAmount.mjs";
|
|
158
|
+
import { constructAdminData as Zc } from "./functions/pre-transaction/constructAdminData.mjs";
|
|
159
|
+
import { buildAnchorStealthAddressStructure as Jc, encodeToByte32Array as Qc, getAccessTokenAccountPublicKey as $c, getAccessTokenMerkleAccountPublicKey as el, getAccessTokenStorageAccountPublicKey as rl, getEncryptedOutputsAccountPublicKey as ol, getInstructionsAccountPublicKey as tl, getMerkleAccountPublicKey as al, getNullifierAccount as nl, getProofAccountPart1PublicKey as il, getProofAccountPart2PublicKey as sl, getStorageAccountPublicKey as pl, getStorageVaultPublicKey as cl, getSwapperAccountPublicKey as ll, getTokenLimitStorageAccountPublicKey as ml } from "./functions/pre-transaction/solana.mjs";
|
|
160
|
+
import { createAndExtendAddressLookupTable as Sl, getAddressLookupTableAccounts as xl } from "./functions/pre-transaction/addressTableLookup.mjs";
|
|
161
|
+
import { convertSolanaPublicSignals as dl } from "./functions/pre-transaction/solana-public-signals.mjs";
|
|
162
|
+
import { convertOKXToHinkalInstructions as gl } from "./functions/pre-transaction/convert-okx-instructions.mjs";
|
|
163
|
+
import { ensureAtaExists as ul, estimateComputeUnitLimit as Il, sendProxyV0Transaction as Rl, sendV0Transaction as Pl, serializeProxyV0Transaction as _l } from "./functions/pre-transaction/sendV0Transaction.mjs";
|
|
164
|
+
import { storeProof as hl } from "./functions/pre-transaction/store-proof.mjs";
|
|
165
|
+
import { sendInitNullifiersTransaction as kl } from "./functions/pre-transaction/sendInitNullifiersTransaction.mjs";
|
|
166
|
+
import { initTokenLimitIfNeeded as Ol } from "./functions/pre-transaction/initTokenLimitIfNeeded.mjs";
|
|
167
|
+
import { recipientUtxoProcessing as Ul } from "./functions/pre-transaction/recipientUtxoProcessing.mjs";
|
|
168
|
+
import { storeInstructions as vl } from "./functions/pre-transaction/store-instructions.mjs";
|
|
169
|
+
import { getNetworkObject as Bl, getNetworkType as Fl } from "./functions/utils/evmNetworkFunctions.mjs";
|
|
170
|
+
import { browserSupported as Hl, walletSupported as Vl } from "./functions/utils/userAgent.mjs";
|
|
171
|
+
import { decodeTxInput as Wl, deserializeDecodedTxs as wl, serializeDecodedTxs as Gl } from "./functions/utils/getDataFromTransaction.mjs";
|
|
172
|
+
import { reloadPage as zl } from "./functions/utils/reloadPage.mjs";
|
|
173
|
+
import { capitalizeFirstLetter as ql, capitalizeName as Zl, getChainIdFromStateKey as jl, getStateKey as Jl, hexToUtf8 as Ql, isNullOrEmpty as $l, replaceAllInstances as em, toTitleCase as rm, validateEmail as om } from "./functions/utils/string.utils.mjs";
|
|
174
|
+
import { isNicknameValid as am } from "./functions/utils/nickname.utils.mjs";
|
|
175
|
+
import { caseInsensitiveEqual as im, lowerCaseIncludes as sm, lowerCaseStartsWith as pm } from "./functions/utils/caseInsensitive.utils.mjs";
|
|
176
|
+
import { formatDate as lm, formatTxTimestamp as mm, getCurrentDayStart as fm, getCurrentTimeInSeconds as Sm, getCurrentWeekStart as xm, getDelayUntilUtc8 as Am, getEffectiveSevenDaysAgo as dm, getEffectiveToday as Tm, getNextDayDelay as gm, getNextDayISO as Em, getPreviousWeekStart as um, msToISOString as Im, waitLittle as Rm } from "./functions/utils/time.utils.mjs";
|
|
177
|
+
import { createCacheDevice as _m } from "./functions/utils/cacheDevice.utils.mjs";
|
|
178
|
+
import { debounce as hm, wait as Nm } from "./functions/utils/process.utils.mjs";
|
|
179
|
+
import { getBlockExplorerUrl as ym } from "./functions/utils/getBlockExplorerUrl.mjs";
|
|
180
|
+
import { isPermit2Tx as Dm, uniswapWorkaround as Um } from "./functions/utils/involves-permit2-op.mjs";
|
|
181
|
+
import { checkChainOrAddressNotUpdated as vm } from "./functions/utils/upToDateState.mjs";
|
|
182
|
+
import { CustomJSONParse as Bm, CustomJSONStringify as Fm } from "./functions/utils/serialize.utils.mjs";
|
|
183
|
+
import { isUseApprovalDataEmpty as Hm, padUseApprovalUtxoData as Vm } from "./functions/utils/processUseApprovalUtxoData.mjs";
|
|
184
|
+
import { convertEmporiumOpToCallInfo as Wm } from "./functions/utils/convertEmporiumOpToCallInfo.mjs";
|
|
185
|
+
import { getRecipientInfoFromUserKeys as Gm } from "./functions/utils/getRecipientInfoFromUserKeys.mjs";
|
|
186
|
+
import { getPublicBalance as zm, getPublicBalanceByTokenAddress as Xm, getPublicBalancesOfTokens as qm, getPublicTransactionCount as Zm, getSolanaPublicBalances as jm } from "./functions/utils/publicBalance.utils.mjs";
|
|
187
|
+
import { rpcIntEncode as Qm } from "./functions/utils/rpc-int-encode.mjs";
|
|
188
|
+
import { checkTokensForShielding as ef } from "./functions/utils/token-check.utils.mjs";
|
|
189
|
+
import { arraysMatch as of } from "./functions/utils/arraysMatch.mjs";
|
|
190
|
+
import { constructStealthAddressStructure as af, hashEthereumAddress as nf, isValidPrivateAddress as sf, isValidSolanaPublicKey as pf } from "./functions/utils/addresses.mjs";
|
|
191
|
+
import { trimFieldValues as lf } from "./functions/utils/trimFieldValues.mjs";
|
|
192
|
+
import { getNecessaryApprovalChangesData as ff, getNecessaryAssetsForFunding as Sf, getNecessaryAssetsForFundingFromBalance as xf, hasEnoughBalance as Af } from "./functions/utils/walletBalances.utils.mjs";
|
|
193
|
+
import { balanceFetchingMutex as Tf } from "./functions/utils/mutexes.utils.mjs";
|
|
194
|
+
import { convertSolanaTransactionToRelayer as Ef, convertV6ReceiptToRelayer as uf } from "./functions/utils/ethers-formatter.utils.mjs";
|
|
195
|
+
import { extractTokenIdsFromAssetChanges as Rf } from "./functions/utils/nftTokenFunctions.mjs";
|
|
196
|
+
import { encodeParsedInLogicMetadata as _f } from "./functions/utils/inLogicMetadata.mjs";
|
|
197
|
+
import { getNetworkName as hf } from "./functions/utils/networks.utils.mjs";
|
|
198
|
+
import { isValidUrl as kf } from "./functions/utils/is-valid-url.mjs";
|
|
199
|
+
import { getHinkalApprovals as Of } from "./functions/utils/get-hinkal-approvals.mjs";
|
|
200
|
+
import { postToOffscreen as Uf } from "./functions/utils/postToOffscreen.mjs";
|
|
201
|
+
import { getSignatureHeader as vf } from "./functions/utils/get-signature-header.mjs";
|
|
202
|
+
import { convertPublicKeyToBigint as Bf, formatMintAddress as Ff } from "./functions/utils/solanaMint.utils.mjs";
|
|
203
|
+
import { createSigner as Hf, createVoidSigner as Vf, createVoidSolanaWallet as Kf, prepareEthersProviderAdapter as Wf, prepareHinkal as wf, prepareHinkalWithSignature as Gf, prepareSolanaHinkal as Yf, prepareSolanaHinkalWithSignature as zf, prepareSolanaProviderAdapter as Xf, prepareToAccessNewWallet as qf, prepareToAccessNewWalletWithSignature as Zf } from "./functions/utils/prepareHinkal.mjs";
|
|
204
|
+
import { convertBigIntToBytes32 as Jf, convertBytes32ToBigInt as Qf } from "./functions/utils/bytes32.utils.mjs";
|
|
205
|
+
import { getUtxosFromReceipt as eS } from "./functions/utils/getUtxosFromReceipt.utils.mjs";
|
|
206
|
+
import { calculateTotalFee as oS, calculateWithdrawalAmount as tS, generateFeeStructure as aS, getGasTokenSymbols as nS } from "./functions/utils/fees.utils.mjs";
|
|
207
|
+
import { calculateDollarValue as sS, ethToWei as pS, getAmountInToken as cS, getAmountInWei as lS, getAmountInWeiOrZero as mS, getAmountWithPrecision as fS, getAmountWithPrecisionOrZero as SS, randomBigInt as xS, toBigIntWithDecimals as AS } from "./functions/web3/etherFunctions.mjs";
|
|
208
|
+
import { attemptGetInputUtxosRemotely as TS, getInputUtxoAndBalance as gS, getInputUtxoAndBalanceOfStuckUtxos as ES, getInputUtxoAndBalancePerToken as uS, getInputUtxosRemotely as IS } from "./functions/web3/events/getInputUtxoAndBalance.mjs";
|
|
209
|
+
import { addPaddingToUtxos as PS, getShieldedBalance as _S } from "./functions/web3/events/getShieldedBalance.mjs";
|
|
210
|
+
import { getDepositEvents as hS, retrieveEvents as NS } from "./functions/web3/events/web3RetrieveEvents.mjs";
|
|
211
|
+
import { balanceChangedHandler as yS } from "./functions/web3/events/balanceChangedHandler.mjs";
|
|
212
|
+
import { balanceChangedCustomHandler as DS } from "./functions/web3/events/balanceChangedCustomHandler.mjs";
|
|
213
|
+
import { getApprovedBalance as LS, getApprovedUtxos as vS, getApprovedUtxosForToken as bS, getMyApprovalAmountForInteraction as BS } from "./functions/web3/events/getApprovedBalance.mjs";
|
|
214
|
+
import { getTransactionLogEvents as MS } from "./functions/web3/events/getTransactionLogEvents.mjs";
|
|
215
|
+
import { getUniswapFee as VS, getUniswapPrice as KS, getUniswapPriceHelper as WS, searchPoolAndFee as wS } from "./functions/web3/uniswapAPI.mjs";
|
|
216
|
+
import { getOdosPrice as YS } from "./functions/web3/odosAPI.mjs";
|
|
217
|
+
import { getOneInchPrice as XS } from "./functions/web3/oneInchAPI.mjs";
|
|
218
|
+
import { getLifiPrice as ZS } from "./functions/web3/lifiAPI.mjs";
|
|
219
|
+
import { createOKXQuote as JS, getOKXPrice as QS } from "./functions/web3/okxAPI.mjs";
|
|
220
|
+
import { runContractFunction as ex } from "./functions/web3/runContractFunction.mjs";
|
|
221
|
+
import { getTokenHolder as ox } from "./functions/web3/getTokenHolder.mjs";
|
|
222
|
+
import { decodeMessage as ax, getDecodedMessage as nx, getPermitInfo as ix } from "./functions/web3/EIP-712.mjs";
|
|
223
|
+
import { signAndSendSerializedTransaction as px } from "./functions/web3/signAndSendSerializedTransaction.mjs";
|
|
224
|
+
import { groupConnectorsByWallet as lx, isInjectedConnector as mx, isMockConnector as fx, isSolanaConnector as Sx } from "./functions/web3/connectors.utils.mjs";
|
|
225
|
+
import { solanaWalletToConnector as Ax } from "./functions/web3/solana-wagmi-adapter.mjs";
|
|
226
|
+
import { constructZkProof as Tx } from "./functions/snarkjs/constructGeneralZkProof.mjs";
|
|
227
|
+
import { constructEmporiumProof as Ex } from "./functions/snarkjs/constructEmporiumProof.mjs";
|
|
228
|
+
import { buildInNullifiers as Ix, buildOutCommitments as Rx, calcAccessTokenSiblingAndSidesFromAccessKey as Px, calcAccessTokenSiblingsAndSides as _x, calcAmountChanges as Cx, calcCommitmentsSiblingAndSides as hx, calcEncryptedOutputs as Nx, calcPublicSignalCount as kx, calcStealthAddressStructure as yx, createCallDataHash as Ox, deserializeCircomData as Dx, getSlippageValues as Ux, serializeCircomData as Lx } from "./functions/snarkjs/common.snarkjs.mjs";
|
|
229
|
+
import { generateZkProof as bx } from "./functions/snarkjs/generateZkProof.mjs";
|
|
230
|
+
import { constructSolanaZkProof as Fx } from "./functions/snarkjs/constructSolanaZkProof.mjs";
|
|
231
|
+
import { calculateStakeNullifier as Hx, createStakeCommitment as Vx, decryptStake as Kx, encodeHStakeMetadata as Wx, encryptStake as wx } from "./functions/staking/index.mjs";
|
|
232
|
+
import { checkEOAWithDelegation as Yx, createApproveEmporiumOp as zx, createTransaferEmporiumOpsBatch as Xx, createTransferToEmporiumOp as qx, emporiumOp as Zx, encodeEmporiumMetadata as jx, generateFundAndApproveOps as Jx, generateFundApproveAndTransactOps as Qx, getAuthorizationDataIfNeeded as $x, modifyDataForProxy as eA, modifyDataForProxyWithPrivateKey as rA, recoverAuthorizationData as oA } from "./functions/private-wallet/emporium.helpers.mjs";
|
|
233
|
+
import { OpType as aA, produceOp as nA } from "./functions/private-wallet/opProducer.mjs";
|
|
234
|
+
import { createSwapToEmporiumOpForUniswap as sA, createSwapToEmporiumOpFromData as pA, createSwapToEmporiumOps as cA, nullifyUsdtApprovalIfNeeded as lA } from "./functions/private-wallet/emporium.swap.helpers.mjs";
|
|
235
|
+
import { RevokeType as fA } from "./types/approvals.types.mjs";
|
|
236
|
+
import { defaultHookData as xA, defaultHookDataArray as AA, defaultStealthAddressStructure as dA, emptyStealthAddressStructure as TA } from "./types/circom-data.types.mjs";
|
|
237
|
+
import { ContractType as EA } from "./types/ethereum-network.types.mjs";
|
|
238
|
+
import { ExternalActionId as IA } from "./types/external-action.types.mjs";
|
|
239
|
+
import { EventType as PA, HinkalLogicAction as _A, HinkalStakeAction as CA, INTERACTION as hA, IntegrationProvider as NA, UserProgress as kA, defaultFeeStructure as yA, defaultHinkalLogicArgs as OA, defaultUseApprovalUTXOData as DA } from "./types/hinkal.types.mjs";
|
|
240
|
+
import { KycVerificationResult as LA, KycVerificationStatus as vA, Passports as bA, VERIFICATION_TYPE as BA, VerificationTypes as FA } from "./types/kyc.types.mjs";
|
|
241
|
+
import { ApprovalType as HA } from "./types/token.types.mjs";
|
|
242
|
+
import { SlippageType as KA } from "./types/slippage.types.mjs";
|
|
243
|
+
import { TransactionAction as wA, TransactionStatus as GA, emptyDecodedTx as YA } from "./types/transactions.types.mjs";
|
|
244
|
+
import { OldPointType as XA, RafflePrizeType as qA } from "./types/rewards.types.mjs";
|
|
245
|
+
import { HinkalStakeMode as jA } from "./types/hinkal.stake.types.mjs";
|
|
246
|
+
import { AdminTransactionType as QA } from "./types/admin.types.mjs";
|
|
247
|
+
import { ActivityStatus as ed, ActivityTypes as rd, DexProviders as od, IntegrationProviderNames as td, TokenChangeType as ad } from "./types/activities.types.mjs";
|
|
248
|
+
import { SandboxRequestType as id } from "./types/sandbox.types.mjs";
|
|
249
|
+
import { PrivateBalanceUpdateType as pd } from "./types/balances.types.mjs";
|
|
250
|
+
import { StorageKeys as ld } from "./types/cache.types.mjs";
|
|
251
|
+
import { TOKEN_PRICE_STATUS as fd } from "./types/token-prices.types.mjs";
|
|
252
|
+
import { AchievementTiers as xd, BrotherhoodTaskTypes as Ad, TaskCategory as dd, TaskTypes as Td } from "./types/new-rewards.type.mjs";
|
|
253
|
+
import { MemberStatus as Ed, Rank as ud } from "./types/RewardUserEnums.mjs";
|
|
254
|
+
import { PointsType as Rd, TradingType as Pd } from "./types/generatePoints.mjs";
|
|
255
|
+
import { CallsStatus as Cd, GetCallsStatusCode as hd } from "./types/eip5792.types.mjs";
|
|
256
|
+
import { HttpMethod as kd } from "./types/routing.types.mjs";
|
|
257
|
+
import { ConfirmationRequestType as Od } from "./types/confirmation-request.types.mjs";
|
|
258
|
+
import { MessagesFromOffscreen as Ud } from "./types/offscreen.types.mjs";
|
|
259
|
+
import { ScheduledTransactionStatus as vd } from "./types/scheduled-transactions.types.mjs";
|
|
260
|
+
import { resetStateMutex as Bd } from "./mutexes/mutex.mjs";
|
|
261
|
+
import { getERC20Registry as Md, getFixedRegistry as Hd } from "./constants/token-data/ERC20Registry.mjs";
|
|
262
|
+
import { PopularTokenSymbols as Kd } from "./constants/token-data/popularTokens.constants.mjs";
|
|
263
|
+
import { abi as wd } from "./externalABIs/amToken.mjs";
|
|
264
|
+
import { abi as Yd } from "./externalABIs/USDC.mjs";
|
|
265
|
+
import { abi as Xd } from "./externalABIs/DAI.mjs";
|
|
266
|
+
import { abi as Zd } from "./externalABIs/USDR.mjs";
|
|
267
|
+
import { abi as Jd } from "./externalABIs/USDR3CRV.mjs";
|
|
268
|
+
import { abi as $d } from "./externalABIs/USDT.mjs";
|
|
269
|
+
import { abi as rT } from "./externalABIs/WETH.mjs";
|
|
270
|
+
import { abi as tT } from "./externalABIs/BUSD.mjs";
|
|
271
|
+
import { abi as nT } from "./externalABIs/SanctionsList.mjs";
|
|
272
|
+
import { default as sT } from "./externalABIs/OptimismGasPriceOracle.json.mjs";
|
|
273
|
+
import { default as cT } from "./externalABIs/NodeInterfaceABI.json.mjs";
|
|
209
274
|
export {
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
275
|
+
Rt as ACCESS_TOKEN_MINTING_POINTS,
|
|
276
|
+
Pt as ACCESS_TOKEN_RECLAIM_POINTS,
|
|
277
|
+
Ra as ACHIEVEMENTS,
|
|
278
|
+
Br as AIPRISE_KYB_TEMPLATE_ID_PROD,
|
|
279
|
+
Fr as AIPRISE_KYC_TEMPLATE_ID_PROD,
|
|
280
|
+
lr as ALCHEMY_API_KEY,
|
|
281
|
+
mr as ALCHEMY_TEST_KEY,
|
|
282
|
+
h as API,
|
|
283
|
+
zr as API_CONFIG,
|
|
284
|
+
ra as APPROVED_UTXO_CONVERSION_COUNT,
|
|
285
|
+
Ua as APPROVE_FUNCTION_SIGNATURE,
|
|
286
|
+
Co as ARC_TESTNET_USDC_ADDRESS,
|
|
287
|
+
ti as AbstractAccessTokenSnapshotService,
|
|
288
|
+
si as AbstractApprovalsSnapshotService,
|
|
289
|
+
ni as AbstractCommitmentsSnapshotService,
|
|
290
|
+
Si as AbstractEventService,
|
|
291
|
+
ci as AbstractNullifierSnapshotService,
|
|
292
|
+
mi as AbstractSnapshotService,
|
|
293
|
+
Ni as AbstractSolanaAccessTokenSnapshotService,
|
|
294
|
+
Ci as AbstractSolanaCommitmentsSnapshotService,
|
|
295
|
+
Ei as AbstractSolanaEventService,
|
|
296
|
+
Pi as AbstractSolanaNullifierSnapshotService,
|
|
297
|
+
Ii as AbstractSolanaSnapshotService,
|
|
298
|
+
xd as AchievementTiers,
|
|
299
|
+
ed as ActivityStatus,
|
|
300
|
+
rd as ActivityTypes,
|
|
301
|
+
QA as AdminTransactionType,
|
|
302
|
+
wd as AmTokenABI,
|
|
303
|
+
HA as ApprovalType,
|
|
304
|
+
cs as ArcPublicTokensDB,
|
|
305
|
+
ho as AssetChangeType,
|
|
306
|
+
Ka as BANNED_WALLET_IDS,
|
|
307
|
+
pa as BRIDGING_URLS,
|
|
308
|
+
Pa as BROTHERHOOD_TASKS,
|
|
309
|
+
tT as BUSDABI,
|
|
310
|
+
fp as BabABI,
|
|
311
|
+
Us as BasicHttpClient,
|
|
312
|
+
Ai as BlockchainEventEmitter,
|
|
313
|
+
Ad as BrotherhoodTaskTypes,
|
|
314
|
+
_t as CERTIFICATION_DISABLE_WEEK,
|
|
315
|
+
No as CIRCOM_MERKLE_LENGTH,
|
|
316
|
+
ko as CIRCOM_P,
|
|
317
|
+
yo as CIRCOM_P_HALF,
|
|
318
|
+
st as COINGECKO_API_KEY,
|
|
319
|
+
Oo as COMPUTE_UNIT_PADDING_PERCENTAGE,
|
|
320
|
+
Cd as CallsStatus,
|
|
321
|
+
Rs as ClientAccessTokenSnapshotService,
|
|
322
|
+
ks as ClientApprovalsSnapshotService,
|
|
323
|
+
_s as ClientCommitmentsSnapshotService,
|
|
324
|
+
hs as ClientNullifierSnapshotService,
|
|
325
|
+
us as ClientSolanaAccessTokenSnapshotService,
|
|
326
|
+
ds as ClientSolanaCommitmentsSnapshotService,
|
|
327
|
+
gs as ClientSolanaNullifierSnapshotService,
|
|
328
|
+
pt as CoinGeckoChainLabels,
|
|
329
|
+
Od as ConfirmationRequestType,
|
|
330
|
+
EA as ContractType,
|
|
331
|
+
Bm as CustomJSONParse,
|
|
332
|
+
Fm as CustomJSONStringify,
|
|
333
|
+
_a as DAILY_TASKS,
|
|
334
|
+
Xr as DATA_SERVER_CONFIG,
|
|
335
|
+
o as DATA_SERVER_URL,
|
|
336
|
+
qr as DATA_SERVER_URL_ENDPOINT,
|
|
337
|
+
Zr as DATA_SERVER_URL_LOCAL,
|
|
338
|
+
fo as DEPLOYMENT_MODE,
|
|
339
|
+
od as DexProviders,
|
|
340
|
+
Do as EIP1271_FAILURE,
|
|
341
|
+
Uo as EIP1271_SUCCESS,
|
|
342
|
+
Sp as ERC1155ABI,
|
|
343
|
+
xp as ERC20ABI,
|
|
344
|
+
Ap as ERC721ABI,
|
|
345
|
+
Oa as EVENTS_INITIAL_BLOCKS,
|
|
346
|
+
Sn as EncryptionKeyPairDefaultValue,
|
|
347
|
+
pp as ErrorCategory,
|
|
348
|
+
Fs as ErrorWithAmount,
|
|
349
|
+
zs as ErrorWithRelayerTransaction,
|
|
350
|
+
fr as EthereumNetworkType,
|
|
351
|
+
PA as EventType,
|
|
352
|
+
vs as EventsPublicApprovalsDB,
|
|
353
|
+
IA as ExternalActionId,
|
|
354
|
+
Hs as FeeOverTransactionValueError,
|
|
355
|
+
Hi as FileCacheDevice,
|
|
356
|
+
dp as GalxeABI,
|
|
357
|
+
hd as GetCallsStatusCode,
|
|
358
|
+
Sr as HELIUS_RPC_URL,
|
|
359
|
+
qt as HETH_ERC20_TOKEN_ADDRESS,
|
|
360
|
+
Lo as HINKAL_DEPOSIT_AND_WITHDRAW_VARIABLE_RATE,
|
|
361
|
+
vo as HINKAL_PRIVATE_SEND_VARIABLE_RATE,
|
|
362
|
+
bo as HINKAL_SWAP_VARIABLE_RATE,
|
|
363
|
+
In as Hinkal,
|
|
364
|
+
_A as HinkalLogicAction,
|
|
365
|
+
CA as HinkalStakeAction,
|
|
366
|
+
jA as HinkalStakeMode,
|
|
367
|
+
kd as HttpMethod,
|
|
368
|
+
Pe as IMAGE_PATHS,
|
|
369
|
+
hA as INTERACTION,
|
|
370
|
+
Tp as ISwapRouterABI,
|
|
371
|
+
NA as IntegrationProvider,
|
|
372
|
+
td as IntegrationProviderNames,
|
|
373
|
+
LA as KycVerificationResult,
|
|
374
|
+
vA as KycVerificationStatus,
|
|
375
|
+
da as LIFISCAN_URL,
|
|
376
|
+
w as LifiStatus,
|
|
377
|
+
Ki as LocalStorageCacheDevice,
|
|
378
|
+
lp as Logger,
|
|
379
|
+
Bo as MAX_COMPUTE_UNIT_LIMIT,
|
|
380
|
+
ia as MAX_DISPLAY_DECIMALS,
|
|
381
|
+
Fo as MERKLE_LEVELS,
|
|
382
|
+
Mo as MICRO_LAMPORTS_PER_CU,
|
|
383
|
+
Ho as MIN_COMPUTE_UNIT_LIMIT,
|
|
384
|
+
Ed as MemberStatus,
|
|
385
|
+
Jn as MerkleTree,
|
|
386
|
+
ri as MerkleTreeIncompleteError,
|
|
387
|
+
Ud as MessagesFromOffscreen,
|
|
388
|
+
Fi as MultiThreadedUtxoUtils,
|
|
389
|
+
Zt as NATIVE_TOKEN_WRAPPER_ADDRESSES,
|
|
390
|
+
ut as NETWORKS,
|
|
391
|
+
Vo as NFT_1155_TRANSACTION_TYPE,
|
|
392
|
+
Ko as NFT_721_TRANSACTION_TYPE,
|
|
393
|
+
La as NFT_APPROVE_FUNCTION_SIGNATURE,
|
|
394
|
+
va as NFT_APPROVE_SINGLE_FUNCTION_SIGNATURE,
|
|
395
|
+
Wo as NFT_TRANSACTION_TYPES,
|
|
396
|
+
hr as NON_NATIVE_GAS_COST_TOKEN_SYMBOL_OPTIONS,
|
|
397
|
+
cT as NodeInterfaceABI,
|
|
398
|
+
Ma as OKX_BASE_URL,
|
|
399
|
+
Ha as OKX_SWAP_PATH,
|
|
400
|
+
XA as OldPointType,
|
|
401
|
+
aA as OpType,
|
|
402
|
+
ba as PERMIT2_APPROVE_FUNCTION_SIGNATURE,
|
|
403
|
+
jr as PLAYGROUND_RELAYER_URLS,
|
|
404
|
+
Jr as PLAYGROUND_SERVER_URLS,
|
|
405
|
+
Qr as PLAYGROUND_SNAPSHOT_SERVER_URLS,
|
|
406
|
+
$r as PLAYGROUND_URL,
|
|
407
|
+
Ca as POINTS_BOOST_TASKS,
|
|
408
|
+
eo as PRODUCTION_RELAYER_URLS,
|
|
409
|
+
ro as PRODUCTION_SERVER_URLS,
|
|
410
|
+
oo as PRODUCTION_SNAPSHOT_SERVER_URLS,
|
|
411
|
+
to as PRODUCTION_URL,
|
|
412
|
+
bA as Passports,
|
|
413
|
+
Rd as PointsType,
|
|
414
|
+
Kd as PopularTokenSymbols,
|
|
415
|
+
fs as PresaleContractWrapper,
|
|
416
|
+
pd as PrivateBalanceUpdateType,
|
|
417
|
+
rs as PrivateTokensDB,
|
|
418
|
+
as as PublicTokensDB,
|
|
419
|
+
Mr as RECLAIM_MESSAGE_TO_SIGN,
|
|
420
|
+
ha as REFERRAL_BONUS_TASK,
|
|
421
|
+
wo as RELAYERS_ARRAY,
|
|
422
|
+
Go as RELAYER_ADDRESS1,
|
|
423
|
+
Yo as RELAYER_ADDRESS2,
|
|
424
|
+
zo as RELAYER_ADDRESS3,
|
|
425
|
+
ao as RELAYER_CONFIG,
|
|
426
|
+
Ct as REWARDS_ENCRYPTION_PASSWORD,
|
|
427
|
+
ht as REWARDS_MESSAGE_TO_SIGN,
|
|
428
|
+
Na as REWARDS_TASKS,
|
|
429
|
+
Nt as REWARD_RECEIVABLE_TOKEN_SYMBOLS,
|
|
430
|
+
qA as RafflePrizeType,
|
|
431
|
+
ud as Rank,
|
|
432
|
+
Hr as ReclaimPassports,
|
|
433
|
+
fA as RevokeType,
|
|
434
|
+
Xo as SOLANA_NFT_INTERFACES,
|
|
435
|
+
qo as SOLANA_PUBLIC_INPUT_PART_ONE_LENGTH,
|
|
436
|
+
no as STAGING_RELAYER_URLS,
|
|
437
|
+
io as STAGING_SERVER_URLS,
|
|
438
|
+
so as STAGING_SNAPSHOT_SERVER_URLS,
|
|
439
|
+
po as STAGING_URL,
|
|
440
|
+
jt as SWAP_FEE_TAKER_ADDRESSES,
|
|
441
|
+
Jt as SWAP_ROUTER_ADDRESSES,
|
|
442
|
+
id as SandboxRequestType,
|
|
443
|
+
vd as ScheduledTransactionStatus,
|
|
444
|
+
Gs as SimulationFailureError,
|
|
445
|
+
KA as SlippageType,
|
|
446
|
+
xs as SnapshotFetcherService,
|
|
447
|
+
Ti as SolanaBlockchainEventEmitter,
|
|
448
|
+
Vr as StandardPassports,
|
|
449
|
+
ld as StorageKeys,
|
|
450
|
+
Kr as SupportedPassports,
|
|
451
|
+
ta as TOKEN_LIMITS,
|
|
452
|
+
fd as TOKEN_PRICE_STATUS,
|
|
453
|
+
Zo as TOKEN_VALUE_UNLIMITED_THRESHOLD,
|
|
454
|
+
Ba as TRANSFER_FUNCTION_SIGNATURE,
|
|
455
|
+
ua as TVL_CHANGER_ACTIVITY_TYPES,
|
|
456
|
+
dd as TaskCategory,
|
|
457
|
+
Td as TaskTypes,
|
|
458
|
+
ad as TokenChangeType,
|
|
459
|
+
Li as TokenChecker,
|
|
460
|
+
jo as TokenType,
|
|
461
|
+
Pd as TradingType,
|
|
462
|
+
wA as TransactionAction,
|
|
463
|
+
GA as TransactionStatus,
|
|
464
|
+
bi as TransactionType,
|
|
465
|
+
la as UNSUPPORTED_WALLETS_WALLETCONNECT_NAMES,
|
|
466
|
+
ma as UNSUPPORTED_WALLET_IDS,
|
|
467
|
+
Yd as USDCABI,
|
|
468
|
+
Jd as USDR3CRVABI,
|
|
469
|
+
Zd as USDRABI,
|
|
470
|
+
$d as USDTABI,
|
|
471
|
+
qs as UserFriendlyErrorCodes,
|
|
472
|
+
xn as UserKeys,
|
|
473
|
+
kA as UserProgress,
|
|
474
|
+
yi as Utxo,
|
|
475
|
+
co as VERIFICATION_ROUTES,
|
|
476
|
+
BA as VERIFICATION_TYPE,
|
|
477
|
+
Qa as ValueCache,
|
|
478
|
+
FA as VerificationTypes,
|
|
479
|
+
U as WALLET_API,
|
|
480
|
+
xr as WALLET_INITIAL_CHAIN_ID,
|
|
481
|
+
Ar as WALLET_SUPPORTED_CHAINS,
|
|
482
|
+
lo as WALLET_TASK_VERIFICATION_TYPES,
|
|
483
|
+
ka as WELCOME_TASKS,
|
|
484
|
+
rT as WETHABI,
|
|
485
|
+
Qt as WETH_ERC20_TOKEN_ADDRESS,
|
|
486
|
+
$t as WRAPPER_TOKEN_EXCHANGE_ADDRESSES,
|
|
487
|
+
en as abiDecodeUtxo,
|
|
488
|
+
Dp as absBigInt,
|
|
489
|
+
wi as activityStorage,
|
|
490
|
+
PS as addPaddingToUtxos,
|
|
491
|
+
Up as advancedToBigInt,
|
|
492
|
+
Tc as aggregateTokenChanges,
|
|
493
|
+
Wr as aipriseBaseOnboardingProductionUrl,
|
|
494
|
+
wr as aipriseBaseOnboardingSandboxUrl,
|
|
495
|
+
Ht as allowanceHolder,
|
|
496
|
+
ze as arbMainnetData,
|
|
497
|
+
Ce as arbMainnetRegistry,
|
|
498
|
+
he as arbMainnetRegistryFixed,
|
|
499
|
+
ls as arcPublicTokensDB,
|
|
500
|
+
ir as arcTestnetData,
|
|
501
|
+
Ne as arcTestnetRegistry,
|
|
502
|
+
of as arraysMatch,
|
|
503
|
+
TS as attemptGetInputUtxosRemotely,
|
|
504
|
+
er as avalancheData,
|
|
505
|
+
ke as avalancheRegistry,
|
|
506
|
+
ye as avalancheRegistryFixed,
|
|
507
|
+
Xa as babyJubInstance,
|
|
508
|
+
DS as balanceChangedCustomHandler,
|
|
509
|
+
yS as balanceChangedHandler,
|
|
510
|
+
Tf as balanceFetchingMutex,
|
|
511
|
+
or as baseData,
|
|
512
|
+
Oe as baseRegistry,
|
|
513
|
+
De as baseRegistryFixed,
|
|
514
|
+
Lp as beepsToPercentage,
|
|
515
|
+
vp as bigintApplySugar,
|
|
516
|
+
bp as bigintMax,
|
|
517
|
+
bt as blockReorgDepth,
|
|
518
|
+
Ge as bnbMainnetData,
|
|
519
|
+
Ue as bnbMainnetRegistry,
|
|
520
|
+
Le as bnbMainnetRegistryFixed,
|
|
521
|
+
kt as boostAmounts,
|
|
522
|
+
Hl as browserSupported,
|
|
523
|
+
Jc as buildAnchorStealthAddressStructure,
|
|
524
|
+
Ix as buildInNullifiers,
|
|
525
|
+
Rx as buildOutCommitments,
|
|
526
|
+
Px as calcAccessTokenSiblingAndSidesFromAccessKey,
|
|
527
|
+
_x as calcAccessTokenSiblingsAndSides,
|
|
528
|
+
Cx as calcAmountChanges,
|
|
529
|
+
hx as calcCommitmentsSiblingAndSides,
|
|
530
|
+
Nx as calcEncryptedOutputs,
|
|
531
|
+
kx as calcPublicSignalCount,
|
|
532
|
+
yx as calcStealthAddressStructure,
|
|
533
|
+
Bp as calculateAmountUsingBeeps,
|
|
534
|
+
Fp as calculateBigIntSum,
|
|
535
|
+
sS as calculateDollarValue,
|
|
536
|
+
Hx as calculateStakeNullifier,
|
|
537
|
+
Mp as calculateSum,
|
|
538
|
+
oS as calculateTotalFee,
|
|
539
|
+
tS as calculateWithdrawalAmount,
|
|
540
|
+
K as callLifiAPI,
|
|
541
|
+
f as callOneInchAPI,
|
|
542
|
+
x as callRelayerSolanaTransactBatchAPI,
|
|
543
|
+
A as callRelayerTransactAPI,
|
|
544
|
+
d as callRelayerTransactBatchAPI,
|
|
545
|
+
ql as capitalizeFirstLetter,
|
|
546
|
+
Zl as capitalizeName,
|
|
547
|
+
im as caseInsensitiveEqual,
|
|
548
|
+
dr as chainIds,
|
|
549
|
+
Tr as chainIdsByType,
|
|
550
|
+
vm as checkChainOrAddressNotUpdated,
|
|
551
|
+
Yx as checkEOAWithDelegation,
|
|
552
|
+
ap as checkErrorForSnapshotRestore,
|
|
553
|
+
Rp as checkHinkalAccessToken,
|
|
554
|
+
Pp as checkHinkalAccessTokenEVM,
|
|
555
|
+
_p as checkHinkalAccessTokenSolana,
|
|
556
|
+
R as checkRisk,
|
|
557
|
+
ef as checkTokensForShielding,
|
|
558
|
+
rn as checkUtxoSignature,
|
|
559
|
+
ct as coingeckoPriceUrl,
|
|
560
|
+
lt as coingeckoPriceUrl2,
|
|
561
|
+
mt as coingeckoTokenListUrl,
|
|
562
|
+
Zc as constructAdminData,
|
|
563
|
+
Ex as constructEmporiumProof,
|
|
564
|
+
Fx as constructSolanaZkProof,
|
|
565
|
+
af as constructStealthAddressStructure,
|
|
566
|
+
Tx as constructZkProof,
|
|
567
|
+
Ji as contactStorage,
|
|
568
|
+
yr as contractMetadataMapping,
|
|
569
|
+
Jf as convertBigIntToBytes32,
|
|
570
|
+
Qf as convertBytes32ToBigInt,
|
|
571
|
+
Wm as convertEmporiumOpToCallInfo,
|
|
572
|
+
vc as convertIntegrationProviderToExternalActionId,
|
|
573
|
+
gl as convertOKXToHinkalInstructions,
|
|
574
|
+
Bf as convertPublicKeyToBigint,
|
|
575
|
+
dl as convertSolanaPublicSignals,
|
|
576
|
+
Ef as convertSolanaTransactionToRelayer,
|
|
577
|
+
uf as convertV6ReceiptToRelayer,
|
|
578
|
+
Hp as countTotalAmountInUtxos,
|
|
579
|
+
Sl as createAndExtendAddressLookupTable,
|
|
580
|
+
zx as createApproveEmporiumOp,
|
|
581
|
+
Z as createBrotherhood,
|
|
582
|
+
_m as createCacheDevice,
|
|
583
|
+
Ox as createCallDataHash,
|
|
584
|
+
lc as createCustomRpcProvider,
|
|
585
|
+
mc as createCustomSolanaConnection,
|
|
586
|
+
JS as createOKXQuote,
|
|
587
|
+
fc as createProvider,
|
|
588
|
+
Hf as createSigner,
|
|
589
|
+
Vx as createStakeCommitment,
|
|
590
|
+
sA as createSwapToEmporiumOpForUniswap,
|
|
591
|
+
pA as createSwapToEmporiumOpFromData,
|
|
592
|
+
cA as createSwapToEmporiumOps,
|
|
593
|
+
Xx as createTransaferEmporiumOpsBatch,
|
|
594
|
+
qx as createTransferToEmporiumOp,
|
|
595
|
+
Vf as createVoidSigner,
|
|
596
|
+
Kf as createVoidSolanaWallet,
|
|
597
|
+
Di as customTokenRegistry,
|
|
598
|
+
Xd as daiABI,
|
|
599
|
+
hm as debounce,
|
|
600
|
+
ax as decodeMessage,
|
|
601
|
+
on as decodeSolanaOnChainUtxo,
|
|
602
|
+
Wl as decodeTxInput,
|
|
603
|
+
tn as decodeUtxo,
|
|
604
|
+
an as decodeUtxoConstructorArgs,
|
|
605
|
+
Kx as decryptStake,
|
|
606
|
+
cn as decryptUtxo,
|
|
607
|
+
ln as decryptUtxoConstructorArgs,
|
|
608
|
+
yA as defaultFeeStructure,
|
|
609
|
+
Nr as defaultFeeToken,
|
|
610
|
+
OA as defaultHinkalLogicArgs,
|
|
611
|
+
xA as defaultHookData,
|
|
612
|
+
AA as defaultHookDataArray,
|
|
613
|
+
Jo as defaultSignatureData,
|
|
614
|
+
dA as defaultStealthAddressStructure,
|
|
615
|
+
DA as defaultUseApprovalUTXOData,
|
|
616
|
+
Ee as deleteUnspentUtxos,
|
|
617
|
+
So as deploymentMode,
|
|
618
|
+
Dx as deserializeCircomData,
|
|
619
|
+
wl as deserializeDecodedTxs,
|
|
620
|
+
j as editBrotherhood,
|
|
621
|
+
Zx as emporiumOp,
|
|
622
|
+
YA as emptyDecodedTx,
|
|
623
|
+
TA as emptyStealthAddressStructure,
|
|
624
|
+
jx as encodeEmporiumMetadata,
|
|
625
|
+
Wx as encodeHStakeMetadata,
|
|
626
|
+
_f as encodeParsedInLogicMetadata,
|
|
627
|
+
nn as encodeSolanaOnChainUtxo,
|
|
628
|
+
Qc as encodeToByte32Array,
|
|
629
|
+
wx as encryptStake,
|
|
630
|
+
mn as encryptUtxo,
|
|
631
|
+
ul as ensureAtaExists,
|
|
632
|
+
Il as estimateComputeUnitLimit,
|
|
633
|
+
qe as ethMainnetData,
|
|
634
|
+
ve as ethMainnetRegistry,
|
|
635
|
+
be as ethMainnetRegistryFixed,
|
|
636
|
+
pS as ethToWei,
|
|
637
|
+
Qo as ethVolatileAddress,
|
|
638
|
+
bs as eventsPublicApprovalsDB,
|
|
639
|
+
ep as extractMessage,
|
|
640
|
+
Rf as extractTokenIdsFromAssetChanges,
|
|
641
|
+
gp as factoryABI,
|
|
642
|
+
Vp as fixDecimalsAmount,
|
|
643
|
+
Kp as formatAmountInput,
|
|
644
|
+
lm as formatDate,
|
|
645
|
+
Ff as formatMintAddress,
|
|
646
|
+
gc as formatTokenChangesList,
|
|
647
|
+
mm as formatTxTimestamp,
|
|
648
|
+
Zs as gasErrorCodes,
|
|
649
|
+
z as generateAumPoints,
|
|
650
|
+
aS as generateFeeStructure,
|
|
651
|
+
Jx as generateFundAndApproveOps,
|
|
652
|
+
Qx as generateFundApproveAndTransactOps,
|
|
653
|
+
X as generateTradingPoints,
|
|
654
|
+
bx as generateZkProof,
|
|
655
|
+
$c as getAccessTokenAccountPublicKey,
|
|
656
|
+
el as getAccessTokenMerkleAccountPublicKey,
|
|
657
|
+
rl as getAccessTokenStorageAccountPublicKey,
|
|
658
|
+
xl as getAddressLookupTableAccounts,
|
|
659
|
+
cS as getAmountInToken,
|
|
660
|
+
lS as getAmountInWei,
|
|
661
|
+
mS as getAmountInWeiOrZero,
|
|
662
|
+
fS as getAmountWithPrecision,
|
|
663
|
+
SS as getAmountWithPrecisionOrZero,
|
|
664
|
+
LS as getApprovedBalance,
|
|
665
|
+
vS as getApprovedUtxos,
|
|
666
|
+
bS as getApprovedUtxosForToken,
|
|
667
|
+
$x as getAuthorizationDataIfNeeded,
|
|
668
|
+
ym as getBlockExplorerUrl,
|
|
669
|
+
J as getBrotherhood,
|
|
670
|
+
Q as getBrotherhoodUsers,
|
|
671
|
+
jl as getChainIdFromStateKey,
|
|
672
|
+
gn as getCircomSign,
|
|
673
|
+
ft as getCoinByAddress,
|
|
674
|
+
St as getCoinById,
|
|
675
|
+
xt as getCoingeckoIdForNativeTokens,
|
|
676
|
+
At as getCoingeckoPlatform,
|
|
677
|
+
s as getCoingeckoPrice,
|
|
678
|
+
p as getCoingeckoPrice2,
|
|
679
|
+
c as getCoingeckoPrices,
|
|
680
|
+
l as getCoingeckoTokenList,
|
|
681
|
+
fm as getCurrentDayStart,
|
|
682
|
+
Sm as getCurrentTimeInSeconds,
|
|
683
|
+
$ as getCurrentUserBrotherhood,
|
|
684
|
+
ee as getCurrentUserBrotherhoodUsers,
|
|
685
|
+
xm as getCurrentWeekStart,
|
|
686
|
+
t as getDataServerURL,
|
|
687
|
+
nx as getDecodedMessage,
|
|
688
|
+
Am as getDelayUntilUtc8,
|
|
689
|
+
hS as getDepositEvents,
|
|
690
|
+
Md as getERC20Registry,
|
|
691
|
+
Ec as getERC20Token,
|
|
692
|
+
uc as getERC20TokenBySymbol,
|
|
693
|
+
dm as getEffectiveSevenDaysAgo,
|
|
694
|
+
Tm as getEffectiveToday,
|
|
695
|
+
ol as getEncryptedOutputsAccountPublicKey,
|
|
696
|
+
Ic as getErc20TokensForChain,
|
|
697
|
+
rp as getErrorMessage,
|
|
698
|
+
op as getErrorMessageFromSandboxRequest,
|
|
699
|
+
xc as getExternalActionIdFromNumber,
|
|
700
|
+
Ac as getExternalActionIdHash,
|
|
701
|
+
$p as getFilePath,
|
|
702
|
+
Hd as getFixedRegistry,
|
|
703
|
+
Wc as getFlatFees,
|
|
704
|
+
g as getGasEstimates,
|
|
705
|
+
nS as getGasTokenSymbols,
|
|
706
|
+
Ks as getGenericFeeOverTransactionValueErrorMessage,
|
|
707
|
+
Rc as getHToken,
|
|
708
|
+
Of as getHinkalApprovals,
|
|
709
|
+
ec as getHinkalCache,
|
|
710
|
+
ne as getHinkalLandingURL,
|
|
711
|
+
Or as getHinkalParameters,
|
|
712
|
+
_ as getIdleRelay,
|
|
713
|
+
rc as getInHinkalAddressesCache,
|
|
714
|
+
oc as getInHinkalAddressesFilePath,
|
|
715
|
+
gS as getInputUtxoAndBalance,
|
|
716
|
+
ES as getInputUtxoAndBalanceOfStuckUtxos,
|
|
717
|
+
uS as getInputUtxoAndBalancePerToken,
|
|
718
|
+
IS as getInputUtxosRemotely,
|
|
719
|
+
tl as getInstructionsAccountPublicKey,
|
|
720
|
+
Bc as getInteractionFromAction,
|
|
721
|
+
ZS as getLifiPrice,
|
|
722
|
+
G as getLifiStatus,
|
|
723
|
+
al as getMerkleAccountPublicKey,
|
|
724
|
+
BS as getMyApprovalAmountForInteraction,
|
|
725
|
+
ff as getNecessaryApprovalChangesData,
|
|
726
|
+
Sf as getNecessaryAssetsForFunding,
|
|
727
|
+
xf as getNecessaryAssetsForFundingFromBalance,
|
|
728
|
+
hf as getNetworkName,
|
|
729
|
+
Bl as getNetworkObject,
|
|
730
|
+
Fl as getNetworkType,
|
|
731
|
+
gm as getNextDayDelay,
|
|
732
|
+
Em as getNextDayISO,
|
|
733
|
+
gr as getNonLocalhostChainId,
|
|
734
|
+
nl as getNullifierAccount,
|
|
735
|
+
QS as getOKXPrice,
|
|
736
|
+
YS as getOdosPrice,
|
|
737
|
+
XS as getOneInchPrice,
|
|
738
|
+
$n as getPatchedAccessTokenMerkleTree,
|
|
739
|
+
ix as getPermitInfo,
|
|
740
|
+
um as getPreviousWeekStart,
|
|
741
|
+
il as getProofAccountPart1PublicKey,
|
|
742
|
+
sl as getProofAccountPart2PublicKey,
|
|
743
|
+
zm as getPublicBalance,
|
|
744
|
+
Xm as getPublicBalanceByTokenAddress,
|
|
745
|
+
qm as getPublicBalancesOfTokens,
|
|
746
|
+
re as getPublicBrotherhoods,
|
|
747
|
+
Zm as getPublicTransactionCount,
|
|
748
|
+
O as getPublicWalletBalance,
|
|
749
|
+
Gm as getRecipientInfoFromUserKeys,
|
|
750
|
+
k as getRelayerURL,
|
|
751
|
+
ie as getRewardsURL,
|
|
752
|
+
Te as getScheduledTransactions,
|
|
753
|
+
Oc as getSequence,
|
|
754
|
+
a as getServerURL,
|
|
755
|
+
_S as getShieldedBalance,
|
|
756
|
+
vf as getSignatureHeader,
|
|
757
|
+
Ux as getSlippageValues,
|
|
758
|
+
n as getSnapshotServerURL,
|
|
759
|
+
Kn as getSolanaProxySendSerializedTransaction,
|
|
760
|
+
Gn as getSolanaProxyShieldSerializedTransaction,
|
|
761
|
+
Mn as getSolanaProxySwapSerializedTransaction,
|
|
762
|
+
jm as getSolanaPublicBalances,
|
|
763
|
+
Jl as getStateKey,
|
|
764
|
+
pl as getStorageAccountPublicKey,
|
|
765
|
+
cl as getStorageVaultPublicKey,
|
|
766
|
+
ll as getSwapperAccountPublicKey,
|
|
767
|
+
ox as getTokenHolder,
|
|
768
|
+
ml as getTokenLimitStorageAccountPublicKey,
|
|
769
|
+
u as getTokenPrices,
|
|
770
|
+
aa as getTokensLimits,
|
|
771
|
+
MS as getTransactionLogEvents,
|
|
772
|
+
VS as getUniswapFee,
|
|
773
|
+
KS as getUniswapPrice,
|
|
774
|
+
WS as getUniswapPriceHelper,
|
|
775
|
+
ue as getUnspentUtxos,
|
|
776
|
+
eS as getUtxosFromReceipt,
|
|
777
|
+
Wp as getValueFirstNDigit,
|
|
778
|
+
se as getWalletOnboardingURL,
|
|
779
|
+
lx as groupConnectorsByWallet,
|
|
780
|
+
Af as hasEnoughBalance,
|
|
781
|
+
nf as hashEthereumAddress,
|
|
782
|
+
Ql as hexToUtf8,
|
|
783
|
+
Pn as hinkalDeposit,
|
|
784
|
+
Xn as hinkalDepositAndWithdraw,
|
|
785
|
+
_n as hinkalDepositForOther,
|
|
786
|
+
Un as hinkalPrivateWallet,
|
|
787
|
+
Bn as hinkalProxySwap,
|
|
788
|
+
$o as hinkalSimulationAddress,
|
|
789
|
+
Wn as hinkalSolanaProxySend,
|
|
790
|
+
Yn as hinkalSolanaProxyShield,
|
|
791
|
+
Hn as hinkalSolanaProxySwap,
|
|
792
|
+
hn as hinkalSwap,
|
|
793
|
+
kn as hinkalTransfer,
|
|
794
|
+
On as hinkalWithdraw,
|
|
795
|
+
Zn as hinkalWithdrawStuckUtxos,
|
|
796
|
+
Os as httpClient,
|
|
797
|
+
Ol as initTokenLimitIfNeeded,
|
|
798
|
+
js as insufficientResourcesErrorCodes,
|
|
799
|
+
Pc as isArcNativeToken,
|
|
800
|
+
En as isCircomNegative,
|
|
801
|
+
xo as isDevelopment,
|
|
802
|
+
Ao as isExtension,
|
|
803
|
+
mx as isInjectedConnector,
|
|
804
|
+
Er as isLocalNetwork,
|
|
805
|
+
fx as isMockConnector,
|
|
806
|
+
_c as isNFTToken,
|
|
807
|
+
am as isNicknameValid,
|
|
808
|
+
To as isNode,
|
|
809
|
+
go as isNotClientProduction,
|
|
810
|
+
Eo as isNotProduction,
|
|
811
|
+
$l as isNullOrEmpty,
|
|
812
|
+
ur as isOptimismLike,
|
|
813
|
+
Dm as isPermit2Tx,
|
|
814
|
+
uo as isPlayground,
|
|
815
|
+
Io as isSandbox,
|
|
816
|
+
Sx as isSolanaConnector,
|
|
817
|
+
Ir as isSolanaLike,
|
|
818
|
+
sn as isSolanaOnChainUtxo,
|
|
819
|
+
Ro as isStaging,
|
|
820
|
+
Hm as isUseApprovalDataEmpty,
|
|
821
|
+
sf as isValidPrivateAddress,
|
|
822
|
+
pf as isValidSolanaPublicKey,
|
|
823
|
+
kf as isValidUrl,
|
|
824
|
+
Po as isWebpack,
|
|
825
|
+
oe as joinBrotherhood,
|
|
826
|
+
qa as jubHolder,
|
|
827
|
+
te as leaveBrotherhood,
|
|
828
|
+
tc as loadTxsCache,
|
|
829
|
+
ar as localhostData,
|
|
830
|
+
Rr as localhostNetwork,
|
|
831
|
+
Be as localhostRegistry,
|
|
832
|
+
ip as logError,
|
|
833
|
+
sm as lowerCaseIncludes,
|
|
834
|
+
pm as lowerCaseStartsWith,
|
|
835
|
+
yt as lpLink,
|
|
836
|
+
Ot as lpProgramStartWeek,
|
|
837
|
+
wp as maxBigInt,
|
|
838
|
+
Ft as mediaUrls,
|
|
839
|
+
Gp as minBigInt,
|
|
840
|
+
Cp as mintAccessToken,
|
|
841
|
+
eA as modifyDataForProxy,
|
|
842
|
+
rA as modifyDataForProxyWithPrivateKey,
|
|
843
|
+
Xc as modifyVolatileTokenAmountChanges,
|
|
844
|
+
Im as msToISOString,
|
|
845
|
+
Pr as networkRegistry,
|
|
846
|
+
lA as nullifyUsdtApprovalIfNeeded,
|
|
847
|
+
ga as oauthUrls,
|
|
848
|
+
et as oneInchZeroAddress,
|
|
849
|
+
yp as openDefaultPassportWindow,
|
|
850
|
+
Np as openPassportWindow,
|
|
851
|
+
je as optimismData,
|
|
852
|
+
sT as optimismGasPriceOracleAbi,
|
|
853
|
+
Fe as optimismRegistry,
|
|
854
|
+
Me as optimismRegistryFixed,
|
|
855
|
+
Gc as outputApprovalDataProcessing,
|
|
856
|
+
Yc as outputApprovalDataProcessingForHinkalApprove,
|
|
857
|
+
Mc as outputUtxoProcessing,
|
|
858
|
+
rt as ownerPublicKey,
|
|
859
|
+
Vm as padUseApprovalUtxoData,
|
|
860
|
+
Vt as pancaceSwapPermit2Address,
|
|
861
|
+
Kt as permit2Address,
|
|
862
|
+
Wt as permit2Addresses,
|
|
863
|
+
ot as permitSignatureValidFor,
|
|
864
|
+
Dt as pointsLink,
|
|
865
|
+
Qe as polygonData,
|
|
866
|
+
He as polygonRegistry,
|
|
867
|
+
Ve as polygonRegistryFixed,
|
|
868
|
+
wa as poseidonFunction,
|
|
869
|
+
Ga as poseidonHash,
|
|
870
|
+
Ya as poseidonHolder,
|
|
871
|
+
Uf as postToOffscreen,
|
|
872
|
+
ja as preProcessing,
|
|
873
|
+
Wf as prepareEthersProviderAdapter,
|
|
874
|
+
wf as prepareHinkal,
|
|
875
|
+
Gf as prepareHinkalWithSignature,
|
|
876
|
+
Yf as prepareSolanaHinkal,
|
|
877
|
+
zf as prepareSolanaHinkalWithSignature,
|
|
878
|
+
Xf as prepareSolanaProviderAdapter,
|
|
879
|
+
qf as prepareToAccessNewWallet,
|
|
880
|
+
Zf as prepareToAccessNewWalletWithSignature,
|
|
881
|
+
Sa as presaleABI,
|
|
882
|
+
xa as presaleContractInfoByChain,
|
|
883
|
+
Zi as pricesStorage,
|
|
884
|
+
Xi as privateBalancesStorage,
|
|
885
|
+
os as privateTokensDB,
|
|
886
|
+
dt as proCoingeckoUrl,
|
|
887
|
+
Tt as proHeader,
|
|
888
|
+
Vc as processGasEstimates,
|
|
889
|
+
nA as produceOp,
|
|
890
|
+
Dc as promisify,
|
|
891
|
+
Yi as publicBalancesStorage,
|
|
892
|
+
ns as publicTokensDB,
|
|
893
|
+
Ep as quoterV2ABI,
|
|
894
|
+
Ut as raffleProgramStartWeek,
|
|
895
|
+
xS as randomBigInt,
|
|
896
|
+
Ul as recipientUtxoProcessing,
|
|
897
|
+
oA as recoverAuthorizationData,
|
|
898
|
+
Lt as referralLink,
|
|
899
|
+
zl as reloadPage,
|
|
900
|
+
em as replaceAllInstances,
|
|
901
|
+
kc as requireEnv,
|
|
902
|
+
ac as resetCache,
|
|
903
|
+
nc as resetInHinkalAddressesCache,
|
|
904
|
+
vn as resetMerkleTrees,
|
|
905
|
+
Bd as resetStateMutex,
|
|
906
|
+
ce as resolveSns,
|
|
907
|
+
Uc as resolveSync,
|
|
908
|
+
Ws as rethrowKnownGasErrorIfPossible,
|
|
909
|
+
NS as retrieveEvents,
|
|
910
|
+
L as rpcGetStorageChanges,
|
|
911
|
+
Qm as rpcIntEncode,
|
|
912
|
+
v as rpcSimulateBundle,
|
|
913
|
+
b as rpcSimulateTransaction,
|
|
914
|
+
ex as runContractFunction,
|
|
915
|
+
nT as sanctionsListABI,
|
|
916
|
+
ic as saveTxsCache,
|
|
917
|
+
gt as searchBySymbol,
|
|
918
|
+
Cc as searchCompareFunction,
|
|
919
|
+
wS as searchPoolAndFee,
|
|
920
|
+
me as seedlessBackup,
|
|
921
|
+
fe as seedlessCheckPassword,
|
|
922
|
+
Se as seedlessInit,
|
|
923
|
+
xe as seedlessSalt,
|
|
924
|
+
Ae as seedlessStatus,
|
|
925
|
+
kl as sendInitNullifiersTransaction,
|
|
926
|
+
Rl as sendProxyV0Transaction,
|
|
927
|
+
Pl as sendV0Transaction,
|
|
928
|
+
Lx as serializeCircomData,
|
|
929
|
+
Gl as serializeDecodedTxs,
|
|
930
|
+
_l as serializeProxyV0Transaction,
|
|
931
|
+
sc as setHinkalCache,
|
|
932
|
+
pc as setInHinkalAddressesCache,
|
|
933
|
+
px as signAndSendSerializedTransaction,
|
|
934
|
+
tt as signaturePhrase,
|
|
935
|
+
$i as signedMessagesStorage,
|
|
936
|
+
B as simulateTx,
|
|
937
|
+
_r as solanaChainIdStr,
|
|
938
|
+
pr as solanaData,
|
|
939
|
+
Ke as solanaLocalnetRegistry,
|
|
940
|
+
We as solanaMainnetRegistry,
|
|
941
|
+
at as solanaNativeAddress,
|
|
942
|
+
Ax as solanaWalletToConnector,
|
|
943
|
+
hc as sortTokens,
|
|
944
|
+
An as stealthAddressCacheDevice,
|
|
945
|
+
dn as stealthPairCacheDevice,
|
|
946
|
+
vl as storeInstructions,
|
|
947
|
+
hl as storeProof,
|
|
948
|
+
Ie as storeUnspentUtxos,
|
|
949
|
+
Gr as supportedPassportLinks,
|
|
950
|
+
F as tenderlyRpcLinks,
|
|
951
|
+
Yp as toBigInt,
|
|
952
|
+
zp as toBigIntOrUndefined,
|
|
953
|
+
AS as toBigIntWithDecimals,
|
|
954
|
+
Xp as toCommaSeparatedNumberString,
|
|
955
|
+
qp as toInt,
|
|
956
|
+
Zp as toNumberOrUndefined,
|
|
957
|
+
rm as toTitleCase,
|
|
958
|
+
ss as tokenVisibilityStorage,
|
|
959
|
+
H as tokensInfoCall,
|
|
960
|
+
Js as transactionErrorCodes,
|
|
961
|
+
up as transactionProverABI,
|
|
962
|
+
lf as trimFieldValues,
|
|
963
|
+
jp as trimLeadingZeros,
|
|
964
|
+
Jp as truncateToDecimalPlaces,
|
|
965
|
+
wt as uniswap2Manager,
|
|
966
|
+
Gt as uniswap3Manager,
|
|
967
|
+
Yt as uniswapApprovalExtraCallData,
|
|
968
|
+
Dr as uniswapV2PoolData,
|
|
969
|
+
Ur as uniswapV3FactoryData,
|
|
970
|
+
Lr as uniswapV3PoolData,
|
|
971
|
+
vr as uniswapV3QuoterData,
|
|
972
|
+
Um as uniswapWorkaround,
|
|
973
|
+
zt as uniswapWorkaroundAddresses,
|
|
974
|
+
om as validateEmail,
|
|
975
|
+
Nm as wait,
|
|
976
|
+
Rm as waitLittle,
|
|
977
|
+
Qs as walletConnectErrorCodes,
|
|
978
|
+
Vl as walletSupported,
|
|
979
|
+
nt as zeroAddress
|
|
789
980
|
};
|