viem 2.15.1 → 2.16.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +36 -0
- package/README.md +17 -11
- package/_cjs/accounts/generateMnemonic.js +1 -2
- package/_cjs/accounts/generateMnemonic.js.map +1 -1
- package/_cjs/accounts/generatePrivateKey.js +1 -2
- package/_cjs/accounts/generatePrivateKey.js.map +1 -1
- package/_cjs/accounts/hdKeyToAccount.js +1 -2
- package/_cjs/accounts/hdKeyToAccount.js.map +1 -1
- package/_cjs/accounts/mnemonicToAccount.js +1 -2
- package/_cjs/accounts/mnemonicToAccount.js.map +1 -1
- package/_cjs/accounts/privateKeyToAccount.js +1 -2
- package/_cjs/accounts/privateKeyToAccount.js.map +1 -1
- package/_cjs/accounts/toAccount.js +1 -2
- package/_cjs/accounts/toAccount.js.map +1 -1
- package/_cjs/accounts/utils/parseAccount.js +1 -2
- package/_cjs/accounts/utils/parseAccount.js.map +1 -1
- package/_cjs/accounts/utils/privateKeyToAddress.js +1 -2
- package/_cjs/accounts/utils/privateKeyToAddress.js.map +1 -1
- package/_cjs/accounts/utils/publicKeyToAddress.js +1 -2
- package/_cjs/accounts/utils/publicKeyToAddress.js.map +1 -1
- package/_cjs/accounts/utils/sign.js +1 -2
- package/_cjs/accounts/utils/sign.js.map +1 -1
- package/_cjs/accounts/utils/signMessage.js +1 -2
- package/_cjs/accounts/utils/signMessage.js.map +1 -1
- package/_cjs/accounts/utils/signTransaction.js +1 -2
- package/_cjs/accounts/utils/signTransaction.js.map +1 -1
- package/_cjs/accounts/utils/signTypedData.js +1 -2
- package/_cjs/accounts/utils/signTypedData.js.map +1 -1
- package/_cjs/actions/ens/getEnsAddress.js +1 -2
- package/_cjs/actions/ens/getEnsAddress.js.map +1 -1
- package/_cjs/actions/ens/getEnsAvatar.js +1 -2
- package/_cjs/actions/ens/getEnsAvatar.js.map +1 -1
- package/_cjs/actions/ens/getEnsName.js +1 -2
- package/_cjs/actions/ens/getEnsName.js.map +1 -1
- package/_cjs/actions/ens/getEnsResolver.js +1 -2
- package/_cjs/actions/ens/getEnsResolver.js.map +1 -1
- package/_cjs/actions/ens/getEnsText.js +1 -2
- package/_cjs/actions/ens/getEnsText.js.map +1 -1
- package/_cjs/actions/getContract.js +3 -4
- package/_cjs/actions/getContract.js.map +1 -1
- package/_cjs/actions/public/call.js +2 -3
- package/_cjs/actions/public/call.js.map +1 -1
- package/_cjs/actions/public/createBlockFilter.js +1 -2
- package/_cjs/actions/public/createBlockFilter.js.map +1 -1
- package/_cjs/actions/public/createContractEventFilter.js +1 -2
- package/_cjs/actions/public/createContractEventFilter.js.map +1 -1
- package/_cjs/actions/public/createEventFilter.js +7 -9
- package/_cjs/actions/public/createEventFilter.js.map +1 -1
- package/_cjs/actions/public/createPendingTransactionFilter.js +1 -2
- package/_cjs/actions/public/createPendingTransactionFilter.js.map +1 -1
- package/_cjs/actions/public/estimateContractGas.js +1 -2
- package/_cjs/actions/public/estimateContractGas.js.map +1 -1
- package/_cjs/actions/public/estimateFeesPerGas.js +2 -3
- package/_cjs/actions/public/estimateFeesPerGas.js.map +1 -1
- package/_cjs/actions/public/estimateGas.js +1 -2
- package/_cjs/actions/public/estimateGas.js.map +1 -1
- package/_cjs/actions/public/estimateMaxPriorityFeePerGas.js +2 -3
- package/_cjs/actions/public/estimateMaxPriorityFeePerGas.js.map +1 -1
- package/_cjs/actions/public/getBalance.js +1 -2
- package/_cjs/actions/public/getBalance.js.map +1 -1
- package/_cjs/actions/public/getBlobBaseFee.js +1 -2
- package/_cjs/actions/public/getBlobBaseFee.js.map +1 -1
- package/_cjs/actions/public/getBlock.js +1 -2
- package/_cjs/actions/public/getBlock.js.map +1 -1
- package/_cjs/actions/public/getBlockNumber.js +2 -3
- package/_cjs/actions/public/getBlockNumber.js.map +1 -1
- package/_cjs/actions/public/getBlockTransactionCount.js +1 -2
- package/_cjs/actions/public/getBlockTransactionCount.js.map +1 -1
- package/_cjs/actions/public/getChainId.js +1 -2
- package/_cjs/actions/public/getChainId.js.map +1 -1
- package/_cjs/actions/public/getCode.js +1 -2
- package/_cjs/actions/public/getCode.js.map +1 -1
- package/_cjs/actions/public/getContractEvents.js +1 -2
- package/_cjs/actions/public/getContractEvents.js.map +1 -1
- package/_cjs/actions/public/getEip712Domain.js +1 -2
- package/_cjs/actions/public/getEip712Domain.js.map +1 -1
- package/_cjs/actions/public/getFeeHistory.js +1 -2
- package/_cjs/actions/public/getFeeHistory.js.map +1 -1
- package/_cjs/actions/public/getFilterChanges.js +1 -2
- package/_cjs/actions/public/getFilterChanges.js.map +1 -1
- package/_cjs/actions/public/getFilterLogs.js +1 -2
- package/_cjs/actions/public/getFilterLogs.js.map +1 -1
- package/_cjs/actions/public/getGasPrice.js +1 -2
- package/_cjs/actions/public/getGasPrice.js.map +1 -1
- package/_cjs/actions/public/getLogs.js +7 -9
- package/_cjs/actions/public/getLogs.js.map +1 -1
- package/_cjs/actions/public/getProof.js +1 -2
- package/_cjs/actions/public/getProof.js.map +1 -1
- package/_cjs/actions/public/getStorageAt.js +1 -2
- package/_cjs/actions/public/getStorageAt.js.map +1 -1
- package/_cjs/actions/public/getTransaction.js +1 -2
- package/_cjs/actions/public/getTransaction.js.map +1 -1
- package/_cjs/actions/public/getTransactionConfirmations.js +1 -2
- package/_cjs/actions/public/getTransactionConfirmations.js.map +1 -1
- package/_cjs/actions/public/getTransactionCount.js +1 -2
- package/_cjs/actions/public/getTransactionCount.js.map +1 -1
- package/_cjs/actions/public/getTransactionReceipt.js +1 -2
- package/_cjs/actions/public/getTransactionReceipt.js.map +1 -1
- package/_cjs/actions/public/multicall.js +1 -2
- package/_cjs/actions/public/multicall.js.map +1 -1
- package/_cjs/actions/public/readContract.js +1 -2
- package/_cjs/actions/public/readContract.js.map +1 -1
- package/_cjs/actions/public/simulateContract.js +1 -2
- package/_cjs/actions/public/simulateContract.js.map +1 -1
- package/_cjs/actions/public/uninstallFilter.js +1 -2
- package/_cjs/actions/public/uninstallFilter.js.map +1 -1
- package/_cjs/actions/public/verifyHash.js +22 -5
- package/_cjs/actions/public/verifyHash.js.map +1 -1
- package/_cjs/actions/public/verifyMessage.js +4 -3
- package/_cjs/actions/public/verifyMessage.js.map +1 -1
- package/_cjs/actions/public/verifyTypedData.js +4 -3
- package/_cjs/actions/public/verifyTypedData.js.map +1 -1
- package/_cjs/actions/public/waitForTransactionReceipt.js +1 -2
- package/_cjs/actions/public/waitForTransactionReceipt.js.map +1 -1
- package/_cjs/actions/public/watchBlockNumber.js +1 -2
- package/_cjs/actions/public/watchBlockNumber.js.map +1 -1
- package/_cjs/actions/public/watchBlocks.js +1 -2
- package/_cjs/actions/public/watchBlocks.js.map +1 -1
- package/_cjs/actions/public/watchContractEvent.js +1 -2
- package/_cjs/actions/public/watchContractEvent.js.map +1 -1
- package/_cjs/actions/public/watchEvent.js +7 -9
- package/_cjs/actions/public/watchEvent.js.map +1 -1
- package/_cjs/actions/public/watchPendingTransactions.js +1 -2
- package/_cjs/actions/public/watchPendingTransactions.js.map +1 -1
- package/_cjs/actions/siwe/verifySiweMessage.js +1 -2
- package/_cjs/actions/siwe/verifySiweMessage.js.map +1 -1
- package/_cjs/actions/test/dropTransaction.js +1 -2
- package/_cjs/actions/test/dropTransaction.js.map +1 -1
- package/_cjs/actions/test/dumpState.js +1 -2
- package/_cjs/actions/test/dumpState.js.map +1 -1
- package/_cjs/actions/test/getAutomine.js +1 -2
- package/_cjs/actions/test/getAutomine.js.map +1 -1
- package/_cjs/actions/test/getTxpoolContent.js +1 -2
- package/_cjs/actions/test/getTxpoolContent.js.map +1 -1
- package/_cjs/actions/test/getTxpoolStatus.js +1 -2
- package/_cjs/actions/test/getTxpoolStatus.js.map +1 -1
- package/_cjs/actions/test/impersonateAccount.js +1 -2
- package/_cjs/actions/test/impersonateAccount.js.map +1 -1
- package/_cjs/actions/test/increaseTime.js +1 -2
- package/_cjs/actions/test/increaseTime.js.map +1 -1
- package/_cjs/actions/test/inspectTxpool.js +1 -2
- package/_cjs/actions/test/inspectTxpool.js.map +1 -1
- package/_cjs/actions/test/loadState.js +1 -2
- package/_cjs/actions/test/loadState.js.map +1 -1
- package/_cjs/actions/test/mine.js +1 -2
- package/_cjs/actions/test/mine.js.map +1 -1
- package/_cjs/actions/test/removeBlockTimestampInterval.js +1 -2
- package/_cjs/actions/test/removeBlockTimestampInterval.js.map +1 -1
- package/_cjs/actions/test/reset.js +1 -2
- package/_cjs/actions/test/reset.js.map +1 -1
- package/_cjs/actions/test/revert.js +1 -2
- package/_cjs/actions/test/revert.js.map +1 -1
- package/_cjs/actions/test/sendUnsignedTransaction.js +1 -2
- package/_cjs/actions/test/sendUnsignedTransaction.js.map +1 -1
- package/_cjs/actions/test/setAutomine.js +1 -2
- package/_cjs/actions/test/setAutomine.js.map +1 -1
- package/_cjs/actions/test/setBalance.js +1 -2
- package/_cjs/actions/test/setBalance.js.map +1 -1
- package/_cjs/actions/test/setBlockGasLimit.js +1 -2
- package/_cjs/actions/test/setBlockGasLimit.js.map +1 -1
- package/_cjs/actions/test/setBlockTimestampInterval.js +1 -2
- package/_cjs/actions/test/setBlockTimestampInterval.js.map +1 -1
- package/_cjs/actions/test/setCode.js +1 -2
- package/_cjs/actions/test/setCode.js.map +1 -1
- package/_cjs/actions/test/setCoinbase.js +1 -2
- package/_cjs/actions/test/setCoinbase.js.map +1 -1
- package/_cjs/actions/test/setIntervalMining.js +1 -2
- package/_cjs/actions/test/setIntervalMining.js.map +1 -1
- package/_cjs/actions/test/setLoggingEnabled.js +1 -2
- package/_cjs/actions/test/setLoggingEnabled.js.map +1 -1
- package/_cjs/actions/test/setMinGasPrice.js +1 -2
- package/_cjs/actions/test/setMinGasPrice.js.map +1 -1
- package/_cjs/actions/test/setNextBlockBaseFeePerGas.js +1 -2
- package/_cjs/actions/test/setNextBlockBaseFeePerGas.js.map +1 -1
- package/_cjs/actions/test/setNextBlockTimestamp.js +1 -2
- package/_cjs/actions/test/setNextBlockTimestamp.js.map +1 -1
- package/_cjs/actions/test/setNonce.js +1 -2
- package/_cjs/actions/test/setNonce.js.map +1 -1
- package/_cjs/actions/test/setRpcUrl.js +1 -2
- package/_cjs/actions/test/setRpcUrl.js.map +1 -1
- package/_cjs/actions/test/setStorageAt.js +1 -2
- package/_cjs/actions/test/setStorageAt.js.map +1 -1
- package/_cjs/actions/test/snapshot.js +1 -2
- package/_cjs/actions/test/snapshot.js.map +1 -1
- package/_cjs/actions/test/stopImpersonatingAccount.js +1 -2
- package/_cjs/actions/test/stopImpersonatingAccount.js.map +1 -1
- package/_cjs/actions/wallet/addChain.js +1 -2
- package/_cjs/actions/wallet/addChain.js.map +1 -1
- package/_cjs/actions/wallet/deployContract.js +1 -2
- package/_cjs/actions/wallet/deployContract.js.map +1 -1
- package/_cjs/actions/wallet/getAddresses.js +1 -2
- package/_cjs/actions/wallet/getAddresses.js.map +1 -1
- package/_cjs/actions/wallet/getPermissions.js +1 -2
- package/_cjs/actions/wallet/getPermissions.js.map +1 -1
- package/_cjs/actions/wallet/prepareTransactionRequest.js +2 -2
- package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_cjs/actions/wallet/requestAddresses.js +1 -2
- package/_cjs/actions/wallet/requestAddresses.js.map +1 -1
- package/_cjs/actions/wallet/requestPermissions.js +1 -2
- package/_cjs/actions/wallet/requestPermissions.js.map +1 -1
- package/_cjs/actions/wallet/sendRawTransaction.js +1 -2
- package/_cjs/actions/wallet/sendRawTransaction.js.map +1 -1
- package/_cjs/actions/wallet/sendTransaction.js +2 -2
- package/_cjs/actions/wallet/sendTransaction.js.map +1 -1
- package/_cjs/actions/wallet/signMessage.js +1 -2
- package/_cjs/actions/wallet/signMessage.js.map +1 -1
- package/_cjs/actions/wallet/signTransaction.js +1 -2
- package/_cjs/actions/wallet/signTransaction.js.map +1 -1
- package/_cjs/actions/wallet/signTypedData.js +1 -2
- package/_cjs/actions/wallet/signTypedData.js.map +1 -1
- package/_cjs/actions/wallet/switchChain.js +1 -2
- package/_cjs/actions/wallet/switchChain.js.map +1 -1
- package/_cjs/actions/wallet/watchAsset.js +1 -2
- package/_cjs/actions/wallet/watchAsset.js.map +1 -1
- package/_cjs/actions/wallet/writeContract.js +1 -2
- package/_cjs/actions/wallet/writeContract.js.map +1 -1
- package/_cjs/celo/parsers.js +1 -2
- package/_cjs/celo/parsers.js.map +1 -1
- package/_cjs/celo/serializers.js +4 -4
- package/_cjs/celo/serializers.js.map +1 -1
- package/_cjs/celo/utils.js +4 -5
- package/_cjs/celo/utils.js.map +1 -1
- package/_cjs/chains/definitions/zetachain.js +6 -0
- package/_cjs/chains/definitions/zetachain.js.map +1 -1
- package/_cjs/chains/definitions/zetachainAthensTestnet.js +6 -0
- package/_cjs/chains/definitions/zetachainAthensTestnet.js.map +1 -1
- package/_cjs/chains/definitions/zircuitTestnet.js +27 -0
- package/_cjs/chains/definitions/zircuitTestnet.js.map +1 -0
- package/_cjs/chains/index.js +4 -2
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/clients/createClient.js +2 -3
- package/_cjs/clients/createClient.js.map +1 -1
- package/_cjs/clients/createPublicClient.js +1 -2
- package/_cjs/clients/createPublicClient.js.map +1 -1
- package/_cjs/clients/createTestClient.js +1 -2
- package/_cjs/clients/createTestClient.js.map +1 -1
- package/_cjs/clients/createWalletClient.js +1 -2
- package/_cjs/clients/createWalletClient.js.map +1 -1
- package/_cjs/clients/decorators/public.js +1 -2
- package/_cjs/clients/decorators/public.js.map +1 -1
- package/_cjs/clients/decorators/test.js +1 -2
- package/_cjs/clients/decorators/test.js.map +1 -1
- package/_cjs/clients/decorators/wallet.js +1 -2
- package/_cjs/clients/decorators/wallet.js.map +1 -1
- package/_cjs/clients/transports/createTransport.js +1 -2
- package/_cjs/clients/transports/createTransport.js.map +1 -1
- package/_cjs/clients/transports/custom.js +1 -2
- package/_cjs/clients/transports/custom.js.map +1 -1
- package/_cjs/clients/transports/fallback.js +2 -3
- package/_cjs/clients/transports/fallback.js.map +1 -1
- package/_cjs/clients/transports/http.js +1 -2
- package/_cjs/clients/transports/http.js.map +1 -1
- package/_cjs/clients/transports/ipc.js +1 -2
- package/_cjs/clients/transports/ipc.js.map +1 -1
- package/_cjs/clients/transports/webSocket.js +1 -2
- package/_cjs/clients/transports/webSocket.js.map +1 -1
- package/_cjs/errors/stateOverride.js +3 -3
- package/_cjs/errors/stateOverride.js.map +1 -1
- package/_cjs/errors/transaction.js +2 -2
- package/_cjs/errors/transaction.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/experimental/eip5792/actions/getCallsStatus.js +1 -2
- package/_cjs/experimental/eip5792/actions/getCallsStatus.js.map +1 -1
- package/_cjs/experimental/eip5792/actions/getCapabilities.js +1 -2
- package/_cjs/experimental/eip5792/actions/getCapabilities.js.map +1 -1
- package/_cjs/experimental/eip5792/actions/sendCalls.js +1 -2
- package/_cjs/experimental/eip5792/actions/sendCalls.js.map +1 -1
- package/_cjs/experimental/eip5792/actions/showCallsStatus.js +1 -2
- package/_cjs/experimental/eip5792/actions/showCallsStatus.js.map +1 -1
- package/_cjs/experimental/eip5792/actions/writeContracts.js +1 -2
- package/_cjs/experimental/eip5792/actions/writeContracts.js.map +1 -1
- package/_cjs/experimental/eip5792/decorators/eip5792.js +1 -2
- package/_cjs/experimental/eip5792/decorators/eip5792.js.map +1 -1
- package/_cjs/experimental/erc7715/actions/issuePermissions.js +1 -2
- package/_cjs/experimental/erc7715/actions/issuePermissions.js.map +1 -1
- package/_cjs/experimental/erc7715/decorators/erc7715.js +1 -2
- package/_cjs/experimental/erc7715/decorators/erc7715.js.map +1 -1
- package/_cjs/experimental/index.js +6 -4
- package/_cjs/experimental/index.js.map +1 -1
- package/_cjs/experimental/solady/actions/signMessage.js +39 -0
- package/_cjs/experimental/solady/actions/signMessage.js.map +1 -0
- package/_cjs/experimental/solady/actions/signTypedData.js +62 -0
- package/_cjs/experimental/solady/actions/signTypedData.js.map +1 -0
- package/_cjs/experimental/solady/decorators/solady.js +15 -0
- package/_cjs/experimental/solady/decorators/solady.js.map +1 -0
- package/_cjs/experimental/solady/index.js +16 -0
- package/_cjs/experimental/solady/index.js.map +1 -0
- package/_cjs/experimental/solady/types.js +3 -0
- package/_cjs/experimental/solady/types.js.map +1 -0
- package/_cjs/experimental/solady/utils/hashMessage.js +19 -0
- package/_cjs/experimental/solady/utils/hashMessage.js.map +1 -0
- package/_cjs/experimental/solady/utils/hashTypedData.js +31 -0
- package/_cjs/experimental/solady/utils/hashTypedData.js.map +1 -0
- package/_cjs/experimental/solady/utils/wrapTypedDataSignature.js +44 -0
- package/_cjs/experimental/solady/utils/wrapTypedDataSignature.js.map +1 -0
- package/_cjs/index.js +11 -3
- package/_cjs/index.js.map +1 -1
- package/_cjs/op-stack/actions/buildDepositTransaction.js +1 -2
- package/_cjs/op-stack/actions/buildDepositTransaction.js.map +1 -1
- package/_cjs/op-stack/actions/buildInitiateWithdrawal.js +1 -2
- package/_cjs/op-stack/actions/buildInitiateWithdrawal.js.map +1 -1
- package/_cjs/op-stack/actions/buildProveWithdrawal.js +2 -3
- package/_cjs/op-stack/actions/buildProveWithdrawal.js.map +1 -1
- package/_cjs/op-stack/actions/depositTransaction.js +1 -2
- package/_cjs/op-stack/actions/depositTransaction.js.map +1 -1
- package/_cjs/op-stack/actions/estimateContractL1Fee.js +1 -2
- package/_cjs/op-stack/actions/estimateContractL1Fee.js.map +1 -1
- package/_cjs/op-stack/actions/estimateContractL1Gas.js +1 -2
- package/_cjs/op-stack/actions/estimateContractL1Gas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateContractTotalFee.js +1 -2
- package/_cjs/op-stack/actions/estimateContractTotalFee.js.map +1 -1
- package/_cjs/op-stack/actions/estimateContractTotalGas.js +1 -2
- package/_cjs/op-stack/actions/estimateContractTotalGas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateDepositTransactionGas.js +1 -2
- package/_cjs/op-stack/actions/estimateDepositTransactionGas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateFinalizeWithdrawalGas.js +1 -2
- package/_cjs/op-stack/actions/estimateFinalizeWithdrawalGas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateInitiateWithdrawalGas.js +1 -2
- package/_cjs/op-stack/actions/estimateInitiateWithdrawalGas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateL1Fee.js +1 -2
- package/_cjs/op-stack/actions/estimateL1Fee.js.map +1 -1
- package/_cjs/op-stack/actions/estimateL1Gas.js +1 -2
- package/_cjs/op-stack/actions/estimateL1Gas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateProveWithdrawalGas.js +1 -2
- package/_cjs/op-stack/actions/estimateProveWithdrawalGas.js.map +1 -1
- package/_cjs/op-stack/actions/estimateTotalFee.js +1 -2
- package/_cjs/op-stack/actions/estimateTotalFee.js.map +1 -1
- package/_cjs/op-stack/actions/estimateTotalGas.js +1 -2
- package/_cjs/op-stack/actions/estimateTotalGas.js.map +1 -1
- package/_cjs/op-stack/actions/finalizeWithdrawal.js +1 -2
- package/_cjs/op-stack/actions/finalizeWithdrawal.js.map +1 -1
- package/_cjs/op-stack/actions/getGame.js +1 -2
- package/_cjs/op-stack/actions/getGame.js.map +1 -1
- package/_cjs/op-stack/actions/getGames.js +1 -2
- package/_cjs/op-stack/actions/getGames.js.map +1 -1
- package/_cjs/op-stack/actions/getL1BaseFee.js +1 -2
- package/_cjs/op-stack/actions/getL1BaseFee.js.map +1 -1
- package/_cjs/op-stack/actions/getL2Output.js +1 -2
- package/_cjs/op-stack/actions/getL2Output.js.map +1 -1
- package/_cjs/op-stack/actions/getPortalVersion.js +1 -2
- package/_cjs/op-stack/actions/getPortalVersion.js.map +1 -1
- package/_cjs/op-stack/actions/getTimeToFinalize.js +1 -2
- package/_cjs/op-stack/actions/getTimeToFinalize.js.map +1 -1
- package/_cjs/op-stack/actions/getTimeToNextGame.js +1 -2
- package/_cjs/op-stack/actions/getTimeToNextGame.js.map +1 -1
- package/_cjs/op-stack/actions/getTimeToNextL2Output.js +1 -2
- package/_cjs/op-stack/actions/getTimeToNextL2Output.js.map +1 -1
- package/_cjs/op-stack/actions/getTimeToProve.js +1 -2
- package/_cjs/op-stack/actions/getTimeToProve.js.map +1 -1
- package/_cjs/op-stack/actions/getWithdrawalStatus.js +1 -2
- package/_cjs/op-stack/actions/getWithdrawalStatus.js.map +1 -1
- package/_cjs/op-stack/actions/initiateWithdrawal.js +1 -2
- package/_cjs/op-stack/actions/initiateWithdrawal.js.map +1 -1
- package/_cjs/op-stack/actions/proveWithdrawal.js +1 -2
- package/_cjs/op-stack/actions/proveWithdrawal.js.map +1 -1
- package/_cjs/op-stack/actions/waitForNextGame.js +1 -2
- package/_cjs/op-stack/actions/waitForNextGame.js.map +1 -1
- package/_cjs/op-stack/actions/waitForNextL2Output.js +1 -2
- package/_cjs/op-stack/actions/waitForNextL2Output.js.map +1 -1
- package/_cjs/op-stack/actions/waitToFinalize.js +1 -2
- package/_cjs/op-stack/actions/waitToFinalize.js.map +1 -1
- package/_cjs/op-stack/actions/waitToProve.js +1 -2
- package/_cjs/op-stack/actions/waitToProve.js.map +1 -1
- package/_cjs/op-stack/decorators/publicL1.js +1 -2
- package/_cjs/op-stack/decorators/publicL1.js.map +1 -1
- package/_cjs/op-stack/decorators/publicL2.js +1 -2
- package/_cjs/op-stack/decorators/publicL2.js.map +1 -1
- package/_cjs/op-stack/decorators/walletL1.js +1 -2
- package/_cjs/op-stack/decorators/walletL1.js.map +1 -1
- package/_cjs/op-stack/decorators/walletL2.js +1 -2
- package/_cjs/op-stack/decorators/walletL2.js.map +1 -1
- package/_cjs/op-stack/parsers.js +1 -2
- package/_cjs/op-stack/parsers.js.map +1 -1
- package/_cjs/op-stack/serializers.js +3 -3
- package/_cjs/op-stack/serializers.js.map +1 -1
- package/_cjs/op-stack/utils/extractTransactionDepositedLogs.js +1 -2
- package/_cjs/op-stack/utils/extractTransactionDepositedLogs.js.map +1 -1
- package/_cjs/op-stack/utils/extractWithdrawalMessageLogs.js +1 -2
- package/_cjs/op-stack/utils/extractWithdrawalMessageLogs.js.map +1 -1
- package/_cjs/op-stack/utils/getL2TransactionHash.js +1 -2
- package/_cjs/op-stack/utils/getL2TransactionHash.js.map +1 -1
- package/_cjs/op-stack/utils/getL2TransactionHashes.js +1 -2
- package/_cjs/op-stack/utils/getL2TransactionHashes.js.map +1 -1
- package/_cjs/op-stack/utils/getSourceHash.js +1 -2
- package/_cjs/op-stack/utils/getSourceHash.js.map +1 -1
- package/_cjs/op-stack/utils/getWithdrawalHashStorageSlot.js +1 -2
- package/_cjs/op-stack/utils/getWithdrawalHashStorageSlot.js.map +1 -1
- package/_cjs/op-stack/utils/getWithdrawals.js +1 -2
- package/_cjs/op-stack/utils/getWithdrawals.js.map +1 -1
- package/_cjs/op-stack/utils/opaqueDataToDepositData.js +1 -2
- package/_cjs/op-stack/utils/opaqueDataToDepositData.js.map +1 -1
- package/_cjs/utils/abi/decodeAbiParameters.js +1 -2
- package/_cjs/utils/abi/decodeAbiParameters.js.map +1 -1
- package/_cjs/utils/abi/decodeDeployData.js +1 -2
- package/_cjs/utils/abi/decodeDeployData.js.map +1 -1
- package/_cjs/utils/abi/decodeErrorResult.js +1 -2
- package/_cjs/utils/abi/decodeErrorResult.js.map +1 -1
- package/_cjs/utils/abi/decodeEventLog.js +1 -2
- package/_cjs/utils/abi/decodeEventLog.js.map +1 -1
- package/_cjs/utils/abi/decodeFunctionData.js +1 -2
- package/_cjs/utils/abi/decodeFunctionData.js.map +1 -1
- package/_cjs/utils/abi/decodeFunctionResult.js +1 -2
- package/_cjs/utils/abi/decodeFunctionResult.js.map +1 -1
- package/_cjs/utils/abi/encodeAbiParameters.js +2 -3
- package/_cjs/utils/abi/encodeAbiParameters.js.map +1 -1
- package/_cjs/utils/abi/encodeDeployData.js +1 -2
- package/_cjs/utils/abi/encodeDeployData.js.map +1 -1
- package/_cjs/utils/abi/encodeErrorResult.js +1 -2
- package/_cjs/utils/abi/encodeErrorResult.js.map +1 -1
- package/_cjs/utils/abi/encodeEventTopics.js +6 -7
- package/_cjs/utils/abi/encodeEventTopics.js.map +1 -1
- package/_cjs/utils/abi/encodeFunctionData.js +1 -2
- package/_cjs/utils/abi/encodeFunctionData.js.map +1 -1
- package/_cjs/utils/abi/encodeFunctionResult.js +1 -2
- package/_cjs/utils/abi/encodeFunctionResult.js.map +1 -1
- package/_cjs/utils/abi/encodePacked.js +1 -2
- package/_cjs/utils/abi/encodePacked.js.map +1 -1
- package/_cjs/utils/abi/formatAbiItem.js +2 -3
- package/_cjs/utils/abi/formatAbiItem.js.map +1 -1
- package/_cjs/utils/abi/formatAbiItemWithArgs.js +1 -2
- package/_cjs/utils/abi/formatAbiItemWithArgs.js.map +1 -1
- package/_cjs/utils/abi/getAbiItem.js +3 -4
- package/_cjs/utils/abi/getAbiItem.js.map +1 -1
- package/_cjs/utils/abi/parseEventLogs.js +1 -2
- package/_cjs/utils/abi/parseEventLogs.js.map +1 -1
- package/_cjs/utils/abi/prepareEncodeFunctionData.js +1 -2
- package/_cjs/utils/abi/prepareEncodeFunctionData.js.map +1 -1
- package/_cjs/utils/address/getAddress.js +2 -3
- package/_cjs/utils/address/getAddress.js.map +1 -1
- package/_cjs/utils/address/getContractAddress.js +3 -4
- package/_cjs/utils/address/getContractAddress.js.map +1 -1
- package/_cjs/utils/address/isAddress.js +2 -2
- package/_cjs/utils/address/isAddress.js.map +1 -1
- package/_cjs/utils/address/isAddressEqual.js +1 -2
- package/_cjs/utils/address/isAddressEqual.js.map +1 -1
- package/_cjs/utils/blob/blobsToCommitments.js +1 -2
- package/_cjs/utils/blob/blobsToCommitments.js.map +1 -1
- package/_cjs/utils/blob/blobsToProofs.js +1 -2
- package/_cjs/utils/blob/blobsToProofs.js.map +1 -1
- package/_cjs/utils/blob/commitmentToVersionedHash.js +1 -2
- package/_cjs/utils/blob/commitmentToVersionedHash.js.map +1 -1
- package/_cjs/utils/blob/commitmentsToVersionedHashes.js +1 -2
- package/_cjs/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
- package/_cjs/utils/blob/fromBlobs.js +1 -2
- package/_cjs/utils/blob/fromBlobs.js.map +1 -1
- package/_cjs/utils/blob/sidecarsToVersionedHashes.js +1 -2
- package/_cjs/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
- package/_cjs/utils/blob/toBlobSidecars.js +1 -2
- package/_cjs/utils/blob/toBlobSidecars.js.map +1 -1
- package/_cjs/utils/blob/toBlobs.js +1 -2
- package/_cjs/utils/blob/toBlobs.js.map +1 -1
- package/_cjs/utils/buildRequest.js +2 -3
- package/_cjs/utils/buildRequest.js.map +1 -1
- package/_cjs/utils/ccip.js +3 -3
- package/_cjs/utils/ccip.js.map +1 -1
- package/_cjs/utils/chain/assertCurrentChain.js +1 -2
- package/_cjs/utils/chain/assertCurrentChain.js.map +1 -1
- package/_cjs/utils/chain/defineChain.js +1 -2
- package/_cjs/utils/chain/defineChain.js.map +1 -1
- package/_cjs/utils/chain/extractChain.js +1 -2
- package/_cjs/utils/chain/extractChain.js.map +1 -1
- package/_cjs/utils/chain/getChainContractAddress.js +1 -2
- package/_cjs/utils/chain/getChainContractAddress.js.map +1 -1
- package/_cjs/utils/cursor.js +1 -2
- package/_cjs/utils/cursor.js.map +1 -1
- package/_cjs/utils/data/concat.js +3 -4
- package/_cjs/utils/data/concat.js.map +1 -1
- package/_cjs/utils/data/isBytes.js +1 -2
- package/_cjs/utils/data/isBytes.js.map +1 -1
- package/_cjs/utils/data/isBytesEqual.js +1 -2
- package/_cjs/utils/data/isBytesEqual.js.map +1 -1
- package/_cjs/utils/data/isHex.js +1 -2
- package/_cjs/utils/data/isHex.js.map +1 -1
- package/_cjs/utils/data/pad.js +3 -4
- package/_cjs/utils/data/pad.js.map +1 -1
- package/_cjs/utils/data/size.js +1 -2
- package/_cjs/utils/data/size.js.map +1 -1
- package/_cjs/utils/data/slice.js +3 -4
- package/_cjs/utils/data/slice.js.map +1 -1
- package/_cjs/utils/data/trim.js +1 -2
- package/_cjs/utils/data/trim.js.map +1 -1
- package/_cjs/utils/encoding/fromBytes.js +5 -6
- package/_cjs/utils/encoding/fromBytes.js.map +1 -1
- package/_cjs/utils/encoding/fromHex.js +6 -7
- package/_cjs/utils/encoding/fromHex.js.map +1 -1
- package/_cjs/utils/encoding/fromRlp.js +1 -2
- package/_cjs/utils/encoding/fromRlp.js.map +1 -1
- package/_cjs/utils/encoding/toBytes.js +5 -6
- package/_cjs/utils/encoding/toBytes.js.map +1 -1
- package/_cjs/utils/encoding/toHex.js +5 -6
- package/_cjs/utils/encoding/toHex.js.map +1 -1
- package/_cjs/utils/encoding/toRlp.js +3 -4
- package/_cjs/utils/encoding/toRlp.js.map +1 -1
- package/_cjs/utils/ens/avatar/parseAvatarRecord.js +1 -2
- package/_cjs/utils/ens/avatar/parseAvatarRecord.js.map +1 -1
- package/_cjs/utils/ens/avatar/utils.js +8 -9
- package/_cjs/utils/ens/avatar/utils.js.map +1 -1
- package/_cjs/utils/ens/encodeLabelhash.js +1 -2
- package/_cjs/utils/ens/encodeLabelhash.js.map +1 -1
- package/_cjs/utils/ens/encodedLabelToLabelhash.js +1 -2
- package/_cjs/utils/ens/encodedLabelToLabelhash.js.map +1 -1
- package/_cjs/utils/ens/errors.js +1 -2
- package/_cjs/utils/ens/errors.js.map +1 -1
- package/_cjs/utils/ens/labelhash.js +1 -2
- package/_cjs/utils/ens/labelhash.js.map +1 -1
- package/_cjs/utils/ens/namehash.js +1 -2
- package/_cjs/utils/ens/namehash.js.map +1 -1
- package/_cjs/utils/ens/normalize.js +1 -2
- package/_cjs/utils/ens/normalize.js.map +1 -1
- package/_cjs/utils/ens/packetToBytes.js +1 -2
- package/_cjs/utils/ens/packetToBytes.js.map +1 -1
- package/_cjs/utils/errors/getCallError.js +1 -2
- package/_cjs/utils/errors/getCallError.js.map +1 -1
- package/_cjs/utils/errors/getContractError.js +1 -2
- package/_cjs/utils/errors/getContractError.js.map +1 -1
- package/_cjs/utils/errors/getEstimateGasError.js +1 -2
- package/_cjs/utils/errors/getEstimateGasError.js.map +1 -1
- package/_cjs/utils/errors/getNodeError.js +2 -3
- package/_cjs/utils/errors/getNodeError.js.map +1 -1
- package/_cjs/utils/errors/getTransactionError.js +1 -2
- package/_cjs/utils/errors/getTransactionError.js.map +1 -1
- package/_cjs/utils/filters/createFilterRequestScope.js +1 -2
- package/_cjs/utils/filters/createFilterRequestScope.js.map +1 -1
- package/_cjs/utils/formatters/block.js +2 -2
- package/_cjs/utils/formatters/block.js.map +1 -1
- package/_cjs/utils/formatters/extract.js +1 -2
- package/_cjs/utils/formatters/extract.js.map +1 -1
- package/_cjs/utils/formatters/feeHistory.js +1 -2
- package/_cjs/utils/formatters/feeHistory.js.map +1 -1
- package/_cjs/utils/formatters/formatter.js +1 -2
- package/_cjs/utils/formatters/formatter.js.map +1 -1
- package/_cjs/utils/formatters/log.js +1 -2
- package/_cjs/utils/formatters/log.js.map +1 -1
- package/_cjs/utils/formatters/proof.js +1 -2
- package/_cjs/utils/formatters/proof.js.map +1 -1
- package/_cjs/utils/formatters/transaction.js +2 -2
- package/_cjs/utils/formatters/transaction.js.map +1 -1
- package/_cjs/utils/formatters/transactionReceipt.js +2 -2
- package/_cjs/utils/formatters/transactionReceipt.js.map +1 -1
- package/_cjs/utils/formatters/transactionRequest.js +2 -2
- package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
- package/_cjs/utils/getAction.js +9 -6
- package/_cjs/utils/getAction.js.map +1 -1
- package/_cjs/utils/hash/hashSignature.js +1 -2
- package/_cjs/utils/hash/hashSignature.js.map +1 -1
- package/_cjs/utils/hash/isHash.js +1 -2
- package/_cjs/utils/hash/isHash.js.map +1 -1
- package/_cjs/utils/hash/keccak256.js +1 -2
- package/_cjs/utils/hash/keccak256.js.map +1 -1
- package/_cjs/utils/hash/normalizeSignature.js +1 -2
- package/_cjs/utils/hash/normalizeSignature.js.map +1 -1
- package/_cjs/utils/hash/ripemd160.js +1 -2
- package/_cjs/utils/hash/ripemd160.js.map +1 -1
- package/_cjs/utils/hash/sha256.js +1 -2
- package/_cjs/utils/hash/sha256.js.map +1 -1
- package/_cjs/utils/hash/toSignatureHash.js +1 -2
- package/_cjs/utils/hash/toSignatureHash.js.map +1 -1
- package/_cjs/utils/index.js +7 -1
- package/_cjs/utils/index.js.map +1 -1
- package/_cjs/utils/kzg/defineKzg.js +1 -2
- package/_cjs/utils/kzg/defineKzg.js.map +1 -1
- package/_cjs/utils/kzg/setupKzg.js +1 -2
- package/_cjs/utils/kzg/setupKzg.js.map +1 -1
- package/_cjs/utils/nonceManager.js +3 -3
- package/_cjs/utils/nonceManager.js.map +1 -1
- package/_cjs/utils/observe.js +2 -2
- package/_cjs/utils/observe.js.map +1 -1
- package/_cjs/utils/poll.js +1 -2
- package/_cjs/utils/poll.js.map +1 -1
- package/_cjs/utils/promise/createBatchScheduler.js +1 -2
- package/_cjs/utils/promise/createBatchScheduler.js.map +1 -1
- package/_cjs/utils/promise/withCache.js +3 -3
- package/_cjs/utils/promise/withCache.js.map +1 -1
- package/_cjs/utils/promise/withDedupe.js +2 -2
- package/_cjs/utils/promise/withDedupe.js.map +1 -1
- package/_cjs/utils/promise/withRetry.js +1 -2
- package/_cjs/utils/promise/withRetry.js.map +1 -1
- package/_cjs/utils/promise/withTimeout.js +1 -2
- package/_cjs/utils/promise/withTimeout.js.map +1 -1
- package/_cjs/utils/rpc/compat.js +2 -2
- package/_cjs/utils/rpc/compat.js.map +1 -1
- package/_cjs/utils/rpc/http.js +1 -2
- package/_cjs/utils/rpc/http.js.map +1 -1
- package/_cjs/utils/rpc/ipc.js +2 -3
- package/_cjs/utils/rpc/ipc.js.map +1 -1
- package/_cjs/utils/rpc/socket.js +2 -2
- package/_cjs/utils/rpc/socket.js.map +1 -1
- package/_cjs/utils/rpc/webSocket.js +1 -2
- package/_cjs/utils/rpc/webSocket.js.map +1 -1
- package/_cjs/utils/signature/compactSignatureToSignature.js +1 -2
- package/_cjs/utils/signature/compactSignatureToSignature.js.map +1 -1
- package/_cjs/utils/signature/hashMessage.js +3 -14
- package/_cjs/utils/signature/hashMessage.js.map +1 -1
- package/_cjs/utils/signature/hashTypedData.js +4 -3
- package/_cjs/utils/signature/hashTypedData.js.map +1 -1
- package/_cjs/{experimental/erc6492 → utils/signature}/isErc6492Signature.js +2 -3
- package/_cjs/utils/signature/isErc6492Signature.js.map +1 -0
- package/_cjs/utils/signature/parseCompactSignature.js +1 -2
- package/_cjs/utils/signature/parseCompactSignature.js.map +1 -1
- package/_cjs/{experimental/erc6492 → utils/signature}/parseErc6492Signature.js +2 -3
- package/_cjs/utils/signature/parseErc6492Signature.js.map +1 -0
- package/_cjs/utils/signature/parseSignature.js +1 -2
- package/_cjs/utils/signature/parseSignature.js.map +1 -1
- package/_cjs/utils/signature/recoverAddress.js +1 -2
- package/_cjs/utils/signature/recoverAddress.js.map +1 -1
- package/_cjs/utils/signature/recoverMessageAddress.js +1 -2
- package/_cjs/utils/signature/recoverMessageAddress.js.map +1 -1
- package/_cjs/utils/signature/recoverPublicKey.js +1 -2
- package/_cjs/utils/signature/recoverPublicKey.js.map +1 -1
- package/_cjs/utils/signature/recoverTransactionAddress.js +1 -2
- package/_cjs/utils/signature/recoverTransactionAddress.js.map +1 -1
- package/_cjs/utils/signature/recoverTypedDataAddress.js +1 -2
- package/_cjs/utils/signature/recoverTypedDataAddress.js.map +1 -1
- package/_cjs/utils/signature/serializeCompactSignature.js +1 -2
- package/_cjs/utils/signature/serializeCompactSignature.js.map +1 -1
- package/_cjs/{experimental/erc6492 → utils/signature}/serializeErc6492Signature.js +3 -4
- package/_cjs/utils/signature/serializeErc6492Signature.js.map +1 -0
- package/_cjs/utils/signature/serializeSignature.js +1 -2
- package/_cjs/utils/signature/serializeSignature.js.map +1 -1
- package/_cjs/utils/signature/signatureToCompactSignature.js +1 -2
- package/_cjs/utils/signature/signatureToCompactSignature.js.map +1 -1
- package/_cjs/utils/signature/toPrefixedMessage.js +19 -0
- package/_cjs/utils/signature/toPrefixedMessage.js.map +1 -0
- package/_cjs/utils/signature/verifyMessage.js +1 -2
- package/_cjs/utils/signature/verifyMessage.js.map +1 -1
- package/_cjs/utils/signature/verifyTypedData.js +1 -2
- package/_cjs/utils/signature/verifyTypedData.js.map +1 -1
- package/_cjs/utils/siwe/createSiweMessage.js +1 -2
- package/_cjs/utils/siwe/createSiweMessage.js.map +1 -1
- package/_cjs/utils/siwe/generateSiweNonce.js +1 -2
- package/_cjs/utils/siwe/generateSiweNonce.js.map +1 -1
- package/_cjs/utils/siwe/parseSiweMessage.js +1 -2
- package/_cjs/utils/siwe/parseSiweMessage.js.map +1 -1
- package/_cjs/utils/siwe/utils.js +1 -2
- package/_cjs/utils/siwe/utils.js.map +1 -1
- package/_cjs/utils/siwe/validateSiweMessage.js +1 -2
- package/_cjs/utils/siwe/validateSiweMessage.js.map +1 -1
- package/_cjs/utils/stateOverride.js +3 -4
- package/_cjs/utils/stateOverride.js.map +1 -1
- package/_cjs/utils/transaction/assertRequest.js +1 -2
- package/_cjs/utils/transaction/assertRequest.js.map +1 -1
- package/_cjs/utils/transaction/assertTransaction.js +4 -5
- package/_cjs/utils/transaction/assertTransaction.js.map +1 -1
- package/_cjs/utils/transaction/getSerializedTransactionType.js +1 -2
- package/_cjs/utils/transaction/getSerializedTransactionType.js.map +1 -1
- package/_cjs/utils/transaction/getTransactionType.js +1 -2
- package/_cjs/utils/transaction/getTransactionType.js.map +1 -1
- package/_cjs/utils/transaction/parseTransaction.js +3 -4
- package/_cjs/utils/transaction/parseTransaction.js.map +1 -1
- package/_cjs/utils/transaction/serializeAccessList.js +1 -2
- package/_cjs/utils/transaction/serializeAccessList.js.map +1 -1
- package/_cjs/utils/transaction/serializeTransaction.js +2 -3
- package/_cjs/utils/transaction/serializeTransaction.js.map +1 -1
- package/_cjs/utils/typedData.js +4 -5
- package/_cjs/utils/typedData.js.map +1 -1
- package/_cjs/utils/uid.js +1 -2
- package/_cjs/utils/uid.js.map +1 -1
- package/_cjs/utils/unit/formatEther.js +1 -2
- package/_cjs/utils/unit/formatEther.js.map +1 -1
- package/_cjs/utils/unit/formatGwei.js +1 -2
- package/_cjs/utils/unit/formatGwei.js.map +1 -1
- package/_cjs/utils/unit/formatUnits.js +1 -2
- package/_cjs/utils/unit/formatUnits.js.map +1 -1
- package/_cjs/utils/unit/parseEther.js +1 -2
- package/_cjs/utils/unit/parseEther.js.map +1 -1
- package/_cjs/utils/unit/parseGwei.js +1 -2
- package/_cjs/utils/unit/parseGwei.js.map +1 -1
- package/_cjs/utils/unit/parseUnits.js +1 -2
- package/_cjs/utils/unit/parseUnits.js.map +1 -1
- package/_cjs/utils/wait.js +1 -2
- package/_cjs/utils/wait.js.map +1 -1
- package/_cjs/zksync/actions/deployContract.js +1 -2
- package/_cjs/zksync/actions/deployContract.js.map +1 -1
- package/_cjs/zksync/actions/estimateFee.js +1 -2
- package/_cjs/zksync/actions/estimateFee.js.map +1 -1
- package/_cjs/zksync/actions/estimateGasL1ToL2.js +1 -2
- package/_cjs/zksync/actions/estimateGasL1ToL2.js.map +1 -1
- package/_cjs/zksync/actions/getAllBalances.js +1 -2
- package/_cjs/zksync/actions/getAllBalances.js.map +1 -1
- package/_cjs/zksync/actions/getBaseTokenL1Address.js +1 -2
- package/_cjs/zksync/actions/getBaseTokenL1Address.js.map +1 -1
- package/_cjs/zksync/actions/getBlockDetails.js +1 -2
- package/_cjs/zksync/actions/getBlockDetails.js.map +1 -1
- package/_cjs/zksync/actions/getBridgehubContractAddress.js +1 -2
- package/_cjs/zksync/actions/getBridgehubContractAddress.js.map +1 -1
- package/_cjs/zksync/actions/getDefaultBridgeAddresses.js +1 -2
- package/_cjs/zksync/actions/getDefaultBridgeAddresses.js.map +1 -1
- package/_cjs/zksync/actions/getL1Allowance.js +1 -2
- package/_cjs/zksync/actions/getL1Allowance.js.map +1 -1
- package/_cjs/zksync/actions/getL1Balance.js +1 -2
- package/_cjs/zksync/actions/getL1Balance.js.map +1 -1
- package/_cjs/zksync/actions/getL1BatchBlockRange.js +1 -2
- package/_cjs/zksync/actions/getL1BatchBlockRange.js.map +1 -1
- package/_cjs/zksync/actions/getL1BatchDetails.js +1 -2
- package/_cjs/zksync/actions/getL1BatchDetails.js.map +1 -1
- package/_cjs/zksync/actions/getL1BatchNumber.js +1 -2
- package/_cjs/zksync/actions/getL1BatchNumber.js.map +1 -1
- package/_cjs/zksync/actions/getL1ChainId.js +1 -2
- package/_cjs/zksync/actions/getL1ChainId.js.map +1 -1
- package/_cjs/zksync/actions/getL1TokenBalance.js +1 -2
- package/_cjs/zksync/actions/getL1TokenBalance.js.map +1 -1
- package/_cjs/zksync/actions/getLogProof.js +1 -2
- package/_cjs/zksync/actions/getLogProof.js.map +1 -1
- package/_cjs/zksync/actions/getMainContractAddress.js +1 -2
- package/_cjs/zksync/actions/getMainContractAddress.js.map +1 -1
- package/_cjs/zksync/actions/getRawBlockTransactions.js +1 -2
- package/_cjs/zksync/actions/getRawBlockTransactions.js.map +1 -1
- package/_cjs/zksync/actions/getTestnetPaymasterAddress.js +1 -2
- package/_cjs/zksync/actions/getTestnetPaymasterAddress.js.map +1 -1
- package/_cjs/zksync/actions/getTransactionDetails.js +1 -2
- package/_cjs/zksync/actions/getTransactionDetails.js.map +1 -1
- package/_cjs/zksync/actions/sendEip712Transaction.js +1 -2
- package/_cjs/zksync/actions/sendEip712Transaction.js.map +1 -1
- package/_cjs/zksync/actions/sendTransaction.js +1 -2
- package/_cjs/zksync/actions/sendTransaction.js.map +1 -1
- package/_cjs/zksync/actions/signEip712Transaction.js +1 -2
- package/_cjs/zksync/actions/signEip712Transaction.js.map +1 -1
- package/_cjs/zksync/actions/signTransaction.js +1 -2
- package/_cjs/zksync/actions/signTransaction.js.map +1 -1
- package/_cjs/zksync/decorators/eip712.js +1 -2
- package/_cjs/zksync/decorators/eip712.js.map +1 -1
- package/_cjs/zksync/decorators/publicL1.js +1 -2
- package/_cjs/zksync/decorators/publicL1.js.map +1 -1
- package/_cjs/zksync/decorators/publicL2.js +1 -2
- package/_cjs/zksync/decorators/publicL2.js.map +1 -1
- package/_cjs/zksync/serializers.js +2 -2
- package/_cjs/zksync/serializers.js.map +1 -1
- package/_cjs/zksync/utils/abi/encodeDeployData.js +1 -2
- package/_cjs/zksync/utils/abi/encodeDeployData.js.map +1 -1
- package/_cjs/zksync/utils/assertEip712Request.js +1 -2
- package/_cjs/zksync/utils/assertEip712Request.js.map +1 -1
- package/_cjs/zksync/utils/assertEip712Transaction.js +1 -2
- package/_cjs/zksync/utils/assertEip712Transaction.js.map +1 -1
- package/_cjs/zksync/utils/camelCaseKeys.js +1 -2
- package/_cjs/zksync/utils/camelCaseKeys.js.map +1 -1
- package/_cjs/zksync/utils/hashBytecode.js +1 -2
- package/_cjs/zksync/utils/hashBytecode.js.map +1 -1
- package/_cjs/zksync/utils/isEip712Transaction.js +1 -2
- package/_cjs/zksync/utils/isEip712Transaction.js.map +1 -1
- package/_cjs/zksync/utils/isEth.js +1 -2
- package/_cjs/zksync/utils/isEth.js.map +1 -1
- package/_cjs/zksync/utils/paymaster/getApprovalBasedPaymasterInput.js +1 -2
- package/_cjs/zksync/utils/paymaster/getApprovalBasedPaymasterInput.js.map +1 -1
- package/_cjs/zksync/utils/paymaster/getGeneralPaymasterInput.js +1 -2
- package/_cjs/zksync/utils/paymaster/getGeneralPaymasterInput.js.map +1 -1
- package/_esm/actions/public/createEventFilter.js +7 -7
- package/_esm/actions/public/createEventFilter.js.map +1 -1
- package/_esm/actions/public/getLogs.js +7 -7
- package/_esm/actions/public/getLogs.js.map +1 -1
- package/_esm/actions/public/getTransactionCount.js +1 -1
- package/_esm/actions/public/verifyHash.js +27 -3
- package/_esm/actions/public/verifyHash.js.map +1 -1
- package/_esm/actions/public/verifyMessage.js +3 -1
- package/_esm/actions/public/verifyMessage.js.map +1 -1
- package/_esm/actions/public/verifyTypedData.js +3 -1
- package/_esm/actions/public/verifyTypedData.js.map +1 -1
- package/_esm/actions/public/watchEvent.js +7 -7
- package/_esm/actions/public/watchEvent.js.map +1 -1
- package/_esm/actions/wallet/sendTransaction.js +1 -0
- package/_esm/actions/wallet/sendTransaction.js.map +1 -1
- package/_esm/chains/definitions/zetachain.js +6 -0
- package/_esm/chains/definitions/zetachain.js.map +1 -1
- package/_esm/chains/definitions/zetachainAthensTestnet.js +6 -0
- package/_esm/chains/definitions/zetachainAthensTestnet.js.map +1 -1
- package/_esm/chains/definitions/zircuitTestnet.js +24 -0
- package/_esm/chains/definitions/zircuitTestnet.js.map +1 -0
- package/_esm/chains/index.js +1 -0
- package/_esm/chains/index.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/experimental/index.js +10 -3
- package/_esm/experimental/index.js.map +1 -1
- package/_esm/experimental/solady/actions/signMessage.js +84 -0
- package/_esm/experimental/solady/actions/signMessage.js.map +1 -0
- package/_esm/experimental/solady/actions/signTypedData.js +160 -0
- package/_esm/experimental/solady/actions/signTypedData.js.map +1 -0
- package/_esm/experimental/solady/decorators/solady.js +27 -0
- package/_esm/experimental/solady/decorators/solady.js.map +1 -0
- package/_esm/experimental/solady/index.js +8 -0
- package/_esm/experimental/solady/index.js.map +1 -0
- package/_esm/experimental/solady/types.js +2 -0
- package/_esm/experimental/solady/types.js.map +1 -0
- package/_esm/experimental/solady/utils/hashMessage.js +32 -0
- package/_esm/experimental/solady/utils/hashMessage.js.map +1 -0
- package/_esm/experimental/solady/utils/hashTypedData.js +72 -0
- package/_esm/experimental/solady/utils/hashTypedData.js.map +1 -0
- package/_esm/experimental/solady/utils/wrapTypedDataSignature.js +82 -0
- package/_esm/experimental/solady/utils/wrapTypedDataSignature.js.map +1 -0
- package/_esm/index.js +4 -0
- package/_esm/index.js.map +1 -1
- package/_esm/utils/abi/encodeEventTopics.js +5 -5
- package/_esm/utils/abi/encodeEventTopics.js.map +1 -1
- package/_esm/utils/getAction.js +11 -7
- package/_esm/utils/getAction.js.map +1 -1
- package/_esm/utils/index.js +3 -0
- package/_esm/utils/index.js.map +1 -1
- package/_esm/utils/signature/hashMessage.js +2 -12
- package/_esm/utils/signature/hashMessage.js.map +1 -1
- package/_esm/utils/signature/hashTypedData.js +2 -2
- package/_esm/utils/signature/hashTypedData.js.map +1 -1
- package/_esm/{experimental/erc6492 → utils/signature}/isErc6492Signature.js +1 -1
- package/_esm/utils/signature/isErc6492Signature.js.map +1 -0
- package/_esm/{experimental/erc6492 → utils/signature}/parseErc6492Signature.js +1 -1
- package/_esm/utils/signature/parseErc6492Signature.js.map +1 -0
- package/_esm/{experimental/erc6492 → utils/signature}/serializeErc6492Signature.js +2 -2
- package/_esm/utils/signature/serializeErc6492Signature.js.map +1 -0
- package/_esm/utils/signature/toPrefixedMessage.js +16 -0
- package/_esm/utils/signature/toPrefixedMessage.js.map +1 -0
- package/_types/actions/public/getTransactionCount.d.ts +1 -1
- package/_types/actions/public/verifyHash.d.ts +6 -2
- package/_types/actions/public/verifyHash.d.ts.map +1 -1
- package/_types/actions/public/verifyMessage.d.ts +1 -1
- package/_types/actions/public/verifyMessage.d.ts.map +1 -1
- package/_types/actions/public/verifyTypedData.d.ts.map +1 -1
- package/_types/actions/wallet/sendTransaction.d.ts.map +1 -1
- package/_types/celo/chainConfig.d.ts +1086 -1086
- package/_types/celo/formatters.d.ts +543 -543
- package/_types/celo/formatters.d.ts.map +1 -1
- package/_types/chains/definitions/ancient8.d.ts +260 -260
- package/_types/chains/definitions/ancient8Sepolia.d.ts +260 -260
- package/_types/chains/definitions/base.d.ts +260 -260
- package/_types/chains/definitions/baseGoerli.d.ts +260 -260
- package/_types/chains/definitions/baseSepolia.d.ts +260 -260
- package/_types/chains/definitions/celo.d.ts +1086 -1086
- package/_types/chains/definitions/celoAlfajores.d.ts +1086 -1086
- package/_types/chains/definitions/fraxtal.d.ts +260 -260
- package/_types/chains/definitions/fraxtalTestnet.d.ts +260 -260
- package/_types/chains/definitions/funkiSepolia.d.ts +260 -260
- package/_types/chains/definitions/lisk.d.ts +315 -315
- package/_types/chains/definitions/liskSepolia.d.ts +260 -260
- package/_types/chains/definitions/metalL2.d.ts +260 -260
- package/_types/chains/definitions/optimism.d.ts +260 -260
- package/_types/chains/definitions/optimismGoerli.d.ts +260 -260
- package/_types/chains/definitions/optimismSepolia.d.ts +260 -260
- package/_types/chains/definitions/pgn.d.ts +260 -260
- package/_types/chains/definitions/pgnTestnet.d.ts +260 -260
- package/_types/chains/definitions/playfiAlbireo.d.ts +315 -315
- package/_types/chains/definitions/rss3.d.ts +260 -260
- package/_types/chains/definitions/rss3Sepolia.d.ts +260 -260
- package/_types/chains/definitions/zetachain.d.ts +6 -8
- package/_types/chains/definitions/zetachain.d.ts.map +1 -1
- package/_types/chains/definitions/zetachainAthensTestnet.d.ts +6 -8
- package/_types/chains/definitions/zetachainAthensTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zircuitTestnet.d.ts +33 -0
- package/_types/chains/definitions/zircuitTestnet.d.ts.map +1 -0
- package/_types/chains/definitions/zkSync.d.ts +315 -315
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +315 -315
- package/_types/chains/definitions/zkSyncLocalNode.d.ts +315 -315
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +315 -315
- package/_types/chains/definitions/zkSyncTestnet.d.ts +315 -315
- package/_types/chains/definitions/zora.d.ts +260 -260
- package/_types/chains/definitions/zoraSepolia.d.ts +260 -260
- package/_types/chains/definitions/zoraTestnet.d.ts +260 -260
- package/_types/chains/index.d.ts +1 -0
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/experimental/eip5792/decorators/eip5792.d.ts.map +1 -1
- package/_types/experimental/erc7715/decorators/erc7715.d.ts.map +1 -1
- package/_types/experimental/index.d.ts +28 -3
- package/_types/experimental/index.d.ts.map +1 -1
- package/_types/experimental/solady/actions/signMessage.d.ts +71 -0
- package/_types/experimental/solady/actions/signMessage.d.ts.map +1 -0
- package/_types/experimental/solady/actions/signTypedData.d.ts +125 -0
- package/_types/experimental/solady/actions/signTypedData.d.ts.map +1 -0
- package/_types/experimental/solady/decorators/solady.d.ts +183 -0
- package/_types/experimental/solady/decorators/solady.d.ts.map +1 -0
- package/_types/experimental/solady/index.d.ts +7 -0
- package/_types/experimental/solady/index.d.ts.map +1 -0
- package/_types/experimental/solady/types.d.ts +7 -0
- package/_types/experimental/solady/types.d.ts.map +1 -0
- package/_types/experimental/solady/utils/hashMessage.d.ts +30 -0
- package/_types/experimental/solady/utils/hashMessage.d.ts.map +1 -0
- package/_types/experimental/solady/utils/hashTypedData.d.ts +59 -0
- package/_types/experimental/solady/utils/hashTypedData.d.ts.map +1 -0
- package/_types/experimental/solady/utils/wrapTypedDataSignature.d.ts +50 -0
- package/_types/experimental/solady/utils/wrapTypedDataSignature.d.ts.map +1 -0
- package/_types/index.d.ts +5 -1
- package/_types/index.d.ts.map +1 -1
- package/_types/op-stack/chainConfig.d.ts +260 -260
- package/_types/op-stack/decorators/publicL1.d.ts.map +1 -1
- package/_types/op-stack/decorators/publicL2.d.ts.map +1 -1
- package/_types/op-stack/decorators/walletL1.d.ts.map +1 -1
- package/_types/op-stack/decorators/walletL2.d.ts.map +1 -1
- package/_types/op-stack/formatters.d.ts +260 -260
- package/_types/op-stack/formatters.d.ts.map +1 -1
- package/_types/utils/abi/decodeFunctionData.d.ts +1 -1
- package/_types/utils/abi/decodeFunctionData.d.ts.map +1 -1
- package/_types/utils/abi/encodeEventTopics.d.ts +3 -1
- package/_types/utils/abi/encodeEventTopics.d.ts.map +1 -1
- package/_types/utils/formatters/block.d.ts.map +1 -1
- package/_types/utils/formatters/formatter.d.ts +2 -2
- package/_types/utils/formatters/formatter.d.ts.map +1 -1
- package/_types/utils/formatters/log.d.ts.map +1 -1
- package/_types/utils/formatters/proof.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +127 -126
- package/_types/utils/formatters/transaction.d.ts.map +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +67 -66
- package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
- package/_types/utils/getAction.d.ts +9 -1
- package/_types/utils/getAction.d.ts.map +1 -1
- package/_types/utils/index.d.ts +4 -1
- package/_types/utils/index.d.ts.map +1 -1
- package/_types/utils/rpc/compat.d.ts.map +1 -1
- package/_types/utils/rpc/ipc.d.ts +0 -2
- package/_types/utils/rpc/ipc.d.ts.map +1 -1
- package/_types/utils/signature/hashMessage.d.ts +1 -3
- package/_types/utils/signature/hashMessage.d.ts.map +1 -1
- package/_types/utils/signature/hashTypedData.d.ts +9 -0
- package/_types/utils/signature/hashTypedData.d.ts.map +1 -1
- package/_types/{experimental/erc6492 → utils/signature}/isErc6492Signature.d.ts +1 -1
- package/_types/utils/signature/isErc6492Signature.d.ts.map +1 -0
- package/_types/{experimental/erc6492 → utils/signature}/parseErc6492Signature.d.ts +1 -1
- package/_types/utils/signature/parseErc6492Signature.d.ts.map +1 -0
- package/_types/utils/signature/serializeErc6492Signature.d.ts.map +1 -0
- package/_types/utils/signature/toPrefixedMessage.d.ts +7 -0
- package/_types/utils/signature/toPrefixedMessage.d.ts.map +1 -0
- package/_types/zksync/chainConfig.d.ts +315 -315
- package/_types/zksync/decorators/eip712.d.ts.map +1 -1
- package/_types/zksync/decorators/publicL1.d.ts.map +1 -1
- package/_types/zksync/decorators/publicL2.d.ts.map +1 -1
- package/_types/zksync/formatters.d.ts +315 -315
- package/_types/zksync/formatters.d.ts.map +1 -1
- package/actions/public/createEventFilter.ts +9 -9
- package/actions/public/getLogs.ts +9 -9
- package/actions/public/getTransactionCount.ts +1 -1
- package/actions/public/verifyHash.ts +31 -4
- package/actions/public/verifyMessage.ts +10 -1
- package/actions/public/verifyTypedData.ts +4 -0
- package/actions/public/watchEvent.ts +9 -9
- package/actions/wallet/sendTransaction.ts +1 -0
- package/chains/definitions/zetachain.ts +6 -0
- package/chains/definitions/zetachainAthensTestnet.ts +6 -0
- package/chains/definitions/zircuitTestnet.ts +24 -0
- package/chains/index.ts +1 -0
- package/errors/version.ts +1 -1
- package/experimental/index.ts +21 -3
- package/experimental/solady/actions/signMessage.ts +151 -0
- package/experimental/solady/actions/signTypedData.ts +251 -0
- package/experimental/solady/decorators/solady.ts +232 -0
- package/experimental/solady/index.ts +36 -0
- package/experimental/solady/types.ts +7 -0
- package/experimental/solady/utils/hashMessage.ts +60 -0
- package/experimental/solady/utils/hashTypedData.ts +112 -0
- package/experimental/solady/utils/wrapTypedDataSignature.ts +108 -0
- package/index.ts +23 -0
- package/package.json +10 -2
- package/utils/abi/encodeEventTopics.ts +13 -11
- package/utils/getAction.ts +31 -15
- package/utils/index.ts +19 -0
- package/utils/signature/hashMessage.ts +3 -23
- package/utils/signature/hashTypedData.ts +2 -2
- package/{experimental/erc6492 → utils/signature}/isErc6492Signature.ts +1 -1
- package/{experimental/erc6492 → utils/signature}/parseErc6492Signature.ts +1 -1
- package/{experimental/erc6492 → utils/signature}/serializeErc6492Signature.ts +2 -2
- package/utils/signature/toPrefixedMessage.ts +27 -0
- package/_cjs/experimental/erc6492/isErc6492Signature.js.map +0 -1
- package/_cjs/experimental/erc6492/parseErc6492Signature.js.map +0 -1
- package/_cjs/experimental/erc6492/serializeErc6492Signature.js.map +0 -1
- package/_esm/experimental/erc6492/isErc6492Signature.js.map +0 -1
- package/_esm/experimental/erc6492/parseErc6492Signature.js.map +0 -1
- package/_esm/experimental/erc6492/serializeErc6492Signature.js.map +0 -1
- package/_types/experimental/erc6492/isErc6492Signature.d.ts.map +0 -1
- package/_types/experimental/erc6492/parseErc6492Signature.d.ts.map +0 -1
- package/_types/experimental/erc6492/serializeErc6492Signature.d.ts.map +0 -1
- /package/_types/{experimental/erc6492 → utils/signature}/serializeErc6492Signature.d.ts +0 -0
@@ -34,34 +34,34 @@ export declare const zkSyncTestnet: {
|
|
34
34
|
readonly block: {
|
35
35
|
exclude: [] | undefined;
|
36
36
|
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").ZkSyncRpcBlockOverrides & {
|
37
|
-
transactions:
|
37
|
+
transactions: import("../../index.js").Hash[] | import("../index.js").ZkSyncRpcTransaction[];
|
38
38
|
}>) => {
|
39
39
|
baseFeePerGas: bigint | null;
|
40
40
|
blobGasUsed: bigint;
|
41
41
|
difficulty: bigint;
|
42
42
|
excessBlobGas: bigint;
|
43
|
-
extraData:
|
43
|
+
extraData: import("../../index.js").Hex;
|
44
44
|
gasLimit: bigint;
|
45
45
|
gasUsed: bigint;
|
46
46
|
hash: `0x${string}` | null;
|
47
47
|
logsBloom: `0x${string}` | null;
|
48
|
-
miner:
|
49
|
-
mixHash:
|
48
|
+
miner: import("abitype").Address;
|
49
|
+
mixHash: import("../../index.js").Hash;
|
50
50
|
nonce: `0x${string}` | null;
|
51
51
|
number: bigint | null;
|
52
|
-
parentHash:
|
53
|
-
receiptsRoot:
|
54
|
-
sealFields:
|
55
|
-
sha3Uncles:
|
52
|
+
parentHash: import("../../index.js").Hash;
|
53
|
+
receiptsRoot: import("../../index.js").Hex;
|
54
|
+
sealFields: import("../../index.js").Hex[];
|
55
|
+
sha3Uncles: import("../../index.js").Hash;
|
56
56
|
size: bigint;
|
57
|
-
stateRoot:
|
57
|
+
stateRoot: import("../../index.js").Hash;
|
58
58
|
timestamp: bigint;
|
59
59
|
totalDifficulty: bigint | null;
|
60
60
|
transactions: `0x${string}`[] | import("../index.js").ZkSyncTransaction[];
|
61
|
-
transactionsRoot:
|
62
|
-
uncles:
|
61
|
+
transactionsRoot: import("../../index.js").Hash;
|
62
|
+
uncles: import("../../index.js").Hash[];
|
63
63
|
withdrawals?: import("../../index.js").Withdrawal[] | undefined;
|
64
|
-
withdrawalsRoot?:
|
64
|
+
withdrawalsRoot?: import("../../index.js").Hex | undefined;
|
65
65
|
l1BatchNumber: bigint | null;
|
66
66
|
l1BatchTimestamp: bigint | null;
|
67
67
|
} & {};
|
@@ -70,20 +70,20 @@ export declare const zkSyncTestnet: {
|
|
70
70
|
readonly transaction: {
|
71
71
|
exclude: [] | undefined;
|
72
72
|
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransaction>, import("../index.js").ZkSyncRpcTransaction>) => ({
|
73
|
-
r:
|
74
|
-
s:
|
73
|
+
r: import("../../index.js").Hex;
|
74
|
+
s: import("../../index.js").Hex;
|
75
75
|
v: bigint;
|
76
|
-
to:
|
77
|
-
from:
|
76
|
+
to: import("abitype").Address | null;
|
77
|
+
from: import("abitype").Address;
|
78
78
|
gas: bigint;
|
79
79
|
nonce: number;
|
80
80
|
value: bigint;
|
81
81
|
blockHash: `0x${string}` | null;
|
82
82
|
blockNumber: bigint | null;
|
83
|
-
hash:
|
84
|
-
input:
|
83
|
+
hash: import("../../index.js").Hash;
|
84
|
+
input: import("../../index.js").Hex;
|
85
85
|
transactionIndex: number | null;
|
86
|
-
typeHex:
|
86
|
+
typeHex: import("../../index.js").Hex | null;
|
87
87
|
accessList?: undefined;
|
88
88
|
blobVersionedHashes?: undefined;
|
89
89
|
chainId?: number | undefined;
|
@@ -96,20 +96,20 @@ export declare const zkSyncTestnet: {
|
|
96
96
|
l1BatchNumber: bigint | null;
|
97
97
|
l1BatchTxIndex: bigint | null;
|
98
98
|
} | {
|
99
|
-
r:
|
100
|
-
s:
|
99
|
+
r: import("../../index.js").Hex;
|
100
|
+
s: import("../../index.js").Hex;
|
101
101
|
v: bigint;
|
102
|
-
to:
|
103
|
-
from:
|
102
|
+
to: import("abitype").Address | null;
|
103
|
+
from: import("abitype").Address;
|
104
104
|
gas: bigint;
|
105
105
|
nonce: number;
|
106
106
|
value: bigint;
|
107
107
|
blockHash: `0x${string}` | null;
|
108
108
|
blockNumber: bigint | null;
|
109
|
-
hash:
|
110
|
-
input:
|
109
|
+
hash: import("../../index.js").Hash;
|
110
|
+
input: import("../../index.js").Hex;
|
111
111
|
transactionIndex: number | null;
|
112
|
-
typeHex:
|
112
|
+
typeHex: import("../../index.js").Hex | null;
|
113
113
|
accessList?: undefined;
|
114
114
|
blobVersionedHashes?: undefined;
|
115
115
|
chainId?: number | undefined;
|
@@ -122,20 +122,20 @@ export declare const zkSyncTestnet: {
|
|
122
122
|
l1BatchNumber: bigint | null;
|
123
123
|
l1BatchTxIndex: bigint | null;
|
124
124
|
} | {
|
125
|
-
r:
|
126
|
-
s:
|
125
|
+
r: import("../../index.js").Hex;
|
126
|
+
s: import("../../index.js").Hex;
|
127
127
|
v: bigint;
|
128
|
-
to:
|
129
|
-
from:
|
128
|
+
to: import("abitype").Address | null;
|
129
|
+
from: import("abitype").Address;
|
130
130
|
gas: bigint;
|
131
131
|
nonce: number;
|
132
132
|
value: bigint;
|
133
133
|
blockHash: `0x${string}` | null;
|
134
134
|
blockNumber: bigint | null;
|
135
|
-
hash:
|
136
|
-
input:
|
135
|
+
hash: import("../../index.js").Hash;
|
136
|
+
input: import("../../index.js").Hex;
|
137
137
|
transactionIndex: number | null;
|
138
|
-
typeHex:
|
138
|
+
typeHex: import("../../index.js").Hex | null;
|
139
139
|
accessList?: undefined;
|
140
140
|
blobVersionedHashes?: undefined;
|
141
141
|
chainId?: number | undefined;
|
@@ -150,16 +150,16 @@ export declare const zkSyncTestnet: {
|
|
150
150
|
} | {
|
151
151
|
blockHash: `0x${string}` | null;
|
152
152
|
blockNumber: bigint | null;
|
153
|
-
from:
|
153
|
+
from: import("abitype").Address;
|
154
154
|
gas: bigint;
|
155
|
-
hash:
|
156
|
-
input:
|
155
|
+
hash: import("../../index.js").Hash;
|
156
|
+
input: import("../../index.js").Hex;
|
157
157
|
nonce: number;
|
158
|
-
r:
|
159
|
-
s:
|
160
|
-
to:
|
158
|
+
r: import("../../index.js").Hex;
|
159
|
+
s: import("../../index.js").Hex;
|
160
|
+
to: import("abitype").Address | null;
|
161
161
|
transactionIndex: number | null;
|
162
|
-
typeHex:
|
162
|
+
typeHex: import("../../index.js").Hex | null;
|
163
163
|
v: bigint;
|
164
164
|
value: bigint;
|
165
165
|
yParity: number;
|
@@ -176,16 +176,16 @@ export declare const zkSyncTestnet: {
|
|
176
176
|
} | {
|
177
177
|
blockHash: `0x${string}` | null;
|
178
178
|
blockNumber: bigint | null;
|
179
|
-
from:
|
179
|
+
from: import("abitype").Address;
|
180
180
|
gas: bigint;
|
181
|
-
hash:
|
182
|
-
input:
|
181
|
+
hash: import("../../index.js").Hash;
|
182
|
+
input: import("../../index.js").Hex;
|
183
183
|
nonce: number;
|
184
|
-
r:
|
185
|
-
s:
|
186
|
-
to:
|
184
|
+
r: import("../../index.js").Hex;
|
185
|
+
s: import("../../index.js").Hex;
|
186
|
+
to: import("abitype").Address | null;
|
187
187
|
transactionIndex: number | null;
|
188
|
-
typeHex:
|
188
|
+
typeHex: import("../../index.js").Hex | null;
|
189
189
|
v: bigint;
|
190
190
|
value: bigint;
|
191
191
|
yParity: number;
|
@@ -202,16 +202,16 @@ export declare const zkSyncTestnet: {
|
|
202
202
|
} | {
|
203
203
|
blockHash: `0x${string}` | null;
|
204
204
|
blockNumber: bigint | null;
|
205
|
-
from:
|
205
|
+
from: import("abitype").Address;
|
206
206
|
gas: bigint;
|
207
|
-
hash:
|
208
|
-
input:
|
207
|
+
hash: import("../../index.js").Hash;
|
208
|
+
input: import("../../index.js").Hex;
|
209
209
|
nonce: number;
|
210
|
-
r:
|
211
|
-
s:
|
212
|
-
to:
|
210
|
+
r: import("../../index.js").Hex;
|
211
|
+
s: import("../../index.js").Hex;
|
212
|
+
to: import("abitype").Address | null;
|
213
213
|
transactionIndex: number | null;
|
214
|
-
typeHex:
|
214
|
+
typeHex: import("../../index.js").Hex | null;
|
215
215
|
v: bigint;
|
216
216
|
value: bigint;
|
217
217
|
yParity: number;
|
@@ -228,16 +228,16 @@ export declare const zkSyncTestnet: {
|
|
228
228
|
} | {
|
229
229
|
blockHash: `0x${string}` | null;
|
230
230
|
blockNumber: bigint | null;
|
231
|
-
from:
|
231
|
+
from: import("abitype").Address;
|
232
232
|
gas: bigint;
|
233
|
-
hash:
|
234
|
-
input:
|
233
|
+
hash: import("../../index.js").Hash;
|
234
|
+
input: import("../../index.js").Hex;
|
235
235
|
nonce: number;
|
236
|
-
r:
|
237
|
-
s:
|
238
|
-
to:
|
236
|
+
r: import("../../index.js").Hex;
|
237
|
+
s: import("../../index.js").Hex;
|
238
|
+
to: import("abitype").Address | null;
|
239
239
|
transactionIndex: number | null;
|
240
|
-
typeHex:
|
240
|
+
typeHex: import("../../index.js").Hex | null;
|
241
241
|
v: bigint;
|
242
242
|
value: bigint;
|
243
243
|
yParity: number;
|
@@ -254,16 +254,16 @@ export declare const zkSyncTestnet: {
|
|
254
254
|
} | {
|
255
255
|
blockHash: `0x${string}` | null;
|
256
256
|
blockNumber: bigint | null;
|
257
|
-
from:
|
257
|
+
from: import("abitype").Address;
|
258
258
|
gas: bigint;
|
259
|
-
hash:
|
260
|
-
input:
|
259
|
+
hash: import("../../index.js").Hash;
|
260
|
+
input: import("../../index.js").Hex;
|
261
261
|
nonce: number;
|
262
|
-
r:
|
263
|
-
s:
|
264
|
-
to:
|
262
|
+
r: import("../../index.js").Hex;
|
263
|
+
s: import("../../index.js").Hex;
|
264
|
+
to: import("abitype").Address | null;
|
265
265
|
transactionIndex: number | null;
|
266
|
-
typeHex:
|
266
|
+
typeHex: import("../../index.js").Hex | null;
|
267
267
|
v: bigint;
|
268
268
|
value: bigint;
|
269
269
|
yParity: number;
|
@@ -280,16 +280,16 @@ export declare const zkSyncTestnet: {
|
|
280
280
|
} | {
|
281
281
|
blockHash: `0x${string}` | null;
|
282
282
|
blockNumber: bigint | null;
|
283
|
-
from:
|
283
|
+
from: import("abitype").Address;
|
284
284
|
gas: bigint;
|
285
|
-
hash:
|
286
|
-
input:
|
285
|
+
hash: import("../../index.js").Hash;
|
286
|
+
input: import("../../index.js").Hex;
|
287
287
|
nonce: number;
|
288
|
-
r:
|
289
|
-
s:
|
290
|
-
to:
|
288
|
+
r: import("../../index.js").Hex;
|
289
|
+
s: import("../../index.js").Hex;
|
290
|
+
to: import("abitype").Address | null;
|
291
291
|
transactionIndex: number | null;
|
292
|
-
typeHex:
|
292
|
+
typeHex: import("../../index.js").Hex | null;
|
293
293
|
v: bigint;
|
294
294
|
value: bigint;
|
295
295
|
yParity: number;
|
@@ -306,16 +306,16 @@ export declare const zkSyncTestnet: {
|
|
306
306
|
} | {
|
307
307
|
blockHash: `0x${string}` | null;
|
308
308
|
blockNumber: bigint | null;
|
309
|
-
from:
|
309
|
+
from: import("abitype").Address;
|
310
310
|
gas: bigint;
|
311
|
-
hash:
|
312
|
-
input:
|
311
|
+
hash: import("../../index.js").Hash;
|
312
|
+
input: import("../../index.js").Hex;
|
313
313
|
nonce: number;
|
314
|
-
r:
|
315
|
-
s:
|
316
|
-
to:
|
314
|
+
r: import("../../index.js").Hex;
|
315
|
+
s: import("../../index.js").Hex;
|
316
|
+
to: import("abitype").Address | null;
|
317
317
|
transactionIndex: number | null;
|
318
|
-
typeHex:
|
318
|
+
typeHex: import("../../index.js").Hex | null;
|
319
319
|
v: bigint;
|
320
320
|
value: bigint;
|
321
321
|
yParity: number;
|
@@ -332,16 +332,16 @@ export declare const zkSyncTestnet: {
|
|
332
332
|
} | {
|
333
333
|
blockHash: `0x${string}` | null;
|
334
334
|
blockNumber: bigint | null;
|
335
|
-
from:
|
335
|
+
from: import("abitype").Address;
|
336
336
|
gas: bigint;
|
337
|
-
hash:
|
338
|
-
input:
|
337
|
+
hash: import("../../index.js").Hash;
|
338
|
+
input: import("../../index.js").Hex;
|
339
339
|
nonce: number;
|
340
|
-
r:
|
341
|
-
s:
|
342
|
-
to:
|
340
|
+
r: import("../../index.js").Hex;
|
341
|
+
s: import("../../index.js").Hex;
|
342
|
+
to: import("abitype").Address | null;
|
343
343
|
transactionIndex: number | null;
|
344
|
-
typeHex:
|
344
|
+
typeHex: import("../../index.js").Hex | null;
|
345
345
|
v: bigint;
|
346
346
|
value: bigint;
|
347
347
|
yParity: number;
|
@@ -358,21 +358,21 @@ export declare const zkSyncTestnet: {
|
|
358
358
|
} | {
|
359
359
|
blockHash: `0x${string}` | null;
|
360
360
|
blockNumber: bigint | null;
|
361
|
-
from:
|
361
|
+
from: import("abitype").Address;
|
362
362
|
gas: bigint;
|
363
|
-
hash:
|
364
|
-
input:
|
363
|
+
hash: import("../../index.js").Hash;
|
364
|
+
input: import("../../index.js").Hex;
|
365
365
|
nonce: number;
|
366
|
-
r:
|
367
|
-
s:
|
368
|
-
to:
|
366
|
+
r: import("../../index.js").Hex;
|
367
|
+
s: import("../../index.js").Hex;
|
368
|
+
to: import("abitype").Address | null;
|
369
369
|
transactionIndex: number | null;
|
370
|
-
typeHex:
|
370
|
+
typeHex: import("../../index.js").Hex | null;
|
371
371
|
v: bigint;
|
372
372
|
value: bigint;
|
373
373
|
yParity: number;
|
374
374
|
accessList: import("../../index.js").AccessList;
|
375
|
-
blobVersionedHashes: readonly
|
375
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
376
376
|
chainId: number;
|
377
377
|
type: "eip4844";
|
378
378
|
gasPrice?: undefined;
|
@@ -384,21 +384,21 @@ export declare const zkSyncTestnet: {
|
|
384
384
|
} | {
|
385
385
|
blockHash: `0x${string}` | null;
|
386
386
|
blockNumber: bigint | null;
|
387
|
-
from:
|
387
|
+
from: import("abitype").Address;
|
388
388
|
gas: bigint;
|
389
|
-
hash:
|
390
|
-
input:
|
389
|
+
hash: import("../../index.js").Hash;
|
390
|
+
input: import("../../index.js").Hex;
|
391
391
|
nonce: number;
|
392
|
-
r:
|
393
|
-
s:
|
394
|
-
to:
|
392
|
+
r: import("../../index.js").Hex;
|
393
|
+
s: import("../../index.js").Hex;
|
394
|
+
to: import("abitype").Address | null;
|
395
395
|
transactionIndex: number | null;
|
396
|
-
typeHex:
|
396
|
+
typeHex: import("../../index.js").Hex | null;
|
397
397
|
v: bigint;
|
398
398
|
value: bigint;
|
399
399
|
yParity: number;
|
400
400
|
accessList: import("../../index.js").AccessList;
|
401
|
-
blobVersionedHashes: readonly
|
401
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
402
402
|
chainId: number;
|
403
403
|
type: "priority";
|
404
404
|
gasPrice?: undefined;
|
@@ -410,21 +410,21 @@ export declare const zkSyncTestnet: {
|
|
410
410
|
} | {
|
411
411
|
blockHash: `0x${string}` | null;
|
412
412
|
blockNumber: bigint | null;
|
413
|
-
from:
|
413
|
+
from: import("abitype").Address;
|
414
414
|
gas: bigint;
|
415
|
-
hash:
|
416
|
-
input:
|
415
|
+
hash: import("../../index.js").Hash;
|
416
|
+
input: import("../../index.js").Hex;
|
417
417
|
nonce: number;
|
418
|
-
r:
|
419
|
-
s:
|
420
|
-
to:
|
418
|
+
r: import("../../index.js").Hex;
|
419
|
+
s: import("../../index.js").Hex;
|
420
|
+
to: import("abitype").Address | null;
|
421
421
|
transactionIndex: number | null;
|
422
|
-
typeHex:
|
422
|
+
typeHex: import("../../index.js").Hex | null;
|
423
423
|
v: bigint;
|
424
424
|
value: bigint;
|
425
425
|
yParity: number;
|
426
426
|
accessList: import("../../index.js").AccessList;
|
427
|
-
blobVersionedHashes: readonly
|
427
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
428
428
|
chainId: number;
|
429
429
|
type: "priority" | "eip712";
|
430
430
|
gasPrice?: undefined;
|
@@ -441,19 +441,19 @@ export declare const zkSyncTestnet: {
|
|
441
441
|
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").ZkSyncRpcTransactionReceiptOverrides>) => {
|
442
442
|
blobGasPrice?: bigint | undefined;
|
443
443
|
blobGasUsed?: bigint | undefined;
|
444
|
-
blockHash:
|
444
|
+
blockHash: import("../../index.js").Hash;
|
445
445
|
blockNumber: bigint;
|
446
|
-
contractAddress:
|
446
|
+
contractAddress: import("abitype").Address | null | undefined;
|
447
447
|
cumulativeGasUsed: bigint;
|
448
448
|
effectiveGasPrice: bigint;
|
449
|
-
from:
|
449
|
+
from: import("abitype").Address;
|
450
450
|
gasUsed: bigint;
|
451
451
|
logs: import("../index.js").ZkSyncLog[];
|
452
|
-
logsBloom:
|
453
|
-
root?:
|
452
|
+
logsBloom: import("../../index.js").Hex;
|
453
|
+
root?: import("../../index.js").Hash | undefined;
|
454
454
|
status: "success" | "reverted";
|
455
|
-
to:
|
456
|
-
transactionHash:
|
455
|
+
to: import("abitype").Address | null;
|
456
|
+
transactionHash: import("../../index.js").Hash;
|
457
457
|
transactionIndex: number;
|
458
458
|
type: import("../index.js").ZkSyncTransactionType;
|
459
459
|
l1BatchNumber: bigint | null;
|
@@ -465,11 +465,11 @@ export declare const zkSyncTestnet: {
|
|
465
465
|
readonly transactionRequest: {
|
466
466
|
exclude: ("gasPerPubdata" | "paymaster" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
|
467
467
|
format: (args: ({
|
468
|
-
data?:
|
469
|
-
from?:
|
468
|
+
data?: import("../../index.js").Hex | undefined;
|
469
|
+
from?: import("abitype").Address;
|
470
470
|
gas?: bigint | undefined;
|
471
471
|
nonce?: number | undefined;
|
472
|
-
to?:
|
472
|
+
to?: import("abitype").Address | null | undefined;
|
473
473
|
value?: bigint | undefined;
|
474
474
|
accessList?: undefined;
|
475
475
|
blobs?: undefined;
|
@@ -482,11 +482,11 @@ export declare const zkSyncTestnet: {
|
|
482
482
|
kzg?: undefined;
|
483
483
|
sidecars?: undefined;
|
484
484
|
} & {
|
485
|
-
data?:
|
486
|
-
from:
|
485
|
+
data?: import("../../index.js").Hex | undefined;
|
486
|
+
from: import("abitype").Address;
|
487
487
|
gas?: bigint | undefined;
|
488
488
|
nonce?: number | undefined;
|
489
|
-
to?:
|
489
|
+
to?: import("abitype").Address | null | undefined;
|
490
490
|
value?: bigint | undefined;
|
491
491
|
accessList?: undefined;
|
492
492
|
blobs?: undefined;
|
@@ -505,11 +505,11 @@ export declare const zkSyncTestnet: {
|
|
505
505
|
paymasterInput?: undefined;
|
506
506
|
factoryDeps?: undefined;
|
507
507
|
}) | ({
|
508
|
-
data?:
|
509
|
-
from?:
|
508
|
+
data?: import("../../index.js").Hex | undefined;
|
509
|
+
from?: import("abitype").Address;
|
510
510
|
gas?: bigint | undefined;
|
511
511
|
nonce?: number | undefined;
|
512
|
-
to?:
|
512
|
+
to?: import("abitype").Address | null | undefined;
|
513
513
|
value?: bigint | undefined;
|
514
514
|
accessList?: undefined;
|
515
515
|
blobs?: undefined;
|
@@ -522,11 +522,11 @@ export declare const zkSyncTestnet: {
|
|
522
522
|
kzg?: undefined;
|
523
523
|
sidecars?: undefined;
|
524
524
|
} & {
|
525
|
-
data?:
|
526
|
-
from:
|
525
|
+
data?: import("../../index.js").Hex | undefined;
|
526
|
+
from: import("abitype").Address;
|
527
527
|
gas?: bigint | undefined;
|
528
528
|
nonce?: number | undefined;
|
529
|
-
to?:
|
529
|
+
to?: import("abitype").Address | null | undefined;
|
530
530
|
value?: bigint | undefined;
|
531
531
|
accessList?: import("../../index.js").AccessList | undefined;
|
532
532
|
blobs?: undefined;
|
@@ -545,11 +545,11 @@ export declare const zkSyncTestnet: {
|
|
545
545
|
paymasterInput?: undefined;
|
546
546
|
factoryDeps?: undefined;
|
547
547
|
}) | ({
|
548
|
-
data?:
|
549
|
-
from?:
|
548
|
+
data?: import("../../index.js").Hex | undefined;
|
549
|
+
from?: import("abitype").Address;
|
550
550
|
gas?: bigint | undefined;
|
551
551
|
nonce?: number | undefined;
|
552
|
-
to?:
|
552
|
+
to?: import("abitype").Address | null | undefined;
|
553
553
|
value?: bigint | undefined;
|
554
554
|
accessList?: undefined;
|
555
555
|
blobs?: undefined;
|
@@ -562,11 +562,11 @@ export declare const zkSyncTestnet: {
|
|
562
562
|
kzg?: undefined;
|
563
563
|
sidecars?: undefined;
|
564
564
|
} & {
|
565
|
-
data?:
|
566
|
-
from:
|
565
|
+
data?: import("../../index.js").Hex | undefined;
|
566
|
+
from: import("abitype").Address;
|
567
567
|
gas?: bigint | undefined;
|
568
568
|
nonce?: number | undefined;
|
569
|
-
to?:
|
569
|
+
to?: import("abitype").Address | null | undefined;
|
570
570
|
value?: bigint | undefined;
|
571
571
|
gasPrice?: undefined;
|
572
572
|
maxFeePerBlobGas?: undefined;
|
@@ -585,11 +585,11 @@ export declare const zkSyncTestnet: {
|
|
585
585
|
paymasterInput?: undefined;
|
586
586
|
factoryDeps?: undefined;
|
587
587
|
}) | ({
|
588
|
-
data?:
|
589
|
-
from?:
|
588
|
+
data?: import("../../index.js").Hex | undefined;
|
589
|
+
from?: import("abitype").Address;
|
590
590
|
gas?: bigint | undefined;
|
591
591
|
nonce?: number | undefined;
|
592
|
-
to?:
|
592
|
+
to?: import("abitype").Address | null | undefined;
|
593
593
|
value?: bigint | undefined;
|
594
594
|
accessList?: undefined;
|
595
595
|
blobs?: undefined;
|
@@ -603,18 +603,18 @@ export declare const zkSyncTestnet: {
|
|
603
603
|
sidecars?: undefined;
|
604
604
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
605
605
|
gasPerPubdata?: bigint | undefined;
|
606
|
-
customSignature?:
|
607
|
-
factoryDeps?:
|
608
|
-
type?: "
|
606
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
607
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
608
|
+
type?: "eip712" | "priority" | undefined;
|
609
609
|
} & {
|
610
|
-
paymaster:
|
611
|
-
paymasterInput:
|
610
|
+
paymaster: import("abitype").Address;
|
611
|
+
paymasterInput: import("../../index.js").Hex;
|
612
612
|
}) | ({
|
613
|
-
data?:
|
614
|
-
from?:
|
613
|
+
data?: import("../../index.js").Hex | undefined;
|
614
|
+
from?: import("abitype").Address;
|
615
615
|
gas?: bigint | undefined;
|
616
616
|
nonce?: number | undefined;
|
617
|
-
to?:
|
617
|
+
to?: import("abitype").Address | null | undefined;
|
618
618
|
value?: bigint | undefined;
|
619
619
|
accessList?: undefined;
|
620
620
|
blobs?: undefined;
|
@@ -628,18 +628,18 @@ export declare const zkSyncTestnet: {
|
|
628
628
|
sidecars?: undefined;
|
629
629
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
630
630
|
gasPerPubdata?: bigint | undefined;
|
631
|
-
customSignature?:
|
632
|
-
factoryDeps?:
|
633
|
-
type?: "
|
631
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
632
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
633
|
+
type?: "eip712" | "priority" | undefined;
|
634
634
|
} & {
|
635
635
|
paymaster?: undefined;
|
636
636
|
paymasterInput?: undefined;
|
637
637
|
}) | ({
|
638
|
-
data?:
|
639
|
-
from?:
|
638
|
+
data?: import("../../index.js").Hex | undefined;
|
639
|
+
from?: import("abitype").Address;
|
640
640
|
gas?: bigint | undefined;
|
641
641
|
nonce?: number | undefined;
|
642
|
-
to?:
|
642
|
+
to?: import("abitype").Address | null | undefined;
|
643
643
|
value?: bigint | undefined;
|
644
644
|
accessList?: import("../../index.js").AccessList | undefined;
|
645
645
|
blobs?: undefined;
|
@@ -652,11 +652,11 @@ export declare const zkSyncTestnet: {
|
|
652
652
|
kzg?: undefined;
|
653
653
|
sidecars?: undefined;
|
654
654
|
} & {
|
655
|
-
data?:
|
656
|
-
from:
|
655
|
+
data?: import("../../index.js").Hex | undefined;
|
656
|
+
from: import("abitype").Address;
|
657
657
|
gas?: bigint | undefined;
|
658
658
|
nonce?: number | undefined;
|
659
|
-
to?:
|
659
|
+
to?: import("abitype").Address | null | undefined;
|
660
660
|
value?: bigint | undefined;
|
661
661
|
accessList?: undefined;
|
662
662
|
blobs?: undefined;
|
@@ -675,11 +675,11 @@ export declare const zkSyncTestnet: {
|
|
675
675
|
paymasterInput?: undefined;
|
676
676
|
factoryDeps?: undefined;
|
677
677
|
}) | ({
|
678
|
-
data?:
|
679
|
-
from?:
|
678
|
+
data?: import("../../index.js").Hex | undefined;
|
679
|
+
from?: import("abitype").Address;
|
680
680
|
gas?: bigint | undefined;
|
681
681
|
nonce?: number | undefined;
|
682
|
-
to?:
|
682
|
+
to?: import("abitype").Address | null | undefined;
|
683
683
|
value?: bigint | undefined;
|
684
684
|
accessList?: import("../../index.js").AccessList | undefined;
|
685
685
|
blobs?: undefined;
|
@@ -692,11 +692,11 @@ export declare const zkSyncTestnet: {
|
|
692
692
|
kzg?: undefined;
|
693
693
|
sidecars?: undefined;
|
694
694
|
} & {
|
695
|
-
data?:
|
696
|
-
from:
|
695
|
+
data?: import("../../index.js").Hex | undefined;
|
696
|
+
from: import("abitype").Address;
|
697
697
|
gas?: bigint | undefined;
|
698
698
|
nonce?: number | undefined;
|
699
|
-
to?:
|
699
|
+
to?: import("abitype").Address | null | undefined;
|
700
700
|
value?: bigint | undefined;
|
701
701
|
accessList?: import("../../index.js").AccessList | undefined;
|
702
702
|
blobs?: undefined;
|
@@ -715,11 +715,11 @@ export declare const zkSyncTestnet: {
|
|
715
715
|
paymasterInput?: undefined;
|
716
716
|
factoryDeps?: undefined;
|
717
717
|
}) | ({
|
718
|
-
data?:
|
719
|
-
from?:
|
718
|
+
data?: import("../../index.js").Hex | undefined;
|
719
|
+
from?: import("abitype").Address;
|
720
720
|
gas?: bigint | undefined;
|
721
721
|
nonce?: number | undefined;
|
722
|
-
to?:
|
722
|
+
to?: import("abitype").Address | null | undefined;
|
723
723
|
value?: bigint | undefined;
|
724
724
|
accessList?: import("../../index.js").AccessList | undefined;
|
725
725
|
blobs?: undefined;
|
@@ -732,11 +732,11 @@ export declare const zkSyncTestnet: {
|
|
732
732
|
kzg?: undefined;
|
733
733
|
sidecars?: undefined;
|
734
734
|
} & {
|
735
|
-
data?:
|
736
|
-
from:
|
735
|
+
data?: import("../../index.js").Hex | undefined;
|
736
|
+
from: import("abitype").Address;
|
737
737
|
gas?: bigint | undefined;
|
738
738
|
nonce?: number | undefined;
|
739
|
-
to?:
|
739
|
+
to?: import("abitype").Address | null | undefined;
|
740
740
|
value?: bigint | undefined;
|
741
741
|
gasPrice?: undefined;
|
742
742
|
maxFeePerBlobGas?: undefined;
|
@@ -755,11 +755,11 @@ export declare const zkSyncTestnet: {
|
|
755
755
|
paymasterInput?: undefined;
|
756
756
|
factoryDeps?: undefined;
|
757
757
|
}) | ({
|
758
|
-
data?:
|
759
|
-
from?:
|
758
|
+
data?: import("../../index.js").Hex | undefined;
|
759
|
+
from?: import("abitype").Address;
|
760
760
|
gas?: bigint | undefined;
|
761
761
|
nonce?: number | undefined;
|
762
|
-
to?:
|
762
|
+
to?: import("abitype").Address | null | undefined;
|
763
763
|
value?: bigint | undefined;
|
764
764
|
accessList?: import("../../index.js").AccessList | undefined;
|
765
765
|
blobs?: undefined;
|
@@ -773,18 +773,18 @@ export declare const zkSyncTestnet: {
|
|
773
773
|
sidecars?: undefined;
|
774
774
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
775
775
|
gasPerPubdata?: bigint | undefined;
|
776
|
-
customSignature?:
|
777
|
-
factoryDeps?:
|
778
|
-
type?: "
|
776
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
777
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
778
|
+
type?: "eip712" | "priority" | undefined;
|
779
779
|
} & {
|
780
|
-
paymaster:
|
781
|
-
paymasterInput:
|
780
|
+
paymaster: import("abitype").Address;
|
781
|
+
paymasterInput: import("../../index.js").Hex;
|
782
782
|
}) | ({
|
783
|
-
data?:
|
784
|
-
from?:
|
783
|
+
data?: import("../../index.js").Hex | undefined;
|
784
|
+
from?: import("abitype").Address;
|
785
785
|
gas?: bigint | undefined;
|
786
786
|
nonce?: number | undefined;
|
787
|
-
to?:
|
787
|
+
to?: import("abitype").Address | null | undefined;
|
788
788
|
value?: bigint | undefined;
|
789
789
|
accessList?: import("../../index.js").AccessList | undefined;
|
790
790
|
blobs?: undefined;
|
@@ -798,18 +798,18 @@ export declare const zkSyncTestnet: {
|
|
798
798
|
sidecars?: undefined;
|
799
799
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
800
800
|
gasPerPubdata?: bigint | undefined;
|
801
|
-
customSignature?:
|
802
|
-
factoryDeps?:
|
803
|
-
type?: "
|
801
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
802
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
803
|
+
type?: "eip712" | "priority" | undefined;
|
804
804
|
} & {
|
805
805
|
paymaster?: undefined;
|
806
806
|
paymasterInput?: undefined;
|
807
807
|
}) | ({
|
808
|
-
data?:
|
809
|
-
from?:
|
808
|
+
data?: import("../../index.js").Hex | undefined;
|
809
|
+
from?: import("abitype").Address;
|
810
810
|
gas?: bigint | undefined;
|
811
811
|
nonce?: number | undefined;
|
812
|
-
to?:
|
812
|
+
to?: import("abitype").Address | null | undefined;
|
813
813
|
value?: bigint | undefined;
|
814
814
|
gasPrice?: bigint | undefined;
|
815
815
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -822,11 +822,11 @@ export declare const zkSyncTestnet: {
|
|
822
822
|
kzg?: undefined;
|
823
823
|
sidecars?: undefined;
|
824
824
|
} & {
|
825
|
-
data?:
|
826
|
-
from:
|
825
|
+
data?: import("../../index.js").Hex | undefined;
|
826
|
+
from: import("abitype").Address;
|
827
827
|
gas?: bigint | undefined;
|
828
828
|
nonce?: number | undefined;
|
829
|
-
to?:
|
829
|
+
to?: import("abitype").Address | null | undefined;
|
830
830
|
value?: bigint | undefined;
|
831
831
|
accessList?: undefined;
|
832
832
|
blobs?: undefined;
|
@@ -845,11 +845,11 @@ export declare const zkSyncTestnet: {
|
|
845
845
|
paymasterInput?: undefined;
|
846
846
|
factoryDeps?: undefined;
|
847
847
|
}) | ({
|
848
|
-
data?:
|
849
|
-
from?:
|
848
|
+
data?: import("../../index.js").Hex | undefined;
|
849
|
+
from?: import("abitype").Address;
|
850
850
|
gas?: bigint | undefined;
|
851
851
|
nonce?: number | undefined;
|
852
|
-
to?:
|
852
|
+
to?: import("abitype").Address | null | undefined;
|
853
853
|
value?: bigint | undefined;
|
854
854
|
gasPrice?: bigint | undefined;
|
855
855
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -862,11 +862,11 @@ export declare const zkSyncTestnet: {
|
|
862
862
|
kzg?: undefined;
|
863
863
|
sidecars?: undefined;
|
864
864
|
} & {
|
865
|
-
data?:
|
866
|
-
from:
|
865
|
+
data?: import("../../index.js").Hex | undefined;
|
866
|
+
from: import("abitype").Address;
|
867
867
|
gas?: bigint | undefined;
|
868
868
|
nonce?: number | undefined;
|
869
|
-
to?:
|
869
|
+
to?: import("abitype").Address | null | undefined;
|
870
870
|
value?: bigint | undefined;
|
871
871
|
accessList?: import("../../index.js").AccessList | undefined;
|
872
872
|
blobs?: undefined;
|
@@ -885,11 +885,11 @@ export declare const zkSyncTestnet: {
|
|
885
885
|
paymasterInput?: undefined;
|
886
886
|
factoryDeps?: undefined;
|
887
887
|
}) | ({
|
888
|
-
data?:
|
889
|
-
from?:
|
888
|
+
data?: import("../../index.js").Hex | undefined;
|
889
|
+
from?: import("abitype").Address;
|
890
890
|
gas?: bigint | undefined;
|
891
891
|
nonce?: number | undefined;
|
892
|
-
to?:
|
892
|
+
to?: import("abitype").Address | null | undefined;
|
893
893
|
value?: bigint | undefined;
|
894
894
|
gasPrice?: bigint | undefined;
|
895
895
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -902,11 +902,11 @@ export declare const zkSyncTestnet: {
|
|
902
902
|
kzg?: undefined;
|
903
903
|
sidecars?: undefined;
|
904
904
|
} & {
|
905
|
-
data?:
|
906
|
-
from:
|
905
|
+
data?: import("../../index.js").Hex | undefined;
|
906
|
+
from: import("abitype").Address;
|
907
907
|
gas?: bigint | undefined;
|
908
908
|
nonce?: number | undefined;
|
909
|
-
to?:
|
909
|
+
to?: import("abitype").Address | null | undefined;
|
910
910
|
value?: bigint | undefined;
|
911
911
|
gasPrice?: undefined;
|
912
912
|
maxFeePerBlobGas?: undefined;
|
@@ -925,11 +925,11 @@ export declare const zkSyncTestnet: {
|
|
925
925
|
paymasterInput?: undefined;
|
926
926
|
factoryDeps?: undefined;
|
927
927
|
}) | ({
|
928
|
-
data?:
|
929
|
-
from?:
|
928
|
+
data?: import("../../index.js").Hex | undefined;
|
929
|
+
from?: import("abitype").Address;
|
930
930
|
gas?: bigint | undefined;
|
931
931
|
nonce?: number | undefined;
|
932
|
-
to?:
|
932
|
+
to?: import("abitype").Address | null | undefined;
|
933
933
|
value?: bigint | undefined;
|
934
934
|
gasPrice?: bigint | undefined;
|
935
935
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -943,18 +943,18 @@ export declare const zkSyncTestnet: {
|
|
943
943
|
sidecars?: undefined;
|
944
944
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
945
945
|
gasPerPubdata?: bigint | undefined;
|
946
|
-
customSignature?:
|
947
|
-
factoryDeps?:
|
948
|
-
type?: "
|
946
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
947
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
948
|
+
type?: "eip712" | "priority" | undefined;
|
949
949
|
} & {
|
950
|
-
paymaster:
|
951
|
-
paymasterInput:
|
950
|
+
paymaster: import("abitype").Address;
|
951
|
+
paymasterInput: import("../../index.js").Hex;
|
952
952
|
}) | ({
|
953
|
-
data?:
|
954
|
-
from?:
|
953
|
+
data?: import("../../index.js").Hex | undefined;
|
954
|
+
from?: import("abitype").Address;
|
955
955
|
gas?: bigint | undefined;
|
956
956
|
nonce?: number | undefined;
|
957
|
-
to?:
|
957
|
+
to?: import("abitype").Address | null | undefined;
|
958
958
|
value?: bigint | undefined;
|
959
959
|
gasPrice?: bigint | undefined;
|
960
960
|
maxFeePerBlobGas?: bigint | undefined;
|
@@ -968,35 +968,35 @@ export declare const zkSyncTestnet: {
|
|
968
968
|
sidecars?: undefined;
|
969
969
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
970
970
|
gasPerPubdata?: bigint | undefined;
|
971
|
-
customSignature?:
|
972
|
-
factoryDeps?:
|
973
|
-
type?: "
|
971
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
972
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
973
|
+
type?: "eip712" | "priority" | undefined;
|
974
974
|
} & {
|
975
975
|
paymaster?: undefined;
|
976
976
|
paymasterInput?: undefined;
|
977
977
|
}) | ({
|
978
|
-
data?:
|
979
|
-
from?:
|
978
|
+
data?: import("../../index.js").Hex | undefined;
|
979
|
+
from?: import("abitype").Address;
|
980
980
|
gas?: bigint | undefined;
|
981
981
|
nonce?: number | undefined;
|
982
982
|
value?: bigint | undefined;
|
983
|
-
to?:
|
983
|
+
to?: import("abitype").Address | null | undefined;
|
984
984
|
accessList?: import("../../index.js").AccessList | undefined;
|
985
985
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
986
|
-
blobVersionedHashes?: readonly
|
986
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
987
987
|
kzg?: import("../../index.js").Kzg | undefined;
|
988
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
988
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
989
989
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
990
990
|
gasPrice?: bigint | undefined;
|
991
991
|
maxFeePerGas?: bigint | undefined;
|
992
992
|
maxPriorityFeePerGas?: bigint | undefined;
|
993
993
|
maxFeePerBlobGas?: bigint | undefined;
|
994
994
|
} & {
|
995
|
-
data?:
|
996
|
-
from:
|
995
|
+
data?: import("../../index.js").Hex | undefined;
|
996
|
+
from: import("abitype").Address;
|
997
997
|
gas?: bigint | undefined;
|
998
998
|
nonce?: number | undefined;
|
999
|
-
to?:
|
999
|
+
to?: import("abitype").Address | null | undefined;
|
1000
1000
|
value?: bigint | undefined;
|
1001
1001
|
accessList?: undefined;
|
1002
1002
|
blobs?: undefined;
|
@@ -1015,28 +1015,28 @@ export declare const zkSyncTestnet: {
|
|
1015
1015
|
paymasterInput?: undefined;
|
1016
1016
|
factoryDeps?: undefined;
|
1017
1017
|
}) | ({
|
1018
|
-
data?:
|
1019
|
-
from?:
|
1018
|
+
data?: import("../../index.js").Hex | undefined;
|
1019
|
+
from?: import("abitype").Address;
|
1020
1020
|
gas?: bigint | undefined;
|
1021
1021
|
nonce?: number | undefined;
|
1022
1022
|
value?: bigint | undefined;
|
1023
|
-
to?:
|
1023
|
+
to?: import("abitype").Address | null | undefined;
|
1024
1024
|
accessList?: import("../../index.js").AccessList | undefined;
|
1025
1025
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1026
|
-
blobVersionedHashes?: readonly
|
1026
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1027
1027
|
kzg?: import("../../index.js").Kzg | undefined;
|
1028
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1028
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1029
1029
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1030
1030
|
gasPrice?: bigint | undefined;
|
1031
1031
|
maxFeePerGas?: bigint | undefined;
|
1032
1032
|
maxPriorityFeePerGas?: bigint | undefined;
|
1033
1033
|
maxFeePerBlobGas?: bigint | undefined;
|
1034
1034
|
} & {
|
1035
|
-
data?:
|
1036
|
-
from:
|
1035
|
+
data?: import("../../index.js").Hex | undefined;
|
1036
|
+
from: import("abitype").Address;
|
1037
1037
|
gas?: bigint | undefined;
|
1038
1038
|
nonce?: number | undefined;
|
1039
|
-
to?:
|
1039
|
+
to?: import("abitype").Address | null | undefined;
|
1040
1040
|
value?: bigint | undefined;
|
1041
1041
|
accessList?: import("../../index.js").AccessList | undefined;
|
1042
1042
|
blobs?: undefined;
|
@@ -1055,28 +1055,28 @@ export declare const zkSyncTestnet: {
|
|
1055
1055
|
paymasterInput?: undefined;
|
1056
1056
|
factoryDeps?: undefined;
|
1057
1057
|
}) | ({
|
1058
|
-
data?:
|
1059
|
-
from?:
|
1058
|
+
data?: import("../../index.js").Hex | undefined;
|
1059
|
+
from?: import("abitype").Address;
|
1060
1060
|
gas?: bigint | undefined;
|
1061
1061
|
nonce?: number | undefined;
|
1062
1062
|
value?: bigint | undefined;
|
1063
|
-
to?:
|
1063
|
+
to?: import("abitype").Address | null | undefined;
|
1064
1064
|
accessList?: import("../../index.js").AccessList | undefined;
|
1065
1065
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1066
|
-
blobVersionedHashes?: readonly
|
1066
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1067
1067
|
kzg?: import("../../index.js").Kzg | undefined;
|
1068
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1068
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1069
1069
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1070
1070
|
gasPrice?: bigint | undefined;
|
1071
1071
|
maxFeePerGas?: bigint | undefined;
|
1072
1072
|
maxPriorityFeePerGas?: bigint | undefined;
|
1073
1073
|
maxFeePerBlobGas?: bigint | undefined;
|
1074
1074
|
} & {
|
1075
|
-
data?:
|
1076
|
-
from:
|
1075
|
+
data?: import("../../index.js").Hex | undefined;
|
1076
|
+
from: import("abitype").Address;
|
1077
1077
|
gas?: bigint | undefined;
|
1078
1078
|
nonce?: number | undefined;
|
1079
|
-
to?:
|
1079
|
+
to?: import("abitype").Address | null | undefined;
|
1080
1080
|
value?: bigint | undefined;
|
1081
1081
|
gasPrice?: undefined;
|
1082
1082
|
maxFeePerBlobGas?: undefined;
|
@@ -1095,34 +1095,34 @@ export declare const zkSyncTestnet: {
|
|
1095
1095
|
paymasterInput?: undefined;
|
1096
1096
|
factoryDeps?: undefined;
|
1097
1097
|
}) | ({
|
1098
|
-
data?:
|
1099
|
-
from?:
|
1098
|
+
data?: import("../../index.js").Hex | undefined;
|
1099
|
+
from?: import("abitype").Address;
|
1100
1100
|
gas?: bigint | undefined;
|
1101
1101
|
nonce?: number | undefined;
|
1102
1102
|
value?: bigint | undefined;
|
1103
|
-
to?:
|
1103
|
+
to?: import("abitype").Address | null | undefined;
|
1104
1104
|
accessList?: import("../../index.js").AccessList | undefined;
|
1105
1105
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1106
|
-
blobVersionedHashes?: readonly
|
1106
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1107
1107
|
kzg?: import("../../index.js").Kzg | undefined;
|
1108
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1108
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1109
1109
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1110
1110
|
gasPrice?: bigint | undefined;
|
1111
1111
|
maxFeePerGas?: bigint | undefined;
|
1112
1112
|
maxPriorityFeePerGas?: bigint | undefined;
|
1113
1113
|
maxFeePerBlobGas?: bigint | undefined;
|
1114
1114
|
} & {
|
1115
|
-
data?:
|
1116
|
-
from:
|
1115
|
+
data?: import("../../index.js").Hex | undefined;
|
1116
|
+
from: import("abitype").Address;
|
1117
1117
|
gas?: bigint | undefined;
|
1118
1118
|
nonce?: number | undefined;
|
1119
1119
|
value?: bigint | undefined;
|
1120
1120
|
to: `0x${string}` | null;
|
1121
1121
|
accessList?: import("../../index.js").AccessList | undefined;
|
1122
|
-
blobs: readonly
|
1123
|
-
blobVersionedHashes?: readonly
|
1122
|
+
blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
|
1123
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1124
1124
|
kzg?: import("../../index.js").Kzg | undefined;
|
1125
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1125
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1126
1126
|
type?: "eip4844" | undefined;
|
1127
1127
|
gasPrice?: undefined;
|
1128
1128
|
maxFeePerGas?: bigint | undefined;
|
@@ -1135,17 +1135,17 @@ export declare const zkSyncTestnet: {
|
|
1135
1135
|
paymasterInput?: undefined;
|
1136
1136
|
factoryDeps?: undefined;
|
1137
1137
|
}) | ({
|
1138
|
-
data?:
|
1139
|
-
from?:
|
1138
|
+
data?: import("../../index.js").Hex | undefined;
|
1139
|
+
from?: import("abitype").Address;
|
1140
1140
|
gas?: bigint | undefined;
|
1141
1141
|
nonce?: number | undefined;
|
1142
1142
|
value?: bigint | undefined;
|
1143
|
-
to?:
|
1143
|
+
to?: import("abitype").Address | null | undefined;
|
1144
1144
|
accessList?: import("../../index.js").AccessList | undefined;
|
1145
1145
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1146
|
-
blobVersionedHashes?: readonly
|
1146
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1147
1147
|
kzg?: import("../../index.js").Kzg | undefined;
|
1148
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1148
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1149
1149
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1150
1150
|
gasPrice?: bigint | undefined;
|
1151
1151
|
maxFeePerGas?: bigint | undefined;
|
@@ -1153,24 +1153,24 @@ export declare const zkSyncTestnet: {
|
|
1153
1153
|
maxFeePerBlobGas?: bigint | undefined;
|
1154
1154
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1155
1155
|
gasPerPubdata?: bigint | undefined;
|
1156
|
-
customSignature?:
|
1157
|
-
factoryDeps?:
|
1158
|
-
type?: "
|
1156
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
1157
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
1158
|
+
type?: "eip712" | "priority" | undefined;
|
1159
1159
|
} & {
|
1160
|
-
paymaster:
|
1161
|
-
paymasterInput:
|
1160
|
+
paymaster: import("abitype").Address;
|
1161
|
+
paymasterInput: import("../../index.js").Hex;
|
1162
1162
|
}) | ({
|
1163
|
-
data?:
|
1164
|
-
from?:
|
1163
|
+
data?: import("../../index.js").Hex | undefined;
|
1164
|
+
from?: import("abitype").Address;
|
1165
1165
|
gas?: bigint | undefined;
|
1166
1166
|
nonce?: number | undefined;
|
1167
1167
|
value?: bigint | undefined;
|
1168
|
-
to?:
|
1168
|
+
to?: import("abitype").Address | null | undefined;
|
1169
1169
|
accessList?: import("../../index.js").AccessList | undefined;
|
1170
1170
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1171
|
-
blobVersionedHashes?: readonly
|
1171
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1172
1172
|
kzg?: import("../../index.js").Kzg | undefined;
|
1173
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1173
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1174
1174
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1175
1175
|
gasPrice?: bigint | undefined;
|
1176
1176
|
maxFeePerGas?: bigint | undefined;
|
@@ -1178,18 +1178,18 @@ export declare const zkSyncTestnet: {
|
|
1178
1178
|
maxFeePerBlobGas?: bigint | undefined;
|
1179
1179
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1180
1180
|
gasPerPubdata?: bigint | undefined;
|
1181
|
-
customSignature?:
|
1182
|
-
factoryDeps?:
|
1183
|
-
type?: "
|
1181
|
+
customSignature?: import("../../index.js").Hex | undefined;
|
1182
|
+
factoryDeps?: import("../../index.js").Hex[] | undefined;
|
1183
|
+
type?: "eip712" | "priority" | undefined;
|
1184
1184
|
} & {
|
1185
1185
|
paymaster?: undefined;
|
1186
1186
|
paymasterInput?: undefined;
|
1187
1187
|
})) => ({
|
1188
|
-
data?:
|
1189
|
-
from:
|
1188
|
+
data?: import("../../index.js").Hex | undefined;
|
1189
|
+
from: import("abitype").Address;
|
1190
1190
|
gas?: `0x${string}` | undefined;
|
1191
1191
|
nonce?: `0x${string}` | undefined;
|
1192
|
-
to?:
|
1192
|
+
to?: import("abitype").Address | null | undefined;
|
1193
1193
|
value?: `0x${string}` | undefined;
|
1194
1194
|
accessList?: undefined;
|
1195
1195
|
blobs?: undefined;
|
@@ -1203,11 +1203,11 @@ export declare const zkSyncTestnet: {
|
|
1203
1203
|
sidecars?: undefined;
|
1204
1204
|
eip712Meta?: undefined;
|
1205
1205
|
} | {
|
1206
|
-
data?:
|
1207
|
-
from:
|
1206
|
+
data?: import("../../index.js").Hex | undefined;
|
1207
|
+
from: import("abitype").Address;
|
1208
1208
|
gas?: `0x${string}` | undefined;
|
1209
1209
|
nonce?: `0x${string}` | undefined;
|
1210
|
-
to?:
|
1210
|
+
to?: import("abitype").Address | null | undefined;
|
1211
1211
|
value?: `0x${string}` | undefined;
|
1212
1212
|
accessList?: undefined;
|
1213
1213
|
blobs?: undefined;
|
@@ -1221,11 +1221,11 @@ export declare const zkSyncTestnet: {
|
|
1221
1221
|
sidecars?: undefined;
|
1222
1222
|
eip712Meta?: undefined;
|
1223
1223
|
} | {
|
1224
|
-
data?:
|
1225
|
-
from:
|
1224
|
+
data?: import("../../index.js").Hex | undefined;
|
1225
|
+
from: import("abitype").Address;
|
1226
1226
|
gas?: `0x${string}` | undefined;
|
1227
1227
|
nonce?: `0x${string}` | undefined;
|
1228
|
-
to?:
|
1228
|
+
to?: import("abitype").Address | null | undefined;
|
1229
1229
|
value?: `0x${string}` | undefined;
|
1230
1230
|
accessList?: undefined;
|
1231
1231
|
blobs?: undefined;
|
@@ -1239,11 +1239,11 @@ export declare const zkSyncTestnet: {
|
|
1239
1239
|
sidecars?: undefined;
|
1240
1240
|
eip712Meta?: undefined;
|
1241
1241
|
} | {
|
1242
|
-
data?:
|
1243
|
-
from:
|
1242
|
+
data?: import("../../index.js").Hex | undefined;
|
1243
|
+
from: import("abitype").Address;
|
1244
1244
|
gas?: `0x${string}` | undefined;
|
1245
1245
|
nonce?: `0x${string}` | undefined;
|
1246
|
-
to?:
|
1246
|
+
to?: import("abitype").Address | null | undefined;
|
1247
1247
|
value?: `0x${string}` | undefined;
|
1248
1248
|
accessList?: undefined;
|
1249
1249
|
blobs?: undefined;
|
@@ -1257,11 +1257,11 @@ export declare const zkSyncTestnet: {
|
|
1257
1257
|
sidecars?: undefined;
|
1258
1258
|
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1259
1259
|
} | {
|
1260
|
-
data?:
|
1261
|
-
from:
|
1260
|
+
data?: import("../../index.js").Hex | undefined;
|
1261
|
+
from: import("abitype").Address;
|
1262
1262
|
gas?: `0x${string}` | undefined;
|
1263
1263
|
nonce?: `0x${string}` | undefined;
|
1264
|
-
to?:
|
1264
|
+
to?: import("abitype").Address | null | undefined;
|
1265
1265
|
value?: `0x${string}` | undefined;
|
1266
1266
|
accessList?: undefined;
|
1267
1267
|
blobs?: undefined;
|
@@ -1275,11 +1275,11 @@ export declare const zkSyncTestnet: {
|
|
1275
1275
|
sidecars?: undefined;
|
1276
1276
|
eip712Meta?: undefined;
|
1277
1277
|
} | {
|
1278
|
-
data?:
|
1279
|
-
from:
|
1278
|
+
data?: import("../../index.js").Hex | undefined;
|
1279
|
+
from: import("abitype").Address;
|
1280
1280
|
gas?: `0x${string}` | undefined;
|
1281
1281
|
nonce?: `0x${string}` | undefined;
|
1282
|
-
to?:
|
1282
|
+
to?: import("abitype").Address | null | undefined;
|
1283
1283
|
value?: `0x${string}` | undefined;
|
1284
1284
|
accessList?: import("../../index.js").AccessList | undefined;
|
1285
1285
|
blobs?: undefined;
|
@@ -1293,11 +1293,11 @@ export declare const zkSyncTestnet: {
|
|
1293
1293
|
sidecars?: undefined;
|
1294
1294
|
eip712Meta?: undefined;
|
1295
1295
|
} | {
|
1296
|
-
data?:
|
1297
|
-
from:
|
1296
|
+
data?: import("../../index.js").Hex | undefined;
|
1297
|
+
from: import("abitype").Address;
|
1298
1298
|
gas?: `0x${string}` | undefined;
|
1299
1299
|
nonce?: `0x${string}` | undefined;
|
1300
|
-
to?:
|
1300
|
+
to?: import("abitype").Address | null | undefined;
|
1301
1301
|
value?: `0x${string}` | undefined;
|
1302
1302
|
accessList?: import("../../index.js").AccessList | undefined;
|
1303
1303
|
blobs?: undefined;
|
@@ -1311,11 +1311,11 @@ export declare const zkSyncTestnet: {
|
|
1311
1311
|
sidecars?: undefined;
|
1312
1312
|
eip712Meta?: undefined;
|
1313
1313
|
} | {
|
1314
|
-
data?:
|
1315
|
-
from:
|
1314
|
+
data?: import("../../index.js").Hex | undefined;
|
1315
|
+
from: import("abitype").Address;
|
1316
1316
|
gas?: `0x${string}` | undefined;
|
1317
1317
|
nonce?: `0x${string}` | undefined;
|
1318
|
-
to?:
|
1318
|
+
to?: import("abitype").Address | null | undefined;
|
1319
1319
|
value?: `0x${string}` | undefined;
|
1320
1320
|
accessList?: import("../../index.js").AccessList | undefined;
|
1321
1321
|
blobs?: undefined;
|
@@ -1329,11 +1329,11 @@ export declare const zkSyncTestnet: {
|
|
1329
1329
|
sidecars?: undefined;
|
1330
1330
|
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1331
1331
|
} | {
|
1332
|
-
data?:
|
1333
|
-
from:
|
1332
|
+
data?: import("../../index.js").Hex | undefined;
|
1333
|
+
from: import("abitype").Address;
|
1334
1334
|
gas?: `0x${string}` | undefined;
|
1335
1335
|
nonce?: `0x${string}` | undefined;
|
1336
|
-
to?:
|
1336
|
+
to?: import("abitype").Address | null | undefined;
|
1337
1337
|
value?: `0x${string}` | undefined;
|
1338
1338
|
gasPrice?: `0x${string}` | undefined;
|
1339
1339
|
maxFeePerBlobGas?: undefined;
|
@@ -1347,11 +1347,11 @@ export declare const zkSyncTestnet: {
|
|
1347
1347
|
sidecars?: undefined;
|
1348
1348
|
eip712Meta?: undefined;
|
1349
1349
|
} | {
|
1350
|
-
data?:
|
1351
|
-
from:
|
1350
|
+
data?: import("../../index.js").Hex | undefined;
|
1351
|
+
from: import("abitype").Address;
|
1352
1352
|
gas?: `0x${string}` | undefined;
|
1353
1353
|
nonce?: `0x${string}` | undefined;
|
1354
|
-
to?:
|
1354
|
+
to?: import("abitype").Address | null | undefined;
|
1355
1355
|
value?: `0x${string}` | undefined;
|
1356
1356
|
gasPrice?: `0x${string}` | undefined;
|
1357
1357
|
maxFeePerBlobGas?: undefined;
|
@@ -1365,11 +1365,11 @@ export declare const zkSyncTestnet: {
|
|
1365
1365
|
sidecars?: undefined;
|
1366
1366
|
eip712Meta?: undefined;
|
1367
1367
|
} | {
|
1368
|
-
data?:
|
1369
|
-
from:
|
1368
|
+
data?: import("../../index.js").Hex | undefined;
|
1369
|
+
from: import("abitype").Address;
|
1370
1370
|
gas?: `0x${string}` | undefined;
|
1371
1371
|
nonce?: `0x${string}` | undefined;
|
1372
|
-
to?:
|
1372
|
+
to?: import("abitype").Address | null | undefined;
|
1373
1373
|
value?: `0x${string}` | undefined;
|
1374
1374
|
gasPrice?: undefined;
|
1375
1375
|
maxFeePerBlobGas?: undefined;
|
@@ -1383,11 +1383,11 @@ export declare const zkSyncTestnet: {
|
|
1383
1383
|
sidecars?: undefined;
|
1384
1384
|
eip712Meta?: undefined;
|
1385
1385
|
} | {
|
1386
|
-
data?:
|
1387
|
-
from:
|
1386
|
+
data?: import("../../index.js").Hex | undefined;
|
1387
|
+
from: import("abitype").Address;
|
1388
1388
|
gas?: `0x${string}` | undefined;
|
1389
1389
|
nonce?: `0x${string}` | undefined;
|
1390
|
-
to?:
|
1390
|
+
to?: import("abitype").Address | null | undefined;
|
1391
1391
|
value?: `0x${string}` | undefined;
|
1392
1392
|
gasPrice?: undefined;
|
1393
1393
|
maxFeePerBlobGas?: undefined;
|
@@ -1401,17 +1401,17 @@ export declare const zkSyncTestnet: {
|
|
1401
1401
|
sidecars?: undefined;
|
1402
1402
|
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1403
1403
|
} | {
|
1404
|
-
data?:
|
1405
|
-
from:
|
1404
|
+
data?: import("../../index.js").Hex | undefined;
|
1405
|
+
from: import("abitype").Address;
|
1406
1406
|
gas?: `0x${string}` | undefined;
|
1407
1407
|
nonce?: `0x${string}` | undefined;
|
1408
1408
|
value?: `0x${string}` | undefined;
|
1409
1409
|
to: `0x${string}` | null;
|
1410
1410
|
accessList?: import("../../index.js").AccessList | undefined;
|
1411
|
-
blobs: readonly
|
1412
|
-
blobVersionedHashes?: readonly
|
1411
|
+
blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
|
1412
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1413
1413
|
kzg?: import("../../index.js").Kzg | undefined;
|
1414
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1414
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1415
1415
|
type?: "0x3" | undefined;
|
1416
1416
|
gasPrice?: undefined;
|
1417
1417
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -1419,17 +1419,17 @@ export declare const zkSyncTestnet: {
|
|
1419
1419
|
maxFeePerBlobGas: `0x${string}`;
|
1420
1420
|
eip712Meta?: undefined;
|
1421
1421
|
} | {
|
1422
|
-
data?:
|
1423
|
-
from:
|
1422
|
+
data?: import("../../index.js").Hex | undefined;
|
1423
|
+
from: import("abitype").Address;
|
1424
1424
|
gas?: `0x${string}` | undefined;
|
1425
1425
|
nonce?: `0x${string}` | undefined;
|
1426
1426
|
value?: `0x${string}` | undefined;
|
1427
|
-
to:
|
1427
|
+
to: import("abitype").Address | null | undefined;
|
1428
1428
|
accessList?: import("../../index.js").AccessList | undefined;
|
1429
|
-
blobs: readonly
|
1430
|
-
blobVersionedHashes?: readonly
|
1429
|
+
blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
|
1430
|
+
blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
|
1431
1431
|
kzg?: import("../../index.js").Kzg | undefined;
|
1432
|
-
sidecars?: readonly import("../../index.js").BlobSidecar
|
1432
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
|
1433
1433
|
type: "0xff" | "0x71";
|
1434
1434
|
gasPrice?: undefined;
|
1435
1435
|
maxFeePerGas?: `0x${string}` | undefined;
|