@gurge/sdk 0.3.13 → 0.3.14
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 -0
- package/API/API.mjs +129 -0
- package/API/admin-calls.cjs +1 -0
- package/API/admin-calls.mjs +8 -0
- package/API/callMonitor.cjs +1 -0
- package/API/callMonitor.mjs +8 -0
- package/API/callNearIntentsAPI.cjs +1 -0
- package/API/callNearIntentsAPI.mjs +8 -0
- package/API/checkRisk.cjs +1 -0
- package/API/checkRisk.mjs +8 -0
- package/API/enclaveRecipientInfoCalls.cjs +1 -0
- package/API/enclaveRecipientInfoCalls.mjs +7 -0
- package/API/enclaveSignatureCalls.cjs +1 -0
- package/API/enclaveSignatureCalls.mjs +13 -0
- package/API/enclaveUtxoCalls.cjs +1 -0
- package/API/enclaveUtxoCalls.mjs +23 -0
- package/API/getCoingeckoPrice.cjs +1 -0
- package/API/getCoingeckoPrice.mjs +17 -0
- package/API/getServerURL.cjs +1 -0
- package/API/getServerURL.mjs +21 -0
- package/API/getWebsiteURL.cjs +1 -0
- package/API/getWebsiteURL.mjs +45 -0
- package/API/index.cjs +1 -0
- package/API/index.mjs +25 -0
- package/API/proxyAccountsCalls.cjs +1 -0
- package/API/resolve-sns.cjs +1 -0
- package/API/resolve-sns.mjs +12 -0
- package/API/scheduled-transactions-calls.cjs +1 -0
- package/API/scheduled-transactions-calls.mjs +11 -0
- package/API/tenderly.api.cjs +1 -0
- package/API/tenderly.api.mjs +37 -0
- package/API/token-calls.cjs +1 -0
- package/API/token-calls.d.ts +2 -0
- package/API/token-calls.mjs +12 -0
- package/README.md +4 -4
- package/constants/activity.constants.cjs +1 -0
- package/constants/activity.constants.mjs +14 -0
- package/constants/addresses.constants.cjs +1 -0
- package/constants/addresses.constants.mjs +71 -0
- package/constants/assets.constants.cjs +1 -0
- package/constants/assets.constants.mjs +16 -0
- package/constants/auth.constants.cjs +1 -0
- package/constants/auth.constants.mjs +4 -0
- package/constants/backend.constants.cjs +1 -0
- package/constants/backend.constants.mjs +15 -0
- package/constants/balance.constants.cjs +1 -0
- package/constants/balance.constants.mjs +4 -0
- package/constants/bridging.constants.cjs +1 -0
- package/constants/bridging.constants.mjs +32 -0
- package/constants/chains.constants.cjs +1 -0
- package/constants/chains.constants.mjs +332 -0
- package/constants/coingecko.constants.cjs +1 -0
- package/constants/coingecko.constants.mjs +51 -0
- package/constants/contracts.constants.cjs +1 -0
- package/constants/contracts.constants.mjs +59 -0
- package/constants/conversion.constants.cjs +1 -0
- package/constants/conversion.constants.mjs +4 -0
- package/constants/deploy-data/deploy-data-arbMainnet.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-arbMainnet.json.mjs +3491 -0
- package/constants/deploy-data/deploy-data-arcTestnet.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-arcTestnet.json.mjs +3562 -0
- package/constants/deploy-data/deploy-data-base.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-base.json.mjs +3491 -0
- package/constants/deploy-data/deploy-data-ethMainnet.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-ethMainnet.json.mjs +3491 -0
- package/constants/deploy-data/deploy-data-localhost.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-localhost.json.mjs +2285 -0
- package/constants/deploy-data/deploy-data-optimism.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-optimism.json.mjs +3491 -0
- package/constants/deploy-data/deploy-data-optimismTest.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-optimismTest.json.mjs +3565 -0
- package/constants/deploy-data/deploy-data-polygon.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-polygon.json.mjs +3491 -0
- package/constants/deploy-data/deploy-data-sepoliaTestnet.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-sepoliaTestnet.json.mjs +3561 -0
- package/constants/deploy-data/deploy-data-solana.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-solana.json.mjs +7 -0
- package/constants/deploy-data/deploy-data-tempo.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-tempo.json.mjs +3563 -0
- package/constants/deploy-data/deploy-data-tronMainnet.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-tronMainnet.json.mjs +3530 -0
- package/constants/deploy-data/deploy-data-tronNile.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-tronNile.json.mjs +3530 -0
- package/constants/deploy-data/index.d.ts +14 -0
- package/constants/fees.constants.cjs +1 -0
- package/constants/fees.constants.mjs +14 -0
- package/constants/function-signatures.constants.cjs +1 -0
- package/constants/function-signatures.constants.mjs +4 -0
- package/constants/images.constants.cjs +1 -0
- package/constants/images.constants.mjs +4 -0
- package/constants/index.cjs +1 -0
- package/constants/index.d.ts +38 -0
- package/constants/index.mjs +52 -0
- package/constants/kyc.constants.cjs +1 -0
- package/constants/kyc.constants.mjs +126 -0
- package/constants/lifi.constants.cjs +1 -0
- package/constants/lifi.constants.mjs +9 -0
- package/constants/link.constant.cjs +1 -0
- package/constants/link.constant.mjs +4 -0
- package/constants/mediaUrls.constants.cjs +1 -0
- package/constants/mediaUrls.constants.mjs +48 -0
- package/constants/oauthUrls.constants.cjs +1 -0
- package/constants/oauthUrls.constants.mjs +7 -0
- package/constants/okx.constants.cjs +1 -0
- package/constants/okx.constants.mjs +4 -0
- package/constants/pay.constants.cjs +1 -0
- package/constants/pay.constants.mjs +4 -0
- package/constants/permit2.constants.cjs +1 -0
- package/constants/permit2.constants.mjs +10 -0
- package/constants/presale.constants.cjs +1 -0
- package/constants/presale.constants.mjs +449 -0
- package/constants/price-impact.constants.cjs +1 -0
- package/constants/price-impact.constants.mjs +4 -0
- package/constants/protocol.constants.cjs +1 -0
- package/constants/protocol.constants.mjs +24 -0
- package/constants/rewards.constants.cjs +1 -0
- package/constants/rewards.constants.mjs +8 -0
- package/constants/schedule.constants.cjs +1 -0
- package/constants/schedule.constants.mjs +10 -0
- package/constants/server.constants.cjs +1 -0
- package/constants/server.constants.d.ts +140 -0
- package/constants/server.constants.mjs +133 -0
- package/constants/tasks.constants.cjs +1 -0
- package/constants/tasks.constants.mjs +267 -0
- package/constants/token-data/ERC20Registry.cjs +1 -0
- package/constants/token-data/ERC20Registry.d.ts +3 -0
- package/constants/token-data/ERC20Registry.mjs +117 -0
- package/constants/token-data/arbMainnetRegistry.json.cjs +1 -0
- package/constants/token-data/arbMainnetRegistry.json.mjs +1841 -0
- package/constants/token-data/arbMainnetRegistryFixed.json.cjs +1 -0
- package/constants/token-data/arbMainnetRegistryFixed.json.mjs +1841 -0
- package/constants/token-data/arcTestnetRegistry.json.cjs +1 -0
- package/constants/token-data/arcTestnetRegistry.json.mjs +435 -0
- package/constants/token-data/avalancheRegistry.json.cjs +1 -0
- package/constants/token-data/avalancheRegistry.json.mjs +44 -0
- package/constants/token-data/baseRegistry.json.cjs +1 -0
- package/constants/token-data/baseRegistry.json.mjs +1142 -0
- package/constants/token-data/baseRegistryFixed.json.cjs +1 -0
- package/constants/token-data/baseRegistryFixed.json.mjs +1142 -0
- package/constants/token-data/bnbMainnetRegistry.json.cjs +1 -0
- package/constants/token-data/bnbMainnetRegistry.json.mjs +44 -0
- package/constants/token-data/cronosRegistry.json.cjs +1 -0
- package/constants/token-data/cronosRegistry.json.mjs +44 -0
- package/constants/token-data/ethMainnetRegistry.json.cjs +1 -0
- package/constants/token-data/ethMainnetRegistry.json.mjs +4274 -0
- package/constants/token-data/ethMainnetRegistryFixed.json.cjs +1 -0
- package/constants/token-data/ethMainnetRegistryFixed.json.mjs +4274 -0
- package/constants/token-data/hyperEvmRegistry.json.cjs +1 -0
- package/constants/token-data/hyperEvmRegistry.json.mjs +36 -0
- package/constants/token-data/index.cjs +1 -0
- package/constants/token-data/index.d.ts +1206 -0
- package/constants/token-data/index.mjs +27 -0
- package/constants/token-data/inkRegistry.json.cjs +1 -0
- package/constants/token-data/inkRegistry.json.mjs +28 -0
- package/constants/token-data/localhostRegistry.json.cjs +1 -0
- package/constants/token-data/localhostRegistry.json.mjs +2758 -0
- package/constants/token-data/monadRegistry.json.cjs +1 -0
- package/constants/token-data/monadRegistry.json.mjs +36 -0
- package/constants/token-data/optimismRegistry.json.cjs +1 -0
- package/constants/token-data/optimismRegistry.json.mjs +709 -0
- package/constants/token-data/optimismRegistryFixed.json.cjs +1 -0
- package/constants/token-data/optimismRegistryFixed.json.mjs +709 -0
- package/constants/token-data/plasmaRegistry.json.cjs +1 -0
- package/constants/token-data/plasmaRegistry.json.mjs +28 -0
- package/constants/token-data/polygonRegistry.json.cjs +1 -0
- package/constants/token-data/polygonRegistry.json.mjs +2317 -0
- package/constants/token-data/polygonRegistryFixed.json.cjs +1 -0
- package/constants/token-data/polygonRegistryFixed.json.mjs +2317 -0
- package/constants/token-data/popularNonRebasingTokens.cjs +1 -0
- package/constants/token-data/popularNonRebasingTokens.d.ts +2 -0
- package/constants/token-data/popularNonRebasingTokens.mjs +11 -0
- package/constants/token-data/sepoliaTestnetRegistry.json.cjs +1 -0
- package/constants/token-data/sepoliaTestnetRegistry.json.mjs +21 -0
- package/constants/token-data/solanaLocalnetRegistry.json.cjs +1 -0
- package/constants/token-data/solanaLocalnetRegistry.json.mjs +17 -0
- package/constants/token-data/solanaMainnetRegistry.json.cjs +1 -0
- package/constants/token-data/solanaMainnetRegistry.json.mjs +625 -0
- package/constants/token-data/tempoRegistry.json.cjs +1 -0
- package/constants/token-data/tempoRegistry.json.mjs +37 -0
- package/constants/token-data/tronMainnetRegistry.json.cjs +1 -0
- package/constants/token-data/tronMainnetRegistry.json.mjs +28 -0
- package/constants/token-data/tronNileRegistry.json.cjs +1 -0
- package/constants/token-data/tronNileRegistry.json.mjs +17 -0
- package/constants/token.limits.constants.cjs +1 -0
- package/constants/token.limits.constants.mjs +31 -0
- package/constants/tokens.constants.cjs +1 -0
- package/constants/tokens.constants.mjs +38 -0
- package/constants/tx-confirmation.constants.cjs +1 -0
- package/constants/tx-confirmation.constants.mjs +4 -0
- package/constants/vite.constants.cjs +1 -0
- package/constants/vite.constants.mjs +26 -0
- package/constants/wallet.constants.cjs +1 -0
- package/constants/wallet.constants.mjs +4 -0
- package/crypto/babyJub.cjs +1 -0
- package/crypto/ecdh-dual-path.cjs +1 -0
- package/crypto/ecdh-dual-path.mjs +39 -0
- package/crypto/ecdh-sealed-keys.cjs +1 -0
- package/crypto/ecdh-sealed-keys.mjs +33 -0
- package/crypto/ecdh.cjs +1 -0
- package/crypto/ecdh.mjs +9 -0
- package/crypto/eddsa.cjs +1 -0
- package/crypto/index.cjs +1 -0
- package/crypto/index.mjs +7 -0
- package/crypto/poseidon.cjs +1 -0
- package/crypto/preProcessing.cjs +1 -0
- package/crypto/preProcessing.mjs +17 -0
- package/data-structures/AccountActions/AccountActions.cjs +1 -0
- package/data-structures/ApprovalDBs/EventsPublicApprovalsDB.cjs +1 -0
- package/data-structures/ApprovalDBs/EventsPublicApprovalsDB.mjs +199 -0
- package/data-structures/ApprovalDBs/index.cjs +1 -0
- package/data-structures/ApprovalDBs/index.mjs +1 -0
- package/data-structures/Hinkal/Hinkal.cjs +1 -0
- package/data-structures/Hinkal/Hinkal.d.ts +121 -0
- package/data-structures/Hinkal/Hinkal.mjs +453 -0
- package/data-structures/Hinkal/IHinkal.d.ts +109 -0
- package/data-structures/Hinkal/handleAutoDepositBack.cjs +1 -0
- package/data-structures/Hinkal/handleAutoDepositBack.mjs +93 -0
- package/data-structures/Hinkal/hinkalClaimUtxo.cjs +1 -0
- package/data-structures/Hinkal/hinkalClaimUtxo.mjs +54 -0
- package/data-structures/Hinkal/hinkalDeposit.cjs +1 -0
- package/data-structures/Hinkal/hinkalDeposit.mjs +121 -0
- package/data-structures/Hinkal/hinkalDepositAndBridge.cjs +1 -0
- package/data-structures/Hinkal/hinkalDepositAndBridge.d.ts +4 -0
- package/data-structures/Hinkal/hinkalDepositAndBridge.mjs +120 -0
- package/data-structures/Hinkal/hinkalDepositAndWithdraw.cjs +1 -0
- package/data-structures/Hinkal/hinkalDepositAndWithdraw.d.ts +6 -0
- package/data-structures/Hinkal/hinkalDepositAndWithdraw.mjs +79 -0
- package/data-structures/Hinkal/hinkalDepositOnChainUtxos.cjs +1 -0
- package/data-structures/Hinkal/hinkalDepositOnChainUtxos.mjs +54 -0
- package/data-structures/Hinkal/hinkalMultiSend.cjs +1 -0
- package/data-structures/Hinkal/hinkalMultiSend.mjs +12 -0
- package/data-structures/Hinkal/hinkalNearDepositAndBridge.cjs +1 -0
- package/data-structures/Hinkal/hinkalNearDepositAndBridge.mjs +43 -0
- package/data-structures/Hinkal/hinkalPalEvmDeposit.cjs +1 -0
- package/data-structures/Hinkal/hinkalPalEvmDeposit.mjs +19 -0
- package/data-structures/Hinkal/hinkalPalSolanaDepositPrepare.cjs +1 -0
- package/data-structures/Hinkal/hinkalPalSolanaDepositPrepare.mjs +18 -0
- package/data-structures/Hinkal/hinkalPalTronDepositPrepare.cjs +1 -0
- package/data-structures/Hinkal/hinkalPalTronDepositPrepare.mjs +17 -0
- package/data-structures/Hinkal/hinkalPrivateWallet.cjs +1 -0
- package/data-structures/Hinkal/hinkalPrivateWallet.mjs +48 -0
- package/data-structures/Hinkal/hinkalProoflessDeposit.cjs +1 -0
- package/data-structures/Hinkal/hinkalProoflessDeposit.mjs +123 -0
- package/data-structures/Hinkal/hinkalProoflessDeposit.utils.cjs +1 -0
- package/data-structures/Hinkal/hinkalProoflessDeposit.utils.mjs +51 -0
- package/data-structures/Hinkal/hinkalProoflessDepositViaWrapper.cjs +1 -0
- package/data-structures/Hinkal/hinkalProoflessDepositViaWrapper.mjs +128 -0
- package/data-structures/Hinkal/hinkalProxySwap.cjs +1 -0
- package/data-structures/Hinkal/hinkalProxySwap.mjs +24 -0
- package/data-structures/Hinkal/hinkalProxyToPrivate.cjs +1 -0
- package/data-structures/Hinkal/hinkalProxyToPrivate.mjs +28 -0
- package/data-structures/Hinkal/hinkalSolanaClaimUtxo.cjs +1 -0
- package/data-structures/Hinkal/hinkalSolanaClaimUtxo.mjs +91 -0
- package/data-structures/Hinkal/hinkalSolanaDeposit.cjs +1 -0
- package/data-structures/Hinkal/hinkalSolanaDeposit.mjs +102 -0
- package/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.cjs +1 -0
- package/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.d.ts +24 -0
- package/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.mjs +163 -0
- package/data-structures/Hinkal/hinkalSolanaProxySend.cjs +1 -0
- package/data-structures/Hinkal/hinkalSolanaProxySend.mjs +39 -0
- package/data-structures/Hinkal/hinkalSolanaProxyShield.cjs +1 -0
- package/data-structures/Hinkal/hinkalSolanaProxyShield.mjs +72 -0
- package/data-structures/Hinkal/hinkalSolanaProxySwap.cjs +1 -0
- package/data-structures/Hinkal/hinkalSolanaProxySwap.mjs +83 -0
- package/data-structures/Hinkal/hinkalSolanaSwap.cjs +1 -0
- package/data-structures/Hinkal/hinkalSolanaSwap.mjs +92 -0
- package/data-structures/Hinkal/hinkalSolanaTransfer.cjs +1 -0
- package/data-structures/Hinkal/hinkalSolanaTransfer.mjs +87 -0
- package/data-structures/Hinkal/hinkalSolanaWithdraw.cjs +1 -0
- package/data-structures/Hinkal/hinkalSolanaWithdraw.mjs +68 -0
- package/data-structures/Hinkal/hinkalSwap.cjs +1 -0
- package/data-structures/Hinkal/hinkalSwap.mjs +42 -0
- package/data-structures/Hinkal/hinkalTransfer.cjs +1 -0
- package/data-structures/Hinkal/hinkalTransfer.mjs +49 -0
- package/data-structures/Hinkal/hinkalWithdraw.cjs +1 -0
- package/data-structures/Hinkal/hinkalWithdraw.mjs +54 -0
- package/data-structures/Hinkal/hinkalWithdrawStuckUtxos.cjs +1 -0
- package/data-structures/Hinkal/hinkalWithdrawStuckUtxos.mjs +121 -0
- package/data-structures/Hinkal/index.cjs +1 -0
- package/data-structures/Hinkal/index.d.ts +24 -0
- package/data-structures/Hinkal/index.mjs +23 -0
- package/data-structures/Hinkal/prepareDepositOnChainUtxosZkProof.cjs +1 -0
- package/data-structures/Hinkal/prepareDepositOnChainUtxosZkProof.mjs +34 -0
- package/data-structures/Hinkal/resetMerkleTrees.cjs +1 -0
- package/data-structures/Hinkal/resetMerkleTrees.mjs +56 -0
- package/data-structures/IndexedDB/activity-db.cjs +1 -0
- package/data-structures/IndexedDB/activity-db.mjs +110 -0
- package/data-structures/IndexedDB/balances-db.cjs +1 -0
- package/data-structures/IndexedDB/balances-db.mjs +48 -0
- package/data-structures/IndexedDB/contact-db.cjs +1 -0
- package/data-structures/IndexedDB/contact-db.mjs +60 -0
- package/data-structures/IndexedDB/index.cjs +1 -0
- package/data-structures/IndexedDB/index.d.ts +7 -0
- package/data-structures/IndexedDB/index.mjs +7 -0
- package/data-structures/IndexedDB/pay-activity-db.cjs +1 -0
- package/data-structures/IndexedDB/pay-activity-db.mjs +22 -0
- package/data-structures/IndexedDB/prices-db.cjs +1 -0
- package/data-structures/IndexedDB/prices-db.mjs +54 -0
- package/data-structures/IndexedDB/private-balances-db.cjs +1 -0
- package/data-structures/IndexedDB/private-balances-db.mjs +23 -0
- package/data-structures/IndexedDB/signatures-db.cjs +1 -0
- package/data-structures/IndexedDB/signatures-db.mjs +41 -0
- package/data-structures/TokenDBs/AlchemyPublicTokensDB.cjs +1 -0
- package/data-structures/TokenDBs/AlchemyPublicTokensDB.d.ts +19 -0
- package/data-structures/TokenDBs/AlchemyPublicTokensDB.mjs +172 -0
- package/data-structures/TokenDBs/ArcPublicTokensDB.cjs +1 -0
- package/data-structures/TokenDBs/ArcPublicTokensDB.mjs +94 -0
- package/data-structures/TokenDBs/EventsPublicTokensDB.cjs +1 -0
- package/data-structures/TokenDBs/EventsPublicTokensDB.d.ts +19 -0
- package/data-structures/TokenDBs/EventsPublicTokensDB.mjs +144 -0
- package/data-structures/TokenDBs/IPublicTokensDB.d.ts +6 -0
- package/data-structures/TokenDBs/PrivateTokensDB.cjs +1 -0
- package/data-structures/TokenDBs/PrivateTokensDB.mjs +50 -0
- package/data-structures/TokenDBs/PublicTokensDB.cjs +1 -0
- package/data-structures/TokenDBs/PublicTokensDB.d.ts +9 -0
- package/data-structures/TokenDBs/PublicTokensDB.mjs +29 -0
- package/data-structures/TokenDBs/token-visibility-db.cjs +1 -0
- package/data-structures/ValueCache/ValueCache.cjs +1 -0
- package/data-structures/ValueCache/ValueCache.mjs +24 -0
- package/data-structures/WalletManager/WalletManager.cjs +1 -0
- package/data-structures/WalletManager/WalletManager.mjs +99 -0
- package/data-structures/WalletManager/index.cjs +1 -0
- package/data-structures/WalletManager/index.mjs +1 -0
- package/data-structures/cacheDevices/FileCacheDevice.mjs +40 -0
- package/data-structures/crypto-keys/decodeUTXO.cjs +1 -0
- package/data-structures/crypto-keys/decodeUTXO.mjs +82 -0
- package/data-structures/crypto-keys/encryptDecryptUtxo.cjs +1 -0
- package/data-structures/crypto-keys/encryptDecryptUtxo.mjs +40 -0
- package/data-structures/crypto-keys/index.cjs +1 -0
- package/data-structures/crypto-keys/index.mjs +4 -0
- package/data-structures/crypto-keys/keys.cjs +1 -0
- package/data-structures/crypto-keys/keys.mjs +167 -0
- package/data-structures/custom-token-registry/CustomTokenRegistry.cjs +1 -0
- package/data-structures/custom-token-registry/CustomTokenRegistry.mjs +25 -0
- package/data-structures/event-service/evm/AbstractNullifierSnapshotService.cjs +1 -0
- package/data-structures/event-service/evm/BlockchainEventEmitter.cjs +1 -0
- package/data-structures/event-service/evm/BlockchainEventEmitter.mjs +104 -0
- package/data-structures/event-service/evm/PollingBlockchainEventEmitter.cjs +1 -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.mjs +28 -0
- package/data-structures/event-service/helpers/PollingEventHelper.cjs +1 -0
- package/data-structures/event-service/helpers/PollingEventHelper.mjs +18 -0
- package/data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.cjs +1 -0
- package/data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.mjs +98 -0
- package/data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.cjs +1 -0
- package/data-structures/event-service/solana/PollingSolanaBlockchainEventEmitter.cjs +1 -0
- package/data-structures/event-service/solana/PollingSolanaBlockchainEventEmitter.mjs +16 -0
- package/data-structures/event-service/solana/SolanaBlockchainEventEmitter.cjs +1 -0
- package/data-structures/http/BasicHttpClient.cjs +1 -0
- package/data-structures/index.cjs +1 -0
- package/data-structures/index.mjs +88 -0
- package/data-structures/presale/PresaleContractWrapper.cjs +1 -0
- package/data-structures/presale/PresaleContractWrapper.mjs +57 -0
- package/data-structures/presale/index.cjs +1 -0
- package/data-structures/presale/index.mjs +1 -0
- package/data-structures/token-price-fetcher/index.cjs +1 -0
- package/data-structures/token-price-fetcher/index.mjs +1 -0
- package/data-structures/transactions-manager/history/history.types.cjs +1 -0
- package/data-structures/transactions-manager/history/history.types.mjs +6 -0
- package/data-structures/utxo/Utxo.cjs +1 -0
- package/data-structures/utxo/Utxo.mjs +113 -0
- package/error-handling/customErrors/ErrorWithIndex.cjs +1 -0
- package/error-handling/customErrors/ErrorWithIndex.mjs +9 -0
- package/error-handling/customErrors/HttpError.cjs +1 -0
- package/error-handling/customErrors/HttpError.mjs +8 -0
- package/error-handling/customErrors/SimulationFailureError.cjs +1 -0
- package/error-handling/customErrors/SimulationFailureError.mjs +9 -0
- package/error-handling/customErrors/customErrors.helpers.cjs +1 -0
- package/error-handling/customErrors/customErrors.helpers.mjs +16 -0
- package/error-handling/customErrors/index.cjs +1 -0
- package/error-handling/customErrors/index.mjs +7 -0
- package/error-handling/error-codes.constants.cjs +2 -0
- package/error-handling/error-codes.constants.mjs +247 -0
- package/error-handling/get-error.message.cjs +1 -0
- package/error-handling/get-error.message.mjs +75 -0
- package/error-handling/index.cjs +1 -0
- package/error-handling/index.mjs +13 -0
- package/externalABIs/BUSD.cjs +1 -0
- package/externalABIs/BUSD.mjs +811 -0
- package/externalABIs/DAI.cjs +1 -0
- package/externalABIs/DAI.mjs +505 -0
- package/externalABIs/NodeInterfaceABI.json.cjs +1 -0
- package/externalABIs/NodeInterfaceABI.json.mjs +264 -0
- package/externalABIs/OptimismGasPriceOracle.json.cjs +1 -0
- package/externalABIs/OptimismGasPriceOracle.json.mjs +174 -0
- package/externalABIs/SanctionsList.cjs +1 -0
- package/externalABIs/SanctionsList.mjs +162 -0
- package/externalABIs/USDC.cjs +1 -0
- package/externalABIs/USDC.mjs +1082 -0
- package/externalABIs/USDR.cjs +1 -0
- package/externalABIs/USDR.mjs +695 -0
- package/externalABIs/USDR3CRV.cjs +1 -0
- package/externalABIs/USDR3CRV.mjs +1002 -0
- package/externalABIs/USDT.cjs +1 -0
- package/externalABIs/USDT.mjs +583 -0
- package/externalABIs/WETH.cjs +1 -0
- package/externalABIs/WETH.mjs +245 -0
- package/externalABIs/amToken.cjs +1 -0
- package/externalABIs/amToken.mjs +744 -0
- package/externalABIs/index.cjs +1 -0
- package/externalABIs/index.mjs +23 -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.mjs +21 -0
- package/functions/auto-deposit-back-helpers/select-gas-token.cjs +1 -0
- package/functions/auto-deposit-back-helpers/select-gas-token.mjs +34 -0
- package/functions/index.cjs +1 -1
- package/functions/index.d.ts +13 -1
- package/functions/index.mjs +133 -9
- package/functions/kyc/checkTokenLimitsUSD.cjs +1 -0
- package/functions/kyc/checkTokenLimitsUSD.mjs +29 -0
- package/functions/kyc/passportHelper.cjs +1 -0
- package/functions/kyc/passportHelper.mjs +9 -0
- package/functions/kyc/zkMeHelper.cjs +1 -0
- package/functions/pre-transaction/addressTableLookup.cjs +1 -0
- package/functions/pre-transaction/addressTableLookup.mjs +36 -0
- package/functions/pre-transaction/calculateSolanaNullifierCount.cjs +1 -0
- package/functions/pre-transaction/calculateSolanaNullifierCount.mjs +23 -0
- package/functions/pre-transaction/convert-okx-instructions.cjs +1 -0
- package/functions/pre-transaction/ensureAmountChanges.cjs +1 -0
- package/functions/pre-transaction/getExternalSwapAddress.cjs +1 -0
- package/functions/pre-transaction/getExternalSwapAddress.mjs +27 -0
- package/functions/pre-transaction/getFeeStructure.cjs +1 -0
- package/functions/pre-transaction/getFeeStructure.mjs +20 -0
- package/functions/pre-transaction/getFlatFees.cjs +1 -0
- package/functions/pre-transaction/getFlatFees.d.ts +11 -0
- package/functions/pre-transaction/getFlatFees.mjs +52 -0
- package/functions/pre-transaction/getSolanaCalldataHash.cjs +1 -0
- package/functions/pre-transaction/getVolatileTransferAmount.cjs +1 -0
- package/functions/pre-transaction/getVolatileTransferAmount.mjs +32 -0
- package/functions/pre-transaction/index.cjs +1 -0
- package/functions/pre-transaction/index.d.ts +20 -0
- package/functions/pre-transaction/index.mjs +20 -0
- package/functions/pre-transaction/interaction-to-action.cjs +1 -0
- package/functions/pre-transaction/interaction-to-action.mjs +11 -0
- package/functions/pre-transaction/merge-with-fee-structure-emporium.cjs +1 -0
- package/functions/pre-transaction/merge-with-fee-structure-emporium.mjs +16 -0
- package/functions/pre-transaction/merge-with-fee-structure.cjs +1 -0
- package/functions/pre-transaction/merge-with-fee-structure.d.ts +2 -0
- package/functions/pre-transaction/merge-with-fee-structure.mjs +20 -0
- package/functions/pre-transaction/outputUtxoProcessing.cjs +1 -0
- package/functions/pre-transaction/outputUtxoProcessing.mjs +33 -0
- package/functions/pre-transaction/process-gas-estimates.cjs +1 -0
- package/functions/pre-transaction/process-gas-estimates.mjs +25 -0
- package/functions/pre-transaction/sendInitNullifiersTransaction.cjs +1 -0
- package/functions/pre-transaction/sendInitNullifiersTransaction.mjs +44 -0
- package/functions/pre-transaction/sendV0Transaction.cjs +2 -0
- package/functions/pre-transaction/sendV0Transaction.mjs +133 -0
- package/functions/pre-transaction/solana-public-signals.cjs +1 -0
- package/functions/pre-transaction/solana-public-signals.mjs +59 -0
- package/functions/pre-transaction/solana.cjs +1 -0
- package/functions/pre-transaction/solana.mjs +72 -0
- package/functions/pre-transaction/solanaTransfer.utils.cjs +1 -0
- package/functions/pre-transaction/store-instructions.cjs +1 -0
- package/functions/pre-transaction/store-instructions.mjs +13 -0
- package/functions/pre-transaction/store-proof.cjs +1 -0
- package/functions/pre-transaction/store-proof.mjs +30 -0
- package/functions/private-wallet/emporium.helpers.cjs +1 -0
- package/functions/private-wallet/emporium.helpers.mjs +162 -0
- package/functions/private-wallet/emporium.swap.helpers.cjs +1 -0
- package/functions/private-wallet/emporium.swap.helpers.mjs +108 -0
- package/functions/private-wallet/opProducer.cjs +1 -0
- package/functions/private-wallet/opProducer.mjs +28 -0
- package/functions/snarkjs/common.snarkjs.cjs +1 -0
- package/functions/snarkjs/common.snarkjs.mjs +133 -0
- package/functions/snarkjs/constructGeneralZkProof.cjs +1 -0
- package/functions/snarkjs/constructGeneralZkProof.mjs +82 -0
- package/functions/snarkjs/constructSolanaZkProof.cjs +1 -0
- package/functions/snarkjs/constructSolanaZkProof.mjs +73 -0
- package/functions/snarkjs/fetchOnChainRootHashes.cjs +1 -0
- package/functions/snarkjs/fetchOnChainRootHashes.mjs +27 -0
- package/functions/snarkjs/generateCircomData.cjs +1 -0
- package/functions/snarkjs/generateCircomData.mjs +33 -0
- package/functions/snarkjs/generateZkProofEnclave.cjs +1 -0
- package/functions/snarkjs/generateZkProofEnclave.mjs +27 -0
- package/functions/snarkjs/getZKFiles.cjs +1 -0
- package/functions/snarkjs/getZKFiles.mjs +7 -0
- package/functions/snarkjs/signedMessageHash.cjs +1 -0
- package/functions/snarkjs/verifyCommitmentValidationData.cjs +1 -0
- package/functions/snarkjs/verifyCommitmentValidationData.mjs +43 -0
- package/functions/utils/addresses.cjs +1 -0
- package/functions/utils/addresses.mjs +45 -0
- package/functions/utils/amounts.utils.cjs +1 -0
- package/functions/utils/amounts.utils.mjs +67 -0
- package/functions/utils/arraysMatch.cjs +1 -0
- package/functions/utils/arraysMatch.mjs +4 -0
- package/functions/utils/buildClaimableDepositPlan.cjs +1 -0
- package/functions/utils/buildClaimableDepositPlan.mjs +39 -0
- package/functions/utils/bytes32.utils.cjs +1 -0
- package/functions/utils/bytes32.utils.mjs +9 -0
- package/functions/utils/cacheDevice.utils.mjs +17 -0
- package/functions/utils/cacheFunctions.cjs +1 -0
- package/functions/utils/cacheFunctions.mjs +55 -0
- package/functions/utils/caseInsensitive.utils.cjs +1 -0
- package/functions/utils/caseInsensitive.utils.mjs +4 -0
- package/functions/utils/convertEmporiumOpToCallInfo.cjs +1 -0
- package/functions/utils/convertIntegrationProviderToExternalActionId.cjs +1 -0
- package/functions/utils/convertIntegrationProviderToExternalActionId.mjs +14 -0
- package/functions/utils/create-provider.cjs +1 -0
- package/functions/utils/create-provider.d.ts +5 -0
- package/functions/utils/create-provider.mjs +11 -0
- package/functions/utils/customEnclaveFunctionsRegister.cjs +1 -0
- package/functions/utils/customEnclaveFunctionsRegister.mjs +8 -0
- package/functions/utils/deposit-claimable.utils.cjs +1 -0
- package/functions/utils/deposit-claimable.utils.mjs +106 -0
- package/functions/utils/dispatchBalanceRefreshes.cjs +1 -0
- package/functions/utils/dispatchBalanceRefreshes.mjs +44 -0
- package/functions/utils/enclave-recipient-info-storage.cjs +1 -0
- package/functions/utils/enclave-recipient-info-storage.mjs +17 -0
- package/functions/utils/enclave-utxo-storage.cjs +1 -0
- package/functions/utils/enclave-utxo-storage.mjs +30 -0
- package/functions/utils/enclaveHandshakeService.cjs +1 -0
- package/functions/utils/enclaveHandshakeService.d.ts +10 -0
- package/functions/utils/enclaveHandshakeService.mjs +22 -0
- package/functions/utils/encryptInputForEnclave.cjs +1 -0
- package/functions/utils/encryptInputForEnclave.mjs +32 -0
- package/functions/utils/erc20tokenFunctions.cjs +1 -0
- package/functions/utils/erc20tokenFunctions.d.ts +16 -0
- package/functions/utils/erc20tokenFunctions.mjs +53 -0
- package/functions/utils/evmNetworkFunctions.cjs +1 -0
- package/functions/utils/evmNetworkFunctions.mjs +6 -0
- package/functions/utils/external-action.utils.cjs +1 -0
- package/functions/utils/external-action.utils.mjs +7 -0
- package/functions/utils/fees.utils.cjs +1 -0
- package/functions/utils/fees.utils.d.ts +6 -0
- package/functions/utils/fees.utils.mjs +43 -0
- package/functions/utils/formatter.cjs +1 -0
- package/functions/utils/formatter.mjs +15 -0
- package/functions/utils/getBlockExplorerUrl.cjs +1 -0
- package/functions/utils/getBlockExplorerUrl.mjs +6 -0
- package/functions/utils/getDataFromTransaction.cjs +1 -0
- package/functions/utils/getDataFromTransaction.mjs +42 -0
- package/functions/utils/getRecipientInfoFromUserKeys.cjs +1 -0
- package/functions/utils/getRecipientInfoFromUserKeys.mjs +20 -0
- package/functions/utils/getSignerFromContract.cjs +1 -0
- package/functions/utils/getUtxosFromReceipt.utils.cjs +1 -0
- package/functions/utils/getUtxosFromReceipt.utils.mjs +68 -0
- package/functions/utils/getUtxosFromReceiptSolana.cjs +1 -0
- package/functions/utils/getUtxosFromReceiptSolana.mjs +44 -0
- package/functions/utils/getWalletGroupKey.utils.cjs +1 -0
- package/functions/utils/getWalletGroupKey.utils.mjs +7 -0
- package/functions/utils/inLogicMetadata.cjs +1 -0
- package/functions/utils/inLogicMetadata.mjs +15 -0
- package/functions/utils/index.cjs +1 -1
- package/functions/utils/index.d.ts +73 -3
- package/functions/utils/index.mjs +93 -5
- package/functions/utils/ipfs.cjs +1 -0
- package/functions/utils/ipfs.mjs +22 -0
- package/functions/utils/is-valid-url.cjs +1 -0
- package/functions/utils/is-valid-url.mjs +4 -0
- package/functions/utils/lifi.utils.cjs +1 -0
- package/functions/utils/lifi.utils.mjs +30 -0
- package/functions/utils/mnemonics.cjs +1 -0
- package/functions/utils/mutexes.utils.cjs +1 -0
- package/functions/utils/nearIntents.utils.cjs +1 -0
- package/functions/utils/nearIntents.utils.d.ts +11 -0
- package/functions/utils/nearIntents.utils.mjs +36 -0
- package/functions/utils/networks.utils.cjs +1 -0
- package/functions/utils/networks.utils.mjs +9 -0
- package/functions/utils/nftTokenFunctions.cjs +1 -0
- package/functions/utils/nftTokenFunctions.mjs +19 -0
- package/functions/utils/nickname.utils.cjs +1 -0
- package/functions/utils/nickname.utils.mjs +4 -0
- package/functions/utils/pay-routing.utils.cjs +1 -0
- package/functions/utils/pay-routing.utils.mjs +17 -0
- package/functions/utils/prepareHinkal.cjs +1 -0
- package/functions/utils/prepareHinkal.mjs +42 -0
- package/functions/utils/process.utils.cjs +1 -0
- package/functions/utils/process.utils.mjs +23 -0
- package/functions/utils/proxyAvatar.utils.cjs +1 -0
- package/functions/utils/proxyAvatar.utils.mjs +4 -0
- package/functions/utils/publicBalance.utils.cjs +1 -0
- package/functions/utils/publicBalance.utils.mjs +102 -0
- package/functions/utils/requireEnv.cjs +1 -0
- package/functions/utils/requireEnv.mjs +7 -0
- package/functions/utils/resolve-sync.utils.cjs +1 -0
- package/functions/utils/resolve-sync.utils.mjs +28 -0
- package/functions/utils/rpc-int-encode.cjs +1 -0
- package/functions/utils/rpc-int-encode.mjs +5 -0
- package/functions/utils/serialize-utxos.utils.cjs +1 -0
- package/functions/utils/serialize-utxos.utils.mjs +16 -0
- package/functions/utils/serialize.utils.cjs +1 -0
- package/functions/utils/serialize.utils.mjs +7 -0
- package/functions/utils/solana-memo.cjs +1 -0
- package/functions/utils/solana-memo.mjs +15 -0
- package/functions/utils/solanaMint.utils.cjs +1 -0
- package/functions/utils/solanaSendPreflight.utils.cjs +1 -0
- package/functions/utils/solanaSendPreflight.utils.mjs +21 -0
- package/functions/utils/string.utils.cjs +1 -0
- package/functions/utils/string.utils.mjs +41 -0
- package/functions/utils/time.utils.cjs +1 -0
- package/functions/utils/time.utils.mjs +58 -0
- package/functions/utils/token-check.utils.cjs +1 -0
- package/functions/utils/token-check.utils.d.ts +5 -0
- package/functions/utils/token-check.utils.mjs +18 -0
- package/functions/utils/transfer-claimable.utils.cjs +1 -0
- package/functions/utils/transfer-claimable.utils.mjs +93 -0
- package/functions/utils/trimFieldValues.cjs +1 -0
- package/functions/utils/trimFieldValues.mjs +23 -0
- package/functions/utils/tron.utils.cjs +1 -0
- package/functions/utils/tron.utils.mjs +197 -0
- package/functions/utils/tx-confirmation.utils.cjs +1 -0
- package/functions/utils/tx-confirmation.utils.mjs +34 -0
- package/functions/utils/userAgent.cjs +1 -0
- package/functions/utils/userAgent.mjs +11 -0
- package/functions/utils/validateUsername.cjs +1 -0
- package/functions/utils/validateUsername.mjs +22 -0
- package/functions/utils/walletBalances.utils.cjs +1 -0
- package/functions/utils/walletBalances.utils.mjs +11 -0
- package/functions/web3/EIP-712.cjs +1 -0
- package/functions/web3/EIP-712.mjs +110 -0
- package/functions/web3/connectors.utils.cjs +1 -0
- package/functions/web3/connectors.utils.mjs +26 -0
- package/functions/web3/crypto.cjs +1 -0
- package/functions/web3/crypto.mjs +10 -0
- package/functions/web3/etherFunctions.cjs +1 -0
- package/functions/web3/etherFunctions.mjs +36 -0
- package/functions/web3/events/balanceChangedHandler.cjs +1 -0
- package/functions/web3/events/balanceChangedHandler.d.ts +2 -0
- package/functions/web3/events/balanceChangedHandler.mjs +9 -0
- package/functions/web3/events/getInputUtxoAndBalance.cjs +1 -0
- package/functions/web3/events/getInputUtxoAndBalance.mjs +112 -0
- package/functions/web3/events/getInputUtxosEnclave.cjs +1 -0
- package/functions/web3/events/getShieldedBalance.cjs +1 -0
- package/functions/web3/events/getShieldedBalance.mjs +96 -0
- package/functions/web3/events/getTransactionLogEvents.cjs +1 -0
- package/functions/web3/events/getTransactionLogEvents.mjs +36 -0
- package/functions/web3/functionCalls/approveToken.cjs +1 -0
- package/functions/web3/functionCalls/approveToken.mjs +113 -0
- package/functions/web3/functionCalls/constructBatchCall.cjs +1 -0
- package/functions/web3/functionCalls/recoverTransactionFromError.cjs +1 -0
- package/functions/web3/functionCalls/recoverTransactionFromError.mjs +18 -0
- package/functions/web3/functionCalls/transactCallDirect.cjs +1 -0
- package/functions/web3/functionCalls/transactCallDirect.mjs +60 -0
- package/functions/web3/functionCalls/transactCallDirectTron.cjs +1 -0
- package/functions/web3/functionCalls/transactCallDirectTron.mjs +115 -0
- package/functions/web3/functionCalls/transactCallRelayer.cjs +1 -0
- package/functions/web3/functionCalls/transactCallRelayer.mjs +63 -0
- package/functions/web3/functionCalls/waitForErc20Approvals.cjs +1 -0
- package/functions/web3/functionCalls/waitForErc20Approvals.mjs +41 -0
- package/functions/web3/getContractMetadata.cjs +1 -0
- package/functions/web3/getContractMetadata.mjs +23 -0
- package/functions/web3/getPublicAddressBalance.cjs +1 -0
- package/functions/web3/getPublicAddressBalance.mjs +10 -0
- package/functions/web3/getTokenHolder.cjs +1 -0
- package/functions/web3/getTokenHolder.mjs +35 -0
- package/functions/web3/index.cjs +1 -0
- package/functions/web3/index.mjs +18 -0
- package/functions/web3/lifiAPI.cjs +1 -0
- package/functions/web3/lifiAPI.mjs +38 -0
- package/functions/web3/odosAPI.cjs +1 -0
- package/functions/web3/odosAPI.mjs +35 -0
- package/functions/web3/okxAPI.cjs +1 -0
- package/functions/web3/oneInchAPI.cjs +1 -0
- package/functions/web3/oneInchAPI.mjs +34 -0
- package/functions/web3/runContractFunction.cjs +1 -0
- package/functions/web3/runContractFunction.mjs +55 -0
- package/functions/web3/signAndSendSerializedTransaction.cjs +1 -0
- package/functions/web3/signAndSendSerializedTransaction.mjs +14 -0
- package/functions/web3/uniswapAPI.cjs +1 -0
- package/functions/web3/uniswapAPI.mjs +60 -0
- package/index.cjs +1 -1
- package/index.d.ts +7 -1
- package/index.mjs +348 -14
- package/mutexes/index.cjs +1 -0
- package/mutexes/index.mjs +1 -0
- package/mutexes/mutex.cjs +1 -0
- package/mutexes/mutex.mjs +5 -0
- package/package.json +9 -7
- package/providers/CustomSolanaConnection.cjs +1 -0
- package/providers/CustomSolanaConnection.d.ts +4 -0
- package/providers/CustomSolanaConnection.mjs +31 -0
- package/providers/EthersProviderAdapter.cjs +1 -1
- package/providers/EthersProviderAdapter.d.ts +36 -3
- package/providers/EthersProviderAdapter.mjs +100 -4
- package/providers/SolanaProviderAdapter.cjs +1 -1
- package/providers/SolanaProviderAdapter.d.ts +52 -2
- package/providers/SolanaProviderAdapter.mjs +146 -4
- package/providers/TronProviderAdapter.cjs +1 -1
- package/providers/TronProviderAdapter.d.ts +39 -2
- package/providers/TronProviderAdapter.mjs +96 -4
- package/providers/WagmiProviderAdapter.cjs +1 -1
- package/providers/WagmiProviderAdapter.d.ts +48 -3
- package/providers/WagmiProviderAdapter.mjs +197 -4
- package/providers/prepareEthersHinkal.cjs +1 -1
- package/providers/prepareEthersHinkal.d.ts +2 -2
- package/providers/prepareEthersHinkal.mjs +6 -5
- package/providers/prepareSolanaHinkal.cjs +1 -1
- package/providers/prepareSolanaHinkal.d.ts +3 -3
- package/providers/prepareSolanaHinkal.mjs +7 -6
- package/providers/prepareTronHinkal.cjs +1 -1
- package/providers/prepareTronHinkal.d.ts +2 -2
- package/providers/prepareTronHinkal.mjs +7 -6
- package/providers/prepareWagmiHinkal.cjs +1 -1
- package/providers/prepareWagmiHinkal.d.ts +1 -1
- package/providers/prepareWagmiHinkal.mjs +6 -5
- package/types/RewardUserEnums.cjs +1 -0
- package/types/RewardUserEnums.mjs +8 -0
- package/types/activities.types.cjs +1 -0
- package/types/activities.types.mjs +26 -0
- package/types/approvals.types.cjs +1 -0
- package/types/approvals.types.mjs +6 -0
- package/types/balances.types.cjs +1 -1
- package/types/balances.types.d.ts +16 -14
- package/types/balances.types.mjs +6 -2
- package/types/circom-data.types.cjs +1 -0
- package/types/circom-data.types.mjs +19 -0
- package/types/confirmation-request.types.cjs +1 -0
- package/types/confirmation-request.types.mjs +6 -0
- package/types/dashboard-account.cjs +1 -0
- package/types/dashboard-account.mjs +8 -0
- package/types/dashboard-payout.types.cjs +1 -0
- package/types/dashboard-payout.types.mjs +8 -0
- package/types/eip5792.types.cjs +1 -0
- package/types/eip5792.types.mjs +8 -0
- package/types/external-action.types.cjs +1 -1
- package/types/external-action.types.d.ts +17 -1
- package/types/external-action.types.mjs +6 -2
- package/types/fee.types.d.ts +13 -1
- package/types/generatePoints.cjs +1 -0
- package/types/generatePoints.mjs +8 -0
- package/types/hinkal.types.cjs +1 -0
- package/types/hinkal.types.mjs +32 -0
- package/types/index.cjs +1 -1
- package/types/index.d.ts +59 -4
- package/types/index.mjs +29 -3
- package/types/kyc.types.cjs +1 -0
- package/types/kyc.types.mjs +12 -0
- package/types/new-rewards.type.cjs +1 -0
- package/types/new-rewards.type.mjs +12 -0
- package/types/onramp.types.cjs +1 -0
- package/types/onramp.types.mjs +6 -0
- package/types/pay-activities.types.cjs +1 -0
- package/types/pay-activities.types.mjs +10 -0
- package/types/rewards.types.cjs +1 -0
- package/types/rewards.types.mjs +8 -0
- package/types/scheduled-transactions.types.cjs +1 -0
- package/types/scheduled-transactions.types.d.ts +53 -0
- package/types/scheduled-transactions.types.mjs +8 -0
- package/types/slippage.types.cjs +1 -0
- package/types/slippage.types.mjs +6 -0
- package/types/token-prices.types.cjs +1 -0
- package/types/token-prices.types.mjs +11 -0
- package/types/token.types.d.ts +85 -2
- package/types/transactions.types.cjs +1 -0
- package/types/transactions.types.mjs +40 -0
- package/webworker/logError-DoUkEIFE.js +22 -0
- package/webworker/package.json +112 -0
- package/webworker/snarkjsWorker/snarkjsWorkerLauncher.ts?worker&url.cjs +1 -0
- package/webworker/snarkjsWorker/snarkjsWorkerLauncher.ts?worker&url.mjs +4 -0
- package/webworker/snarkjsWorker/snarkjsWorkerNode.d.ts +0 -0
- package/webworker/snarkjsWorkerNode.cjs +3 -0
- package/webworker/utxoWorker/utxoWorkerLauncher.ts?worker&url.cjs +1 -0
- package/webworker/utxoWorker/utxoWorkerLauncher.ts?worker&url.mjs +4 -0
- package/webworker/utxoWorker/utxoWorkerNode.d.ts +0 -0
- package/webworker/utxoWorkerNode.cjs +1 -0
- package/webworker/viteWorkerURL.constant.cjs +21 -0
- package/webworker/viteWorkerURL.constant.mjs +21 -0
- package/webworker/workerFactory.cjs +1 -0
- package/webworker/workerFactory.mjs +42 -0
- package/webworker/workerProxy-DQJE57Ye.js +130 -0
- package/webworker/zkProofWorker/zkProofWorkerLauncher.ts?worker&url.cjs +1 -0
- package/webworker/zkProofWorker/zkProofWorkerLauncher.ts?worker&url.mjs +4 -0
- package/webworker/zkProofWorker/zkProofWorkerNode.d.ts +0 -0
- package/webworker/zkProofWorkerNode.cjs +1 -0
- package/common/src/API/API.cjs +0 -1
- package/common/src/API/API.mjs +0 -129
- package/common/src/API/admin-calls.cjs +0 -1
- package/common/src/API/admin-calls.mjs +0 -8
- package/common/src/API/callMonitor.cjs +0 -1
- package/common/src/API/callMonitor.mjs +0 -8
- package/common/src/API/callNearIntentsAPI.cjs +0 -1
- package/common/src/API/callNearIntentsAPI.mjs +0 -8
- package/common/src/API/checkRisk.cjs +0 -1
- package/common/src/API/checkRisk.mjs +0 -3
- package/common/src/API/enclaveRecipientInfoCalls.cjs +0 -1
- package/common/src/API/enclaveRecipientInfoCalls.mjs +0 -2
- package/common/src/API/enclaveSignatureCalls.cjs +0 -1
- package/common/src/API/enclaveSignatureCalls.mjs +0 -13
- package/common/src/API/enclaveUtxoCalls.cjs +0 -1
- package/common/src/API/enclaveUtxoCalls.mjs +0 -24
- package/common/src/API/getCoingeckoPrice.cjs +0 -1
- package/common/src/API/getCoingeckoPrice.mjs +0 -2
- package/common/src/API/getServerURL.cjs +0 -1
- package/common/src/API/getServerURL.mjs +0 -22
- package/common/src/API/getWebsiteURL.cjs +0 -1
- package/common/src/API/getWebsiteURL.mjs +0 -1
- package/common/src/API/index.cjs +0 -1
- package/common/src/API/index.mjs +0 -25
- package/common/src/API/proxyAccountsCalls.cjs +0 -1
- package/common/src/API/resolve-sns.cjs +0 -1
- package/common/src/API/resolve-sns.mjs +0 -1
- package/common/src/API/scheduled-transactions-calls.cjs +0 -1
- package/common/src/API/scheduled-transactions-calls.mjs +0 -11
- package/common/src/API/tenderly.api.cjs +0 -1
- package/common/src/API/tenderly.api.mjs +0 -4
- package/common/src/API/token-calls.cjs +0 -1
- package/common/src/API/token-calls.d.ts +0 -4
- package/common/src/API/token-calls.mjs +0 -15
- package/common/src/constants/activity.constants.cjs +0 -1
- package/common/src/constants/activity.constants.mjs +0 -4
- package/common/src/constants/addresses.constants.cjs +0 -1
- package/common/src/constants/addresses.constants.mjs +0 -71
- package/common/src/constants/assets.constants.cjs +0 -1
- package/common/src/constants/assets.constants.mjs +0 -4
- package/common/src/constants/auth.constants.cjs +0 -1
- package/common/src/constants/auth.constants.mjs +0 -4
- package/common/src/constants/bridging.constants.cjs +0 -1
- package/common/src/constants/bridging.constants.mjs +0 -24
- package/common/src/constants/chains.constants.cjs +0 -1
- package/common/src/constants/chains.constants.mjs +0 -291
- package/common/src/constants/coingecko.constants.cjs +0 -1
- package/common/src/constants/coingecko.constants.mjs +0 -6
- package/common/src/constants/contracts.constants.cjs +0 -1
- package/common/src/constants/contracts.constants.mjs +0 -49
- package/common/src/constants/deploy-data/deploy-data-arbMainnet.json.cjs +0 -1
- package/common/src/constants/deploy-data/deploy-data-arbMainnet.json.mjs +0 -13
- package/common/src/constants/deploy-data/deploy-data-arcTestnet.json.cjs +0 -1
- package/common/src/constants/deploy-data/deploy-data-arcTestnet.json.mjs +0 -10
- package/common/src/constants/deploy-data/deploy-data-base.json.cjs +0 -1
- package/common/src/constants/deploy-data/deploy-data-base.json.mjs +0 -13
- package/common/src/constants/deploy-data/deploy-data-ethMainnet.json.cjs +0 -1
- package/common/src/constants/deploy-data/deploy-data-ethMainnet.json.mjs +0 -13
- package/common/src/constants/deploy-data/deploy-data-localhost.json.cjs +0 -1
- package/common/src/constants/deploy-data/deploy-data-localhost.json.mjs +0 -12
- package/common/src/constants/deploy-data/deploy-data-optimism.json.cjs +0 -1
- package/common/src/constants/deploy-data/deploy-data-optimism.json.mjs +0 -13
- package/common/src/constants/deploy-data/deploy-data-optimismTest.json.cjs +0 -1
- package/common/src/constants/deploy-data/deploy-data-optimismTest.json.mjs +0 -13
- package/common/src/constants/deploy-data/deploy-data-polygon.json.cjs +0 -1
- package/common/src/constants/deploy-data/deploy-data-polygon.json.mjs +0 -13
- package/common/src/constants/deploy-data/deploy-data-sepoliaTestnet.json.cjs +0 -1
- package/common/src/constants/deploy-data/deploy-data-sepoliaTestnet.json.mjs +0 -9
- package/common/src/constants/deploy-data/deploy-data-solana.json.cjs +0 -1
- package/common/src/constants/deploy-data/deploy-data-solana.json.mjs +0 -6
- package/common/src/constants/deploy-data/deploy-data-tempo.json.cjs +0 -1
- package/common/src/constants/deploy-data/deploy-data-tempo.json.mjs +0 -11
- package/common/src/constants/deploy-data/deploy-data-tronMainnet.json.cjs +0 -1
- package/common/src/constants/deploy-data/deploy-data-tronMainnet.json.mjs +0 -8
- package/common/src/constants/deploy-data/deploy-data-tronNile.json.cjs +0 -1
- package/common/src/constants/deploy-data/deploy-data-tronNile.json.mjs +0 -8
- package/common/src/constants/deploy-data/index.cjs +0 -1
- package/common/src/constants/deploy-data/index.d.ts +0 -14
- package/common/src/constants/deploy-data/index.mjs +0 -18
- package/common/src/constants/deploy-data/mergeDeployData.cjs +0 -1
- package/common/src/constants/deploy-data/mergeDeployData.d.ts +0 -4
- package/common/src/constants/deploy-data/mergeDeployData.mjs +0 -16
- package/common/src/constants/deploy-data/shared-deploy-data-evm.json.cjs +0 -1
- package/common/src/constants/deploy-data/shared-deploy-data-evm.json.mjs +0 -69
- package/common/src/constants/deploy-data/shared-deploy-data-solana.json.cjs +0 -1
- package/common/src/constants/deploy-data/shared-deploy-data-solana.json.mjs +0 -3
- package/common/src/constants/deploy-data/shared-deploy-data-tron.json.cjs +0 -1
- package/common/src/constants/deploy-data/shared-deploy-data-tron.json.mjs +0 -3526
- package/common/src/constants/fees.constants.cjs +0 -1
- package/common/src/constants/fees.constants.mjs +0 -14
- package/common/src/constants/index.cjs +0 -1
- package/common/src/constants/index.d.ts +0 -37
- package/common/src/constants/index.mjs +0 -24
- package/common/src/constants/kyc.constants.cjs +0 -1
- package/common/src/constants/kyc.constants.mjs +0 -126
- package/common/src/constants/lifi.constants.cjs +0 -1
- package/common/src/constants/lifi.constants.mjs +0 -9
- package/common/src/constants/permit2.constants.cjs +0 -1
- package/common/src/constants/permit2.constants.mjs +0 -10
- package/common/src/constants/presale.constants.cjs +0 -1
- package/common/src/constants/presale.constants.mjs +0 -3
- package/common/src/constants/protocol.constants.cjs +0 -1
- package/common/src/constants/protocol.constants.mjs +0 -18
- package/common/src/constants/schedule.constants.cjs +0 -1
- package/common/src/constants/schedule.constants.mjs +0 -3
- package/common/src/constants/server.constants.cjs +0 -1
- package/common/src/constants/server.constants.d.ts +0 -142
- package/common/src/constants/server.constants.mjs +0 -135
- package/common/src/constants/tasks.constants.cjs +0 -1
- package/common/src/constants/tasks.constants.mjs +0 -124
- package/common/src/constants/token.limits.constants.cjs +0 -1
- package/common/src/constants/token.limits.constants.mjs +0 -3
- package/common/src/constants/tokens.constants.cjs +0 -1
- package/common/src/constants/tokens.constants.mjs +0 -3
- package/common/src/constants/tx-confirmation.constants.cjs +0 -1
- package/common/src/constants/tx-confirmation.constants.mjs +0 -4
- package/common/src/constants/vite.constants.cjs +0 -1
- package/common/src/constants/vite.constants.mjs +0 -26
- package/common/src/crypto/babyJub.cjs +0 -1
- package/common/src/crypto/ecdh-dual-path.cjs +0 -1
- package/common/src/crypto/ecdh-dual-path.mjs +0 -6
- package/common/src/crypto/ecdh-sealed-keys.cjs +0 -1
- package/common/src/crypto/ecdh-sealed-keys.mjs +0 -18
- package/common/src/crypto/ecdh.cjs +0 -1
- package/common/src/crypto/ecdh.mjs +0 -2
- package/common/src/crypto/eddsa.cjs +0 -1
- package/common/src/crypto/index.cjs +0 -1
- package/common/src/crypto/index.mjs +0 -7
- package/common/src/crypto/poseidon.cjs +0 -1
- package/common/src/crypto/preProcessing.cjs +0 -1
- package/common/src/crypto/preProcessing.mjs +0 -17
- package/common/src/data-structures/AccountActions/AccountActions.cjs +0 -1
- package/common/src/data-structures/Hinkal/Hinkal.cjs +0 -1
- package/common/src/data-structures/Hinkal/Hinkal.d.ts +0 -120
- package/common/src/data-structures/Hinkal/Hinkal.mjs +0 -452
- package/common/src/data-structures/Hinkal/HinkalPrivateBalanceController.cjs +0 -1
- package/common/src/data-structures/Hinkal/HinkalPrivateBalanceController.d.ts +0 -19
- package/common/src/data-structures/Hinkal/HinkalPrivateBalanceController.mjs +0 -239
- package/common/src/data-structures/Hinkal/IHinkal.d.ts +0 -107
- package/common/src/data-structures/Hinkal/handleAutoDepositBack.cjs +0 -1
- package/common/src/data-structures/Hinkal/handleAutoDepositBack.mjs +0 -93
- package/common/src/data-structures/Hinkal/hinkalClaimUtxo.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalClaimUtxo.mjs +0 -54
- package/common/src/data-structures/Hinkal/hinkalDeposit.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalDeposit.mjs +0 -121
- package/common/src/data-structures/Hinkal/hinkalDepositAndBridge.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalDepositAndBridge.d.ts +0 -4
- package/common/src/data-structures/Hinkal/hinkalDepositAndBridge.mjs +0 -117
- package/common/src/data-structures/Hinkal/hinkalDepositAndWithdraw.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalDepositAndWithdraw.d.ts +0 -6
- package/common/src/data-structures/Hinkal/hinkalDepositAndWithdraw.mjs +0 -76
- package/common/src/data-structures/Hinkal/hinkalDepositOnChainUtxos.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalDepositOnChainUtxos.mjs +0 -54
- package/common/src/data-structures/Hinkal/hinkalMultiSend.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalMultiSend.mjs +0 -12
- package/common/src/data-structures/Hinkal/hinkalNearDepositAndBridge.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalNearDepositAndBridge.mjs +0 -43
- package/common/src/data-structures/Hinkal/hinkalPrivateWallet.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalPrivateWallet.mjs +0 -48
- package/common/src/data-structures/Hinkal/hinkalProoflessDeposit.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalProoflessDeposit.mjs +0 -123
- package/common/src/data-structures/Hinkal/hinkalProoflessDeposit.utils.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalProoflessDeposit.utils.mjs +0 -51
- package/common/src/data-structures/Hinkal/hinkalProoflessDepositViaWrapper.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalProoflessDepositViaWrapper.mjs +0 -128
- package/common/src/data-structures/Hinkal/hinkalProxySwap.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalProxySwap.mjs +0 -24
- package/common/src/data-structures/Hinkal/hinkalProxyToPrivate.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalProxyToPrivate.mjs +0 -28
- package/common/src/data-structures/Hinkal/hinkalSolanaClaimUtxo.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalSolanaClaimUtxo.mjs +0 -91
- package/common/src/data-structures/Hinkal/hinkalSolanaDeposit.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalSolanaDeposit.mjs +0 -102
- package/common/src/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.d.ts +0 -24
- package/common/src/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.mjs +0 -160
- package/common/src/data-structures/Hinkal/hinkalSolanaProxySend.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalSolanaProxySend.mjs +0 -36
- package/common/src/data-structures/Hinkal/hinkalSolanaProxyShield.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalSolanaProxyShield.mjs +0 -69
- package/common/src/data-structures/Hinkal/hinkalSolanaProxySwap.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalSolanaProxySwap.mjs +0 -79
- package/common/src/data-structures/Hinkal/hinkalSolanaSwap.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalSolanaSwap.mjs +0 -92
- package/common/src/data-structures/Hinkal/hinkalSolanaTransfer.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalSolanaTransfer.mjs +0 -87
- package/common/src/data-structures/Hinkal/hinkalSolanaWithdraw.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalSolanaWithdraw.mjs +0 -68
- package/common/src/data-structures/Hinkal/hinkalSwap.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalSwap.mjs +0 -42
- package/common/src/data-structures/Hinkal/hinkalTransfer.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalTransfer.mjs +0 -49
- package/common/src/data-structures/Hinkal/hinkalWithdraw.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalWithdraw.mjs +0 -54
- package/common/src/data-structures/Hinkal/hinkalWithdrawStuckUtxos.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalWithdrawStuckUtxos.mjs +0 -121
- package/common/src/data-structures/Hinkal/index.d.ts +0 -25
- package/common/src/data-structures/Hinkal/prepareDepositOnChainUtxosZkProof.cjs +0 -1
- package/common/src/data-structures/Hinkal/prepareDepositOnChainUtxosZkProof.mjs +0 -34
- package/common/src/data-structures/Hinkal/resetMerkleTrees.cjs +0 -1
- package/common/src/data-structures/Hinkal/resetMerkleTrees.mjs +0 -56
- package/common/src/data-structures/IndexedDB/activity-db.cjs +0 -1
- package/common/src/data-structures/IndexedDB/activity-db.mjs +0 -110
- package/common/src/data-structures/IndexedDB/balances-db.cjs +0 -1
- package/common/src/data-structures/IndexedDB/balances-db.mjs +0 -47
- package/common/src/data-structures/IndexedDB/contact-db.cjs +0 -1
- package/common/src/data-structures/IndexedDB/contact-db.mjs +0 -59
- package/common/src/data-structures/IndexedDB/index.cjs +0 -1
- package/common/src/data-structures/IndexedDB/index.d.ts +0 -8
- package/common/src/data-structures/IndexedDB/index.mjs +0 -8
- package/common/src/data-structures/IndexedDB/key-val-store.cjs +0 -1
- package/common/src/data-structures/IndexedDB/key-val-store.d.ts +0 -6
- package/common/src/data-structures/IndexedDB/key-val-store.mjs +0 -41
- package/common/src/data-structures/IndexedDB/pay-activity-db.cjs +0 -1
- package/common/src/data-structures/IndexedDB/pay-activity-db.mjs +0 -21
- package/common/src/data-structures/IndexedDB/prices-db.cjs +0 -1
- package/common/src/data-structures/IndexedDB/prices-db.mjs +0 -54
- package/common/src/data-structures/IndexedDB/private-balances-db.cjs +0 -1
- package/common/src/data-structures/IndexedDB/private-balances-db.mjs +0 -21
- package/common/src/data-structures/IndexedDB/signatures-db.cjs +0 -1
- package/common/src/data-structures/IndexedDB/signatures-db.mjs +0 -40
- package/common/src/data-structures/TokenDBs/AlchemyPublicTokensDB.cjs +0 -1
- package/common/src/data-structures/TokenDBs/AlchemyPublicTokensDB.d.ts +0 -19
- package/common/src/data-structures/TokenDBs/AlchemyPublicTokensDB.mjs +0 -171
- package/common/src/data-structures/TokenDBs/ArcPublicTokensDB.cjs +0 -1
- package/common/src/data-structures/TokenDBs/ArcPublicTokensDB.mjs +0 -94
- package/common/src/data-structures/TokenDBs/EventsPublicTokensDB.cjs +0 -1
- package/common/src/data-structures/TokenDBs/EventsPublicTokensDB.d.ts +0 -18
- package/common/src/data-structures/TokenDBs/EventsPublicTokensDB.mjs +0 -134
- package/common/src/data-structures/TokenDBs/IPublicTokensDB.d.ts +0 -6
- package/common/src/data-structures/TokenDBs/PrivateTokensDB.cjs +0 -1
- package/common/src/data-structures/TokenDBs/PrivateTokensDB.mjs +0 -50
- package/common/src/data-structures/TokenDBs/PublicTokensDB.cjs +0 -1
- package/common/src/data-structures/TokenDBs/PublicTokensDB.d.ts +0 -9
- package/common/src/data-structures/TokenDBs/PublicTokensDB.mjs +0 -29
- package/common/src/data-structures/TokenDBs/token-visibility-db.cjs +0 -1
- package/common/src/data-structures/cacheDevices/FileCacheDevice.mjs +0 -40
- package/common/src/data-structures/crypto-keys/decodeUTXO.cjs +0 -1
- package/common/src/data-structures/crypto-keys/decodeUTXO.mjs +0 -78
- package/common/src/data-structures/crypto-keys/encryptDecryptUtxo.cjs +0 -1
- package/common/src/data-structures/crypto-keys/encryptDecryptUtxo.mjs +0 -27
- package/common/src/data-structures/crypto-keys/index.cjs +0 -1
- package/common/src/data-structures/crypto-keys/index.mjs +0 -4
- package/common/src/data-structures/crypto-keys/keys.cjs +0 -1
- package/common/src/data-structures/crypto-keys/keys.mjs +0 -164
- package/common/src/data-structures/event-service/evm/AbstractNullifierSnapshotService.cjs +0 -1
- package/common/src/data-structures/event-service/evm/BlockchainEventEmitter.cjs +0 -1
- package/common/src/data-structures/event-service/evm/BlockchainEventEmitter.mjs +0 -104
- package/common/src/data-structures/event-service/evm/PollingBlockchainEventEmitter.cjs +0 -1
- package/common/src/data-structures/event-service/evm/PollingBlockchainEventEmitter.mjs +0 -1
- package/common/src/data-structures/event-service/helpers/ClientEventHelper.cjs +0 -1
- package/common/src/data-structures/event-service/helpers/ClientEventHelper.mjs +0 -28
- package/common/src/data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.cjs +0 -1
- package/common/src/data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.mjs +0 -98
- package/common/src/data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.cjs +0 -1
- package/common/src/data-structures/event-service/solana/PollingSolanaBlockchainEventEmitter.cjs +0 -1
- package/common/src/data-structures/event-service/solana/PollingSolanaBlockchainEventEmitter.mjs +0 -1
- package/common/src/data-structures/event-service/solana/SolanaBlockchainEventEmitter.cjs +0 -1
- package/common/src/data-structures/http/BasicHttpClient.cjs +0 -1
- package/common/src/data-structures/utxo/Utxo.cjs +0 -1
- package/common/src/data-structures/utxo/Utxo.mjs +0 -113
- package/common/src/error-handling/customErrors/customErrors.helpers.cjs +0 -1
- package/common/src/error-handling/customErrors/customErrors.helpers.mjs +0 -14
- package/common/src/error-handling/customErrors/index.cjs +0 -1
- package/common/src/error-handling/customErrors/index.mjs +0 -4
- package/common/src/error-handling/error-codes.constants.cjs +0 -2
- package/common/src/error-handling/error-codes.constants.mjs +0 -244
- package/common/src/error-handling/get-error.message.cjs +0 -1
- package/common/src/error-handling/get-error.message.mjs +0 -75
- package/common/src/error-handling/index.cjs +0 -1
- package/common/src/error-handling/index.mjs +0 -10
- package/common/src/externalABIs/index.cjs +0 -1
- package/common/src/externalABIs/index.mjs +0 -13
- package/common/src/functions/auto-deposit-back-helpers/get-tokens-to-deposit-back.cjs +0 -1
- package/common/src/functions/auto-deposit-back-helpers/get-tokens-to-deposit-back.mjs +0 -21
- package/common/src/functions/auto-deposit-back-helpers/select-gas-token.cjs +0 -1
- package/common/src/functions/auto-deposit-back-helpers/select-gas-token.mjs +0 -34
- package/common/src/functions/index.cjs +0 -1
- package/common/src/functions/index.d.ts +0 -13
- package/common/src/functions/index.mjs +0 -85
- package/common/src/functions/kyc/checkTokenLimitsUSD.cjs +0 -1
- package/common/src/functions/kyc/checkTokenLimitsUSD.mjs +0 -29
- package/common/src/functions/kyc/passportHelper.cjs +0 -1
- package/common/src/functions/kyc/passportHelper.mjs +0 -1
- package/common/src/functions/kyc/zkMeHelper.cjs +0 -1
- package/common/src/functions/pre-transaction/addressTableLookup.cjs +0 -1
- package/common/src/functions/pre-transaction/addressTableLookup.mjs +0 -2
- package/common/src/functions/pre-transaction/calculateSolanaNullifierCount.cjs +0 -1
- package/common/src/functions/pre-transaction/calculateSolanaNullifierCount.mjs +0 -5
- package/common/src/functions/pre-transaction/convert-okx-instructions.cjs +0 -1
- package/common/src/functions/pre-transaction/ensureAmountChanges.cjs +0 -1
- package/common/src/functions/pre-transaction/getExternalSwapAddress.cjs +0 -1
- package/common/src/functions/pre-transaction/getExternalSwapAddress.mjs +0 -27
- package/common/src/functions/pre-transaction/getFeeStructure.cjs +0 -1
- package/common/src/functions/pre-transaction/getFeeStructure.mjs +0 -20
- package/common/src/functions/pre-transaction/getSolanaCalldataHash.cjs +0 -1
- package/common/src/functions/pre-transaction/getVolatileTransferAmount.cjs +0 -1
- package/common/src/functions/pre-transaction/getVolatileTransferAmount.mjs +0 -32
- package/common/src/functions/pre-transaction/index.cjs +0 -1
- package/common/src/functions/pre-transaction/index.d.ts +0 -19
- package/common/src/functions/pre-transaction/index.mjs +0 -18
- package/common/src/functions/pre-transaction/interaction-to-action.cjs +0 -1
- package/common/src/functions/pre-transaction/interaction-to-action.mjs +0 -1
- package/common/src/functions/pre-transaction/merge-with-fee-structure-emporium.cjs +0 -1
- package/common/src/functions/pre-transaction/merge-with-fee-structure-emporium.mjs +0 -16
- package/common/src/functions/pre-transaction/merge-with-fee-structure.cjs +0 -1
- package/common/src/functions/pre-transaction/merge-with-fee-structure.d.ts +0 -2
- package/common/src/functions/pre-transaction/merge-with-fee-structure.mjs +0 -24
- package/common/src/functions/pre-transaction/outputUtxoProcessing.cjs +0 -1
- package/common/src/functions/pre-transaction/outputUtxoProcessing.mjs +0 -33
- package/common/src/functions/pre-transaction/process-gas-estimates.cjs +0 -1
- package/common/src/functions/pre-transaction/process-gas-estimates.mjs +0 -25
- package/common/src/functions/pre-transaction/sendInitNullifiersTransaction.cjs +0 -1
- package/common/src/functions/pre-transaction/sendInitNullifiersTransaction.mjs +0 -3
- package/common/src/functions/pre-transaction/sendV0Transaction.cjs +0 -2
- package/common/src/functions/pre-transaction/sendV0Transaction.mjs +0 -87
- package/common/src/functions/pre-transaction/solana.cjs +0 -1
- package/common/src/functions/pre-transaction/solana.mjs +0 -33
- package/common/src/functions/pre-transaction/solanaTransfer.utils.cjs +0 -1
- package/common/src/functions/pre-transaction/store-instructions.cjs +0 -1
- package/common/src/functions/pre-transaction/store-instructions.mjs +0 -2
- package/common/src/functions/pre-transaction/store-proof.cjs +0 -1
- package/common/src/functions/pre-transaction/store-proof.mjs +0 -3
- package/common/src/functions/private-wallet/emporium.helpers.cjs +0 -1
- package/common/src/functions/private-wallet/emporium.helpers.mjs +0 -139
- package/common/src/functions/private-wallet/emporium.swap.helpers.cjs +0 -1
- package/common/src/functions/private-wallet/emporium.swap.helpers.mjs +0 -107
- package/common/src/functions/private-wallet/opProducer.cjs +0 -1
- package/common/src/functions/private-wallet/opProducer.mjs +0 -3
- package/common/src/functions/snarkjs/common.snarkjs.cjs +0 -1
- package/common/src/functions/snarkjs/common.snarkjs.mjs +0 -86
- package/common/src/functions/snarkjs/constructGeneralZkProof.cjs +0 -1
- package/common/src/functions/snarkjs/constructGeneralZkProof.mjs +0 -82
- package/common/src/functions/snarkjs/constructSolanaZkProof.cjs +0 -1
- package/common/src/functions/snarkjs/constructSolanaZkProof.mjs +0 -73
- package/common/src/functions/snarkjs/fetchOnChainRootHashes.cjs +0 -1
- package/common/src/functions/snarkjs/fetchOnChainRootHashes.mjs +0 -27
- package/common/src/functions/snarkjs/generateCircomData.cjs +0 -1
- package/common/src/functions/snarkjs/generateCircomData.mjs +0 -33
- package/common/src/functions/snarkjs/generateZkProofEnclave.cjs +0 -1
- package/common/src/functions/snarkjs/generateZkProofEnclave.mjs +0 -27
- package/common/src/functions/snarkjs/getZKFiles.cjs +0 -1
- package/common/src/functions/snarkjs/getZKFiles.mjs +0 -7
- package/common/src/functions/snarkjs/signedMessageHash.cjs +0 -1
- package/common/src/functions/snarkjs/verifyCommitmentValidationData.cjs +0 -1
- package/common/src/functions/snarkjs/verifyCommitmentValidationData.mjs +0 -6
- package/common/src/functions/utils/addresses.cjs +0 -1
- package/common/src/functions/utils/addresses.mjs +0 -32
- package/common/src/functions/utils/amounts.utils.cjs +0 -1
- package/common/src/functions/utils/amounts.utils.mjs +0 -29
- package/common/src/functions/utils/buildClaimableDepositPlan.cjs +0 -1
- package/common/src/functions/utils/buildClaimableDepositPlan.mjs +0 -5
- package/common/src/functions/utils/bytes32.utils.cjs +0 -1
- package/common/src/functions/utils/bytes32.utils.mjs +0 -9
- package/common/src/functions/utils/cacheDevice.utils.mjs +0 -17
- package/common/src/functions/utils/cacheFunctions.cjs +0 -1
- package/common/src/functions/utils/cacheFunctions.mjs +0 -25
- package/common/src/functions/utils/caseInsensitive.utils.cjs +0 -1
- package/common/src/functions/utils/caseInsensitive.utils.mjs +0 -4
- package/common/src/functions/utils/convertEmporiumOpToCallInfo.cjs +0 -1
- package/common/src/functions/utils/convertIntegrationProviderToExternalActionId.cjs +0 -1
- package/common/src/functions/utils/convertIntegrationProviderToExternalActionId.mjs +0 -4
- package/common/src/functions/utils/create-provider.cjs +0 -1
- package/common/src/functions/utils/create-provider.d.ts +0 -4
- package/common/src/functions/utils/create-provider.mjs +0 -11
- package/common/src/functions/utils/customEnclaveFunctionsRegister.cjs +0 -1
- package/common/src/functions/utils/customEnclaveFunctionsRegister.mjs +0 -4
- package/common/src/functions/utils/deposit-claimable.utils.cjs +0 -1
- package/common/src/functions/utils/deposit-claimable.utils.mjs +0 -10
- package/common/src/functions/utils/dispatchBalanceRefreshes.cjs +0 -1
- package/common/src/functions/utils/dispatchBalanceRefreshes.mjs +0 -4
- package/common/src/functions/utils/enclave-recipient-info-storage.cjs +0 -1
- package/common/src/functions/utils/enclave-recipient-info-storage.mjs +0 -2
- package/common/src/functions/utils/enclave-utxo-storage.cjs +0 -1
- package/common/src/functions/utils/enclave-utxo-storage.mjs +0 -4
- package/common/src/functions/utils/encryptInputForEnclave.cjs +0 -1
- package/common/src/functions/utils/encryptInputForEnclave.mjs +0 -34
- package/common/src/functions/utils/erc20tokenFunctions.cjs +0 -1
- package/common/src/functions/utils/erc20tokenFunctions.d.ts +0 -17
- package/common/src/functions/utils/erc20tokenFunctions.mjs +0 -21
- package/common/src/functions/utils/evmNetworkFunctions.cjs +0 -1
- package/common/src/functions/utils/evmNetworkFunctions.mjs +0 -1
- package/common/src/functions/utils/external-action.utils.cjs +0 -1
- package/common/src/functions/utils/external-action.utils.mjs +0 -6
- package/common/src/functions/utils/fees.utils.cjs +0 -1
- package/common/src/functions/utils/fees.utils.d.ts +0 -6
- package/common/src/functions/utils/fees.utils.mjs +0 -40
- package/common/src/functions/utils/formatter.cjs +0 -1
- package/common/src/functions/utils/formatter.mjs +0 -1
- package/common/src/functions/utils/getBlockExplorerUrl.cjs +0 -1
- package/common/src/functions/utils/getBlockExplorerUrl.mjs +0 -1
- package/common/src/functions/utils/getRecipientInfoFromUserKeys.cjs +0 -1
- package/common/src/functions/utils/getRecipientInfoFromUserKeys.mjs +0 -20
- package/common/src/functions/utils/getSignerFromContract.cjs +0 -1
- package/common/src/functions/utils/getUtxosFromReceipt.utils.cjs +0 -1
- package/common/src/functions/utils/getUtxosFromReceipt.utils.mjs +0 -31
- package/common/src/functions/utils/getUtxosFromReceiptSolana.cjs +0 -1
- package/common/src/functions/utils/getUtxosFromReceiptSolana.mjs +0 -26
- package/common/src/functions/utils/inLogicMetadata.cjs +0 -1
- package/common/src/functions/utils/inLogicMetadata.mjs +0 -1
- package/common/src/functions/utils/index.cjs +0 -1
- package/common/src/functions/utils/index.d.ts +0 -72
- package/common/src/functions/utils/index.mjs +0 -74
- package/common/src/functions/utils/ipfs.cjs +0 -1
- package/common/src/functions/utils/ipfs.mjs +0 -1
- package/common/src/functions/utils/lifi.utils.cjs +0 -1
- package/common/src/functions/utils/lifi.utils.mjs +0 -6
- package/common/src/functions/utils/mnemonics.cjs +0 -1
- package/common/src/functions/utils/mutexes.utils.cjs +0 -1
- package/common/src/functions/utils/nearIntents.utils.cjs +0 -1
- package/common/src/functions/utils/nearIntents.utils.d.ts +0 -11
- package/common/src/functions/utils/nearIntents.utils.mjs +0 -17
- package/common/src/functions/utils/networks.utils.cjs +0 -1
- package/common/src/functions/utils/networks.utils.mjs +0 -1
- package/common/src/functions/utils/nftTokenFunctions.cjs +0 -1
- package/common/src/functions/utils/nftTokenFunctions.mjs +0 -2
- package/common/src/functions/utils/prepareHinkal.cjs +0 -1
- package/common/src/functions/utils/prepareHinkal.mjs +0 -7
- package/common/src/functions/utils/process.utils.cjs +0 -1
- package/common/src/functions/utils/process.utils.mjs +0 -15
- package/common/src/functions/utils/publicBalance.utils.cjs +0 -1
- package/common/src/functions/utils/publicBalance.utils.mjs +0 -36
- package/common/src/functions/utils/resolve-sync.utils.cjs +0 -1
- package/common/src/functions/utils/resolve-sync.utils.mjs +0 -20
- package/common/src/functions/utils/rpc-int-encode.cjs +0 -1
- package/common/src/functions/utils/rpc-int-encode.mjs +0 -1
- package/common/src/functions/utils/serialize-utxos.utils.cjs +0 -1
- package/common/src/functions/utils/serialize-utxos.utils.mjs +0 -10
- package/common/src/functions/utils/serialize.utils.cjs +0 -1
- package/common/src/functions/utils/serialize.utils.mjs +0 -7
- package/common/src/functions/utils/solana-memo.cjs +0 -1
- package/common/src/functions/utils/solana-memo.mjs +0 -3
- package/common/src/functions/utils/solanaMint.utils.cjs +0 -1
- package/common/src/functions/utils/solanaSendPreflight.utils.cjs +0 -1
- package/common/src/functions/utils/solanaSendPreflight.utils.mjs +0 -1
- package/common/src/functions/utils/string.utils.cjs +0 -1
- package/common/src/functions/utils/string.utils.mjs +0 -18
- package/common/src/functions/utils/time.utils.cjs +0 -1
- package/common/src/functions/utils/time.utils.mjs +0 -8
- package/common/src/functions/utils/token-check.utils.cjs +0 -1
- package/common/src/functions/utils/token-check.utils.d.ts +0 -4
- package/common/src/functions/utils/token-check.utils.mjs +0 -12
- package/common/src/functions/utils/transfer-claimable.utils.cjs +0 -1
- package/common/src/functions/utils/transfer-claimable.utils.mjs +0 -10
- package/common/src/functions/utils/tron.utils.cjs +0 -1
- package/common/src/functions/utils/tron.utils.mjs +0 -194
- package/common/src/functions/utils/tx-confirmation.utils.cjs +0 -1
- package/common/src/functions/utils/tx-confirmation.utils.mjs +0 -34
- package/common/src/functions/utils/userAgent.cjs +0 -1
- package/common/src/functions/utils/userAgent.mjs +0 -3
- package/common/src/functions/utils/walletBalances.utils.cjs +0 -1
- package/common/src/functions/utils/walletBalances.utils.mjs +0 -1
- package/common/src/functions/web3/EIP-712.cjs +0 -1
- package/common/src/functions/web3/EIP-712.mjs +0 -1
- package/common/src/functions/web3/connectors.utils.cjs +0 -1
- package/common/src/functions/web3/connectors.utils.mjs +0 -1
- package/common/src/functions/web3/etherFunctions.cjs +0 -1
- package/common/src/functions/web3/etherFunctions.mjs +0 -21
- package/common/src/functions/web3/events/balanceChangedHandler.cjs +0 -1
- package/common/src/functions/web3/events/balanceChangedHandler.d.ts +0 -5
- package/common/src/functions/web3/events/balanceChangedHandler.mjs +0 -21
- package/common/src/functions/web3/events/getInputUtxoAndBalance.cjs +0 -1
- package/common/src/functions/web3/events/getInputUtxoAndBalance.mjs +0 -112
- package/common/src/functions/web3/events/getInputUtxosEnclave.cjs +0 -1
- package/common/src/functions/web3/events/getShieldedBalance.cjs +0 -1
- package/common/src/functions/web3/events/getShieldedBalance.mjs +0 -96
- package/common/src/functions/web3/events/getTransactionLogEvents.cjs +0 -1
- package/common/src/functions/web3/events/getTransactionLogEvents.mjs +0 -2
- package/common/src/functions/web3/functionCalls/approveToken.cjs +0 -1
- package/common/src/functions/web3/functionCalls/approveToken.mjs +0 -113
- package/common/src/functions/web3/functionCalls/constructBatchCall.cjs +0 -1
- package/common/src/functions/web3/functionCalls/recoverTransactionFromError.cjs +0 -1
- package/common/src/functions/web3/functionCalls/recoverTransactionFromError.mjs +0 -18
- package/common/src/functions/web3/functionCalls/transactCallDirect.cjs +0 -1
- package/common/src/functions/web3/functionCalls/transactCallDirect.mjs +0 -60
- package/common/src/functions/web3/functionCalls/transactCallDirectTron.cjs +0 -1
- package/common/src/functions/web3/functionCalls/transactCallDirectTron.mjs +0 -91
- package/common/src/functions/web3/functionCalls/transactCallRelayer.cjs +0 -1
- package/common/src/functions/web3/functionCalls/transactCallRelayer.mjs +0 -63
- package/common/src/functions/web3/functionCalls/waitForErc20Approvals.cjs +0 -1
- package/common/src/functions/web3/functionCalls/waitForErc20Approvals.mjs +0 -41
- package/common/src/functions/web3/getContractMetadata.cjs +0 -1
- package/common/src/functions/web3/getContractMetadata.mjs +0 -23
- package/common/src/functions/web3/getPublicAddressBalance.cjs +0 -1
- package/common/src/functions/web3/getPublicAddressBalance.mjs +0 -10
- package/common/src/functions/web3/getTokenHolder.cjs +0 -1
- package/common/src/functions/web3/getTokenHolder.mjs +0 -7
- package/common/src/functions/web3/index.cjs +0 -1
- package/common/src/functions/web3/index.mjs +0 -16
- package/common/src/functions/web3/lifiAPI.cjs +0 -1
- package/common/src/functions/web3/lifiAPI.mjs +0 -38
- package/common/src/functions/web3/odosAPI.cjs +0 -1
- package/common/src/functions/web3/odosAPI.mjs +0 -35
- package/common/src/functions/web3/okxAPI.cjs +0 -1
- package/common/src/functions/web3/oneInchAPI.cjs +0 -1
- package/common/src/functions/web3/oneInchAPI.mjs +0 -34
- package/common/src/functions/web3/runContractFunction.cjs +0 -1
- package/common/src/functions/web3/runContractFunction.mjs +0 -1
- package/common/src/functions/web3/signAndSendSerializedTransaction.cjs +0 -1
- package/common/src/functions/web3/signAndSendSerializedTransaction.mjs +0 -1
- package/common/src/functions/web3/uniswapAPI.cjs +0 -1
- package/common/src/functions/web3/uniswapAPI.mjs +0 -60
- package/common/src/index.d.ts +0 -9
- package/common/src/mutexes/mutex.cjs +0 -1
- package/common/src/mutexes/mutex.mjs +0 -3
- package/common/src/providers/EthersProviderAdapter.cjs +0 -1
- package/common/src/providers/EthersProviderAdapter.d.ts +0 -36
- package/common/src/providers/EthersProviderAdapter.mjs +0 -101
- package/common/src/providers/SolanaProviderAdapter.cjs +0 -1
- package/common/src/providers/SolanaProviderAdapter.d.ts +0 -52
- package/common/src/providers/SolanaProviderAdapter.mjs +0 -147
- package/common/src/providers/TronProviderAdapter.cjs +0 -1
- package/common/src/providers/TronProviderAdapter.d.ts +0 -39
- package/common/src/providers/TronProviderAdapter.mjs +0 -97
- package/common/src/providers/WagmiProviderAdapter.cjs +0 -1
- package/common/src/providers/WagmiProviderAdapter.d.ts +0 -48
- package/common/src/providers/WagmiProviderAdapter.mjs +0 -198
- package/common/src/types/activities.types.cjs +0 -1
- package/common/src/types/activities.types.mjs +0 -10
- package/common/src/types/balances.types.cjs +0 -1
- package/common/src/types/balances.types.d.ts +0 -39
- package/common/src/types/balances.types.mjs +0 -6
- package/common/src/types/circom-data.types.cjs +0 -1
- package/common/src/types/circom-data.types.mjs +0 -10
- package/common/src/types/eip5792.types.cjs +0 -1
- package/common/src/types/eip5792.types.mjs +0 -6
- package/common/src/types/external-action.types.cjs +0 -1
- package/common/src/types/external-action.types.d.ts +0 -17
- package/common/src/types/external-action.types.mjs +0 -6
- package/common/src/types/fee.types.d.ts +0 -13
- package/common/src/types/hinkal.types.cjs +0 -1
- package/common/src/types/hinkal.types.mjs +0 -28
- package/common/src/types/index.cjs +0 -1
- package/common/src/types/index.d.ts +0 -61
- package/common/src/types/index.mjs +0 -19
- package/common/src/types/kyc.types.cjs +0 -1
- package/common/src/types/kyc.types.mjs +0 -10
- package/common/src/types/new-rewards.type.cjs +0 -1
- package/common/src/types/new-rewards.type.mjs +0 -10
- package/common/src/types/scheduled-transactions.types.cjs +0 -1
- package/common/src/types/scheduled-transactions.types.d.ts +0 -49
- package/common/src/types/scheduled-transactions.types.mjs +0 -6
- package/common/src/types/token.types.d.ts +0 -88
- package/common/src/types/transactions.types.cjs +0 -1
- package/common/src/types/transactions.types.mjs +0 -8
- package/common/src/webworker/logError-CmD5XYI9.js +0 -2
- package/common/src/webworker/package.json +0 -110
- package/common/src/webworker/snarkjsWorker/snarkjsWorkerLauncher.ts?worker&url.cjs +0 -1
- package/common/src/webworker/snarkjsWorker/snarkjsWorkerLauncher.ts?worker&url.mjs +0 -4
- package/common/src/webworker/snarkjsWorkerNode.cjs +0 -1
- package/common/src/webworker/utxoWorker/utxoWorkerLauncher.ts?worker&url.cjs +0 -1
- package/common/src/webworker/utxoWorker/utxoWorkerLauncher.ts?worker&url.mjs +0 -4
- package/common/src/webworker/utxoWorker/utxoWorkerNode.d.ts +0 -1
- package/common/src/webworker/utxoWorkerNode.cjs +0 -1
- package/common/src/webworker/viteWorkerURL.constant.cjs +0 -21
- package/common/src/webworker/viteWorkerURL.constant.mjs +0 -21
- package/common/src/webworker/workerFactory.cjs +0 -1
- package/common/src/webworker/workerFactory.mjs +0 -47
- package/common/src/webworker/workerProxy-C49-EPZz.js +0 -1
- package/common/src/webworker/zkProofWorker/zkProofWorkerLauncher.ts?worker&url.cjs +0 -1
- package/common/src/webworker/zkProofWorker/zkProofWorkerLauncher.ts?worker&url.mjs +0 -4
- package/common/src/webworker/zkProofWorker/zkProofWorkerNode.d.ts +0 -1
- package/common/src/webworker/zkProofWorkerNode.cjs +0 -1
- package/functions/integrations/index.cjs +0 -1
- package/functions/integrations/index.d.ts +0 -1
- package/functions/integrations/index.mjs +0 -5
- package/functions/integrations/swapApi.cjs +0 -1
- package/functions/integrations/swapApi.d.ts +0 -9
- package/functions/integrations/swapApi.mjs +0 -13
- package/functions/utils/getFeeStructure.cjs +0 -1
- package/functions/utils/getFeeStructure.d.ts +0 -1
- package/functions/utils/getFeeStructure.mjs +0 -1
- package/functions/utils/preProcessing.cjs +0 -1
- package/functions/utils/preProcessing.d.ts +0 -1
- package/functions/utils/preProcessing.mjs +0 -1
- package/functions/utils/refreshBalance.cjs +0 -1
- package/functions/utils/refreshBalance.d.ts +0 -2
- package/functions/utils/refreshBalance.mjs +0 -7
- package/internal/token.utils.cjs +0 -1
- package/internal/token.utils.d.ts +0 -7
- package/internal/token.utils.mjs +0 -38
- package/services/Hinkal.cjs +0 -1
- package/services/Hinkal.d.ts +0 -59
- package/services/Hinkal.mjs +0 -159
- package/services/index.cjs +0 -1
- package/services/index.d.ts +0 -1
- package/services/index.mjs +0 -1
- package/types/IHinkal.d.ts +0 -57
- package/types/IProviderAdapter.d.ts +0 -1
- package/types/privateTypes.d.ts +0 -5
- /package/{common/src/API → API}/API.d.ts +0 -0
- /package/{common/src/API → API}/accessCodeCalls.cjs +0 -0
- /package/{common/src/API → API}/accessCodeCalls.d.ts +0 -0
- /package/{common/src/API → API}/accessCodeCalls.mjs +0 -0
- /package/{common/src/API → API}/admin-calls.d.ts +0 -0
- /package/{common/src/API → API}/brotherhoodCalls.cjs +0 -0
- /package/{common/src/API → API}/brotherhoodCalls.d.ts +0 -0
- /package/{common/src/API → API}/brotherhoodCalls.mjs +0 -0
- /package/{common/src/API → API}/callLifiAPI.cjs +0 -0
- /package/{common/src/API → API}/callLifiAPI.d.ts +0 -0
- /package/{common/src/API → API}/callLifiAPI.mjs +0 -0
- /package/{common/src/API → API}/callMonitor.d.ts +0 -0
- /package/{common/src/API → API}/callNearIntentsAPI.d.ts +0 -0
- /package/{common/src/API → API}/callOdosAPI.cjs +0 -0
- /package/{common/src/API → API}/callOdosAPI.d.ts +0 -0
- /package/{common/src/API → API}/callOdosAPI.mjs +0 -0
- /package/{common/src/API → API}/callOkxAPI.cjs +0 -0
- /package/{common/src/API → API}/callOkxAPI.d.ts +0 -0
- /package/{common/src/API → API}/callOkxAPI.mjs +0 -0
- /package/{common/src/API → API}/callOneInchAPI.cjs +0 -0
- /package/{common/src/API → API}/callOneInchAPI.d.ts +0 -0
- /package/{common/src/API → API}/callOneInchAPI.mjs +0 -0
- /package/{common/src/API → API}/callRelayer.cjs +0 -0
- /package/{common/src/API → API}/callRelayer.d.ts +0 -0
- /package/{common/src/API → API}/callRelayer.mjs +0 -0
- /package/{common/src/API → API}/checkRisk.d.ts +0 -0
- /package/{common/src/API → API}/dashboardAccountCalls.cjs +0 -0
- /package/{common/src/API → API}/dashboardAccountCalls.d.ts +0 -0
- /package/{common/src/API → API}/dashboardAccountCalls.mjs +0 -0
- /package/{common/src/API → API}/dashboardAccountMemberCalls.cjs +0 -0
- /package/{common/src/API → API}/dashboardAccountMemberCalls.d.ts +0 -0
- /package/{common/src/API → API}/dashboardAccountMemberCalls.mjs +0 -0
- /package/{common/src/API → API}/dashboardBalanceCalls.cjs +0 -0
- /package/{common/src/API → API}/dashboardBalanceCalls.d.ts +0 -0
- /package/{common/src/API → API}/dashboardBalanceCalls.mjs +0 -0
- /package/{common/src/API → API}/dashboardContactCalls.cjs +0 -0
- /package/{common/src/API → API}/dashboardContactCalls.d.ts +0 -0
- /package/{common/src/API → API}/dashboardContactCalls.mjs +0 -0
- /package/{common/src/API → API}/dashboardPayoutCalls.cjs +0 -0
- /package/{common/src/API → API}/dashboardPayoutCalls.d.ts +0 -0
- /package/{common/src/API → API}/dashboardPayoutCalls.mjs +0 -0
- /package/{common/src/API → API}/dashboardTransactionCalls.cjs +0 -0
- /package/{common/src/API → API}/dashboardTransactionCalls.d.ts +0 -0
- /package/{common/src/API → API}/dashboardTransactionCalls.mjs +0 -0
- /package/{common/src/API → API}/deposit-and-withdraw-status-calls.cjs +0 -0
- /package/{common/src/API → API}/deposit-and-withdraw-status-calls.d.ts +0 -0
- /package/{common/src/API → API}/deposit-and-withdraw-status-calls.mjs +0 -0
- /package/{common/src/API → API}/enclaveRecipientInfoCalls.d.ts +0 -0
- /package/{common/src/API → API}/enclaveSignatureCalls.d.ts +0 -0
- /package/{common/src/API → API}/enclaveUtxoCalls.d.ts +0 -0
- /package/{common/src/API → API}/fetchCommitmentsCache.cjs +0 -0
- /package/{common/src/API → API}/fetchCommitmentsCache.d.ts +0 -0
- /package/{common/src/API → API}/fetchCommitmentsCache.mjs +0 -0
- /package/{common/src/API → API}/generate-trading-points.cjs +0 -0
- /package/{common/src/API → API}/generate-trading-points.d.ts +0 -0
- /package/{common/src/API → API}/generate-trading-points.mjs +0 -0
- /package/{common/src/API → API}/get-token-data.cjs +0 -0
- /package/{common/src/API → API}/get-token-data.d.ts +0 -0
- /package/{common/src/API → API}/get-token-data.mjs +0 -0
- /package/{common/src/API → API}/get-token-price-chart-data.cjs +0 -0
- /package/{common/src/API → API}/get-token-price-chart-data.d.ts +0 -0
- /package/{common/src/API → API}/get-token-price-chart-data.mjs +0 -0
- /package/{common/src/API → API}/getAnyRecipientInfo.d.ts +0 -0
- /package/{common/src/API → API}/getCoingeckoPrice.d.ts +0 -0
- /package/{common/src/API → API}/getGasEstimates.cjs +0 -0
- /package/{common/src/API → API}/getGasEstimates.d.ts +0 -0
- /package/{common/src/API → API}/getGasEstimates.mjs +0 -0
- /package/{common/src/API → API}/getServerURL.d.ts +0 -0
- /package/{common/src/API → API}/getTokenPrice.cjs +0 -0
- /package/{common/src/API → API}/getTokenPrice.d.ts +0 -0
- /package/{common/src/API → API}/getTokenPrice.mjs +0 -0
- /package/{common/src/API → API}/getWebsiteURL.d.ts +0 -0
- /package/{common/src/API → API}/index.d.ts +0 -0
- /package/{common/src/API → API}/kycCalls.cjs +0 -0
- /package/{common/src/API → API}/kycCalls.d.ts +0 -0
- /package/{common/src/API → API}/kycCalls.mjs +0 -0
- /package/{common/src/API → API}/leaderboardCalls.cjs +0 -0
- /package/{common/src/API → API}/leaderboardCalls.d.ts +0 -0
- /package/{common/src/API → API}/leaderboardCalls.mjs +0 -0
- /package/{common/src/API → API}/onrampCalls.cjs +0 -0
- /package/{common/src/API → API}/onrampCalls.d.ts +0 -0
- /package/{common/src/API → API}/onrampCalls.mjs +0 -0
- /package/{common/src/API → API}/privacy-score-calls.cjs +0 -0
- /package/{common/src/API → API}/privacy-score-calls.d.ts +0 -0
- /package/{common/src/API → API}/privacy-score-calls.mjs +0 -0
- /package/{common/src/API → API}/privateSendEmailNotificationsCalls.cjs +0 -0
- /package/{common/src/API → API}/privateSendEmailNotificationsCalls.d.ts +0 -0
- /package/{common/src/API → API}/privateSendEmailNotificationsCalls.mjs +0 -0
- /package/{common/src/API → API}/privateSendNonceCalls.cjs +0 -0
- /package/{common/src/API → API}/privateSendNonceCalls.d.ts +0 -0
- /package/{common/src/API → API}/privateSendNonceCalls.mjs +0 -0
- /package/{common/src/API → API}/privateSendRecipientInfoCalls.cjs +0 -0
- /package/{common/src/API → API}/privateSendRecipientInfoCalls.d.ts +0 -0
- /package/{common/src/API → API}/privateSendRecipientInfoCalls.mjs +0 -0
- /package/{common/src/API → API}/proxyAccountsCalls.d.ts +0 -0
- /package/{common/src/API → API}/proxyAccountsCalls.mjs +0 -0
- /package/{common/src/API → API}/referralsCalls.cjs +0 -0
- /package/{common/src/API → API}/referralsCalls.d.ts +0 -0
- /package/{common/src/API → API}/referralsCalls.mjs +0 -0
- /package/{common/src/API → API}/relayCalls.cjs +0 -0
- /package/{common/src/API → API}/relayCalls.d.ts +0 -0
- /package/{common/src/API → API}/relayCalls.mjs +0 -0
- /package/{common/src/API → API}/resolve-sns.d.ts +0 -0
- /package/{common/src/API → API}/rewardsUserCalls.cjs +0 -0
- /package/{common/src/API → API}/rewardsUserCalls.d.ts +0 -0
- /package/{common/src/API → API}/rewardsUserCalls.mjs +0 -0
- /package/{common/src/API → API}/scheduled-transactions-calls.d.ts +0 -0
- /package/{common/src/API → API}/seedless-calls.cjs +0 -0
- /package/{common/src/API → API}/seedless-calls.d.ts +0 -0
- /package/{common/src/API → API}/seedless-calls.mjs +0 -0
- /package/{common/src/API → API}/send-telegram-callback.cjs +0 -0
- /package/{common/src/API → API}/send-telegram-callback.d.ts +0 -0
- /package/{common/src/API → API}/send-telegram-callback.mjs +0 -0
- /package/{common/src/API → API}/simulate-batch-tx.cjs +0 -0
- /package/{common/src/API → API}/simulate-batch-tx.d.ts +0 -0
- /package/{common/src/API → API}/simulate-batch-tx.mjs +0 -0
- /package/{common/src/API → API}/simulate-transaction.cjs +0 -0
- /package/{common/src/API → API}/simulate-transaction.d.ts +0 -0
- /package/{common/src/API → API}/simulate-transaction.mjs +0 -0
- /package/{common/src/API → API}/snapshot-event-calls.cjs +0 -0
- /package/{common/src/API → API}/snapshot-event-calls.d.ts +0 -0
- /package/{common/src/API → API}/snapshot-event-calls.mjs +0 -0
- /package/{common/src/API → API}/temporaryWalletCalls.cjs +0 -0
- /package/{common/src/API → API}/temporaryWalletCalls.d.ts +0 -0
- /package/{common/src/API → API}/temporaryWalletCalls.mjs +0 -0
- /package/{common/src/API → API}/tenderly.api.d.ts +0 -0
- /package/{common/src/API → API}/tronSubsidyCalls.cjs +0 -0
- /package/{common/src/API → API}/tronSubsidyCalls.d.ts +0 -0
- /package/{common/src/API → API}/tronSubsidyCalls.mjs +0 -0
- /package/{common/src/API → API}/weeklyAnalyticCalls.cjs +0 -0
- /package/{common/src/API → API}/weeklyAnalyticCalls.d.ts +0 -0
- /package/{common/src/API → API}/weeklyAnalyticCalls.mjs +0 -0
- /package/{common/src/constants → constants}/activity.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/addresses.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/assets.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/auth.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/backend.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/balance.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/bridging.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/chains.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/coingecko.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/contracts.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/conversion.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/events.constants.cjs +0 -0
- /package/{common/src/constants → constants}/events.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/events.constants.mjs +0 -0
- /package/{common/src/constants → constants}/fees.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/function-signatures.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/images.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/kyc.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/lifi.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/link.constant.d.ts +0 -0
- /package/{common/src/constants → constants}/mediaUrls.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/mystery-boxes.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/oauthUrls.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/okx.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/pay.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/permit2.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/presale.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/price-impact.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/protocol.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/reorg-depths.constants.cjs +0 -0
- /package/{common/src/constants → constants}/reorg-depths.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/reorg-depths.constants.mjs +0 -0
- /package/{common/src/constants → constants}/rewards.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/save-depths.cjs +0 -0
- /package/{common/src/constants → constants}/save-depths.d.ts +0 -0
- /package/{common/src/constants → constants}/save-depths.mjs +0 -0
- /package/{common/src/constants → constants}/schedule.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/tasks.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/token.limits.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/tokens.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/tx-confirmation.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/vite.constants.d.ts +0 -0
- /package/{common/src/constants → constants}/wallet.constants.d.ts +0 -0
- /package/{common/src/crypto → crypto}/babyJub.d.ts +0 -0
- /package/{common/src/crypto → crypto}/babyJub.mjs +0 -0
- /package/{common/src/crypto → crypto}/ecdh-dual-path.d.ts +0 -0
- /package/{common/src/crypto → crypto}/ecdh-sealed-keys.d.ts +0 -0
- /package/{common/src/crypto → crypto}/ecdh.d.ts +0 -0
- /package/{common/src/crypto → crypto}/eddsa.d.ts +0 -0
- /package/{common/src/crypto → crypto}/eddsa.mjs +0 -0
- /package/{common/src/crypto → crypto}/index.d.ts +0 -0
- /package/{common/src/crypto → crypto}/poseidon.d.ts +0 -0
- /package/{common/src/crypto → crypto}/poseidon.mjs +0 -0
- /package/{common/src/crypto → crypto}/preProcessing.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/AccountActions/AccountActions.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/AccountActions/AccountActions.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/AccountActions/index.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/AccountActions/index.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/AccountActions/index.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/ApprovalDBs/EventsPublicApprovalsDB.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/ApprovalDBs/index.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/BlockchainEvent/BlockchainEvent.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/BlockchainEvent/BlockchainEvent.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/BlockchainEvent/BlockchainEvent.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/handleAutoDepositBack.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalActionReceive.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalActionReceive.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalActionReceive.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalClaimUtxo.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalDeposit.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalDepositOnChainUtxos.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalGetRecipientInfo.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalGetRecipientInfo.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalGetRecipientInfo.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalGetZkMeProvider.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalGetZkMeProvider.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalGetZkMeProvider.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalMultiSend.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalNearDepositAndBridge.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalPalEvmDeposit.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalPalSolanaDepositPrepare.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalPalTronDepositPrepare.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalPrivateWallet.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalProoflessDeposit.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalProoflessDeposit.utils.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalProoflessDepositViaWrapper.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalProxySwap.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalProxyToPrivate.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalSignSubAccount.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalSignSubAccount.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalSignSubAccount.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalSolanaClaimUtxo.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalSolanaDeposit.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalSolanaProoflessDeposit.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalSolanaProoflessDeposit.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalSolanaProoflessDeposit.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalSolanaProxySend.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalSolanaProxyShield.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalSolanaProxySwap.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalSolanaSwap.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalSolanaTransfer.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalSolanaWithdraw.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalSwap.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalTransfer.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalWithdraw.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/hinkalWithdrawStuckUtxos.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/prepareDepositOnChainUtxosZkProof.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/Hinkal/resetMerkleTrees.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/IndexedDB/activity-db.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/IndexedDB/balances-db.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/IndexedDB/contact-db.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/IndexedDB/pay-activity-db.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/IndexedDB/prices-db.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/IndexedDB/private-balances-db.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/IndexedDB/signatures-db.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/TokenDBs/ArcPublicTokensDB.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/TokenDBs/PrivateTokensDB.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/TokenDBs/index.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/TokenDBs/index.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/TokenDBs/index.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/TokenDBs/token-visibility-db.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/TokenDBs/token-visibility-db.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/ValueCache/ValueCache.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/ValueCache/index.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/WalletManager/WalletManager.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/WalletManager/index.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/cacheDevices/AttachableMemoryCacheDevice.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/cacheDevices/AttachableMemoryCacheDevice.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/cacheDevices/AttachableMemoryCacheDevice.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/cacheDevices/BaseCacheDevice.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/cacheDevices/BaseCacheDevice.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/cacheDevices/BaseCacheDevice.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/cacheDevices/FileCacheDevice.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/cacheDevices/FileCacheDevice.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/cacheDevices/LocalStorageCacheDevice.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/cacheDevices/LocalStorageCacheDevice.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/cacheDevices/LocalStorageCacheDevice.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/cacheDevices/index.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/cacheDevices/index.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/cacheDevices/index.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/crypto-keys/decodeUTXO.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/crypto-keys/encryptDecryptUtxo.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/crypto-keys/index.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/crypto-keys/keyUtils.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/crypto-keys/keyUtils.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/crypto-keys/keyUtils.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/crypto-keys/keys.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/custom-token-registry/CustomTokenRegistry.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/evm/AbstractCommitmentsSnapshotService.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/evm/AbstractCommitmentsSnapshotService.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/evm/AbstractCommitmentsSnapshotService.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/evm/AbstractEventService.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/evm/AbstractEventService.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/evm/AbstractEventService.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/evm/AbstractNullifierSnapshotService.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/evm/AbstractNullifierSnapshotService.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/evm/AbstractSnapshotService.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/evm/AbstractSnapshotService.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/evm/AbstractSnapshotService.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/evm/BlockchainEventEmitter.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/evm/ClientBlockchainEventEmitter.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/evm/ClientBlockchainEventEmitter.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/evm/ClientBlockchainEventEmitter.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/evm/PollingBlockchainEventEmitter.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/helpers/ClientEventHelper.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/helpers/PollingEventHelper.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/index.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/index.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/index.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/solana/AbstractSolanaCommitmentsSnapshotService.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/solana/AbstractSolanaEventService.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/solana/AbstractSolanaEventService.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/solana/AbstractSolanaEventService.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/solana/AbstractSolanaNullifierSnapshotService.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/solana/AbstractSolanaNullifierSnapshotService.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/solana/AbstractSolanaSnapshotService.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/solana/AbstractSolanaSnapshotService.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/solana/AbstractSolanaSnapshotService.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/solana/ClientSolanaBlockchainEventEmitter.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/solana/ClientSolanaBlockchainEventEmitter.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/solana/ClientSolanaBlockchainEventEmitter.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/solana/PollingSolanaBlockchainEventEmitter.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/solana/SolanaBlockchainEventEmitter.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/event-service/solana/SolanaBlockchainEventEmitter.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/http/BasicHttpClient.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/http/BasicHttpClient.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/http/HttpClient.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/http/HttpClient.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/http/HttpClient.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/http/index.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/http/index.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/http/index.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/index.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/merkle-tree/MerkleTree.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/merkle-tree/MerkleTree.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/merkle-tree/MerkleTree.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/merkle-tree/MerkleTreeIncompleteError.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/merkle-tree/MerkleTreeIncompleteError.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/merkle-tree/MerkleTreeIncompleteError.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/merkle-tree/index.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/merkle-tree/index.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/merkle-tree/index.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/presale/PresaleContractWrapper.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/presale/index.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/provider-adapter/IProviderAdapter.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/snapshot/SnapshotFetcherService.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/snapshot/SnapshotFetcherService.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/snapshot/SnapshotFetcherService.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/snapshot/evm-snapshots/ClientCommitmentsSnapshotService.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/snapshot/evm-snapshots/ClientCommitmentsSnapshotService.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/snapshot/evm-snapshots/ClientCommitmentsSnapshotService.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/snapshot/evm-snapshots/ClientNullifierSnapshotService.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/snapshot/evm-snapshots/ClientNullifierSnapshotService.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/snapshot/evm-snapshots/ClientNullifierSnapshotService.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/snapshot/index.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/snapshot/index.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/snapshot/index.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/snapshot/solana-snapshots/ClientSolanaCommitmentsSnapshotService.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/snapshot/solana-snapshots/ClientSolanaCommitmentsSnapshotService.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/snapshot/solana-snapshots/ClientSolanaCommitmentsSnapshotService.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/snapshot/solana-snapshots/ClientSolanaNullifierSnapshotService.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/snapshot/solana-snapshots/ClientSolanaNullifierSnapshotService.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/snapshot/solana-snapshots/ClientSolanaNullifierSnapshotService.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/token-price-fetcher/TokenChecker.cjs +0 -0
- /package/{common/src/data-structures → data-structures}/token-price-fetcher/TokenChecker.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/token-price-fetcher/TokenChecker.mjs +0 -0
- /package/{common/src/data-structures → data-structures}/token-price-fetcher/index.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/transactions-manager/history/history.types.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/transactions-manager/index.d.ts +0 -0
- /package/{common/src/data-structures → data-structures}/utxo/Utxo.d.ts +0 -0
- /package/{common/src/error-handling → error-handling}/customErrors/ErrorWithAmount.cjs +0 -0
- /package/{common/src/error-handling → error-handling}/customErrors/ErrorWithAmount.d.ts +0 -0
- /package/{common/src/error-handling → error-handling}/customErrors/ErrorWithAmount.mjs +0 -0
- /package/{common/src/error-handling → error-handling}/customErrors/ErrorWithIndex.d.ts +0 -0
- /package/{common/src/error-handling → error-handling}/customErrors/ErrorWithTx.cjs +0 -0
- /package/{common/src/error-handling → error-handling}/customErrors/ErrorWithTx.d.ts +0 -0
- /package/{common/src/error-handling → error-handling}/customErrors/ErrorWithTx.mjs +0 -0
- /package/{common/src/error-handling → error-handling}/customErrors/FeeOverTransactionValueError.cjs +0 -0
- /package/{common/src/error-handling → error-handling}/customErrors/FeeOverTransactionValueError.d.ts +0 -0
- /package/{common/src/error-handling → error-handling}/customErrors/FeeOverTransactionValueError.mjs +0 -0
- /package/{common/src/error-handling → error-handling}/customErrors/HttpError.d.ts +0 -0
- /package/{common/src/error-handling → error-handling}/customErrors/SimulationFailureError.d.ts +0 -0
- /package/{common/src/error-handling → error-handling}/customErrors/customErrors.helpers.d.ts +0 -0
- /package/{common/src/error-handling → error-handling}/customErrors/index.d.ts +0 -0
- /package/{common/src/error-handling → error-handling}/error-codes.constants.d.ts +0 -0
- /package/{common/src/error-handling → error-handling}/get-error.message.d.ts +0 -0
- /package/{common/src/error-handling → error-handling}/index.d.ts +0 -0
- /package/{common/src/error-handling → error-handling}/isInsufficientFundsError.cjs +0 -0
- /package/{common/src/error-handling → error-handling}/isInsufficientFundsError.d.ts +0 -0
- /package/{common/src/error-handling → error-handling}/isInsufficientFundsError.mjs +0 -0
- /package/{common/src/error-handling → error-handling}/logError.cjs +0 -0
- /package/{common/src/error-handling → error-handling}/logError.d.ts +0 -0
- /package/{common/src/error-handling → error-handling}/logError.mjs +0 -0
- /package/{common/src/error-handling → error-handling}/logger.cjs +0 -0
- /package/{common/src/error-handling → error-handling}/logger.d.ts +0 -0
- /package/{common/src/error-handling → error-handling}/logger.mjs +0 -0
- /package/{common/src/error-handling → error-handling}/retrySolanaError.cjs +0 -0
- /package/{common/src/error-handling → error-handling}/retrySolanaError.d.ts +0 -0
- /package/{common/src/error-handling → error-handling}/retrySolanaError.mjs +0 -0
- /package/{common/src/error-handling → error-handling}/types.cjs +0 -0
- /package/{common/src/error-handling → error-handling}/types.d.ts +0 -0
- /package/{common/src/error-handling → error-handling}/types.mjs +0 -0
- /package/{common/src/externalABIs → externalABIs}/BUSD.d.ts +0 -0
- /package/{common/src/externalABIs → externalABIs}/BabPassport.json.cjs +0 -0
- /package/{common/src/externalABIs → externalABIs}/BabPassport.json.mjs +0 -0
- /package/{common/src/externalABIs → externalABIs}/DAI.d.ts +0 -0
- /package/{common/src/externalABIs → externalABIs}/ERC1155.json.cjs +0 -0
- /package/{common/src/externalABIs → externalABIs}/ERC1155.json.mjs +0 -0
- /package/{common/src/externalABIs → externalABIs}/ERC20.json.cjs +0 -0
- /package/{common/src/externalABIs → externalABIs}/ERC20.json.mjs +0 -0
- /package/{common/src/externalABIs → externalABIs}/ERC721.json.cjs +0 -0
- /package/{common/src/externalABIs → externalABIs}/ERC721.json.mjs +0 -0
- /package/{common/src/externalABIs → externalABIs}/GalxePassport.json.cjs +0 -0
- /package/{common/src/externalABIs → externalABIs}/GalxePassport.json.mjs +0 -0
- /package/{common/src/externalABIs → externalABIs}/IQuoterV2.json.cjs +0 -0
- /package/{common/src/externalABIs → externalABIs}/IQuoterV2.json.mjs +0 -0
- /package/{common/src/externalABIs → externalABIs}/ISwapRouter.json.cjs +0 -0
- /package/{common/src/externalABIs → externalABIs}/ISwapRouter.json.mjs +0 -0
- /package/{common/src/externalABIs → externalABIs}/IUniswapV3Factory.json.cjs +0 -0
- /package/{common/src/externalABIs → externalABIs}/IUniswapV3Factory.json.mjs +0 -0
- /package/{common/src/externalABIs → externalABIs}/IUniswapV3Pool.json.cjs +0 -0
- /package/{common/src/externalABIs → externalABIs}/IUniswapV3Pool.json.mjs +0 -0
- /package/{common/src/externalABIs → externalABIs}/SanctionsList.d.ts +0 -0
- /package/{common/src/externalABIs → externalABIs}/USDC.d.ts +0 -0
- /package/{common/src/externalABIs → externalABIs}/USDR.d.ts +0 -0
- /package/{common/src/externalABIs → externalABIs}/USDR3CRV.d.ts +0 -0
- /package/{common/src/externalABIs → externalABIs}/USDT.d.ts +0 -0
- /package/{common/src/externalABIs → externalABIs}/UniswapV2PoolAbi.json.cjs +0 -0
- /package/{common/src/externalABIs → externalABIs}/UniswapV2PoolAbi.json.mjs +0 -0
- /package/{common/src/externalABIs → externalABIs}/WETH.d.ts +0 -0
- /package/{common/src/externalABIs → externalABIs}/amToken.d.ts +0 -0
- /package/{common/src/externalABIs → externalABIs}/index.d.ts +0 -0
- /package/{common/src/externalABIs → externalABIs}/swapAbi.cjs +0 -0
- /package/{common/src/externalABIs → externalABIs}/swapAbi.d.ts +0 -0
- /package/{common/src/externalABIs → externalABIs}/swapAbi.mjs +0 -0
- /package/{common/src/functions → functions}/auto-deposit-back-helpers/get-gas-token-records.cjs +0 -0
- /package/{common/src/functions → functions}/auto-deposit-back-helpers/get-gas-token-records.d.ts +0 -0
- /package/{common/src/functions → functions}/auto-deposit-back-helpers/get-gas-token-records.mjs +0 -0
- /package/{common/src/functions → functions}/auto-deposit-back-helpers/get-tokens-to-deposit-back.d.ts +0 -0
- /package/{common/src/functions → functions}/auto-deposit-back-helpers/index.cjs +0 -0
- /package/{common/src/functions → functions}/auto-deposit-back-helpers/index.d.ts +0 -0
- /package/{common/src/functions → functions}/auto-deposit-back-helpers/index.mjs +0 -0
- /package/{common/src/functions → functions}/auto-deposit-back-helpers/select-gas-token.d.ts +0 -0
- /package/{common/src/functions → functions}/auto-deposit-back-helpers/update-hinkal.cjs +0 -0
- /package/{common/src/functions → functions}/auto-deposit-back-helpers/update-hinkal.d.ts +0 -0
- /package/{common/src/functions → functions}/auto-deposit-back-helpers/update-hinkal.mjs +0 -0
- /package/{common/src/functions → functions}/connectors.types.d.ts +0 -0
- /package/{common/src/functions → functions}/kyc/aiPriseHelper.d.ts +0 -0
- /package/{common/src/functions → functions}/kyc/checkTokenLimitsUSD.d.ts +0 -0
- /package/{common/src/functions → functions}/kyc/index.cjs +0 -0
- /package/{common/src/functions → functions}/kyc/index.d.ts +0 -0
- /package/{common/src/functions → functions}/kyc/index.mjs +0 -0
- /package/{common/src/functions → functions}/kyc/openDefaultPassportWindow.cjs +0 -0
- /package/{common/src/functions → functions}/kyc/openDefaultPassportWindow.d.ts +0 -0
- /package/{common/src/functions → functions}/kyc/openDefaultPassportWindow.mjs +0 -0
- /package/{common/src/functions → functions}/kyc/passportHelper.d.ts +0 -0
- /package/{common/src/functions → functions}/kyc/zkMeHelper.d.ts +0 -0
- /package/{common/src/functions → functions}/kyc/zkMeHelper.mjs +0 -0
- /package/{common/src/functions → functions}/pre-transaction/addressTableLookup.d.ts +0 -0
- /package/{common/src/functions → functions}/pre-transaction/buildCommitmentValidationData.cjs +0 -0
- /package/{common/src/functions → functions}/pre-transaction/buildCommitmentValidationData.d.ts +0 -0
- /package/{common/src/functions → functions}/pre-transaction/buildCommitmentValidationData.mjs +0 -0
- /package/{common/src/functions → functions}/pre-transaction/calculateSolanaNullifierCount.d.ts +0 -0
- /package/{common/src/functions → functions}/pre-transaction/constructAdminData.cjs +0 -0
- /package/{common/src/functions → functions}/pre-transaction/constructAdminData.d.ts +0 -0
- /package/{common/src/functions → functions}/pre-transaction/constructAdminData.mjs +0 -0
- /package/{common/src/functions → functions}/pre-transaction/convert-okx-instructions.d.ts +0 -0
- /package/{common/src/functions → functions}/pre-transaction/convert-okx-instructions.mjs +0 -0
- /package/{common/src/functions → functions}/pre-transaction/ensureAmountChanges.d.ts +0 -0
- /package/{common/src/functions → functions}/pre-transaction/ensureAmountChanges.mjs +0 -0
- /package/{common/src/functions → functions}/pre-transaction/getExternalSwapAddress.d.ts +0 -0
- /package/{common/src/functions → functions}/pre-transaction/getFeeStructure.d.ts +0 -0
- /package/{common/src/functions → functions}/pre-transaction/getSolanaCalldataHash.d.ts +0 -0
- /package/{common/src/functions → functions}/pre-transaction/getSolanaCalldataHash.mjs +0 -0
- /package/{common/src/functions → functions}/pre-transaction/getVolatileTransferAmount.d.ts +0 -0
- /package/{common/src/functions → functions}/pre-transaction/interaction-to-action.d.ts +0 -0
- /package/{common/src/functions → functions}/pre-transaction/merge-with-fee-structure-emporium.d.ts +0 -0
- /package/{common/src/functions → functions}/pre-transaction/outputUtxoProcessing.d.ts +0 -0
- /package/{common/src/functions → functions}/pre-transaction/process-gas-estimates.d.ts +0 -0
- /package/{common/src/functions → functions}/pre-transaction/recipientUtxoProcessing.cjs +0 -0
- /package/{common/src/functions → functions}/pre-transaction/recipientUtxoProcessing.d.ts +0 -0
- /package/{common/src/functions → functions}/pre-transaction/recipientUtxoProcessing.mjs +0 -0
- /package/{common/src/functions → functions}/pre-transaction/sendInitNullifiersTransaction.d.ts +0 -0
- /package/{common/src/functions → functions}/pre-transaction/sendV0Transaction.d.ts +0 -0
- /package/{common/src/functions → functions}/pre-transaction/solana-public-signals.d.ts +0 -0
- /package/{common/src/functions → functions}/pre-transaction/solana.d.ts +0 -0
- /package/{common/src/functions → functions}/pre-transaction/solanaTransfer.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/pre-transaction/solanaTransfer.utils.mjs +0 -0
- /package/{common/src/functions → functions}/pre-transaction/store-instructions.d.ts +0 -0
- /package/{common/src/functions → functions}/pre-transaction/store-proof.d.ts +0 -0
- /package/{common/src/functions → functions}/pre-transaction/waitForDepositedUtxosInMerkleTree.cjs +0 -0
- /package/{common/src/functions → functions}/pre-transaction/waitForDepositedUtxosInMerkleTree.d.ts +0 -0
- /package/{common/src/functions → functions}/pre-transaction/waitForDepositedUtxosInMerkleTree.mjs +0 -0
- /package/{common/src/functions → functions}/private-wallet/emporium.helpers.d.ts +0 -0
- /package/{common/src/functions → functions}/private-wallet/emporium.swap.helpers.d.ts +0 -0
- /package/{common/src/functions → functions}/private-wallet/index.cjs +0 -0
- /package/{common/src/functions → functions}/private-wallet/index.d.ts +0 -0
- /package/{common/src/functions → functions}/private-wallet/index.mjs +0 -0
- /package/{common/src/functions → functions}/private-wallet/opProducer.d.ts +0 -0
- /package/{common/src/functions → functions}/snarkjs/common.snarkjs.d.ts +0 -0
- /package/{common/src/functions → functions}/snarkjs/constant.cjs +0 -0
- /package/{common/src/functions → functions}/snarkjs/constant.d.ts +0 -0
- /package/{common/src/functions → functions}/snarkjs/constant.mjs +0 -0
- /package/{common/src/functions → functions}/snarkjs/constructGeneralZkProof.d.ts +0 -0
- /package/{common/src/functions → functions}/snarkjs/constructSolanaZkProof.d.ts +0 -0
- /package/{common/src/functions → functions}/snarkjs/fetchMerkleTreeSiblings.cjs +0 -0
- /package/{common/src/functions → functions}/snarkjs/fetchMerkleTreeSiblings.d.ts +0 -0
- /package/{common/src/functions → functions}/snarkjs/fetchMerkleTreeSiblings.mjs +0 -0
- /package/{common/src/functions → functions}/snarkjs/fetchOnChainRootHashes.d.ts +0 -0
- /package/{common/src/functions → functions}/snarkjs/generateCircomData.d.ts +0 -0
- /package/{common/src/functions → functions}/snarkjs/generateMainAndCommitmentZkProof.cjs +0 -0
- /package/{common/src/functions → functions}/snarkjs/generateMainAndCommitmentZkProof.d.ts +0 -0
- /package/{common/src/functions → functions}/snarkjs/generateMainAndCommitmentZkProof.mjs +0 -0
- /package/{common/src/functions → functions}/snarkjs/generateZkProof.cjs +0 -0
- /package/{common/src/functions → functions}/snarkjs/generateZkProof.d.ts +0 -0
- /package/{common/src/functions → functions}/snarkjs/generateZkProof.mjs +0 -0
- /package/{common/src/functions → functions}/snarkjs/generateZkProofEnclave.d.ts +0 -0
- /package/{common/src/functions → functions}/snarkjs/generateZkProofSelf.cjs +0 -0
- /package/{common/src/functions → functions}/snarkjs/generateZkProofSelf.d.ts +0 -0
- /package/{common/src/functions → functions}/snarkjs/generateZkProofSelf.mjs +0 -0
- /package/{common/src/functions → functions}/snarkjs/getMerkleTreeSiblingsAndRootHashes.cjs +0 -0
- /package/{common/src/functions → functions}/snarkjs/getMerkleTreeSiblingsAndRootHashes.d.ts +0 -0
- /package/{common/src/functions → functions}/snarkjs/getMerkleTreeSiblingsAndRootHashes.mjs +0 -0
- /package/{common/src/functions → functions}/snarkjs/getOriginalSender.cjs +0 -0
- /package/{common/src/functions → functions}/snarkjs/getOriginalSender.d.ts +0 -0
- /package/{common/src/functions → functions}/snarkjs/getOriginalSender.mjs +0 -0
- /package/{common/src/functions → functions}/snarkjs/getZKFiles.d.ts +0 -0
- /package/{common/src/functions → functions}/snarkjs/index.cjs +0 -0
- /package/{common/src/functions → functions}/snarkjs/index.d.ts +0 -0
- /package/{common/src/functions → functions}/snarkjs/index.mjs +0 -0
- /package/{common/src/functions → functions}/snarkjs/signedMessageHash.d.ts +0 -0
- /package/{common/src/functions → functions}/snarkjs/signedMessageHash.mjs +0 -0
- /package/{common/src/functions → functions}/snarkjs/verifyCommitmentValidationData.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/addresses.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/aggregateTokenAmounts.cjs +0 -0
- /package/{common/src/functions → functions}/utils/aggregateTokenAmounts.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/aggregateTokenAmounts.mjs +0 -0
- /package/{common/src/functions → functions}/utils/amounts.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/arraysMatch.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/auth.utils.cjs +0 -0
- /package/{common/src/functions → functions}/utils/auth.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/auth.utils.mjs +0 -0
- /package/{common/src/functions → functions}/utils/bit.operations.cjs +0 -0
- /package/{common/src/functions → functions}/utils/bit.operations.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/bit.operations.mjs +0 -0
- /package/{common/src/functions → functions}/utils/buildClaimableDepositPlan.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/bytes32.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/cacheDevice.utils.cjs +0 -0
- /package/{common/src/functions → functions}/utils/cacheDevice.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/cacheFunctions.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/caseInsensitive.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/convertEmporiumOpToCallInfo.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/convertEmporiumOpToCallInfo.mjs +0 -0
- /package/{common/src/functions → functions}/utils/convertIntegrationProviderToExternalActionId.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/customEnclaveFunctionsRegister.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/deposit-claimable.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/dispatchBalanceRefreshes.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/enclave-recipient-info-storage.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/enclave-signature-storage.cjs +0 -0
- /package/{common/src/functions → functions}/utils/enclave-signature-storage.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/enclave-signature-storage.mjs +0 -0
- /package/{common/src/functions → functions}/utils/enclave-utxo-storage.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/encodeTokenWithId.cjs +0 -0
- /package/{common/src/functions → functions}/utils/encodeTokenWithId.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/encodeTokenWithId.mjs +0 -0
- /package/{common/src/functions → functions}/utils/encryptInputForEnclave.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/enum.utils.cjs +0 -0
- /package/{common/src/functions → functions}/utils/enum.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/enum.utils.mjs +0 -0
- /package/{common/src/functions → functions}/utils/evmNetworkFunctions.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/external-action.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/formatter.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/get-signature-header.cjs +0 -0
- /package/{common/src/functions → functions}/utils/get-signature-header.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/get-signature-header.mjs +0 -0
- /package/{common/src/functions → functions}/utils/getBlockExplorerUrl.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/getContractAddress.cjs +0 -0
- /package/{common/src/functions → functions}/utils/getContractAddress.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/getContractAddress.mjs +0 -0
- /package/{common/src/functions → functions}/utils/getDataFromTransaction.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/getRecipientInfoFromUserKeys.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/getSignerFromContract.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/getSignerFromContract.mjs +0 -0
- /package/{common/src/functions → functions}/utils/getUtxosFromReceipt.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/getUtxosFromReceiptSolana.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/getWalletGroupKey.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/inLogicMetadata.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/involves-permit2-op.cjs +0 -0
- /package/{common/src/functions → functions}/utils/involves-permit2-op.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/involves-permit2-op.mjs +0 -0
- /package/{common/src/functions → functions}/utils/ipfs.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/is-valid-url.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/lifi.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/memoize.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/merkleTree.utils.cjs +0 -0
- /package/{common/src/functions → functions}/utils/merkleTree.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/merkleTree.utils.mjs +0 -0
- /package/{common/src/functions → functions}/utils/mnemonics.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/mnemonics.mjs +0 -0
- /package/{common/src/functions → functions}/utils/mutexes.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/mutexes.utils.mjs +0 -0
- /package/{common/src/functions → functions}/utils/networks.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/nftTokenFunctions.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/nickname.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/pay-routing.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/postToOffscreen.cjs +0 -0
- /package/{common/src/functions → functions}/utils/postToOffscreen.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/postToOffscreen.mjs +0 -0
- /package/{common/src/functions → functions}/utils/prepareHinkal.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/process.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/proxyAvatar.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/publicBalance.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/reloadPage.cjs +0 -0
- /package/{common/src/functions → functions}/utils/reloadPage.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/reloadPage.mjs +0 -0
- /package/{common/src/functions → functions}/utils/requireEnv.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/resolve-sync.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/rpc-int-encode.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/serialize-utxos.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/serialize.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/solana-memo.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/solanaMint.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/solanaMint.utils.mjs +0 -0
- /package/{common/src/functions → functions}/utils/solanaSendPreflight.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/string.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/time.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/transfer-claimable.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/trimFieldValues.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/tron.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/tronSimulation.utils.cjs +0 -0
- /package/{common/src/functions → functions}/utils/tronSimulation.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/tronSimulation.utils.mjs +0 -0
- /package/{common/src/functions → functions}/utils/tx-confirmation.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/upToDateState.cjs +0 -0
- /package/{common/src/functions → functions}/utils/upToDateState.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/upToDateState.mjs +0 -0
- /package/{common/src/functions → functions}/utils/userAgent.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/validateUsername.d.ts +0 -0
- /package/{common/src/functions → functions}/utils/walletBalances.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/EIP-712.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/connectors.utils.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/crypto.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/etherFunctions.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/events/getInputUtxoAndBalance.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/events/getInputUtxosEnclave.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/events/getInputUtxosEnclave.mjs +0 -0
- /package/{common/src/functions → functions}/web3/events/getShieldedBalance.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/events/getTransactionLogEvents.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/events/index.cjs +0 -0
- /package/{common/src/functions → functions}/web3/events/index.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/events/index.mjs +0 -0
- /package/{common/src/functions → functions}/web3/fetchSolanaMerkleTreeRootHash.cjs +0 -0
- /package/{common/src/functions → functions}/web3/fetchSolanaMerkleTreeRootHash.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/fetchSolanaMerkleTreeRootHash.mjs +0 -0
- /package/{common/src/functions → functions}/web3/functionCalls/approveToken.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/functionCalls/approveTokensToHinkal.cjs +0 -0
- /package/{common/src/functions → functions}/web3/functionCalls/approveTokensToHinkal.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/functionCalls/approveTokensToHinkal.mjs +0 -0
- /package/{common/src/functions → functions}/web3/functionCalls/constructBatchCall.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/functionCalls/constructBatchCall.mjs +0 -0
- /package/{common/src/functions → functions}/web3/functionCalls/estimateGasRelayer.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/functionCalls/getRootHash.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/functionCalls/recoverTransactionFromError.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/functionCalls/relayFunctions.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/functionCalls/transactCallDirect.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/functionCalls/transactCallDirectTron.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/functionCalls/transactCallRelayer.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/functionCalls/waitForErc20Approvals.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/getContractMetadata.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/getPublicAddressBalance.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/getSolanaPriorityFee.cjs +0 -0
- /package/{common/src/functions → functions}/web3/getSolanaPriorityFee.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/getSolanaPriorityFee.mjs +0 -0
- /package/{common/src/functions → functions}/web3/getTokenHolder.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/index.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/lifiAPI.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/odosAPI.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/okxAPI.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/okxAPI.mjs +0 -0
- /package/{common/src/functions → functions}/web3/oneInchAPI.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/runContractFunction.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/signAndSendSerializedTransaction.d.ts +0 -0
- /package/{common/src/functions → functions}/web3/uniswapAPI.d.ts +0 -0
- /package/{common/src/mutexes → mutexes}/index.d.ts +0 -0
- /package/{common/src/mutexes → mutexes}/mutex.d.ts +0 -0
- /package/{common/src/providers → providers}/exportProviers.d.ts +0 -0
- /package/{common/src/types → types}/API.types.d.ts +0 -0
- /package/{common/src/types → types}/ICacheDevice.d.ts +0 -0
- /package/{common/src/types → types}/IMultiThreadedUtxoUtils.d.ts +0 -0
- /package/{common/src/types → types}/RewardUserEnums.d.ts +0 -0
- /package/{common/src/types → types}/TransactionSimulator.types.d.ts +0 -0
- /package/{common/src/types → types}/WeeklyAnalytics.types.d.ts +0 -0
- /package/{common/src/types → types}/activities.types.d.ts +0 -0
- /package/{common/src/types → types}/admin.types.cjs +0 -0
- /package/{common/src/types → types}/admin.types.d.ts +0 -0
- /package/{common/src/types → types}/admin.types.mjs +0 -0
- /package/{common/src/types → types}/all-points.types.d.ts +0 -0
- /package/{common/src/types → types}/approvals.types.d.ts +0 -0
- /package/{common/src/types → types}/big-intable.types.d.ts +0 -0
- /package/{common/src/types → types}/bridging-tx.types.d.ts +0 -0
- /package/{common/src/types → types}/brotherhood-user.types.d.ts +0 -0
- /package/{common/src/types → types}/cache.types.cjs +0 -0
- /package/{common/src/types → types}/cache.types.d.ts +0 -0
- /package/{common/src/types → types}/cache.types.mjs +0 -0
- /package/{common/src/types → types}/chains.types.cjs +0 -0
- /package/{common/src/types → types}/chains.types.d.ts +0 -0
- /package/{common/src/types → types}/chains.types.mjs +0 -0
- /package/{common/src/types → types}/circom-data.types.d.ts +0 -0
- /package/{common/src/types → types}/coingecko.types.d.ts +0 -0
- /package/{common/src/types → types}/commitments.types.d.ts +0 -0
- /package/{common/src/types → types}/confirmation-request.types.d.ts +0 -0
- /package/{common/src/types → types}/connector.types.d.ts +0 -0
- /package/{common/src/types → types}/contacts.types.d.ts +0 -0
- /package/{common/src/types → types}/crypto.types.d.ts +0 -0
- /package/{common/src/types → types}/dashboard-account.d.ts +0 -0
- /package/{common/src/types → types}/dashboard-payout.types.d.ts +0 -0
- /package/{common/src/types → types}/dashboard-transaction.types.d.ts +0 -0
- /package/{common/src/types → types}/eip5792.types.d.ts +0 -0
- /package/{common/src/types → types}/ethereum-network.types.cjs +0 -0
- /package/{common/src/types → types}/ethereum-network.types.d.ts +0 -0
- /package/{common/src/types → types}/ethereum-network.types.mjs +0 -0
- /package/{common/src/types → types}/events.types.cjs +0 -0
- /package/{common/src/types → types}/events.types.d.ts +0 -0
- /package/{common/src/types → types}/events.types.mjs +0 -0
- /package/{common/src/types → types}/fee.types.cjs +0 -0
- /package/{common/src/types → types}/fee.types.mjs +0 -0
- /package/{common/src/types → types}/generatePoints.d.ts +0 -0
- /package/{common/src/types → types}/hinkal.types.d.ts +0 -0
- /package/{common/src/types → types}/http.types.d.ts +0 -0
- /package/{common/src/types → types}/kyc.types.d.ts +0 -0
- /package/{common/src/types → types}/message.types.d.ts +0 -0
- /package/{common/src/types → types}/near-intents.types.d.ts +0 -0
- /package/{common/src/types → types}/new-rewards.type.d.ts +0 -0
- /package/{common/src/types → types}/offscreen.types.cjs +0 -0
- /package/{common/src/types → types}/offscreen.types.d.ts +0 -0
- /package/{common/src/types → types}/offscreen.types.mjs +0 -0
- /package/{common/src/types → types}/okx.types.d.ts +0 -0
- /package/{common/src/types → types}/onramp.types.d.ts +0 -0
- /package/{common/src/types → types}/pay-activities.types.d.ts +0 -0
- /package/{common/src/types → types}/pay-routing.types.d.ts +0 -0
- /package/{common/src/types → types}/presaleReferral.types.d.ts +0 -0
- /package/{common/src/types → types}/proxy.types.d.ts +0 -0
- /package/{common/src/types → types}/referral.types.d.ts +0 -0
- /package/{common/src/types → types}/remote-proof.types.d.ts +0 -0
- /package/{common/src/types → types}/rewards.types.d.ts +0 -0
- /package/{common/src/types → types}/schedule.types.cjs +0 -0
- /package/{common/src/types → types}/schedule.types.d.ts +0 -0
- /package/{common/src/types → types}/schedule.types.mjs +0 -0
- /package/{common/src/types → types}/session.types.d.ts +0 -0
- /package/{common/src/types → types}/signature.types.d.ts +0 -0
- /package/{common/src/types → types}/slippage.types.d.ts +0 -0
- /package/{common/src/types → types}/snark.types.d.ts +0 -0
- /package/{common/src/types → types}/solana.types.d.ts +0 -0
- /package/{common/src/types → types}/tenderly.api.types.d.ts +0 -0
- /package/{common/src/types → types}/token-prices.types.d.ts +0 -0
- /package/{common/src/types → types}/token-with-id.types.d.ts +0 -0
- /package/{common/src/types → types}/token.types.cjs +0 -0
- /package/{common/src/types → types}/token.types.mjs +0 -0
- /package/{common/src/types → types}/transaction.types.cjs +0 -0
- /package/{common/src/types → types}/transaction.types.d.ts +0 -0
- /package/{common/src/types → types}/transaction.types.mjs +0 -0
- /package/{common/src/types → types}/transactions.types.d.ts +0 -0
- /package/{common/src/types → types}/tron.types.d.ts +0 -0
- /package/{common/src/types → types}/wc.types.d.ts +0 -0
- /package/{common/src/types → types}/with-id.types.d.ts +0 -0
- /package/{common/src/webworker → webworker}/WorkerWrapper.cjs +0 -0
- /package/{common/src/webworker → webworker}/WorkerWrapper.d.ts +0 -0
- /package/{common/src/webworker → webworker}/WorkerWrapper.mjs +0 -0
- /package/{common/src/webworker → webworker}/performTaskWithWorker.cjs +0 -0
- /package/{common/src/webworker → webworker}/performTaskWithWorker.d.ts +0 -0
- /package/{common/src/webworker → webworker}/performTaskWithWorker.mjs +0 -0
- /package/{common/src/webworker → webworker}/snarkjsWorker/snarkjsWorker.types.cjs +0 -0
- /package/{common/src/webworker → webworker}/snarkjsWorker/snarkjsWorker.types.d.ts +0 -0
- /package/{common/src/webworker → webworker}/snarkjsWorker/snarkjsWorker.types.mjs +0 -0
- /package/{common/src/webworker → webworker}/snarkjsWorker/snarkjsWorkerLauncher.d.ts +0 -0
- /package/{common/src/webworker → webworker}/snarkjsWorker/snarkjsWorkerLogic.d.ts +0 -0
- /package/{common/src/webworker → webworker}/utxoWorker/utxoWorker.types.cjs +0 -0
- /package/{common/src/webworker → webworker}/utxoWorker/utxoWorker.types.d.ts +0 -0
- /package/{common/src/webworker → webworker}/utxoWorker/utxoWorker.types.mjs +0 -0
- /package/{common/src/webworker → webworker}/utxoWorker/utxoWorkerLauncher.d.ts +0 -0
- /package/{common/src/webworker → webworker}/utxoWorker/utxoWorkerLogic.d.ts +0 -0
- /package/{common/src/webworker → webworker}/viteWorkerURL.constant.d.ts +0 -0
- /package/{common/src/webworker → webworker}/worker.registry.cjs +0 -0
- /package/{common/src/webworker → webworker}/worker.registry.d.ts +0 -0
- /package/{common/src/webworker → webworker}/worker.registry.mjs +0 -0
- /package/{common/src/webworker → webworker}/worker.types.d.ts +0 -0
- /package/{common/src/webworker → webworker}/workerErrorHandler.d.ts +0 -0
- /package/{common/src/webworker → webworker}/workerFactory.d.ts +0 -0
- /package/{common/src/webworker → webworker}/workerProxy.d.ts +0 -0
- /package/{common/src/webworker/snarkjsWorker/snarkjsWorkerNode.d.ts → webworker/workerThreadsPatch.d.ts} +0 -0
- /package/{common/src/webworker → webworker}/zkProofWorker/zkProofWorker.types.cjs +0 -0
- /package/{common/src/webworker → webworker}/zkProofWorker/zkProofWorker.types.d.ts +0 -0
- /package/{common/src/webworker → webworker}/zkProofWorker/zkProofWorker.types.mjs +0 -0
- /package/{common/src/webworker → webworker}/zkProofWorker/zkProofWorkerLauncher.d.ts +0 -0
- /package/{common/src/webworker → webworker}/zkProofWorker/zkProofWorkerLogic.d.ts +0 -0
|
@@ -1,291 +0,0 @@
|
|
|
1
|
-
import { EthereumNetworkType as e, NetworkFilterType as t } from "../types/chains.types.mjs";
|
|
2
|
-
import { arbMainnetData as n, arcTestnetData as r, baseData as i, ethMainnetData as a, localhostData as o, optimismData as s, optimismTestData as c, polygonData as l, sepoliaTestnetData as u, solanaData as d, tempoData as f, tronMainnetData as p, tronNileData as m } from "./deploy-data/index.mjs";
|
|
3
|
-
import { isDevelopment as h, isNotProduction as g } from "./vite.constants.mjs";
|
|
4
|
-
//#region libs/shared/common/src/constants/chains.constants.ts
|
|
5
|
-
var _ = {
|
|
6
|
-
polygon: 137,
|
|
7
|
-
arbMainnet: 42161,
|
|
8
|
-
ethMainnet: 1,
|
|
9
|
-
optimism: 10,
|
|
10
|
-
optimismTest: 1010,
|
|
11
|
-
base: 8453,
|
|
12
|
-
localhost: 31337,
|
|
13
|
-
arcTestnet: 5042002,
|
|
14
|
-
sepoliaTestnet: 11155111,
|
|
15
|
-
solanaMainnet: 501,
|
|
16
|
-
solanaLocalnet: 102,
|
|
17
|
-
tronNile: 3448148188,
|
|
18
|
-
tronLocalnet: 103,
|
|
19
|
-
tronMainnet: 728126428,
|
|
20
|
-
tempo: 4217,
|
|
21
|
-
bnbMainnet: 56,
|
|
22
|
-
avalanche: 43114,
|
|
23
|
-
cronos: 25,
|
|
24
|
-
monad: 143,
|
|
25
|
-
plasma: 9745,
|
|
26
|
-
ink: 57073,
|
|
27
|
-
hyperEvm: 999
|
|
28
|
-
}, v = _.ethMainnet, y = (e) => [
|
|
29
|
-
_.localhost,
|
|
30
|
-
_.tronLocalnet,
|
|
31
|
-
_.solanaLocalnet
|
|
32
|
-
].includes(e), b = (e) => e ? y(e) ? v : e : v, x = (e) => e === _.optimismTest ? _.optimism : e, S = (e, t) => x(e) === x(t), C = "X4IiEZsSzGOrJq8tzq7Y3", w = g ? C : "XzUgeU8YiIIzkD7j2GWnTsFUck7wGgK9", T = "https://mainnet.helius-rpc.com/?api-key=24718f72-c710-45d6-853e-d447cf530579", E = {
|
|
33
|
-
[_.ethMainnet]: {
|
|
34
|
-
name: "Ethereum",
|
|
35
|
-
chainId: _.ethMainnet,
|
|
36
|
-
rpcUrl: "https://rpc.ankr.com/eth",
|
|
37
|
-
fetchRpcUrl: `https://eth-mainnet.g.alchemy.com/v2/${w}`,
|
|
38
|
-
wsRpcUrl: `wss://eth-mainnet.g.alchemy.com/v2/${w}`,
|
|
39
|
-
supported: !0,
|
|
40
|
-
contractData: a,
|
|
41
|
-
quoterV2Address: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e",
|
|
42
|
-
uniswapV3FactoryAddress: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
|
|
43
|
-
priority: 1,
|
|
44
|
-
maxPageSize: 9e5
|
|
45
|
-
},
|
|
46
|
-
[_.arbMainnet]: {
|
|
47
|
-
name: "Arbitrum",
|
|
48
|
-
chainId: _.arbMainnet,
|
|
49
|
-
rpcUrl: "https://endpoints.omniatech.io/v1/arbitrum/one/public",
|
|
50
|
-
fetchRpcUrl: `https://arb-mainnet.g.alchemy.com/v2/${w}`,
|
|
51
|
-
wsRpcUrl: `wss://arb-mainnet.g.alchemy.com/v2/${w}`,
|
|
52
|
-
supported: !0,
|
|
53
|
-
contractData: n,
|
|
54
|
-
quoterV2Address: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e",
|
|
55
|
-
uniswapV3FactoryAddress: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
|
|
56
|
-
priority: 2,
|
|
57
|
-
maxPageSize: 5e5
|
|
58
|
-
},
|
|
59
|
-
[_.optimism]: {
|
|
60
|
-
name: "Optimism",
|
|
61
|
-
chainId: _.optimism,
|
|
62
|
-
rpcUrl: "https://optimism-mainnet.infura.io/v3/c26b99456bb6464bb498926ff5162903",
|
|
63
|
-
fetchRpcUrl: `https://opt-mainnet.g.alchemy.com/v2/${w}`,
|
|
64
|
-
wsRpcUrl: `wss://opt-mainnet.g.alchemy.com/v2/${w}`,
|
|
65
|
-
supported: !0,
|
|
66
|
-
contractData: s,
|
|
67
|
-
quoterV2Address: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e",
|
|
68
|
-
uniswapV3FactoryAddress: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
|
|
69
|
-
priority: 3,
|
|
70
|
-
maxPageSize: 9e5
|
|
71
|
-
},
|
|
72
|
-
[_.optimismTest]: {
|
|
73
|
-
name: "Optimism Test",
|
|
74
|
-
chainId: _.optimismTest,
|
|
75
|
-
rpcUrl: "https://optimism-mainnet.infura.io/v3/c26b99456bb6464bb498926ff5162903",
|
|
76
|
-
fetchRpcUrl: `https://opt-mainnet.g.alchemy.com/v2/${w}`,
|
|
77
|
-
wsRpcUrl: `wss://opt-mainnet.g.alchemy.com/v2/${w}`,
|
|
78
|
-
supported: !0,
|
|
79
|
-
contractData: c,
|
|
80
|
-
quoterV2Address: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e",
|
|
81
|
-
uniswapV3FactoryAddress: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
|
|
82
|
-
priority: 3,
|
|
83
|
-
maxPageSize: 9e5
|
|
84
|
-
},
|
|
85
|
-
[_.polygon]: {
|
|
86
|
-
name: "Polygon",
|
|
87
|
-
chainId: _.polygon,
|
|
88
|
-
rpcUrl: "https://polygon-rpc.com",
|
|
89
|
-
fetchRpcUrl: `https://polygon-mainnet.g.alchemy.com/v2/${w}`,
|
|
90
|
-
wsRpcUrl: `wss://polygon-mainnet.g.alchemy.com/v2/${w}`,
|
|
91
|
-
supported: !0,
|
|
92
|
-
contractData: l,
|
|
93
|
-
quoterV2Address: "0x61fFE014bA17989E743c5F6cB21bF9697530B21e",
|
|
94
|
-
uniswapV3FactoryAddress: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
|
|
95
|
-
priority: 4,
|
|
96
|
-
maxPageSize: 9e5
|
|
97
|
-
},
|
|
98
|
-
[_.base]: {
|
|
99
|
-
name: "Base",
|
|
100
|
-
chainId: _.base,
|
|
101
|
-
rpcUrl: "https://mainnet.base.org/",
|
|
102
|
-
fetchRpcUrl: `https://base-mainnet.g.alchemy.com/v2/${w}`,
|
|
103
|
-
wsRpcUrl: `wss://base-mainnet.g.alchemy.com/v2/${w}`,
|
|
104
|
-
supported: !0,
|
|
105
|
-
contractData: i,
|
|
106
|
-
quoterV2Address: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a",
|
|
107
|
-
uniswapV3FactoryAddress: "0x33128a8fC17869897dcE68Ed026d694621f6FDfD",
|
|
108
|
-
priority: 7,
|
|
109
|
-
maxPageSize: 5e5
|
|
110
|
-
},
|
|
111
|
-
[_.arcTestnet]: {
|
|
112
|
-
name: "Arc Testnet",
|
|
113
|
-
chainId: _.arcTestnet,
|
|
114
|
-
rpcUrl: `https://arc-testnet.g.alchemy.com/v2/${w}`,
|
|
115
|
-
fetchRpcUrl: `https://arc-testnet.g.alchemy.com/v2/${w}`,
|
|
116
|
-
wsRpcUrl: `wss://arc-testnet.g.alchemy.com/v2/${w}`,
|
|
117
|
-
supported: !0,
|
|
118
|
-
contractData: r,
|
|
119
|
-
priority: 8,
|
|
120
|
-
maxPageSize: 9999
|
|
121
|
-
},
|
|
122
|
-
[_.solanaMainnet]: {
|
|
123
|
-
name: "Solana",
|
|
124
|
-
chainId: _.solanaMainnet,
|
|
125
|
-
rpcUrl: "https://api.mainnet-beta.solana.com",
|
|
126
|
-
fetchRpcUrl: "https://mainnet.helius-rpc.com/?api-key=54ad9ec9-dad6-41de-b961-e3e8ea7a7188",
|
|
127
|
-
supported: !0,
|
|
128
|
-
contractData: d,
|
|
129
|
-
priority: 8
|
|
130
|
-
},
|
|
131
|
-
[_.solanaLocalnet]: {
|
|
132
|
-
name: "Solana Localnet",
|
|
133
|
-
chainId: _.solanaLocalnet,
|
|
134
|
-
rpcUrl: "http://127.0.0.1:8899",
|
|
135
|
-
fetchRpcUrl: "http://127.0.0.1:8899",
|
|
136
|
-
supported: !0,
|
|
137
|
-
contractData: d,
|
|
138
|
-
priority: 9
|
|
139
|
-
},
|
|
140
|
-
[_.tronNile]: {
|
|
141
|
-
name: "Tron Nile",
|
|
142
|
-
chainId: _.tronNile,
|
|
143
|
-
rpcUrl: `https://tron-testnet.g.alchemy.com/v2/${w}`,
|
|
144
|
-
fetchRpcUrl: `https://tron-testnet.g.alchemy.com/v2/${w}`,
|
|
145
|
-
supported: !0,
|
|
146
|
-
contractData: m,
|
|
147
|
-
priority: 9,
|
|
148
|
-
maxPageSize: 5e5
|
|
149
|
-
},
|
|
150
|
-
[_.tronMainnet]: {
|
|
151
|
-
name: "Tron",
|
|
152
|
-
chainId: _.tronMainnet,
|
|
153
|
-
rpcUrl: `https://tron-mainnet.g.alchemy.com/v2/${w}`,
|
|
154
|
-
fetchRpcUrl: `https://tron-mainnet.g.alchemy.com/v2/${w}`,
|
|
155
|
-
supported: !0,
|
|
156
|
-
priority: 10,
|
|
157
|
-
contractData: p,
|
|
158
|
-
maxPageSize: 5e5
|
|
159
|
-
},
|
|
160
|
-
[_.sepoliaTestnet]: {
|
|
161
|
-
name: "Sepolia Testnet",
|
|
162
|
-
chainId: _.sepoliaTestnet,
|
|
163
|
-
rpcUrl: `https://eth-sepolia.g.alchemy.com/v2/${w}`,
|
|
164
|
-
fetchRpcUrl: `https://eth-sepolia.g.alchemy.com/v2/${w}`,
|
|
165
|
-
supported: !0,
|
|
166
|
-
priority: 11,
|
|
167
|
-
contractData: u,
|
|
168
|
-
quoterV2Address: "0xEd1f6473345F45b75F8179591dd5bA1888cf2FB3",
|
|
169
|
-
uniswapV3FactoryAddress: "0x0227628f3F023bb0B980b67D528571c95c6DaC1c",
|
|
170
|
-
maxPageSize: 9e5
|
|
171
|
-
},
|
|
172
|
-
[_.tempo]: {
|
|
173
|
-
name: "Tempo",
|
|
174
|
-
chainId: _.tempo,
|
|
175
|
-
rpcUrl: "https://rpc.tempo.xyz",
|
|
176
|
-
fetchRpcUrl: "https://rpc.tempo.xyz",
|
|
177
|
-
supported: !0,
|
|
178
|
-
priority: 12,
|
|
179
|
-
contractData: f,
|
|
180
|
-
quoterV2Address: "0x53ab5d7a69db158f621b43ee70423da1e1403c2a",
|
|
181
|
-
uniswapV3FactoryAddress: "0x24a3d4757e330890a8b8978028c9e58e04611fd6",
|
|
182
|
-
maxPageSize: 9999
|
|
183
|
-
},
|
|
184
|
-
[_.bnbMainnet]: {
|
|
185
|
-
name: "BNB Chain",
|
|
186
|
-
chainId: _.bnbMainnet,
|
|
187
|
-
rpcUrl: "https://bsc-dataseed.binance.org",
|
|
188
|
-
fetchRpcUrl: `https://bnb-mainnet.g.alchemy.com/v2/${w}`,
|
|
189
|
-
wsRpcUrl: `wss://bnb-mainnet.g.alchemy.com/v2/${w}`,
|
|
190
|
-
supported: !0,
|
|
191
|
-
contractData: {},
|
|
192
|
-
quoterV2Address: "0x78D78E420Da98ad378D7799bE8f4AF69033EB077",
|
|
193
|
-
uniswapV3FactoryAddress: "0xdB1d10011AD0Ff90774D0C6Bb92e5C5c8b4461F7",
|
|
194
|
-
priority: 13
|
|
195
|
-
},
|
|
196
|
-
[_.avalanche]: {
|
|
197
|
-
name: "Avalanche",
|
|
198
|
-
chainId: _.avalanche,
|
|
199
|
-
rpcUrl: "https://api.avax.network/ext/bc/C/rpc",
|
|
200
|
-
fetchRpcUrl: "https://api.avax.network/ext/bc/C/rpc",
|
|
201
|
-
supported: !1,
|
|
202
|
-
contractData: {},
|
|
203
|
-
priority: 14
|
|
204
|
-
},
|
|
205
|
-
[_.cronos]: {
|
|
206
|
-
name: "Cronos",
|
|
207
|
-
chainId: _.cronos,
|
|
208
|
-
rpcUrl: "https://evm.cronos.org",
|
|
209
|
-
fetchRpcUrl: "https://evm.cronos.org",
|
|
210
|
-
supported: !1,
|
|
211
|
-
contractData: {},
|
|
212
|
-
priority: 15
|
|
213
|
-
},
|
|
214
|
-
[_.monad]: {
|
|
215
|
-
name: "Monad",
|
|
216
|
-
chainId: _.monad,
|
|
217
|
-
rpcUrl: "https://rpc.monad.xyz",
|
|
218
|
-
fetchRpcUrl: "https://rpc.monad.xyz",
|
|
219
|
-
supported: !1,
|
|
220
|
-
contractData: {},
|
|
221
|
-
priority: 16
|
|
222
|
-
},
|
|
223
|
-
[_.plasma]: {
|
|
224
|
-
name: "Plasma",
|
|
225
|
-
chainId: _.plasma,
|
|
226
|
-
rpcUrl: "https://rpc.plasma.to",
|
|
227
|
-
fetchRpcUrl: "https://rpc.plasma.to",
|
|
228
|
-
supported: !1,
|
|
229
|
-
contractData: {},
|
|
230
|
-
priority: 17
|
|
231
|
-
},
|
|
232
|
-
[_.ink]: {
|
|
233
|
-
name: "Ink",
|
|
234
|
-
chainId: _.ink,
|
|
235
|
-
rpcUrl: "https://rpc-gel.inkonchain.com",
|
|
236
|
-
fetchRpcUrl: "https://rpc-gel.inkonchain.com",
|
|
237
|
-
supported: !1,
|
|
238
|
-
contractData: {},
|
|
239
|
-
priority: 18
|
|
240
|
-
},
|
|
241
|
-
[_.hyperEvm]: {
|
|
242
|
-
name: "HyperEVM",
|
|
243
|
-
chainId: _.hyperEvm,
|
|
244
|
-
rpcUrl: "https://rpc.hyperliquid.xyz/evm",
|
|
245
|
-
fetchRpcUrl: "https://rpc.hyperliquid.xyz/evm",
|
|
246
|
-
supported: !1,
|
|
247
|
-
contractData: {},
|
|
248
|
-
priority: 19
|
|
249
|
-
}
|
|
250
|
-
}, D = {
|
|
251
|
-
name: "Localhost",
|
|
252
|
-
chainId: _.localhost,
|
|
253
|
-
rpcUrl: "http://127.0.0.1:8545",
|
|
254
|
-
fetchRpcUrl: "http://127.0.0.1:8545",
|
|
255
|
-
supported: !0,
|
|
256
|
-
contractData: o,
|
|
257
|
-
quoterV2Address: E[v].quoterV2Address,
|
|
258
|
-
uniswapV3FactoryAddress: E[v].uniswapV3FactoryAddress,
|
|
259
|
-
priority: 7
|
|
260
|
-
};
|
|
261
|
-
h && (E[_.localhost] = D), e.Mainnet, _.polygon, _.arbMainnet, _.ethMainnet, _.bnbMainnet, _.optimism, _.base, _.tronMainnet, _.tempo, e.Testnet, g ? (_.arcTestnet, _.tronNile, _.sepoliaTestnet, _.optimismTest) : (_.arcTestnet, _.sepoliaTestnet), e.Local, _.localhost;
|
|
262
|
-
var O = [
|
|
263
|
-
_.tronNile,
|
|
264
|
-
_.tronMainnet,
|
|
265
|
-
_.tronLocalnet
|
|
266
|
-
], k = [_.solanaMainnet, _.solanaLocalnet], A = (e) => k.includes(e), j = (e) => O.includes(e), M = (e) => e === _.sepoliaTestnet, N = (e) => e === _.tempo, P = g ? _.tronNile : _.tronMainnet, F = _.solanaMainnet, I = [
|
|
267
|
-
_.ethMainnet,
|
|
268
|
-
_.optimism,
|
|
269
|
-
_.base,
|
|
270
|
-
_.polygon,
|
|
271
|
-
_.arbMainnet,
|
|
272
|
-
_.arcTestnet,
|
|
273
|
-
F,
|
|
274
|
-
_.sepoliaTestnet,
|
|
275
|
-
_.tronMainnet,
|
|
276
|
-
_.tronNile
|
|
277
|
-
], L = [...I.filter((e) => !j(e)), P], R = (e) => {
|
|
278
|
-
let t = L.indexOf(P);
|
|
279
|
-
t !== -1 && (L[t] = e), P = e;
|
|
280
|
-
}, z = I.filter((e) => !j(e) && !M(e) && !N(e)), B = [_.sepoliaTestnet, _.tempo], V = L.filter((e) => !B.includes(e)), H = I.filter((e) => e !== _.arcTestnet && !M(e) && !(j(e) && e !== _.tronMainnet)), U = [
|
|
281
|
-
_.bnbMainnet,
|
|
282
|
-
_.avalanche,
|
|
283
|
-
_.cronos,
|
|
284
|
-
_.monad,
|
|
285
|
-
_.plasma,
|
|
286
|
-
_.ink,
|
|
287
|
-
_.hyperEvm
|
|
288
|
-
], W = [...H, ...U];
|
|
289
|
-
I.filter((e) => !A(e) && !j(e)), t.Wallet, t.Pay, t.Bridge, t.Dashboard, _.arcTestnet, _.arcTestnet;
|
|
290
|
-
//#endregion
|
|
291
|
-
export { w as ALCHEMY_API_KEY, C as ALCHEMY_TEST_KEY, W as BRIDGE_DESTINATION_CHAINS, U as BRIDGE_DESTINATION_ONLY_CHAINS, H as BRIDGE_SUPPORTED_CHAINS, B as DASHBOARD_EXCLUDED_CHAIN_IDS, V as DASHBOARD_SUPPORTED_CHAINS, L as FRONT_END_SUPPORTED_CHAINS, T as HELIUS_RPC_URL, I as HINKAL_SUPPORTED_CHAINS, k as SOLANA_CHAIN_IDS, O as TRON_CHAIN_IDS, z as WALLET_SUPPORTED_CHAINS, _ as chainIds, F as currentSolanaChainId, P as currentTronChainId, b as getNonLocalhostChainId, x as getOnchainChainId, y as isLocalNetwork, S as isSameOnchainNetwork, M as isSepoliaTestnet, A as isSolanaLike, N as isTempo, j as isTronLike, v as localhostNetwork, E as networkRegistry, R as setHinkalTronChainId };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const e=require(`./chains.constants.cjs`);var t=`https://pro-api.coingecko.com/api/v3`;typeof window<`u`||process.env.COINGECKO_API_KEY,`${t}`,e.chainIds.arbMainnet,e.chainIds.localhost,e.chainIds.ethMainnet,e.chainIds.optimism,e.chainIds.optimismTest,e.chainIds.polygon,e.chainIds.bnbMainnet,e.chainIds.base,e.chainIds.solanaMainnet,e.chainIds.solanaLocalnet,e.chainIds.tronNile,e.chainIds.tronMainnet,e.chainIds.tronLocalnet,e.chainIds.sepoliaTestnet,e.chainIds.polygon,e.chainIds.arbMainnet,e.chainIds.ethMainnet,e.chainIds.bnbMainnet,e.chainIds.optimism,e.chainIds.optimismTest,e.chainIds.base,e.chainIds.solanaMainnet,e.chainIds.solanaLocalnet,e.chainIds.tronNile,e.chainIds.tronMainnet,e.chainIds.tronLocalnet,e.chainIds.sepoliaTestnet,exports.proCoingeckoUrl=t;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { chainIds as e } from "./chains.constants.mjs";
|
|
2
|
-
//#region libs/shared/common/src/constants/coingecko.constants.ts
|
|
3
|
-
var t = "https://pro-api.coingecko.com/api/v3";
|
|
4
|
-
typeof window < "u" || process.env.COINGECKO_API_KEY, `${t}`, e.arbMainnet, e.localhost, e.ethMainnet, e.optimism, e.optimismTest, e.polygon, e.bnbMainnet, e.base, e.solanaMainnet, e.solanaLocalnet, e.tronNile, e.tronMainnet, e.tronLocalnet, e.sepoliaTestnet, e.polygon, e.arbMainnet, e.ethMainnet, e.bnbMainnet, e.optimism, e.optimismTest, e.base, e.solanaMainnet, e.solanaLocalnet, e.tronNile, e.tronMainnet, e.tronLocalnet, e.sepoliaTestnet;
|
|
5
|
-
//#endregion
|
|
6
|
-
export { t as proCoingeckoUrl };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
require(`./chains.constants.cjs`);const e=require(`../types/ethereum-network.types.cjs`),t=require(`../externalABIs/ERC20.json.cjs`),n=require(`../externalABIs/IQuoterV2.json.cjs`),r=require(`../externalABIs/IUniswapV3Factory.json.cjs`),i=require(`../externalABIs/index.cjs`),a=require(`../externalABIs/IUniswapV3Pool.json.cjs`),o=require(`../externalABIs/UniswapV2PoolAbi.json.cjs`);require(`ethers`);var s={abi:r.default.abi},c={abi:a.default.abi},l={abi:o.default.abi},u={abi:n.default.abi},d={[e.ContractType.HinkalContract]:e=>({abi:e.hinkalABI,address:e.hinkalAddress}),[e.ContractType.HinkalHelperContract]:e=>({abi:e.hinkalHelperABI,address:e.hinkalHelperAddress}),[e.ContractType.MerkleTreeContract]:()=>({abi:[`function getRootHash() public view returns (uint256)`]}),[e.ContractType.UniswapV3FactoryContract]:()=>({abi:s.abi}),[e.ContractType.UniswapV3PoolContract]:()=>({abi:c.abi}),[e.ContractType.UniswapV2PoolContract]:()=>({abi:l.abi}),[e.ContractType.UniswapV3QuoterContract]:()=>({abi:u.abi}),[e.ContractType.ERC20Contract]:()=>({abi:t.default.abi}),[e.ContractType.ERC721Contract]:()=>({abi:i.ERC721ABI}),[e.ContractType.ERC1155Contract]:()=>({abi:i.ERC1155ABI}),[e.ContractType.WATokenContract]:e=>({abi:e.waTokenABI}),[e.ContractType.ContractWithNonces]:()=>({abi:[`function nonces(address owner) external view returns (uint)`]}),[e.ContractType.PermitterContract]:e=>({abi:e.permitterABI,address:e.permitterAddress}),[e.ContractType.OneInchExternalActionContract]:e=>({address:e.oneInchExternalActionInstanceAddress}),[e.ContractType.HinkalWrapper]:e=>({abi:e.hinkalWrapperABI,address:e.hinkalWrapperAddress}),[e.ContractType.HinkalWrapper2]:e=>({abi:e.HinkalWrapper2ABI??e.hinkalWrapperABI,address:e.hinkalWrapper2Address??e.hinkalWrapperAddress}),[e.ContractType.DepositOnChainUtxos]:e=>({abi:e.depositOnChainUtxosExternalActionABI,address:e.depositOnChainUtxosExternalActionAddress})};exports.contractMetadataMapping=d,exports.uniswapV2PoolData=l,exports.uniswapV3FactoryData=s,exports.uniswapV3PoolData=c,exports.uniswapV3QuoterData=u;
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import "./chains.constants.mjs";
|
|
2
|
-
import { ContractType as e } from "../types/ethereum-network.types.mjs";
|
|
3
|
-
import t from "../externalABIs/ERC20.json.mjs";
|
|
4
|
-
import n from "../externalABIs/IQuoterV2.json.mjs";
|
|
5
|
-
import r from "../externalABIs/IUniswapV3Factory.json.mjs";
|
|
6
|
-
import { ERC1155ABI as i, ERC721ABI as a } from "../externalABIs/index.mjs";
|
|
7
|
-
import o from "../externalABIs/IUniswapV3Pool.json.mjs";
|
|
8
|
-
import s from "../externalABIs/UniswapV2PoolAbi.json.mjs";
|
|
9
|
-
import "ethers";
|
|
10
|
-
//#region libs/shared/common/src/constants/contracts.constants.ts
|
|
11
|
-
var c = { abi: r.abi }, l = { abi: o.abi }, u = { abi: s.abi }, d = { abi: n.abi }, f = {
|
|
12
|
-
[e.HinkalContract]: (e) => ({
|
|
13
|
-
abi: e.hinkalABI,
|
|
14
|
-
address: e.hinkalAddress
|
|
15
|
-
}),
|
|
16
|
-
[e.HinkalHelperContract]: (e) => ({
|
|
17
|
-
abi: e.hinkalHelperABI,
|
|
18
|
-
address: e.hinkalHelperAddress
|
|
19
|
-
}),
|
|
20
|
-
[e.MerkleTreeContract]: () => ({ abi: ["function getRootHash() public view returns (uint256)"] }),
|
|
21
|
-
[e.UniswapV3FactoryContract]: () => ({ abi: c.abi }),
|
|
22
|
-
[e.UniswapV3PoolContract]: () => ({ abi: l.abi }),
|
|
23
|
-
[e.UniswapV2PoolContract]: () => ({ abi: u.abi }),
|
|
24
|
-
[e.UniswapV3QuoterContract]: () => ({ abi: d.abi }),
|
|
25
|
-
[e.ERC20Contract]: () => ({ abi: t.abi }),
|
|
26
|
-
[e.ERC721Contract]: () => ({ abi: a }),
|
|
27
|
-
[e.ERC1155Contract]: () => ({ abi: i }),
|
|
28
|
-
[e.WATokenContract]: (e) => ({ abi: e.waTokenABI }),
|
|
29
|
-
[e.ContractWithNonces]: () => ({ abi: ["function nonces(address owner) external view returns (uint)"] }),
|
|
30
|
-
[e.PermitterContract]: (e) => ({
|
|
31
|
-
abi: e.permitterABI,
|
|
32
|
-
address: e.permitterAddress
|
|
33
|
-
}),
|
|
34
|
-
[e.OneInchExternalActionContract]: (e) => ({ address: e.oneInchExternalActionInstanceAddress }),
|
|
35
|
-
[e.HinkalWrapper]: (e) => ({
|
|
36
|
-
abi: e.hinkalWrapperABI,
|
|
37
|
-
address: e.hinkalWrapperAddress
|
|
38
|
-
}),
|
|
39
|
-
[e.HinkalWrapper2]: (e) => ({
|
|
40
|
-
abi: e.HinkalWrapper2ABI ?? e.hinkalWrapperABI,
|
|
41
|
-
address: e.hinkalWrapper2Address ?? e.hinkalWrapperAddress
|
|
42
|
-
}),
|
|
43
|
-
[e.DepositOnChainUtxos]: (e) => ({
|
|
44
|
-
abi: e.depositOnChainUtxosExternalActionABI,
|
|
45
|
-
address: e.depositOnChainUtxosExternalActionAddress
|
|
46
|
-
})
|
|
47
|
-
};
|
|
48
|
-
//#endregion
|
|
49
|
-
export { f as contractMetadataMapping, u as uniswapV2PoolData, c as uniswapV3FactoryData, l as uniswapV3PoolData, d as uniswapV3QuoterData };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={hinkalAddress:`0x25e5e82f5702A27C3466fE68f14abDbbAdFca826`,hinkalHelperAddress:`0x163fe0B047ef9B4553E2AfF620AE3020883DFec5`,uniswapExternalActionAddress:`0xF498fa8b0C1328a22f5d3764DcaB712728d12562`,odosExternalActionInstanceAddress:`0x844B979821D6eA2b4Ef03e06aB860b1ACF3C9FBE`,oneInchExternalActionInstanceAddress:`0xc0F2435498Db6E8D71B706E20AA327B46279906C`,emporiumAddress:`0xcA64D9B41710Bd6e1818D3F0bED939F8e7c5a490`,hinkalWalletAddress:`0x27e94345eAcb931FcE5b9645F078368Ddb67eCa8`,hinkalWrapperAddress:`0x595b892795FFD3bA7aA5bB49cA786bFa1Fe349B6`,depositOnChainUtxosExternalActionAddress:`0x14069865E5F2589B08c791Db26B392A5Ba4f015b`};exports.default=e;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
var e = {
|
|
2
|
-
hinkalAddress: "0x25e5e82f5702A27C3466fE68f14abDbbAdFca826",
|
|
3
|
-
hinkalHelperAddress: "0x163fe0B047ef9B4553E2AfF620AE3020883DFec5",
|
|
4
|
-
uniswapExternalActionAddress: "0xF498fa8b0C1328a22f5d3764DcaB712728d12562",
|
|
5
|
-
odosExternalActionInstanceAddress: "0x844B979821D6eA2b4Ef03e06aB860b1ACF3C9FBE",
|
|
6
|
-
oneInchExternalActionInstanceAddress: "0xc0F2435498Db6E8D71B706E20AA327B46279906C",
|
|
7
|
-
emporiumAddress: "0xcA64D9B41710Bd6e1818D3F0bED939F8e7c5a490",
|
|
8
|
-
hinkalWalletAddress: "0x27e94345eAcb931FcE5b9645F078368Ddb67eCa8",
|
|
9
|
-
hinkalWrapperAddress: "0x595b892795FFD3bA7aA5bB49cA786bFa1Fe349B6",
|
|
10
|
-
depositOnChainUtxosExternalActionAddress: "0x14069865E5F2589B08c791Db26B392A5Ba4f015b"
|
|
11
|
-
};
|
|
12
|
-
//#endregion
|
|
13
|
-
export { e as default };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={hinkalAddress:`0x92c4Dce78EC1833b2966daF9be175EF50e95BA01`,hinkalHelperAddress:`0x22EC8949E47795E01A8e42D60f7681075071fD95`,emporiumAddress:`0xe59FF2F5eC7D109221ffaAbE183A64A63FA4F8c8`,hinkalWalletAddress:`0x5B9FffF15dE4fFB1c884039B44e49EbB027b130d`,hinkalWrapperAddress:`0x40e14b214B3397fd4743Af1E5074abD63DF0995d`,depositOnChainUtxosExternalActionAddress:`0x4A23133d8200f1eAcF41f08f1991a7F01Ce5E97b`};exports.default=e;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
var e = {
|
|
2
|
-
hinkalAddress: "0x92c4Dce78EC1833b2966daF9be175EF50e95BA01",
|
|
3
|
-
hinkalHelperAddress: "0x22EC8949E47795E01A8e42D60f7681075071fD95",
|
|
4
|
-
emporiumAddress: "0xe59FF2F5eC7D109221ffaAbE183A64A63FA4F8c8",
|
|
5
|
-
hinkalWalletAddress: "0x5B9FffF15dE4fFB1c884039B44e49EbB027b130d",
|
|
6
|
-
hinkalWrapperAddress: "0x40e14b214B3397fd4743Af1E5074abD63DF0995d",
|
|
7
|
-
depositOnChainUtxosExternalActionAddress: "0x4A23133d8200f1eAcF41f08f1991a7F01Ce5E97b"
|
|
8
|
-
};
|
|
9
|
-
//#endregion
|
|
10
|
-
export { e as default };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={hinkalAddress:`0x25e5e82f5702A27C3466fE68f14abDbbAdFca826`,hinkalHelperAddress:`0x08a5527B96b0946054Fd2120B9B6A5c76df432c2`,uniswapExternalActionAddress:`0x93A6074157345Fda632Cc4c6de41F26a88400AEd`,odosExternalActionInstanceAddress:`0x21802cC438026DD5FC3359460051A32f4F6C0211`,oneInchExternalActionInstanceAddress:`0x6087b2E48d136F1020A5DC14b1286790fa17D5BC`,emporiumAddress:`0x9Ee3b51350c98f0E912441aAf35166d7A71310A0`,hinkalWalletAddress:`0xd079ADceaeC7276f693a097248246Da6ac581A19`,hinkalWrapperAddress:`0x58A5102db2f08291c7a9E2BC320C9100A48042Ee`,depositOnChainUtxosExternalActionAddress:`0x4c1c127ED7785035A51ce1DA415e6643B911622F`};exports.default=e;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
var e = {
|
|
2
|
-
hinkalAddress: "0x25e5e82f5702A27C3466fE68f14abDbbAdFca826",
|
|
3
|
-
hinkalHelperAddress: "0x08a5527B96b0946054Fd2120B9B6A5c76df432c2",
|
|
4
|
-
uniswapExternalActionAddress: "0x93A6074157345Fda632Cc4c6de41F26a88400AEd",
|
|
5
|
-
odosExternalActionInstanceAddress: "0x21802cC438026DD5FC3359460051A32f4F6C0211",
|
|
6
|
-
oneInchExternalActionInstanceAddress: "0x6087b2E48d136F1020A5DC14b1286790fa17D5BC",
|
|
7
|
-
emporiumAddress: "0x9Ee3b51350c98f0E912441aAf35166d7A71310A0",
|
|
8
|
-
hinkalWalletAddress: "0xd079ADceaeC7276f693a097248246Da6ac581A19",
|
|
9
|
-
hinkalWrapperAddress: "0x58A5102db2f08291c7a9E2BC320C9100A48042Ee",
|
|
10
|
-
depositOnChainUtxosExternalActionAddress: "0x4c1c127ED7785035A51ce1DA415e6643B911622F"
|
|
11
|
-
};
|
|
12
|
-
//#endregion
|
|
13
|
-
export { e as default };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={hinkalAddress:`0x25e5e82f5702A27C3466fE68f14abDbbAdFca826`,hinkalHelperAddress:`0xF498fa8b0C1328a22f5d3764DcaB712728d12562`,uniswapExternalActionAddress:`0xf988c820dA5a8698DD56Ad23933228d7f53EEAF7`,odosExternalActionInstanceAddress:`0x703c6F8B592F73A6804a9777546B2f0Fe02D228b`,oneInchExternalActionInstanceAddress:`0x90267E75F1f323f4Ba6f1064C7aCA3C59e8B3F21`,emporiumAddress:`0xE9203a0dC8F1D57ff01dB9128eb458319fA5b8Da`,hinkalWalletAddress:`0xAb6363EBC7B2b769938eAA22909da533A9F1Ee52`,hinkalWrapperAddress:`0xa1548597e26d675ad10aa484b6972aac38ba1ea3`,depositOnChainUtxosExternalActionAddress:`0x1228c9f5e5BA59b609373f6dbA78aa39CE776557`};exports.default=e;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
var e = {
|
|
2
|
-
hinkalAddress: "0x25e5e82f5702A27C3466fE68f14abDbbAdFca826",
|
|
3
|
-
hinkalHelperAddress: "0xF498fa8b0C1328a22f5d3764DcaB712728d12562",
|
|
4
|
-
uniswapExternalActionAddress: "0xf988c820dA5a8698DD56Ad23933228d7f53EEAF7",
|
|
5
|
-
odosExternalActionInstanceAddress: "0x703c6F8B592F73A6804a9777546B2f0Fe02D228b",
|
|
6
|
-
oneInchExternalActionInstanceAddress: "0x90267E75F1f323f4Ba6f1064C7aCA3C59e8B3F21",
|
|
7
|
-
emporiumAddress: "0xE9203a0dC8F1D57ff01dB9128eb458319fA5b8Da",
|
|
8
|
-
hinkalWalletAddress: "0xAb6363EBC7B2b769938eAA22909da533A9F1Ee52",
|
|
9
|
-
hinkalWrapperAddress: "0xa1548597e26d675ad10aa484b6972aac38ba1ea3",
|
|
10
|
-
depositOnChainUtxosExternalActionAddress: "0x1228c9f5e5BA59b609373f6dbA78aa39CE776557"
|
|
11
|
-
};
|
|
12
|
-
//#endregion
|
|
13
|
-
export { e as default };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={hinkalAddress:`0x13b65FA5375af51A12762499602bE7B92afB8CD6`,hinkalHelperAddress:`0x6D5DFa6Ec97bF1Da5396033F305dFA8575c1f5a7`,uniswapExternalActionAddress:`0xa9CcAa5FE169EbA41ccD895795D1bcbDc5CabCFA`,odosExternalActionInstanceAddress:`0x2A96B7938941534D7dC2A6fCaEde22e328576f50`,oneInchExternalActionInstanceAddress:`0xFC7C7c2D3784F3Fe6c505Fc6D169E5f9322BFB7c`,emporiumAddress:`0x23A64eF68de98C6Cf01e3A5202d47a3bcee6f920`,hinkalWalletFactoryAddress:`0xD0b3FF7e99dcD6058362c7B0894DBB34723D1bfA`,hinkalWalletBeaconAddress:`0x85f525996478fe87e265dfdb99e6C3ebE2D6E876`};exports.default=e;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
var e = {
|
|
2
|
-
hinkalAddress: "0x13b65FA5375af51A12762499602bE7B92afB8CD6",
|
|
3
|
-
hinkalHelperAddress: "0x6D5DFa6Ec97bF1Da5396033F305dFA8575c1f5a7",
|
|
4
|
-
uniswapExternalActionAddress: "0xa9CcAa5FE169EbA41ccD895795D1bcbDc5CabCFA",
|
|
5
|
-
odosExternalActionInstanceAddress: "0x2A96B7938941534D7dC2A6fCaEde22e328576f50",
|
|
6
|
-
oneInchExternalActionInstanceAddress: "0xFC7C7c2D3784F3Fe6c505Fc6D169E5f9322BFB7c",
|
|
7
|
-
emporiumAddress: "0x23A64eF68de98C6Cf01e3A5202d47a3bcee6f920",
|
|
8
|
-
hinkalWalletFactoryAddress: "0xD0b3FF7e99dcD6058362c7B0894DBB34723D1bfA",
|
|
9
|
-
hinkalWalletBeaconAddress: "0x85f525996478fe87e265dfdb99e6C3ebE2D6E876"
|
|
10
|
-
};
|
|
11
|
-
//#endregion
|
|
12
|
-
export { e as default };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={hinkalAddress:`0x25e5e82f5702A27C3466fE68f14abDbbAdFca826`,hinkalHelperAddress:`0xe23B6307cfA9521dD0DF43a88915A5F943cC97eD`,uniswapExternalActionAddress:`0x39E48225E01533b6e4737F862DD7f11F2Ee91827`,odosExternalActionInstanceAddress:`0xE92A373cD92dA328C5D384F14969C1DC23fae601`,oneInchExternalActionInstanceAddress:`0x11fD5C397E5A6D1EE0cb9Fe088BE3C365eEA52f4`,emporiumAddress:`0x0e82BD9B97dC49A651E8E0155E48b2b101fD7b00`,hinkalWalletAddress:`0xf95e20d23262Ad4Be6b3c1D9930098443fE23482`,hinkalWrapperAddress:`0x35AfB32e5a7d907f2ca0C8C37808A9274B96A198`,depositOnChainUtxosExternalActionAddress:`0x73C89491026dCea945908e7D4764C8F54f8B8bDc`};exports.default=e;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
var e = {
|
|
2
|
-
hinkalAddress: "0x25e5e82f5702A27C3466fE68f14abDbbAdFca826",
|
|
3
|
-
hinkalHelperAddress: "0xe23B6307cfA9521dD0DF43a88915A5F943cC97eD",
|
|
4
|
-
uniswapExternalActionAddress: "0x39E48225E01533b6e4737F862DD7f11F2Ee91827",
|
|
5
|
-
odosExternalActionInstanceAddress: "0xE92A373cD92dA328C5D384F14969C1DC23fae601",
|
|
6
|
-
oneInchExternalActionInstanceAddress: "0x11fD5C397E5A6D1EE0cb9Fe088BE3C365eEA52f4",
|
|
7
|
-
emporiumAddress: "0x0e82BD9B97dC49A651E8E0155E48b2b101fD7b00",
|
|
8
|
-
hinkalWalletAddress: "0xf95e20d23262Ad4Be6b3c1D9930098443fE23482",
|
|
9
|
-
hinkalWrapperAddress: "0x35AfB32e5a7d907f2ca0C8C37808A9274B96A198",
|
|
10
|
-
depositOnChainUtxosExternalActionAddress: "0x73C89491026dCea945908e7D4764C8F54f8B8bDc"
|
|
11
|
-
};
|
|
12
|
-
//#endregion
|
|
13
|
-
export { e as default };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={hinkalAddress:`0x61b1943b6792b1a0c524E4dB33d7a91339C29B62`,hinkalHelperAddress:`0x6C1Ff299486DF95274b053b34E40Da7e61E17139`,uniswapExternalActionAddress:`0x2035f9fcdC02457289edc6b99d954544C2312D5A`,odosExternalActionInstanceAddress:`0x76e54622F4F898eac7628Ed348EC921C8E0eAb11`,oneInchExternalActionInstanceAddress:`0x3E16ed4Ee38545e19eD520316cF9c641D6273e05`,depositOnChainUtxosExternalActionAddress:`0x68d9135cD24F253ba4f24E6bAa1BC34DA85EA0aE`,emporiumAddress:`0xbb535bEca13eD283c115d668c7fb7F219BaAECFD`,hinkalWalletAddress:`0xF9500c93283ffb1Acbc1FE368784621A905b8934`,hinkalWrapperAddress:`0x7F21DDff111514Db1ae79a5248E245B6Bd078723`};exports.default=e;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
var e = {
|
|
2
|
-
hinkalAddress: "0x61b1943b6792b1a0c524E4dB33d7a91339C29B62",
|
|
3
|
-
hinkalHelperAddress: "0x6C1Ff299486DF95274b053b34E40Da7e61E17139",
|
|
4
|
-
uniswapExternalActionAddress: "0x2035f9fcdC02457289edc6b99d954544C2312D5A",
|
|
5
|
-
odosExternalActionInstanceAddress: "0x76e54622F4F898eac7628Ed348EC921C8E0eAb11",
|
|
6
|
-
oneInchExternalActionInstanceAddress: "0x3E16ed4Ee38545e19eD520316cF9c641D6273e05",
|
|
7
|
-
depositOnChainUtxosExternalActionAddress: "0x68d9135cD24F253ba4f24E6bAa1BC34DA85EA0aE",
|
|
8
|
-
emporiumAddress: "0xbb535bEca13eD283c115d668c7fb7F219BaAECFD",
|
|
9
|
-
hinkalWalletAddress: "0xF9500c93283ffb1Acbc1FE368784621A905b8934",
|
|
10
|
-
hinkalWrapperAddress: "0x7F21DDff111514Db1ae79a5248E245B6Bd078723"
|
|
11
|
-
};
|
|
12
|
-
//#endregion
|
|
13
|
-
export { e as default };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={hinkalAddress:`0x25e5e82f5702A27C3466fE68f14abDbbAdFca826`,hinkalHelperAddress:`0x8DddA4bcd7D5daf9e7c9cB465Ffc127151fca4F6`,uniswapExternalActionAddress:`0xe510A121004E6Ff19fFd9D858BA2Eaf7F65853b1`,odosExternalActionInstanceAddress:`0x69f30d20E63cF9aA002586cF237A770Faaf0395D`,oneInchExternalActionInstanceAddress:`0xB9b72545AFc179f9A6F1ADEAC45900924fF8F1e7`,emporiumAddress:`0x5B0d61033Ea5B176e1B897C3Ed471fF3dC6272aC`,hinkalWalletAddress:`0x5332C70a98ff45D16098E25F2d69971Ce46dE395`,hinkalWrapperAddress:`0x0F5D2Cdaa5c8c01aa8D852F28676172ee2695c54`,depositOnChainUtxosExternalActionAddress:`0xC4EE2a2AA9119c8756229f619772870E003e92db`};exports.default=e;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
var e = {
|
|
2
|
-
hinkalAddress: "0x25e5e82f5702A27C3466fE68f14abDbbAdFca826",
|
|
3
|
-
hinkalHelperAddress: "0x8DddA4bcd7D5daf9e7c9cB465Ffc127151fca4F6",
|
|
4
|
-
uniswapExternalActionAddress: "0xe510A121004E6Ff19fFd9D858BA2Eaf7F65853b1",
|
|
5
|
-
odosExternalActionInstanceAddress: "0x69f30d20E63cF9aA002586cF237A770Faaf0395D",
|
|
6
|
-
oneInchExternalActionInstanceAddress: "0xB9b72545AFc179f9A6F1ADEAC45900924fF8F1e7",
|
|
7
|
-
emporiumAddress: "0x5B0d61033Ea5B176e1B897C3Ed471fF3dC6272aC",
|
|
8
|
-
hinkalWalletAddress: "0x5332C70a98ff45D16098E25F2d69971Ce46dE395",
|
|
9
|
-
hinkalWrapperAddress: "0x0F5D2Cdaa5c8c01aa8D852F28676172ee2695c54",
|
|
10
|
-
depositOnChainUtxosExternalActionAddress: "0xC4EE2a2AA9119c8756229f619772870E003e92db"
|
|
11
|
-
};
|
|
12
|
-
//#endregion
|
|
13
|
-
export { e as default };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={hinkalAddress:`0x1858c7E127877430EbEc27D112F319C7091add33`,hinkalHelperAddress:`0x83927CF3049DEA065dB50e6B08aA5A136b70C95b`,uniswapExternalActionAddress:`0x56139c0504A28CA44eF9470F42Bd6342818d7489`,depositOnChainUtxosExternalActionAddress:`0xFA3164c6beA5c21d86E14348854d51B08032da2A`,hinkalWrapperAddress:`0x74aFF37065ae1044158A3535248402Ff8FcF90e9`};exports.default=e;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
var e = {
|
|
2
|
-
hinkalAddress: "0x1858c7E127877430EbEc27D112F319C7091add33",
|
|
3
|
-
hinkalHelperAddress: "0x83927CF3049DEA065dB50e6B08aA5A136b70C95b",
|
|
4
|
-
uniswapExternalActionAddress: "0x56139c0504A28CA44eF9470F42Bd6342818d7489",
|
|
5
|
-
depositOnChainUtxosExternalActionAddress: "0xFA3164c6beA5c21d86E14348854d51B08032da2A",
|
|
6
|
-
hinkalWrapperAddress: "0x74aFF37065ae1044158A3535248402Ff8FcF90e9"
|
|
7
|
-
};
|
|
8
|
-
//#endregion
|
|
9
|
-
export { e as default };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={hinkalAddress:`J4SsjA1Zqf2tZfBJjYrEKXocM9NdP2xHNfAQLM7McG5H`,originalDeployer:`DW2Na5Q41Ve6HZQzMvPwJVT1tzKnb2UCp8WZkk1EcJUw`};exports.default=e;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={hinkalAddress:`0x631c98336d4684333946262A9e3e942ef3555A5e`,hinkalHelperAddress:`0xb2883B92a8dE8C9103CB0957Ce0e70F3badACD36`,uniswapExternalActionAddress:`0x306205f6944F696c22E7E57Da5E75130A73bd566`,depositOnChainUtxosExternalActionAddress:`0x93A4b8A37B0282e01340f827b92854B1cf956E29`,emporiumAddress:`0xc6fFa92D711C21C37b2bae71A35B672D0Ae779aB`,hinkalWalletAddress:`0x4Fa2Aec0486D1190382FD4Fa39319eBb799E3f98`,hinkalWrapperAddress:`0x5167e23206fAC609fff077De7d845758cfaF2Fd5`};exports.default=e;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
var e = {
|
|
2
|
-
hinkalAddress: "0x631c98336d4684333946262A9e3e942ef3555A5e",
|
|
3
|
-
hinkalHelperAddress: "0xb2883B92a8dE8C9103CB0957Ce0e70F3badACD36",
|
|
4
|
-
uniswapExternalActionAddress: "0x306205f6944F696c22E7E57Da5E75130A73bd566",
|
|
5
|
-
depositOnChainUtxosExternalActionAddress: "0x93A4b8A37B0282e01340f827b92854B1cf956E29",
|
|
6
|
-
emporiumAddress: "0xc6fFa92D711C21C37b2bae71A35B672D0Ae779aB",
|
|
7
|
-
hinkalWalletAddress: "0x4Fa2Aec0486D1190382FD4Fa39319eBb799E3f98",
|
|
8
|
-
hinkalWrapperAddress: "0x5167e23206fAC609fff077De7d845758cfaF2Fd5"
|
|
9
|
-
};
|
|
10
|
-
//#endregion
|
|
11
|
-
export { e as default };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={hinkalAddress:`0x65cd1b3921ece2ec8663fa1728e827ccfd5104db`,hinkalHelperAddress:`0x844ebfad3b9c270065799316ef58d6730b82f713`,depositOnChainUtxosExternalActionAddress:`0x9a6cd2796be947af7217a9d14c04fa8648ba2d00`,hinkalWrapperAddress:`0x5ab826ce3945576f3a9c17d4a273816c249366b1`};exports.default=e;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
var e = {
|
|
2
|
-
hinkalAddress: "0x65cd1b3921ece2ec8663fa1728e827ccfd5104db",
|
|
3
|
-
hinkalHelperAddress: "0x844ebfad3b9c270065799316ef58d6730b82f713",
|
|
4
|
-
depositOnChainUtxosExternalActionAddress: "0x9a6cd2796be947af7217a9d14c04fa8648ba2d00",
|
|
5
|
-
hinkalWrapperAddress: "0x5ab826ce3945576f3a9c17d4a273816c249366b1"
|
|
6
|
-
};
|
|
7
|
-
//#endregion
|
|
8
|
-
export { e as default };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={hinkalAddress:`0x4a4f166f07ee0e867dc6d02b4083da87713539d3`,hinkalHelperAddress:`0xc62ef0a4561ecb3924b712de8691f3d29c6a6003`,depositOnChainUtxosExternalActionAddress:`0xf607a4b50e6262f3e79c8858a73a84f43a432964`,hinkalWrapperAddress:`0x00d974ad1c5c57e9f6e7ec0fab3b1e4f25ace555`};exports.default=e;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
var e = {
|
|
2
|
-
hinkalAddress: "0x4a4f166f07ee0e867dc6d02b4083da87713539d3",
|
|
3
|
-
hinkalHelperAddress: "0xc62ef0a4561ecb3924b712de8691f3d29c6a6003",
|
|
4
|
-
depositOnChainUtxosExternalActionAddress: "0xf607a4b50e6262f3e79c8858a73a84f43a432964",
|
|
5
|
-
hinkalWrapperAddress: "0x00d974ad1c5c57e9f6e7ec0fab3b1e4f25ace555"
|
|
6
|
-
};
|
|
7
|
-
//#endregion
|
|
8
|
-
export { e as default };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const e=require(`./deploy-data-arbMainnet.json.cjs`),t=require(`./deploy-data-ethMainnet.json.cjs`),n=require(`./deploy-data-optimism.json.cjs`),r=require(`./deploy-data-optimismTest.json.cjs`),i=require(`./deploy-data-polygon.json.cjs`),a=require(`./deploy-data-base.json.cjs`),o=require(`./deploy-data-localhost.json.cjs`),s=require(`./deploy-data-arcTestnet.json.cjs`),c=require(`./deploy-data-sepoliaTestnet.json.cjs`),l=require(`./deploy-data-solana.json.cjs`),u=require(`./deploy-data-tronNile.json.cjs`),d=require(`./deploy-data-tronMainnet.json.cjs`),f=require(`./deploy-data-tempo.json.cjs`),p=require(`./mergeDeployData.cjs`);var m=p.mergeWithEvmShared(e.default),h=p.mergeWithEvmShared(t.default),g=p.mergeWithEvmShared(n.default),_=p.mergeWithEvmShared(r.default),v=p.mergeWithEvmShared(i.default),y=p.mergeWithEvmShared(a.default),b=p.mergeWithEvmShared(o.default),x=p.mergeWithEvmShared(s.default),S=p.mergeWithEvmShared(c.default),C=p.mergeWithEvmShared(f.default),w=p.mergeWithTronShared(u.default),T=p.mergeWithTronShared(d.default),E=p.mergeWithSolanaShared(l.default);exports.arbMainnetData=m,exports.arcTestnetData=x,exports.baseData=y,exports.ethMainnetData=h,exports.localhostData=b,exports.optimismData=g,exports.optimismTestData=_,exports.polygonData=v,exports.sepoliaTestnetData=S,exports.solanaData=E,exports.tempoData=C,exports.tronMainnetData=T,exports.tronNileData=w;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
declare const arbMainnetData: import('../..').ContractData;
|
|
2
|
-
declare const ethMainnetData: import('../..').ContractData;
|
|
3
|
-
declare const optimismData: import('../..').ContractData;
|
|
4
|
-
declare const optimismTestData: import('../..').ContractData;
|
|
5
|
-
declare const polygonData: import('../..').ContractData;
|
|
6
|
-
declare const baseData: import('../..').ContractData;
|
|
7
|
-
declare const localhostData: import('../..').ContractData;
|
|
8
|
-
declare const arcTestnetData: import('../..').ContractData;
|
|
9
|
-
declare const sepoliaTestnetData: import('../..').ContractData;
|
|
10
|
-
declare const tempoData: import('../..').ContractData;
|
|
11
|
-
declare const tronNileData: import('../..').ContractData;
|
|
12
|
-
declare const tronMainnetData: import('../..').ContractData;
|
|
13
|
-
declare const solanaData: import('../..').ContractData;
|
|
14
|
-
export { arbMainnetData, ethMainnetData, polygonData, optimismData, optimismTestData, baseData, localhostData, arcTestnetData, sepoliaTestnetData, solanaData, tronNileData, tronMainnetData, tempoData, };
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import e from "./deploy-data-arbMainnet.json.mjs";
|
|
2
|
-
import t from "./deploy-data-ethMainnet.json.mjs";
|
|
3
|
-
import n from "./deploy-data-optimism.json.mjs";
|
|
4
|
-
import r from "./deploy-data-optimismTest.json.mjs";
|
|
5
|
-
import i from "./deploy-data-polygon.json.mjs";
|
|
6
|
-
import a from "./deploy-data-base.json.mjs";
|
|
7
|
-
import o from "./deploy-data-localhost.json.mjs";
|
|
8
|
-
import s from "./deploy-data-arcTestnet.json.mjs";
|
|
9
|
-
import c from "./deploy-data-sepoliaTestnet.json.mjs";
|
|
10
|
-
import l from "./deploy-data-solana.json.mjs";
|
|
11
|
-
import u from "./deploy-data-tronNile.json.mjs";
|
|
12
|
-
import d from "./deploy-data-tronMainnet.json.mjs";
|
|
13
|
-
import f from "./deploy-data-tempo.json.mjs";
|
|
14
|
-
import { mergeWithEvmShared as p, mergeWithSolanaShared as m, mergeWithTronShared as h } from "./mergeDeployData.mjs";
|
|
15
|
-
//#region libs/shared/common/src/constants/deploy-data/index.ts
|
|
16
|
-
var g = p(e), _ = p(t), v = p(n), y = p(r), b = p(i), x = p(a), S = p(o), C = p(s), w = p(c), T = p(f), E = h(u), D = h(d), O = m(l);
|
|
17
|
-
//#endregion
|
|
18
|
-
export { g as arbMainnetData, C as arcTestnetData, x as baseData, _ as ethMainnetData, S as localhostData, v as optimismData, y as optimismTestData, b as polygonData, w as sepoliaTestnetData, O as solanaData, T as tempoData, D as tronMainnetData, E as tronNileData };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const e=require(`./shared-deploy-data-evm.json.cjs`),t=require(`./shared-deploy-data-solana.json.cjs`),n=require(`./shared-deploy-data-tron.json.cjs`);var r=t=>({...e.default,...t}),i=e=>({...n.default,...e}),a=e=>({...t.default,...e});exports.mergeWithEvmShared=r,exports.mergeWithSolanaShared=a,exports.mergeWithTronShared=i;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ContractData } from '../../types/ethereum-network.types';
|
|
2
|
-
export declare const mergeWithEvmShared: (specific: Record<string, unknown>) => ContractData;
|
|
3
|
-
export declare const mergeWithTronShared: (specific: Record<string, unknown>) => ContractData;
|
|
4
|
-
export declare const mergeWithSolanaShared: (specific: Record<string, unknown>) => ContractData;
|