@hinkal/common 0.2.31 → 0.2.33
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
|
@@ -1 +1 @@
|
|
|
1
|
-
var e=`https://enclave-server.hinkal.pro`,t=`https://s3.us-west-1.amazonaws.com/hinkal-v1.1-verifiers/`,n=()=>{let e=t;return{basicSolana1x2x1v1x1Zkey:`${e}basicSolana1x2x1_final-1.1.zkey`,basicSolana1x2x1v1x1Wasm:`${e}basicSolana1x2x1-1.1.wasm`,basicSolana1x2x2v1x1Zkey:`${e}basicSolana1x2x2_final-1.1.zkey`,basicSolana1x2x2v1x1Wasm:`${e}basicSolana1x2x2-1.1.wasm`,basicSolana1x6x1v1x1Zkey:`${e}basicSolana1x6x1_final-1.1.zkey`,basicSolana1x6x1v1x1Wasm:`${e}basicSolana1x6x1-1.1.wasm`,basicSolana1x6x2v1x1Zkey:`${e}basicSolana1x6x2_final-1.1.zkey`,basicSolana1x6x2v1x1Wasm:`${e}basicSolana1x6x2-1.1.wasm`,basicSolana2x2x1v1x1Zkey:`${e}basicSolana2x2x1_final-1.1.zkey`,basicSolana2x2x1v1x1Wasm:`${e}basicSolana2x2x1-1.1.wasm`,basicSolana2x6x1v1x1Zkey:`${e}basicSolana2x6x1_final-1.1.zkey`,basicSolana2x6x1v1x1Wasm:`${e}basicSolana2x6x1-1.1.wasm`,swapperM1x2x1Zkey:`${e}swapperM1x2x1_final-31337.zkey`,swapperM1x2x1Wasm:`${e}swapperM1x2x1-31337.wasm`,swapperM1x6x1Zkey:`${e}swapperM1x6x1_final-31337.zkey`,swapperM1x6x1Wasm:`${e}swapperM1x6x1-31337.wasm`,swapperM1x2x2v1x1Zkey:`${e}swapperM1x2x2_final-1.1.zkey`,swapperM1x2x2v1x1Wasm:`${e}swapperM1x2x2-1.1.wasm`,swapperM1x6x2v1x1Zkey:`${e}swapperM1x6x2_final-1.1.zkey`,swapperM1x6x2v1x1Wasm:`${e}swapperM1x6x2-1.1.wasm`,swapperM2x2x2v1x1Zkey:`${e}swapperM2x2x2_final-1.1.zkey`,swapperM2x2x2v1x1Wasm:`${e}swapperM2x2x2-1.1.wasm`,swapperM2x6x2v1x1Zkey:`${e}swapperM2x6x2_final-1.1.zkey`,swapperM2x6x2v1x1Wasm:`${e}swapperM2x6x2-1.1.wasm`,swapperM1x2x1v1x1Zkey:`${e}swapperM1x2x1_final-1.1.zkey`,swapperM1x2x1v1x1Wasm:`${e}swapperM1x2x1-1.1.wasm`,swapperM1x6x1v1x1Zkey:`${e}swapperM1x6x1_final-1.1.zkey`,swapperM1x6x1v1x1Wasm:`${e}swapperM1x6x1-1.1.wasm`,swapperME1x2x1Zkey:`${e}swapperME1x2x1_final-31337.zkey`,swapperME1x2x1Wasm:`${e}swapperME1x2x1-31337.wasm`,swapperM2x2x1Zkey:`${e}swapperM2x2x1_final-31337.zkey`,swapperM2x2x1Wasm:`${e}swapperM2x2x1-31337.wasm`,swapperM2x6x1Zkey:`${e}swapperM2x6x1_final-31337.zkey`,swapperM2x6x1Wasm:`${e}swapperM2x6x1-31337.wasm`,swapperM2x2x1v1x1Zkey:`${e}swapperM2x2x1_final-1.1.zkey`,swapperM2x2x1v1x1Wasm:`${e}swapperM2x2x1-1.1.wasm`,swapperM2x6x1v1x1Zkey:`${e}swapperM2x6x1_final-1.1.zkey`,swapperM2x6x1v1x1Wasm:`${e}swapperM2x6x1-1.1.wasm`,swapperMO2x2x1Zkey:`${e}swapperMO2x2x1_final-31337.zkey`,swapperMO2x2x1Wasm:`${e}swapperMO2x2x1-31337.wasm`,swapperMO2x6x1Zkey:`${e}swapperMO2x6x1_final-31337.zkey`,swapperMO2x6x1Wasm:`${e}swapperMO2x6x1-31337.wasm`,swapperToken2x2x1Zkey:`${e}swapperToken2x2x1_final-31337.zkey`,swapperToken2x2x1Wasm:`${e}swapperToken2x2x1-31337.wasm`,swapperToken2x6x1Zkey:`${e}swapperToken2x6x1_final-31337.zkey`,swapperToken2x6x1Wasm:`${e}swapperToken2x6x1-31337.wasm`,swapperM3x2x1Zkey:`${e}swapperM3x2x1_final-31337.zkey`,swapperM3x2x1Wasm:`${e}swapperM3x2x1-31337.wasm`,swapperM3x6x1Zkey:`${e}swapperM3x6x1_final-31337.zkey`,swapperM3x6x1Wasm:`${e}swapperM3x6x1-31337.wasm`,swapperM3x2x1v1x1Zkey:`${e}swapperM3x2x1_final-1.1.zkey`,swapperM3x2x1v1x1Wasm:`${e}swapperM3x2x1-1.1.wasm`,swapperM3x6x1v1x1Zkey:`${e}swapperM3x6x1_final-1.1.zkey`,swapperM3x6x1v1x1Wasm:`${e}swapperM3x6x1-1.1.wasm`,swapperMO3x2x1Zkey:`${e}swapperMO3x2x1_final-31337.zkey`,swapperMO3x2x1Wasm:`${e}swapperMO3x2x1-31337.wasm`,swapperMO3x6x1Zkey:`${e}swapperMO3x6x1_final-31337.zkey`,swapperMO3x6x1Wasm:`${e}swapperMO3x6x1-31337.wasm`,swapperM4x2x1Zkey:`${e}swapperM4x2x1_final-31337.zkey`,swapperM4x2x1Wasm:`${e}swapperM4x2x1-31337.wasm`,swapperM4x6x1Zkey:`${e}swapperM4x6x1_final-31337.zkey`,swapperM4x6x1Wasm:`${e}swapperM4x6x1-31337.wasm`,swapperM4x2x1v1x1Zkey:`${e}swapperM4x2x1_final-1.1.zkey`,swapperM4x2x1v1x1Wasm:`${e}swapperM4x2x1-1.1.wasm`,swapperM4x6x1v1x1Zkey:`${e}swapperM4x6x1_final-1.1.zkey`,swapperM4x6x1v1x1Wasm:`${e}swapperM4x6x1-1.1.wasm`,swapperMO4x2x1Zkey:`${e}swapperMO4x2x1_final-31337.zkey`,swapperMO4x2x1Wasm:`${e}swapperMO4x2x1-31337.wasm`,swapperMO4x6x1Zkey:`${e}swapperMO4x6x1_final-31337.zkey`,swapperMO4x6x1Wasm:`${e}swapperMO4x6x1-31337.wasm`,swapperM5x2x1Zkey:`${e}swapperM5x2x1_final-31337.zkey`,swapperM5x2x1Wasm:`${e}swapperM5x2x1-31337.wasm`,swapperM5x6x1Zkey:`${e}swapperM5x6x1_final-31337.zkey`,swapperM5x6x1Wasm:`${e}swapperM5x6x1-31337.wasm`,swapperM5x2x1v1x1Zkey:`${e}swapperM5x2x1_final-1.1.zkey`,swapperM5x2x1v1x1Wasm:`${e}swapperM5x2x1-1.1.wasm`,swapperM5x6x1v1x1Zkey:`${e}swapperM5x6x1_final-1.1.zkey`,swapperM5x6x1v1x1Wasm:`${e}swapperM5x6x1-1.1.wasm`,swapperMO5x2x1Zkey:`${e}swapperMO5x2x1_final-31337.zkey`,swapperMO5x2x1Wasm:`${e}swapperMO5x2x1-31337.wasm`,swapperMO5x6x1Zkey:`${e}swapperMO5x6x1_final-31337.zkey`,swapperMO5x6x1Wasm:`${e}swapperMO5x6x1-31337.wasm`,swapperMTS2x2x1Zkey:`swapperMTS2x2x1_final-31337.zkey`,swapperMTS2x2x1Wasm:`swapperMTS2x2x1-31337.wasm`,transactionsProverZkey:`${e}transactionsProver.zkey`,transactionsProverWasm:`${e}transactionsProver.wasm`,stakeProverZkey:`${e}StakeProver_final-31337.zkey`,stakeProverWasm:`${e}StakeProver-31337.wasm`,stakeProverPermissionlessZkey:`${e}StakeProverPermissionless_final-31337.zkey`,stakeProverPermissionlessWasm:`${e}StakeProverPermissionless-31337.wasm`,swapperMW1x2Wasm:`${e}swapperMW1x2-31337.wasm`,swapperMW1x2Zkey:`${e}swapperMW1x2_final-31337.zkey`,swapperMW1x6Wasm:`${e}swapperMW1x6-31337.wasm`,swapperMW1x6Zkey:`${e}swapperMW1x6_final-31337.zkey`,swapperMW2x2Wasm:`${e}swapperMW2x2-31337.wasm`,swapperMW2x2Zkey:`${e}swapperMW2x2_final-31337.zkey`,swapperMW2x6Wasm:`${e}swapperMW2x6-31337.wasm`,swapperMW2x6Zkey:`${e}swapperMW2x6_final-31337.zkey`,swapperMW3x2Wasm:`${e}swapperMW3x2-31337.wasm`,swapperMW3x2Zkey:`${e}swapperMW3x2_final-31337.zkey`,swapperMW3x6Wasm:`${e}swapperMW3x6-31337.wasm`,swapperMW3x6Zkey:`${e}swapperMW3x6_final-31337.zkey`,swapperMW4x2Wasm:`${e}swapperMW4x2-31337.wasm`,swapperMW4x2Zkey:`${e}swapperMW4x2_final-31337.zkey`,swapperMW4x6Wasm:`${e}swapperMW4x6-31337.wasm`,swapperMW4x6Zkey:`${e}swapperMW4x6_final-31337.zkey`,swapperMW5x2Wasm:`${e}swapperMW5x2-31337.wasm`,swapperMW5x2Zkey:`${e}swapperMW5x2_final-31337.zkey`,swapperMW5x6Wasm:`${e}swapperMW5x6-31337.wasm`,swapperMW5x6Zkey:`${e}swapperMW5x6_final-31337.zkey`,swapperMW1x2x1Wasm:`${e}swapperMW1x2x1-31337.wasm`,swapperMW1x2x1Zkey:`${e}swapperMW1x2x1_final-31337.zkey`,swapperMW1x6x1Wasm:`${e}swapperMW1x6x1-31337.wasm`,swapperMW1x6x1Zkey:`${e}swapperMW1x6x1_final-31337.zkey`,swapperMW2x2x1Wasm:`${e}swapperMW2x2x1-31337.wasm`,swapperMW2x2x1Zkey:`${e}swapperMW2x2x1_final-31337.zkey`,swapperMW2x6x1Wasm:`${e}swapperMW2x6x1-31337.wasm`,swapperMW2x6x1Zkey:`${e}swapperMW2x6x1_final-31337.zkey`,swapperMW3x2x1Wasm:`${e}swapperMW3x2x1-31337.wasm`,swapperMW3x2x1Zkey:`${e}swapperMW3x2x1_final-31337.zkey`,swapperMW3x6x1Wasm:`${e}swapperMW3x6x1-31337.wasm`,swapperMW3x6x1Zkey:`${e}swapperMW3x6x1_final-31337.zkey`,swapperMW4x2x1Wasm:`${e}swapperMW4x2x1-31337.wasm`,swapperMW4x2x1Zkey:`${e}swapperMW4x2x1_final-31337.zkey`,swapperMW4x6x1Wasm:`${e}swapperMW4x6x1-31337.wasm`,swapperMW4x6x1Zkey:`${e}swapperMW4x6x1_final-31337.zkey`,swapperMW5x2x1Wasm:`${e}swapperMW5x2x1-31337.wasm`,swapperMW5x2x1Zkey:`${e}swapperMW5x2x1_final-31337.zkey`,swapperMW5x6x1Wasm:`${e}swapperMW5x6x1-31337.wasm`,swapperMW5x6x1Zkey:`${e}swapperMW5x6x1_final-31337.zkey`,swapperMW1x0x1Wasm:`${e}swapperMW1x0x1-31337.wasm`,swapperMW1x0x1Zkey:`${e}swapperMW1x0x1_final-31337.zkey`,swapperMW2x0x1Wasm:`${e}swapperMW2x0x1-31337.wasm`,swapperMW2x0x1Zkey:`${e}swapperMW2x0x1_final-31337.zkey`,swapperMW3x0x1Wasm:`${e}swapperMW3x0x1-31337.wasm`,swapperMW3x0x1Zkey:`${e}swapperMW3x0x1_final-31337.zkey`,swapperMW0x0x0Wasm:`${e}swapperMW0x0x0-31337.wasm`,swapperMW0x0x0Zkey:`${e}swapperMW0x0x0_final-31337.zkey`,swapperMW1x2x1v1x1Wasm:`${e}swapperMW1x2x1-1.1.wasm`,swapperMW1x2x1v1x1Zkey:`${e}swapperMW1x2x1_final-1.1.zkey`,swapperMW1x2x2v1x1Wasm:`${e}swapperMW1x2x2-1.1.wasm`,swapperMW1x2x2v1x1Zkey:`${e}swapperMW1x2x2_final-1.1.zkey`,swapperMW1x6x1v1x1Wasm:`${e}swapperMW1x6x1-1.1.wasm`,swapperMW1x6x1v1x1Zkey:`${e}swapperMW1x6x1_final-1.1.zkey`,swapperMW1x6x2v1x1Wasm:`${e}swapperMW1x6x2-1.1.wasm`,swapperMW1x6x2v1x1Zkey:`${e}swapperMW1x6x2_final-1.1.zkey`,swapperMW2x2x1v1x1Wasm:`${e}swapperMW2x2x1-1.1.wasm`,swapperMW2x2x1v1x1Zkey:`${e}swapperMW2x2x1_final-1.1.zkey`,swapperMW2x2x2v1x1Wasm:`${e}swapperMW2x2x2-1.1.wasm`,swapperMW2x2x2v1x1Zkey:`${e}swapperMW2x2x2_final-1.1.zkey`,swapperMW2x6x1v1x1Wasm:`${e}swapperMW2x6x1-1.1.wasm`,swapperMW2x6x1v1x1Zkey:`${e}swapperMW2x6x1_final-1.1.zkey`,swapperMW2x6x2v1x1Wasm:`${e}swapperMW2x6x2-1.1.wasm`,swapperMW2x6x2v1x1Zkey:`${e}swapperMW2x6x2_final-1.1.zkey`,swapperMW3x2x1v1x1Wasm:`${e}swapperMW3x2x1-1.1.wasm`,swapperMW3x2x1v1x1Zkey:`${e}swapperMW3x2x1_final-1.1.zkey`,swapperMW3x6x1v1x1Wasm:`${e}swapperMW3x6x1-1.1.wasm`,swapperMW3x6x1v1x1Zkey:`${e}swapperMW3x6x1_final-1.1.zkey`,swapperMW4x2x1v1x1Wasm:`${e}swapperMW4x2x1-1.1.wasm`,swapperMW4x2x1v1x1Zkey:`${e}swapperMW4x2x1_final-1.1.zkey`,swapperMW4x6x1v1x1Wasm:`${e}swapperMW4x6x1-1.1.wasm`,swapperMW4x6x1v1x1Zkey:`${e}swapperMW4x6x1_final-1.1.zkey`,swapperMW5x2x1v1x1Wasm:`${e}swapperMW5x2x1-1.1.wasm`,swapperMW5x2x1v1x1Zkey:`${e}swapperMW5x2x1_final-1.1.zkey`,swapperMW5x6x1v1x1Wasm:`${e}swapperMW5x6x1-1.1.wasm`,swapperMW5x6x1v1x1Zkey:`${e}swapperMW5x6x1_final-1.1.zkey`,swapperMW1x0x1v1x1Wasm:`${e}swapperMW1x0x1-1.1.wasm`,swapperMW1x0x1v1x1Zkey:`${e}swapperMW1x0x1_final-1.1.zkey`,swapperMW2x0x1v1x1Wasm:`${e}swapperMW2x0x1-1.1.wasm`,swapperMW2x0x1v1x1Zkey:`${e}swapperMW2x0x1_final-1.1.zkey`,swapperMW3x0x1v1x1Wasm:`${e}swapperMW3x0x1-1.1.wasm`,swapperMW3x0x1v1x1Zkey:`${e}swapperMW3x0x1_final-1.1.zkey`,swapperMWMin0v1x1Wasm:`${e}swapperMWMin0-1.1.wasm`,swapperMWMin0v1x1Zkey:`${e}swapperMWMin0_final-1.1.zkey`,swapperMHA1x2x1Wasm:`${e}swapperMHA1x2x1-31337.wasm`,swapperMHA1x6x1Wasm:`${e}swapperMHA1x6x1-31337.wasm`,swapperMHA1x2x1Zkey:`${e}swapperMHA1x2x1_final-31337.zkey`,swapperMHA1x6x1Zkey:`${e}swapperMHA1x6x1_final-31337.zkey`,swapperMHA2x2x1Wasm:`${e}swapperMHA2x2x1-31337.wasm`,swapperMHA2x2x1Zkey:`${e}swapperMHA2x2x1_final-31337.zkey`,swapperMHA2x6x1Wasm:`${e}swapperMHA2x6x1-31337.wasm`,swapperMHA2x6x1Zkey:`${e}swapperMHA2x6x1_final-31337.zkey`,swapperMHA3x2x1Wasm:`${e}swapperMHA3x2x1-31337.wasm`,swapperMHA3x2x1Zkey:`${e}swapperMHA3x2x1_final-31337.zkey`,swapperMHA3x6x1Wasm:`${e}swapperMHA3x6x1-31337.wasm`,swapperMHA3x6x1Zkey:`${e}swapperMHA3x6x1_final-31337.zkey`,swapperMHA4x2x1Wasm:`${e}swapperMHA4x2x1-31337.wasm`,swapperMHA4x2x1Zkey:`${e}swapperMHA4x2x1_final-31337.zkey`,swapperMHA4x6x1Wasm:`${e}swapperMHA4x6x1-31337.wasm`,swapperMHA4x6x1Zkey:`${e}swapperMHA4x6x1_final-31337.zkey`,swapperMHA1x2x1v1x1Wasm:`${e}swapperMHA1x2x1-1.1.wasm`,swapperMHA1x2x1v1x1Zkey:`${e}swapperMHA1x2x1_final-1.1.zkey`,swapperMHA1x6x1v1x1Wasm:`${e}swapperMHA1x6x1-1.1.wasm`,swapperMHA1x6x1v1x1Zkey:`${e}swapperMHA1x6x1_final-1.1.zkey`,swapperMHA2x2x1v1x1Wasm:`${e}swapperMHA2x2x1-1.1.wasm`,swapperMHA2x2x1v1x1Zkey:`${e}swapperMHA2x2x1_final-1.1.zkey`,swapperMHA2x6x1v1x1Wasm:`${e}swapperMHA2x6x1-1.1.wasm`,swapperMHA2x6x1v1x1Zkey:`${e}swapperMHA2x6x1_final-1.1.zkey`,swapperMHA3x2x1v1x1Wasm:`${e}swapperMHA3x2x1-1.1.wasm`,swapperMHA3x2x1v1x1Zkey:`${e}swapperMHA3x2x1_final-1.1.zkey`,swapperMHA3x6x1v1x1Wasm:`${e}swapperMHA3x6x1-1.1.wasm`,swapperMHA3x6x1v1x1Zkey:`${e}swapperMHA3x6x1_final-1.1.zkey`,swapperMHA4x2x1v1x1Wasm:`${e}swapperMHA4x2x1-1.1.wasm`,swapperMHA4x2x1v1x1Zkey:`${e}swapperMHA4x2x1_final-1.1.zkey`,swapperMHA4x6x1v1x1Wasm:`${e}swapperMHA4x6x1-1.1.wasm`,swapperMHA4x6x1v1x1Zkey:`${e}swapperMHA4x6x1_final-1.1.zkey`,swapperMHA5x2x1v1x1Wasm:`${e}swapperMHA5x2x1-1.1.wasm`,swapperMHA5x2x1v1x1Zkey:`${e}swapperMHA5x2x1_final-1.1.zkey`,swapperMHA5x6x1v1x1Wasm:`${e}swapperMHA5x6x1-1.1.wasm`,swapperMHA5x6x1v1x1Zkey:`${e}swapperMHA5x6x1_final-1.1.zkey`}},r={basicSolana1x2x1v1x1Zkey:`basicSolana1x2x1_final-1.1.zkey`,basicSolana1x2x1v1x1Wasm:`basicSolana1x2x1-1.1.wasm`,basicSolana1x2x2v1x1Zkey:`basicSolana1x2x2_final-1.1.zkey`,basicSolana1x2x2v1x1Wasm:`basicSolana1x2x2-1.1.wasm`,basicSolana1x6x1v1x1Zkey:`basicSolana1x6x1_final-1.1.zkey`,basicSolana1x6x1v1x1Wasm:`basicSolana1x6x1-1.1.wasm`,basicSolana1x6x2v1x1Zkey:`basicSolana1x6x2_final-1.1.zkey`,basicSolana1x6x2v1x1Wasm:`basicSolana1x6x2-1.1.wasm`,basicSolana2x2x1v1x1Zkey:`basicSolana2x2x1_final-1.1.zkey`,basicSolana2x2x1v1x1Wasm:`basicSolana2x2x1-1.1.wasm`,basicSolana2x6x1v1x1Zkey:`basicSolana2x6x1_final-1.1.zkey`,basicSolana2x6x1v1x1Wasm:`basicSolana2x6x1-1.1.wasm`,swapperM1x2x1Zkey:`swapperM1x2x1_final-31337.zkey`,swapperM1x2x1Wasm:`swapperM1x2x1-31337.wasm`,swapperM1x6x1Zkey:`swapperM1x6x1_final-31337.zkey`,swapperM1x6x1Wasm:`swapperM1x6x1-31337.wasm`,swapperM1x2x2v1x1Zkey:`swapperM1x2x2_final-1.1.zkey`,swapperM1x2x2v1x1Wasm:`swapperM1x2x2-1.1.wasm`,swapperM1x6x2v1x1Zkey:`swapperM1x6x2_final-1.1.zkey`,swapperM1x6x2v1x1Wasm:`swapperM1x6x2-1.1.wasm`,swapperM2x2x2v1x1Zkey:`swapperM2x2x2_final-1.1.zkey`,swapperM2x2x2v1x1Wasm:`swapperM2x2x2-1.1.wasm`,swapperM2x6x2v1x1Zkey:`swapperM2x6x2_final-1.1.zkey`,swapperM2x6x2v1x1Wasm:`swapperM2x6x2-1.1.wasm`,swapperM1x2x1v1x1Zkey:`swapperM1x2x1_final-1.1.zkey`,swapperM1x2x1v1x1Wasm:`swapperM1x2x1-1.1.wasm`,swapperM1x6x1v1x1Zkey:`swapperM1x6x1_final-1.1.zkey`,swapperM1x6x1v1x1Wasm:`swapperM1x6x1-1.1.wasm`,swapperMO1x2x1Zkey:`swapperMO1x2x1_final-31337.zkey`,swapperMO1x2x1Wasm:`swapperMO1x2x1-31337.wasm`,swapperMO1x6x1Zkey:`swapperMO1x6x1_final-31337.zkey`,swapperMO1x6x1Wasm:`swapperMO1x6x1-31337.wasm`,swapperME1x2x1Zkey:`swapperME1x2x1_final-31337.zkey`,swapperME1x2x1Wasm:`swapperME1x2x1-31337.wasm`,swapperM2x2x1Zkey:`swapperM2x2x1_final-31337.zkey`,swapperM2x2x1Wasm:`swapperM2x2x1-31337.wasm`,swapperM2x6x1Zkey:`swapperM2x6x1_final-31337.zkey`,swapperM2x6x1Wasm:`swapperM2x6x1-31337.wasm`,swapperM2x2x1v1x1Zkey:`swapperM2x2x1_final-1.1.zkey`,swapperM2x2x1v1x1Wasm:`swapperM2x2x1-1.1.wasm`,swapperM2x6x1v1x1Zkey:`swapperM2x6x1_final-1.1.zkey`,swapperM2x6x1v1x1Wasm:`swapperM2x6x1-1.1.wasm`,swapperMO2x2x1Zkey:`swapperMO2x2x1_final-31337.zkey`,swapperMO2x2x1Wasm:`swapperMO2x2x1-31337.wasm`,swapperMO2x6x1Zkey:`swapperMO2x6x1_final-31337.zkey`,swapperMO2x6x1Wasm:`swapperMO2x6x1-31337.wasm`,swapperToken2x2x1Zkey:`swapperToken2x2x1_final-31337.zkey`,swapperToken2x2x1Wasm:`swapperToken2x2x1-31337.wasm`,swapperToken2x6x1Zkey:`swapperToken2x6x1_final-31337.zkey`,swapperToken2x6x1Wasm:`swapperToken2x6x1-31337.wasm`,swapperM3x2x1Zkey:`swapperM3x2x1_final-31337.zkey`,swapperM3x2x1Wasm:`swapperM3x2x1-31337.wasm`,swapperM3x6x1Zkey:`swapperM3x6x1_final-31337.zkey`,swapperM3x6x1Wasm:`swapperM3x6x1-31337.wasm`,swapperM3x2x1v1x1Zkey:`swapperM3x2x1_final-1.1.zkey`,swapperM3x2x1v1x1Wasm:`swapperM3x2x1-1.1.wasm`,swapperM3x6x1v1x1Zkey:`swapperM3x6x1_final-1.1.zkey`,swapperM3x6x1v1x1Wasm:`swapperM3x6x1-1.1.wasm`,swapperMO3x2x1Zkey:`swapperMO3x2x1_final-31337.zkey`,swapperMO3x2x1Wasm:`swapperMO3x2x1-31337.wasm`,swapperMO3x6x1Zkey:`swapperMO3x6x1_final-31337.zkey`,swapperMO3x6x1Wasm:`swapperMO3x6x1-31337.wasm`,swapperM4x2x1Zkey:`swapperM4x2x1_final-31337.zkey`,swapperM4x2x1Wasm:`swapperM4x2x1-31337.wasm`,swapperM4x6x1Zkey:`swapperM4x6x1_final-31337.zkey`,swapperM4x6x1Wasm:`swapperM4x6x1-31337.wasm`,swapperM4x2x1v1x1Zkey:`swapperM4x2x1_final-1.1.zkey`,swapperM4x2x1v1x1Wasm:`swapperM4x2x1-1.1.wasm`,swapperM4x6x1v1x1Zkey:`swapperM4x6x1_final-1.1.zkey`,swapperM4x6x1v1x1Wasm:`swapperM4x6x1-1.1.wasm`,swapperMO4x2x1Zkey:`swapperMO4x2x1_final-31337.zkey`,swapperMO4x2x1Wasm:`swapperMO4x2x1-31337.wasm`,swapperMO4x6x1Zkey:`swapperMO4x6x1_final-31337.zkey`,swapperMO4x6x1Wasm:`swapperMO4x6x1-31337.wasm`,swapperM5x2x1Zkey:`swapperM5x2x1_final-31337.zkey`,swapperM5x2x1Wasm:`swapperM5x2x1-31337.wasm`,swapperM5x6x1Zkey:`swapperM5x6x1_final-31337.zkey`,swapperM5x6x1Wasm:`swapperM5x6x1-31337.wasm`,swapperM5x2x1v1x1Zkey:`swapperM5x2x1_final-1.1.zkey`,swapperM5x2x1v1x1Wasm:`swapperM5x2x1-1.1.wasm`,swapperM5x6x1v1x1Zkey:`swapperM5x6x1_final-1.1.zkey`,swapperM5x6x1v1x1Wasm:`swapperM5x6x1-1.1.wasm`,swapperMO5x2x1Zkey:`swapperMO5x2x1_final-31337.zkey`,swapperMO5x2x1Wasm:`swapperMO5x2x1-31337.wasm`,swapperMO5x6x1Zkey:`swapperMO5x6x1_final-31337.zkey`,swapperMO5x6x1Wasm:`swapperMO5x6x1-31337.wasm`,swapperMTS2x2x1Zkey:`swapperMTS2x2x1_final-31337.zkey`,swapperMTS2x2x1Wasm:`swapperMTS2x2x1-31337.wasm`,transactionsProverZkey:`transactionsProver.zkey`,transactionsProverWasm:`transactionsProver.wasm`,stakeProverZkey:`StakeProver_final-31337.zkey`,stakeProverWasm:`StakeProver-31337.wasm`,stakeProverPermissionlessZkey:`StakeProverPermissionless_final-31337.zkey`,stakeProverPermissionlessWasm:`StakeProverPermissionless-31337.wasm`,swapperMW1x2Wasm:`swapperMW1x2-31337.wasm`,swapperMW1x2Zkey:`swapperMW1x2_final-31337.zkey`,swapperMW1x6Wasm:`swapperMW1x6-31337.wasm`,swapperMW1x6Zkey:`swapperMW1x6_final-31337.zkey`,swapperMW2x2Wasm:`swapperMW2x2-31337.wasm`,swapperMW2x2Zkey:`swapperMW2x2_final-31337.zkey`,swapperMW2x6Wasm:`swapperMW2x6-31337.wasm`,swapperMW2x6Zkey:`swapperMW2x6_final-31337.zkey`,swapperMW3x2Wasm:`swapperMW3x2-31337.wasm`,swapperMW3x2Zkey:`swapperMW3x2_final-31337.zkey`,swapperMW3x6Wasm:`swapperMW3x6-31337.wasm`,swapperMW3x6Zkey:`swapperMW3x6_final-31337.zkey`,swapperMW4x2Wasm:`swapperMW4x2-31337.wasm`,swapperMW4x2Zkey:`swapperMW4x2_final-31337.zkey`,swapperMW4x6Wasm:`swapperMW4x6-31337.wasm`,swapperMW4x6Zkey:`swapperMW4x6_final-31337.zkey`,swapperMW5x2Wasm:`swapperMW5x2-31337.wasm`,swapperMW5x2Zkey:`swapperMW5x2_final-31337.zkey`,swapperMW5x6Wasm:`swapperMW5x6-31337.wasm`,swapperMW5x6Zkey:`swapperMW5x6_final-31337.zkey`,swapperMW1x2x1Wasm:`swapperMW1x2x1-31337.wasm`,swapperMW1x2x1Zkey:`swapperMW1x2x1_final-31337.zkey`,swapperMW1x6x1Wasm:`swapperMW1x6x1-31337.wasm`,swapperMW1x6x1Zkey:`swapperMW1x6x1_final-31337.zkey`,swapperMW2x2x1Wasm:`swapperMW2x2x1-31337.wasm`,swapperMW2x2x1Zkey:`swapperMW2x2x1_final-31337.zkey`,swapperMW2x6x1Wasm:`swapperMW2x6x1-31337.wasm`,swapperMW2x6x1Zkey:`swapperMW2x6x1_final-31337.zkey`,swapperMW3x2x1Wasm:`swapperMW3x2x1-31337.wasm`,swapperMW3x2x1Zkey:`swapperMW3x2x1_final-31337.zkey`,swapperMW3x6x1Wasm:`swapperMW3x6x1-31337.wasm`,swapperMW3x6x1Zkey:`swapperMW3x6x1_final-31337.zkey`,swapperMW4x2x1Wasm:`swapperMW4x2x1-31337.wasm`,swapperMW4x2x1Zkey:`swapperMW4x2x1_final-31337.zkey`,swapperMW4x6x1Wasm:`swapperMW4x6x1-31337.wasm`,swapperMW4x6x1Zkey:`swapperMW4x6x1_final-31337.zkey`,swapperMW5x2x1Wasm:`swapperMW5x2x1-31337.wasm`,swapperMW5x2x1Zkey:`swapperMW5x2x1_final-31337.zkey`,swapperMW5x6x1Wasm:`swapperMW5x6x1-31337.wasm`,swapperMW5x6x1Zkey:`swapperMW5x6x1_final-31337.zkey`,swapperMW1x0x1Wasm:`swapperMW1x0x1-31337.wasm`,swapperMW1x0x1Zkey:`swapperMW1x0x1_final-31337.zkey`,swapperMW2x0x1Wasm:`swapperMW2x0x1-31337.wasm`,swapperMW2x0x1Zkey:`swapperMW2x0x1_final-31337.zkey`,swapperMW3x0x1Wasm:`swapperMW3x0x1-31337.wasm`,swapperMW3x0x1Zkey:`swapperMW3x0x1_final-31337.zkey`,swapperMW1x2x1v1x1Wasm:`swapperMW1x2x1-1.1.wasm`,swapperMW1x2x1v1x1Zkey:`swapperMW1x2x1_final-1.1.zkey`,swapperMW1x2x2v1x1Wasm:`swapperMW1x2x2-1.1.wasm`,swapperMW1x2x2v1x1Zkey:`swapperMW1x2x2_final-1.1.zkey`,swapperMW1x6x1v1x1Wasm:`swapperMW1x6x1-1.1.wasm`,swapperMW1x6x1v1x1Zkey:`swapperMW1x6x1_final-1.1.zkey`,swapperMW1x6x2v1x1Wasm:`swapperMW1x6x2-1.1.wasm`,swapperMW1x6x2v1x1Zkey:`swapperMW1x6x2_final-1.1.zkey`,swapperMW2x2x1v1x1Wasm:`swapperMW2x2x1-1.1.wasm`,swapperMW2x2x1v1x1Zkey:`swapperMW2x2x1_final-1.1.zkey`,swapperMW2x2x2v1x1Wasm:`swapperMW2x2x2-1.1.wasm`,swapperMW2x2x2v1x1Zkey:`swapperMW2x2x2_final-1.1.zkey`,swapperMW2x6x1v1x1Wasm:`swapperMW2x6x1-1.1.wasm`,swapperMW2x6x1v1x1Zkey:`swapperMW2x6x1_final-1.1.zkey`,swapperMW2x6x2v1x1Wasm:`swapperMW2x6x2-1.1.wasm`,swapperMW2x6x2v1x1Zkey:`swapperMW2x6x2_final-1.1.zkey`,swapperMW3x2x1v1x1Wasm:`swapperMW3x2x1-1.1.wasm`,swapperMW3x2x1v1x1Zkey:`swapperMW3x2x1_final-1.1.zkey`,swapperMW3x6x1v1x1Wasm:`swapperMW3x6x1-1.1.wasm`,swapperMW3x6x1v1x1Zkey:`swapperMW3x6x1_final-1.1.zkey`,swapperMW4x2x1v1x1Wasm:`swapperMW4x2x1-1.1.wasm`,swapperMW4x2x1v1x1Zkey:`swapperMW4x2x1_final-1.1.zkey`,swapperMW4x6x1v1x1Wasm:`swapperMW4x6x1-1.1.wasm`,swapperMW4x6x1v1x1Zkey:`swapperMW4x6x1_final-1.1.zkey`,swapperMW5x2x1v1x1Wasm:`swapperMW5x2x1-1.1.wasm`,swapperMW5x2x1v1x1Zkey:`swapperMW5x2x1_final-1.1.zkey`,swapperMW5x6x1v1x1Wasm:`swapperMW5x6x1-1.1.wasm`,swapperMW5x6x1v1x1Zkey:`swapperMW5x6x1_final-1.1.zkey`,swapperMW1x0x1v1x1Wasm:`swapperMW1x0x1-1.1.wasm`,swapperMW1x0x1v1x1Zkey:`swapperMW1x0x1_final-1.1.zkey`,swapperMW2x0x1v1x1Wasm:`swapperMW2x0x1-1.1.wasm`,swapperMW2x0x1v1x1Zkey:`swapperMW2x0x1_final-1.1.zkey`,swapperMW3x0x1v1x1Wasm:`swapperMW3x0x1-1.1.wasm`,swapperMW3x0x1v1x1Zkey:`swapperMW3x0x1_final-1.1.zkey`,swapperMW0x0x0v1x1Wasm:`swapperMW0x0x0-1.1.wasm`,swapperMW0x0x0v1x1Zkey:`swapperMW0x0x0_final-1.1.zkey`,swapperMHA1x2x1Wasm:`swapperMHA1x2x1-31337.wasm`,swapperMHA1x2x1Zkey:`swapperMHA1x2x1_final-31337.zkey`,swapperMHA1x6x1Wasm:`swapperMHA1x6x1-31337.wasm`,swapperMHA1x6x1Zkey:`swapperMHA1x6x1_final-31337.zkey`,swapperMHA2x2x1Wasm:`swapperMHA2x2x1-31337.wasm`,swapperMHA2x2x1Zkey:`swapperMHA2x2x1_final-31337.zkey`,swapperMHA2x6x1Wasm:`swapperMHA2x6x1-31337.wasm`,swapperMHA2x6x1Zkey:`swapperMHA2x6x1_final-31337.zkey`,swapperMHA3x2x1Wasm:`swapperMHA3x2x1-31337.wasm`,swapperMHA3x2x1Zkey:`swapperMHA3x2x1_final-31337.zkey`,swapperMHA3x6x1Wasm:`swapperMHA3x6x1-31337.wasm`,swapperMHA3x6x1Zkey:`swapperMHA3x6x1_final-31337.zkey`,swapperMHA4x2x1Wasm:`swapperMHA4x2x1-31337.wasm`,swapperMHA4x2x1Zkey:`swapperMHA4x2x1_final-31337.zkey`,swapperMHA4x6x1Wasm:`swapperMHA4x6x1-31337.wasm`,swapperMHA4x6x1Zkey:`swapperMHA4x6x1_final-31337.zkey`,swapperMHA1x2x1v1x1Wasm:`swapperMHA1x2x1-1.1.wasm`,swapperMHA1x2x1v1x1Zkey:`swapperMHA1x2x1_final-1.1.zkey`,swapperMHA1x6x1v1x1Wasm:`swapperMHA1x6x1-1.1.wasm`,swapperMHA1x6x1v1x1Zkey:`swapperMHA1x6x1_final-1.1.zkey`,swapperMHA2x2x1v1x1Wasm:`swapperMHA2x2x1-1.1.wasm`,swapperMHA2x2x1v1x1Zkey:`swapperMHA2x2x1_final-1.1.zkey`,swapperMHA2x6x1v1x1Wasm:`swapperMHA2x6x1-1.1.wasm`,swapperMHA2x6x1v1x1Zkey:`swapperMHA2x6x1_final-1.1.zkey`,swapperMHA3x2x1v1x1Wasm:`swapperMHA3x2x1-1.1.wasm`,swapperMHA3x2x1v1x1Zkey:`swapperMHA3x2x1_final-1.1.zkey`,swapperMHA3x6x1v1x1Wasm:`swapperMHA3x6x1-1.1.wasm`,swapperMHA3x6x1v1x1Zkey:`swapperMHA3x6x1_final-1.1.zkey`,swapperMHA4x2x1v1x1Wasm:`swapperMHA4x2x1-1.1.wasm`,swapperMHA4x2x1v1x1Zkey:`swapperMHA4x2x1_final-1.1.zkey`,swapperMHA4x6x1v1x1Wasm:`swapperMHA4x6x1-1.1.wasm`,swapperMHA4x6x1v1x1Zkey:`swapperMHA4x6x1_final-1.1.zkey`,swapperMHA5x2x1v1x1Wasm:`swapperMHA5x2x1-1.1.wasm`,swapperMHA5x2x1v1x1Zkey:`swapperMHA5x2x1_final-1.1.zkey`,swapperMHA5x6x1v1x1Wasm:`swapperMHA5x6x1-1.1.wasm`,swapperMHA5x6x1v1x1Zkey:`swapperMHA5x6x1_final-1.1.zkey`,swapperMWMin0v1x1Wasm:`swapperMWMin0-1.1.wasm`,swapperMWMin0v1x1Zkey:`swapperMWMin0_final-1.1.zkey`};exports.ENCLAVE_EC2_URL=e,exports.localVerifiers=r,exports.prodVerifiers=n;
|
|
1
|
+
const e=require(`../../constants/vite.constants.cjs`),t=require(`../../API/getServerURL.cjs`);var n=e.isNotProduction?`https://enclave-staging.hinkal.io`:`https://enclave-server.hinkal.io`,r=`${t.BACK_END_URL}/verifiers-v2/`,i={mainEVMCircuit1x2x1v1x1Wasm:`${r}mainEVMCircuit1x2x1-1.1.wasm`,mainEVMCircuit1x2x1v1x1Zkey:`${r}mainEVMCircuit1x2x1_final-1.1.zkey`,mainEVMCircuit1x6x1v1x1Wasm:`${r}mainEVMCircuit1x6x1-1.1.wasm`,mainEVMCircuit1x6x1v1x1Zkey:`${r}mainEVMCircuit1x6x1_final-1.1.zkey`,mainEVMCircuit2x2x1v1x1Wasm:`${r}mainEVMCircuit2x2x1-1.1.wasm`,mainEVMCircuit2x2x1v1x1Zkey:`${r}mainEVMCircuit2x2x1_final-1.1.zkey`,mainEVMCircuit2x6x1v1x1Wasm:`${r}mainEVMCircuit2x6x1-1.1.wasm`,mainEVMCircuit2x6x1v1x1Zkey:`${r}mainEVMCircuit2x6x1_final-1.1.zkey`,mainEVMCircuit3x2x1v1x1Wasm:`${r}mainEVMCircuit3x2x1-1.1.wasm`,mainEVMCircuit3x2x1v1x1Zkey:`${r}mainEVMCircuit3x2x1_final-1.1.zkey`,mainEVMCircuit3x6x1v1x1Wasm:`${r}mainEVMCircuit3x6x1-1.1.wasm`,mainEVMCircuit3x6x1v1x1Zkey:`${r}mainEVMCircuit3x6x1_final-1.1.zkey`,mainEVMCircuit4x2x1v1x1Wasm:`${r}mainEVMCircuit4x2x1-1.1.wasm`,mainEVMCircuit4x2x1v1x1Zkey:`${r}mainEVMCircuit4x2x1_final-1.1.zkey`,mainEVMCircuit4x6x1v1x1Wasm:`${r}mainEVMCircuit4x6x1-1.1.wasm`,mainEVMCircuit4x6x1v1x1Zkey:`${r}mainEVMCircuit4x6x1_final-1.1.zkey`,mainEVMCircuit5x2x1v1x1Wasm:`${r}mainEVMCircuit5x2x1-1.1.wasm`,mainEVMCircuit5x2x1v1x1Zkey:`${r}mainEVMCircuit5x2x1_final-1.1.zkey`,mainEVMCircuit5x6x1v1x1Wasm:`${r}mainEVMCircuit5x6x1-1.1.wasm`,mainEVMCircuit5x6x1v1x1Zkey:`${r}mainEVMCircuit5x6x1_final-1.1.zkey`,mainEVMCircuit1x2x2v1x1Wasm:`${r}mainEVMCircuit1x2x2-1.1.wasm`,mainEVMCircuit1x2x2v1x1Zkey:`${r}mainEVMCircuit1x2x2_final-1.1.zkey`,mainEVMCircuit1x6x2v1x1Wasm:`${r}mainEVMCircuit1x6x2-1.1.wasm`,mainEVMCircuit1x6x2v1x1Zkey:`${r}mainEVMCircuit1x6x2_final-1.1.zkey`,mainEVMCircuit2x2x2v1x1Wasm:`${r}mainEVMCircuit2x2x2-1.1.wasm`,mainEVMCircuit2x2x2v1x1Zkey:`${r}mainEVMCircuit2x2x2_final-1.1.zkey`,mainEVMCircuit2x6x2v1x1Wasm:`${r}mainEVMCircuit2x6x2-1.1.wasm`,mainEVMCircuit2x6x2v1x1Zkey:`${r}mainEVMCircuit2x6x2_final-1.1.zkey`,mainEVMCircuitMin0v1x1Wasm:`${r}mainEVMCircuitMin0-1.1.wasm`,mainEVMCircuitMin0v1x1Zkey:`${r}mainEVMCircuitMin0_final-1.1.zkey`,mainSolanaCircuit1x2x1v1x1Zkey:`${r}mainSolanaCircuit1x2x1_final-1.1.zkey`,mainSolanaCircuit1x2x1v1x1Wasm:`${r}mainSolanaCircuit1x2x1-1.1.wasm`,mainSolanaCircuit1x2x2v1x1Zkey:`${r}mainSolanaCircuit1x2x2_final-1.1.zkey`,mainSolanaCircuit1x2x2v1x1Wasm:`${r}mainSolanaCircuit1x2x2-1.1.wasm`,mainSolanaCircuit1x6x1v1x1Zkey:`${r}mainSolanaCircuit1x6x1_final-1.1.zkey`,mainSolanaCircuit1x6x1v1x1Wasm:`${r}mainSolanaCircuit1x6x1-1.1.wasm`,mainSolanaCircuit1x6x2v1x1Zkey:`${r}mainSolanaCircuit1x6x2_final-1.1.zkey`,mainSolanaCircuit1x6x2v1x1Wasm:`${r}mainSolanaCircuit1x6x2-1.1.wasm`,mainSolanaCircuit2x2x1v1x1Zkey:`${r}mainSolanaCircuit2x2x1_final-1.1.zkey`,mainSolanaCircuit2x2x1v1x1Wasm:`${r}mainSolanaCircuit2x2x1-1.1.wasm`,mainSolanaCircuit2x6x1v1x1Zkey:`${r}mainSolanaCircuit2x6x1_final-1.1.zkey`,mainSolanaCircuit2x6x1v1x1Wasm:`${r}mainSolanaCircuit2x6x1-1.1.wasm`,commitmentCalculator1x2v1x1Wasm:`${r}commitmentCalculator1x2-1.1.wasm`,commitmentCalculator1x2v1x1Zkey:`${r}commitmentCalculator1x2_final-1.1.zkey`,commitmentCalculator1x2v1x1VK:`${r}commitmentCalculator1x2_final-1.1_verification_key.json`,commitmentCalculator1x6v1x1Wasm:`${r}commitmentCalculator1x6-1.1.wasm`,commitmentCalculator1x6v1x1Zkey:`${r}commitmentCalculator1x6_final-1.1.zkey`,commitmentCalculator1x6v1x1VK:`${r}commitmentCalculator1x6_final-1.1_verification_key.json`,commitmentCalculator2x2v1x1Wasm:`${r}commitmentCalculator2x2-1.1.wasm`,commitmentCalculator2x2v1x1Zkey:`${r}commitmentCalculator2x2_final-1.1.zkey`,commitmentCalculator2x2v1x1VK:`${r}commitmentCalculator2x2_final-1.1_verification_key.json`,commitmentCalculator2x6v1x1Wasm:`${r}commitmentCalculator2x6-1.1.wasm`,commitmentCalculator2x6v1x1Zkey:`${r}commitmentCalculator2x6_final-1.1.zkey`,commitmentCalculator2x6v1x1VK:`${r}commitmentCalculator2x6_final-1.1_verification_key.json`,commitmentCalculator3x2v1x1Wasm:`${r}commitmentCalculator3x2-1.1.wasm`,commitmentCalculator3x2v1x1Zkey:`${r}commitmentCalculator3x2_final-1.1.zkey`,commitmentCalculator3x2v1x1VK:`${r}commitmentCalculator3x2_final-1.1_verification_key.json`,commitmentCalculator3x6v1x1Wasm:`${r}commitmentCalculator3x6-1.1.wasm`,commitmentCalculator3x6v1x1Zkey:`${r}commitmentCalculator3x6_final-1.1.zkey`,commitmentCalculator3x6v1x1VK:`${r}commitmentCalculator3x6_final-1.1_verification_key.json`,commitmentCalculator4x2v1x1Wasm:`${r}commitmentCalculator4x2-1.1.wasm`,commitmentCalculator4x2v1x1Zkey:`${r}commitmentCalculator4x2_final-1.1.zkey`,commitmentCalculator4x2v1x1VK:`${r}commitmentCalculator4x2_final-1.1_verification_key.json`,commitmentCalculator4x6v1x1Wasm:`${r}commitmentCalculator4x6-1.1.wasm`,commitmentCalculator4x6v1x1Zkey:`${r}commitmentCalculator4x6_final-1.1.zkey`,commitmentCalculator4x6v1x1VK:`${r}commitmentCalculator4x6_final-1.1_verification_key.json`,commitmentCalculator5x2v1x1Wasm:`${r}commitmentCalculator5x2-1.1.wasm`,commitmentCalculator5x2v1x1Zkey:`${r}commitmentCalculator5x2_final-1.1.zkey`,commitmentCalculator5x2v1x1VK:`${r}commitmentCalculator5x2_final-1.1_verification_key.json`,commitmentCalculator5x6v1x1Wasm:`${r}commitmentCalculator5x6-1.1.wasm`,commitmentCalculator5x6v1x1Zkey:`${r}commitmentCalculator5x6_final-1.1.zkey`,commitmentCalculator5x6v1x1VK:`${r}commitmentCalculator5x6_final-1.1_verification_key.json`},a={mainEVMCircuit1x2x1v1x1Wasm:`mainEVMCircuit1x2x1-1.1.wasm`,mainEVMCircuit1x2x1v1x1Zkey:`mainEVMCircuit1x2x1_final-1.1.zkey`,mainEVMCircuit1x6x1v1x1Wasm:`mainEVMCircuit1x6x1-1.1.wasm`,mainEVMCircuit1x6x1v1x1Zkey:`mainEVMCircuit1x6x1_final-1.1.zkey`,mainEVMCircuit2x2x1v1x1Wasm:`mainEVMCircuit2x2x1-1.1.wasm`,mainEVMCircuit2x2x1v1x1Zkey:`mainEVMCircuit2x2x1_final-1.1.zkey`,mainEVMCircuit2x6x1v1x1Wasm:`mainEVMCircuit2x6x1-1.1.wasm`,mainEVMCircuit2x6x1v1x1Zkey:`mainEVMCircuit2x6x1_final-1.1.zkey`,mainEVMCircuit3x2x1v1x1Wasm:`mainEVMCircuit3x2x1-1.1.wasm`,mainEVMCircuit3x2x1v1x1Zkey:`mainEVMCircuit3x2x1_final-1.1.zkey`,mainEVMCircuit3x6x1v1x1Wasm:`mainEVMCircuit3x6x1-1.1.wasm`,mainEVMCircuit3x6x1v1x1Zkey:`mainEVMCircuit3x6x1_final-1.1.zkey`,mainEVMCircuit4x2x1v1x1Wasm:`mainEVMCircuit4x2x1-1.1.wasm`,mainEVMCircuit4x2x1v1x1Zkey:`mainEVMCircuit4x2x1_final-1.1.zkey`,mainEVMCircuit4x6x1v1x1Wasm:`mainEVMCircuit4x6x1-1.1.wasm`,mainEVMCircuit4x6x1v1x1Zkey:`mainEVMCircuit4x6x1_final-1.1.zkey`,mainEVMCircuit5x2x1v1x1Wasm:`mainEVMCircuit5x2x1-1.1.wasm`,mainEVMCircuit5x2x1v1x1Zkey:`mainEVMCircuit5x2x1_final-1.1.zkey`,mainEVMCircuit5x6x1v1x1Wasm:`mainEVMCircuit5x6x1-1.1.wasm`,mainEVMCircuit5x6x1v1x1Zkey:`mainEVMCircuit5x6x1_final-1.1.zkey`,mainEVMCircuit1x2x2v1x1Wasm:`mainEVMCircuit1x2x2-1.1.wasm`,mainEVMCircuit1x2x2v1x1Zkey:`mainEVMCircuit1x2x2_final-1.1.zkey`,mainEVMCircuit1x6x2v1x1Wasm:`mainEVMCircuit1x6x2-1.1.wasm`,mainEVMCircuit1x6x2v1x1Zkey:`mainEVMCircuit1x6x2_final-1.1.zkey`,mainEVMCircuit2x2x2v1x1Wasm:`mainEVMCircuit2x2x2-1.1.wasm`,mainEVMCircuit2x2x2v1x1Zkey:`mainEVMCircuit2x2x2_final-1.1.zkey`,mainEVMCircuit2x6x2v1x1Wasm:`mainEVMCircuit2x6x2-1.1.wasm`,mainEVMCircuit2x6x2v1x1Zkey:`mainEVMCircuit2x6x2_final-1.1.zkey`,mainEVMCircuitMin0v1x1Wasm:`mainEVMCircuitMin0-1.1.wasm`,mainEVMCircuitMin0v1x1Zkey:`mainEVMCircuitMin0_final-1.1.zkey`,mainSolanaCircuit1x2x1v1x1Zkey:`mainSolanaCircuit1x2x1_final-1.1.zkey`,mainSolanaCircuit1x2x1v1x1Wasm:`mainSolanaCircuit1x2x1-1.1.wasm`,mainSolanaCircuit1x2x2v1x1Zkey:`mainSolanaCircuit1x2x2_final-1.1.zkey`,mainSolanaCircuit1x2x2v1x1Wasm:`mainSolanaCircuit1x2x2-1.1.wasm`,mainSolanaCircuit1x6x1v1x1Zkey:`mainSolanaCircuit1x6x1_final-1.1.zkey`,mainSolanaCircuit1x6x1v1x1Wasm:`mainSolanaCircuit1x6x1-1.1.wasm`,mainSolanaCircuit1x6x2v1x1Zkey:`mainSolanaCircuit1x6x2_final-1.1.zkey`,mainSolanaCircuit1x6x2v1x1Wasm:`mainSolanaCircuit1x6x2-1.1.wasm`,mainSolanaCircuit2x2x1v1x1Zkey:`mainSolanaCircuit2x2x1_final-1.1.zkey`,mainSolanaCircuit2x2x1v1x1Wasm:`mainSolanaCircuit2x2x1-1.1.wasm`,mainSolanaCircuit2x6x1v1x1Zkey:`mainSolanaCircuit2x6x1_final-1.1.zkey`,mainSolanaCircuit2x6x1v1x1Wasm:`mainSolanaCircuit2x6x1-1.1.wasm`,commitmentCalculator1x2v1x1Zkey:`commitmentCalculator1x2_final-1.1.zkey`,commitmentCalculator1x2v1x1Wasm:`commitmentCalculator1x2-1.1.wasm`,commitmentCalculator1x2v1x1VK:`commitmentCalculator1x2_final-1.1_verification_key.json`,commitmentCalculator1x6v1x1Zkey:`commitmentCalculator1x6_final-1.1.zkey`,commitmentCalculator1x6v1x1Wasm:`commitmentCalculator1x6-1.1.wasm`,commitmentCalculator1x6v1x1VK:`commitmentCalculator1x6_final-1.1_verification_key.json`,commitmentCalculator2x2v1x1Zkey:`commitmentCalculator2x2_final-1.1.zkey`,commitmentCalculator2x2v1x1Wasm:`commitmentCalculator2x2-1.1.wasm`,commitmentCalculator2x2v1x1VK:`commitmentCalculator2x2_final-1.1_verification_key.json`,commitmentCalculator2x6v1x1Zkey:`commitmentCalculator2x6_final-1.1.zkey`,commitmentCalculator2x6v1x1Wasm:`commitmentCalculator2x6-1.1.wasm`,commitmentCalculator2x6v1x1VK:`commitmentCalculator2x6_final-1.1_verification_key.json`,commitmentCalculator3x2v1x1Zkey:`commitmentCalculator3x2_final-1.1.zkey`,commitmentCalculator3x2v1x1Wasm:`commitmentCalculator3x2-1.1.wasm`,commitmentCalculator3x2v1x1VK:`commitmentCalculator3x2_final-1.1_verification_key.json`,commitmentCalculator3x6v1x1Zkey:`commitmentCalculator3x6_final-1.1.zkey`,commitmentCalculator3x6v1x1Wasm:`commitmentCalculator3x6-1.1.wasm`,commitmentCalculator3x6v1x1VK:`commitmentCalculator3x6_final-1.1_verification_key.json`,commitmentCalculator4x2v1x1Zkey:`commitmentCalculator4x2_final-1.1.zkey`,commitmentCalculator4x2v1x1Wasm:`commitmentCalculator4x2-1.1.wasm`,commitmentCalculator4x2v1x1VK:`commitmentCalculator4x2_final-1.1_verification_key.json`,commitmentCalculator4x6v1x1Zkey:`commitmentCalculator4x6_final-1.1.zkey`,commitmentCalculator4x6v1x1Wasm:`commitmentCalculator4x6-1.1.wasm`,commitmentCalculator4x6v1x1VK:`commitmentCalculator4x6_final-1.1_verification_key.json`,commitmentCalculator5x2v1x1Zkey:`commitmentCalculator5x2_final-1.1.zkey`,commitmentCalculator5x2v1x1Wasm:`commitmentCalculator5x2-1.1.wasm`,commitmentCalculator5x2v1x1VK:`commitmentCalculator5x2_final-1.1_verification_key.json`,commitmentCalculator5x6v1x1Zkey:`commitmentCalculator5x6_final-1.1.zkey`,commitmentCalculator5x6v1x1Wasm:`commitmentCalculator5x6-1.1.wasm`,commitmentCalculator5x6v1x1VK:`commitmentCalculator5x6_final-1.1_verification_key.json`};exports.ENCLAVE_URL=n,exports.localVerifiers=a,exports.prodVerifiers=i;
|
|
@@ -1,429 +1,149 @@
|
|
|
1
|
-
export declare const
|
|
2
|
-
export declare const prodVerifiers:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
swapperM5x6x1Zkey: string;
|
|
76
|
-
swapperM5x6x1Wasm: string;
|
|
77
|
-
swapperM5x2x1v1x1Zkey: string;
|
|
78
|
-
swapperM5x2x1v1x1Wasm: string;
|
|
79
|
-
swapperM5x6x1v1x1Zkey: string;
|
|
80
|
-
swapperM5x6x1v1x1Wasm: string;
|
|
81
|
-
swapperMO5x2x1Zkey: string;
|
|
82
|
-
swapperMO5x2x1Wasm: string;
|
|
83
|
-
swapperMO5x6x1Zkey: string;
|
|
84
|
-
swapperMO5x6x1Wasm: string;
|
|
85
|
-
swapperMTS2x2x1Zkey: string;
|
|
86
|
-
swapperMTS2x2x1Wasm: string;
|
|
87
|
-
transactionsProverZkey: string;
|
|
88
|
-
transactionsProverWasm: string;
|
|
89
|
-
stakeProverZkey: string;
|
|
90
|
-
stakeProverWasm: string;
|
|
91
|
-
stakeProverPermissionlessZkey: string;
|
|
92
|
-
stakeProverPermissionlessWasm: string;
|
|
93
|
-
swapperMW1x2Wasm: string;
|
|
94
|
-
swapperMW1x2Zkey: string;
|
|
95
|
-
swapperMW1x6Wasm: string;
|
|
96
|
-
swapperMW1x6Zkey: string;
|
|
97
|
-
swapperMW2x2Wasm: string;
|
|
98
|
-
swapperMW2x2Zkey: string;
|
|
99
|
-
swapperMW2x6Wasm: string;
|
|
100
|
-
swapperMW2x6Zkey: string;
|
|
101
|
-
swapperMW3x2Wasm: string;
|
|
102
|
-
swapperMW3x2Zkey: string;
|
|
103
|
-
swapperMW3x6Wasm: string;
|
|
104
|
-
swapperMW3x6Zkey: string;
|
|
105
|
-
swapperMW4x2Wasm: string;
|
|
106
|
-
swapperMW4x2Zkey: string;
|
|
107
|
-
swapperMW4x6Wasm: string;
|
|
108
|
-
swapperMW4x6Zkey: string;
|
|
109
|
-
swapperMW5x2Wasm: string;
|
|
110
|
-
swapperMW5x2Zkey: string;
|
|
111
|
-
swapperMW5x6Wasm: string;
|
|
112
|
-
swapperMW5x6Zkey: string;
|
|
113
|
-
swapperMW1x2x1Wasm: string;
|
|
114
|
-
swapperMW1x2x1Zkey: string;
|
|
115
|
-
swapperMW1x6x1Wasm: string;
|
|
116
|
-
swapperMW1x6x1Zkey: string;
|
|
117
|
-
swapperMW2x2x1Wasm: string;
|
|
118
|
-
swapperMW2x2x1Zkey: string;
|
|
119
|
-
swapperMW2x6x1Wasm: string;
|
|
120
|
-
swapperMW2x6x1Zkey: string;
|
|
121
|
-
swapperMW3x2x1Wasm: string;
|
|
122
|
-
swapperMW3x2x1Zkey: string;
|
|
123
|
-
swapperMW3x6x1Wasm: string;
|
|
124
|
-
swapperMW3x6x1Zkey: string;
|
|
125
|
-
swapperMW4x2x1Wasm: string;
|
|
126
|
-
swapperMW4x2x1Zkey: string;
|
|
127
|
-
swapperMW4x6x1Wasm: string;
|
|
128
|
-
swapperMW4x6x1Zkey: string;
|
|
129
|
-
swapperMW5x2x1Wasm: string;
|
|
130
|
-
swapperMW5x2x1Zkey: string;
|
|
131
|
-
swapperMW5x6x1Wasm: string;
|
|
132
|
-
swapperMW5x6x1Zkey: string;
|
|
133
|
-
swapperMW1x0x1Wasm: string;
|
|
134
|
-
swapperMW1x0x1Zkey: string;
|
|
135
|
-
swapperMW2x0x1Wasm: string;
|
|
136
|
-
swapperMW2x0x1Zkey: string;
|
|
137
|
-
swapperMW3x0x1Wasm: string;
|
|
138
|
-
swapperMW3x0x1Zkey: string;
|
|
139
|
-
swapperMW0x0x0Wasm: string;
|
|
140
|
-
swapperMW0x0x0Zkey: string;
|
|
141
|
-
swapperMW1x2x1v1x1Wasm: string;
|
|
142
|
-
swapperMW1x2x1v1x1Zkey: string;
|
|
143
|
-
swapperMW1x2x2v1x1Wasm: string;
|
|
144
|
-
swapperMW1x2x2v1x1Zkey: string;
|
|
145
|
-
swapperMW1x6x1v1x1Wasm: string;
|
|
146
|
-
swapperMW1x6x1v1x1Zkey: string;
|
|
147
|
-
swapperMW1x6x2v1x1Wasm: string;
|
|
148
|
-
swapperMW1x6x2v1x1Zkey: string;
|
|
149
|
-
swapperMW2x2x1v1x1Wasm: string;
|
|
150
|
-
swapperMW2x2x1v1x1Zkey: string;
|
|
151
|
-
swapperMW2x2x2v1x1Wasm: string;
|
|
152
|
-
swapperMW2x2x2v1x1Zkey: string;
|
|
153
|
-
swapperMW2x6x1v1x1Wasm: string;
|
|
154
|
-
swapperMW2x6x1v1x1Zkey: string;
|
|
155
|
-
swapperMW2x6x2v1x1Wasm: string;
|
|
156
|
-
swapperMW2x6x2v1x1Zkey: string;
|
|
157
|
-
swapperMW3x2x1v1x1Wasm: string;
|
|
158
|
-
swapperMW3x2x1v1x1Zkey: string;
|
|
159
|
-
swapperMW3x6x1v1x1Wasm: string;
|
|
160
|
-
swapperMW3x6x1v1x1Zkey: string;
|
|
161
|
-
swapperMW4x2x1v1x1Wasm: string;
|
|
162
|
-
swapperMW4x2x1v1x1Zkey: string;
|
|
163
|
-
swapperMW4x6x1v1x1Wasm: string;
|
|
164
|
-
swapperMW4x6x1v1x1Zkey: string;
|
|
165
|
-
swapperMW5x2x1v1x1Wasm: string;
|
|
166
|
-
swapperMW5x2x1v1x1Zkey: string;
|
|
167
|
-
swapperMW5x6x1v1x1Wasm: string;
|
|
168
|
-
swapperMW5x6x1v1x1Zkey: string;
|
|
169
|
-
swapperMW1x0x1v1x1Wasm: string;
|
|
170
|
-
swapperMW1x0x1v1x1Zkey: string;
|
|
171
|
-
swapperMW2x0x1v1x1Wasm: string;
|
|
172
|
-
swapperMW2x0x1v1x1Zkey: string;
|
|
173
|
-
swapperMW3x0x1v1x1Wasm: string;
|
|
174
|
-
swapperMW3x0x1v1x1Zkey: string;
|
|
175
|
-
swapperMWMin0v1x1Wasm: string;
|
|
176
|
-
swapperMWMin0v1x1Zkey: string;
|
|
177
|
-
swapperMHA1x2x1Wasm: string;
|
|
178
|
-
swapperMHA1x6x1Wasm: string;
|
|
179
|
-
swapperMHA1x2x1Zkey: string;
|
|
180
|
-
swapperMHA1x6x1Zkey: string;
|
|
181
|
-
swapperMHA2x2x1Wasm: string;
|
|
182
|
-
swapperMHA2x2x1Zkey: string;
|
|
183
|
-
swapperMHA2x6x1Wasm: string;
|
|
184
|
-
swapperMHA2x6x1Zkey: string;
|
|
185
|
-
swapperMHA3x2x1Wasm: string;
|
|
186
|
-
swapperMHA3x2x1Zkey: string;
|
|
187
|
-
swapperMHA3x6x1Wasm: string;
|
|
188
|
-
swapperMHA3x6x1Zkey: string;
|
|
189
|
-
swapperMHA4x2x1Wasm: string;
|
|
190
|
-
swapperMHA4x2x1Zkey: string;
|
|
191
|
-
swapperMHA4x6x1Wasm: string;
|
|
192
|
-
swapperMHA4x6x1Zkey: string;
|
|
193
|
-
swapperMHA1x2x1v1x1Wasm: string;
|
|
194
|
-
swapperMHA1x2x1v1x1Zkey: string;
|
|
195
|
-
swapperMHA1x6x1v1x1Wasm: string;
|
|
196
|
-
swapperMHA1x6x1v1x1Zkey: string;
|
|
197
|
-
swapperMHA2x2x1v1x1Wasm: string;
|
|
198
|
-
swapperMHA2x2x1v1x1Zkey: string;
|
|
199
|
-
swapperMHA2x6x1v1x1Wasm: string;
|
|
200
|
-
swapperMHA2x6x1v1x1Zkey: string;
|
|
201
|
-
swapperMHA3x2x1v1x1Wasm: string;
|
|
202
|
-
swapperMHA3x2x1v1x1Zkey: string;
|
|
203
|
-
swapperMHA3x6x1v1x1Wasm: string;
|
|
204
|
-
swapperMHA3x6x1v1x1Zkey: string;
|
|
205
|
-
swapperMHA4x2x1v1x1Wasm: string;
|
|
206
|
-
swapperMHA4x2x1v1x1Zkey: string;
|
|
207
|
-
swapperMHA4x6x1v1x1Wasm: string;
|
|
208
|
-
swapperMHA4x6x1v1x1Zkey: string;
|
|
209
|
-
swapperMHA5x2x1v1x1Wasm: string;
|
|
210
|
-
swapperMHA5x2x1v1x1Zkey: string;
|
|
211
|
-
swapperMHA5x6x1v1x1Wasm: string;
|
|
212
|
-
swapperMHA5x6x1v1x1Zkey: string;
|
|
1
|
+
export declare const ENCLAVE_URL: string;
|
|
2
|
+
export declare const prodVerifiers: {
|
|
3
|
+
mainEVMCircuit1x2x1v1x1Wasm: string;
|
|
4
|
+
mainEVMCircuit1x2x1v1x1Zkey: string;
|
|
5
|
+
mainEVMCircuit1x6x1v1x1Wasm: string;
|
|
6
|
+
mainEVMCircuit1x6x1v1x1Zkey: string;
|
|
7
|
+
mainEVMCircuit2x2x1v1x1Wasm: string;
|
|
8
|
+
mainEVMCircuit2x2x1v1x1Zkey: string;
|
|
9
|
+
mainEVMCircuit2x6x1v1x1Wasm: string;
|
|
10
|
+
mainEVMCircuit2x6x1v1x1Zkey: string;
|
|
11
|
+
mainEVMCircuit3x2x1v1x1Wasm: string;
|
|
12
|
+
mainEVMCircuit3x2x1v1x1Zkey: string;
|
|
13
|
+
mainEVMCircuit3x6x1v1x1Wasm: string;
|
|
14
|
+
mainEVMCircuit3x6x1v1x1Zkey: string;
|
|
15
|
+
mainEVMCircuit4x2x1v1x1Wasm: string;
|
|
16
|
+
mainEVMCircuit4x2x1v1x1Zkey: string;
|
|
17
|
+
mainEVMCircuit4x6x1v1x1Wasm: string;
|
|
18
|
+
mainEVMCircuit4x6x1v1x1Zkey: string;
|
|
19
|
+
mainEVMCircuit5x2x1v1x1Wasm: string;
|
|
20
|
+
mainEVMCircuit5x2x1v1x1Zkey: string;
|
|
21
|
+
mainEVMCircuit5x6x1v1x1Wasm: string;
|
|
22
|
+
mainEVMCircuit5x6x1v1x1Zkey: string;
|
|
23
|
+
mainEVMCircuit1x2x2v1x1Wasm: string;
|
|
24
|
+
mainEVMCircuit1x2x2v1x1Zkey: string;
|
|
25
|
+
mainEVMCircuit1x6x2v1x1Wasm: string;
|
|
26
|
+
mainEVMCircuit1x6x2v1x1Zkey: string;
|
|
27
|
+
mainEVMCircuit2x2x2v1x1Wasm: string;
|
|
28
|
+
mainEVMCircuit2x2x2v1x1Zkey: string;
|
|
29
|
+
mainEVMCircuit2x6x2v1x1Wasm: string;
|
|
30
|
+
mainEVMCircuit2x6x2v1x1Zkey: string;
|
|
31
|
+
mainEVMCircuitMin0v1x1Wasm: string;
|
|
32
|
+
mainEVMCircuitMin0v1x1Zkey: string;
|
|
33
|
+
mainSolanaCircuit1x2x1v1x1Zkey: string;
|
|
34
|
+
mainSolanaCircuit1x2x1v1x1Wasm: string;
|
|
35
|
+
mainSolanaCircuit1x2x2v1x1Zkey: string;
|
|
36
|
+
mainSolanaCircuit1x2x2v1x1Wasm: string;
|
|
37
|
+
mainSolanaCircuit1x6x1v1x1Zkey: string;
|
|
38
|
+
mainSolanaCircuit1x6x1v1x1Wasm: string;
|
|
39
|
+
mainSolanaCircuit1x6x2v1x1Zkey: string;
|
|
40
|
+
mainSolanaCircuit1x6x2v1x1Wasm: string;
|
|
41
|
+
mainSolanaCircuit2x2x1v1x1Zkey: string;
|
|
42
|
+
mainSolanaCircuit2x2x1v1x1Wasm: string;
|
|
43
|
+
mainSolanaCircuit2x6x1v1x1Zkey: string;
|
|
44
|
+
mainSolanaCircuit2x6x1v1x1Wasm: string;
|
|
45
|
+
commitmentCalculator1x2v1x1Wasm: string;
|
|
46
|
+
commitmentCalculator1x2v1x1Zkey: string;
|
|
47
|
+
commitmentCalculator1x2v1x1VK: string;
|
|
48
|
+
commitmentCalculator1x6v1x1Wasm: string;
|
|
49
|
+
commitmentCalculator1x6v1x1Zkey: string;
|
|
50
|
+
commitmentCalculator1x6v1x1VK: string;
|
|
51
|
+
commitmentCalculator2x2v1x1Wasm: string;
|
|
52
|
+
commitmentCalculator2x2v1x1Zkey: string;
|
|
53
|
+
commitmentCalculator2x2v1x1VK: string;
|
|
54
|
+
commitmentCalculator2x6v1x1Wasm: string;
|
|
55
|
+
commitmentCalculator2x6v1x1Zkey: string;
|
|
56
|
+
commitmentCalculator2x6v1x1VK: string;
|
|
57
|
+
commitmentCalculator3x2v1x1Wasm: string;
|
|
58
|
+
commitmentCalculator3x2v1x1Zkey: string;
|
|
59
|
+
commitmentCalculator3x2v1x1VK: string;
|
|
60
|
+
commitmentCalculator3x6v1x1Wasm: string;
|
|
61
|
+
commitmentCalculator3x6v1x1Zkey: string;
|
|
62
|
+
commitmentCalculator3x6v1x1VK: string;
|
|
63
|
+
commitmentCalculator4x2v1x1Wasm: string;
|
|
64
|
+
commitmentCalculator4x2v1x1Zkey: string;
|
|
65
|
+
commitmentCalculator4x2v1x1VK: string;
|
|
66
|
+
commitmentCalculator4x6v1x1Wasm: string;
|
|
67
|
+
commitmentCalculator4x6v1x1Zkey: string;
|
|
68
|
+
commitmentCalculator4x6v1x1VK: string;
|
|
69
|
+
commitmentCalculator5x2v1x1Wasm: string;
|
|
70
|
+
commitmentCalculator5x2v1x1Zkey: string;
|
|
71
|
+
commitmentCalculator5x2v1x1VK: string;
|
|
72
|
+
commitmentCalculator5x6v1x1Wasm: string;
|
|
73
|
+
commitmentCalculator5x6v1x1Zkey: string;
|
|
74
|
+
commitmentCalculator5x6v1x1VK: string;
|
|
213
75
|
};
|
|
214
76
|
export declare const localVerifiers: {
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
swapperMO4x6x1Zkey: string;
|
|
288
|
-
swapperMO4x6x1Wasm: string;
|
|
289
|
-
swapperM5x2x1Zkey: string;
|
|
290
|
-
swapperM5x2x1Wasm: string;
|
|
291
|
-
swapperM5x6x1Zkey: string;
|
|
292
|
-
swapperM5x6x1Wasm: string;
|
|
293
|
-
swapperM5x2x1v1x1Zkey: string;
|
|
294
|
-
swapperM5x2x1v1x1Wasm: string;
|
|
295
|
-
swapperM5x6x1v1x1Zkey: string;
|
|
296
|
-
swapperM5x6x1v1x1Wasm: string;
|
|
297
|
-
swapperMO5x2x1Zkey: string;
|
|
298
|
-
swapperMO5x2x1Wasm: string;
|
|
299
|
-
swapperMO5x6x1Zkey: string;
|
|
300
|
-
swapperMO5x6x1Wasm: string;
|
|
301
|
-
swapperMTS2x2x1Zkey: string;
|
|
302
|
-
swapperMTS2x2x1Wasm: string;
|
|
303
|
-
transactionsProverZkey: string;
|
|
304
|
-
transactionsProverWasm: string;
|
|
305
|
-
stakeProverZkey: string;
|
|
306
|
-
stakeProverWasm: string;
|
|
307
|
-
stakeProverPermissionlessZkey: string;
|
|
308
|
-
stakeProverPermissionlessWasm: string;
|
|
309
|
-
swapperMW1x2Wasm: string;
|
|
310
|
-
swapperMW1x2Zkey: string;
|
|
311
|
-
swapperMW1x6Wasm: string;
|
|
312
|
-
swapperMW1x6Zkey: string;
|
|
313
|
-
swapperMW2x2Wasm: string;
|
|
314
|
-
swapperMW2x2Zkey: string;
|
|
315
|
-
swapperMW2x6Wasm: string;
|
|
316
|
-
swapperMW2x6Zkey: string;
|
|
317
|
-
swapperMW3x2Wasm: string;
|
|
318
|
-
swapperMW3x2Zkey: string;
|
|
319
|
-
swapperMW3x6Wasm: string;
|
|
320
|
-
swapperMW3x6Zkey: string;
|
|
321
|
-
swapperMW4x2Wasm: string;
|
|
322
|
-
swapperMW4x2Zkey: string;
|
|
323
|
-
swapperMW4x6Wasm: string;
|
|
324
|
-
swapperMW4x6Zkey: string;
|
|
325
|
-
swapperMW5x2Wasm: string;
|
|
326
|
-
swapperMW5x2Zkey: string;
|
|
327
|
-
swapperMW5x6Wasm: string;
|
|
328
|
-
swapperMW5x6Zkey: string;
|
|
329
|
-
swapperMW1x2x1Wasm: string;
|
|
330
|
-
swapperMW1x2x1Zkey: string;
|
|
331
|
-
swapperMW1x6x1Wasm: string;
|
|
332
|
-
swapperMW1x6x1Zkey: string;
|
|
333
|
-
swapperMW2x2x1Wasm: string;
|
|
334
|
-
swapperMW2x2x1Zkey: string;
|
|
335
|
-
swapperMW2x6x1Wasm: string;
|
|
336
|
-
swapperMW2x6x1Zkey: string;
|
|
337
|
-
swapperMW3x2x1Wasm: string;
|
|
338
|
-
swapperMW3x2x1Zkey: string;
|
|
339
|
-
swapperMW3x6x1Wasm: string;
|
|
340
|
-
swapperMW3x6x1Zkey: string;
|
|
341
|
-
swapperMW4x2x1Wasm: string;
|
|
342
|
-
swapperMW4x2x1Zkey: string;
|
|
343
|
-
swapperMW4x6x1Wasm: string;
|
|
344
|
-
swapperMW4x6x1Zkey: string;
|
|
345
|
-
swapperMW5x2x1Wasm: string;
|
|
346
|
-
swapperMW5x2x1Zkey: string;
|
|
347
|
-
swapperMW5x6x1Wasm: string;
|
|
348
|
-
swapperMW5x6x1Zkey: string;
|
|
349
|
-
swapperMW1x0x1Wasm: string;
|
|
350
|
-
swapperMW1x0x1Zkey: string;
|
|
351
|
-
swapperMW2x0x1Wasm: string;
|
|
352
|
-
swapperMW2x0x1Zkey: string;
|
|
353
|
-
swapperMW3x0x1Wasm: string;
|
|
354
|
-
swapperMW3x0x1Zkey: string;
|
|
355
|
-
swapperMW1x2x1v1x1Wasm: string;
|
|
356
|
-
swapperMW1x2x1v1x1Zkey: string;
|
|
357
|
-
swapperMW1x2x2v1x1Wasm: string;
|
|
358
|
-
swapperMW1x2x2v1x1Zkey: string;
|
|
359
|
-
swapperMW1x6x1v1x1Wasm: string;
|
|
360
|
-
swapperMW1x6x1v1x1Zkey: string;
|
|
361
|
-
swapperMW1x6x2v1x1Wasm: string;
|
|
362
|
-
swapperMW1x6x2v1x1Zkey: string;
|
|
363
|
-
swapperMW2x2x1v1x1Wasm: string;
|
|
364
|
-
swapperMW2x2x1v1x1Zkey: string;
|
|
365
|
-
swapperMW2x2x2v1x1Wasm: string;
|
|
366
|
-
swapperMW2x2x2v1x1Zkey: string;
|
|
367
|
-
swapperMW2x6x1v1x1Wasm: string;
|
|
368
|
-
swapperMW2x6x1v1x1Zkey: string;
|
|
369
|
-
swapperMW2x6x2v1x1Wasm: string;
|
|
370
|
-
swapperMW2x6x2v1x1Zkey: string;
|
|
371
|
-
swapperMW3x2x1v1x1Wasm: string;
|
|
372
|
-
swapperMW3x2x1v1x1Zkey: string;
|
|
373
|
-
swapperMW3x6x1v1x1Wasm: string;
|
|
374
|
-
swapperMW3x6x1v1x1Zkey: string;
|
|
375
|
-
swapperMW4x2x1v1x1Wasm: string;
|
|
376
|
-
swapperMW4x2x1v1x1Zkey: string;
|
|
377
|
-
swapperMW4x6x1v1x1Wasm: string;
|
|
378
|
-
swapperMW4x6x1v1x1Zkey: string;
|
|
379
|
-
swapperMW5x2x1v1x1Wasm: string;
|
|
380
|
-
swapperMW5x2x1v1x1Zkey: string;
|
|
381
|
-
swapperMW5x6x1v1x1Wasm: string;
|
|
382
|
-
swapperMW5x6x1v1x1Zkey: string;
|
|
383
|
-
swapperMW1x0x1v1x1Wasm: string;
|
|
384
|
-
swapperMW1x0x1v1x1Zkey: string;
|
|
385
|
-
swapperMW2x0x1v1x1Wasm: string;
|
|
386
|
-
swapperMW2x0x1v1x1Zkey: string;
|
|
387
|
-
swapperMW3x0x1v1x1Wasm: string;
|
|
388
|
-
swapperMW3x0x1v1x1Zkey: string;
|
|
389
|
-
swapperMW0x0x0v1x1Wasm: string;
|
|
390
|
-
swapperMW0x0x0v1x1Zkey: string;
|
|
391
|
-
swapperMHA1x2x1Wasm: string;
|
|
392
|
-
swapperMHA1x2x1Zkey: string;
|
|
393
|
-
swapperMHA1x6x1Wasm: string;
|
|
394
|
-
swapperMHA1x6x1Zkey: string;
|
|
395
|
-
swapperMHA2x2x1Wasm: string;
|
|
396
|
-
swapperMHA2x2x1Zkey: string;
|
|
397
|
-
swapperMHA2x6x1Wasm: string;
|
|
398
|
-
swapperMHA2x6x1Zkey: string;
|
|
399
|
-
swapperMHA3x2x1Wasm: string;
|
|
400
|
-
swapperMHA3x2x1Zkey: string;
|
|
401
|
-
swapperMHA3x6x1Wasm: string;
|
|
402
|
-
swapperMHA3x6x1Zkey: string;
|
|
403
|
-
swapperMHA4x2x1Wasm: string;
|
|
404
|
-
swapperMHA4x2x1Zkey: string;
|
|
405
|
-
swapperMHA4x6x1Wasm: string;
|
|
406
|
-
swapperMHA4x6x1Zkey: string;
|
|
407
|
-
swapperMHA1x2x1v1x1Wasm: string;
|
|
408
|
-
swapperMHA1x2x1v1x1Zkey: string;
|
|
409
|
-
swapperMHA1x6x1v1x1Wasm: string;
|
|
410
|
-
swapperMHA1x6x1v1x1Zkey: string;
|
|
411
|
-
swapperMHA2x2x1v1x1Wasm: string;
|
|
412
|
-
swapperMHA2x2x1v1x1Zkey: string;
|
|
413
|
-
swapperMHA2x6x1v1x1Wasm: string;
|
|
414
|
-
swapperMHA2x6x1v1x1Zkey: string;
|
|
415
|
-
swapperMHA3x2x1v1x1Wasm: string;
|
|
416
|
-
swapperMHA3x2x1v1x1Zkey: string;
|
|
417
|
-
swapperMHA3x6x1v1x1Wasm: string;
|
|
418
|
-
swapperMHA3x6x1v1x1Zkey: string;
|
|
419
|
-
swapperMHA4x2x1v1x1Wasm: string;
|
|
420
|
-
swapperMHA4x2x1v1x1Zkey: string;
|
|
421
|
-
swapperMHA4x6x1v1x1Wasm: string;
|
|
422
|
-
swapperMHA4x6x1v1x1Zkey: string;
|
|
423
|
-
swapperMHA5x2x1v1x1Wasm: string;
|
|
424
|
-
swapperMHA5x2x1v1x1Zkey: string;
|
|
425
|
-
swapperMHA5x6x1v1x1Wasm: string;
|
|
426
|
-
swapperMHA5x6x1v1x1Zkey: string;
|
|
427
|
-
swapperMWMin0v1x1Wasm: string;
|
|
428
|
-
swapperMWMin0v1x1Zkey: string;
|
|
77
|
+
mainEVMCircuit1x2x1v1x1Wasm: string;
|
|
78
|
+
mainEVMCircuit1x2x1v1x1Zkey: string;
|
|
79
|
+
mainEVMCircuit1x6x1v1x1Wasm: string;
|
|
80
|
+
mainEVMCircuit1x6x1v1x1Zkey: string;
|
|
81
|
+
mainEVMCircuit2x2x1v1x1Wasm: string;
|
|
82
|
+
mainEVMCircuit2x2x1v1x1Zkey: string;
|
|
83
|
+
mainEVMCircuit2x6x1v1x1Wasm: string;
|
|
84
|
+
mainEVMCircuit2x6x1v1x1Zkey: string;
|
|
85
|
+
mainEVMCircuit3x2x1v1x1Wasm: string;
|
|
86
|
+
mainEVMCircuit3x2x1v1x1Zkey: string;
|
|
87
|
+
mainEVMCircuit3x6x1v1x1Wasm: string;
|
|
88
|
+
mainEVMCircuit3x6x1v1x1Zkey: string;
|
|
89
|
+
mainEVMCircuit4x2x1v1x1Wasm: string;
|
|
90
|
+
mainEVMCircuit4x2x1v1x1Zkey: string;
|
|
91
|
+
mainEVMCircuit4x6x1v1x1Wasm: string;
|
|
92
|
+
mainEVMCircuit4x6x1v1x1Zkey: string;
|
|
93
|
+
mainEVMCircuit5x2x1v1x1Wasm: string;
|
|
94
|
+
mainEVMCircuit5x2x1v1x1Zkey: string;
|
|
95
|
+
mainEVMCircuit5x6x1v1x1Wasm: string;
|
|
96
|
+
mainEVMCircuit5x6x1v1x1Zkey: string;
|
|
97
|
+
mainEVMCircuit1x2x2v1x1Wasm: string;
|
|
98
|
+
mainEVMCircuit1x2x2v1x1Zkey: string;
|
|
99
|
+
mainEVMCircuit1x6x2v1x1Wasm: string;
|
|
100
|
+
mainEVMCircuit1x6x2v1x1Zkey: string;
|
|
101
|
+
mainEVMCircuit2x2x2v1x1Wasm: string;
|
|
102
|
+
mainEVMCircuit2x2x2v1x1Zkey: string;
|
|
103
|
+
mainEVMCircuit2x6x2v1x1Wasm: string;
|
|
104
|
+
mainEVMCircuit2x6x2v1x1Zkey: string;
|
|
105
|
+
mainEVMCircuitMin0v1x1Wasm: string;
|
|
106
|
+
mainEVMCircuitMin0v1x1Zkey: string;
|
|
107
|
+
mainSolanaCircuit1x2x1v1x1Zkey: string;
|
|
108
|
+
mainSolanaCircuit1x2x1v1x1Wasm: string;
|
|
109
|
+
mainSolanaCircuit1x2x2v1x1Zkey: string;
|
|
110
|
+
mainSolanaCircuit1x2x2v1x1Wasm: string;
|
|
111
|
+
mainSolanaCircuit1x6x1v1x1Zkey: string;
|
|
112
|
+
mainSolanaCircuit1x6x1v1x1Wasm: string;
|
|
113
|
+
mainSolanaCircuit1x6x2v1x1Zkey: string;
|
|
114
|
+
mainSolanaCircuit1x6x2v1x1Wasm: string;
|
|
115
|
+
mainSolanaCircuit2x2x1v1x1Zkey: string;
|
|
116
|
+
mainSolanaCircuit2x2x1v1x1Wasm: string;
|
|
117
|
+
mainSolanaCircuit2x6x1v1x1Zkey: string;
|
|
118
|
+
mainSolanaCircuit2x6x1v1x1Wasm: string;
|
|
119
|
+
commitmentCalculator1x2v1x1Zkey: string;
|
|
120
|
+
commitmentCalculator1x2v1x1Wasm: string;
|
|
121
|
+
commitmentCalculator1x2v1x1VK: string;
|
|
122
|
+
commitmentCalculator1x6v1x1Zkey: string;
|
|
123
|
+
commitmentCalculator1x6v1x1Wasm: string;
|
|
124
|
+
commitmentCalculator1x6v1x1VK: string;
|
|
125
|
+
commitmentCalculator2x2v1x1Zkey: string;
|
|
126
|
+
commitmentCalculator2x2v1x1Wasm: string;
|
|
127
|
+
commitmentCalculator2x2v1x1VK: string;
|
|
128
|
+
commitmentCalculator2x6v1x1Zkey: string;
|
|
129
|
+
commitmentCalculator2x6v1x1Wasm: string;
|
|
130
|
+
commitmentCalculator2x6v1x1VK: string;
|
|
131
|
+
commitmentCalculator3x2v1x1Zkey: string;
|
|
132
|
+
commitmentCalculator3x2v1x1Wasm: string;
|
|
133
|
+
commitmentCalculator3x2v1x1VK: string;
|
|
134
|
+
commitmentCalculator3x6v1x1Zkey: string;
|
|
135
|
+
commitmentCalculator3x6v1x1Wasm: string;
|
|
136
|
+
commitmentCalculator3x6v1x1VK: string;
|
|
137
|
+
commitmentCalculator4x2v1x1Zkey: string;
|
|
138
|
+
commitmentCalculator4x2v1x1Wasm: string;
|
|
139
|
+
commitmentCalculator4x2v1x1VK: string;
|
|
140
|
+
commitmentCalculator4x6v1x1Zkey: string;
|
|
141
|
+
commitmentCalculator4x6v1x1Wasm: string;
|
|
142
|
+
commitmentCalculator4x6v1x1VK: string;
|
|
143
|
+
commitmentCalculator5x2v1x1Zkey: string;
|
|
144
|
+
commitmentCalculator5x2v1x1Wasm: string;
|
|
145
|
+
commitmentCalculator5x2v1x1VK: string;
|
|
146
|
+
commitmentCalculator5x6v1x1Zkey: string;
|
|
147
|
+
commitmentCalculator5x6v1x1Wasm: string;
|
|
148
|
+
commitmentCalculator5x6v1x1VK: string;
|
|
429
149
|
};
|