@hinkal/common 0.2.31 → 0.2.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/API/API.cjs +1 -1
- package/API/API.d.ts +26 -11
- package/API/API.mjs +103 -88
- package/API/callMonitor.cjs +1 -1
- package/API/callMonitor.d.ts +8 -0
- package/API/callMonitor.mjs +2 -2
- package/API/callRelayer.d.ts +4 -1
- package/API/dashboardAccountCalls.cjs +1 -0
- package/API/dashboardAccountCalls.d.ts +24 -0
- package/API/dashboardAccountCalls.mjs +10 -0
- package/API/dashboardAccountMemberCalls.cjs +1 -0
- package/API/dashboardAccountMemberCalls.d.ts +34 -0
- package/API/dashboardAccountMemberCalls.mjs +16 -0
- package/API/dashboardBalanceCalls.cjs +1 -0
- package/API/dashboardBalanceCalls.d.ts +12 -0
- package/API/dashboardBalanceCalls.mjs +13 -0
- package/API/dashboardContactCalls.cjs +1 -0
- package/API/dashboardContactCalls.d.ts +9 -0
- package/API/dashboardContactCalls.mjs +13 -0
- package/API/dashboardPayoutCalls.cjs +1 -0
- package/API/dashboardPayoutCalls.d.ts +14 -0
- package/API/dashboardPayoutCalls.mjs +13 -0
- package/API/dashboardTransactionCalls.cjs +1 -0
- package/API/dashboardTransactionCalls.d.ts +3 -0
- package/API/dashboardTransactionCalls.mjs +10 -0
- package/API/enclaveRecipientInfoCalls.cjs +1 -0
- package/API/enclaveRecipientInfoCalls.d.ts +14 -0
- package/API/enclaveRecipientInfoCalls.mjs +7 -0
- package/API/enclaveSignatureCalls.cjs +1 -1
- package/API/enclaveSignatureCalls.d.ts +3 -8
- package/API/enclaveSignatureCalls.mjs +6 -8
- package/API/enclaveUtxoCalls.cjs +1 -1
- package/API/enclaveUtxoCalls.d.ts +8 -2
- package/API/enclaveUtxoCalls.mjs +5 -3
- package/API/fetchCommitmentsCache.cjs +1 -1
- package/API/fetchCommitmentsCache.d.ts +1 -19
- package/API/fetchCommitmentsCache.mjs +9 -22
- package/API/getAnyRecipientInfo.d.ts +1 -0
- package/API/getServerURL.cjs +1 -1
- package/API/getServerURL.d.ts +3 -0
- package/API/getServerURL.mjs +15 -32
- package/API/getWebsiteURL.cjs +1 -1
- package/API/getWebsiteURL.d.ts +3 -2
- package/API/getWebsiteURL.mjs +12 -5
- package/API/index.cjs +1 -1
- package/API/index.d.ts +2 -0
- package/API/index.mjs +2 -0
- package/API/kycCalls.cjs +1 -1
- package/API/kycCalls.d.ts +0 -5
- package/API/kycCalls.mjs +3 -10
- package/API/privateSendRecipientInfoCalls.cjs +1 -1
- package/API/privateSendRecipientInfoCalls.d.ts +0 -10
- package/API/privateSendRecipientInfoCalls.mjs +2 -2
- package/API/scheduled-transactions-calls.cjs +1 -1
- package/API/scheduled-transactions-calls.d.ts +8 -2
- package/API/scheduled-transactions-calls.mjs +5 -4
- package/API/tenderly.api.cjs +1 -1
- package/API/tenderly.api.d.ts +1 -1
- package/API/tenderly.api.mjs +1 -1
- package/constants/addresses.constants.cjs +1 -1
- package/constants/addresses.constants.d.ts +10 -7
- package/constants/addresses.constants.mjs +11 -8
- package/constants/assets.constants.cjs +1 -1
- package/constants/assets.constants.mjs +1 -1
- package/constants/auth.constants.cjs +1 -0
- package/constants/auth.constants.d.ts +2 -0
- package/constants/auth.constants.mjs +4 -0
- package/constants/backend.constants.cjs +1 -1
- package/constants/backend.constants.d.ts +0 -1
- package/constants/backend.constants.mjs +0 -1
- package/constants/bridging.constants.cjs +1 -1
- package/constants/bridging.constants.d.ts +2 -0
- package/constants/bridging.constants.mjs +7 -3
- package/constants/chains.constants.cjs +1 -1
- package/constants/chains.constants.d.ts +25 -8
- package/constants/chains.constants.mjs +168 -127
- package/constants/coingecko.constants.cjs +1 -1
- package/constants/coingecko.constants.d.ts +5 -3
- package/constants/coingecko.constants.mjs +8 -5
- package/constants/contracts.constants.cjs +1 -1
- package/constants/contracts.constants.mjs +0 -4
- package/constants/deploy-data/deploy-data-arbMainnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-arbMainnet.json.mjs +125 -850
- package/constants/deploy-data/deploy-data-arcTestnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-arcTestnet.json.mjs +97 -1013
- package/constants/deploy-data/deploy-data-base.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-base.json.mjs +132 -869
- package/constants/deploy-data/deploy-data-ethMainnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-ethMainnet.json.mjs +132 -871
- package/constants/deploy-data/deploy-data-localhost.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-localhost.json.mjs +6 -808
- package/constants/deploy-data/deploy-data-optimism.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-optimism.json.mjs +132 -869
- 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 -1
- package/constants/deploy-data/deploy-data-polygon.json.mjs +132 -869
- 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 -1
- package/constants/deploy-data/deploy-data-solana.json.mjs +1 -1
- 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 -1
- package/constants/deploy-data/deploy-data-tronMainnet.json.mjs +133 -870
- package/constants/deploy-data/deploy-data-tronNile.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-tronNile.json.mjs +133 -870
- package/constants/deploy-data/index.d.ts +4 -1
- package/constants/events.constants.cjs +1 -1
- package/constants/events.constants.mjs +4 -1
- package/constants/fees.constants.cjs +1 -1
- package/constants/fees.constants.d.ts +5 -1
- package/constants/fees.constants.mjs +9 -5
- package/constants/index.cjs +1 -1
- package/constants/index.d.ts +2 -1
- package/constants/index.mjs +6 -2
- package/constants/kyc.constants.cjs +1 -1
- package/constants/kyc.constants.d.ts +1 -1
- package/constants/kyc.constants.mjs +38 -37
- package/constants/lifi.constants.cjs +1 -1
- package/constants/lifi.constants.d.ts +2 -0
- package/constants/lifi.constants.mjs +7 -2
- package/constants/mediaUrls.constants.cjs +1 -1
- package/constants/mediaUrls.constants.d.ts +7 -1
- package/constants/mediaUrls.constants.mjs +9 -3
- package/constants/price-impact.constants.cjs +1 -0
- package/constants/price-impact.constants.d.ts +2 -0
- package/constants/price-impact.constants.mjs +4 -0
- package/constants/protocol.constants.cjs +1 -1
- package/constants/protocol.constants.d.ts +4 -1
- package/constants/protocol.constants.mjs +2 -2
- package/constants/reorg-depths.constants.cjs +1 -1
- package/constants/reorg-depths.constants.d.ts +3 -1
- package/constants/reorg-depths.constants.mjs +3 -1
- package/constants/save-depths.cjs +1 -1
- package/constants/save-depths.d.ts +3 -1
- package/constants/save-depths.mjs +3 -1
- package/constants/server.constants.cjs +1 -1
- package/constants/server.constants.d.ts +33 -8
- package/constants/server.constants.mjs +44 -24
- package/constants/token-data/ERC20Registry.cjs +1 -1
- package/constants/token-data/ERC20Registry.mjs +20 -9
- package/constants/token-data/arbMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/arbMainnetRegistry.json.mjs +24 -24
- package/constants/token-data/arbMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/arbMainnetRegistryFixed.json.mjs +24 -24
- package/constants/token-data/arcTestnetRegistry.json.cjs +1 -1
- package/constants/token-data/arcTestnetRegistry.json.mjs +3 -3
- package/constants/token-data/baseRegistry.json.cjs +1 -1
- package/constants/token-data/baseRegistry.json.mjs +20 -12
- package/constants/token-data/baseRegistryFixed.json.cjs +1 -1
- package/constants/token-data/baseRegistryFixed.json.mjs +18 -10
- package/constants/token-data/ethMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/ethMainnetRegistry.json.mjs +38 -38
- package/constants/token-data/ethMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/ethMainnetRegistryFixed.json.mjs +38 -38
- package/constants/token-data/localhostRegistry.json.cjs +1 -1
- package/constants/token-data/localhostRegistry.json.mjs +211 -211
- package/constants/token-data/optimismRegistry.json.cjs +1 -1
- package/constants/token-data/optimismRegistry.json.mjs +36 -28
- package/constants/token-data/optimismRegistryFixed.json.cjs +1 -1
- package/constants/token-data/optimismRegistryFixed.json.mjs +36 -28
- package/constants/token-data/polygonRegistry.json.cjs +1 -1
- package/constants/token-data/polygonRegistry.json.mjs +34 -26
- package/constants/token-data/polygonRegistryFixed.json.cjs +1 -1
- package/constants/token-data/polygonRegistryFixed.json.mjs +34 -26
- package/constants/token-data/sepoliaTestnetRegistry.json.cjs +1 -0
- package/constants/token-data/sepoliaTestnetRegistry.json.mjs +21 -0
- package/constants/token-data/solanaMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/solanaMainnetRegistry.json.mjs +1 -1
- 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 -1
- package/constants/token-data/tronMainnetRegistry.json.mjs +26 -15
- package/constants/token-data/tronNileRegistry.json.cjs +1 -1
- package/constants/token-data/tronNileRegistry.json.mjs +2 -2
- package/constants/tokens.constants.cjs +1 -1
- package/constants/tokens.constants.d.ts +1 -0
- package/constants/tokens.constants.mjs +10 -3
- package/constants/vite.constants.cjs +1 -1
- package/constants/vite.constants.mjs +23 -5
- package/constants/wallet.constants.cjs +1 -1
- package/constants/wallet.constants.d.ts +1 -1
- package/constants/wallet.constants.mjs +2 -18
- package/crypto/babyJub.d.ts +1 -1
- package/crypto/ecdh-dual-path.cjs +1 -0
- package/crypto/ecdh-dual-path.d.ts +13 -0
- package/crypto/ecdh-dual-path.mjs +39 -0
- package/crypto/ecdh-sealed-keys.cjs +1 -0
- package/crypto/ecdh-sealed-keys.d.ts +22 -0
- package/crypto/ecdh-sealed-keys.mjs +33 -0
- package/crypto/ecdh.cjs +1 -0
- package/crypto/ecdh.d.ts +2 -0
- package/crypto/ecdh.mjs +9 -0
- package/crypto/eddsa.cjs +1 -0
- package/crypto/eddsa.d.ts +8 -0
- package/crypto/eddsa.mjs +12 -0
- package/crypto/index.cjs +1 -1
- package/crypto/index.d.ts +4 -0
- package/crypto/index.mjs +4 -0
- package/crypto/preProcessing.cjs +1 -1
- package/crypto/preProcessing.d.ts +1 -1
- package/crypto/preProcessing.mjs +10 -8
- package/data-structures/AccountActions/AccountActions.cjs +1 -1
- package/data-structures/AccountActions/AccountActions.mjs +3 -2
- package/data-structures/ApprovalDBs/EventsPublicApprovalsDB.cjs +1 -1
- package/data-structures/ApprovalDBs/EventsPublicApprovalsDB.mjs +2 -3
- package/data-structures/Hinkal/Hinkal.cjs +1 -1
- package/data-structures/Hinkal/Hinkal.d.ts +16 -21
- package/data-structures/Hinkal/Hinkal.mjs +144 -160
- package/data-structures/Hinkal/IHinkal.d.ts +13 -19
- package/data-structures/Hinkal/handleAutoDepositBack.cjs +1 -1
- package/data-structures/Hinkal/handleAutoDepositBack.mjs +15 -15
- package/data-structures/Hinkal/hinkalClaimUtxo.cjs +1 -1
- package/data-structures/Hinkal/hinkalClaimUtxo.d.ts +1 -2
- package/data-structures/Hinkal/hinkalClaimUtxo.mjs +49 -47
- package/data-structures/Hinkal/hinkalDeposit.cjs +1 -1
- package/data-structures/Hinkal/hinkalDeposit.d.ts +5 -3
- package/data-structures/Hinkal/hinkalDeposit.mjs +106 -50
- package/data-structures/Hinkal/hinkalDepositAndBridge.cjs +1 -1
- package/data-structures/Hinkal/hinkalDepositAndBridge.d.ts +1 -1
- package/data-structures/Hinkal/hinkalDepositAndBridge.mjs +94 -87
- package/data-structures/Hinkal/hinkalDepositAndWithdraw.cjs +1 -1
- package/data-structures/Hinkal/hinkalDepositAndWithdraw.d.ts +3 -2
- package/data-structures/Hinkal/hinkalDepositAndWithdraw.mjs +48 -48
- package/data-structures/Hinkal/hinkalDepositOnChainUtxos.cjs +1 -1
- package/data-structures/Hinkal/hinkalDepositOnChainUtxos.mjs +41 -63
- package/data-structures/Hinkal/hinkalPalEvmDeposit.cjs +1 -0
- package/data-structures/Hinkal/hinkalPalEvmDeposit.d.ts +9 -0
- package/data-structures/Hinkal/hinkalPalEvmDeposit.mjs +19 -0
- package/data-structures/Hinkal/hinkalPalSolanaDepositPrepare.cjs +1 -0
- package/data-structures/Hinkal/hinkalPalSolanaDepositPrepare.d.ts +9 -0
- package/data-structures/Hinkal/hinkalPalSolanaDepositPrepare.mjs +18 -0
- package/data-structures/Hinkal/hinkalPalTronDepositPrepare.cjs +1 -0
- package/data-structures/Hinkal/hinkalPalTronDepositPrepare.d.ts +9 -0
- package/data-structures/Hinkal/hinkalPalTronDepositPrepare.mjs +17 -0
- package/data-structures/Hinkal/hinkalPrivateWallet.cjs +1 -1
- package/data-structures/Hinkal/hinkalPrivateWallet.mjs +46 -50
- package/data-structures/Hinkal/hinkalProoflessDeposit.cjs +1 -1
- package/data-structures/Hinkal/hinkalProoflessDeposit.d.ts +4 -1
- package/data-structures/Hinkal/hinkalProoflessDeposit.mjs +84 -128
- package/data-structures/Hinkal/hinkalProoflessDeposit.utils.cjs +1 -0
- package/data-structures/Hinkal/hinkalProoflessDeposit.utils.d.ts +7 -0
- package/data-structures/Hinkal/hinkalProoflessDeposit.utils.mjs +51 -0
- package/data-structures/Hinkal/hinkalProoflessDepositViaWrapper.cjs +1 -0
- package/data-structures/Hinkal/hinkalProoflessDepositViaWrapper.d.ts +6 -0
- package/data-structures/Hinkal/hinkalProoflessDepositViaWrapper.mjs +128 -0
- package/data-structures/Hinkal/hinkalSolanaClaimUtxo.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaClaimUtxo.d.ts +2 -2
- package/data-structures/Hinkal/hinkalSolanaClaimUtxo.mjs +68 -69
- package/data-structures/Hinkal/hinkalSolanaDeposit.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaDeposit.d.ts +4 -3
- package/data-structures/Hinkal/hinkalSolanaDeposit.mjs +96 -57
- package/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.d.ts +20 -2
- package/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.mjs +114 -122
- package/data-structures/Hinkal/hinkalSolanaProoflessDeposit.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaProoflessDeposit.d.ts +1 -1
- package/data-structures/Hinkal/hinkalSolanaProoflessDeposit.mjs +12 -17
- package/data-structures/Hinkal/hinkalSolanaProxyShield.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaProxyShield.mjs +38 -40
- package/data-structures/Hinkal/hinkalSolanaProxySwap.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaProxySwap.d.ts +4 -3
- package/data-structures/Hinkal/hinkalSolanaProxySwap.mjs +68 -52
- package/data-structures/Hinkal/hinkalSolanaSwap.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaSwap.d.ts +2 -2
- package/data-structures/Hinkal/hinkalSolanaSwap.mjs +67 -72
- package/data-structures/Hinkal/hinkalSolanaTransfer.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaTransfer.d.ts +2 -1
- package/data-structures/Hinkal/hinkalSolanaTransfer.mjs +56 -61
- package/data-structures/Hinkal/hinkalSolanaWithdraw.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaWithdraw.mjs +38 -48
- package/data-structures/Hinkal/hinkalSwap.cjs +1 -1
- package/data-structures/Hinkal/hinkalSwap.mjs +32 -42
- package/data-structures/Hinkal/hinkalTransfer.cjs +1 -1
- package/data-structures/Hinkal/hinkalTransfer.mjs +41 -54
- package/data-structures/Hinkal/hinkalWithdraw.cjs +1 -1
- package/data-structures/Hinkal/hinkalWithdraw.mjs +43 -56
- package/data-structures/Hinkal/hinkalWithdrawStuckUtxos.cjs +1 -1
- package/data-structures/Hinkal/hinkalWithdrawStuckUtxos.mjs +87 -108
- package/data-structures/Hinkal/index.cjs +1 -1
- package/data-structures/Hinkal/index.d.ts +5 -0
- package/data-structures/Hinkal/index.mjs +5 -0
- package/data-structures/Hinkal/prepareDepositOnChainUtxosZkProof.cjs +1 -0
- package/data-structures/Hinkal/prepareDepositOnChainUtxosZkProof.d.ts +22 -0
- package/data-structures/Hinkal/prepareDepositOnChainUtxosZkProof.mjs +34 -0
- package/data-structures/Hinkal/resetMerkleTrees.cjs +1 -1
- package/data-structures/Hinkal/resetMerkleTrees.mjs +33 -40
- package/data-structures/IndexedDB/activity-db.cjs +1 -1
- package/data-structures/IndexedDB/activity-db.mjs +25 -24
- package/data-structures/IndexedDB/contact-db.cjs +1 -1
- package/data-structures/IndexedDB/contact-db.d.ts +1 -0
- package/data-structures/IndexedDB/contact-db.mjs +30 -16
- package/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.cjs +1 -1
- package/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.d.ts +1 -1
- package/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.mjs +4 -4
- package/data-structures/TokenDBs/AlchemyPublicTokensDB.cjs +1 -1
- package/data-structures/TokenDBs/AlchemyPublicTokensDB.mjs +37 -34
- package/data-structures/TokenDBs/EventsPublicTokensDB.cjs +1 -1
- package/data-structures/TokenDBs/EventsPublicTokensDB.d.ts +2 -0
- package/data-structures/TokenDBs/EventsPublicTokensDB.mjs +65 -50
- package/data-structures/TokenDBs/PrivateTokensDB.cjs +1 -1
- package/data-structures/TokenDBs/PrivateTokensDB.mjs +2 -1
- package/data-structures/WalletManager/WalletManager.cjs +1 -0
- package/data-structures/WalletManager/WalletManager.d.ts +51 -0
- package/data-structures/WalletManager/WalletManager.mjs +99 -0
- package/data-structures/WalletManager/index.cjs +1 -0
- package/data-structures/WalletManager/index.d.ts +1 -0
- package/data-structures/WalletManager/index.mjs +1 -0
- package/data-structures/crypto-keys/decodeUTXO.cjs +1 -1
- package/data-structures/crypto-keys/decodeUTXO.d.ts +5 -3
- package/data-structures/crypto-keys/decodeUTXO.mjs +49 -46
- package/data-structures/crypto-keys/encryptDecryptUtxo.cjs +1 -1
- package/data-structures/crypto-keys/encryptDecryptUtxo.mjs +32 -40
- package/data-structures/crypto-keys/keys.cjs +1 -1
- package/data-structures/crypto-keys/keys.d.ts +51 -24
- package/data-structures/crypto-keys/keys.mjs +104 -43
- package/data-structures/custom-token-registry/CustomTokenRegistry.cjs +1 -1
- package/data-structures/custom-token-registry/CustomTokenRegistry.mjs +2 -2
- package/data-structures/event-service/evm/BlockchainEventEmitter.cjs +1 -1
- package/data-structures/event-service/evm/BlockchainEventEmitter.d.ts +2 -2
- package/data-structures/event-service/evm/BlockchainEventEmitter.mjs +4 -4
- package/data-structures/event-service/evm/PollingBlockchainEventEmitter.cjs +1 -1
- package/data-structures/event-service/evm/PollingBlockchainEventEmitter.mjs +1 -1
- package/data-structures/event-service/helpers/ClientEventHelper.cjs +1 -1
- package/data-structures/event-service/helpers/ClientEventHelper.mjs +3 -3
- package/data-structures/event-service/helpers/PollingEventHelper.cjs +1 -1
- package/data-structures/event-service/helpers/PollingEventHelper.d.ts +2 -0
- package/data-structures/event-service/helpers/PollingEventHelper.mjs +7 -3
- package/data-structures/event-service/index.cjs +1 -1
- package/data-structures/event-service/index.d.ts +0 -3
- package/data-structures/event-service/index.mjs +0 -3
- package/data-structures/event-service/solana/PollingSolanaBlockchainEventEmitter.cjs +1 -1
- package/data-structures/event-service/solana/PollingSolanaBlockchainEventEmitter.mjs +1 -1
- package/data-structures/event-service/solana/SolanaBlockchainEventEmitter.cjs +1 -1
- package/data-structures/event-service/solana/SolanaBlockchainEventEmitter.d.ts +2 -2
- package/data-structures/event-service/solana/SolanaBlockchainEventEmitter.mjs +5 -5
- package/data-structures/index.cjs +1 -1
- package/data-structures/index.d.ts +1 -0
- package/data-structures/index.mjs +10 -10
- package/data-structures/merkle-tree/index.cjs +1 -1
- package/data-structures/merkle-tree/index.d.ts +0 -1
- package/data-structures/merkle-tree/index.mjs +0 -1
- package/data-structures/provider-adapter/IProviderAdapter.d.ts +6 -0
- package/data-structures/snapshot/SnapshotFetcherService.cjs +1 -1
- package/data-structures/snapshot/SnapshotFetcherService.d.ts +0 -2
- package/data-structures/snapshot/SnapshotFetcherService.mjs +0 -6
- package/data-structures/snapshot/index.cjs +1 -1
- package/data-structures/snapshot/index.d.ts +0 -3
- package/data-structures/snapshot/index.mjs +0 -3
- package/data-structures/utxo/Utxo.cjs +1 -1
- package/data-structures/utxo/Utxo.d.ts +16 -10
- package/data-structures/utxo/Utxo.mjs +40 -38
- package/error-handling/customErrors/HttpError.cjs +1 -0
- package/error-handling/customErrors/HttpError.d.ts +4 -0
- package/error-handling/customErrors/HttpError.mjs +8 -0
- package/error-handling/customErrors/index.cjs +1 -1
- package/error-handling/customErrors/index.d.ts +1 -0
- package/error-handling/customErrors/index.mjs +1 -0
- package/error-handling/error-codes.constants.cjs +1 -1
- package/error-handling/error-codes.constants.d.ts +11 -0
- package/error-handling/error-codes.constants.mjs +13 -2
- package/error-handling/index.cjs +1 -1
- package/error-handling/index.mjs +1 -0
- package/error-handling/retrySolanaError.cjs +1 -0
- package/error-handling/retrySolanaError.d.ts +1 -0
- package/error-handling/retrySolanaError.mjs +4 -0
- package/externalABIs/index.cjs +1 -1
- package/externalABIs/index.d.ts +1 -16
- package/externalABIs/index.mjs +4 -5
- package/functions/auto-deposit-back-helpers/get-gas-token-records.d.ts +1 -1
- package/functions/auto-deposit-back-helpers/get-tokens-to-deposit-back.d.ts +1 -1
- package/functions/index.cjs +1 -1
- package/functions/index.mjs +28 -19
- package/functions/kyc/checkTokenLimitsUSD.cjs +1 -1
- package/functions/kyc/checkTokenLimitsUSD.mjs +15 -15
- package/functions/kyc/index.cjs +1 -1
- package/functions/kyc/index.d.ts +0 -1
- package/functions/kyc/index.mjs +0 -1
- package/functions/pre-transaction/addressTableLookup.cjs +1 -1
- package/functions/pre-transaction/addressTableLookup.mjs +21 -18
- package/functions/pre-transaction/buildCommitmentValidationData.cjs +1 -0
- package/functions/pre-transaction/buildCommitmentValidationData.d.ts +4 -0
- package/functions/pre-transaction/buildCommitmentValidationData.mjs +58 -0
- package/functions/pre-transaction/calculateSolanaNullifierCount.cjs +1 -0
- package/functions/pre-transaction/calculateSolanaNullifierCount.d.ts +2 -0
- package/functions/pre-transaction/calculateSolanaNullifierCount.mjs +23 -0
- package/functions/pre-transaction/constructAdminData.cjs +1 -1
- package/functions/pre-transaction/constructAdminData.mjs +4 -4
- package/functions/pre-transaction/index.cjs +1 -1
- package/functions/pre-transaction/index.d.ts +2 -3
- package/functions/pre-transaction/index.mjs +3 -4
- package/functions/pre-transaction/outputUtxoProcessing.cjs +1 -1
- package/functions/pre-transaction/outputUtxoProcessing.d.ts +1 -1
- package/functions/pre-transaction/outputUtxoProcessing.mjs +22 -19
- package/functions/pre-transaction/recipientUtxoProcessing.cjs +1 -1
- package/functions/pre-transaction/recipientUtxoProcessing.mjs +11 -9
- package/functions/pre-transaction/sendInitNullifiersTransaction.cjs +1 -1
- package/functions/pre-transaction/sendInitNullifiersTransaction.mjs +9 -9
- package/functions/pre-transaction/sendV0Transaction.cjs +1 -1
- package/functions/pre-transaction/sendV0Transaction.mjs +45 -43
- package/functions/pre-transaction/solana-public-signals.cjs +1 -1
- package/functions/pre-transaction/solana-public-signals.d.ts +7 -6
- package/functions/pre-transaction/solana-public-signals.mjs +22 -19
- package/functions/pre-transaction/solana.cjs +1 -1
- package/functions/pre-transaction/solana.d.ts +0 -4
- package/functions/pre-transaction/solana.mjs +7 -27
- package/functions/pre-transaction/store-proof.cjs +1 -1
- package/functions/pre-transaction/store-proof.mjs +3 -3
- package/functions/private-wallet/emporium.helpers.cjs +1 -1
- package/functions/private-wallet/emporium.helpers.d.ts +13 -3
- package/functions/private-wallet/emporium.helpers.mjs +84 -74
- package/functions/private-wallet/emporium.swap.helpers.cjs +1 -1
- package/functions/private-wallet/emporium.swap.helpers.mjs +6 -6
- package/functions/snarkjs/common.snarkjs.cjs +1 -1
- package/functions/snarkjs/common.snarkjs.d.ts +8 -13
- package/functions/snarkjs/common.snarkjs.mjs +65 -74
- package/functions/snarkjs/constant.cjs +1 -1
- package/functions/snarkjs/constant.d.ts +146 -426
- package/functions/snarkjs/constant.mjs +149 -430
- package/functions/snarkjs/constructGeneralZkProof.cjs +1 -1
- package/functions/snarkjs/constructGeneralZkProof.d.ts +2 -3
- package/functions/snarkjs/constructGeneralZkProof.mjs +74 -57
- package/functions/snarkjs/constructSolanaZkProof.cjs +1 -1
- package/functions/snarkjs/constructSolanaZkProof.d.ts +1 -2
- package/functions/snarkjs/constructSolanaZkProof.mjs +65 -37
- package/functions/snarkjs/fetchMerkleTreeSiblings.cjs +1 -1
- package/functions/snarkjs/fetchMerkleTreeSiblings.d.ts +1 -1
- package/functions/snarkjs/fetchMerkleTreeSiblings.mjs +6 -10
- package/functions/snarkjs/fetchOnChainRootHashes.cjs +1 -1
- package/functions/snarkjs/fetchOnChainRootHashes.d.ts +0 -1
- package/functions/snarkjs/fetchOnChainRootHashes.mjs +22 -7
- package/functions/snarkjs/generateCircomData.cjs +1 -1
- package/functions/snarkjs/generateCircomData.d.ts +2 -2
- package/functions/snarkjs/generateCircomData.mjs +29 -31
- package/functions/snarkjs/generateZkProof.cjs +1 -1
- package/functions/snarkjs/generateZkProof.mjs +20 -10
- package/functions/snarkjs/generateZkProofEnclave.cjs +1 -1
- package/functions/snarkjs/generateZkProofEnclave.mjs +15 -18
- package/functions/snarkjs/getMerkleTreeSiblingsAndRootHashes.cjs +1 -1
- package/functions/snarkjs/getMerkleTreeSiblingsAndRootHashes.d.ts +2 -9
- package/functions/snarkjs/getMerkleTreeSiblingsAndRootHashes.mjs +40 -94
- package/functions/snarkjs/getZKFiles.cjs +1 -1
- package/functions/snarkjs/getZKFiles.d.ts +1 -0
- package/functions/snarkjs/getZKFiles.mjs +2 -2
- package/functions/snarkjs/index.cjs +1 -1
- package/functions/snarkjs/index.d.ts +2 -1
- package/functions/snarkjs/index.mjs +2 -1
- package/functions/snarkjs/signedMessageHash.cjs +1 -0
- package/functions/snarkjs/signedMessageHash.d.ts +31 -0
- package/functions/snarkjs/signedMessageHash.mjs +49 -0
- package/functions/snarkjs/verifyCommitmentValidationData.cjs +1 -0
- package/functions/snarkjs/verifyCommitmentValidationData.d.ts +4 -0
- package/functions/snarkjs/verifyCommitmentValidationData.mjs +43 -0
- package/functions/utils/addresses.cjs +1 -1
- package/functions/utils/addresses.d.ts +2 -0
- package/functions/utils/addresses.mjs +12 -8
- package/functions/utils/aggregateTokenAmounts.cjs +1 -0
- package/functions/utils/aggregateTokenAmounts.d.ts +2 -0
- package/functions/utils/aggregateTokenAmounts.mjs +26 -0
- package/functions/utils/amounts.utils.cjs +1 -1
- package/functions/utils/amounts.utils.d.ts +0 -1
- package/functions/utils/amounts.utils.mjs +18 -18
- package/functions/utils/auth.utils.cjs +1 -0
- package/functions/utils/auth.utils.d.ts +5 -0
- package/functions/utils/auth.utils.mjs +7 -0
- package/functions/utils/bit.operations.cjs +1 -0
- package/functions/utils/bit.operations.d.ts +3 -0
- package/functions/utils/bit.operations.mjs +4 -0
- package/functions/utils/buildClaimableDepositPlan.cjs +1 -1
- package/functions/utils/buildClaimableDepositPlan.d.ts +3 -2
- package/functions/utils/buildClaimableDepositPlan.mjs +32 -24
- package/functions/utils/cacheFunctions.cjs +1 -1
- package/functions/utils/cacheFunctions.d.ts +0 -4
- package/functions/utils/cacheFunctions.mjs +33 -47
- package/functions/utils/create-provider.cjs +1 -1
- package/functions/utils/create-provider.d.ts +2 -3
- package/functions/utils/create-provider.mjs +8 -10
- package/functions/utils/customEnclaveFunctionsRegister.cjs +1 -0
- package/functions/utils/customEnclaveFunctionsRegister.d.ts +18 -0
- package/functions/utils/customEnclaveFunctionsRegister.mjs +8 -0
- package/functions/utils/deposit-claimable.utils.cjs +1 -0
- package/functions/utils/deposit-claimable.utils.d.ts +6 -0
- package/functions/utils/deposit-claimable.utils.mjs +106 -0
- package/functions/utils/dispatchBalanceRefreshes.cjs +1 -0
- package/functions/utils/dispatchBalanceRefreshes.d.ts +4 -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.d.ts +2 -0
- package/functions/utils/enclave-recipient-info-storage.mjs +17 -0
- package/functions/utils/enclave-signature-storage.cjs +1 -1
- package/functions/utils/enclave-signature-storage.d.ts +1 -2
- package/functions/utils/enclave-signature-storage.mjs +6 -9
- package/functions/utils/enclave-utxo-storage.cjs +1 -1
- package/functions/utils/enclave-utxo-storage.d.ts +3 -2
- package/functions/utils/enclave-utxo-storage.mjs +18 -21
- package/functions/utils/encodeTokenWithId.cjs +1 -1
- package/functions/utils/encodeTokenWithId.mjs +1 -1
- package/functions/utils/encryptInputForEnclave.cjs +1 -1
- package/functions/utils/encryptInputForEnclave.mjs +17 -23
- package/functions/utils/enum.utils.cjs +1 -0
- package/functions/utils/enum.utils.mjs +12 -0
- package/functions/utils/erc20tokenFunctions.cjs +1 -1
- package/functions/utils/erc20tokenFunctions.d.ts +2 -0
- package/functions/utils/erc20tokenFunctions.mjs +26 -16
- package/functions/utils/evmNetworkFunctions.d.ts +1 -2
- package/functions/utils/fees.utils.cjs +1 -1
- package/functions/utils/fees.utils.d.ts +2 -1
- package/functions/utils/fees.utils.mjs +30 -16
- package/functions/utils/formatter.cjs +1 -0
- package/functions/utils/formatter.d.ts +1 -0
- package/functions/utils/formatter.mjs +15 -0
- package/functions/utils/getBlockExplorerUrl.cjs +1 -1
- package/functions/utils/getBlockExplorerUrl.mjs +1 -1
- package/functions/utils/getRecipientInfoFromUserKeys.cjs +1 -1
- package/functions/utils/getRecipientInfoFromUserKeys.d.ts +2 -0
- package/functions/utils/getRecipientInfoFromUserKeys.mjs +14 -9
- package/functions/utils/getUtxosFromReceipt.utils.cjs +1 -1
- package/functions/utils/getUtxosFromReceipt.utils.d.ts +1 -0
- package/functions/utils/getUtxosFromReceipt.utils.mjs +43 -27
- package/functions/utils/getUtxosFromReceiptSolana.cjs +1 -1
- package/functions/utils/getUtxosFromReceiptSolana.d.ts +1 -0
- package/functions/utils/getUtxosFromReceiptSolana.mjs +36 -21
- package/functions/utils/getWalletGroupKey.utils.cjs +1 -1
- package/functions/utils/getWalletGroupKey.utils.mjs +4 -1
- package/functions/utils/index.cjs +1 -1
- package/functions/utils/index.d.ts +14 -1
- package/functions/utils/index.mjs +21 -9
- package/functions/utils/lifi.utils.cjs +1 -0
- package/functions/utils/lifi.utils.d.ts +3 -0
- package/functions/utils/lifi.utils.mjs +30 -0
- package/functions/utils/mnemonics.cjs +1 -0
- package/functions/utils/mnemonics.d.ts +1 -0
- package/functions/utils/mnemonics.mjs +8 -0
- package/functions/utils/pay-routing.utils.cjs +1 -0
- package/functions/utils/pay-routing.utils.d.ts +4 -0
- package/functions/utils/pay-routing.utils.mjs +17 -0
- package/functions/utils/prepareHinkal.cjs +1 -1
- package/functions/utils/prepareHinkal.mjs +29 -29
- package/functions/utils/publicBalance.utils.cjs +1 -1
- package/functions/utils/publicBalance.utils.mjs +5 -5
- package/functions/utils/serialize-utxos.utils.cjs +1 -1
- package/functions/utils/serialize-utxos.utils.mjs +6 -2
- package/functions/utils/solana-memo.cjs +1 -0
- package/functions/utils/solana-memo.d.ts +3 -0
- package/functions/utils/solana-memo.mjs +15 -0
- package/functions/utils/solanaSendPreflight.utils.cjs +1 -0
- package/functions/utils/solanaSendPreflight.utils.d.ts +6 -0
- package/functions/utils/solanaSendPreflight.utils.mjs +21 -0
- package/functions/utils/string.utils.cjs +1 -1
- package/functions/utils/string.utils.mjs +1 -1
- package/functions/utils/time.utils.cjs +1 -1
- package/functions/utils/time.utils.d.ts +6 -0
- package/functions/utils/time.utils.mjs +23 -16
- package/functions/utils/token-check.utils.cjs +1 -1
- package/functions/utils/token-check.utils.d.ts +1 -0
- package/functions/utils/token-check.utils.mjs +9 -8
- package/functions/utils/transfer-claimable.utils.cjs +1 -0
- package/functions/utils/transfer-claimable.utils.d.ts +9 -0
- package/functions/utils/transfer-claimable.utils.mjs +93 -0
- package/functions/utils/tron.utils.cjs +1 -1
- package/functions/utils/tron.utils.d.ts +11 -1
- package/functions/utils/tron.utils.mjs +85 -40
- package/functions/utils/tx-confirmation.utils.cjs +1 -1
- package/functions/utils/tx-confirmation.utils.mjs +5 -5
- package/functions/utils/userAgent.cjs +1 -1
- package/functions/utils/userAgent.d.ts +1 -0
- package/functions/utils/userAgent.mjs +4 -1
- package/functions/web3/connectors.utils.cjs +1 -1
- package/functions/web3/connectors.utils.d.ts +1 -0
- package/functions/web3/connectors.utils.mjs +5 -2
- package/functions/web3/events/balanceChangedHandler.cjs +1 -1
- package/functions/web3/events/balanceChangedHandler.d.ts +2 -1
- package/functions/web3/events/balanceChangedHandler.mjs +3 -3
- package/functions/web3/events/getInputUtxoAndBalance.cjs +1 -1
- package/functions/web3/events/getInputUtxoAndBalance.d.ts +1 -1
- package/functions/web3/events/getInputUtxoAndBalance.mjs +21 -20
- package/functions/web3/events/getInputUtxosEnclave.cjs +1 -1
- package/functions/web3/events/getInputUtxosEnclave.d.ts +2 -1
- package/functions/web3/events/getInputUtxosEnclave.mjs +25 -18
- package/functions/web3/events/getShieldedBalance.cjs +1 -1
- package/functions/web3/events/getShieldedBalance.mjs +15 -17
- package/functions/web3/events/getTransactionLogEvents.cjs +1 -1
- package/functions/web3/events/getTransactionLogEvents.mjs +1 -1
- package/functions/web3/events/index.cjs +1 -1
- package/functions/web3/events/index.d.ts +0 -2
- package/functions/web3/events/index.mjs +0 -2
- package/functions/web3/functionCalls/constructBatchCall.cjs +1 -1
- package/functions/web3/functionCalls/constructBatchCall.d.ts +1 -0
- package/functions/web3/functionCalls/constructBatchCall.mjs +10 -2
- package/functions/web3/functionCalls/transactCallDirectTron.cjs +1 -1
- package/functions/web3/functionCalls/transactCallDirectTron.d.ts +4 -1
- package/functions/web3/functionCalls/transactCallDirectTron.mjs +89 -55
- package/functions/web3/functionCalls/transactCallRelayer.cjs +1 -1
- package/functions/web3/functionCalls/transactCallRelayer.d.ts +5 -4
- package/functions/web3/functionCalls/transactCallRelayer.mjs +17 -13
- package/functions/web3/getContractMetadata.cjs +1 -1
- package/functions/web3/getContractMetadata.mjs +1 -1
- package/functions/web3/getTokenHolder.cjs +1 -1
- package/functions/web3/getTokenHolder.mjs +1 -1
- package/functions/web3/index.cjs +1 -1
- package/functions/web3/index.d.ts +0 -1
- package/functions/web3/index.mjs +0 -3
- package/functions/web3/lifiAPI.cjs +1 -1
- package/functions/web3/lifiAPI.mjs +28 -19
- package/functions/web3/oneInchAPI.cjs +1 -1
- package/functions/web3/oneInchAPI.mjs +1 -1
- package/index.cjs +1 -1
- package/index.mjs +331 -309
- package/package.json +5 -2
- package/providers/EthersProviderAdapter.cjs +1 -1
- package/providers/EthersProviderAdapter.mjs +1 -1
- package/providers/SolanaProviderAdapter.cjs +1 -1
- package/providers/SolanaProviderAdapter.d.ts +10 -1
- package/providers/SolanaProviderAdapter.mjs +38 -2
- package/providers/TronProviderAdapter.cjs +1 -1
- package/providers/TronProviderAdapter.mjs +2 -2
- package/providers/WagmiProviderAdapter.cjs +1 -1
- package/providers/WagmiProviderAdapter.d.ts +3 -1
- package/providers/WagmiProviderAdapter.mjs +62 -52
- package/providers/prepareSolanaHinkal.cjs +1 -1
- package/providers/prepareSolanaHinkal.mjs +3 -3
- package/types/admin.types.cjs +1 -1
- package/types/admin.types.d.ts +1 -8
- package/types/admin.types.mjs +1 -1
- package/types/cache.types.cjs +1 -1
- package/types/cache.types.d.ts +2 -1
- package/types/cache.types.mjs +1 -1
- package/types/chains.types.cjs +1 -0
- package/types/chains.types.d.ts +11 -0
- package/types/chains.types.mjs +8 -0
- package/types/circom-data.types.d.ts +13 -0
- package/types/commitments.types.d.ts +0 -6
- package/types/contacts.types.d.ts +1 -0
- package/types/dashboard-account.cjs +1 -0
- package/types/dashboard-account.d.ts +101 -0
- package/types/dashboard-account.mjs +8 -0
- package/types/dashboard-payout.types.cjs +1 -0
- package/types/dashboard-payout.types.d.ts +29 -0
- package/types/dashboard-payout.types.mjs +8 -0
- package/types/dashboard-transaction.types.d.ts +22 -0
- package/types/ethereum-network.types.cjs +1 -1
- package/types/ethereum-network.types.d.ts +15 -18
- package/types/ethereum-network.types.mjs +1 -1
- package/types/events.types.cjs +1 -1
- package/types/events.types.d.ts +2 -3
- package/types/events.types.mjs +1 -1
- package/types/external-action.types.cjs +1 -1
- package/types/external-action.types.d.ts +2 -1
- package/types/external-action.types.mjs +1 -1
- package/types/hinkal.types.cjs +1 -1
- package/types/hinkal.types.d.ts +6 -17
- package/types/hinkal.types.mjs +16 -18
- package/types/index.cjs +1 -1
- package/types/index.d.ts +6 -0
- package/types/index.mjs +3 -0
- package/types/pay-activities.types.d.ts +3 -0
- package/types/pay-routing.types.d.ts +9 -0
- package/types/scheduled-transactions.types.d.ts +7 -0
- package/types/solana.types.d.ts +5 -6
- package/types/token-prices.types.d.ts +4 -0
- package/types/transaction.types.d.ts +1 -3
- package/webworker/WorkerWrapper.cjs +1 -0
- package/webworker/WorkerWrapper.d.ts +9 -0
- package/webworker/WorkerWrapper.mjs +22 -0
- package/webworker/logError-fCJ4HXQz.js +22 -0
- package/webworker/package.json +112 -0
- package/webworker/performTaskWithWorker.cjs +1 -1
- package/webworker/performTaskWithWorker.mjs +4 -4
- package/webworker/snarkjsWorker/snarkjsWorkerLauncher.ts?worker&url.cjs +1 -1
- package/webworker/snarkjsWorker/snarkjsWorkerLauncher.ts?worker&url.mjs +1 -1
- package/webworker/snarkjsWorker/snarkjsWorkerLogic.d.ts +0 -3
- package/webworker/snarkjsWorker/snarkjsWorkerNode.d.ts +0 -0
- package/webworker/snarkjsWorkerNode.cjs +3 -0
- package/webworker/utxoWorker/utxoWorkerLauncher.ts?worker&url.cjs +1 -1
- package/webworker/utxoWorker/utxoWorkerLauncher.ts?worker&url.mjs +1 -1
- package/webworker/utxoWorker/utxoWorkerLogic.d.ts +0 -3
- package/webworker/utxoWorker/utxoWorkerNode.d.ts +0 -0
- package/webworker/utxoWorkerNode.cjs +1 -0
- package/webworker/viteWorkerURL.constant.cjs +4 -4
- package/webworker/viteWorkerURL.constant.mjs +4 -4
- package/webworker/worker.registry.cjs +1 -1
- package/webworker/worker.registry.mjs +6 -3
- package/webworker/workerFactory.cjs +1 -1
- package/webworker/workerFactory.d.ts +4 -1
- package/webworker/workerFactory.mjs +31 -17
- package/webworker/workerProxy-BNBqYien.js +130 -0
- package/webworker/workerProxy.d.ts +1 -1
- package/webworker/workerThreadsPatch.d.ts +1 -0
- package/webworker/zkProofWorker/zkProofWorker.types.cjs +1 -1
- package/webworker/zkProofWorker/zkProofWorker.types.d.ts +3 -13
- package/webworker/zkProofWorker/zkProofWorker.types.mjs +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLauncher.ts?worker&url.cjs +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLauncher.ts?worker&url.mjs +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLogic.d.ts +1 -5
- package/webworker/zkProofWorker/zkProofWorkerNode.d.ts +0 -0
- package/webworker/zkProofWorkerNode.cjs +1 -0
- package/API/solana-calls.cjs +0 -1
- package/API/solana-calls.d.ts +0 -38
- package/API/solana-calls.mjs +0 -8
- package/constants/non-circular-tokens.constants.cjs +0 -1
- package/constants/non-circular-tokens.constants.d.ts +0 -1
- package/constants/non-circular-tokens.constants.mjs +0 -4
- package/data-structures/Hinkal/hinkalCheckSolanaTokenRegistry.cjs +0 -1
- package/data-structures/Hinkal/hinkalCheckSolanaTokenRegistry.d.ts +0 -3
- package/data-structures/Hinkal/hinkalCheckSolanaTokenRegistry.mjs +0 -15
- package/data-structures/Hinkal/hinkalCheckTokenRegistry.cjs +0 -1
- package/data-structures/Hinkal/hinkalCheckTokenRegistry.d.ts +0 -4
- package/data-structures/Hinkal/hinkalCheckTokenRegistry.mjs +0 -18
- package/data-structures/event-service/evm/AbstractAccessTokenSnapshotService.cjs +0 -1
- package/data-structures/event-service/evm/AbstractAccessTokenSnapshotService.d.ts +0 -35
- package/data-structures/event-service/evm/AbstractAccessTokenSnapshotService.mjs +0 -75
- package/data-structures/event-service/evm/AbstractApprovalsSnapshotService.cjs +0 -1
- package/data-structures/event-service/evm/AbstractApprovalsSnapshotService.d.ts +0 -30
- package/data-structures/event-service/evm/AbstractApprovalsSnapshotService.mjs +0 -81
- package/data-structures/event-service/solana/AbstractSolanaAccessTokenSnapshotService.cjs +0 -1
- package/data-structures/event-service/solana/AbstractSolanaAccessTokenSnapshotService.d.ts +0 -35
- package/data-structures/event-service/solana/AbstractSolanaAccessTokenSnapshotService.mjs +0 -76
- package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.cjs +0 -1
- package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.d.ts +0 -2
- package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.mjs +0 -13
- package/data-structures/snapshot/evm-snapshots/ClientAccessTokenSnapshotService.cjs +0 -1
- package/data-structures/snapshot/evm-snapshots/ClientAccessTokenSnapshotService.d.ts +0 -8
- package/data-structures/snapshot/evm-snapshots/ClientAccessTokenSnapshotService.mjs +0 -29
- package/data-structures/snapshot/evm-snapshots/ClientApprovalsSnapshotService.cjs +0 -1
- package/data-structures/snapshot/evm-snapshots/ClientApprovalsSnapshotService.d.ts +0 -8
- package/data-structures/snapshot/evm-snapshots/ClientApprovalsSnapshotService.mjs +0 -30
- package/data-structures/snapshot/solana-snapshots/ClientSolanaAccessTokenSnapshotService.cjs +0 -1
- package/data-structures/snapshot/solana-snapshots/ClientSolanaAccessTokenSnapshotService.d.ts +0 -8
- package/data-structures/snapshot/solana-snapshots/ClientSolanaAccessTokenSnapshotService.mjs +0 -26
- package/externalABIs/transactionsProver.json.cjs +0 -1
- package/externalABIs/transactionsProver.json.mjs +0 -43
- package/functions/pre-transaction/getKycAndSignatureData.cjs +0 -1
- package/functions/pre-transaction/getKycAndSignatureData.d.ts +0 -5
- package/functions/pre-transaction/getKycAndSignatureData.mjs +0 -12
- package/functions/pre-transaction/getSignatureDataForTransact.cjs +0 -1
- package/functions/pre-transaction/getSignatureDataForTransact.d.ts +0 -3
- package/functions/pre-transaction/getSignatureDataForTransact.mjs +0 -6
- package/functions/pre-transaction/initTokenLimitIfNeeded.cjs +0 -1
- package/functions/pre-transaction/initTokenLimitIfNeeded.d.ts +0 -3
- package/functions/pre-transaction/initTokenLimitIfNeeded.mjs +0 -17
- package/functions/pre-transaction/outputApprovalDataProcessing.cjs +0 -1
- package/functions/pre-transaction/outputApprovalDataProcessing.d.ts +0 -10
- package/functions/pre-transaction/outputApprovalDataProcessing.mjs +0 -22
- package/functions/pre-transaction/shouldPatchAccessTokenMerkleTree.cjs +0 -1
- package/functions/pre-transaction/shouldPatchAccessTokenMerkleTree.d.ts +0 -6
- package/functions/pre-transaction/shouldPatchAccessTokenMerkleTree.mjs +0 -11
- package/functions/snarkjs/constructEmporiumProof.cjs +0 -1
- package/functions/snarkjs/constructEmporiumProof.d.ts +0 -13
- package/functions/snarkjs/constructEmporiumProof.mjs +0 -74
- package/functions/utils/processUseApprovalUtxoData.cjs +0 -1
- package/functions/utils/processUseApprovalUtxoData.d.ts +0 -3
- package/functions/utils/processUseApprovalUtxoData.mjs +0 -13
- package/functions/web3/events/balanceChangedCustomHandler.cjs +0 -1
- package/functions/web3/events/balanceChangedCustomHandler.d.ts +0 -2
- package/functions/web3/events/balanceChangedCustomHandler.mjs +0 -9
- package/functions/web3/events/getApprovedBalance.cjs +0 -1
- package/functions/web3/events/getApprovedBalance.d.ts +0 -6
- package/functions/web3/events/getApprovedBalance.mjs +0 -37
- package/functions/web3/functionCalls/accessTokenCalls.cjs +0 -1
- package/functions/web3/functionCalls/accessTokenCalls.d.ts +0 -2
- package/functions/web3/functionCalls/accessTokenCalls.mjs +0 -19
- package/functions/web3/tron-wagmi-adapter.cjs +0 -1
- package/functions/web3/tron-wagmi-adapter.d.ts +0 -8
- package/functions/web3/tron-wagmi-adapter.mjs +0 -27
- package/providers/CustomEthersProvider.cjs +0 -1
- package/providers/CustomEthersProvider.d.ts +0 -10
- package/providers/CustomEthersProvider.mjs +0 -28
- package/webworker/snarkjsWorker/snarkjsWorkerLogic.cjs +0 -1
- package/webworker/snarkjsWorker/snarkjsWorkerLogic.mjs +0 -30
- package/webworker/utxoWorker/utxoWorkerLogic.cjs +0 -1
- package/webworker/utxoWorker/utxoWorkerLogic.mjs +0 -69
- package/webworker/workerProxy.cjs +0 -1
- package/webworker/workerProxy.mjs +0 -33
- package/webworker/zkProofWorker/zkProofWorkerLogic.cjs +0 -1
- package/webworker/zkProofWorker/zkProofWorkerLogic.mjs +0 -45
|
@@ -1473,95 +1473,16 @@ var e = {
|
|
|
1473
1473
|
type: "receive"
|
|
1474
1474
|
}
|
|
1475
1475
|
],
|
|
1476
|
-
hinkalHelperAddress: "
|
|
1476
|
+
hinkalHelperAddress: "0x22EC8949E47795E01A8e42D60f7681075071fD95",
|
|
1477
1477
|
hinkalHelperABI: [
|
|
1478
1478
|
{
|
|
1479
|
-
inputs: [
|
|
1480
|
-
{
|
|
1481
|
-
internalType: "bool",
|
|
1482
|
-
name: "_enabled",
|
|
1483
|
-
type: "bool"
|
|
1484
|
-
},
|
|
1485
|
-
{
|
|
1486
|
-
internalType: "address",
|
|
1487
|
-
name: "_accessToken",
|
|
1488
|
-
type: "address"
|
|
1489
|
-
},
|
|
1490
|
-
{
|
|
1491
|
-
internalType: "address",
|
|
1492
|
-
name: "_inLogicSigner",
|
|
1493
|
-
type: "address"
|
|
1494
|
-
},
|
|
1495
|
-
{
|
|
1496
|
-
internalType: "uint256[]",
|
|
1497
|
-
name: "_stakeCircuitIds",
|
|
1498
|
-
type: "uint256[]"
|
|
1499
|
-
},
|
|
1500
|
-
{
|
|
1501
|
-
internalType: "address[]",
|
|
1502
|
-
name: "_gasTokens",
|
|
1503
|
-
type: "address[]"
|
|
1504
|
-
},
|
|
1505
|
-
{
|
|
1506
|
-
internalType: "address[]",
|
|
1507
|
-
name: "_initialRelays",
|
|
1508
|
-
type: "address[]"
|
|
1509
|
-
},
|
|
1510
|
-
{
|
|
1511
|
-
internalType: "address[]",
|
|
1512
|
-
name: "_limitTokens",
|
|
1513
|
-
type: "address[]"
|
|
1514
|
-
},
|
|
1515
|
-
{
|
|
1516
|
-
internalType: "uint256[]",
|
|
1517
|
-
name: "_tokenLimits",
|
|
1518
|
-
type: "uint256[]"
|
|
1519
|
-
}
|
|
1520
|
-
],
|
|
1521
|
-
stateMutability: "nonpayable",
|
|
1522
|
-
type: "constructor"
|
|
1523
|
-
},
|
|
1524
|
-
{
|
|
1525
|
-
inputs: [],
|
|
1526
|
-
name: "InvalidShortString",
|
|
1527
|
-
type: "error"
|
|
1528
|
-
},
|
|
1529
|
-
{
|
|
1530
|
-
inputs: [{
|
|
1531
|
-
internalType: "string",
|
|
1532
|
-
name: "str",
|
|
1533
|
-
type: "string"
|
|
1534
|
-
}],
|
|
1535
|
-
name: "StringTooLong",
|
|
1536
|
-
type: "error"
|
|
1537
|
-
},
|
|
1538
|
-
{
|
|
1539
|
-
anonymous: !1,
|
|
1540
|
-
inputs: [],
|
|
1541
|
-
name: "EIP712DomainChanged",
|
|
1542
|
-
type: "event"
|
|
1543
|
-
},
|
|
1544
|
-
{
|
|
1545
|
-
anonymous: !1,
|
|
1546
|
-
inputs: [{
|
|
1547
|
-
indexed: !1,
|
|
1548
|
-
internalType: "address",
|
|
1549
|
-
name: "erc20Token",
|
|
1550
|
-
type: "address"
|
|
1551
|
-
}],
|
|
1552
|
-
name: "GasTokenAdded",
|
|
1553
|
-
type: "event"
|
|
1554
|
-
},
|
|
1555
|
-
{
|
|
1556
|
-
anonymous: !1,
|
|
1557
1479
|
inputs: [{
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
type: "address"
|
|
1480
|
+
internalType: "address[]",
|
|
1481
|
+
name: "_initialRelays",
|
|
1482
|
+
type: "address[]"
|
|
1562
1483
|
}],
|
|
1563
|
-
|
|
1564
|
-
type: "
|
|
1484
|
+
stateMutability: "nonpayable",
|
|
1485
|
+
type: "constructor"
|
|
1565
1486
|
},
|
|
1566
1487
|
{
|
|
1567
1488
|
anonymous: !1,
|
|
@@ -1579,17 +1500,6 @@ var e = {
|
|
|
1579
1500
|
name: "OwnershipTransferred",
|
|
1580
1501
|
type: "event"
|
|
1581
1502
|
},
|
|
1582
|
-
{
|
|
1583
|
-
anonymous: !1,
|
|
1584
|
-
inputs: [{
|
|
1585
|
-
indexed: !1,
|
|
1586
|
-
internalType: "bool",
|
|
1587
|
-
name: "isEnabled",
|
|
1588
|
-
type: "bool"
|
|
1589
|
-
}],
|
|
1590
|
-
name: "RegistryStateChanged",
|
|
1591
|
-
type: "event"
|
|
1592
|
-
},
|
|
1593
1503
|
{
|
|
1594
1504
|
anonymous: !1,
|
|
1595
1505
|
inputs: [{
|
|
@@ -1612,22 +1522,6 @@ var e = {
|
|
|
1612
1522
|
name: "RelayRemoved",
|
|
1613
1523
|
type: "event"
|
|
1614
1524
|
},
|
|
1615
|
-
{
|
|
1616
|
-
anonymous: !1,
|
|
1617
|
-
inputs: [{
|
|
1618
|
-
indexed: !1,
|
|
1619
|
-
internalType: "address",
|
|
1620
|
-
name: "erc20Token",
|
|
1621
|
-
type: "address"
|
|
1622
|
-
}, {
|
|
1623
|
-
indexed: !1,
|
|
1624
|
-
internalType: "uint256",
|
|
1625
|
-
name: "tokenLimit",
|
|
1626
|
-
type: "uint256"
|
|
1627
|
-
}],
|
|
1628
|
-
name: "TokenLimit",
|
|
1629
|
-
type: "event"
|
|
1630
|
-
},
|
|
1631
1525
|
{
|
|
1632
1526
|
inputs: [],
|
|
1633
1527
|
name: "MAX_AMOUNT",
|
|
@@ -1650,17 +1544,6 @@ var e = {
|
|
|
1650
1544
|
stateMutability: "view",
|
|
1651
1545
|
type: "function"
|
|
1652
1546
|
},
|
|
1653
|
-
{
|
|
1654
|
-
inputs: [],
|
|
1655
|
-
name: "accessToken",
|
|
1656
|
-
outputs: [{
|
|
1657
|
-
internalType: "contract IAccessToken",
|
|
1658
|
-
name: "",
|
|
1659
|
-
type: "address"
|
|
1660
|
-
}],
|
|
1661
|
-
stateMutability: "view",
|
|
1662
|
-
type: "function"
|
|
1663
|
-
},
|
|
1664
1547
|
{
|
|
1665
1548
|
inputs: [{
|
|
1666
1549
|
internalType: "address",
|
|
@@ -1699,120 +1582,6 @@ var e = {
|
|
|
1699
1582
|
stateMutability: "pure",
|
|
1700
1583
|
type: "function"
|
|
1701
1584
|
},
|
|
1702
|
-
{
|
|
1703
|
-
inputs: [{
|
|
1704
|
-
internalType: "address[]",
|
|
1705
|
-
name: "_gasTokens",
|
|
1706
|
-
type: "address[]"
|
|
1707
|
-
}, {
|
|
1708
|
-
internalType: "bool[]",
|
|
1709
|
-
name: "values",
|
|
1710
|
-
type: "bool[]"
|
|
1711
|
-
}],
|
|
1712
|
-
name: "changeGasTokens",
|
|
1713
|
-
outputs: [],
|
|
1714
|
-
stateMutability: "nonpayable",
|
|
1715
|
-
type: "function"
|
|
1716
|
-
},
|
|
1717
|
-
{
|
|
1718
|
-
inputs: [{
|
|
1719
|
-
internalType: "bool",
|
|
1720
|
-
name: "_enabled",
|
|
1721
|
-
type: "bool"
|
|
1722
|
-
}],
|
|
1723
|
-
name: "changeState",
|
|
1724
|
-
outputs: [],
|
|
1725
|
-
stateMutability: "nonpayable",
|
|
1726
|
-
type: "function"
|
|
1727
|
-
},
|
|
1728
|
-
{
|
|
1729
|
-
inputs: [{
|
|
1730
|
-
internalType: "address[]",
|
|
1731
|
-
name: "erc20TokenAddresses",
|
|
1732
|
-
type: "address[]"
|
|
1733
|
-
}, {
|
|
1734
|
-
internalType: "int256[]",
|
|
1735
|
-
name: "amountChanges",
|
|
1736
|
-
type: "int256[]"
|
|
1737
|
-
}],
|
|
1738
|
-
name: "checkTokenRegistry",
|
|
1739
|
-
outputs: [{
|
|
1740
|
-
internalType: "bool",
|
|
1741
|
-
name: "limitHit",
|
|
1742
|
-
type: "bool"
|
|
1743
|
-
}],
|
|
1744
|
-
stateMutability: "view",
|
|
1745
|
-
type: "function"
|
|
1746
|
-
},
|
|
1747
|
-
{
|
|
1748
|
-
inputs: [],
|
|
1749
|
-
name: "eip712Domain",
|
|
1750
|
-
outputs: [
|
|
1751
|
-
{
|
|
1752
|
-
internalType: "bytes1",
|
|
1753
|
-
name: "fields",
|
|
1754
|
-
type: "bytes1"
|
|
1755
|
-
},
|
|
1756
|
-
{
|
|
1757
|
-
internalType: "string",
|
|
1758
|
-
name: "name",
|
|
1759
|
-
type: "string"
|
|
1760
|
-
},
|
|
1761
|
-
{
|
|
1762
|
-
internalType: "string",
|
|
1763
|
-
name: "version",
|
|
1764
|
-
type: "string"
|
|
1765
|
-
},
|
|
1766
|
-
{
|
|
1767
|
-
internalType: "uint256",
|
|
1768
|
-
name: "chainId",
|
|
1769
|
-
type: "uint256"
|
|
1770
|
-
},
|
|
1771
|
-
{
|
|
1772
|
-
internalType: "address",
|
|
1773
|
-
name: "verifyingContract",
|
|
1774
|
-
type: "address"
|
|
1775
|
-
},
|
|
1776
|
-
{
|
|
1777
|
-
internalType: "bytes32",
|
|
1778
|
-
name: "salt",
|
|
1779
|
-
type: "bytes32"
|
|
1780
|
-
},
|
|
1781
|
-
{
|
|
1782
|
-
internalType: "uint256[]",
|
|
1783
|
-
name: "extensions",
|
|
1784
|
-
type: "uint256[]"
|
|
1785
|
-
}
|
|
1786
|
-
],
|
|
1787
|
-
stateMutability: "view",
|
|
1788
|
-
type: "function"
|
|
1789
|
-
},
|
|
1790
|
-
{
|
|
1791
|
-
inputs: [],
|
|
1792
|
-
name: "enabled",
|
|
1793
|
-
outputs: [{
|
|
1794
|
-
internalType: "bool",
|
|
1795
|
-
name: "",
|
|
1796
|
-
type: "bool"
|
|
1797
|
-
}],
|
|
1798
|
-
stateMutability: "view",
|
|
1799
|
-
type: "function"
|
|
1800
|
-
},
|
|
1801
|
-
{
|
|
1802
|
-
inputs: [{
|
|
1803
|
-
internalType: "address",
|
|
1804
|
-
name: "",
|
|
1805
|
-
type: "address"
|
|
1806
|
-
}],
|
|
1807
|
-
name: "gasTokens",
|
|
1808
|
-
outputs: [{
|
|
1809
|
-
internalType: "bool",
|
|
1810
|
-
name: "",
|
|
1811
|
-
type: "bool"
|
|
1812
|
-
}],
|
|
1813
|
-
stateMutability: "view",
|
|
1814
|
-
type: "function"
|
|
1815
|
-
},
|
|
1816
1585
|
{
|
|
1817
1586
|
inputs: [{
|
|
1818
1587
|
internalType: "uint256",
|
|
@@ -1854,21 +1623,6 @@ var e = {
|
|
|
1854
1623
|
stateMutability: "view",
|
|
1855
1624
|
type: "function"
|
|
1856
1625
|
},
|
|
1857
|
-
{
|
|
1858
|
-
inputs: [{
|
|
1859
|
-
internalType: "address",
|
|
1860
|
-
name: "_token",
|
|
1861
|
-
type: "address"
|
|
1862
|
-
}],
|
|
1863
|
-
name: "getTokenLimit",
|
|
1864
|
-
outputs: [{
|
|
1865
|
-
internalType: "uint256",
|
|
1866
|
-
name: "",
|
|
1867
|
-
type: "uint256"
|
|
1868
|
-
}],
|
|
1869
|
-
stateMutability: "view",
|
|
1870
|
-
type: "function"
|
|
1871
|
-
},
|
|
1872
1626
|
{
|
|
1873
1627
|
inputs: [],
|
|
1874
1628
|
name: "hinkalAddress",
|
|
@@ -1880,32 +1634,6 @@ var e = {
|
|
|
1880
1634
|
stateMutability: "view",
|
|
1881
1635
|
type: "function"
|
|
1882
1636
|
},
|
|
1883
|
-
{
|
|
1884
|
-
inputs: [],
|
|
1885
|
-
name: "inLogicSigner",
|
|
1886
|
-
outputs: [{
|
|
1887
|
-
internalType: "address",
|
|
1888
|
-
name: "",
|
|
1889
|
-
type: "address"
|
|
1890
|
-
}],
|
|
1891
|
-
stateMutability: "view",
|
|
1892
|
-
type: "function"
|
|
1893
|
-
},
|
|
1894
|
-
{
|
|
1895
|
-
inputs: [{
|
|
1896
|
-
internalType: "address",
|
|
1897
|
-
name: "token",
|
|
1898
|
-
type: "address"
|
|
1899
|
-
}],
|
|
1900
|
-
name: "isGasToken",
|
|
1901
|
-
outputs: [{
|
|
1902
|
-
internalType: "bool",
|
|
1903
|
-
name: "",
|
|
1904
|
-
type: "bool"
|
|
1905
|
-
}],
|
|
1906
|
-
stateMutability: "view",
|
|
1907
|
-
type: "function"
|
|
1908
|
-
},
|
|
1909
1637
|
{
|
|
1910
1638
|
inputs: [{
|
|
1911
1639
|
internalType: "address",
|
|
@@ -2541,7 +2269,7 @@ var e = {
|
|
|
2541
2269
|
}
|
|
2542
2270
|
],
|
|
2543
2271
|
internalType: "struct CircomData",
|
|
2544
|
-
name: "
|
|
2272
|
+
name: "",
|
|
2545
2273
|
type: "tuple"
|
|
2546
2274
|
}],
|
|
2547
2275
|
name: "performSideEffects",
|
|
@@ -2600,10 +2328,10 @@ var e = {
|
|
|
2600
2328
|
{
|
|
2601
2329
|
inputs: [{
|
|
2602
2330
|
internalType: "address",
|
|
2603
|
-
name: "
|
|
2331
|
+
name: "_hinkalAddress",
|
|
2604
2332
|
type: "address"
|
|
2605
2333
|
}],
|
|
2606
|
-
name: "
|
|
2334
|
+
name: "setHinkalAddress",
|
|
2607
2335
|
outputs: [],
|
|
2608
2336
|
stateMutability: "nonpayable",
|
|
2609
2337
|
type: "function"
|
|
@@ -2611,755 +2339,46 @@ var e = {
|
|
|
2611
2339
|
{
|
|
2612
2340
|
inputs: [{
|
|
2613
2341
|
internalType: "address",
|
|
2614
|
-
name: "
|
|
2342
|
+
name: "newOwner",
|
|
2615
2343
|
type: "address"
|
|
2616
2344
|
}],
|
|
2617
|
-
name: "
|
|
2345
|
+
name: "transferOwnership",
|
|
2618
2346
|
outputs: [],
|
|
2619
2347
|
stateMutability: "nonpayable",
|
|
2620
2348
|
type: "function"
|
|
2621
|
-
}
|
|
2349
|
+
}
|
|
2350
|
+
],
|
|
2351
|
+
emporiumAddress: "0xe59FF2F5eC7D109221ffaAbE183A64A63FA4F8c8",
|
|
2352
|
+
hinkalWalletAddress: "0x5B9FffF15dE4fFB1c884039B44e49EbB027b130d",
|
|
2353
|
+
hinkalWrapperAddress: "0x40e14b214B3397fd4743Af1E5074abD63DF0995d",
|
|
2354
|
+
hinkalWrapperABI: [
|
|
2622
2355
|
{
|
|
2623
2356
|
inputs: [{
|
|
2624
2357
|
internalType: "address",
|
|
2625
|
-
name: "
|
|
2358
|
+
name: "_hinkal",
|
|
2626
2359
|
type: "address"
|
|
2627
2360
|
}],
|
|
2628
|
-
name: "setInLogicSigner",
|
|
2629
|
-
outputs: [],
|
|
2630
2361
|
stateMutability: "nonpayable",
|
|
2631
|
-
type: "
|
|
2362
|
+
type: "constructor"
|
|
2632
2363
|
},
|
|
2633
2364
|
{
|
|
2365
|
+
anonymous: !1,
|
|
2634
2366
|
inputs: [{
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2367
|
+
indexed: !0,
|
|
2368
|
+
internalType: "address",
|
|
2369
|
+
name: "previousOwner",
|
|
2370
|
+
type: "address"
|
|
2638
2371
|
}, {
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2372
|
+
indexed: !0,
|
|
2373
|
+
internalType: "address",
|
|
2374
|
+
name: "newOwner",
|
|
2375
|
+
type: "address"
|
|
2642
2376
|
}],
|
|
2643
|
-
name: "
|
|
2644
|
-
|
|
2645
|
-
stateMutability: "nonpayable",
|
|
2646
|
-
type: "function"
|
|
2377
|
+
name: "OwnershipTransferStarted",
|
|
2378
|
+
type: "event"
|
|
2647
2379
|
},
|
|
2648
2380
|
{
|
|
2649
|
-
|
|
2650
|
-
internalType: "address",
|
|
2651
|
-
name: "",
|
|
2652
|
-
type: "address"
|
|
2653
|
-
}],
|
|
2654
|
-
name: "tokenLimits",
|
|
2655
|
-
outputs: [{
|
|
2656
|
-
internalType: "uint256",
|
|
2657
|
-
name: "",
|
|
2658
|
-
type: "uint256"
|
|
2659
|
-
}],
|
|
2660
|
-
stateMutability: "view",
|
|
2661
|
-
type: "function"
|
|
2662
|
-
},
|
|
2663
|
-
{
|
|
2664
|
-
inputs: [{
|
|
2665
|
-
internalType: "address",
|
|
2666
|
-
name: "newOwner",
|
|
2667
|
-
type: "address"
|
|
2668
|
-
}],
|
|
2669
|
-
name: "transferOwnership",
|
|
2670
|
-
outputs: [],
|
|
2671
|
-
stateMutability: "nonpayable",
|
|
2672
|
-
type: "function"
|
|
2673
|
-
},
|
|
2674
|
-
{
|
|
2675
|
-
inputs: [{
|
|
2676
|
-
internalType: "uint256",
|
|
2677
|
-
name: "externalActionId",
|
|
2678
|
-
type: "uint256"
|
|
2679
|
-
}, {
|
|
2680
|
-
internalType: "bool",
|
|
2681
|
-
name: "value",
|
|
2682
|
-
type: "bool"
|
|
2683
|
-
}],
|
|
2684
|
-
name: "updateStakeCircuits",
|
|
2685
|
-
outputs: [],
|
|
2686
|
-
stateMutability: "nonpayable",
|
|
2687
|
-
type: "function"
|
|
2688
|
-
}
|
|
2689
|
-
],
|
|
2690
|
-
accessTokenAddress: "0x27245f9e10a8480495c9F23a8DBa8cBAB9b73766",
|
|
2691
|
-
accessTokenABI: [
|
|
2692
|
-
{
|
|
2693
|
-
inputs: [
|
|
2694
|
-
{
|
|
2695
|
-
internalType: "contract IAccessTokenStorage",
|
|
2696
|
-
name: "_accessTokenStorage",
|
|
2697
|
-
type: "address"
|
|
2698
|
-
},
|
|
2699
|
-
{
|
|
2700
|
-
internalType: "address",
|
|
2701
|
-
name: "_axelarGateway",
|
|
2702
|
-
type: "address"
|
|
2703
|
-
},
|
|
2704
|
-
{
|
|
2705
|
-
internalType: "address",
|
|
2706
|
-
name: "_gasService",
|
|
2707
|
-
type: "address"
|
|
2708
|
-
}
|
|
2709
|
-
],
|
|
2710
|
-
stateMutability: "nonpayable",
|
|
2711
|
-
type: "constructor"
|
|
2712
|
-
},
|
|
2713
|
-
{
|
|
2714
|
-
inputs: [],
|
|
2715
|
-
name: "InvalidAddress",
|
|
2716
|
-
type: "error"
|
|
2717
|
-
},
|
|
2718
|
-
{
|
|
2719
|
-
inputs: [],
|
|
2720
|
-
name: "InvalidAddressString",
|
|
2721
|
-
type: "error"
|
|
2722
|
-
},
|
|
2723
|
-
{
|
|
2724
|
-
inputs: [],
|
|
2725
|
-
name: "NotApprovedByGateway",
|
|
2726
|
-
type: "error"
|
|
2727
|
-
},
|
|
2728
|
-
{
|
|
2729
|
-
anonymous: !1,
|
|
2730
|
-
inputs: [{
|
|
2731
|
-
indexed: !1,
|
|
2732
|
-
internalType: "uint256",
|
|
2733
|
-
name: "blacklistedAccessKey",
|
|
2734
|
-
type: "uint256"
|
|
2735
|
-
}],
|
|
2736
|
-
name: "AccessKeyBlacklisted",
|
|
2737
|
-
type: "event"
|
|
2738
|
-
},
|
|
2739
|
-
{
|
|
2740
|
-
anonymous: !1,
|
|
2741
|
-
inputs: [{
|
|
2742
|
-
indexed: !1,
|
|
2743
|
-
internalType: "uint256",
|
|
2744
|
-
name: "accessKey",
|
|
2745
|
-
type: "uint256"
|
|
2746
|
-
}, {
|
|
2747
|
-
indexed: !1,
|
|
2748
|
-
internalType: "string",
|
|
2749
|
-
name: "sourceChain",
|
|
2750
|
-
type: "string"
|
|
2751
|
-
}],
|
|
2752
|
-
name: "AccessKeyMigrationReceived",
|
|
2753
|
-
type: "event"
|
|
2754
|
-
},
|
|
2755
|
-
{
|
|
2756
|
-
anonymous: !1,
|
|
2757
|
-
inputs: [{
|
|
2758
|
-
indexed: !1,
|
|
2759
|
-
internalType: "address",
|
|
2760
|
-
name: "blacklistedAddress",
|
|
2761
|
-
type: "address"
|
|
2762
|
-
}],
|
|
2763
|
-
name: "AddressBlacklisted",
|
|
2764
|
-
type: "event"
|
|
2765
|
-
},
|
|
2766
|
-
{
|
|
2767
|
-
anonymous: !1,
|
|
2768
|
-
inputs: [{
|
|
2769
|
-
indexed: !1,
|
|
2770
|
-
internalType: "address",
|
|
2771
|
-
name: "addressToRestore",
|
|
2772
|
-
type: "address"
|
|
2773
|
-
}],
|
|
2774
|
-
name: "AddressRemovedFromBlacklist",
|
|
2775
|
-
type: "event"
|
|
2776
|
-
},
|
|
2777
|
-
{
|
|
2778
|
-
anonymous: !1,
|
|
2779
|
-
inputs: [{
|
|
2780
|
-
indexed: !1,
|
|
2781
|
-
internalType: "uint256",
|
|
2782
|
-
name: "newMintingFee",
|
|
2783
|
-
type: "uint256"
|
|
2784
|
-
}],
|
|
2785
|
-
name: "MintingFeeChanged",
|
|
2786
|
-
type: "event"
|
|
2787
|
-
},
|
|
2788
|
-
{
|
|
2789
|
-
anonymous: !1,
|
|
2790
|
-
inputs: [
|
|
2791
|
-
{
|
|
2792
|
-
indexed: !1,
|
|
2793
|
-
internalType: "uint256",
|
|
2794
|
-
name: "accessKey",
|
|
2795
|
-
type: "uint256"
|
|
2796
|
-
},
|
|
2797
|
-
{
|
|
2798
|
-
indexed: !1,
|
|
2799
|
-
internalType: "uint256",
|
|
2800
|
-
name: "index",
|
|
2801
|
-
type: "uint256"
|
|
2802
|
-
},
|
|
2803
|
-
{
|
|
2804
|
-
indexed: !1,
|
|
2805
|
-
internalType: "address",
|
|
2806
|
-
name: "senderAddress",
|
|
2807
|
-
type: "address"
|
|
2808
|
-
}
|
|
2809
|
-
],
|
|
2810
|
-
name: "NewAccessKeyAdded",
|
|
2811
|
-
type: "event"
|
|
2812
|
-
},
|
|
2813
|
-
{
|
|
2814
|
-
anonymous: !1,
|
|
2815
|
-
inputs: [{
|
|
2816
|
-
indexed: !0,
|
|
2817
|
-
internalType: "address",
|
|
2818
|
-
name: "previousOwner",
|
|
2819
|
-
type: "address"
|
|
2820
|
-
}, {
|
|
2821
|
-
indexed: !0,
|
|
2822
|
-
internalType: "address",
|
|
2823
|
-
name: "newOwner",
|
|
2824
|
-
type: "address"
|
|
2825
|
-
}],
|
|
2826
|
-
name: "OwnershipTransferStarted",
|
|
2827
|
-
type: "event"
|
|
2828
|
-
},
|
|
2829
|
-
{
|
|
2830
|
-
anonymous: !1,
|
|
2831
|
-
inputs: [{
|
|
2832
|
-
indexed: !0,
|
|
2833
|
-
internalType: "address",
|
|
2834
|
-
name: "previousOwner",
|
|
2835
|
-
type: "address"
|
|
2836
|
-
}, {
|
|
2837
|
-
indexed: !0,
|
|
2838
|
-
internalType: "address",
|
|
2839
|
-
name: "newOwner",
|
|
2840
|
-
type: "address"
|
|
2841
|
-
}],
|
|
2842
|
-
name: "OwnershipTransferred",
|
|
2843
|
-
type: "event"
|
|
2844
|
-
},
|
|
2845
|
-
{
|
|
2846
|
-
inputs: [],
|
|
2847
|
-
name: "acceptOwnership",
|
|
2848
|
-
outputs: [],
|
|
2849
|
-
stateMutability: "nonpayable",
|
|
2850
|
-
type: "function"
|
|
2851
|
-
},
|
|
2852
|
-
{
|
|
2853
|
-
inputs: [],
|
|
2854
|
-
name: "accessTokenStorage",
|
|
2855
|
-
outputs: [{
|
|
2856
|
-
internalType: "contract IAccessTokenStorage",
|
|
2857
|
-
name: "",
|
|
2858
|
-
type: "address"
|
|
2859
|
-
}],
|
|
2860
|
-
stateMutability: "view",
|
|
2861
|
-
type: "function"
|
|
2862
|
-
},
|
|
2863
|
-
{
|
|
2864
|
-
inputs: [{
|
|
2865
|
-
components: [
|
|
2866
|
-
{
|
|
2867
|
-
internalType: "uint8",
|
|
2868
|
-
name: "v",
|
|
2869
|
-
type: "uint8"
|
|
2870
|
-
},
|
|
2871
|
-
{
|
|
2872
|
-
internalType: "bytes32",
|
|
2873
|
-
name: "r",
|
|
2874
|
-
type: "bytes32"
|
|
2875
|
-
},
|
|
2876
|
-
{
|
|
2877
|
-
internalType: "bytes32",
|
|
2878
|
-
name: "s",
|
|
2879
|
-
type: "bytes32"
|
|
2880
|
-
},
|
|
2881
|
-
{
|
|
2882
|
-
internalType: "uint256",
|
|
2883
|
-
name: "accessKey",
|
|
2884
|
-
type: "uint256"
|
|
2885
|
-
},
|
|
2886
|
-
{
|
|
2887
|
-
internalType: "uint256",
|
|
2888
|
-
name: "nonce",
|
|
2889
|
-
type: "uint256"
|
|
2890
|
-
},
|
|
2891
|
-
{
|
|
2892
|
-
internalType: "address",
|
|
2893
|
-
name: "ethereumAddress",
|
|
2894
|
-
type: "address"
|
|
2895
|
-
}
|
|
2896
|
-
],
|
|
2897
|
-
internalType: "struct SignatureData",
|
|
2898
|
-
name: "signatureData",
|
|
2899
|
-
type: "tuple"
|
|
2900
|
-
}],
|
|
2901
|
-
name: "addToken",
|
|
2902
|
-
outputs: [],
|
|
2903
|
-
stateMutability: "nonpayable",
|
|
2904
|
-
type: "function"
|
|
2905
|
-
},
|
|
2906
|
-
{
|
|
2907
|
-
inputs: [{
|
|
2908
|
-
components: [{
|
|
2909
|
-
internalType: "uint256",
|
|
2910
|
-
name: "accessToken",
|
|
2911
|
-
type: "uint256"
|
|
2912
|
-
}, {
|
|
2913
|
-
internalType: "address",
|
|
2914
|
-
name: "ethAddress",
|
|
2915
|
-
type: "address"
|
|
2916
|
-
}],
|
|
2917
|
-
internalType: "struct AccessTokenWithAddress[]",
|
|
2918
|
-
name: "accessObjects",
|
|
2919
|
-
type: "tuple[]"
|
|
2920
|
-
}],
|
|
2921
|
-
name: "approveTokens",
|
|
2922
|
-
outputs: [],
|
|
2923
|
-
stateMutability: "nonpayable",
|
|
2924
|
-
type: "function"
|
|
2925
|
-
},
|
|
2926
|
-
{
|
|
2927
|
-
inputs: [{
|
|
2928
|
-
internalType: "uint256",
|
|
2929
|
-
name: "accessKey",
|
|
2930
|
-
type: "uint256"
|
|
2931
|
-
}, {
|
|
2932
|
-
internalType: "uint256",
|
|
2933
|
-
name: "index",
|
|
2934
|
-
type: "uint256"
|
|
2935
|
-
}],
|
|
2936
|
-
name: "blacklistAccessKey",
|
|
2937
|
-
outputs: [],
|
|
2938
|
-
stateMutability: "nonpayable",
|
|
2939
|
-
type: "function"
|
|
2940
|
-
},
|
|
2941
|
-
{
|
|
2942
|
-
inputs: [{
|
|
2943
|
-
internalType: "address",
|
|
2944
|
-
name: "_address",
|
|
2945
|
-
type: "address"
|
|
2946
|
-
}],
|
|
2947
|
-
name: "blacklistAddress",
|
|
2948
|
-
outputs: [],
|
|
2949
|
-
stateMutability: "nonpayable",
|
|
2950
|
-
type: "function"
|
|
2951
|
-
},
|
|
2952
|
-
{
|
|
2953
|
-
inputs: [{
|
|
2954
|
-
internalType: "uint256",
|
|
2955
|
-
name: "rootHashAccessToken",
|
|
2956
|
-
type: "uint256"
|
|
2957
|
-
}, {
|
|
2958
|
-
internalType: "address",
|
|
2959
|
-
name: "sender",
|
|
2960
|
-
type: "address"
|
|
2961
|
-
}],
|
|
2962
|
-
name: "checkForRootHash",
|
|
2963
|
-
outputs: [{
|
|
2964
|
-
internalType: "bool",
|
|
2965
|
-
name: "",
|
|
2966
|
-
type: "bool"
|
|
2967
|
-
}],
|
|
2968
|
-
stateMutability: "view",
|
|
2969
|
-
type: "function"
|
|
2970
|
-
},
|
|
2971
|
-
{
|
|
2972
|
-
inputs: [
|
|
2973
|
-
{
|
|
2974
|
-
internalType: "bytes32",
|
|
2975
|
-
name: "commandId",
|
|
2976
|
-
type: "bytes32"
|
|
2977
|
-
},
|
|
2978
|
-
{
|
|
2979
|
-
internalType: "string",
|
|
2980
|
-
name: "sourceChain",
|
|
2981
|
-
type: "string"
|
|
2982
|
-
},
|
|
2983
|
-
{
|
|
2984
|
-
internalType: "string",
|
|
2985
|
-
name: "sourceAddress",
|
|
2986
|
-
type: "string"
|
|
2987
|
-
},
|
|
2988
|
-
{
|
|
2989
|
-
internalType: "bytes",
|
|
2990
|
-
name: "payload",
|
|
2991
|
-
type: "bytes"
|
|
2992
|
-
}
|
|
2993
|
-
],
|
|
2994
|
-
name: "execute",
|
|
2995
|
-
outputs: [],
|
|
2996
|
-
stateMutability: "nonpayable",
|
|
2997
|
-
type: "function"
|
|
2998
|
-
},
|
|
2999
|
-
{
|
|
3000
|
-
inputs: [
|
|
3001
|
-
{
|
|
3002
|
-
internalType: "bytes32",
|
|
3003
|
-
name: "commandId",
|
|
3004
|
-
type: "bytes32"
|
|
3005
|
-
},
|
|
3006
|
-
{
|
|
3007
|
-
internalType: "string",
|
|
3008
|
-
name: "sourceChain",
|
|
3009
|
-
type: "string"
|
|
3010
|
-
},
|
|
3011
|
-
{
|
|
3012
|
-
internalType: "string",
|
|
3013
|
-
name: "sourceAddress",
|
|
3014
|
-
type: "string"
|
|
3015
|
-
},
|
|
3016
|
-
{
|
|
3017
|
-
internalType: "bytes",
|
|
3018
|
-
name: "payload",
|
|
3019
|
-
type: "bytes"
|
|
3020
|
-
},
|
|
3021
|
-
{
|
|
3022
|
-
internalType: "string",
|
|
3023
|
-
name: "tokenSymbol",
|
|
3024
|
-
type: "string"
|
|
3025
|
-
},
|
|
3026
|
-
{
|
|
3027
|
-
internalType: "uint256",
|
|
3028
|
-
name: "amount",
|
|
3029
|
-
type: "uint256"
|
|
3030
|
-
}
|
|
3031
|
-
],
|
|
3032
|
-
name: "executeWithToken",
|
|
3033
|
-
outputs: [],
|
|
3034
|
-
stateMutability: "nonpayable",
|
|
3035
|
-
type: "function"
|
|
3036
|
-
},
|
|
3037
|
-
{
|
|
3038
|
-
inputs: [],
|
|
3039
|
-
name: "gasService",
|
|
3040
|
-
outputs: [{
|
|
3041
|
-
internalType: "contract IAxelarGasService",
|
|
3042
|
-
name: "",
|
|
3043
|
-
type: "address"
|
|
3044
|
-
}],
|
|
3045
|
-
stateMutability: "view",
|
|
3046
|
-
type: "function"
|
|
3047
|
-
},
|
|
3048
|
-
{
|
|
3049
|
-
inputs: [],
|
|
3050
|
-
name: "gateway",
|
|
3051
|
-
outputs: [{
|
|
3052
|
-
internalType: "contract IAxelarGateway",
|
|
3053
|
-
name: "",
|
|
3054
|
-
type: "address"
|
|
3055
|
-
}],
|
|
3056
|
-
stateMutability: "view",
|
|
3057
|
-
type: "function"
|
|
3058
|
-
},
|
|
3059
|
-
{
|
|
3060
|
-
inputs: [],
|
|
3061
|
-
name: "getRootHash",
|
|
3062
|
-
outputs: [{
|
|
3063
|
-
internalType: "uint256",
|
|
3064
|
-
name: "",
|
|
3065
|
-
type: "uint256"
|
|
3066
|
-
}],
|
|
3067
|
-
stateMutability: "view",
|
|
3068
|
-
type: "function"
|
|
3069
|
-
},
|
|
3070
|
-
{
|
|
3071
|
-
inputs: [{
|
|
3072
|
-
internalType: "uint256",
|
|
3073
|
-
name: "accessKey",
|
|
3074
|
-
type: "uint256"
|
|
3075
|
-
}],
|
|
3076
|
-
name: "hasToken",
|
|
3077
|
-
outputs: [{
|
|
3078
|
-
internalType: "bool",
|
|
3079
|
-
name: "",
|
|
3080
|
-
type: "bool"
|
|
3081
|
-
}],
|
|
3082
|
-
stateMutability: "view",
|
|
3083
|
-
type: "function"
|
|
3084
|
-
},
|
|
3085
|
-
{
|
|
3086
|
-
inputs: [],
|
|
3087
|
-
name: "hinkal",
|
|
3088
|
-
outputs: [{
|
|
3089
|
-
internalType: "address",
|
|
3090
|
-
name: "",
|
|
3091
|
-
type: "address"
|
|
3092
|
-
}],
|
|
3093
|
-
stateMutability: "view",
|
|
3094
|
-
type: "function"
|
|
3095
|
-
},
|
|
3096
|
-
{
|
|
3097
|
-
inputs: [{
|
|
3098
|
-
components: [{
|
|
3099
|
-
components: [
|
|
3100
|
-
{
|
|
3101
|
-
internalType: "string",
|
|
3102
|
-
name: "destinationChain",
|
|
3103
|
-
type: "string"
|
|
3104
|
-
},
|
|
3105
|
-
{
|
|
3106
|
-
internalType: "string",
|
|
3107
|
-
name: "destinationAddress",
|
|
3108
|
-
type: "string"
|
|
3109
|
-
},
|
|
3110
|
-
{
|
|
3111
|
-
internalType: "uint256",
|
|
3112
|
-
name: "messageFee",
|
|
3113
|
-
type: "uint256"
|
|
3114
|
-
}
|
|
3115
|
-
],
|
|
3116
|
-
internalType: "struct AxelarChainInfo[]",
|
|
3117
|
-
name: "chains",
|
|
3118
|
-
type: "tuple[]"
|
|
3119
|
-
}, {
|
|
3120
|
-
internalType: "uint256",
|
|
3121
|
-
name: "totalMessageFees",
|
|
3122
|
-
type: "uint256"
|
|
3123
|
-
}],
|
|
3124
|
-
internalType: "struct AxelarCapsule",
|
|
3125
|
-
name: "capsule",
|
|
3126
|
-
type: "tuple"
|
|
3127
|
-
}, {
|
|
3128
|
-
internalType: "uint256",
|
|
3129
|
-
name: "accessKey",
|
|
3130
|
-
type: "uint256"
|
|
3131
|
-
}],
|
|
3132
|
-
name: "migrateAccessToken",
|
|
3133
|
-
outputs: [],
|
|
3134
|
-
stateMutability: "payable",
|
|
3135
|
-
type: "function"
|
|
3136
|
-
},
|
|
3137
|
-
{
|
|
3138
|
-
inputs: [
|
|
3139
|
-
{
|
|
3140
|
-
internalType: "address",
|
|
3141
|
-
name: "",
|
|
3142
|
-
type: "address"
|
|
3143
|
-
},
|
|
3144
|
-
{
|
|
3145
|
-
internalType: "address",
|
|
3146
|
-
name: "",
|
|
3147
|
-
type: "address"
|
|
3148
|
-
},
|
|
3149
|
-
{
|
|
3150
|
-
internalType: "uint256[]",
|
|
3151
|
-
name: "",
|
|
3152
|
-
type: "uint256[]"
|
|
3153
|
-
},
|
|
3154
|
-
{
|
|
3155
|
-
internalType: "uint256[]",
|
|
3156
|
-
name: "",
|
|
3157
|
-
type: "uint256[]"
|
|
3158
|
-
},
|
|
3159
|
-
{
|
|
3160
|
-
internalType: "bytes",
|
|
3161
|
-
name: "",
|
|
3162
|
-
type: "bytes"
|
|
3163
|
-
}
|
|
3164
|
-
],
|
|
3165
|
-
name: "onERC1155BatchReceived",
|
|
3166
|
-
outputs: [{
|
|
3167
|
-
internalType: "bytes4",
|
|
3168
|
-
name: "",
|
|
3169
|
-
type: "bytes4"
|
|
3170
|
-
}],
|
|
3171
|
-
stateMutability: "pure",
|
|
3172
|
-
type: "function"
|
|
3173
|
-
},
|
|
3174
|
-
{
|
|
3175
|
-
inputs: [
|
|
3176
|
-
{
|
|
3177
|
-
internalType: "address",
|
|
3178
|
-
name: "",
|
|
3179
|
-
type: "address"
|
|
3180
|
-
},
|
|
3181
|
-
{
|
|
3182
|
-
internalType: "address",
|
|
3183
|
-
name: "",
|
|
3184
|
-
type: "address"
|
|
3185
|
-
},
|
|
3186
|
-
{
|
|
3187
|
-
internalType: "uint256",
|
|
3188
|
-
name: "",
|
|
3189
|
-
type: "uint256"
|
|
3190
|
-
},
|
|
3191
|
-
{
|
|
3192
|
-
internalType: "uint256",
|
|
3193
|
-
name: "",
|
|
3194
|
-
type: "uint256"
|
|
3195
|
-
},
|
|
3196
|
-
{
|
|
3197
|
-
internalType: "bytes",
|
|
3198
|
-
name: "",
|
|
3199
|
-
type: "bytes"
|
|
3200
|
-
}
|
|
3201
|
-
],
|
|
3202
|
-
name: "onERC1155Received",
|
|
3203
|
-
outputs: [{
|
|
3204
|
-
internalType: "bytes4",
|
|
3205
|
-
name: "",
|
|
3206
|
-
type: "bytes4"
|
|
3207
|
-
}],
|
|
3208
|
-
stateMutability: "pure",
|
|
3209
|
-
type: "function"
|
|
3210
|
-
},
|
|
3211
|
-
{
|
|
3212
|
-
inputs: [
|
|
3213
|
-
{
|
|
3214
|
-
internalType: "address",
|
|
3215
|
-
name: "",
|
|
3216
|
-
type: "address"
|
|
3217
|
-
},
|
|
3218
|
-
{
|
|
3219
|
-
internalType: "address",
|
|
3220
|
-
name: "",
|
|
3221
|
-
type: "address"
|
|
3222
|
-
},
|
|
3223
|
-
{
|
|
3224
|
-
internalType: "uint256",
|
|
3225
|
-
name: "",
|
|
3226
|
-
type: "uint256"
|
|
3227
|
-
},
|
|
3228
|
-
{
|
|
3229
|
-
internalType: "bytes",
|
|
3230
|
-
name: "",
|
|
3231
|
-
type: "bytes"
|
|
3232
|
-
}
|
|
3233
|
-
],
|
|
3234
|
-
name: "onERC721Received",
|
|
3235
|
-
outputs: [{
|
|
3236
|
-
internalType: "bytes4",
|
|
3237
|
-
name: "",
|
|
3238
|
-
type: "bytes4"
|
|
3239
|
-
}],
|
|
3240
|
-
stateMutability: "pure",
|
|
3241
|
-
type: "function"
|
|
3242
|
-
},
|
|
3243
|
-
{
|
|
3244
|
-
inputs: [],
|
|
3245
|
-
name: "owner",
|
|
3246
|
-
outputs: [{
|
|
3247
|
-
internalType: "address",
|
|
3248
|
-
name: "",
|
|
3249
|
-
type: "address"
|
|
3250
|
-
}],
|
|
3251
|
-
stateMutability: "view",
|
|
3252
|
-
type: "function"
|
|
3253
|
-
},
|
|
3254
|
-
{
|
|
3255
|
-
inputs: [],
|
|
3256
|
-
name: "pendingOwner",
|
|
3257
|
-
outputs: [{
|
|
3258
|
-
internalType: "address",
|
|
3259
|
-
name: "",
|
|
3260
|
-
type: "address"
|
|
3261
|
-
}],
|
|
3262
|
-
stateMutability: "view",
|
|
3263
|
-
type: "function"
|
|
3264
|
-
},
|
|
3265
|
-
{
|
|
3266
|
-
inputs: [{
|
|
3267
|
-
internalType: "address",
|
|
3268
|
-
name: "sender",
|
|
3269
|
-
type: "address"
|
|
3270
|
-
}],
|
|
3271
|
-
name: "registerCheck",
|
|
3272
|
-
outputs: [],
|
|
3273
|
-
stateMutability: "view",
|
|
3274
|
-
type: "function"
|
|
3275
|
-
},
|
|
3276
|
-
{
|
|
3277
|
-
inputs: [{
|
|
3278
|
-
internalType: "address",
|
|
3279
|
-
name: "_address",
|
|
3280
|
-
type: "address"
|
|
3281
|
-
}],
|
|
3282
|
-
name: "removeAddressFromBlacklist",
|
|
3283
|
-
outputs: [],
|
|
3284
|
-
stateMutability: "nonpayable",
|
|
3285
|
-
type: "function"
|
|
3286
|
-
},
|
|
3287
|
-
{
|
|
3288
|
-
inputs: [],
|
|
3289
|
-
name: "renounceOwnership",
|
|
3290
|
-
outputs: [],
|
|
3291
|
-
stateMutability: "view",
|
|
3292
|
-
type: "function"
|
|
3293
|
-
},
|
|
3294
|
-
{
|
|
3295
|
-
inputs: [{
|
|
3296
|
-
internalType: "address",
|
|
3297
|
-
name: "_gasService",
|
|
3298
|
-
type: "address"
|
|
3299
|
-
}],
|
|
3300
|
-
name: "setAxelarGasService",
|
|
3301
|
-
outputs: [],
|
|
3302
|
-
stateMutability: "nonpayable",
|
|
3303
|
-
type: "function"
|
|
3304
|
-
},
|
|
3305
|
-
{
|
|
3306
|
-
inputs: [{
|
|
3307
|
-
internalType: "bytes4",
|
|
3308
|
-
name: "_interfaceId",
|
|
3309
|
-
type: "bytes4"
|
|
3310
|
-
}],
|
|
3311
|
-
name: "supportsInterface",
|
|
3312
|
-
outputs: [{
|
|
3313
|
-
internalType: "bool",
|
|
3314
|
-
name: "",
|
|
3315
|
-
type: "bool"
|
|
3316
|
-
}],
|
|
3317
|
-
stateMutability: "view",
|
|
3318
|
-
type: "function"
|
|
3319
|
-
},
|
|
3320
|
-
{
|
|
3321
|
-
inputs: [{
|
|
3322
|
-
internalType: "address",
|
|
3323
|
-
name: "newOwner",
|
|
3324
|
-
type: "address"
|
|
3325
|
-
}],
|
|
3326
|
-
name: "transferOwnership",
|
|
3327
|
-
outputs: [],
|
|
3328
|
-
stateMutability: "nonpayable",
|
|
3329
|
-
type: "function"
|
|
3330
|
-
}
|
|
3331
|
-
],
|
|
3332
|
-
emporiumAddress: "0xe59FF2F5eC7D109221ffaAbE183A64A63FA4F8c8",
|
|
3333
|
-
hinkalWalletAddress: "0x5B9FffF15dE4fFB1c884039B44e49EbB027b130d",
|
|
3334
|
-
hinkalWrapperAddress: "0x5bD7D79BE6e52EcC0969FeEbBbc8482Cb76367ef",
|
|
3335
|
-
hinkalWrapperABI: [
|
|
3336
|
-
{
|
|
3337
|
-
inputs: [{
|
|
3338
|
-
internalType: "address",
|
|
3339
|
-
name: "_hinkal",
|
|
3340
|
-
type: "address"
|
|
3341
|
-
}],
|
|
3342
|
-
stateMutability: "nonpayable",
|
|
3343
|
-
type: "constructor"
|
|
3344
|
-
},
|
|
3345
|
-
{
|
|
3346
|
-
anonymous: !1,
|
|
3347
|
-
inputs: [{
|
|
3348
|
-
indexed: !0,
|
|
3349
|
-
internalType: "address",
|
|
3350
|
-
name: "previousOwner",
|
|
3351
|
-
type: "address"
|
|
3352
|
-
}, {
|
|
3353
|
-
indexed: !0,
|
|
3354
|
-
internalType: "address",
|
|
3355
|
-
name: "newOwner",
|
|
3356
|
-
type: "address"
|
|
3357
|
-
}],
|
|
3358
|
-
name: "OwnershipTransferStarted",
|
|
3359
|
-
type: "event"
|
|
3360
|
-
},
|
|
3361
|
-
{
|
|
3362
|
-
anonymous: !1,
|
|
2381
|
+
anonymous: !1,
|
|
3363
2382
|
inputs: [{
|
|
3364
2383
|
indexed: !0,
|
|
3365
2384
|
internalType: "address",
|
|
@@ -3531,6 +2550,71 @@ var e = {
|
|
|
3531
2550
|
stateMutability: "view",
|
|
3532
2551
|
type: "function"
|
|
3533
2552
|
},
|
|
2553
|
+
{
|
|
2554
|
+
inputs: [
|
|
2555
|
+
{
|
|
2556
|
+
internalType: "address",
|
|
2557
|
+
name: "feeRecipient",
|
|
2558
|
+
type: "address"
|
|
2559
|
+
},
|
|
2560
|
+
{
|
|
2561
|
+
internalType: "address",
|
|
2562
|
+
name: "feeToken",
|
|
2563
|
+
type: "address"
|
|
2564
|
+
},
|
|
2565
|
+
{
|
|
2566
|
+
internalType: "uint256",
|
|
2567
|
+
name: "feeAmount",
|
|
2568
|
+
type: "uint256"
|
|
2569
|
+
},
|
|
2570
|
+
{
|
|
2571
|
+
internalType: "address[]",
|
|
2572
|
+
name: "erc20Addresses",
|
|
2573
|
+
type: "address[]"
|
|
2574
|
+
},
|
|
2575
|
+
{
|
|
2576
|
+
internalType: "uint256[]",
|
|
2577
|
+
name: "amounts",
|
|
2578
|
+
type: "uint256[]"
|
|
2579
|
+
},
|
|
2580
|
+
{
|
|
2581
|
+
internalType: "uint256[]",
|
|
2582
|
+
name: "tokenIds",
|
|
2583
|
+
type: "uint256[]"
|
|
2584
|
+
},
|
|
2585
|
+
{
|
|
2586
|
+
components: [
|
|
2587
|
+
{
|
|
2588
|
+
internalType: "uint256",
|
|
2589
|
+
name: "extraRandomization",
|
|
2590
|
+
type: "uint256"
|
|
2591
|
+
},
|
|
2592
|
+
{
|
|
2593
|
+
internalType: "uint256",
|
|
2594
|
+
name: "stealthAddress",
|
|
2595
|
+
type: "uint256"
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
internalType: "uint256",
|
|
2599
|
+
name: "H0",
|
|
2600
|
+
type: "uint256"
|
|
2601
|
+
},
|
|
2602
|
+
{
|
|
2603
|
+
internalType: "uint256",
|
|
2604
|
+
name: "H1",
|
|
2605
|
+
type: "uint256"
|
|
2606
|
+
}
|
|
2607
|
+
],
|
|
2608
|
+
internalType: "struct StealthAddressStructure[]",
|
|
2609
|
+
name: "stealthAddressStructures",
|
|
2610
|
+
type: "tuple[]"
|
|
2611
|
+
}
|
|
2612
|
+
],
|
|
2613
|
+
name: "prooflessDeposit",
|
|
2614
|
+
outputs: [],
|
|
2615
|
+
stateMutability: "payable",
|
|
2616
|
+
type: "function"
|
|
2617
|
+
},
|
|
3534
2618
|
{
|
|
3535
2619
|
inputs: [],
|
|
3536
2620
|
name: "renounceOwnership",
|
|
@@ -3884,7 +2968,7 @@ var e = {
|
|
|
3884
2968
|
type: "receive"
|
|
3885
2969
|
}
|
|
3886
2970
|
],
|
|
3887
|
-
depositOnChainUtxosExternalActionAddress: "
|
|
2971
|
+
depositOnChainUtxosExternalActionAddress: "0x4A23133d8200f1eAcF41f08f1991a7F01Ce5E97b",
|
|
3888
2972
|
depositOnChainUtxosExternalActionABI: [
|
|
3889
2973
|
{
|
|
3890
2974
|
inputs: [{
|