@hinkal/common 0.2.27 → 0.2.28
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 +35 -17
- package/API/API.mjs +100 -80
- package/API/admin-calls.cjs +1 -1
- package/API/admin-calls.d.ts +8 -1
- package/API/admin-calls.mjs +6 -5
- package/API/callLifiAPI.cjs +1 -1
- package/API/callLifiAPI.d.ts +1 -1
- package/API/callLifiAPI.mjs +5 -5
- package/API/callMonitor.cjs +1 -1
- package/API/callMonitor.d.ts +1 -1
- package/API/callMonitor.mjs +7 -7
- package/API/callOdosAPI.cjs +1 -1
- package/API/callOdosAPI.mjs +11 -11
- package/API/callOkxAPI.cjs +1 -1
- package/API/callOkxAPI.d.ts +1 -1
- package/API/callOkxAPI.mjs +5 -5
- package/API/callOneInchAPI.cjs +1 -1
- package/API/callOneInchAPI.mjs +10 -11
- package/API/callRelayer.cjs +1 -1
- package/API/callRelayer.d.ts +14 -6
- package/API/callRelayer.mjs +11 -11
- package/API/checkRisk.cjs +1 -1
- package/API/checkRisk.d.ts +1 -1
- package/API/checkRisk.mjs +4 -4
- package/API/deposit-and-withdraw-status-calls.cjs +1 -1
- package/API/deposit-and-withdraw-status-calls.d.ts +3 -2
- package/API/deposit-and-withdraw-status-calls.mjs +8 -8
- package/API/enclaveSignatureCalls.cjs +1 -0
- package/API/enclaveSignatureCalls.d.ts +10 -0
- package/API/enclaveSignatureCalls.mjs +16 -0
- package/API/enclaveUtxoCalls.cjs +1 -0
- package/API/enclaveUtxoCalls.d.ts +40 -0
- package/API/enclaveUtxoCalls.mjs +24 -0
- package/API/fetchCommitmentsCache.cjs +1 -1
- package/API/fetchCommitmentsCache.d.ts +2 -1
- package/API/fetchCommitmentsCache.mjs +9 -9
- package/API/get-token-data.cjs +1 -1
- package/API/get-token-data.d.ts +1 -1
- package/API/get-token-data.mjs +5 -5
- package/API/get-token-price-chart-data.cjs +1 -0
- package/API/get-token-price-chart-data.d.ts +16 -0
- package/API/get-token-price-chart-data.mjs +13 -0
- package/API/getCoingeckoPrice.cjs +1 -1
- package/API/getCoingeckoPrice.d.ts +0 -1
- package/API/getCoingeckoPrice.mjs +15 -16
- package/API/getGasEstimates.cjs +1 -1
- package/API/getGasEstimates.mjs +9 -9
- package/API/getServerURL.cjs +1 -1
- package/API/getServerURL.d.ts +3 -3
- package/API/getServerURL.mjs +51 -67
- package/API/getTokenPrice.cjs +1 -1
- package/API/getTokenPrice.d.ts +5 -0
- package/API/getTokenPrice.mjs +14 -7
- package/API/getWebsiteURL.cjs +1 -1
- package/API/getWebsiteURL.d.ts +1 -0
- package/API/getWebsiteURL.mjs +25 -10
- package/API/index.d.ts +3 -3
- package/API/kycCalls.cjs +1 -1
- package/API/kycCalls.d.ts +4 -8
- package/API/kycCalls.mjs +23 -26
- package/API/onrampCalls.cjs +1 -0
- package/API/onrampCalls.d.ts +20 -0
- package/API/onrampCalls.mjs +15 -0
- package/API/privacy-score-calls.cjs +1 -0
- package/API/privacy-score-calls.d.ts +17 -0
- package/API/privacy-score-calls.mjs +29 -0
- package/API/privateSendEmailNotificationsCalls.cjs +1 -0
- package/API/privateSendEmailNotificationsCalls.d.ts +8 -0
- package/API/privateSendEmailNotificationsCalls.mjs +11 -0
- package/API/privateSendNonceCalls.cjs +1 -0
- package/API/privateSendNonceCalls.d.ts +13 -0
- package/API/privateSendNonceCalls.mjs +15 -0
- package/API/privateSendRecipientInfoCalls.cjs +1 -0
- package/API/privateSendRecipientInfoCalls.d.ts +21 -0
- package/API/privateSendRecipientInfoCalls.mjs +15 -0
- package/API/proxyAccountsCalls.cjs +1 -1
- package/API/proxyAccountsCalls.d.ts +4 -2
- package/API/proxyAccountsCalls.mjs +18 -20
- package/API/relayCalls.cjs +1 -1
- package/API/relayCalls.mjs +4 -4
- package/API/rewardsUserCalls.cjs +1 -1
- package/API/rewardsUserCalls.d.ts +9 -0
- package/API/rewardsUserCalls.mjs +28 -22
- package/API/scheduled-transactions-calls.cjs +1 -1
- package/API/scheduled-transactions-calls.d.ts +2 -2
- package/API/scheduled-transactions-calls.mjs +9 -8
- package/API/simulate-batch-tx.cjs +1 -1
- package/API/simulate-batch-tx.d.ts +2 -2
- package/API/simulate-batch-tx.mjs +7 -6
- package/API/simulate-transaction.cjs +1 -0
- package/API/{is-tx-stateless.d.ts → simulate-transaction.d.ts} +1 -1
- package/API/simulate-transaction.mjs +18 -0
- package/API/snapshot-event-calls.cjs +1 -0
- package/API/snapshot-event-calls.d.ts +7 -0
- package/API/snapshot-event-calls.mjs +13 -0
- package/API/solana-calls.cjs +1 -1
- package/API/solana-calls.d.ts +8 -4
- package/API/solana-calls.mjs +15 -15
- package/API/temporaryWalletCalls.cjs +1 -1
- package/API/temporaryWalletCalls.mjs +13 -19
- package/API/token-calls.cjs +1 -1
- package/API/token-calls.mjs +6 -5
- package/API/tronSubsidyCalls.cjs +1 -0
- package/API/tronSubsidyCalls.d.ts +13 -0
- package/API/tronSubsidyCalls.mjs +11 -0
- package/README.md +27 -25
- package/constants/activity.constants.cjs +1 -1
- package/constants/activity.constants.mjs +4 -2
- package/constants/addresses.constants.cjs +1 -1
- package/constants/addresses.constants.mjs +1 -1
- package/constants/bridging.constants.cjs +1 -1
- package/constants/bridging.constants.d.ts +4 -0
- package/constants/bridging.constants.mjs +6 -2
- package/constants/chains.constants.cjs +1 -1
- package/constants/chains.constants.d.ts +6 -6
- package/constants/chains.constants.mjs +112 -69
- package/constants/coingecko.constants.cjs +1 -1
- package/constants/coingecko.constants.d.ts +2 -1
- package/constants/coingecko.constants.mjs +49 -38
- package/constants/deploy-data/deploy-data-solana.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-solana.json.mjs +390 -9
- package/constants/deploy-data/deploy-data-tronMainnet.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-tronMainnet.json.mjs +4638 -0
- package/constants/deploy-data/deploy-data-tronNile.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-tronNile.json.mjs +4638 -0
- package/constants/deploy-data/index.d.ts +3 -1
- package/constants/fees.constants.cjs +1 -1
- package/constants/fees.constants.d.ts +4 -1
- package/constants/fees.constants.mjs +8 -4
- package/constants/function-signatures.constants.cjs +1 -1
- package/constants/function-signatures.constants.d.ts +0 -1
- package/constants/function-signatures.constants.mjs +3 -4
- package/constants/images.constants.cjs +1 -0
- package/constants/images.constants.d.ts +1 -0
- package/constants/images.constants.mjs +4 -0
- package/constants/index.d.ts +6 -0
- package/constants/kyc.constants.cjs +1 -1
- package/constants/kyc.constants.mjs +39 -40
- package/constants/mediaUrls.constants.cjs +1 -1
- package/constants/mediaUrls.constants.d.ts +5 -1
- package/constants/mediaUrls.constants.mjs +6 -2
- package/constants/non-circular-tokens.constants.cjs +1 -0
- package/constants/non-circular-tokens.constants.d.ts +1 -0
- package/constants/non-circular-tokens.constants.mjs +4 -0
- package/constants/pay.constants.cjs +1 -0
- package/constants/pay.constants.d.ts +1 -0
- package/constants/pay.constants.mjs +4 -0
- package/constants/permit2.constants.cjs +1 -1
- package/constants/permit2.constants.d.ts +0 -1
- package/constants/permit2.constants.mjs +10 -11
- package/constants/protocol.constants.cjs +1 -1
- package/constants/protocol.constants.d.ts +6 -1
- package/constants/protocol.constants.mjs +38 -33
- package/constants/reorg-depths.constants.cjs +1 -1
- package/constants/reorg-depths.constants.mjs +3 -0
- package/constants/save-depths.cjs +1 -1
- package/constants/save-depths.mjs +6 -3
- package/constants/schedule.constants.cjs +1 -0
- package/constants/schedule.constants.d.ts +2 -0
- package/constants/schedule.constants.mjs +14 -0
- package/constants/server.constants.cjs +1 -1
- package/constants/server.constants.d.ts +31 -123
- package/constants/server.constants.mjs +65 -156
- package/constants/tasks.constants.cjs +1 -1
- package/constants/tasks.constants.mjs +5 -4
- package/constants/token-data/ERC20Registry.cjs +1 -1
- package/constants/token-data/ERC20Registry.mjs +48 -34
- package/constants/token-data/arbMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/arbMainnetRegistry.json.mjs +1 -1
- package/constants/token-data/arbMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/arbMainnetRegistryFixed.json.mjs +1 -1
- package/constants/token-data/arcTestnetRegistry.json.cjs +1 -1
- package/constants/token-data/arcTestnetRegistry.json.mjs +2 -2
- package/constants/token-data/avalancheRegistry.json.cjs +1 -1
- package/constants/token-data/avalancheRegistry.json.mjs +1 -1
- package/constants/token-data/avalancheRegistryFixed.json.cjs +1 -1
- package/constants/token-data/avalancheRegistryFixed.json.mjs +1 -1
- package/constants/token-data/baseRegistry.json.cjs +1 -1
- package/constants/token-data/baseRegistry.json.mjs +3 -3
- package/constants/token-data/baseRegistryFixed.json.cjs +1 -1
- package/constants/token-data/baseRegistryFixed.json.mjs +1 -1
- package/constants/token-data/bnbMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/bnbMainnetRegistry.json.mjs +2 -2
- package/constants/token-data/bnbMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/bnbMainnetRegistryFixed.json.mjs +2 -2
- package/constants/token-data/ethMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/ethMainnetRegistry.json.mjs +1 -1
- package/constants/token-data/ethMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/ethMainnetRegistryFixed.json.mjs +1 -1
- package/constants/token-data/index.d.ts +2 -2
- package/constants/token-data/solanaMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/solanaMainnetRegistry.json.mjs +143 -74
- package/constants/token-data/tronMainnetRegistry.json.cjs +1 -0
- package/constants/token-data/tronMainnetRegistry.json.mjs +24 -0
- package/constants/token-data/tronNileRegistry.json.cjs +1 -0
- package/constants/token-data/tronNileRegistry.json.mjs +24 -0
- package/constants/tokens.constants.cjs +1 -0
- package/constants/tokens.constants.d.ts +3 -0
- package/constants/tokens.constants.mjs +15 -0
- package/constants/tx-confirmation.constants.cjs +1 -0
- package/constants/tx-confirmation.constants.d.ts +4 -0
- package/constants/tx-confirmation.constants.mjs +7 -0
- package/constants/wallet.constants.cjs +1 -1
- package/constants/wallet.constants.d.ts +1 -7
- package/constants/wallet.constants.mjs +18 -8
- package/crypto/poseidon.cjs +1 -1
- package/crypto/poseidon.mjs +5 -5
- package/data-structures/AccountActions/AccountActions.cjs +1 -0
- package/data-structures/AccountActions/AccountActions.d.ts +17 -0
- package/data-structures/AccountActions/AccountActions.mjs +67 -0
- package/data-structures/AccountActions/index.d.ts +1 -0
- package/data-structures/ApprovalDBs/EventsPublicApprovalsDB.cjs +1 -1
- package/data-structures/ApprovalDBs/EventsPublicApprovalsDB.mjs +106 -109
- package/data-structures/BlockchainEvent/BlockchainEvent.cjs +1 -0
- package/data-structures/BlockchainEvent/BlockchainEvent.d.ts +14 -0
- package/data-structures/BlockchainEvent/BlockchainEvent.mjs +45 -0
- package/data-structures/Hinkal/Hinkal.cjs +1 -1
- package/data-structures/Hinkal/Hinkal.d.ts +66 -74
- package/data-structures/Hinkal/Hinkal.mjs +366 -392
- package/data-structures/Hinkal/IHinkal.d.ts +61 -71
- package/data-structures/Hinkal/handleAutoDepositBack.cjs +1 -1
- package/data-structures/Hinkal/handleAutoDepositBack.d.ts +2 -4
- package/data-structures/Hinkal/handleAutoDepositBack.mjs +146 -79
- package/data-structures/Hinkal/hinkalActionReceive.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionReceive.d.ts +1 -2
- package/data-structures/Hinkal/hinkalActionReceive.mjs +26 -22
- package/data-structures/Hinkal/hinkalCheckTokenRegistry.cjs +1 -1
- package/data-structures/Hinkal/hinkalCheckTokenRegistry.d.ts +1 -0
- package/data-structures/Hinkal/hinkalCheckTokenRegistry.mjs +34 -22
- package/data-structures/Hinkal/hinkalClaimUtxo.cjs +1 -0
- package/data-structures/Hinkal/hinkalClaimUtxo.d.ts +6 -0
- package/data-structures/Hinkal/hinkalClaimUtxo.mjs +119 -0
- package/data-structures/Hinkal/hinkalDeposit.cjs +1 -1
- package/data-structures/Hinkal/hinkalDeposit.d.ts +2 -2
- package/data-structures/Hinkal/hinkalDeposit.mjs +101 -94
- package/data-structures/Hinkal/hinkalDepositAndBridge.cjs +1 -0
- package/data-structures/Hinkal/{hinkalDepostAndBridge.d.ts → hinkalDepositAndBridge.d.ts} +2 -2
- package/data-structures/Hinkal/hinkalDepositAndBridge.mjs +259 -0
- package/data-structures/Hinkal/hinkalDepositAndWithdraw.cjs +1 -1
- package/data-structures/Hinkal/hinkalDepositAndWithdraw.d.ts +2 -2
- package/data-structures/Hinkal/hinkalDepositAndWithdraw.mjs +159 -102
- package/data-structures/Hinkal/hinkalDepositOnChainUtxos.cjs +1 -1
- package/data-structures/Hinkal/hinkalDepositOnChainUtxos.d.ts +1 -1
- package/data-structures/Hinkal/hinkalDepositOnChainUtxos.mjs +131 -92
- package/data-structures/Hinkal/hinkalGetZkMeProvider.cjs +1 -1
- package/data-structures/Hinkal/hinkalGetZkMeProvider.mjs +4 -5
- package/data-structures/Hinkal/hinkalMultiSend.cjs +1 -1
- package/data-structures/Hinkal/hinkalMultiSend.d.ts +1 -1
- package/data-structures/Hinkal/hinkalMultiSend.mjs +4 -4
- package/data-structures/Hinkal/hinkalPrivateWallet.cjs +1 -1
- package/data-structures/Hinkal/hinkalPrivateWallet.d.ts +2 -2
- package/data-structures/Hinkal/hinkalPrivateWallet.mjs +121 -125
- package/data-structures/Hinkal/hinkalProoflessDeposit.cjs +1 -1
- package/data-structures/Hinkal/hinkalProoflessDeposit.d.ts +2 -1
- package/data-structures/Hinkal/hinkalProoflessDeposit.mjs +188 -38
- package/data-structures/Hinkal/hinkalProxySwap.cjs +1 -1
- package/data-structures/Hinkal/hinkalProxySwap.d.ts +1 -2
- package/data-structures/Hinkal/hinkalProxySwap.mjs +34 -31
- package/data-structures/Hinkal/hinkalProxyToPrivate.cjs +1 -1
- package/data-structures/Hinkal/hinkalProxyToPrivate.d.ts +1 -1
- package/data-structures/Hinkal/hinkalProxyToPrivate.mjs +32 -28
- package/data-structures/Hinkal/hinkalSignSubAccount.cjs +1 -1
- package/data-structures/Hinkal/hinkalSignSubAccount.d.ts +1 -2
- package/data-structures/Hinkal/hinkalSignSubAccount.mjs +17 -15
- package/data-structures/Hinkal/hinkalSolanaClaimUtxo.cjs +1 -0
- package/data-structures/Hinkal/hinkalSolanaClaimUtxo.d.ts +5 -0
- package/data-structures/Hinkal/hinkalSolanaClaimUtxo.mjs +130 -0
- package/data-structures/Hinkal/hinkalSolanaDeposit.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaDeposit.d.ts +6 -3
- package/data-structures/Hinkal/hinkalSolanaDeposit.mjs +98 -110
- package/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.d.ts +3 -1
- package/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.mjs +228 -197
- package/data-structures/Hinkal/hinkalSolanaProoflessDeposit.cjs +1 -0
- package/data-structures/Hinkal/hinkalSolanaProoflessDeposit.d.ts +5 -0
- package/data-structures/Hinkal/hinkalSolanaProoflessDeposit.mjs +28 -0
- package/data-structures/Hinkal/hinkalSolanaProxySend.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaProxySend.d.ts +4 -4
- package/data-structures/Hinkal/hinkalSolanaProxySend.mjs +44 -43
- package/data-structures/Hinkal/hinkalSolanaProxyShield.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaProxyShield.d.ts +2 -2
- package/data-structures/Hinkal/hinkalSolanaProxyShield.mjs +73 -71
- package/data-structures/Hinkal/hinkalSolanaProxySwap.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaProxySwap.d.ts +3 -3
- package/data-structures/Hinkal/hinkalSolanaProxySwap.mjs +79 -64
- package/data-structures/Hinkal/hinkalSolanaSwap.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaSwap.d.ts +1 -1
- package/data-structures/Hinkal/hinkalSolanaSwap.mjs +122 -100
- package/data-structures/Hinkal/hinkalSolanaTransfer.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaTransfer.d.ts +29 -2
- package/data-structures/Hinkal/hinkalSolanaTransfer.mjs +132 -70
- package/data-structures/Hinkal/hinkalSolanaWithdraw.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaWithdraw.d.ts +3 -2
- package/data-structures/Hinkal/hinkalSolanaWithdraw.mjs +113 -75
- package/data-structures/Hinkal/hinkalSwap.cjs +1 -1
- package/data-structures/Hinkal/hinkalSwap.d.ts +1 -1
- package/data-structures/Hinkal/hinkalSwap.mjs +71 -103
- package/data-structures/Hinkal/hinkalTransfer.cjs +1 -1
- package/data-structures/Hinkal/hinkalTransfer.d.ts +1 -1
- package/data-structures/Hinkal/hinkalTransfer.mjs +96 -96
- package/data-structures/Hinkal/hinkalWithdraw.cjs +1 -1
- package/data-structures/Hinkal/hinkalWithdraw.d.ts +2 -1
- package/data-structures/Hinkal/hinkalWithdraw.mjs +97 -99
- package/data-structures/Hinkal/hinkalWithdrawStuckUtxos.cjs +1 -1
- package/data-structures/Hinkal/hinkalWithdrawStuckUtxos.d.ts +1 -2
- package/data-structures/Hinkal/hinkalWithdrawStuckUtxos.mjs +204 -113
- package/data-structures/Hinkal/index.d.ts +4 -0
- package/data-structures/Hinkal/resetMerkleTrees.cjs +1 -1
- package/data-structures/Hinkal/resetMerkleTrees.d.ts +1 -1
- package/data-structures/Hinkal/resetMerkleTrees.mjs +109 -54
- package/data-structures/IndexedDB/activity-db.cjs +1 -1
- package/data-structures/IndexedDB/activity-db.d.ts +4 -5
- package/data-structures/IndexedDB/activity-db.mjs +124 -131
- package/data-structures/IndexedDB/balances-db.cjs +1 -1
- package/data-structures/IndexedDB/balances-db.mjs +45 -38
- package/data-structures/IndexedDB/contact-db.cjs +1 -1
- package/data-structures/IndexedDB/contact-db.mjs +43 -36
- package/data-structures/IndexedDB/index.d.ts +1 -0
- package/data-structures/IndexedDB/pay-activity-db.cjs +1 -0
- package/data-structures/IndexedDB/pay-activity-db.d.ts +9 -0
- package/data-structures/IndexedDB/pay-activity-db.mjs +26 -0
- package/data-structures/IndexedDB/prices-db.cjs +1 -1
- package/data-structures/IndexedDB/prices-db.mjs +1 -1
- package/data-structures/IndexedDB/signatures-db.cjs +1 -1
- package/data-structures/IndexedDB/signatures-db.mjs +26 -40
- package/data-structures/TokenDBs/EventsPublicTokensDB.cjs +1 -1
- package/data-structures/TokenDBs/EventsPublicTokensDB.mjs +82 -79
- package/data-structures/TokenDBs/token-visibility-db.cjs +1 -1
- package/data-structures/TokenDBs/token-visibility-db.mjs +22 -36
- package/data-structures/crypto-keys/decodeUTXO.cjs +1 -1
- package/data-structures/crypto-keys/decodeUTXO.mjs +1 -1
- package/data-structures/crypto-keys/encryptDecryptUtxo.cjs +1 -1
- package/data-structures/crypto-keys/encryptDecryptUtxo.mjs +29 -30
- package/data-structures/crypto-keys/keys.cjs +1 -1
- package/data-structures/crypto-keys/keys.d.ts +9 -11
- package/data-structures/crypto-keys/keys.mjs +65 -110
- package/data-structures/event-service/evm/AbstractAccessTokenSnapshotService.cjs +1 -1
- package/data-structures/event-service/evm/AbstractAccessTokenSnapshotService.d.ts +3 -2
- package/data-structures/event-service/evm/AbstractAccessTokenSnapshotService.mjs +9 -9
- package/data-structures/event-service/evm/AbstractApprovalsSnapshotService.cjs +1 -1
- package/data-structures/event-service/evm/AbstractApprovalsSnapshotService.d.ts +3 -2
- package/data-structures/event-service/evm/AbstractApprovalsSnapshotService.mjs +5 -5
- package/data-structures/event-service/evm/AbstractCommitmentsSnapshotService.cjs +1 -1
- package/data-structures/event-service/evm/AbstractCommitmentsSnapshotService.d.ts +9 -4
- package/data-structures/event-service/evm/AbstractCommitmentsSnapshotService.mjs +65 -48
- package/data-structures/event-service/evm/AbstractEventService.cjs +1 -1
- package/data-structures/event-service/evm/AbstractEventService.d.ts +4 -2
- package/data-structures/event-service/evm/AbstractEventService.mjs +13 -13
- package/data-structures/event-service/evm/AbstractNullifierSnapshotService.cjs +1 -1
- package/data-structures/event-service/evm/AbstractNullifierSnapshotService.d.ts +3 -2
- package/data-structures/event-service/evm/AbstractNullifierSnapshotService.mjs +5 -5
- package/data-structures/event-service/evm/AbstractSnapshotService.cjs +1 -1
- package/data-structures/event-service/evm/AbstractSnapshotService.d.ts +2 -2
- package/data-structures/event-service/evm/AbstractSnapshotService.mjs +5 -6
- package/data-structures/event-service/evm/BlockchainEventEmitter.cjs +1 -1
- package/data-structures/event-service/evm/BlockchainEventEmitter.d.ts +18 -7
- package/data-structures/event-service/evm/BlockchainEventEmitter.mjs +75 -49
- package/data-structures/event-service/evm/ClientBlockchainEventEmitter.cjs +1 -0
- package/data-structures/event-service/evm/ClientBlockchainEventEmitter.d.ts +11 -0
- package/data-structures/event-service/evm/ClientBlockchainEventEmitter.mjs +25 -0
- package/data-structures/event-service/evm/PollingBlockchainEventEmitter.cjs +1 -0
- package/data-structures/event-service/evm/PollingBlockchainEventEmitter.d.ts +6 -0
- package/data-structures/event-service/evm/PollingBlockchainEventEmitter.mjs +16 -0
- package/data-structures/event-service/helpers/ClientEventHelper.cjs +1 -0
- package/data-structures/event-service/helpers/ClientEventHelper.d.ts +10 -0
- package/data-structures/event-service/helpers/ClientEventHelper.mjs +38 -0
- package/data-structures/event-service/helpers/PollingEventHelper.cjs +1 -0
- package/data-structures/event-service/helpers/PollingEventHelper.d.ts +5 -0
- package/data-structures/event-service/helpers/PollingEventHelper.mjs +14 -0
- package/data-structures/event-service/index.d.ts +4 -0
- package/data-structures/event-service/solana/AbstractSolanaAccessTokenSnapshotService.cjs +1 -1
- package/data-structures/event-service/solana/AbstractSolanaAccessTokenSnapshotService.d.ts +3 -2
- package/data-structures/event-service/solana/AbstractSolanaAccessTokenSnapshotService.mjs +6 -6
- package/data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.cjs +1 -1
- package/data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.d.ts +9 -4
- package/data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.mjs +65 -48
- package/data-structures/event-service/solana/AbstractSolanaEventService.cjs +1 -1
- package/data-structures/event-service/solana/AbstractSolanaEventService.d.ts +5 -10
- package/data-structures/event-service/solana/AbstractSolanaEventService.mjs +13 -7
- package/data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.cjs +1 -1
- package/data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.d.ts +3 -2
- package/data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.mjs +4 -4
- package/data-structures/event-service/solana/AbstractSolanaSnapshotService.cjs +1 -1
- package/data-structures/event-service/solana/AbstractSolanaSnapshotService.d.ts +1 -2
- package/data-structures/event-service/solana/AbstractSolanaSnapshotService.mjs +1 -2
- package/data-structures/event-service/solana/ClientSolanaBlockchainEventEmitter.cjs +1 -0
- package/data-structures/event-service/solana/ClientSolanaBlockchainEventEmitter.d.ts +11 -0
- package/data-structures/event-service/solana/ClientSolanaBlockchainEventEmitter.mjs +26 -0
- package/data-structures/event-service/solana/PollingSolanaBlockchainEventEmitter.cjs +1 -0
- package/data-structures/event-service/solana/PollingSolanaBlockchainEventEmitter.d.ts +6 -0
- package/data-structures/event-service/solana/PollingSolanaBlockchainEventEmitter.mjs +16 -0
- package/data-structures/event-service/solana/SolanaBlockchainEventEmitter.cjs +1 -1
- package/data-structures/event-service/solana/SolanaBlockchainEventEmitter.d.ts +20 -19
- package/data-structures/event-service/solana/SolanaBlockchainEventEmitter.mjs +126 -76
- package/data-structures/index.d.ts +2 -0
- package/data-structures/merkle-tree/MerkleTree.cjs +1 -1
- package/data-structures/merkle-tree/MerkleTree.d.ts +3 -2
- package/data-structures/merkle-tree/MerkleTree.mjs +27 -17
- package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.cjs +1 -1
- package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.d.ts +1 -2
- package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.mjs +6 -6
- package/data-structures/presale/PresaleContractWrapper.d.ts +1 -1
- package/data-structures/provider-adapter/IProviderAdapter.d.ts +9 -13
- package/data-structures/snapshot/evm-snapshots/ClientAccessTokenSnapshotService.cjs +1 -1
- package/data-structures/snapshot/evm-snapshots/ClientAccessTokenSnapshotService.mjs +23 -18
- package/data-structures/snapshot/evm-snapshots/ClientApprovalsSnapshotService.cjs +1 -1
- package/data-structures/snapshot/evm-snapshots/ClientApprovalsSnapshotService.mjs +12 -7
- package/data-structures/snapshot/evm-snapshots/ClientCommitmentsSnapshotService.cjs +1 -1
- package/data-structures/snapshot/evm-snapshots/ClientCommitmentsSnapshotService.mjs +11 -5
- package/data-structures/snapshot/evm-snapshots/ClientNullifierSnapshotService.cjs +1 -1
- package/data-structures/snapshot/evm-snapshots/ClientNullifierSnapshotService.mjs +9 -4
- package/data-structures/snapshot/solana-snapshots/ClientSolanaAccessTokenSnapshotService.cjs +1 -1
- package/data-structures/snapshot/solana-snapshots/ClientSolanaAccessTokenSnapshotService.mjs +9 -4
- package/data-structures/snapshot/solana-snapshots/ClientSolanaCommitmentsSnapshotService.cjs +1 -1
- package/data-structures/snapshot/solana-snapshots/ClientSolanaCommitmentsSnapshotService.mjs +12 -6
- package/data-structures/snapshot/solana-snapshots/ClientSolanaNullifierSnapshotService.cjs +1 -1
- package/data-structures/snapshot/solana-snapshots/ClientSolanaNullifierSnapshotService.mjs +10 -5
- package/error-handling/customErrors/ErrorWithIndex.cjs +1 -0
- package/error-handling/customErrors/ErrorWithIndex.d.ts +4 -0
- package/error-handling/customErrors/ErrorWithIndex.mjs +9 -0
- package/error-handling/customErrors/ErrorWithTx.cjs +1 -1
- package/error-handling/customErrors/ErrorWithTx.d.ts +2 -3
- package/error-handling/customErrors/ErrorWithTx.mjs +5 -5
- package/error-handling/customErrors/index.d.ts +1 -0
- package/error-handling/error-codes.constants.cjs +2 -2
- package/error-handling/error-codes.constants.d.ts +29 -0
- package/error-handling/error-codes.constants.mjs +51 -22
- package/error-handling/get-error.message.cjs +1 -1
- package/error-handling/get-error.message.mjs +46 -47
- package/error-handling/index.d.ts +0 -1
- package/error-handling/isInsufficientFundsError.cjs +1 -0
- package/error-handling/isInsufficientFundsError.d.ts +1 -0
- package/error-handling/isInsufficientFundsError.mjs +19 -0
- package/functions/auto-deposit-back-helpers/get-gas-token-records.cjs +1 -0
- package/functions/auto-deposit-back-helpers/get-gas-token-records.d.ts +9 -0
- package/functions/auto-deposit-back-helpers/get-gas-token-records.mjs +74 -0
- package/functions/auto-deposit-back-helpers/get-tokens-to-deposit-back.cjs +1 -0
- package/functions/auto-deposit-back-helpers/get-tokens-to-deposit-back.d.ts +3 -0
- package/functions/auto-deposit-back-helpers/get-tokens-to-deposit-back.mjs +61 -0
- package/functions/auto-deposit-back-helpers/index.d.ts +4 -0
- package/functions/auto-deposit-back-helpers/select-gas-token.cjs +1 -0
- package/functions/auto-deposit-back-helpers/select-gas-token.d.ts +13 -0
- package/functions/auto-deposit-back-helpers/select-gas-token.mjs +79 -0
- package/functions/auto-deposit-back-helpers/update-hinkal.cjs +1 -0
- package/functions/auto-deposit-back-helpers/update-hinkal.d.ts +3 -0
- package/functions/auto-deposit-back-helpers/update-hinkal.mjs +18 -0
- package/functions/connectors.types.d.ts +11 -3
- package/functions/index.d.ts +1 -0
- package/functions/kyc/zkMeHelper.cjs +1 -1
- package/functions/kyc/zkMeHelper.mjs +17 -16
- package/functions/pre-transaction/addressTableLookup.cjs +1 -1
- package/functions/pre-transaction/addressTableLookup.mjs +1 -1
- package/functions/pre-transaction/constructAdminData.cjs +1 -1
- package/functions/pre-transaction/constructAdminData.d.ts +2 -2
- package/functions/pre-transaction/constructAdminData.mjs +12 -18
- package/functions/pre-transaction/convert-okx-instructions.cjs +1 -1
- package/functions/pre-transaction/convert-okx-instructions.mjs +20 -16
- package/functions/pre-transaction/ensureAmountChanges.cjs +1 -0
- package/functions/pre-transaction/ensureAmountChanges.d.ts +2 -0
- package/functions/pre-transaction/ensureAmountChanges.mjs +11 -0
- package/functions/pre-transaction/getExternalSwapAddress.cjs +1 -1
- package/functions/pre-transaction/getExternalSwapAddress.d.ts +1 -2
- package/functions/pre-transaction/getExternalSwapAddress.mjs +8 -8
- package/functions/pre-transaction/getFeeStructure.cjs +1 -1
- package/functions/pre-transaction/getFeeStructure.d.ts +2 -1
- package/functions/pre-transaction/getFeeStructure.mjs +13 -12
- package/functions/pre-transaction/getKycAndSignatureData.cjs +1 -0
- package/functions/pre-transaction/getKycAndSignatureData.d.ts +5 -0
- package/functions/pre-transaction/getKycAndSignatureData.mjs +20 -0
- package/functions/pre-transaction/getVolatileTransferAmount.cjs +1 -1
- package/functions/pre-transaction/getVolatileTransferAmount.mjs +22 -36
- package/functions/pre-transaction/index.d.ts +4 -0
- package/functions/pre-transaction/merge-with-fee-structure-emporium.cjs +1 -1
- package/functions/pre-transaction/merge-with-fee-structure-emporium.d.ts +1 -1
- package/functions/pre-transaction/merge-with-fee-structure-emporium.mjs +17 -17
- package/functions/pre-transaction/outputApprovalDataProcessing.cjs +1 -1
- package/functions/pre-transaction/outputApprovalDataProcessing.d.ts +1 -9
- package/functions/pre-transaction/outputApprovalDataProcessing.mjs +19 -34
- package/functions/pre-transaction/sendV0Transaction.cjs +1 -1
- package/functions/pre-transaction/sendV0Transaction.d.ts +4 -8
- package/functions/pre-transaction/sendV0Transaction.mjs +150 -86
- package/functions/pre-transaction/shouldPatchAccessTokenMerkleTree.cjs +1 -1
- package/functions/pre-transaction/shouldPatchAccessTokenMerkleTree.d.ts +1 -1
- package/functions/pre-transaction/shouldPatchAccessTokenMerkleTree.mjs +7 -4
- package/functions/pre-transaction/store-instructions.cjs +1 -1
- package/functions/pre-transaction/store-instructions.mjs +11 -6
- package/functions/pre-transaction/waitForDepositedUtxosInMerkleTree.cjs +1 -0
- package/functions/pre-transaction/waitForDepositedUtxosInMerkleTree.d.ts +3 -0
- package/functions/pre-transaction/waitForDepositedUtxosInMerkleTree.mjs +33 -0
- package/functions/private-wallet/emporium.helpers.cjs +1 -1
- package/functions/private-wallet/emporium.helpers.d.ts +12 -7
- package/functions/private-wallet/emporium.helpers.mjs +105 -131
- package/functions/private-wallet/emporium.swap.helpers.cjs +1 -1
- package/functions/private-wallet/emporium.swap.helpers.d.ts +1 -4
- package/functions/private-wallet/emporium.swap.helpers.mjs +98 -100
- package/functions/snarkjs/common.snarkjs.cjs +1 -1
- package/functions/snarkjs/common.snarkjs.d.ts +4 -5
- package/functions/snarkjs/common.snarkjs.mjs +113 -111
- package/functions/snarkjs/constant.cjs +1 -1
- package/functions/snarkjs/constant.mjs +7 -1
- package/functions/snarkjs/constructEmporiumProof.cjs +1 -1
- package/functions/snarkjs/constructEmporiumProof.d.ts +4 -4
- package/functions/snarkjs/constructEmporiumProof.mjs +111 -121
- package/functions/snarkjs/constructGeneralZkProof.cjs +1 -1
- package/functions/snarkjs/constructGeneralZkProof.d.ts +2 -2
- package/functions/snarkjs/constructGeneralZkProof.mjs +104 -124
- package/functions/snarkjs/constructSolanaZkProof.cjs +1 -1
- package/functions/snarkjs/constructSolanaZkProof.d.ts +1 -1
- package/functions/snarkjs/constructSolanaZkProof.mjs +58 -64
- package/functions/snarkjs/fetchMerkleTreeSiblings.cjs +1 -1
- package/functions/snarkjs/fetchMerkleTreeSiblings.mjs +11 -10
- package/functions/snarkjs/fetchOnChainRootHashes.cjs +1 -0
- package/functions/snarkjs/fetchOnChainRootHashes.d.ts +4 -0
- package/functions/snarkjs/fetchOnChainRootHashes.mjs +15 -0
- package/functions/snarkjs/generateCircomData.cjs +1 -1
- package/functions/snarkjs/generateCircomData.d.ts +3 -3
- package/functions/snarkjs/generateCircomData.mjs +29 -31
- package/functions/snarkjs/getMerkleTreeSiblingsAndRootHashes.cjs +1 -1
- package/functions/snarkjs/getMerkleTreeSiblingsAndRootHashes.d.ts +12 -1
- package/functions/snarkjs/getMerkleTreeSiblingsAndRootHashes.mjs +161 -65
- package/functions/snarkjs/getZKFiles.cjs +1 -1
- package/functions/snarkjs/getZKFiles.mjs +7 -7
- package/functions/snarkjs/index.d.ts +1 -0
- package/functions/utils/addresses.cjs +1 -1
- package/functions/utils/addresses.d.ts +3 -0
- package/functions/utils/addresses.mjs +32 -17
- package/functions/utils/amounts.utils.cjs +1 -1
- package/functions/utils/amounts.utils.d.ts +1 -1
- package/functions/utils/amounts.utils.mjs +2 -2
- package/functions/utils/buildClaimableDepositPlan.cjs +1 -0
- package/functions/utils/buildClaimableDepositPlan.d.ts +15 -0
- package/functions/utils/buildClaimableDepositPlan.mjs +40 -0
- package/functions/utils/cacheDevice.utils.cjs +1 -1
- package/functions/utils/cacheDevice.utils.mjs +8 -6
- package/functions/utils/cacheFunctions.cjs +1 -1
- package/functions/utils/cacheFunctions.mjs +2 -2
- package/functions/utils/create-provider.cjs +1 -1
- package/functions/utils/create-provider.d.ts +1 -1
- package/functions/utils/create-provider.mjs +11 -7
- package/functions/utils/enclave-signature-storage.cjs +1 -0
- package/functions/utils/enclave-signature-storage.d.ts +2 -0
- package/functions/utils/enclave-signature-storage.mjs +13 -0
- package/functions/utils/enclave-utxo-storage.cjs +1 -0
- package/functions/utils/enclave-utxo-storage.d.ts +6 -0
- package/functions/utils/enclave-utxo-storage.mjs +34 -0
- package/functions/utils/encryptInputForEnclave.cjs +1 -1
- package/functions/utils/encryptInputForEnclave.mjs +21 -21
- package/functions/utils/erc20tokenFunctions.cjs +1 -1
- package/functions/utils/erc20tokenFunctions.mjs +35 -35
- package/functions/utils/evmNetworkFunctions.cjs +1 -1
- package/functions/utils/evmNetworkFunctions.mjs +5 -3
- package/functions/utils/fees.utils.cjs +1 -1
- package/functions/utils/fees.utils.mjs +31 -29
- package/functions/utils/getBlockExplorerUrl.cjs +1 -1
- package/functions/utils/getBlockExplorerUrl.mjs +3 -3
- package/functions/utils/getDataFromTransaction.d.ts +1 -1
- package/functions/utils/getRecipientInfoFromUserKeys.cjs +1 -1
- package/functions/utils/getRecipientInfoFromUserKeys.mjs +1 -1
- package/functions/utils/getUtxosFromReceipt.utils.cjs +1 -1
- package/functions/utils/getUtxosFromReceipt.utils.d.ts +2 -1
- package/functions/utils/getUtxosFromReceipt.utils.mjs +44 -15
- package/functions/utils/getUtxosFromReceiptSolana.cjs +1 -1
- package/functions/utils/getUtxosFromReceiptSolana.d.ts +2 -1
- package/functions/utils/getUtxosFromReceiptSolana.mjs +27 -16
- package/functions/utils/index.d.ts +12 -2
- package/functions/utils/involves-permit2-op.cjs +1 -1
- package/functions/utils/involves-permit2-op.d.ts +0 -1
- package/functions/utils/involves-permit2-op.mjs +4 -6
- package/functions/utils/mutexes.utils.cjs +1 -1
- package/functions/utils/mutexes.utils.d.ts +1 -1
- package/functions/utils/mutexes.utils.mjs +3 -3
- package/functions/utils/networks.utils.cjs +1 -1
- package/functions/utils/networks.utils.mjs +4 -2
- package/functions/utils/nftTokenFunctions.cjs +1 -1
- package/functions/utils/nftTokenFunctions.mjs +9 -23
- package/functions/utils/prepareHinkal.cjs +1 -1
- package/functions/utils/prepareHinkal.d.ts +6 -13
- package/functions/utils/prepareHinkal.mjs +44 -71
- package/functions/utils/process.utils.cjs +1 -1
- package/functions/utils/process.utils.d.ts +6 -0
- package/functions/utils/process.utils.mjs +22 -10
- package/functions/utils/proxyAvatar.utils.cjs +1 -0
- package/functions/utils/proxyAvatar.utils.d.ts +2 -0
- package/functions/utils/proxyAvatar.utils.mjs +5 -0
- package/functions/utils/publicBalance.utils.cjs +1 -1
- package/functions/utils/publicBalance.utils.d.ts +1 -1
- package/functions/utils/publicBalance.utils.mjs +55 -53
- package/functions/utils/serialize-utxos.utils.cjs +1 -0
- package/functions/utils/serialize-utxos.utils.d.ts +3 -0
- package/functions/utils/serialize-utxos.utils.mjs +13 -0
- package/functions/utils/string.utils.cjs +1 -1
- package/functions/utils/string.utils.d.ts +2 -0
- package/functions/utils/string.utils.mjs +35 -27
- package/functions/utils/time.utils.cjs +1 -1
- package/functions/utils/time.utils.mjs +1 -1
- package/functions/utils/token-check.utils.cjs +1 -1
- package/functions/utils/token-check.utils.d.ts +3 -0
- package/functions/utils/token-check.utils.mjs +18 -7
- package/functions/utils/tron.utils.cjs +1 -0
- package/functions/utils/tron.utils.d.ts +25 -0
- package/functions/utils/tron.utils.mjs +128 -0
- package/functions/utils/tronSimulation.utils.cjs +1 -0
- package/functions/utils/tronSimulation.utils.d.ts +1 -0
- package/functions/utils/tronSimulation.utils.mjs +30 -0
- package/functions/utils/tx-confirmation.utils.cjs +1 -0
- package/functions/utils/tx-confirmation.utils.d.ts +10 -0
- package/functions/utils/tx-confirmation.utils.mjs +50 -0
- package/functions/utils/upToDateState.cjs +1 -1
- package/functions/utils/upToDateState.d.ts +1 -1
- package/functions/utils/upToDateState.mjs +4 -4
- package/functions/utils/userAgent.cjs +1 -1
- package/functions/utils/userAgent.d.ts +0 -2
- package/functions/utils/userAgent.mjs +4 -23
- package/functions/utils/validateUsername.cjs +1 -0
- package/functions/utils/validateUsername.d.ts +5 -0
- package/functions/utils/validateUsername.mjs +16 -0
- package/functions/utils/walletBalances.utils.cjs +1 -1
- package/functions/utils/walletBalances.utils.d.ts +2 -17
- package/functions/utils/walletBalances.utils.mjs +5 -36
- package/functions/web3/connectors.utils.cjs +1 -1
- package/functions/web3/connectors.utils.d.ts +1 -0
- package/functions/web3/connectors.utils.mjs +14 -12
- package/functions/web3/crypto.cjs +1 -0
- package/functions/web3/crypto.d.ts +1 -0
- package/functions/web3/crypto.mjs +7 -0
- package/functions/web3/etherFunctions.cjs +1 -1
- package/functions/web3/etherFunctions.d.ts +1 -1
- package/functions/web3/etherFunctions.mjs +12 -15
- package/functions/web3/events/getApprovedBalance.cjs +1 -1
- package/functions/web3/events/getApprovedBalance.d.ts +3 -4
- package/functions/web3/events/getApprovedBalance.mjs +39 -44
- package/functions/web3/events/getInputUtxoAndBalance.cjs +1 -1
- package/functions/web3/events/getInputUtxoAndBalance.d.ts +1 -1
- package/functions/web3/events/getInputUtxoAndBalance.mjs +127 -132
- package/functions/web3/events/getShieldedBalance.cjs +1 -2
- package/functions/web3/events/getShieldedBalance.d.ts +1 -1
- package/functions/web3/events/getShieldedBalance.mjs +72 -69
- package/functions/web3/events/getTransactionLogEvents.cjs +1 -1
- package/functions/web3/events/getTransactionLogEvents.mjs +40 -36
- package/functions/web3/fetchSolanaMerkleTreeRootHash.cjs +1 -1
- package/functions/web3/fetchSolanaMerkleTreeRootHash.mjs +17 -10
- package/functions/web3/functionCalls/accessTokenCalls.cjs +1 -1
- package/functions/web3/functionCalls/accessTokenCalls.d.ts +1 -6
- package/functions/web3/functionCalls/accessTokenCalls.mjs +19 -25
- package/functions/web3/functionCalls/approveToken.cjs +1 -1
- package/functions/web3/functionCalls/approveToken.d.ts +1 -1
- package/functions/web3/functionCalls/approveToken.mjs +68 -63
- package/functions/web3/functionCalls/approveTokensToHinkal.cjs +1 -1
- package/functions/web3/functionCalls/approveTokensToHinkal.d.ts +1 -1
- package/functions/web3/functionCalls/approveTokensToHinkal.mjs +6 -6
- package/functions/web3/functionCalls/constructBatchCall.cjs +1 -1
- package/functions/web3/functionCalls/constructBatchCall.d.ts +3 -2
- package/functions/web3/functionCalls/constructBatchCall.mjs +53 -16
- package/functions/web3/functionCalls/estimateGasRelayer.d.ts +2 -3
- package/functions/web3/functionCalls/recoverTransactionFromError.cjs +1 -1
- package/functions/web3/functionCalls/recoverTransactionFromError.mjs +8 -7
- package/functions/web3/functionCalls/transactCallDirect.cjs +1 -1
- package/functions/web3/functionCalls/transactCallDirect.d.ts +2 -2
- package/functions/web3/functionCalls/transactCallDirect.mjs +56 -47
- package/functions/web3/functionCalls/transactCallDirectTron.cjs +1 -0
- package/functions/web3/functionCalls/transactCallDirectTron.d.ts +6 -0
- package/functions/web3/functionCalls/transactCallDirectTron.mjs +63 -0
- package/functions/web3/functionCalls/transactCallRelayer.cjs +1 -1
- package/functions/web3/functionCalls/transactCallRelayer.d.ts +15 -6
- package/functions/web3/functionCalls/transactCallRelayer.mjs +72 -67
- package/functions/web3/functionCalls/waitForErc20Approvals.cjs +1 -0
- package/functions/web3/functionCalls/waitForErc20Approvals.d.ts +9 -0
- package/functions/web3/functionCalls/waitForErc20Approvals.mjs +54 -0
- package/functions/web3/getContractMetadata.cjs +1 -1
- package/functions/web3/getContractMetadata.mjs +14 -18
- package/functions/web3/getPublicAddressBalance.cjs +1 -1
- package/functions/web3/getPublicAddressBalance.d.ts +1 -1
- package/functions/web3/getPublicAddressBalance.mjs +7 -7
- package/functions/web3/getSolanaPriorityFee.cjs +1 -0
- package/functions/web3/getSolanaPriorityFee.d.ts +3 -0
- package/functions/web3/getSolanaPriorityFee.mjs +32 -0
- package/functions/web3/getTokenHolder.cjs +1 -1
- package/functions/web3/getTokenHolder.mjs +35 -31
- package/functions/web3/index.d.ts +3 -0
- package/functions/web3/lifiAPI.cjs +1 -1
- package/functions/web3/lifiAPI.d.ts +1 -1
- package/functions/web3/lifiAPI.mjs +12 -12
- package/functions/web3/odosAPI.cjs +1 -1
- package/functions/web3/odosAPI.mjs +4 -15
- package/functions/web3/okxAPI.cjs +1 -1
- package/functions/web3/okxAPI.mjs +13 -13
- package/functions/web3/oneInchAPI.cjs +1 -1
- package/functions/web3/oneInchAPI.mjs +9 -20
- package/functions/web3/runContractFunction.cjs +1 -1
- package/functions/web3/runContractFunction.mjs +38 -50
- package/functions/web3/tron-wagmi-adapter.cjs +1 -0
- package/functions/web3/tron-wagmi-adapter.d.ts +8 -0
- package/functions/web3/tron-wagmi-adapter.mjs +31 -0
- package/functions/web3/uniswapAPI.cjs +1 -1
- package/functions/web3/uniswapAPI.mjs +24 -34
- package/index.cjs +1 -1
- package/index.mjs +1079 -958
- package/package.json +4 -2
- package/providers/EthersProviderAdapter.cjs +1 -1
- package/providers/EthersProviderAdapter.d.ts +11 -17
- package/providers/EthersProviderAdapter.mjs +53 -82
- package/providers/SolanaProviderAdapter.cjs +1 -1
- package/providers/SolanaProviderAdapter.d.ts +8 -11
- package/providers/SolanaProviderAdapter.mjs +20 -32
- package/providers/TronProviderAdapter.cjs +1 -0
- package/providers/TronProviderAdapter.d.ts +37 -0
- package/providers/TronProviderAdapter.mjs +145 -0
- package/providers/WagmiProviderAdapter.cjs +1 -1
- package/providers/WagmiProviderAdapter.d.ts +14 -19
- package/providers/WagmiProviderAdapter.mjs +104 -130
- package/providers/prepareEthersHinkal.cjs +1 -1
- package/providers/prepareEthersHinkal.d.ts +2 -2
- package/providers/prepareEthersHinkal.mjs +17 -10
- package/providers/prepareWagmiHinkal.cjs +1 -1
- package/providers/prepareWagmiHinkal.mjs +21 -13
- package/types/TransactionSimulator.types.d.ts +2 -9
- package/types/activities.types.cjs +1 -1
- package/types/activities.types.d.ts +13 -7
- package/types/activities.types.mjs +18 -18
- package/types/admin.types.cjs +1 -1
- package/types/admin.types.d.ts +11 -8
- package/types/admin.types.mjs +2 -2
- package/types/balances.types.d.ts +1 -1
- package/types/cache.types.cjs +1 -1
- package/types/cache.types.d.ts +12 -4
- package/types/cache.types.mjs +2 -2
- package/types/circom-data.types.d.ts +6 -14
- package/types/coingecko.types.d.ts +5 -0
- package/types/commitments.types.d.ts +4 -0
- package/types/connector.types.d.ts +1 -0
- package/types/ethereum-network.types.d.ts +1 -1
- package/types/events.types.cjs +1 -0
- package/types/events.types.d.ts +6 -0
- package/types/events.types.mjs +4 -0
- package/types/fee.types.cjs +1 -0
- package/types/fee.types.d.ts +4 -0
- package/types/fee.types.mjs +4 -0
- package/types/hinkal.types.cjs +1 -1
- package/types/hinkal.types.d.ts +5 -1
- package/types/hinkal.types.mjs +14 -13
- package/types/index.d.ts +5 -4
- package/types/onramp.types.cjs +1 -0
- package/types/onramp.types.d.ts +58 -0
- package/types/onramp.types.mjs +4 -0
- package/types/pay-activities.types.cjs +1 -0
- package/types/pay-activities.types.d.ts +29 -0
- package/types/pay-activities.types.mjs +6 -0
- package/types/proxy.types.d.ts +7 -3
- package/types/rewards.types.d.ts +1 -1
- package/types/sandbox.types.cjs +1 -1
- package/types/sandbox.types.d.ts +12 -72
- package/types/sandbox.types.mjs +2 -2
- package/types/schedule.types.cjs +1 -0
- package/types/schedule.types.d.ts +7 -0
- package/types/schedule.types.mjs +4 -0
- package/types/scheduled-transactions.types.d.ts +14 -0
- package/types/session.types.d.ts +2 -0
- package/types/solana.types.d.ts +10 -0
- package/types/token-prices.types.cjs +1 -1
- package/types/token-prices.types.d.ts +7 -0
- package/types/token-prices.types.mjs +4 -2
- package/types/transactions.types.d.ts +2 -2
- package/types/tron.types.d.ts +10 -0
- 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 +31 -27
- 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 +1 -1
- package/webworker/viteWorkerURL.constant.cjs +3 -3
- package/webworker/viteWorkerURL.constant.mjs +3 -3
- package/webworker/zkProofWorker/zkProofWorker.types.d.ts +1 -2
- package/webworker/zkProofWorker/zkProofWorkerLauncher.cjs +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLauncher.mjs +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLogic.cjs +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLogic.mjs +27 -28
- package/API/ai-calls.cjs +0 -1
- package/API/ai-calls.d.ts +0 -17
- package/API/ai-calls.mjs +0 -21
- package/API/duneAPI.cjs +0 -1
- package/API/duneAPI.d.ts +0 -11
- package/API/duneAPI.mjs +0 -25
- package/API/enclaveCalls.cjs +0 -1
- package/API/enclaveCalls.d.ts +0 -9
- package/API/enclaveCalls.mjs +0 -11
- package/API/getBridgeProtocols.cjs +0 -1
- package/API/getBridgeProtocols.d.ts +0 -7
- package/API/getBridgeProtocols.mjs +0 -8
- package/API/getLifiStatus.cjs +0 -1
- package/API/getLifiStatus.d.ts +0 -24
- package/API/getLifiStatus.mjs +0 -15
- package/API/getRelayerURL.cjs +0 -1
- package/API/getRelayerURL.d.ts +0 -1
- package/API/getRelayerURL.mjs +0 -10
- package/API/is-tx-stateless.cjs +0 -1
- package/API/is-tx-stateless.mjs +0 -20
- package/API/passwordCalls.cjs +0 -1
- package/API/passwordCalls.d.ts +0 -9
- package/API/passwordCalls.mjs +0 -13
- package/API/restoreSnapshots.cjs +0 -1
- package/API/restoreSnapshots.d.ts +0 -1
- package/API/restoreSnapshots.mjs +0 -10
- package/constants/token-data/popularTokens.constants.cjs +0 -1
- package/constants/token-data/popularTokens.constants.d.ts +0 -3
- package/constants/token-data/popularTokens.constants.mjs +0 -13
- package/constants/token-data/tokenPricing.consts.d.ts +0 -2
- package/data-structures/Hinkal/hinkalActionFundApproveAndTransact.cjs +0 -1
- package/data-structures/Hinkal/hinkalActionFundApproveAndTransact.d.ts +0 -7
- package/data-structures/Hinkal/hinkalActionFundApproveAndTransact.mjs +0 -42
- package/data-structures/Hinkal/hinkalApprove.cjs +0 -1
- package/data-structures/Hinkal/hinkalApprove.d.ts +0 -3
- package/data-structures/Hinkal/hinkalApprove.mjs +0 -114
- package/data-structures/Hinkal/hinkalDepostAndBridge.cjs +0 -1
- package/data-structures/Hinkal/hinkalDepostAndBridge.mjs +0 -230
- package/data-structures/Hinkal/hinkalInsideTransact.cjs +0 -1
- package/data-structures/Hinkal/hinkalInsideTransact.d.ts +0 -4
- package/data-structures/Hinkal/hinkalInsideTransact.mjs +0 -120
- package/error-handling/handleErrorRestore.cjs +0 -1
- package/error-handling/handleErrorRestore.d.ts +0 -2
- package/error-handling/handleErrorRestore.mjs +0 -11
- package/functions/kyc/authentoHelper.cjs +0 -1
- package/functions/kyc/authentoHelper.d.ts +0 -12
- package/functions/kyc/authentoHelper.mjs +0 -30
- package/functions/utils/ethers-formatter.utils.cjs +0 -1
- package/functions/utils/ethers-formatter.utils.d.ts +0 -5
- package/functions/utils/ethers-formatter.utils.mjs +0 -59
- package/functions/utils/get-hinkal-approvals.cjs +0 -1
- package/functions/utils/get-hinkal-approvals.d.ts +0 -3
- package/functions/utils/get-hinkal-approvals.mjs +0 -38
- package/functions/utils/replaceAddressInCalldata.cjs +0 -1
- package/functions/utils/replaceAddressInCalldata.d.ts +0 -1
- package/functions/utils/replaceAddressInCalldata.mjs +0 -7
- package/functions/web3/functionCalls/estimateGasRelayer.cjs +0 -1
- package/functions/web3/functionCalls/estimateGasRelayer.mjs +0 -22
- package/functions/web3/functionCalls/inHinkalApprovalCalls.cjs +0 -1
- package/functions/web3/functionCalls/inHinkalApprovalCalls.d.ts +0 -5
- package/functions/web3/functionCalls/inHinkalApprovalCalls.mjs +0 -29
- package/types/bridging.types.d.ts +0 -29
- package/types/duneAPI.types.d.ts +0 -9
- package/types/relayer.types.d.ts +0 -25
- package/types/routing.types.cjs +0 -1
- package/types/routing.types.d.ts +0 -7
- package/types/routing.types.mjs +0 -4
package/index.mjs
CHANGED
|
@@ -1,971 +1,1092 @@
|
|
|
1
|
-
import { DATA_SERVER_URL as
|
|
2
|
-
import { getCoingeckoPrice as s, getCoingeckoPrice2 as p, getCoingeckoPrices as c, getCoingeckoTokenList as
|
|
1
|
+
import { DATA_SERVER_URL as r, RELAYER_URL as t, SERVER_URL as a, SNAPSHOT_SERVER_URL as n } from "./API/getServerURL.mjs";
|
|
2
|
+
import { getCoingeckoPrice as s, getCoingeckoPrice2 as p, getCoingeckoPrices as c, getCoingeckoTokenList as m } from "./API/getCoingeckoPrice.mjs";
|
|
3
3
|
import { callOneInchAPI as f } from "./API/callOneInchAPI.mjs";
|
|
4
|
-
import { callRelayerSolanaTransactBatchAPI as
|
|
5
|
-
import { getGasEstimates as
|
|
6
|
-
import { getTokenPrices as
|
|
7
|
-
import { checkRisk as
|
|
8
|
-
import { getIdleRelay as
|
|
9
|
-
import { API as
|
|
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 { IMAGE_PATHS as
|
|
24
|
-
import { arbMainnetRegistry as
|
|
25
|
-
import { default as
|
|
26
|
-
import { default as
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as
|
|
30
|
-
import { default as
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
33
|
-
import { default as
|
|
34
|
-
import { default as
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
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 {
|
|
4
|
+
import { callRelayerSolanaTransactBatchAPI as S, callRelayerTransactAPI as T, callRelayerTransactBatchAPI as A } from "./API/callRelayer.mjs";
|
|
5
|
+
import { getGasEstimates as E } from "./API/getGasEstimates.mjs";
|
|
6
|
+
import { getTokenPreviousDayPrices as u, getTokenPrices as I } from "./API/getTokenPrice.mjs";
|
|
7
|
+
import { checkRisk as P } from "./API/checkRisk.mjs";
|
|
8
|
+
import { getIdleRelay as C } from "./API/relayCalls.mjs";
|
|
9
|
+
import { API as N } from "./API/API.mjs";
|
|
10
|
+
import { WALLET_API as k, rpcGetStorageChanges as y, rpcSimulateBundle as D, rpcSimulateTransaction as L, simulateTx as U, tenderlyRpcLinks as v } from "./API/tenderly.api.mjs";
|
|
11
|
+
import { tokensInfoCall as b } from "./API/token-calls.mjs";
|
|
12
|
+
import { callLifiAPI as M } from "./API/callLifiAPI.mjs";
|
|
13
|
+
import { generateAumPoints as H, generateTradingPoints as K } from "./API/generate-trading-points.mjs";
|
|
14
|
+
import { createBrotherhood as w, editBrotherhood as G, getBrotherhood as Y, getBrotherhoodUsers as X, getCurrentUserBrotherhood as z, getCurrentUserBrotherhoodUsers as Z, getPublicBrotherhoods as q, joinBrotherhood as j, leaveBrotherhood as J } from "./API/brotherhoodCalls.mjs";
|
|
15
|
+
import { getHinkalLandingURL as $, getPayURL as ee, getRewardsURL as oe, getWalletOnboardingURL as re } from "./API/getWebsiteURL.mjs";
|
|
16
|
+
import { resolveSns as ae } from "./API/resolve-sns.mjs";
|
|
17
|
+
import { seedlessBackup as ie, seedlessCheckPassword as se, seedlessInit as pe, seedlessSalt as ce, seedlessStatus as me } from "./API/seedless-calls.mjs";
|
|
18
|
+
import { getScheduledTransactions as fe, getScheduledTransactionsNullifierIndexes as xe } from "./API/scheduled-transactions-calls.mjs";
|
|
19
|
+
import { addTemporaryWalletNonce as Te, getTemporaryWalletNonces as Ae, removeTemporaryWalletNonce as de } from "./API/temporaryWalletCalls.mjs";
|
|
20
|
+
import { allocatePrivateSendRecipientInfos as ge, topUpPrivateSendRecipientInfos as ue } from "./API/privateSendRecipientInfoCalls.mjs";
|
|
21
|
+
import { sendPrivateSendEmailNotifications as _e } from "./API/privateSendEmailNotificationsCalls.mjs";
|
|
22
|
+
import { emitReferralTx as Re, emitTxPublicData as Ce } from "./API/admin-calls.mjs";
|
|
23
|
+
import { IMAGE_PATHS as Ne } from "./constants/assets.constants.mjs";
|
|
24
|
+
import { arbMainnetRegistry as ke, arbMainnetRegistryFixed as ye, arcTestnetRegistry as De, avalancheRegistry as Le, avalancheRegistryFixed as Ue, baseRegistry as ve, baseRegistryFixed as Be, bnbMainnetRegistry as be, bnbMainnetRegistryFixed as Fe, ethMainnetRegistry as Me, ethMainnetRegistryFixed as Ve, localhostRegistry as He, optimismRegistry as Ke, optimismRegistryFixed as We, polygonRegistry as we, polygonRegistryFixed as Ge, solanaLocalnetRegistry as Ye, solanaMainnetRegistry as Xe } from "./constants/token-data/index.mjs";
|
|
25
|
+
import { default as Ze } from "./constants/deploy-data/deploy-data-bnbMainnet.json.mjs";
|
|
26
|
+
import { default as je } 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 eo } from "./constants/deploy-data/deploy-data-optimism.json.mjs";
|
|
29
|
+
import { default as ro } from "./constants/deploy-data/deploy-data-polygon.json.mjs";
|
|
30
|
+
import { default as ao } from "./constants/deploy-data/deploy-data-avalanche.json.mjs";
|
|
31
|
+
import { default as io } from "./constants/deploy-data/deploy-data-base.json.mjs";
|
|
32
|
+
import { default as po } from "./constants/deploy-data/deploy-data-localhost.json.mjs";
|
|
33
|
+
import { default as mo } from "./constants/deploy-data/deploy-data-arcTestnet.json.mjs";
|
|
34
|
+
import { default as fo } from "./constants/deploy-data/deploy-data-solana.json.mjs";
|
|
35
|
+
import { default as So } from "./constants/deploy-data/deploy-data-tronNile.json.mjs";
|
|
36
|
+
import { default as Ao } from "./constants/deploy-data/deploy-data-tronMainnet.json.mjs";
|
|
37
|
+
import { ALCHEMY_API_KEY as go, ALCHEMY_TEST_KEY as uo, BRIDGE_SUPPORTED_CHAINS as Io, EthereumNetworkType as _o, HELIUS_RPC_URL as Po, HINKAL_SUPPORTED_CHAINS as Ro, WALLET_SUPPORTED_CHAINS as Co, chainIds as ho, chainIdsByType as No, currentTronChainId as Oo, getNonLocalhostChainId as ko, isLocalNetwork as yo, isOptimismLike as Do, isSolanaLike as Lo, isTronLike as Uo, localhostNetwork as vo, networkRegistry as Bo, solanaChainIdStr as bo } from "./constants/chains.constants.mjs";
|
|
38
|
+
import { BPS_DENOMINATOR as Mo, EXTENDED_NON_NATIVE_GAS_COST_TOKEN_SYMBOL_OPTIONS as Vo, NON_NATIVE_GAS_COST_TOKEN_SYMBOL_OPTIONS as Ho, TEN_PERCENT_BPS as Ko, defaultFeeToken as Wo } from "./constants/fees.constants.mjs";
|
|
39
|
+
import { contractMetadataMapping as Go, getHinkalParameters as Yo, uniswapV2PoolData as Xo, uniswapV3FactoryData as zo, uniswapV3PoolData as Zo, uniswapV3QuoterData as qo } from "./constants/contracts.constants.mjs";
|
|
40
|
+
import { AIPRISE_KYB_TEMPLATE_ID_PROD as Jo, AIPRISE_KYC_TEMPLATE_ID_PROD as Qo, RECLAIM_MESSAGE_TO_SIGN as $o, ReclaimPassports as er, StandardPassports as or, SupportedPassports as rr, aipriseBaseOnboardingProductionUrl as tr, aipriseBaseOnboardingSandboxUrl as ar, supportedPassportLinks as nr } from "./constants/kyc.constants.mjs";
|
|
41
|
+
import { API_CONFIG as sr, DATA_SERVER_CONFIG as pr, DATA_SERVER_URL_ENDPOINT as cr, DATA_SERVER_URL_LOCAL as mr, PLAYGROUND_URL as lr, PRODUCTION_URL as fr, RELAYER_CONFIG as xr, RELAYER_URL_ENDPOINT as Sr, RELAYER_URL_LOCAL as Tr, SERVER_URL_ENDPOINT as Ar, SERVER_URL_LOCAL as dr, SNAPSHOT_SERVER_URL_ENDPOINT as Er, SNAPSHOT_SERVER_URL_LOCAL as gr, STAGING_URL as ur, VERIFICATION_ROUTES as Ir, WALLET_TASK_VERIFICATION_TYPES as _r, backendVersion as Pr } from "./constants/server.constants.mjs";
|
|
42
|
+
import { DEPLOYMENT_MODE as Cr, deploymentMode as hr, isDevelopment as Nr, isExtension as Or, isNode as kr, isNotClientProduction as yr, isNotProduction as Dr, isPlayground as Lr, isSandbox as Ur, isStaging as vr, isWebpack as Br } from "./constants/vite.constants.mjs";
|
|
43
|
+
import { ARC_TESTNET_USDC_ADDRESS as Fr, AssetChangeType as Mr, CIRCOM_MERKLE_LENGTH as Vr, CIRCOM_P as Hr, CIRCOM_P_HALF as Kr, COMPUTE_UNIT_PADDING_PERCENTAGE as Wr, EIP1271_FAILURE as wr, EIP1271_SUCCESS as Gr, HINKAL_DEPOSIT_AND_WITHDRAW_VARIABLE_RATE as Yr, HINKAL_PRIVATE_SEND_VARIABLE_RATE as Xr, HINKAL_SWAP_VARIABLE_RATE as zr, MAX_COMPUTE_UNIT_LIMIT as Zr, MAX_MICRO_LAMPORTS_PER_CU as qr, MERKLE_LEVELS as jr, MIN_COMPUTE_UNIT_LIMIT as Jr, NFT_1155_TRANSACTION_TYPE as Qr, NFT_721_TRANSACTION_TYPE as $r, NFT_TRANSACTION_TYPES as et, PAY_SEND_VARIABLE_RATE as ot, PROOFLESS_DEPOSIT_FEE_RECIPIENT_INFO as rt, RELAYERS_ARRAY as tt, RELAYER_ADDRESS1 as at, RELAYER_ADDRESS2 as nt, RELAYER_ADDRESS3 as it, SOLANA_BLOCKHEIGHT_EXPIRED_RETRY_COUNT as st, SOLANA_NFT_INTERFACES as pt, SOLANA_PUBLIC_INPUT_PART_ONE_LENGTH as ct, TOKEN_VALUE_UNLIMITED_THRESHOLD as mt, TRON_TESTNET_USDT_ADDRESS as lt, TokenType as ft, defaultSignatureData as xt, ethVolatileAddress as St, hinkalSimulationAddress as Tt, oneInchZeroAddress as At, ownerPublicKey as dt, permitSignatureValidFor as Et, signaturePhrase as gt, solanaNativeAddress as ut, wrappedSolanaAddress as It, zeroAddress as _t } from "./constants/protocol.constants.mjs";
|
|
44
|
+
import { COINGECKO_API_KEY as Rt, CoinGeckoChainLabels as Ct, coingeckoPriceUrl as ht, coingeckoPriceUrl2 as Nt, coingeckoTokenListUrl as Ot, getCoinByAddress as kt, getCoinById as yt, getCoinMarketChartByTokenId as Dt, getCoingeckoIdForNativeTokens as Lt, getCoingeckoPlatform as Ut, proCoingeckoUrl as vt, proHeader as Bt, searchBySymbol as bt } from "./constants/coingecko.constants.mjs";
|
|
45
|
+
import { NETWORKS as Mt } from "./constants/backend.constants.mjs";
|
|
46
|
+
import { ACCESS_TOKEN_MINTING_POINTS as Ht, ACCESS_TOKEN_RECLAIM_POINTS as Kt, CERTIFICATION_DISABLE_WEEK as Wt, REWARDS_ENCRYPTION_PASSWORD as wt, REWARDS_MESSAGE_TO_SIGN as Gt, REWARD_RECEIVABLE_TOKEN_SYMBOLS as Yt, boostAmounts as Xt, lpLink as zt, lpProgramStartWeek as Zt, pointsLink as qt, raffleProgramStartWeek as jt, referralLink as Jt } from "./constants/rewards.constants.mjs";
|
|
47
|
+
import { blockReorgDepth as $t } from "./constants/reorg-depths.constants.mjs";
|
|
48
|
+
import { mediaUrls as oa } from "./constants/mediaUrls.constants.mjs";
|
|
49
|
+
import { allowanceHolder as ta, pancaceSwapPermit2Address as aa, permit2Address as na, uniswap2Manager as ia, uniswap3Manager as sa, uniswapApprovalExtraCallData as pa, uniswapWorkaroundAddresses as ca } from "./constants/permit2.constants.mjs";
|
|
50
|
+
import { NATIVE_TOKEN_WRAPPER_ADDRESSES as la, SWAP_FEE_TAKER_ADDRESSES as fa, SWAP_ROUTER_ADDRESSES as xa, WETH_ERC20_TOKEN_ADDRESS as Sa, WRAPPER_TOKEN_EXCHANGE_ADDRESSES as Ta } from "./constants/addresses.constants.mjs";
|
|
51
|
+
import { APPROVED_UTXO_CONVERSION_COUNT as da } from "./constants/conversion.constants.mjs";
|
|
52
|
+
import { TOKEN_LIMITS as ga, getTokensLimits as ua } from "./constants/token.limits.constants.mjs";
|
|
53
|
+
import { MAX_DISPLAY_DECIMALS as _a } from "./constants/balance.constants.mjs";
|
|
54
|
+
import { BRIDGING_URLS as Ra, DEFAULT_BRIDGING_SLIPPAGE as Ca, LOW_AMOUNT_BRIDGING_SLIPPAGE as ha, LOW_AMOUNT_USD_THRESHOLD as Na, MIN_DAPP_BRIDGE_AMOUNT_USD as Oa } from "./constants/bridging.constants.mjs";
|
|
55
|
+
import { WALLETS_SKIP_MPC_FLOW as ya } from "./constants/wallet.constants.mjs";
|
|
56
|
+
import { presaleABI as La, presaleContractInfoByChain as Ua } from "./constants/presale.constants.mjs";
|
|
57
|
+
import { LIFISCAN_URL as Ba } from "./constants/lifi.constants.mjs";
|
|
58
|
+
import { oauthUrls as Fa } from "./constants/oauthUrls.constants.mjs";
|
|
59
|
+
import { TVL_CHANGER_ACTIVITY_TYPES as Va } from "./constants/activity.constants.mjs";
|
|
60
|
+
import { ACHIEVEMENTS as Ka, BROTHERHOOD_TASKS as Wa, DAILY_TASKS as wa, POINTS_BOOST_TASKS as Ga, REFERRAL_BONUS_TASK as Ya, REWARDS_TASKS as Xa, WELCOME_TASKS as za } from "./constants/tasks.constants.mjs";
|
|
61
|
+
import { EVENTS_INITIAL_BLOCKS as qa } from "./constants/events.constants.mjs";
|
|
62
|
+
import { APPROVE_FUNCTION_SIGNATURE as Ja, NFT_APPROVE_FUNCTION_SIGNATURE as Qa, NFT_APPROVE_SINGLE_FUNCTION_SIGNATURE as $a, PERMIT2_APPROVE_FUNCTION_SIGNATURE as en } from "./constants/function-signatures.constants.mjs";
|
|
63
|
+
import { OKX_BASE_URL as rn, OKX_SWAP_PATH as tn } from "./constants/okx.constants.mjs";
|
|
64
|
+
import { BANNED_WALLET_IDS as nn } from "./constants/link.constant.mjs";
|
|
65
|
+
import { RELAYER_TX_CONFIRMATION_TIMEOUT as pn, TX_CONFIRMATION_CONFIRMATIONS_COUNT as cn, TX_CONFIRMATION_TIMEOUT as mn, TX_CONFIRMATION_TIMEOUT_EXTENDED as ln } from "./constants/tx-confirmation.constants.mjs";
|
|
66
|
+
import { SCHEDULE_DELAY_OPTIONS as xn } from "./constants/schedule.constants.mjs";
|
|
67
|
+
import { MAX_FILE_SIZE_MB as Tn } from "./constants/images.constants.mjs";
|
|
68
|
+
import { RECIPIENT_INFO_TARGET_POOL_SIZE as dn } from "./constants/pay.constants.mjs";
|
|
69
|
+
import { isNonCircularToken as gn } from "./constants/non-circular-tokens.constants.mjs";
|
|
70
|
+
import { NativeTokenSymbols as In, PopularTokenSymbols as _n, chainNativeTokenSymbol as Pn } from "./constants/tokens.constants.mjs";
|
|
71
|
+
import { poseidonFunction as Cn, poseidonHash as hn, poseidonHolder as Nn } from "./crypto/poseidon.mjs";
|
|
72
|
+
import { babyJubInstance as kn, jubHolder as yn } from "./crypto/babyJub.mjs";
|
|
73
|
+
import { preProcessing as Ln } from "./crypto/preProcessing.mjs";
|
|
74
|
+
import { ValueCache as vn } from "./data-structures/ValueCache/ValueCache.mjs";
|
|
75
|
+
import { abiDecodeUtxo as bn, checkUtxoSignature as Fn, decodeSolanaOnChainUtxo as Mn, decodeUtxo as Vn, decodeUtxoConstructorArgs as Hn, encodeSolanaOnChainUtxo as Kn, isSolanaOnChainUtxo as Wn } from "./data-structures/crypto-keys/decodeUTXO.mjs";
|
|
76
|
+
import { decryptUtxo as Gn, decryptUtxoConstructorArgs as Yn, encryptUtxo as Xn } from "./data-structures/crypto-keys/encryptDecryptUtxo.mjs";
|
|
77
|
+
import { EncryptionKeyPairDefaultValue as Zn, UserKeys as qn, stealthAddressCacheDevice as jn, stealthPairCacheDevice as Jn } from "./data-structures/crypto-keys/keys.mjs";
|
|
78
|
+
import { getCircomSign as $n, isCircomNegative as ei } from "./data-structures/crypto-keys/keyUtils.mjs";
|
|
79
|
+
import { Hinkal as ri } from "./data-structures/Hinkal/Hinkal.mjs";
|
|
80
|
+
import { hinkalDeposit as ai, hinkalDepositForOther as ni } from "./data-structures/Hinkal/hinkalDeposit.mjs";
|
|
81
|
+
import { hinkalSwap as si } from "./data-structures/Hinkal/hinkalSwap.mjs";
|
|
82
|
+
import { hinkalTransfer as ci } from "./data-structures/Hinkal/hinkalTransfer.mjs";
|
|
83
|
+
import { buildSolanaTransferPlan as li, hinkalSolanaTransfer as fi } from "./data-structures/Hinkal/hinkalSolanaTransfer.mjs";
|
|
84
|
+
import { hinkalWithdraw as Si } from "./data-structures/Hinkal/hinkalWithdraw.mjs";
|
|
85
|
+
import { hinkalPrivateWallet as Ai } from "./data-structures/Hinkal/hinkalPrivateWallet.mjs";
|
|
86
|
+
import { resetMerkleTrees as Ei } from "./data-structures/Hinkal/resetMerkleTrees.mjs";
|
|
87
|
+
import { hinkalProxySwap as ui } from "./data-structures/Hinkal/hinkalProxySwap.mjs";
|
|
88
|
+
import { getSolanaProxySwapSerializedTransaction as _i, hinkalSolanaProxySwap as Pi } from "./data-structures/Hinkal/hinkalSolanaProxySwap.mjs";
|
|
89
|
+
import { getSolanaProxySendSerializedTransaction as Ci, hinkalSolanaProxySend as hi } from "./data-structures/Hinkal/hinkalSolanaProxySend.mjs";
|
|
90
|
+
import { getSolanaProxyShieldSerializedTransaction as Oi, hinkalSolanaProxyShield as ki } from "./data-structures/Hinkal/hinkalSolanaProxyShield.mjs";
|
|
91
|
+
import { hinkalDepositAndWithdraw as Di } from "./data-structures/Hinkal/hinkalDepositAndWithdraw.mjs";
|
|
92
|
+
import { hinkalClaimUtxo as Ui } from "./data-structures/Hinkal/hinkalClaimUtxo.mjs";
|
|
93
|
+
import { hinkalSolanaProoflessDeposit as Bi } from "./data-structures/Hinkal/hinkalSolanaProoflessDeposit.mjs";
|
|
94
|
+
import { hinkalSolanaClaimUtxo as Fi } from "./data-structures/Hinkal/hinkalSolanaClaimUtxo.mjs";
|
|
95
|
+
import { hinkalWithdrawStuckUtxos as Vi } from "./data-structures/Hinkal/hinkalWithdrawStuckUtxos.mjs";
|
|
96
|
+
import { MerkleTree as Ki } from "./data-structures/merkle-tree/MerkleTree.mjs";
|
|
97
|
+
import { getPatchedAccessTokenMerkleTree as wi } from "./data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.mjs";
|
|
98
|
+
import { MerkleTreeIncompleteError as Yi } from "./data-structures/merkle-tree/MerkleTreeIncompleteError.mjs";
|
|
99
|
+
import { AbstractAccessTokenSnapshotService as zi } from "./data-structures/event-service/evm/AbstractAccessTokenSnapshotService.mjs";
|
|
100
|
+
import { AbstractCommitmentsSnapshotService as qi } from "./data-structures/event-service/evm/AbstractCommitmentsSnapshotService.mjs";
|
|
101
|
+
import { AbstractApprovalsSnapshotService as Ji } from "./data-structures/event-service/evm/AbstractApprovalsSnapshotService.mjs";
|
|
102
|
+
import { AbstractNullifierSnapshotService as $i } from "./data-structures/event-service/evm/AbstractNullifierSnapshotService.mjs";
|
|
103
|
+
import { AbstractSnapshotService as os } from "./data-structures/event-service/evm/AbstractSnapshotService.mjs";
|
|
104
|
+
import { AbstractEventService as ts } from "./data-structures/event-service/evm/AbstractEventService.mjs";
|
|
105
|
+
import { BlockchainEventEmitter as ns } from "./data-structures/event-service/evm/BlockchainEventEmitter.mjs";
|
|
106
|
+
import { PollingBlockchainEventEmitter as ss } from "./data-structures/event-service/evm/PollingBlockchainEventEmitter.mjs";
|
|
107
|
+
import { ClientBlockchainEventEmitter as cs } from "./data-structures/event-service/evm/ClientBlockchainEventEmitter.mjs";
|
|
108
|
+
import { SolanaBlockchainEventEmitter as ls } from "./data-structures/event-service/solana/SolanaBlockchainEventEmitter.mjs";
|
|
109
|
+
import { ClientSolanaBlockchainEventEmitter as xs } from "./data-structures/event-service/solana/ClientSolanaBlockchainEventEmitter.mjs";
|
|
110
|
+
import { PollingSolanaBlockchainEventEmitter as Ts } from "./data-structures/event-service/solana/PollingSolanaBlockchainEventEmitter.mjs";
|
|
111
|
+
import { AbstractSolanaEventService as ds } from "./data-structures/event-service/solana/AbstractSolanaEventService.mjs";
|
|
112
|
+
import { AbstractSolanaSnapshotService as gs } from "./data-structures/event-service/solana/AbstractSolanaSnapshotService.mjs";
|
|
113
|
+
import { AbstractSolanaNullifierSnapshotService as Is } from "./data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.mjs";
|
|
114
|
+
import { AbstractSolanaCommitmentsSnapshotService as Ps } from "./data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.mjs";
|
|
115
|
+
import { AbstractSolanaAccessTokenSnapshotService as Cs } from "./data-structures/event-service/solana/AbstractSolanaAccessTokenSnapshotService.mjs";
|
|
116
|
+
import { Utxo as Ns } from "./data-structures/utxo/Utxo.mjs";
|
|
117
|
+
import { customTokenRegistry as ks } from "./data-structures/custom-token-registry/CustomTokenRegistry.mjs";
|
|
118
|
+
import { TokenChecker as Ds } from "./data-structures/token-price-fetcher/TokenChecker.mjs";
|
|
119
|
+
import { TransactionType as Us } from "./data-structures/transactions-manager/history/history.types.mjs";
|
|
120
|
+
import { MultiThreadedUtxoUtils as Bs } from "./data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.mjs";
|
|
121
|
+
import { FileCacheDevice as Fs } from "./data-structures/cacheDevices/FileCacheDevice.mjs";
|
|
122
|
+
import { LocalStorageCacheDevice as Vs } from "./data-structures/cacheDevices/LocalStorageCacheDevice.mjs";
|
|
123
|
+
import { ActivityStorage as Ks, activityStorage as Ws } from "./data-structures/IndexedDB/activity-db.mjs";
|
|
124
|
+
import { publicBalancesStorage as Gs } from "./data-structures/IndexedDB/balances-db.mjs";
|
|
125
|
+
import { privateBalancesStorage as Xs } from "./data-structures/IndexedDB/private-balances-db.mjs";
|
|
126
|
+
import { pricesStorage as Zs } from "./data-structures/IndexedDB/prices-db.mjs";
|
|
127
|
+
import { contactStorage as js } from "./data-structures/IndexedDB/contact-db.mjs";
|
|
128
|
+
import { signedMessagesStorage as Qs } from "./data-structures/IndexedDB/signatures-db.mjs";
|
|
129
|
+
import { payActivityStorage as ep } from "./data-structures/IndexedDB/pay-activity-db.mjs";
|
|
130
|
+
import { PrivateTokensDB as rp, privateTokensDB as tp } from "./data-structures/TokenDBs/PrivateTokensDB.mjs";
|
|
131
|
+
import { PublicTokensDB as np, publicTokensDB as ip } from "./data-structures/TokenDBs/PublicTokensDB.mjs";
|
|
132
|
+
import { tokenVisibilityStorage as pp } from "./data-structures/TokenDBs/token-visibility-db.mjs";
|
|
133
|
+
import { ArcPublicTokensDB as mp, arcPublicTokensDB as lp } from "./data-structures/TokenDBs/ArcPublicTokensDB.mjs";
|
|
134
|
+
import { PresaleContractWrapper as xp } from "./data-structures/presale/PresaleContractWrapper.mjs";
|
|
135
|
+
import { SnapshotFetcherService as Tp } from "./data-structures/snapshot/SnapshotFetcherService.mjs";
|
|
136
|
+
import { ClientSolanaCommitmentsSnapshotService as dp } from "./data-structures/snapshot/solana-snapshots/ClientSolanaCommitmentsSnapshotService.mjs";
|
|
137
|
+
import { ClientSolanaNullifierSnapshotService as gp } from "./data-structures/snapshot/solana-snapshots/ClientSolanaNullifierSnapshotService.mjs";
|
|
138
|
+
import { ClientSolanaAccessTokenSnapshotService as Ip } from "./data-structures/snapshot/solana-snapshots/ClientSolanaAccessTokenSnapshotService.mjs";
|
|
139
|
+
import { ClientAccessTokenSnapshotService as Pp } from "./data-structures/snapshot/evm-snapshots/ClientAccessTokenSnapshotService.mjs";
|
|
140
|
+
import { ClientCommitmentsSnapshotService as Cp } from "./data-structures/snapshot/evm-snapshots/ClientCommitmentsSnapshotService.mjs";
|
|
141
|
+
import { ClientNullifierSnapshotService as Np } from "./data-structures/snapshot/evm-snapshots/ClientNullifierSnapshotService.mjs";
|
|
142
|
+
import { ClientApprovalsSnapshotService as kp } from "./data-structures/snapshot/evm-snapshots/ClientApprovalsSnapshotService.mjs";
|
|
143
|
+
import { httpClient as Dp } from "./data-structures/http/HttpClient.mjs";
|
|
144
|
+
import { BasicHttpClient as Up } from "./data-structures/http/BasicHttpClient.mjs";
|
|
145
|
+
import { EventsPublicApprovalsDB as Bp, eventsPublicApprovalsDB as bp } from "./data-structures/ApprovalDBs/EventsPublicApprovalsDB.mjs";
|
|
146
|
+
import { BlockchainEvent as Mp } from "./data-structures/BlockchainEvent/BlockchainEvent.mjs";
|
|
147
|
+
import { AccountActions as Hp } from "./data-structures/AccountActions/AccountActions.mjs";
|
|
148
|
+
import { ErrorWithAmount as Wp } from "./error-handling/customErrors/ErrorWithAmount.mjs";
|
|
149
|
+
import { FeeOverTransactionValueError as Gp } from "./error-handling/customErrors/FeeOverTransactionValueError.mjs";
|
|
150
|
+
import { getGenericFeeOverTransactionValueErrorMessage as Xp, rethrowKnownGasErrorIfPossible as zp } from "./error-handling/customErrors/customErrors.helpers.mjs";
|
|
151
|
+
import { SimulationFailureError as qp } from "./error-handling/customErrors/SimulationFailureError.mjs";
|
|
152
|
+
import { ErrorWithRelayerTransaction as Jp } from "./error-handling/customErrors/ErrorWithTx.mjs";
|
|
153
|
+
import { ErrorWithIndex as $p } from "./error-handling/customErrors/ErrorWithIndex.mjs";
|
|
154
|
+
import { DIRECTLY_SHOW_MESSAGE_ERROR_CODES as oc, UserFriendlyErrorCodes as rc, gasErrorCodes as tc, insufficientResourcesErrorCodes as ac, transactionErrorCodes as nc, walletConnectErrorCodes as ic } from "./error-handling/error-codes.constants.mjs";
|
|
155
|
+
import { extractMessage as pc, getErrorMessage as cc, getErrorMessageFromSandboxRequest as mc } from "./error-handling/get-error.message.mjs";
|
|
156
|
+
import { logError as fc } from "./error-handling/logError.mjs";
|
|
157
|
+
import { ErrorCategory as Sc } from "./error-handling/types.mjs";
|
|
158
|
+
import { Logger as Ac } from "./error-handling/logger.mjs";
|
|
159
|
+
import { BabABI as Ec, ERC1155ABI as gc, ERC20ABI as uc, ERC721ABI as Ic, GalxeABI as _c, ISwapRouterABI as Pc, factoryABI as Rc, quoterV2ABI as Cc, transactionProverABI as hc } from "./externalABIs/index.mjs";
|
|
160
|
+
import { checkHinkalAccessToken as Oc } from "./functions/web3/functionCalls/accessTokenCalls.mjs";
|
|
161
|
+
import { openPassportWindow as yc } from "./functions/kyc/passportHelper.mjs";
|
|
162
|
+
import { openDefaultPassportWindow as Lc } from "./functions/kyc/openDefaultPassportWindow.mjs";
|
|
163
|
+
import { absBigInt as vc, advancedToBigInt as Bc, beepsToPercentage as bc, bigintApplySugar as Fc, bigintMax as Mc, calculateAmountUsingBeeps as Vc, calculateBigIntSum as Hc, calculateSum as Kc, countTotalAmountInUtxos as Wc, fixDecimalsAmount as wc, formatAmountInput as Gc, getValueFirstNDigit as Yc, maxBigInt as Xc, minBigInt as zc, toBigInt as Zc, toBigIntOrUndefined as qc, toCommaSeparatedNumberString as jc, toInt as Jc, toNumberOrUndefined as Qc, trimLeadingZeros as $c, truncateToDecimalPlaces as em } from "./functions/utils/amounts.utils.mjs";
|
|
164
|
+
import { getFilePath as rm, getHinkalCache as tm, getInHinkalAddressesCache as am, getInHinkalAddressesFilePath as nm, loadTxsCache as im, resetCache as sm, resetInHinkalAddressesCache as pm, saveTxsCache as cm, setHinkalCache as mm, setInHinkalAddressesCache as lm } from "./functions/utils/cacheFunctions.mjs";
|
|
165
|
+
import { createCustomRpcProvider as xm, createCustomSolanaConnection as Sm, createProvider as Tm } from "./functions/utils/create-provider.mjs";
|
|
166
|
+
import { getExternalActionIdFromNumber as dm, getExternalActionIdHash as Em } from "./functions/utils/external-action.utils.mjs";
|
|
167
|
+
import { aggregateTokenChanges as um, formatTokenChangesList as Im, getERC20Token as _m, getERC20TokenBySymbol as Pm, getErc20TokensForChain as Rm, isArcNativeToken as Cm, isNFTToken as hm, searchCompareFunction as Nm, sortTokens as Om } from "./functions/utils/erc20tokenFunctions.mjs";
|
|
168
|
+
import { requireEnv as ym } from "./functions/utils/requireEnv.mjs";
|
|
169
|
+
import { getSequence as Lm, promisify as Um, resolveSync as vm } from "./functions/utils/resolve-sync.utils.mjs";
|
|
170
|
+
import { convertIntegrationProviderToExternalActionId as bm } from "./functions/utils/convertIntegrationProviderToExternalActionId.mjs";
|
|
171
|
+
import { getInteractionFromAction as Mm } from "./functions/pre-transaction/interaction-to-action.mjs";
|
|
172
|
+
import { outputUtxoProcessing as Hm } from "./functions/pre-transaction/outputUtxoProcessing.mjs";
|
|
173
|
+
import { processGasEstimates as Wm } from "./functions/pre-transaction/process-gas-estimates.mjs";
|
|
174
|
+
import { getFlatFees as Gm } from "./functions/pre-transaction/getFlatFees.mjs";
|
|
175
|
+
import { outputApprovalDataProcessing as Xm } from "./functions/pre-transaction/outputApprovalDataProcessing.mjs";
|
|
176
|
+
import { modifyVolatileTokenAmountChanges as Zm } from "./functions/pre-transaction/getVolatileTransferAmount.mjs";
|
|
177
|
+
import { constructAdminData as jm } from "./functions/pre-transaction/constructAdminData.mjs";
|
|
178
|
+
import { buildAnchorStealthAddressStructure as Qm, encodeToByte32Array as $m, getAccessTokenAccountPublicKey as el, getAccessTokenMerkleAccountPublicKey as ol, getAccessTokenStorageAccountPublicKey as rl, getEncryptedOutputsAccountPublicKey as tl, getInstructionsAccountPublicKey as al, getMerkleAccountPublicKey as nl, getNullifierAccount as il, getProofAccountPart1PublicKey as sl, getProofAccountPart2PublicKey as pl, getStorageAccountPublicKey as cl, getStorageVaultPublicKey as ml, getSwapperAccountPublicKey as ll, getSwapperAccountPublicKeyFromSalt as fl, getTokenLimitStorageAccountPublicKey as xl } from "./functions/pre-transaction/solana.mjs";
|
|
179
|
+
import { createAndExtendAddressLookupTable as Tl, getAddressLookupTableAccounts as Al } from "./functions/pre-transaction/addressTableLookup.mjs";
|
|
180
|
+
import { convertSolanaPublicSignals as El } from "./functions/pre-transaction/solana-public-signals.mjs";
|
|
162
181
|
import { convertOKXToHinkalInstructions as ul } from "./functions/pre-transaction/convert-okx-instructions.mjs";
|
|
163
|
-
import { ensureAtaExists as
|
|
164
|
-
import { storeProof as
|
|
165
|
-
import { sendInitNullifiersTransaction as
|
|
166
|
-
import { initTokenLimitIfNeeded as
|
|
167
|
-
import { recipientUtxoProcessing as
|
|
168
|
-
import { storeInstructions as
|
|
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 {
|
|
209
|
-
import {
|
|
210
|
-
import {
|
|
211
|
-
import {
|
|
212
|
-
import {
|
|
213
|
-
import {
|
|
214
|
-
import {
|
|
215
|
-
import {
|
|
216
|
-
import {
|
|
217
|
-
import {
|
|
218
|
-
import {
|
|
219
|
-
import {
|
|
220
|
-
import {
|
|
221
|
-
import {
|
|
222
|
-
import {
|
|
223
|
-
import {
|
|
224
|
-
import {
|
|
225
|
-
import {
|
|
226
|
-
import {
|
|
227
|
-
import {
|
|
228
|
-
import {
|
|
229
|
-
import {
|
|
230
|
-
import {
|
|
231
|
-
import {
|
|
232
|
-
import {
|
|
233
|
-
import {
|
|
234
|
-
import {
|
|
235
|
-
import {
|
|
236
|
-
import {
|
|
237
|
-
import {
|
|
238
|
-
import {
|
|
239
|
-
import {
|
|
240
|
-
import {
|
|
241
|
-
import {
|
|
242
|
-
import {
|
|
243
|
-
import {
|
|
244
|
-
import {
|
|
245
|
-
import {
|
|
246
|
-
import {
|
|
247
|
-
import {
|
|
248
|
-
import {
|
|
249
|
-
import {
|
|
250
|
-
import {
|
|
251
|
-
import {
|
|
252
|
-
import {
|
|
253
|
-
import {
|
|
254
|
-
import {
|
|
255
|
-
import {
|
|
256
|
-
import {
|
|
257
|
-
import {
|
|
258
|
-
import {
|
|
259
|
-
import {
|
|
260
|
-
import {
|
|
261
|
-
import {
|
|
262
|
-
import {
|
|
263
|
-
import {
|
|
264
|
-
import {
|
|
265
|
-
import {
|
|
266
|
-
import {
|
|
267
|
-
import {
|
|
268
|
-
import {
|
|
269
|
-
import {
|
|
270
|
-
import {
|
|
182
|
+
import { ensureAtaExists as _l, estimateComputeUnitLimit as Pl, fetchSolanaTransaction as Rl, getAccountsFromInstructions as Cl, sendProxyV0Transaction as hl, sendV0Transaction as Nl, serializeProxyV0Transaction as Ol } from "./functions/pre-transaction/sendV0Transaction.mjs";
|
|
183
|
+
import { storeProof as yl } from "./functions/pre-transaction/store-proof.mjs";
|
|
184
|
+
import { sendInitNullifiersTransaction as Ll } from "./functions/pre-transaction/sendInitNullifiersTransaction.mjs";
|
|
185
|
+
import { initTokenLimitIfNeeded as vl } from "./functions/pre-transaction/initTokenLimitIfNeeded.mjs";
|
|
186
|
+
import { recipientUtxoProcessing as bl } from "./functions/pre-transaction/recipientUtxoProcessing.mjs";
|
|
187
|
+
import { storeInstructions as Ml } from "./functions/pre-transaction/store-instructions.mjs";
|
|
188
|
+
import { ensureAmountChanges as Hl } from "./functions/pre-transaction/ensureAmountChanges.mjs";
|
|
189
|
+
import { getFeeStructure as Wl } from "./functions/pre-transaction/getFeeStructure.mjs";
|
|
190
|
+
import { getKycAndSignatureData as Gl } from "./functions/pre-transaction/getKycAndSignatureData.mjs";
|
|
191
|
+
import { waitForDepositedUtxosInMerkleTree as Xl } from "./functions/pre-transaction/waitForDepositedUtxosInMerkleTree.mjs";
|
|
192
|
+
import { getNetworkObject as Zl, getNetworkType as ql } from "./functions/utils/evmNetworkFunctions.mjs";
|
|
193
|
+
import { browserSupported as Jl } from "./functions/utils/userAgent.mjs";
|
|
194
|
+
import { deserializeDecodedTxs as $l, serializeDecodedTxs as ef } from "./functions/utils/getDataFromTransaction.mjs";
|
|
195
|
+
import { reloadPage as rf } from "./functions/utils/reloadPage.mjs";
|
|
196
|
+
import { capitalizeFirstLetter as af, capitalizeName as nf, getAddressFromStateKey as sf, getChainIdFromStateKey as pf, getStateKey as cf, getTokenStateKey as mf, hexToUtf8 as lf, isNullOrEmpty as ff, replaceAllInstances as xf, toTitleCase as Sf, validateEmail as Tf } from "./functions/utils/string.utils.mjs";
|
|
197
|
+
import { isNicknameValid as df } from "./functions/utils/nickname.utils.mjs";
|
|
198
|
+
import { caseInsensitiveEqual as gf, lowerCaseIncludes as uf, lowerCaseStartsWith as If } from "./functions/utils/caseInsensitive.utils.mjs";
|
|
199
|
+
import { formatDate as Pf, formatTxTimestamp as Rf, getCurrentDayStart as Cf, getCurrentTimeInSeconds as hf, getCurrentWeekStart as Nf, getDelayUntilUtc8 as Of, getEffectiveSevenDaysAgo as kf, getEffectiveToday as yf, getNextDayDelay as Df, getNextDayISO as Lf, getPreviousWeekStart as Uf, msToISOString as vf, waitLittle as Bf } from "./functions/utils/time.utils.mjs";
|
|
200
|
+
import { createCacheDevice as Ff } from "./functions/utils/cacheDevice.utils.mjs";
|
|
201
|
+
import { debounce as Vf, pollForValue as Hf, wait as Kf } from "./functions/utils/process.utils.mjs";
|
|
202
|
+
import { getBlockExplorerUrl as wf } from "./functions/utils/getBlockExplorerUrl.mjs";
|
|
203
|
+
import { uniswapWorkaround as Yf } from "./functions/utils/involves-permit2-op.mjs";
|
|
204
|
+
import { checkAddressNotUpdated as zf } from "./functions/utils/upToDateState.mjs";
|
|
205
|
+
import { CustomJSONParse as qf, CustomJSONStringify as jf } from "./functions/utils/serialize.utils.mjs";
|
|
206
|
+
import { isUseApprovalDataEmpty as Qf, padUseApprovalUtxoData as $f } from "./functions/utils/processUseApprovalUtxoData.mjs";
|
|
207
|
+
import { convertEmporiumOpToCallInfo as ox } from "./functions/utils/convertEmporiumOpToCallInfo.mjs";
|
|
208
|
+
import { getRecipientInfoFromUserKeys as tx } from "./functions/utils/getRecipientInfoFromUserKeys.mjs";
|
|
209
|
+
import { getPublicBalance as nx, getPublicBalanceByTokenAddress as ix, getPublicBalancesOfTokens as sx, getPublicTransactionCount as px, getSolanaPublicBalances as cx } from "./functions/utils/publicBalance.utils.mjs";
|
|
210
|
+
import { rpcIntEncode as lx } from "./functions/utils/rpc-int-encode.mjs";
|
|
211
|
+
import { checkTokensForShielding as xx, isSameERC20Token as Sx, validateAndGetChainId as Tx } from "./functions/utils/token-check.utils.mjs";
|
|
212
|
+
import { arraysMatch as dx } from "./functions/utils/arraysMatch.mjs";
|
|
213
|
+
import { constructStealthAddressStructure as gx, formatAddress as ux, hashEthereumAddress as Ix, isNativePlaceholderAddress as _x, isValidPrivateAddress as Px, isValidSolanaPublicKey as Rx, isValidTronAddress as Cx } from "./functions/utils/addresses.mjs";
|
|
214
|
+
import { trimFieldValues as Nx } from "./functions/utils/trimFieldValues.mjs";
|
|
215
|
+
import { hasEnoughBalance as kx } from "./functions/utils/walletBalances.utils.mjs";
|
|
216
|
+
import { getChainBalanceFetchingMutex as Dx } from "./functions/utils/mutexes.utils.mjs";
|
|
217
|
+
import { extractTokenIdsFromAssetChanges as Ux } from "./functions/utils/nftTokenFunctions.mjs";
|
|
218
|
+
import { encodeParsedInLogicMetadata as Bx } from "./functions/utils/inLogicMetadata.mjs";
|
|
219
|
+
import { getNetworkName as Fx } from "./functions/utils/networks.utils.mjs";
|
|
220
|
+
import { isValidUrl as Vx } from "./functions/utils/is-valid-url.mjs";
|
|
221
|
+
import { postToOffscreen as Kx } from "./functions/utils/postToOffscreen.mjs";
|
|
222
|
+
import { getSignatureHeader as wx } from "./functions/utils/get-signature-header.mjs";
|
|
223
|
+
import { convertPublicKeyToBigint as Yx, formatMintAddress as Xx } from "./functions/utils/solanaMint.utils.mjs";
|
|
224
|
+
import { createSigner as Zx, createVoidSigner as qx, createVoidSolanaWallet as jx, prepareEthersProviderAdapter as Jx, prepareHinkal as Qx, prepareHinkalFromSeedPhrases as $x, prepareHinkalWithSignature as eS, prepareSolanaProviderAdapter as oS } from "./functions/utils/prepareHinkal.mjs";
|
|
225
|
+
import { convertBigIntToBytes32 as tS, convertBytes32ToBigInt as aS } from "./functions/utils/bytes32.utils.mjs";
|
|
226
|
+
import { getOnChainUtxosFromReceipt as iS, getUtxosFromReceipt as sS } from "./functions/utils/getUtxosFromReceipt.utils.mjs";
|
|
227
|
+
import { getOnChainUtxosFromReceiptSolana as cS, getUtxosFromReceiptSolana as mS } from "./functions/utils/getUtxosFromReceiptSolana.mjs";
|
|
228
|
+
import { calculateTotalFee as fS, calculateWithdrawalAmount as xS, generateFeeStructure as SS, getGasTokenSymbols as TS } from "./functions/utils/fees.utils.mjs";
|
|
229
|
+
import { PROXY_AVATAR_INDEX_COUNT as dS, getRandomProxyAvatarIndex as ES } from "./functions/utils/proxyAvatar.utils.mjs";
|
|
230
|
+
import { validateUsername as uS } from "./functions/utils/validateUsername.mjs";
|
|
231
|
+
import { getUtxosFromEnclave as _S, storeUtxoInEnclave as PS } from "./functions/utils/enclave-utxo-storage.mjs";
|
|
232
|
+
import { getSignatureFromEnclave as CS, storeSignatureInEnclave as hS } from "./functions/utils/enclave-signature-storage.mjs";
|
|
233
|
+
import { deserializeUtxoConstructorParams as OS, serializeUtxoConstructorParams as kS } from "./functions/utils/serialize-utxos.utils.mjs";
|
|
234
|
+
import { waitForEthereumTransactionConfirmation as DS, waitForSolanaTransactionConfirmation as LS, waitForTransactionConfirmation as US } from "./functions/utils/tx-confirmation.utils.mjs";
|
|
235
|
+
import { buildClaimableDepositPlan as BS } from "./functions/utils/buildClaimableDepositPlan.mjs";
|
|
236
|
+
import { addressToHexFormat as FS, circomDataToArray as MS, createTronWeb as VS, detectTronChainIdFromHost as HS, evmHexToTronBase58Address as KS, generateProofSignatureRemotely as WS, getVerifierId as wS, parseZkCalldata as GS, reorderZkCallData as YS } from "./functions/utils/tron.utils.mjs";
|
|
237
|
+
import { simulateTronTransaction as zS } from "./functions/utils/tronSimulation.utils.mjs";
|
|
238
|
+
import { getProviderFromContract as qS, getSignerFromContract as jS } from "./functions/utils/getSignerFromContract.mjs";
|
|
239
|
+
import { getContractAddress as QS } from "./functions/utils/getContractAddress.mjs";
|
|
240
|
+
import { calculateDollarValue as eT, ethToWei as oT, getAmountInToken as rT, getAmountInWei as tT, getAmountInWeiOrZero as aT, getAmountWithPrecision as nT, getAmountWithPrecisionOrZero as iT, randomBigInt as sT, toBigIntWithDecimals as pT } from "./functions/web3/etherFunctions.mjs";
|
|
241
|
+
import { attemptGetInputUtxosRemotely as mT, getInputUtxoAndBalance as lT, getInputUtxoAndBalanceOfStuckUtxos as fT, getInputUtxoAndBalancePerToken as xT, getInputUtxosRemotely as ST } from "./functions/web3/events/getInputUtxoAndBalance.mjs";
|
|
242
|
+
import { addPaddingToUtxos as AT, getShieldedBalance as dT } from "./functions/web3/events/getShieldedBalance.mjs";
|
|
243
|
+
import { balanceChangedHandler as gT } from "./functions/web3/events/balanceChangedHandler.mjs";
|
|
244
|
+
import { balanceChangedCustomHandler as IT } from "./functions/web3/events/balanceChangedCustomHandler.mjs";
|
|
245
|
+
import { getApprovedBalance as PT, getApprovedUtxos as RT, getApprovedUtxosForToken as CT } from "./functions/web3/events/getApprovedBalance.mjs";
|
|
246
|
+
import { getTransactionLogEvents as NT } from "./functions/web3/events/getTransactionLogEvents.mjs";
|
|
247
|
+
import { getUniswapFee as kT, getUniswapPrice as yT, getUniswapPriceHelper as DT, searchPoolAndFee as LT } from "./functions/web3/uniswapAPI.mjs";
|
|
248
|
+
import { getOdosPrice as vT } from "./functions/web3/odosAPI.mjs";
|
|
249
|
+
import { getOneInchPrice as bT } from "./functions/web3/oneInchAPI.mjs";
|
|
250
|
+
import { getLifiPrice as MT } from "./functions/web3/lifiAPI.mjs";
|
|
251
|
+
import { createOKXQuote as HT, getOKXPrice as KT } from "./functions/web3/okxAPI.mjs";
|
|
252
|
+
import { runContractFunction as wT } from "./functions/web3/runContractFunction.mjs";
|
|
253
|
+
import { getTokenHolder as YT } from "./functions/web3/getTokenHolder.mjs";
|
|
254
|
+
import { decodeMessage as zT, getDecodedMessage as ZT, getPermitInfo as qT } from "./functions/web3/EIP-712.mjs";
|
|
255
|
+
import { signAndSendSerializedTransaction as JT } from "./functions/web3/signAndSendSerializedTransaction.mjs";
|
|
256
|
+
import { groupConnectorsByWallet as $T, isInjectedConnector as eA, isMockConnector as oA, isSolanaConnector as rA, isTronConnector as tA } from "./functions/web3/connectors.utils.mjs";
|
|
257
|
+
import { solanaWalletToConnector as nA } from "./functions/web3/solana-wagmi-adapter.mjs";
|
|
258
|
+
import { tronAdapterToConnector as sA } from "./functions/web3/tron-wagmi-adapter.mjs";
|
|
259
|
+
import { hmacSha512 as cA } from "./functions/web3/crypto.mjs";
|
|
260
|
+
import { getSolanaPriorityFee as lA } from "./functions/web3/getSolanaPriorityFee.mjs";
|
|
261
|
+
import { constructZkProof as xA } from "./functions/snarkjs/constructGeneralZkProof.mjs";
|
|
262
|
+
import { constructEmporiumProof as TA } from "./functions/snarkjs/constructEmporiumProof.mjs";
|
|
263
|
+
import { buildInNullifiers as dA, buildOutCommitments as EA, calcAccessTokenSiblingAndSidesFromAccessKey as gA, calcAccessTokenSiblingsAndSides as uA, calcAmountChanges as IA, calcCommitmentsSiblingAndSides as _A, calcEncryptedOutputs as PA, calcPublicSignalCount as RA, calcStealthAddressStructure as CA, createCallDataHash as hA, deserializeCircomData as NA, getSlippageValues as OA, serializeCircomData as kA } from "./functions/snarkjs/common.snarkjs.mjs";
|
|
264
|
+
import { generateZkProof as DA } from "./functions/snarkjs/generateZkProof.mjs";
|
|
265
|
+
import { constructSolanaZkProof as UA } from "./functions/snarkjs/constructSolanaZkProof.mjs";
|
|
266
|
+
import { fetchOnChainRootHashes as BA } from "./functions/snarkjs/fetchOnChainRootHashes.mjs";
|
|
267
|
+
import { checkEOAWithDelegation as FA, createApproveEmporiumOp as MA, createLifiBridgeOps as VA, createTransaferEmporiumOpsBatch as HA, createTransferToEmporiumOp as KA, decodeEmporiumMetadata as WA, emporiumOp as wA, encodeEmporiumMetadata as GA, generateFundAndApproveOps as YA, getAuthorizationDataIfNeeded as XA, recoverAuthorizationData as zA } from "./functions/private-wallet/emporium.helpers.mjs";
|
|
268
|
+
import { OpType as qA, produceOp as jA } from "./functions/private-wallet/opProducer.mjs";
|
|
269
|
+
import { createSwapToEmporiumOpForUniswap as QA, createSwapToEmporiumOps as $A } from "./functions/private-wallet/emporium.swap.helpers.mjs";
|
|
270
|
+
import { getTokensToDepositBack as od } from "./functions/auto-deposit-back-helpers/get-tokens-to-deposit-back.mjs";
|
|
271
|
+
import { getGasTokenRecords as td } from "./functions/auto-deposit-back-helpers/get-gas-token-records.mjs";
|
|
272
|
+
import { selectGasToken as nd } from "./functions/auto-deposit-back-helpers/select-gas-token.mjs";
|
|
273
|
+
import { updateHinkal as sd } from "./functions/auto-deposit-back-helpers/update-hinkal.mjs";
|
|
274
|
+
import { RevokeType as cd } from "./types/approvals.types.mjs";
|
|
275
|
+
import { defaultHookData as ld, defaultHookDataArray as fd, defaultStealthAddressStructure as xd, emptyStealthAddressStructure as Sd } from "./types/circom-data.types.mjs";
|
|
276
|
+
import { ContractType as Ad } from "./types/ethereum-network.types.mjs";
|
|
277
|
+
import { ExternalActionId as Ed } from "./types/external-action.types.mjs";
|
|
278
|
+
import { EventType as ud, HinkalLogicAction as Id, INTERACTION as _d, IntegrationProvider as Pd, LoginMessageMode as Rd, UserProgress as Cd, defaultFeeStructure as hd, defaultHinkalLogicArgs as Nd, defaultUseApprovalUTXOData as Od } from "./types/hinkal.types.mjs";
|
|
279
|
+
import { KycVerificationResult as yd, KycVerificationStatus as Dd, Passports as Ld, VERIFICATION_TYPE as Ud, VerificationTypes as vd } from "./types/kyc.types.mjs";
|
|
280
|
+
import { ApprovalType as bd } from "./types/token.types.mjs";
|
|
281
|
+
import { SlippageType as Md } from "./types/slippage.types.mjs";
|
|
282
|
+
import { TransactionAction as Hd, TransactionReceiptStatus as Kd, TransactionStatus as Wd, emptyDecodedTx as wd } from "./types/transactions.types.mjs";
|
|
283
|
+
import { OldPointType as Yd, RafflePrizeType as Xd } from "./types/rewards.types.mjs";
|
|
284
|
+
import { AdminTransactionType as Zd } from "./types/admin.types.mjs";
|
|
285
|
+
import { ActivityStatus as jd, ActivityTypes as Jd, DexProviders as Qd, IntegrationProviderNames as $d, TokenChangeType as eE } from "./types/activities.types.mjs";
|
|
286
|
+
import { SandboxRequestType as rE } from "./types/sandbox.types.mjs";
|
|
287
|
+
import { PrivateBalanceUpdateType as aE } from "./types/balances.types.mjs";
|
|
288
|
+
import { StorageKeys as iE } from "./types/cache.types.mjs";
|
|
289
|
+
import { TOKEN_PRICE_STATUS as pE, TokenPriceTimeframe as cE } from "./types/token-prices.types.mjs";
|
|
290
|
+
import { AchievementTiers as lE, BrotherhoodTaskTypes as fE, TaskCategory as xE, TaskTypes as SE } from "./types/new-rewards.type.mjs";
|
|
291
|
+
import { MemberStatus as AE, Rank as dE } from "./types/RewardUserEnums.mjs";
|
|
292
|
+
import { PointsType as gE, TradingType as uE } from "./types/generatePoints.mjs";
|
|
293
|
+
import { CallsStatus as _E, GetCallsStatusCode as PE } from "./types/eip5792.types.mjs";
|
|
294
|
+
import { ConfirmationRequestType as CE } from "./types/confirmation-request.types.mjs";
|
|
295
|
+
import { MessagesFromOffscreen as NE } from "./types/offscreen.types.mjs";
|
|
296
|
+
import { DepositAndWithdrawPhase as kE, ScheduledTransactionStatus as yE } from "./types/scheduled-transactions.types.mjs";
|
|
297
|
+
import { MoonPayCurrencyType as LE } from "./types/onramp.types.mjs";
|
|
298
|
+
import { EventCategory as vE } from "./types/events.types.mjs";
|
|
299
|
+
import { PayActivityStatus as bE, PayActivityTypes as FE, TransferVisibility as ME } from "./types/pay-activities.types.mjs";
|
|
300
|
+
import { ScheduleDelayOption as HE } from "./types/schedule.types.mjs";
|
|
301
|
+
import { resetStateMutex as WE } from "./mutexes/mutex.mjs";
|
|
302
|
+
import { getERC20Registry as GE, getFixedRegistry as YE } from "./constants/token-data/ERC20Registry.mjs";
|
|
303
|
+
import { abi as zE } from "./externalABIs/amToken.mjs";
|
|
304
|
+
import { abi as qE } from "./externalABIs/USDC.mjs";
|
|
305
|
+
import { abi as JE } from "./externalABIs/DAI.mjs";
|
|
306
|
+
import { abi as $E } from "./externalABIs/USDR.mjs";
|
|
307
|
+
import { abi as og } from "./externalABIs/USDR3CRV.mjs";
|
|
308
|
+
import { abi as tg } from "./externalABIs/USDT.mjs";
|
|
309
|
+
import { abi as ng } from "./externalABIs/WETH.mjs";
|
|
310
|
+
import { abi as sg } from "./externalABIs/BUSD.mjs";
|
|
311
|
+
import { abi as cg } from "./externalABIs/SanctionsList.mjs";
|
|
312
|
+
import { default as lg } from "./externalABIs/OptimismGasPriceOracle.json.mjs";
|
|
313
|
+
import { default as xg } from "./externalABIs/NodeInterfaceABI.json.mjs";
|
|
271
314
|
export {
|
|
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
|
-
|
|
315
|
+
Ht as ACCESS_TOKEN_MINTING_POINTS,
|
|
316
|
+
Kt as ACCESS_TOKEN_RECLAIM_POINTS,
|
|
317
|
+
Ka as ACHIEVEMENTS,
|
|
318
|
+
Jo as AIPRISE_KYB_TEMPLATE_ID_PROD,
|
|
319
|
+
Qo as AIPRISE_KYC_TEMPLATE_ID_PROD,
|
|
320
|
+
go as ALCHEMY_API_KEY,
|
|
321
|
+
uo as ALCHEMY_TEST_KEY,
|
|
322
|
+
N as API,
|
|
323
|
+
sr as API_CONFIG,
|
|
324
|
+
da as APPROVED_UTXO_CONVERSION_COUNT,
|
|
325
|
+
Ja as APPROVE_FUNCTION_SIGNATURE,
|
|
326
|
+
Fr as ARC_TESTNET_USDC_ADDRESS,
|
|
327
|
+
zi as AbstractAccessTokenSnapshotService,
|
|
328
|
+
Ji as AbstractApprovalsSnapshotService,
|
|
329
|
+
qi as AbstractCommitmentsSnapshotService,
|
|
330
|
+
ts as AbstractEventService,
|
|
331
|
+
$i as AbstractNullifierSnapshotService,
|
|
332
|
+
os as AbstractSnapshotService,
|
|
333
|
+
Cs as AbstractSolanaAccessTokenSnapshotService,
|
|
334
|
+
Ps as AbstractSolanaCommitmentsSnapshotService,
|
|
335
|
+
ds as AbstractSolanaEventService,
|
|
336
|
+
Is as AbstractSolanaNullifierSnapshotService,
|
|
337
|
+
gs as AbstractSolanaSnapshotService,
|
|
338
|
+
Hp as AccountActions,
|
|
339
|
+
lE as AchievementTiers,
|
|
340
|
+
jd as ActivityStatus,
|
|
341
|
+
Ks as ActivityStorage,
|
|
342
|
+
Jd as ActivityTypes,
|
|
343
|
+
Zd as AdminTransactionType,
|
|
344
|
+
zE as AmTokenABI,
|
|
345
|
+
bd as ApprovalType,
|
|
346
|
+
mp as ArcPublicTokensDB,
|
|
347
|
+
Mr as AssetChangeType,
|
|
348
|
+
nn as BANNED_WALLET_IDS,
|
|
349
|
+
Mo as BPS_DENOMINATOR,
|
|
350
|
+
Io as BRIDGE_SUPPORTED_CHAINS,
|
|
351
|
+
Ra as BRIDGING_URLS,
|
|
352
|
+
Wa as BROTHERHOOD_TASKS,
|
|
353
|
+
sg as BUSDABI,
|
|
354
|
+
Ec as BabABI,
|
|
355
|
+
Up as BasicHttpClient,
|
|
356
|
+
Mp as BlockchainEvent,
|
|
357
|
+
ns as BlockchainEventEmitter,
|
|
358
|
+
fE as BrotherhoodTaskTypes,
|
|
359
|
+
Wt as CERTIFICATION_DISABLE_WEEK,
|
|
360
|
+
Vr as CIRCOM_MERKLE_LENGTH,
|
|
361
|
+
Hr as CIRCOM_P,
|
|
362
|
+
Kr as CIRCOM_P_HALF,
|
|
363
|
+
Rt as COINGECKO_API_KEY,
|
|
364
|
+
Wr as COMPUTE_UNIT_PADDING_PERCENTAGE,
|
|
365
|
+
_E as CallsStatus,
|
|
366
|
+
Pp as ClientAccessTokenSnapshotService,
|
|
367
|
+
kp as ClientApprovalsSnapshotService,
|
|
368
|
+
cs as ClientBlockchainEventEmitter,
|
|
369
|
+
Cp as ClientCommitmentsSnapshotService,
|
|
370
|
+
Np as ClientNullifierSnapshotService,
|
|
371
|
+
Ip as ClientSolanaAccessTokenSnapshotService,
|
|
372
|
+
xs as ClientSolanaBlockchainEventEmitter,
|
|
373
|
+
dp as ClientSolanaCommitmentsSnapshotService,
|
|
374
|
+
gp as ClientSolanaNullifierSnapshotService,
|
|
375
|
+
Ct as CoinGeckoChainLabels,
|
|
376
|
+
CE as ConfirmationRequestType,
|
|
377
|
+
Ad as ContractType,
|
|
378
|
+
qf as CustomJSONParse,
|
|
379
|
+
jf as CustomJSONStringify,
|
|
380
|
+
wa as DAILY_TASKS,
|
|
381
|
+
pr as DATA_SERVER_CONFIG,
|
|
382
|
+
r as DATA_SERVER_URL,
|
|
383
|
+
cr as DATA_SERVER_URL_ENDPOINT,
|
|
384
|
+
mr as DATA_SERVER_URL_LOCAL,
|
|
385
|
+
Ca as DEFAULT_BRIDGING_SLIPPAGE,
|
|
386
|
+
Cr as DEPLOYMENT_MODE,
|
|
387
|
+
oc as DIRECTLY_SHOW_MESSAGE_ERROR_CODES,
|
|
388
|
+
kE as DepositAndWithdrawPhase,
|
|
389
|
+
Qd as DexProviders,
|
|
390
|
+
wr as EIP1271_FAILURE,
|
|
391
|
+
Gr as EIP1271_SUCCESS,
|
|
392
|
+
gc as ERC1155ABI,
|
|
393
|
+
uc as ERC20ABI,
|
|
394
|
+
Ic as ERC721ABI,
|
|
395
|
+
qa as EVENTS_INITIAL_BLOCKS,
|
|
396
|
+
Vo as EXTENDED_NON_NATIVE_GAS_COST_TOKEN_SYMBOL_OPTIONS,
|
|
397
|
+
Zn as EncryptionKeyPairDefaultValue,
|
|
398
|
+
Sc as ErrorCategory,
|
|
399
|
+
Wp as ErrorWithAmount,
|
|
400
|
+
$p as ErrorWithIndex,
|
|
401
|
+
Jp as ErrorWithRelayerTransaction,
|
|
402
|
+
_o as EthereumNetworkType,
|
|
403
|
+
vE as EventCategory,
|
|
404
|
+
ud as EventType,
|
|
405
|
+
Bp as EventsPublicApprovalsDB,
|
|
406
|
+
Ed as ExternalActionId,
|
|
407
|
+
Gp as FeeOverTransactionValueError,
|
|
408
|
+
Fs as FileCacheDevice,
|
|
409
|
+
_c as GalxeABI,
|
|
410
|
+
PE as GetCallsStatusCode,
|
|
411
|
+
Po as HELIUS_RPC_URL,
|
|
412
|
+
Yr as HINKAL_DEPOSIT_AND_WITHDRAW_VARIABLE_RATE,
|
|
413
|
+
Xr as HINKAL_PRIVATE_SEND_VARIABLE_RATE,
|
|
414
|
+
Ro as HINKAL_SUPPORTED_CHAINS,
|
|
415
|
+
zr as HINKAL_SWAP_VARIABLE_RATE,
|
|
416
|
+
ri as Hinkal,
|
|
417
|
+
Id as HinkalLogicAction,
|
|
418
|
+
Ne as IMAGE_PATHS,
|
|
419
|
+
_d as INTERACTION,
|
|
420
|
+
Pc as ISwapRouterABI,
|
|
421
|
+
Pd as IntegrationProvider,
|
|
422
|
+
$d as IntegrationProviderNames,
|
|
423
|
+
yd as KycVerificationResult,
|
|
424
|
+
Dd as KycVerificationStatus,
|
|
425
|
+
Ba as LIFISCAN_URL,
|
|
426
|
+
ha as LOW_AMOUNT_BRIDGING_SLIPPAGE,
|
|
427
|
+
Na as LOW_AMOUNT_USD_THRESHOLD,
|
|
428
|
+
Vs as LocalStorageCacheDevice,
|
|
429
|
+
Ac as Logger,
|
|
430
|
+
Rd as LoginMessageMode,
|
|
431
|
+
Zr as MAX_COMPUTE_UNIT_LIMIT,
|
|
432
|
+
_a as MAX_DISPLAY_DECIMALS,
|
|
433
|
+
Tn as MAX_FILE_SIZE_MB,
|
|
434
|
+
qr as MAX_MICRO_LAMPORTS_PER_CU,
|
|
435
|
+
jr as MERKLE_LEVELS,
|
|
436
|
+
Jr as MIN_COMPUTE_UNIT_LIMIT,
|
|
437
|
+
Oa as MIN_DAPP_BRIDGE_AMOUNT_USD,
|
|
438
|
+
AE as MemberStatus,
|
|
439
|
+
Ki as MerkleTree,
|
|
440
|
+
Yi as MerkleTreeIncompleteError,
|
|
441
|
+
NE as MessagesFromOffscreen,
|
|
442
|
+
LE as MoonPayCurrencyType,
|
|
443
|
+
Bs as MultiThreadedUtxoUtils,
|
|
444
|
+
la as NATIVE_TOKEN_WRAPPER_ADDRESSES,
|
|
445
|
+
Mt as NETWORKS,
|
|
446
|
+
Qr as NFT_1155_TRANSACTION_TYPE,
|
|
447
|
+
$r as NFT_721_TRANSACTION_TYPE,
|
|
448
|
+
Qa as NFT_APPROVE_FUNCTION_SIGNATURE,
|
|
449
|
+
$a as NFT_APPROVE_SINGLE_FUNCTION_SIGNATURE,
|
|
450
|
+
et as NFT_TRANSACTION_TYPES,
|
|
451
|
+
Ho as NON_NATIVE_GAS_COST_TOKEN_SYMBOL_OPTIONS,
|
|
452
|
+
In as NativeTokenSymbols,
|
|
453
|
+
xg as NodeInterfaceABI,
|
|
454
|
+
rn as OKX_BASE_URL,
|
|
455
|
+
tn as OKX_SWAP_PATH,
|
|
456
|
+
Yd as OldPointType,
|
|
457
|
+
qA as OpType,
|
|
458
|
+
ot as PAY_SEND_VARIABLE_RATE,
|
|
459
|
+
en as PERMIT2_APPROVE_FUNCTION_SIGNATURE,
|
|
460
|
+
lr as PLAYGROUND_URL,
|
|
461
|
+
Ga as POINTS_BOOST_TASKS,
|
|
462
|
+
fr as PRODUCTION_URL,
|
|
463
|
+
rt as PROOFLESS_DEPOSIT_FEE_RECIPIENT_INFO,
|
|
464
|
+
dS as PROXY_AVATAR_INDEX_COUNT,
|
|
465
|
+
Ld as Passports,
|
|
466
|
+
bE as PayActivityStatus,
|
|
467
|
+
FE as PayActivityTypes,
|
|
468
|
+
gE as PointsType,
|
|
469
|
+
ss as PollingBlockchainEventEmitter,
|
|
470
|
+
Ts as PollingSolanaBlockchainEventEmitter,
|
|
471
|
+
_n as PopularTokenSymbols,
|
|
472
|
+
xp as PresaleContractWrapper,
|
|
473
|
+
aE as PrivateBalanceUpdateType,
|
|
474
|
+
rp as PrivateTokensDB,
|
|
475
|
+
np as PublicTokensDB,
|
|
476
|
+
dn as RECIPIENT_INFO_TARGET_POOL_SIZE,
|
|
477
|
+
$o as RECLAIM_MESSAGE_TO_SIGN,
|
|
478
|
+
Ya as REFERRAL_BONUS_TASK,
|
|
479
|
+
tt as RELAYERS_ARRAY,
|
|
480
|
+
at as RELAYER_ADDRESS1,
|
|
481
|
+
nt as RELAYER_ADDRESS2,
|
|
482
|
+
it as RELAYER_ADDRESS3,
|
|
483
|
+
xr as RELAYER_CONFIG,
|
|
484
|
+
pn as RELAYER_TX_CONFIRMATION_TIMEOUT,
|
|
485
|
+
t as RELAYER_URL,
|
|
486
|
+
Sr as RELAYER_URL_ENDPOINT,
|
|
487
|
+
Tr as RELAYER_URL_LOCAL,
|
|
488
|
+
wt as REWARDS_ENCRYPTION_PASSWORD,
|
|
489
|
+
Gt as REWARDS_MESSAGE_TO_SIGN,
|
|
490
|
+
Xa as REWARDS_TASKS,
|
|
491
|
+
Yt as REWARD_RECEIVABLE_TOKEN_SYMBOLS,
|
|
492
|
+
Xd as RafflePrizeType,
|
|
493
|
+
dE as Rank,
|
|
494
|
+
er as ReclaimPassports,
|
|
495
|
+
cd as RevokeType,
|
|
496
|
+
xn as SCHEDULE_DELAY_OPTIONS,
|
|
497
|
+
a as SERVER_URL,
|
|
498
|
+
Ar as SERVER_URL_ENDPOINT,
|
|
499
|
+
dr as SERVER_URL_LOCAL,
|
|
500
|
+
n as SNAPSHOT_SERVER_URL,
|
|
501
|
+
Er as SNAPSHOT_SERVER_URL_ENDPOINT,
|
|
502
|
+
gr as SNAPSHOT_SERVER_URL_LOCAL,
|
|
503
|
+
st as SOLANA_BLOCKHEIGHT_EXPIRED_RETRY_COUNT,
|
|
504
|
+
pt as SOLANA_NFT_INTERFACES,
|
|
505
|
+
ct as SOLANA_PUBLIC_INPUT_PART_ONE_LENGTH,
|
|
506
|
+
ur as STAGING_URL,
|
|
507
|
+
fa as SWAP_FEE_TAKER_ADDRESSES,
|
|
508
|
+
xa as SWAP_ROUTER_ADDRESSES,
|
|
509
|
+
rE as SandboxRequestType,
|
|
510
|
+
HE as ScheduleDelayOption,
|
|
511
|
+
yE as ScheduledTransactionStatus,
|
|
512
|
+
qp as SimulationFailureError,
|
|
513
|
+
Md as SlippageType,
|
|
514
|
+
Tp as SnapshotFetcherService,
|
|
515
|
+
ls as SolanaBlockchainEventEmitter,
|
|
516
|
+
or as StandardPassports,
|
|
517
|
+
iE as StorageKeys,
|
|
518
|
+
rr as SupportedPassports,
|
|
519
|
+
Ko as TEN_PERCENT_BPS,
|
|
520
|
+
ga as TOKEN_LIMITS,
|
|
521
|
+
pE as TOKEN_PRICE_STATUS,
|
|
522
|
+
mt as TOKEN_VALUE_UNLIMITED_THRESHOLD,
|
|
523
|
+
lt as TRON_TESTNET_USDT_ADDRESS,
|
|
524
|
+
Va as TVL_CHANGER_ACTIVITY_TYPES,
|
|
525
|
+
cn as TX_CONFIRMATION_CONFIRMATIONS_COUNT,
|
|
526
|
+
mn as TX_CONFIRMATION_TIMEOUT,
|
|
527
|
+
ln as TX_CONFIRMATION_TIMEOUT_EXTENDED,
|
|
528
|
+
xE as TaskCategory,
|
|
529
|
+
SE as TaskTypes,
|
|
530
|
+
eE as TokenChangeType,
|
|
531
|
+
Ds as TokenChecker,
|
|
532
|
+
cE as TokenPriceTimeframe,
|
|
533
|
+
ft as TokenType,
|
|
534
|
+
uE as TradingType,
|
|
535
|
+
Hd as TransactionAction,
|
|
536
|
+
Kd as TransactionReceiptStatus,
|
|
537
|
+
Wd as TransactionStatus,
|
|
538
|
+
Us as TransactionType,
|
|
539
|
+
ME as TransferVisibility,
|
|
540
|
+
qE as USDCABI,
|
|
541
|
+
og as USDR3CRVABI,
|
|
542
|
+
$E as USDRABI,
|
|
543
|
+
tg as USDTABI,
|
|
544
|
+
rc as UserFriendlyErrorCodes,
|
|
545
|
+
qn as UserKeys,
|
|
546
|
+
Cd as UserProgress,
|
|
547
|
+
Ns as Utxo,
|
|
548
|
+
Ir as VERIFICATION_ROUTES,
|
|
549
|
+
Ud as VERIFICATION_TYPE,
|
|
550
|
+
vn as ValueCache,
|
|
551
|
+
vd as VerificationTypes,
|
|
552
|
+
ya as WALLETS_SKIP_MPC_FLOW,
|
|
553
|
+
k as WALLET_API,
|
|
554
|
+
Co as WALLET_SUPPORTED_CHAINS,
|
|
555
|
+
_r as WALLET_TASK_VERIFICATION_TYPES,
|
|
556
|
+
za as WELCOME_TASKS,
|
|
557
|
+
ng as WETHABI,
|
|
558
|
+
Sa as WETH_ERC20_TOKEN_ADDRESS,
|
|
559
|
+
Ta as WRAPPER_TOKEN_EXCHANGE_ADDRESSES,
|
|
560
|
+
bn as abiDecodeUtxo,
|
|
561
|
+
vc as absBigInt,
|
|
562
|
+
Ws as activityStorage,
|
|
563
|
+
AT as addPaddingToUtxos,
|
|
564
|
+
Te as addTemporaryWalletNonce,
|
|
565
|
+
FS as addressToHexFormat,
|
|
566
|
+
Bc as advancedToBigInt,
|
|
567
|
+
um as aggregateTokenChanges,
|
|
568
|
+
tr as aipriseBaseOnboardingProductionUrl,
|
|
569
|
+
ar as aipriseBaseOnboardingSandboxUrl,
|
|
570
|
+
ge as allocatePrivateSendRecipientInfos,
|
|
571
|
+
ta as allowanceHolder,
|
|
572
|
+
je as arbMainnetData,
|
|
573
|
+
ke as arbMainnetRegistry,
|
|
574
|
+
ye as arbMainnetRegistryFixed,
|
|
575
|
+
lp as arcPublicTokensDB,
|
|
576
|
+
mo as arcTestnetData,
|
|
577
|
+
De as arcTestnetRegistry,
|
|
578
|
+
dx as arraysMatch,
|
|
579
|
+
mT as attemptGetInputUtxosRemotely,
|
|
580
|
+
ao as avalancheData,
|
|
581
|
+
Le as avalancheRegistry,
|
|
582
|
+
Ue as avalancheRegistryFixed,
|
|
583
|
+
kn as babyJubInstance,
|
|
584
|
+
Pr as backendVersion,
|
|
585
|
+
IT as balanceChangedCustomHandler,
|
|
586
|
+
gT as balanceChangedHandler,
|
|
587
|
+
io as baseData,
|
|
588
|
+
ve as baseRegistry,
|
|
589
|
+
Be as baseRegistryFixed,
|
|
590
|
+
bc as beepsToPercentage,
|
|
591
|
+
Fc as bigintApplySugar,
|
|
592
|
+
Mc as bigintMax,
|
|
593
|
+
$t as blockReorgDepth,
|
|
594
|
+
Ze as bnbMainnetData,
|
|
595
|
+
be as bnbMainnetRegistry,
|
|
596
|
+
Fe as bnbMainnetRegistryFixed,
|
|
597
|
+
Xt as boostAmounts,
|
|
598
|
+
Jl as browserSupported,
|
|
599
|
+
Qm as buildAnchorStealthAddressStructure,
|
|
600
|
+
BS as buildClaimableDepositPlan,
|
|
601
|
+
dA as buildInNullifiers,
|
|
602
|
+
EA as buildOutCommitments,
|
|
603
|
+
li as buildSolanaTransferPlan,
|
|
604
|
+
gA as calcAccessTokenSiblingAndSidesFromAccessKey,
|
|
605
|
+
uA as calcAccessTokenSiblingsAndSides,
|
|
606
|
+
IA as calcAmountChanges,
|
|
607
|
+
_A as calcCommitmentsSiblingAndSides,
|
|
608
|
+
PA as calcEncryptedOutputs,
|
|
609
|
+
RA as calcPublicSignalCount,
|
|
610
|
+
CA as calcStealthAddressStructure,
|
|
611
|
+
Vc as calculateAmountUsingBeeps,
|
|
612
|
+
Hc as calculateBigIntSum,
|
|
613
|
+
eT as calculateDollarValue,
|
|
614
|
+
Kc as calculateSum,
|
|
615
|
+
fS as calculateTotalFee,
|
|
616
|
+
xS as calculateWithdrawalAmount,
|
|
617
|
+
M as callLifiAPI,
|
|
538
618
|
f as callOneInchAPI,
|
|
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
|
-
vc as convertIntegrationProviderToExternalActionId,
|
|
619
|
+
S as callRelayerSolanaTransactBatchAPI,
|
|
620
|
+
T as callRelayerTransactAPI,
|
|
621
|
+
A as callRelayerTransactBatchAPI,
|
|
622
|
+
af as capitalizeFirstLetter,
|
|
623
|
+
nf as capitalizeName,
|
|
624
|
+
gf as caseInsensitiveEqual,
|
|
625
|
+
ho as chainIds,
|
|
626
|
+
No as chainIdsByType,
|
|
627
|
+
Pn as chainNativeTokenSymbol,
|
|
628
|
+
zf as checkAddressNotUpdated,
|
|
629
|
+
FA as checkEOAWithDelegation,
|
|
630
|
+
Oc as checkHinkalAccessToken,
|
|
631
|
+
P as checkRisk,
|
|
632
|
+
xx as checkTokensForShielding,
|
|
633
|
+
Fn as checkUtxoSignature,
|
|
634
|
+
MS as circomDataToArray,
|
|
635
|
+
ht as coingeckoPriceUrl,
|
|
636
|
+
Nt as coingeckoPriceUrl2,
|
|
637
|
+
Ot as coingeckoTokenListUrl,
|
|
638
|
+
jm as constructAdminData,
|
|
639
|
+
TA as constructEmporiumProof,
|
|
640
|
+
UA as constructSolanaZkProof,
|
|
641
|
+
gx as constructStealthAddressStructure,
|
|
642
|
+
xA as constructZkProof,
|
|
643
|
+
js as contactStorage,
|
|
644
|
+
Go as contractMetadataMapping,
|
|
645
|
+
tS as convertBigIntToBytes32,
|
|
646
|
+
aS as convertBytes32ToBigInt,
|
|
647
|
+
ox as convertEmporiumOpToCallInfo,
|
|
648
|
+
bm as convertIntegrationProviderToExternalActionId,
|
|
570
649
|
ul as convertOKXToHinkalInstructions,
|
|
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
|
-
|
|
650
|
+
Yx as convertPublicKeyToBigint,
|
|
651
|
+
El as convertSolanaPublicSignals,
|
|
652
|
+
Wc as countTotalAmountInUtxos,
|
|
653
|
+
Tl as createAndExtendAddressLookupTable,
|
|
654
|
+
MA as createApproveEmporiumOp,
|
|
655
|
+
w as createBrotherhood,
|
|
656
|
+
Ff as createCacheDevice,
|
|
657
|
+
hA as createCallDataHash,
|
|
658
|
+
xm as createCustomRpcProvider,
|
|
659
|
+
Sm as createCustomSolanaConnection,
|
|
660
|
+
VA as createLifiBridgeOps,
|
|
661
|
+
HT as createOKXQuote,
|
|
662
|
+
Tm as createProvider,
|
|
663
|
+
Zx as createSigner,
|
|
664
|
+
QA as createSwapToEmporiumOpForUniswap,
|
|
665
|
+
$A as createSwapToEmporiumOps,
|
|
666
|
+
HA as createTransaferEmporiumOpsBatch,
|
|
667
|
+
KA as createTransferToEmporiumOp,
|
|
668
|
+
VS as createTronWeb,
|
|
669
|
+
qx as createVoidSigner,
|
|
670
|
+
jx as createVoidSolanaWallet,
|
|
671
|
+
Oo as currentTronChainId,
|
|
672
|
+
ks as customTokenRegistry,
|
|
673
|
+
JE as daiABI,
|
|
674
|
+
Vf as debounce,
|
|
675
|
+
WA as decodeEmporiumMetadata,
|
|
676
|
+
zT as decodeMessage,
|
|
677
|
+
Mn as decodeSolanaOnChainUtxo,
|
|
678
|
+
Vn as decodeUtxo,
|
|
679
|
+
Hn as decodeUtxoConstructorArgs,
|
|
680
|
+
Gn as decryptUtxo,
|
|
681
|
+
Yn as decryptUtxoConstructorArgs,
|
|
682
|
+
hd as defaultFeeStructure,
|
|
683
|
+
Wo as defaultFeeToken,
|
|
684
|
+
Nd as defaultHinkalLogicArgs,
|
|
685
|
+
ld as defaultHookData,
|
|
686
|
+
fd as defaultHookDataArray,
|
|
687
|
+
xt as defaultSignatureData,
|
|
688
|
+
xd as defaultStealthAddressStructure,
|
|
689
|
+
Od as defaultUseApprovalUTXOData,
|
|
690
|
+
hr as deploymentMode,
|
|
691
|
+
NA as deserializeCircomData,
|
|
692
|
+
$l as deserializeDecodedTxs,
|
|
693
|
+
OS as deserializeUtxoConstructorParams,
|
|
694
|
+
HS as detectTronChainIdFromHost,
|
|
695
|
+
G as editBrotherhood,
|
|
696
|
+
Re as emitReferralTx,
|
|
697
|
+
Ce as emitTxPublicData,
|
|
698
|
+
wA as emporiumOp,
|
|
699
|
+
wd as emptyDecodedTx,
|
|
700
|
+
Sd as emptyStealthAddressStructure,
|
|
701
|
+
GA as encodeEmporiumMetadata,
|
|
702
|
+
Bx as encodeParsedInLogicMetadata,
|
|
703
|
+
Kn as encodeSolanaOnChainUtxo,
|
|
704
|
+
$m as encodeToByte32Array,
|
|
705
|
+
Xn as encryptUtxo,
|
|
706
|
+
Hl as ensureAmountChanges,
|
|
707
|
+
_l as ensureAtaExists,
|
|
708
|
+
Pl as estimateComputeUnitLimit,
|
|
709
|
+
Qe as ethMainnetData,
|
|
710
|
+
Me as ethMainnetRegistry,
|
|
711
|
+
Ve as ethMainnetRegistryFixed,
|
|
712
|
+
oT as ethToWei,
|
|
713
|
+
St as ethVolatileAddress,
|
|
714
|
+
bp as eventsPublicApprovalsDB,
|
|
715
|
+
KS as evmHexToTronBase58Address,
|
|
716
|
+
pc as extractMessage,
|
|
717
|
+
Ux as extractTokenIdsFromAssetChanges,
|
|
718
|
+
Rc as factoryABI,
|
|
719
|
+
BA as fetchOnChainRootHashes,
|
|
720
|
+
Rl as fetchSolanaTransaction,
|
|
721
|
+
wc as fixDecimalsAmount,
|
|
722
|
+
ux as formatAddress,
|
|
723
|
+
Gc as formatAmountInput,
|
|
724
|
+
Pf as formatDate,
|
|
725
|
+
Xx as formatMintAddress,
|
|
726
|
+
Im as formatTokenChangesList,
|
|
727
|
+
Rf as formatTxTimestamp,
|
|
728
|
+
tc as gasErrorCodes,
|
|
729
|
+
H as generateAumPoints,
|
|
730
|
+
SS as generateFeeStructure,
|
|
731
|
+
YA as generateFundAndApproveOps,
|
|
732
|
+
WS as generateProofSignatureRemotely,
|
|
733
|
+
K as generateTradingPoints,
|
|
734
|
+
DA as generateZkProof,
|
|
735
|
+
el as getAccessTokenAccountPublicKey,
|
|
736
|
+
ol as getAccessTokenMerkleAccountPublicKey,
|
|
649
737
|
rl as getAccessTokenStorageAccountPublicKey,
|
|
738
|
+
Cl as getAccountsFromInstructions,
|
|
739
|
+
sf as getAddressFromStateKey,
|
|
650
740
|
Al as getAddressLookupTableAccounts,
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
741
|
+
rT as getAmountInToken,
|
|
742
|
+
tT as getAmountInWei,
|
|
743
|
+
aT as getAmountInWeiOrZero,
|
|
744
|
+
nT as getAmountWithPrecision,
|
|
745
|
+
iT as getAmountWithPrecisionOrZero,
|
|
746
|
+
PT as getApprovedBalance,
|
|
747
|
+
RT as getApprovedUtxos,
|
|
748
|
+
CT as getApprovedUtxosForToken,
|
|
749
|
+
XA as getAuthorizationDataIfNeeded,
|
|
750
|
+
wf as getBlockExplorerUrl,
|
|
751
|
+
Y as getBrotherhood,
|
|
752
|
+
X as getBrotherhoodUsers,
|
|
753
|
+
Dx as getChainBalanceFetchingMutex,
|
|
754
|
+
pf as getChainIdFromStateKey,
|
|
755
|
+
$n as getCircomSign,
|
|
756
|
+
kt as getCoinByAddress,
|
|
757
|
+
yt as getCoinById,
|
|
758
|
+
Dt as getCoinMarketChartByTokenId,
|
|
759
|
+
Lt as getCoingeckoIdForNativeTokens,
|
|
760
|
+
Ut as getCoingeckoPlatform,
|
|
669
761
|
s as getCoingeckoPrice,
|
|
670
762
|
p as getCoingeckoPrice2,
|
|
671
763
|
c as getCoingeckoPrices,
|
|
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
|
-
cl as
|
|
764
|
+
m as getCoingeckoTokenList,
|
|
765
|
+
QS as getContractAddress,
|
|
766
|
+
Cf as getCurrentDayStart,
|
|
767
|
+
hf as getCurrentTimeInSeconds,
|
|
768
|
+
z as getCurrentUserBrotherhood,
|
|
769
|
+
Z as getCurrentUserBrotherhoodUsers,
|
|
770
|
+
Nf as getCurrentWeekStart,
|
|
771
|
+
ZT as getDecodedMessage,
|
|
772
|
+
Of as getDelayUntilUtc8,
|
|
773
|
+
GE as getERC20Registry,
|
|
774
|
+
_m as getERC20Token,
|
|
775
|
+
Pm as getERC20TokenBySymbol,
|
|
776
|
+
kf as getEffectiveSevenDaysAgo,
|
|
777
|
+
yf as getEffectiveToday,
|
|
778
|
+
tl as getEncryptedOutputsAccountPublicKey,
|
|
779
|
+
Rm as getErc20TokensForChain,
|
|
780
|
+
cc as getErrorMessage,
|
|
781
|
+
mc as getErrorMessageFromSandboxRequest,
|
|
782
|
+
dm as getExternalActionIdFromNumber,
|
|
783
|
+
Em as getExternalActionIdHash,
|
|
784
|
+
Wl as getFeeStructure,
|
|
785
|
+
rm as getFilePath,
|
|
786
|
+
YE as getFixedRegistry,
|
|
787
|
+
Gm as getFlatFees,
|
|
788
|
+
E as getGasEstimates,
|
|
789
|
+
td as getGasTokenRecords,
|
|
790
|
+
TS as getGasTokenSymbols,
|
|
791
|
+
Xp as getGenericFeeOverTransactionValueErrorMessage,
|
|
792
|
+
tm as getHinkalCache,
|
|
793
|
+
$ as getHinkalLandingURL,
|
|
794
|
+
Yo as getHinkalParameters,
|
|
795
|
+
C as getIdleRelay,
|
|
796
|
+
am as getInHinkalAddressesCache,
|
|
797
|
+
nm as getInHinkalAddressesFilePath,
|
|
798
|
+
lT as getInputUtxoAndBalance,
|
|
799
|
+
fT as getInputUtxoAndBalanceOfStuckUtxos,
|
|
800
|
+
xT as getInputUtxoAndBalancePerToken,
|
|
801
|
+
ST as getInputUtxosRemotely,
|
|
802
|
+
al as getInstructionsAccountPublicKey,
|
|
803
|
+
Mm as getInteractionFromAction,
|
|
804
|
+
Gl as getKycAndSignatureData,
|
|
805
|
+
MT as getLifiPrice,
|
|
806
|
+
nl as getMerkleAccountPublicKey,
|
|
807
|
+
Fx as getNetworkName,
|
|
808
|
+
Zl as getNetworkObject,
|
|
809
|
+
ql as getNetworkType,
|
|
810
|
+
Df as getNextDayDelay,
|
|
811
|
+
Lf as getNextDayISO,
|
|
812
|
+
ko as getNonLocalhostChainId,
|
|
813
|
+
il as getNullifierAccount,
|
|
814
|
+
KT as getOKXPrice,
|
|
815
|
+
vT as getOdosPrice,
|
|
816
|
+
iS as getOnChainUtxosFromReceipt,
|
|
817
|
+
cS as getOnChainUtxosFromReceiptSolana,
|
|
818
|
+
bT as getOneInchPrice,
|
|
819
|
+
wi as getPatchedAccessTokenMerkleTree,
|
|
820
|
+
ee as getPayURL,
|
|
821
|
+
qT as getPermitInfo,
|
|
822
|
+
Uf as getPreviousWeekStart,
|
|
823
|
+
sl as getProofAccountPart1PublicKey,
|
|
824
|
+
pl as getProofAccountPart2PublicKey,
|
|
825
|
+
qS as getProviderFromContract,
|
|
826
|
+
nx as getPublicBalance,
|
|
827
|
+
ix as getPublicBalanceByTokenAddress,
|
|
828
|
+
sx as getPublicBalancesOfTokens,
|
|
829
|
+
q as getPublicBrotherhoods,
|
|
830
|
+
px as getPublicTransactionCount,
|
|
831
|
+
ES as getRandomProxyAvatarIndex,
|
|
832
|
+
tx as getRecipientInfoFromUserKeys,
|
|
833
|
+
oe as getRewardsURL,
|
|
834
|
+
fe as getScheduledTransactions,
|
|
835
|
+
xe as getScheduledTransactionsNullifierIndexes,
|
|
836
|
+
Lm as getSequence,
|
|
837
|
+
dT as getShieldedBalance,
|
|
838
|
+
CS as getSignatureFromEnclave,
|
|
839
|
+
wx as getSignatureHeader,
|
|
840
|
+
jS as getSignerFromContract,
|
|
841
|
+
OA as getSlippageValues,
|
|
842
|
+
lA as getSolanaPriorityFee,
|
|
843
|
+
Ci as getSolanaProxySendSerializedTransaction,
|
|
844
|
+
Oi as getSolanaProxyShieldSerializedTransaction,
|
|
845
|
+
_i as getSolanaProxySwapSerializedTransaction,
|
|
846
|
+
cx as getSolanaPublicBalances,
|
|
847
|
+
cf as getStateKey,
|
|
848
|
+
cl as getStorageAccountPublicKey,
|
|
849
|
+
ml as getStorageVaultPublicKey,
|
|
757
850
|
ll as getSwapperAccountPublicKey,
|
|
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
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
851
|
+
fl as getSwapperAccountPublicKeyFromSalt,
|
|
852
|
+
Ae as getTemporaryWalletNonces,
|
|
853
|
+
YT as getTokenHolder,
|
|
854
|
+
xl as getTokenLimitStorageAccountPublicKey,
|
|
855
|
+
u as getTokenPreviousDayPrices,
|
|
856
|
+
I as getTokenPrices,
|
|
857
|
+
mf as getTokenStateKey,
|
|
858
|
+
ua as getTokensLimits,
|
|
859
|
+
od as getTokensToDepositBack,
|
|
860
|
+
NT as getTransactionLogEvents,
|
|
861
|
+
kT as getUniswapFee,
|
|
862
|
+
yT as getUniswapPrice,
|
|
863
|
+
DT as getUniswapPriceHelper,
|
|
864
|
+
_S as getUtxosFromEnclave,
|
|
865
|
+
sS as getUtxosFromReceipt,
|
|
866
|
+
mS as getUtxosFromReceiptSolana,
|
|
867
|
+
Yc as getValueFirstNDigit,
|
|
868
|
+
wS as getVerifierId,
|
|
869
|
+
re as getWalletOnboardingURL,
|
|
870
|
+
$T as groupConnectorsByWallet,
|
|
871
|
+
kx as hasEnoughBalance,
|
|
872
|
+
Ix as hashEthereumAddress,
|
|
873
|
+
lf as hexToUtf8,
|
|
874
|
+
Ui as hinkalClaimUtxo,
|
|
875
|
+
ai as hinkalDeposit,
|
|
876
|
+
Di as hinkalDepositAndWithdraw,
|
|
877
|
+
ni as hinkalDepositForOther,
|
|
878
|
+
Ai as hinkalPrivateWallet,
|
|
879
|
+
ui as hinkalProxySwap,
|
|
880
|
+
Tt as hinkalSimulationAddress,
|
|
881
|
+
Fi as hinkalSolanaClaimUtxo,
|
|
882
|
+
Bi as hinkalSolanaProoflessDeposit,
|
|
883
|
+
hi as hinkalSolanaProxySend,
|
|
884
|
+
ki as hinkalSolanaProxyShield,
|
|
885
|
+
Pi as hinkalSolanaProxySwap,
|
|
886
|
+
fi as hinkalSolanaTransfer,
|
|
887
|
+
si as hinkalSwap,
|
|
888
|
+
ci as hinkalTransfer,
|
|
889
|
+
Si as hinkalWithdraw,
|
|
890
|
+
Vi as hinkalWithdrawStuckUtxos,
|
|
891
|
+
cA as hmacSha512,
|
|
892
|
+
Dp as httpClient,
|
|
893
|
+
vl as initTokenLimitIfNeeded,
|
|
894
|
+
ac as insufficientResourcesErrorCodes,
|
|
895
|
+
Cm as isArcNativeToken,
|
|
896
|
+
ei as isCircomNegative,
|
|
897
|
+
Nr as isDevelopment,
|
|
898
|
+
Or as isExtension,
|
|
899
|
+
eA as isInjectedConnector,
|
|
900
|
+
yo as isLocalNetwork,
|
|
901
|
+
oA as isMockConnector,
|
|
902
|
+
hm as isNFTToken,
|
|
903
|
+
_x as isNativePlaceholderAddress,
|
|
904
|
+
df as isNicknameValid,
|
|
905
|
+
kr as isNode,
|
|
906
|
+
gn as isNonCircularToken,
|
|
907
|
+
yr as isNotClientProduction,
|
|
908
|
+
Dr as isNotProduction,
|
|
909
|
+
ff as isNullOrEmpty,
|
|
910
|
+
Do as isOptimismLike,
|
|
911
|
+
Lr as isPlayground,
|
|
912
|
+
Sx as isSameERC20Token,
|
|
913
|
+
Ur as isSandbox,
|
|
914
|
+
rA as isSolanaConnector,
|
|
915
|
+
Lo as isSolanaLike,
|
|
916
|
+
Wn as isSolanaOnChainUtxo,
|
|
917
|
+
vr as isStaging,
|
|
918
|
+
tA as isTronConnector,
|
|
919
|
+
Uo as isTronLike,
|
|
920
|
+
Qf as isUseApprovalDataEmpty,
|
|
921
|
+
Px as isValidPrivateAddress,
|
|
922
|
+
Rx as isValidSolanaPublicKey,
|
|
923
|
+
Cx as isValidTronAddress,
|
|
924
|
+
Vx as isValidUrl,
|
|
925
|
+
Br as isWebpack,
|
|
926
|
+
j as joinBrotherhood,
|
|
927
|
+
yn as jubHolder,
|
|
928
|
+
J as leaveBrotherhood,
|
|
929
|
+
im as loadTxsCache,
|
|
930
|
+
po as localhostData,
|
|
931
|
+
vo as localhostNetwork,
|
|
932
|
+
He as localhostRegistry,
|
|
933
|
+
fc as logError,
|
|
934
|
+
uf as lowerCaseIncludes,
|
|
935
|
+
If as lowerCaseStartsWith,
|
|
936
|
+
zt as lpLink,
|
|
937
|
+
Zt as lpProgramStartWeek,
|
|
938
|
+
Xc as maxBigInt,
|
|
939
|
+
oa as mediaUrls,
|
|
940
|
+
zc as minBigInt,
|
|
941
|
+
Zm as modifyVolatileTokenAmountChanges,
|
|
942
|
+
vf as msToISOString,
|
|
943
|
+
Bo as networkRegistry,
|
|
944
|
+
Fa as oauthUrls,
|
|
945
|
+
At as oneInchZeroAddress,
|
|
946
|
+
Lc as openDefaultPassportWindow,
|
|
947
|
+
yc as openPassportWindow,
|
|
948
|
+
eo as optimismData,
|
|
949
|
+
lg as optimismGasPriceOracleAbi,
|
|
950
|
+
Ke as optimismRegistry,
|
|
846
951
|
We as optimismRegistryFixed,
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
952
|
+
Xm as outputApprovalDataProcessing,
|
|
953
|
+
Hm as outputUtxoProcessing,
|
|
954
|
+
dt as ownerPublicKey,
|
|
955
|
+
$f as padUseApprovalUtxoData,
|
|
956
|
+
aa as pancaceSwapPermit2Address,
|
|
957
|
+
GS as parseZkCalldata,
|
|
958
|
+
ep as payActivityStorage,
|
|
959
|
+
na as permit2Address,
|
|
960
|
+
Et as permitSignatureValidFor,
|
|
961
|
+
qt as pointsLink,
|
|
962
|
+
Hf as pollForValue,
|
|
963
|
+
ro as polygonData,
|
|
964
|
+
we as polygonRegistry,
|
|
965
|
+
Ge as polygonRegistryFixed,
|
|
966
|
+
Cn as poseidonFunction,
|
|
967
|
+
hn as poseidonHash,
|
|
968
|
+
Nn as poseidonHolder,
|
|
969
|
+
Kx as postToOffscreen,
|
|
970
|
+
Ln as preProcessing,
|
|
971
|
+
Jx as prepareEthersProviderAdapter,
|
|
972
|
+
Qx as prepareHinkal,
|
|
973
|
+
$x as prepareHinkalFromSeedPhrases,
|
|
974
|
+
eS as prepareHinkalWithSignature,
|
|
975
|
+
oS as prepareSolanaProviderAdapter,
|
|
976
|
+
La as presaleABI,
|
|
977
|
+
Ua as presaleContractInfoByChain,
|
|
978
|
+
Zs as pricesStorage,
|
|
979
|
+
Xs as privateBalancesStorage,
|
|
980
|
+
tp as privateTokensDB,
|
|
981
|
+
vt as proCoingeckoUrl,
|
|
982
|
+
Bt as proHeader,
|
|
983
|
+
Wm as processGasEstimates,
|
|
984
|
+
jA as produceOp,
|
|
985
|
+
Um as promisify,
|
|
986
|
+
Gs as publicBalancesStorage,
|
|
987
|
+
ip as publicTokensDB,
|
|
988
|
+
Cc as quoterV2ABI,
|
|
989
|
+
jt as raffleProgramStartWeek,
|
|
990
|
+
sT as randomBigInt,
|
|
991
|
+
bl as recipientUtxoProcessing,
|
|
992
|
+
zA as recoverAuthorizationData,
|
|
993
|
+
Jt as referralLink,
|
|
994
|
+
rf as reloadPage,
|
|
995
|
+
de as removeTemporaryWalletNonce,
|
|
996
|
+
YS as reorderZkCallData,
|
|
997
|
+
xf as replaceAllInstances,
|
|
998
|
+
ym as requireEnv,
|
|
999
|
+
sm as resetCache,
|
|
1000
|
+
pm as resetInHinkalAddressesCache,
|
|
1001
|
+
Ei as resetMerkleTrees,
|
|
1002
|
+
WE as resetStateMutex,
|
|
1003
|
+
ae as resolveSns,
|
|
1004
|
+
vm as resolveSync,
|
|
1005
|
+
zp as rethrowKnownGasErrorIfPossible,
|
|
1006
|
+
y as rpcGetStorageChanges,
|
|
1007
|
+
lx as rpcIntEncode,
|
|
1008
|
+
D as rpcSimulateBundle,
|
|
1009
|
+
L as rpcSimulateTransaction,
|
|
1010
|
+
wT as runContractFunction,
|
|
1011
|
+
cg as sanctionsListABI,
|
|
1012
|
+
cm as saveTxsCache,
|
|
1013
|
+
bt as searchBySymbol,
|
|
1014
|
+
Nm as searchCompareFunction,
|
|
1015
|
+
LT as searchPoolAndFee,
|
|
1016
|
+
ie as seedlessBackup,
|
|
1017
|
+
se as seedlessCheckPassword,
|
|
1018
|
+
pe as seedlessInit,
|
|
1019
|
+
ce as seedlessSalt,
|
|
1020
|
+
me as seedlessStatus,
|
|
1021
|
+
nd as selectGasToken,
|
|
1022
|
+
Ll as sendInitNullifiersTransaction,
|
|
1023
|
+
_e as sendPrivateSendEmailNotifications,
|
|
1024
|
+
hl as sendProxyV0Transaction,
|
|
1025
|
+
Nl as sendV0Transaction,
|
|
1026
|
+
kA as serializeCircomData,
|
|
1027
|
+
ef as serializeDecodedTxs,
|
|
1028
|
+
Ol as serializeProxyV0Transaction,
|
|
1029
|
+
kS as serializeUtxoConstructorParams,
|
|
1030
|
+
mm as setHinkalCache,
|
|
1031
|
+
lm as setInHinkalAddressesCache,
|
|
1032
|
+
JT as signAndSendSerializedTransaction,
|
|
1033
|
+
gt as signaturePhrase,
|
|
1034
|
+
Qs as signedMessagesStorage,
|
|
1035
|
+
zS as simulateTronTransaction,
|
|
1036
|
+
U as simulateTx,
|
|
1037
|
+
bo as solanaChainIdStr,
|
|
1038
|
+
fo as solanaData,
|
|
1039
|
+
Ye as solanaLocalnetRegistry,
|
|
1040
|
+
Xe as solanaMainnetRegistry,
|
|
1041
|
+
ut as solanaNativeAddress,
|
|
1042
|
+
nA as solanaWalletToConnector,
|
|
1043
|
+
Om as sortTokens,
|
|
1044
|
+
jn as stealthAddressCacheDevice,
|
|
1045
|
+
Jn as stealthPairCacheDevice,
|
|
1046
|
+
Ml as storeInstructions,
|
|
1047
|
+
yl as storeProof,
|
|
1048
|
+
hS as storeSignatureInEnclave,
|
|
1049
|
+
PS as storeUtxoInEnclave,
|
|
1050
|
+
nr as supportedPassportLinks,
|
|
1051
|
+
v as tenderlyRpcLinks,
|
|
1052
|
+
Zc as toBigInt,
|
|
1053
|
+
qc as toBigIntOrUndefined,
|
|
1054
|
+
pT as toBigIntWithDecimals,
|
|
1055
|
+
jc as toCommaSeparatedNumberString,
|
|
1056
|
+
Jc as toInt,
|
|
1057
|
+
Qc as toNumberOrUndefined,
|
|
1058
|
+
Sf as toTitleCase,
|
|
1059
|
+
pp as tokenVisibilityStorage,
|
|
1060
|
+
b as tokensInfoCall,
|
|
1061
|
+
ue as topUpPrivateSendRecipientInfos,
|
|
1062
|
+
nc as transactionErrorCodes,
|
|
1063
|
+
hc as transactionProverABI,
|
|
1064
|
+
Nx as trimFieldValues,
|
|
1065
|
+
$c as trimLeadingZeros,
|
|
1066
|
+
sA as tronAdapterToConnector,
|
|
1067
|
+
Ao as tronMainnetData,
|
|
1068
|
+
So as tronNileData,
|
|
1069
|
+
em as truncateToDecimalPlaces,
|
|
1070
|
+
ia as uniswap2Manager,
|
|
1071
|
+
sa as uniswap3Manager,
|
|
1072
|
+
pa as uniswapApprovalExtraCallData,
|
|
1073
|
+
Xo as uniswapV2PoolData,
|
|
1074
|
+
zo as uniswapV3FactoryData,
|
|
1075
|
+
Zo as uniswapV3PoolData,
|
|
1076
|
+
qo as uniswapV3QuoterData,
|
|
1077
|
+
Yf as uniswapWorkaround,
|
|
1078
|
+
ca as uniswapWorkaroundAddresses,
|
|
1079
|
+
sd as updateHinkal,
|
|
1080
|
+
Tx as validateAndGetChainId,
|
|
1081
|
+
Tf as validateEmail,
|
|
1082
|
+
uS as validateUsername,
|
|
1083
|
+
Kf as wait,
|
|
1084
|
+
Xl as waitForDepositedUtxosInMerkleTree,
|
|
1085
|
+
DS as waitForEthereumTransactionConfirmation,
|
|
1086
|
+
LS as waitForSolanaTransactionConfirmation,
|
|
1087
|
+
US as waitForTransactionConfirmation,
|
|
1088
|
+
Bf as waitLittle,
|
|
1089
|
+
ic as walletConnectErrorCodes,
|
|
1090
|
+
It as wrappedSolanaAddress,
|
|
1091
|
+
_t as zeroAddress
|
|
971
1092
|
};
|