viem 2.16.0 → 2.16.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +14 -0
- 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 +1 -2
- package/_cjs/actions/public/verifyHash.js.map +1 -1
- package/_cjs/actions/public/verifyMessage.js +1 -2
- package/_cjs/actions/public/verifyMessage.js.map +1 -1
- package/_cjs/actions/public/verifyTypedData.js +1 -2
- 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/index.js +2 -2
- 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 +1 -5
- package/_cjs/experimental/index.js.map +1 -1
- package/_cjs/experimental/solady/actions/signMessage.js +1 -2
- package/_cjs/experimental/solady/actions/signMessage.js.map +1 -1
- package/_cjs/experimental/solady/actions/signTypedData.js +7 -28
- package/_cjs/experimental/solady/actions/signTypedData.js.map +1 -1
- package/_cjs/experimental/solady/decorators/solady.js +1 -2
- package/_cjs/experimental/solady/decorators/solady.js.map +1 -1
- package/_cjs/experimental/solady/index.js +16 -0
- package/_cjs/experimental/solady/index.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.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.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 +1 -2
- package/_cjs/utils/signature/hashMessage.js.map +1 -1
- package/_cjs/utils/signature/hashTypedData.js +4 -5
- package/_cjs/utils/signature/hashTypedData.js.map +1 -1
- package/_cjs/utils/signature/isErc6492Signature.js +1 -2
- package/_cjs/utils/signature/isErc6492Signature.js.map +1 -1
- package/_cjs/utils/signature/parseCompactSignature.js +1 -2
- package/_cjs/utils/signature/parseCompactSignature.js.map +1 -1
- package/_cjs/utils/signature/parseErc6492Signature.js +1 -2
- package/_cjs/utils/signature/parseErc6492Signature.js.map +1 -1
- 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/utils/signature/serializeErc6492Signature.js +1 -2
- package/_cjs/utils/signature/serializeErc6492Signature.js.map +1 -1
- 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 +1 -2
- package/_cjs/utils/signature/toPrefixedMessage.js.map +1 -1
- 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/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/errors/version.js +1 -1
- package/_esm/experimental/index.js +0 -2
- package/_esm/experimental/index.js.map +1 -1
- package/_esm/experimental/solady/actions/signTypedData.js +6 -28
- package/_esm/experimental/solady/actions/signTypedData.js.map +1 -1
- package/_esm/experimental/solady/index.js +8 -0
- package/_esm/experimental/solady/index.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.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.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/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/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 +0 -2
- package/_types/experimental/index.d.ts.map +1 -1
- package/_types/experimental/solady/actions/signTypedData.d.ts.map +1 -1
- package/_types/experimental/solady/decorators/solady.d.ts.map +1 -1
- package/_types/experimental/solady/index.d.ts +7 -0
- package/_types/experimental/solady/index.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 +1 -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 +1 -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/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/watchEvent.ts +9 -9
- package/actions/wallet/sendTransaction.ts +1 -0
- package/errors/version.ts +1 -1
- package/experimental/index.ts +0 -12
- package/experimental/solady/actions/signTypedData.ts +6 -35
- package/experimental/solady/index.ts +36 -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 +1 -0
- package/package.json +9 -1
- package/utils/abi/encodeEventTopics.ts +13 -11
- package/utils/getAction.ts +31 -15
- package/utils/index.ts +1 -0
@@ -67,34 +67,34 @@ export declare const baseSepolia: {
|
|
67
67
|
readonly block: {
|
68
68
|
exclude: [] | undefined;
|
69
69
|
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").OpStackRpcBlockOverrides & {
|
70
|
-
transactions:
|
70
|
+
transactions: import("../../index.js").Hash[] | import("../index.js").OpStackRpcTransaction[];
|
71
71
|
}>) => {
|
72
72
|
baseFeePerGas: bigint | null;
|
73
73
|
blobGasUsed: bigint;
|
74
74
|
difficulty: bigint;
|
75
75
|
excessBlobGas: bigint;
|
76
|
-
extraData:
|
76
|
+
extraData: import("../../index.js").Hex;
|
77
77
|
gasLimit: bigint;
|
78
78
|
gasUsed: bigint;
|
79
79
|
hash: `0x${string}` | null;
|
80
80
|
logsBloom: `0x${string}` | null;
|
81
|
-
miner:
|
82
|
-
mixHash:
|
81
|
+
miner: import("abitype").Address;
|
82
|
+
mixHash: import("../../index.js").Hash;
|
83
83
|
nonce: `0x${string}` | null;
|
84
84
|
number: bigint | null;
|
85
|
-
parentHash:
|
86
|
-
receiptsRoot:
|
87
|
-
sealFields:
|
88
|
-
sha3Uncles:
|
85
|
+
parentHash: import("../../index.js").Hash;
|
86
|
+
receiptsRoot: import("../../index.js").Hex;
|
87
|
+
sealFields: import("../../index.js").Hex[];
|
88
|
+
sha3Uncles: import("../../index.js").Hash;
|
89
89
|
size: bigint;
|
90
|
-
stateRoot:
|
90
|
+
stateRoot: import("../../index.js").Hash;
|
91
91
|
timestamp: bigint;
|
92
92
|
totalDifficulty: bigint | null;
|
93
93
|
transactions: `0x${string}`[] | import("../index.js").OpStackTransaction[];
|
94
|
-
transactionsRoot:
|
95
|
-
uncles:
|
94
|
+
transactionsRoot: import("../../index.js").Hash;
|
95
|
+
uncles: import("../../index.js").Hash[];
|
96
96
|
withdrawals?: import("../../index.js").Withdrawal[] | undefined;
|
97
|
-
withdrawalsRoot?:
|
97
|
+
withdrawalsRoot?: import("../../index.js").Hex | undefined;
|
98
98
|
} & {};
|
99
99
|
type: "block";
|
100
100
|
};
|
@@ -102,16 +102,16 @@ export declare const baseSepolia: {
|
|
102
102
|
exclude: [] | undefined;
|
103
103
|
format: (args: ({
|
104
104
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
105
|
-
r?:
|
106
|
-
s?:
|
105
|
+
r?: import("../../index.js").Hex;
|
106
|
+
s?: import("../../index.js").Hex;
|
107
107
|
v?: `0x${string}`;
|
108
108
|
yParity?: `0x${string}` | undefined;
|
109
109
|
gasPrice?: `0x${string}` | undefined;
|
110
110
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
111
111
|
maxFeePerGas?: `0x${string}` | undefined;
|
112
112
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
113
|
-
to?:
|
114
|
-
from?:
|
113
|
+
to?: import("abitype").Address | null;
|
114
|
+
from?: import("abitype").Address;
|
115
115
|
gas?: `0x${string}`;
|
116
116
|
nonce?: `0x${string}`;
|
117
117
|
value?: `0x${string}`;
|
@@ -119,22 +119,22 @@ export declare const baseSepolia: {
|
|
119
119
|
blobVersionedHashes?: undefined;
|
120
120
|
blockHash?: `0x${string}` | null;
|
121
121
|
blockNumber?: `0x${string}` | null;
|
122
|
-
hash?:
|
123
|
-
input?:
|
122
|
+
hash?: import("../../index.js").Hash;
|
123
|
+
input?: import("../../index.js").Hex;
|
124
124
|
transactionIndex?: `0x${string}` | null;
|
125
125
|
chainId?: `0x${string}` | undefined;
|
126
126
|
} & {
|
127
127
|
type: "0x0";
|
128
|
-
r:
|
129
|
-
s:
|
128
|
+
r: import("../../index.js").Hex;
|
129
|
+
s: import("../../index.js").Hex;
|
130
130
|
v: `0x${string}`;
|
131
131
|
yParity?: undefined;
|
132
132
|
gasPrice: `0x${string}`;
|
133
133
|
maxFeePerBlobGas?: undefined;
|
134
134
|
maxFeePerGas?: undefined;
|
135
135
|
maxPriorityFeePerGas?: undefined;
|
136
|
-
to:
|
137
|
-
from:
|
136
|
+
to: import("abitype").Address | null;
|
137
|
+
from: import("abitype").Address;
|
138
138
|
gas: `0x${string}`;
|
139
139
|
nonce: `0x${string}`;
|
140
140
|
value: `0x${string}`;
|
@@ -142,8 +142,8 @@ export declare const baseSepolia: {
|
|
142
142
|
blobVersionedHashes?: undefined;
|
143
143
|
blockHash: `0x${string}` | null;
|
144
144
|
blockNumber: `0x${string}` | null;
|
145
|
-
hash:
|
146
|
-
input:
|
145
|
+
hash: import("../../index.js").Hash;
|
146
|
+
input: import("../../index.js").Hex;
|
147
147
|
transactionIndex: `0x${string}` | null;
|
148
148
|
chainId?: `0x${string}` | undefined;
|
149
149
|
} & {
|
@@ -152,16 +152,16 @@ export declare const baseSepolia: {
|
|
152
152
|
sourceHash?: undefined;
|
153
153
|
}) | ({
|
154
154
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
155
|
-
r?:
|
156
|
-
s?:
|
155
|
+
r?: import("../../index.js").Hex;
|
156
|
+
s?: import("../../index.js").Hex;
|
157
157
|
v?: `0x${string}`;
|
158
158
|
yParity?: `0x${string}` | undefined;
|
159
159
|
gasPrice?: `0x${string}` | undefined;
|
160
160
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
161
161
|
maxFeePerGas?: `0x${string}` | undefined;
|
162
162
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
163
|
-
to?:
|
164
|
-
from?:
|
163
|
+
to?: import("abitype").Address | null;
|
164
|
+
from?: import("abitype").Address;
|
165
165
|
gas?: `0x${string}`;
|
166
166
|
nonce?: `0x${string}`;
|
167
167
|
value?: `0x${string}`;
|
@@ -169,26 +169,26 @@ export declare const baseSepolia: {
|
|
169
169
|
blobVersionedHashes?: undefined;
|
170
170
|
blockHash?: `0x${string}` | null;
|
171
171
|
blockNumber?: `0x${string}` | null;
|
172
|
-
hash?:
|
173
|
-
input?:
|
172
|
+
hash?: import("../../index.js").Hash;
|
173
|
+
input?: import("../../index.js").Hex;
|
174
174
|
transactionIndex?: `0x${string}` | null;
|
175
175
|
chainId?: `0x${string}` | undefined;
|
176
176
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
177
177
|
isSystemTx?: boolean | undefined;
|
178
|
-
mint?:
|
179
|
-
sourceHash:
|
178
|
+
mint?: import("../../index.js").Hex | undefined;
|
179
|
+
sourceHash: import("../../index.js").Hex;
|
180
180
|
type: "0x7e";
|
181
181
|
}) | ({
|
182
182
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
183
|
-
r?:
|
184
|
-
s?:
|
183
|
+
r?: import("../../index.js").Hex;
|
184
|
+
s?: import("../../index.js").Hex;
|
185
185
|
v?: `0x${string}`;
|
186
186
|
gasPrice?: `0x${string}` | undefined;
|
187
187
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
188
188
|
maxFeePerGas?: `0x${string}` | undefined;
|
189
189
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
190
|
-
to?:
|
191
|
-
from?:
|
190
|
+
to?: import("abitype").Address | null;
|
191
|
+
from?: import("abitype").Address;
|
192
192
|
gas?: `0x${string}`;
|
193
193
|
nonce?: `0x${string}`;
|
194
194
|
value?: `0x${string}`;
|
@@ -196,23 +196,23 @@ export declare const baseSepolia: {
|
|
196
196
|
blobVersionedHashes?: undefined;
|
197
197
|
blockHash?: `0x${string}` | null;
|
198
198
|
blockNumber?: `0x${string}` | null;
|
199
|
-
hash?:
|
200
|
-
input?:
|
199
|
+
hash?: import("../../index.js").Hash;
|
200
|
+
input?: import("../../index.js").Hex;
|
201
201
|
transactionIndex?: `0x${string}` | null;
|
202
202
|
chainId?: `0x${string}` | undefined;
|
203
203
|
yParity?: `0x${string}` | undefined;
|
204
204
|
} & {
|
205
205
|
type: "0x0";
|
206
|
-
r:
|
207
|
-
s:
|
206
|
+
r: import("../../index.js").Hex;
|
207
|
+
s: import("../../index.js").Hex;
|
208
208
|
v: `0x${string}`;
|
209
209
|
yParity?: undefined;
|
210
210
|
gasPrice: `0x${string}`;
|
211
211
|
maxFeePerBlobGas?: undefined;
|
212
212
|
maxFeePerGas?: undefined;
|
213
213
|
maxPriorityFeePerGas?: undefined;
|
214
|
-
to:
|
215
|
-
from:
|
214
|
+
to: import("abitype").Address | null;
|
215
|
+
from: import("abitype").Address;
|
216
216
|
gas: `0x${string}`;
|
217
217
|
nonce: `0x${string}`;
|
218
218
|
value: `0x${string}`;
|
@@ -220,8 +220,8 @@ export declare const baseSepolia: {
|
|
220
220
|
blobVersionedHashes?: undefined;
|
221
221
|
blockHash: `0x${string}` | null;
|
222
222
|
blockNumber: `0x${string}` | null;
|
223
|
-
hash:
|
224
|
-
input:
|
223
|
+
hash: import("../../index.js").Hash;
|
224
|
+
input: import("../../index.js").Hex;
|
225
225
|
transactionIndex: `0x${string}` | null;
|
226
226
|
chainId?: `0x${string}` | undefined;
|
227
227
|
} & {
|
@@ -230,15 +230,15 @@ export declare const baseSepolia: {
|
|
230
230
|
sourceHash?: undefined;
|
231
231
|
}) | ({
|
232
232
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
233
|
-
r?:
|
234
|
-
s?:
|
233
|
+
r?: import("../../index.js").Hex;
|
234
|
+
s?: import("../../index.js").Hex;
|
235
235
|
v?: `0x${string}`;
|
236
236
|
gasPrice?: `0x${string}` | undefined;
|
237
237
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
238
238
|
maxFeePerGas?: `0x${string}` | undefined;
|
239
239
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
240
|
-
to?:
|
241
|
-
from?:
|
240
|
+
to?: import("abitype").Address | null;
|
241
|
+
from?: import("abitype").Address;
|
242
242
|
gas?: `0x${string}`;
|
243
243
|
nonce?: `0x${string}`;
|
244
244
|
value?: `0x${string}`;
|
@@ -246,22 +246,22 @@ export declare const baseSepolia: {
|
|
246
246
|
blobVersionedHashes?: undefined;
|
247
247
|
blockHash?: `0x${string}` | null;
|
248
248
|
blockNumber?: `0x${string}` | null;
|
249
|
-
hash?:
|
250
|
-
input?:
|
249
|
+
hash?: import("../../index.js").Hash;
|
250
|
+
input?: import("../../index.js").Hex;
|
251
251
|
transactionIndex?: `0x${string}` | null;
|
252
252
|
chainId?: `0x${string}` | undefined;
|
253
253
|
yParity?: `0x${string}` | undefined;
|
254
254
|
} & {
|
255
255
|
type: "0x1";
|
256
|
-
r:
|
257
|
-
s:
|
256
|
+
r: import("../../index.js").Hex;
|
257
|
+
s: import("../../index.js").Hex;
|
258
258
|
v: `0x${string}`;
|
259
259
|
gasPrice: `0x${string}`;
|
260
260
|
maxFeePerBlobGas?: undefined;
|
261
261
|
maxFeePerGas?: undefined;
|
262
262
|
maxPriorityFeePerGas?: undefined;
|
263
|
-
to:
|
264
|
-
from:
|
263
|
+
to: import("abitype").Address | null;
|
264
|
+
from: import("abitype").Address;
|
265
265
|
gas: `0x${string}`;
|
266
266
|
nonce: `0x${string}`;
|
267
267
|
value: `0x${string}`;
|
@@ -269,8 +269,8 @@ export declare const baseSepolia: {
|
|
269
269
|
blobVersionedHashes?: undefined;
|
270
270
|
blockHash: `0x${string}` | null;
|
271
271
|
blockNumber: `0x${string}` | null;
|
272
|
-
hash:
|
273
|
-
input:
|
272
|
+
hash: import("../../index.js").Hash;
|
273
|
+
input: import("../../index.js").Hex;
|
274
274
|
transactionIndex: `0x${string}` | null;
|
275
275
|
chainId: `0x${string}`;
|
276
276
|
yParity?: `0x${string}` | undefined;
|
@@ -280,15 +280,15 @@ export declare const baseSepolia: {
|
|
280
280
|
sourceHash?: undefined;
|
281
281
|
}) | ({
|
282
282
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
283
|
-
r?:
|
284
|
-
s?:
|
283
|
+
r?: import("../../index.js").Hex;
|
284
|
+
s?: import("../../index.js").Hex;
|
285
285
|
v?: `0x${string}`;
|
286
286
|
gasPrice?: `0x${string}` | undefined;
|
287
287
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
288
288
|
maxFeePerGas?: `0x${string}` | undefined;
|
289
289
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
290
|
-
to?:
|
291
|
-
from?:
|
290
|
+
to?: import("abitype").Address | null;
|
291
|
+
from?: import("abitype").Address;
|
292
292
|
gas?: `0x${string}`;
|
293
293
|
nonce?: `0x${string}`;
|
294
294
|
value?: `0x${string}`;
|
@@ -296,22 +296,22 @@ export declare const baseSepolia: {
|
|
296
296
|
blobVersionedHashes?: undefined;
|
297
297
|
blockHash?: `0x${string}` | null;
|
298
298
|
blockNumber?: `0x${string}` | null;
|
299
|
-
hash?:
|
300
|
-
input?:
|
299
|
+
hash?: import("../../index.js").Hash;
|
300
|
+
input?: import("../../index.js").Hex;
|
301
301
|
transactionIndex?: `0x${string}` | null;
|
302
302
|
chainId?: `0x${string}` | undefined;
|
303
303
|
yParity?: `0x${string}` | undefined;
|
304
304
|
} & {
|
305
305
|
type: "0x2";
|
306
|
-
r:
|
307
|
-
s:
|
306
|
+
r: import("../../index.js").Hex;
|
307
|
+
s: import("../../index.js").Hex;
|
308
308
|
v: `0x${string}`;
|
309
309
|
gasPrice?: undefined;
|
310
310
|
maxFeePerBlobGas?: undefined;
|
311
311
|
maxFeePerGas: `0x${string}`;
|
312
312
|
maxPriorityFeePerGas: `0x${string}`;
|
313
|
-
to:
|
314
|
-
from:
|
313
|
+
to: import("abitype").Address | null;
|
314
|
+
from: import("abitype").Address;
|
315
315
|
gas: `0x${string}`;
|
316
316
|
nonce: `0x${string}`;
|
317
317
|
value: `0x${string}`;
|
@@ -319,8 +319,8 @@ export declare const baseSepolia: {
|
|
319
319
|
blobVersionedHashes?: undefined;
|
320
320
|
blockHash: `0x${string}` | null;
|
321
321
|
blockNumber: `0x${string}` | null;
|
322
|
-
hash:
|
323
|
-
input:
|
322
|
+
hash: import("../../index.js").Hash;
|
323
|
+
input: import("../../index.js").Hex;
|
324
324
|
transactionIndex: `0x${string}` | null;
|
325
325
|
chainId: `0x${string}`;
|
326
326
|
yParity?: `0x${string}` | undefined;
|
@@ -330,15 +330,15 @@ export declare const baseSepolia: {
|
|
330
330
|
sourceHash?: undefined;
|
331
331
|
}) | ({
|
332
332
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
333
|
-
r?:
|
334
|
-
s?:
|
333
|
+
r?: import("../../index.js").Hex;
|
334
|
+
s?: import("../../index.js").Hex;
|
335
335
|
v?: `0x${string}`;
|
336
336
|
gasPrice?: `0x${string}` | undefined;
|
337
337
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
338
338
|
maxFeePerGas?: `0x${string}` | undefined;
|
339
339
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
340
|
-
to?:
|
341
|
-
from?:
|
340
|
+
to?: import("abitype").Address | null;
|
341
|
+
from?: import("abitype").Address;
|
342
342
|
gas?: `0x${string}`;
|
343
343
|
nonce?: `0x${string}`;
|
344
344
|
value?: `0x${string}`;
|
@@ -346,27 +346,27 @@ export declare const baseSepolia: {
|
|
346
346
|
blobVersionedHashes?: undefined;
|
347
347
|
blockHash?: `0x${string}` | null;
|
348
348
|
blockNumber?: `0x${string}` | null;
|
349
|
-
hash?:
|
350
|
-
input?:
|
349
|
+
hash?: import("../../index.js").Hash;
|
350
|
+
input?: import("../../index.js").Hex;
|
351
351
|
transactionIndex?: `0x${string}` | null;
|
352
352
|
chainId?: `0x${string}` | undefined;
|
353
353
|
yParity?: `0x${string}` | undefined;
|
354
354
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
355
355
|
isSystemTx?: boolean | undefined;
|
356
|
-
mint?:
|
357
|
-
sourceHash:
|
356
|
+
mint?: import("../../index.js").Hex | undefined;
|
357
|
+
sourceHash: import("../../index.js").Hex;
|
358
358
|
type: "0x7e";
|
359
359
|
}) | ({
|
360
360
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
361
|
-
r?:
|
362
|
-
s?:
|
361
|
+
r?: import("../../index.js").Hex;
|
362
|
+
s?: import("../../index.js").Hex;
|
363
363
|
v?: `0x${string}`;
|
364
364
|
gasPrice?: `0x${string}` | undefined;
|
365
365
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
366
366
|
maxFeePerGas?: `0x${string}` | undefined;
|
367
367
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
368
|
-
to?:
|
369
|
-
from?:
|
368
|
+
to?: import("abitype").Address | null;
|
369
|
+
from?: import("abitype").Address;
|
370
370
|
gas?: `0x${string}`;
|
371
371
|
nonce?: `0x${string}`;
|
372
372
|
value?: `0x${string}`;
|
@@ -374,23 +374,23 @@ export declare const baseSepolia: {
|
|
374
374
|
blobVersionedHashes?: undefined;
|
375
375
|
blockHash?: `0x${string}` | null;
|
376
376
|
blockNumber?: `0x${string}` | null;
|
377
|
-
hash?:
|
378
|
-
input?:
|
377
|
+
hash?: import("../../index.js").Hash;
|
378
|
+
input?: import("../../index.js").Hex;
|
379
379
|
transactionIndex?: `0x${string}` | null;
|
380
380
|
chainId?: `0x${string}` | undefined;
|
381
381
|
yParity?: `0x${string}` | undefined;
|
382
382
|
} & {
|
383
383
|
type: "0x0";
|
384
|
-
r:
|
385
|
-
s:
|
384
|
+
r: import("../../index.js").Hex;
|
385
|
+
s: import("../../index.js").Hex;
|
386
386
|
v: `0x${string}`;
|
387
387
|
yParity?: undefined;
|
388
388
|
gasPrice: `0x${string}`;
|
389
389
|
maxFeePerBlobGas?: undefined;
|
390
390
|
maxFeePerGas?: undefined;
|
391
391
|
maxPriorityFeePerGas?: undefined;
|
392
|
-
to:
|
393
|
-
from:
|
392
|
+
to: import("abitype").Address | null;
|
393
|
+
from: import("abitype").Address;
|
394
394
|
gas: `0x${string}`;
|
395
395
|
nonce: `0x${string}`;
|
396
396
|
value: `0x${string}`;
|
@@ -398,8 +398,8 @@ export declare const baseSepolia: {
|
|
398
398
|
blobVersionedHashes?: undefined;
|
399
399
|
blockHash: `0x${string}` | null;
|
400
400
|
blockNumber: `0x${string}` | null;
|
401
|
-
hash:
|
402
|
-
input:
|
401
|
+
hash: import("../../index.js").Hash;
|
402
|
+
input: import("../../index.js").Hex;
|
403
403
|
transactionIndex: `0x${string}` | null;
|
404
404
|
chainId?: `0x${string}` | undefined;
|
405
405
|
} & {
|
@@ -408,15 +408,15 @@ export declare const baseSepolia: {
|
|
408
408
|
sourceHash?: undefined;
|
409
409
|
}) | ({
|
410
410
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
411
|
-
r?:
|
412
|
-
s?:
|
411
|
+
r?: import("../../index.js").Hex;
|
412
|
+
s?: import("../../index.js").Hex;
|
413
413
|
v?: `0x${string}`;
|
414
414
|
gasPrice?: `0x${string}` | undefined;
|
415
415
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
416
416
|
maxFeePerGas?: `0x${string}` | undefined;
|
417
417
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
418
|
-
to?:
|
419
|
-
from?:
|
418
|
+
to?: import("abitype").Address | null;
|
419
|
+
from?: import("abitype").Address;
|
420
420
|
gas?: `0x${string}`;
|
421
421
|
nonce?: `0x${string}`;
|
422
422
|
value?: `0x${string}`;
|
@@ -424,22 +424,22 @@ export declare const baseSepolia: {
|
|
424
424
|
blobVersionedHashes?: undefined;
|
425
425
|
blockHash?: `0x${string}` | null;
|
426
426
|
blockNumber?: `0x${string}` | null;
|
427
|
-
hash?:
|
428
|
-
input?:
|
427
|
+
hash?: import("../../index.js").Hash;
|
428
|
+
input?: import("../../index.js").Hex;
|
429
429
|
transactionIndex?: `0x${string}` | null;
|
430
430
|
chainId?: `0x${string}` | undefined;
|
431
431
|
yParity?: `0x${string}` | undefined;
|
432
432
|
} & {
|
433
433
|
type: "0x1";
|
434
|
-
r:
|
435
|
-
s:
|
434
|
+
r: import("../../index.js").Hex;
|
435
|
+
s: import("../../index.js").Hex;
|
436
436
|
v: `0x${string}`;
|
437
437
|
gasPrice: `0x${string}`;
|
438
438
|
maxFeePerBlobGas?: undefined;
|
439
439
|
maxFeePerGas?: undefined;
|
440
440
|
maxPriorityFeePerGas?: undefined;
|
441
|
-
to:
|
442
|
-
from:
|
441
|
+
to: import("abitype").Address | null;
|
442
|
+
from: import("abitype").Address;
|
443
443
|
gas: `0x${string}`;
|
444
444
|
nonce: `0x${string}`;
|
445
445
|
value: `0x${string}`;
|
@@ -447,8 +447,8 @@ export declare const baseSepolia: {
|
|
447
447
|
blobVersionedHashes?: undefined;
|
448
448
|
blockHash: `0x${string}` | null;
|
449
449
|
blockNumber: `0x${string}` | null;
|
450
|
-
hash:
|
451
|
-
input:
|
450
|
+
hash: import("../../index.js").Hash;
|
451
|
+
input: import("../../index.js").Hex;
|
452
452
|
transactionIndex: `0x${string}` | null;
|
453
453
|
chainId: `0x${string}`;
|
454
454
|
yParity?: `0x${string}` | undefined;
|
@@ -458,15 +458,15 @@ export declare const baseSepolia: {
|
|
458
458
|
sourceHash?: undefined;
|
459
459
|
}) | ({
|
460
460
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
461
|
-
r?:
|
462
|
-
s?:
|
461
|
+
r?: import("../../index.js").Hex;
|
462
|
+
s?: import("../../index.js").Hex;
|
463
463
|
v?: `0x${string}`;
|
464
464
|
gasPrice?: `0x${string}` | undefined;
|
465
465
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
466
466
|
maxFeePerGas?: `0x${string}` | undefined;
|
467
467
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
468
|
-
to?:
|
469
|
-
from?:
|
468
|
+
to?: import("abitype").Address | null;
|
469
|
+
from?: import("abitype").Address;
|
470
470
|
gas?: `0x${string}`;
|
471
471
|
nonce?: `0x${string}`;
|
472
472
|
value?: `0x${string}`;
|
@@ -474,22 +474,22 @@ export declare const baseSepolia: {
|
|
474
474
|
blobVersionedHashes?: undefined;
|
475
475
|
blockHash?: `0x${string}` | null;
|
476
476
|
blockNumber?: `0x${string}` | null;
|
477
|
-
hash?:
|
478
|
-
input?:
|
477
|
+
hash?: import("../../index.js").Hash;
|
478
|
+
input?: import("../../index.js").Hex;
|
479
479
|
transactionIndex?: `0x${string}` | null;
|
480
480
|
chainId?: `0x${string}` | undefined;
|
481
481
|
yParity?: `0x${string}` | undefined;
|
482
482
|
} & {
|
483
483
|
type: "0x2";
|
484
|
-
r:
|
485
|
-
s:
|
484
|
+
r: import("../../index.js").Hex;
|
485
|
+
s: import("../../index.js").Hex;
|
486
486
|
v: `0x${string}`;
|
487
487
|
gasPrice?: undefined;
|
488
488
|
maxFeePerBlobGas?: undefined;
|
489
489
|
maxFeePerGas: `0x${string}`;
|
490
490
|
maxPriorityFeePerGas: `0x${string}`;
|
491
|
-
to:
|
492
|
-
from:
|
491
|
+
to: import("abitype").Address | null;
|
492
|
+
from: import("abitype").Address;
|
493
493
|
gas: `0x${string}`;
|
494
494
|
nonce: `0x${string}`;
|
495
495
|
value: `0x${string}`;
|
@@ -497,8 +497,8 @@ export declare const baseSepolia: {
|
|
497
497
|
blobVersionedHashes?: undefined;
|
498
498
|
blockHash: `0x${string}` | null;
|
499
499
|
blockNumber: `0x${string}` | null;
|
500
|
-
hash:
|
501
|
-
input:
|
500
|
+
hash: import("../../index.js").Hash;
|
501
|
+
input: import("../../index.js").Hex;
|
502
502
|
transactionIndex: `0x${string}` | null;
|
503
503
|
chainId: `0x${string}`;
|
504
504
|
yParity?: `0x${string}` | undefined;
|
@@ -508,15 +508,15 @@ export declare const baseSepolia: {
|
|
508
508
|
sourceHash?: undefined;
|
509
509
|
}) | ({
|
510
510
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
511
|
-
r?:
|
512
|
-
s?:
|
511
|
+
r?: import("../../index.js").Hex;
|
512
|
+
s?: import("../../index.js").Hex;
|
513
513
|
v?: `0x${string}`;
|
514
514
|
gasPrice?: `0x${string}` | undefined;
|
515
515
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
516
516
|
maxFeePerGas?: `0x${string}` | undefined;
|
517
517
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
518
|
-
to?:
|
519
|
-
from?:
|
518
|
+
to?: import("abitype").Address | null;
|
519
|
+
from?: import("abitype").Address;
|
520
520
|
gas?: `0x${string}`;
|
521
521
|
nonce?: `0x${string}`;
|
522
522
|
value?: `0x${string}`;
|
@@ -524,27 +524,27 @@ export declare const baseSepolia: {
|
|
524
524
|
blobVersionedHashes?: undefined;
|
525
525
|
blockHash?: `0x${string}` | null;
|
526
526
|
blockNumber?: `0x${string}` | null;
|
527
|
-
hash?:
|
528
|
-
input?:
|
527
|
+
hash?: import("../../index.js").Hash;
|
528
|
+
input?: import("../../index.js").Hex;
|
529
529
|
transactionIndex?: `0x${string}` | null;
|
530
530
|
chainId?: `0x${string}` | undefined;
|
531
531
|
yParity?: `0x${string}` | undefined;
|
532
532
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
533
533
|
isSystemTx?: boolean | undefined;
|
534
|
-
mint?:
|
535
|
-
sourceHash:
|
534
|
+
mint?: import("../../index.js").Hex | undefined;
|
535
|
+
sourceHash: import("../../index.js").Hex;
|
536
536
|
type: "0x7e";
|
537
537
|
}) | ({
|
538
538
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
539
|
-
r?:
|
540
|
-
s?:
|
539
|
+
r?: import("../../index.js").Hex;
|
540
|
+
s?: import("../../index.js").Hex;
|
541
541
|
v?: `0x${string}`;
|
542
542
|
gasPrice?: `0x${string}` | undefined;
|
543
543
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
544
544
|
maxFeePerGas?: `0x${string}` | undefined;
|
545
545
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
546
|
-
to?:
|
547
|
-
from?:
|
546
|
+
to?: import("abitype").Address | null;
|
547
|
+
from?: import("abitype").Address;
|
548
548
|
gas?: `0x${string}`;
|
549
549
|
nonce?: `0x${string}`;
|
550
550
|
value?: `0x${string}`;
|
@@ -552,23 +552,23 @@ export declare const baseSepolia: {
|
|
552
552
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
553
553
|
blockHash?: `0x${string}` | null;
|
554
554
|
blockNumber?: `0x${string}` | null;
|
555
|
-
hash?:
|
556
|
-
input?:
|
555
|
+
hash?: import("../../index.js").Hash;
|
556
|
+
input?: import("../../index.js").Hex;
|
557
557
|
transactionIndex?: `0x${string}` | null;
|
558
558
|
chainId?: `0x${string}` | undefined;
|
559
559
|
yParity?: `0x${string}` | undefined;
|
560
560
|
} & {
|
561
561
|
type: "0x0";
|
562
|
-
r:
|
563
|
-
s:
|
562
|
+
r: import("../../index.js").Hex;
|
563
|
+
s: import("../../index.js").Hex;
|
564
564
|
v: `0x${string}`;
|
565
565
|
yParity?: undefined;
|
566
566
|
gasPrice: `0x${string}`;
|
567
567
|
maxFeePerBlobGas?: undefined;
|
568
568
|
maxFeePerGas?: undefined;
|
569
569
|
maxPriorityFeePerGas?: undefined;
|
570
|
-
to:
|
571
|
-
from:
|
570
|
+
to: import("abitype").Address | null;
|
571
|
+
from: import("abitype").Address;
|
572
572
|
gas: `0x${string}`;
|
573
573
|
nonce: `0x${string}`;
|
574
574
|
value: `0x${string}`;
|
@@ -576,8 +576,8 @@ export declare const baseSepolia: {
|
|
576
576
|
blobVersionedHashes?: undefined;
|
577
577
|
blockHash: `0x${string}` | null;
|
578
578
|
blockNumber: `0x${string}` | null;
|
579
|
-
hash:
|
580
|
-
input:
|
579
|
+
hash: import("../../index.js").Hash;
|
580
|
+
input: import("../../index.js").Hex;
|
581
581
|
transactionIndex: `0x${string}` | null;
|
582
582
|
chainId?: `0x${string}` | undefined;
|
583
583
|
} & {
|
@@ -586,15 +586,15 @@ export declare const baseSepolia: {
|
|
586
586
|
sourceHash?: undefined;
|
587
587
|
}) | ({
|
588
588
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
589
|
-
r?:
|
590
|
-
s?:
|
589
|
+
r?: import("../../index.js").Hex;
|
590
|
+
s?: import("../../index.js").Hex;
|
591
591
|
v?: `0x${string}`;
|
592
592
|
gasPrice?: `0x${string}` | undefined;
|
593
593
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
594
594
|
maxFeePerGas?: `0x${string}` | undefined;
|
595
595
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
596
|
-
to?:
|
597
|
-
from?:
|
596
|
+
to?: import("abitype").Address | null;
|
597
|
+
from?: import("abitype").Address;
|
598
598
|
gas?: `0x${string}`;
|
599
599
|
nonce?: `0x${string}`;
|
600
600
|
value?: `0x${string}`;
|
@@ -602,22 +602,22 @@ export declare const baseSepolia: {
|
|
602
602
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
603
603
|
blockHash?: `0x${string}` | null;
|
604
604
|
blockNumber?: `0x${string}` | null;
|
605
|
-
hash?:
|
606
|
-
input?:
|
605
|
+
hash?: import("../../index.js").Hash;
|
606
|
+
input?: import("../../index.js").Hex;
|
607
607
|
transactionIndex?: `0x${string}` | null;
|
608
608
|
chainId?: `0x${string}` | undefined;
|
609
609
|
yParity?: `0x${string}` | undefined;
|
610
610
|
} & {
|
611
611
|
type: "0x1";
|
612
|
-
r:
|
613
|
-
s:
|
612
|
+
r: import("../../index.js").Hex;
|
613
|
+
s: import("../../index.js").Hex;
|
614
614
|
v: `0x${string}`;
|
615
615
|
gasPrice: `0x${string}`;
|
616
616
|
maxFeePerBlobGas?: undefined;
|
617
617
|
maxFeePerGas?: undefined;
|
618
618
|
maxPriorityFeePerGas?: undefined;
|
619
|
-
to:
|
620
|
-
from:
|
619
|
+
to: import("abitype").Address | null;
|
620
|
+
from: import("abitype").Address;
|
621
621
|
gas: `0x${string}`;
|
622
622
|
nonce: `0x${string}`;
|
623
623
|
value: `0x${string}`;
|
@@ -625,8 +625,8 @@ export declare const baseSepolia: {
|
|
625
625
|
blobVersionedHashes?: undefined;
|
626
626
|
blockHash: `0x${string}` | null;
|
627
627
|
blockNumber: `0x${string}` | null;
|
628
|
-
hash:
|
629
|
-
input:
|
628
|
+
hash: import("../../index.js").Hash;
|
629
|
+
input: import("../../index.js").Hex;
|
630
630
|
transactionIndex: `0x${string}` | null;
|
631
631
|
chainId: `0x${string}`;
|
632
632
|
yParity?: `0x${string}` | undefined;
|
@@ -636,15 +636,15 @@ export declare const baseSepolia: {
|
|
636
636
|
sourceHash?: undefined;
|
637
637
|
}) | ({
|
638
638
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
639
|
-
r?:
|
640
|
-
s?:
|
639
|
+
r?: import("../../index.js").Hex;
|
640
|
+
s?: import("../../index.js").Hex;
|
641
641
|
v?: `0x${string}`;
|
642
642
|
gasPrice?: `0x${string}` | undefined;
|
643
643
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
644
644
|
maxFeePerGas?: `0x${string}` | undefined;
|
645
645
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
646
|
-
to?:
|
647
|
-
from?:
|
646
|
+
to?: import("abitype").Address | null;
|
647
|
+
from?: import("abitype").Address;
|
648
648
|
gas?: `0x${string}`;
|
649
649
|
nonce?: `0x${string}`;
|
650
650
|
value?: `0x${string}`;
|
@@ -652,22 +652,22 @@ export declare const baseSepolia: {
|
|
652
652
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
653
653
|
blockHash?: `0x${string}` | null;
|
654
654
|
blockNumber?: `0x${string}` | null;
|
655
|
-
hash?:
|
656
|
-
input?:
|
655
|
+
hash?: import("../../index.js").Hash;
|
656
|
+
input?: import("../../index.js").Hex;
|
657
657
|
transactionIndex?: `0x${string}` | null;
|
658
658
|
chainId?: `0x${string}` | undefined;
|
659
659
|
yParity?: `0x${string}` | undefined;
|
660
660
|
} & {
|
661
661
|
type: "0x2";
|
662
|
-
r:
|
663
|
-
s:
|
662
|
+
r: import("../../index.js").Hex;
|
663
|
+
s: import("../../index.js").Hex;
|
664
664
|
v: `0x${string}`;
|
665
665
|
gasPrice?: undefined;
|
666
666
|
maxFeePerBlobGas?: undefined;
|
667
667
|
maxFeePerGas: `0x${string}`;
|
668
668
|
maxPriorityFeePerGas: `0x${string}`;
|
669
|
-
to:
|
670
|
-
from:
|
669
|
+
to: import("abitype").Address | null;
|
670
|
+
from: import("abitype").Address;
|
671
671
|
gas: `0x${string}`;
|
672
672
|
nonce: `0x${string}`;
|
673
673
|
value: `0x${string}`;
|
@@ -675,8 +675,8 @@ export declare const baseSepolia: {
|
|
675
675
|
blobVersionedHashes?: undefined;
|
676
676
|
blockHash: `0x${string}` | null;
|
677
677
|
blockNumber: `0x${string}` | null;
|
678
|
-
hash:
|
679
|
-
input:
|
678
|
+
hash: import("../../index.js").Hash;
|
679
|
+
input: import("../../index.js").Hex;
|
680
680
|
transactionIndex: `0x${string}` | null;
|
681
681
|
chainId: `0x${string}`;
|
682
682
|
yParity?: `0x${string}` | undefined;
|
@@ -686,15 +686,15 @@ export declare const baseSepolia: {
|
|
686
686
|
sourceHash?: undefined;
|
687
687
|
}) | ({
|
688
688
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
689
|
-
r?:
|
690
|
-
s?:
|
689
|
+
r?: import("../../index.js").Hex;
|
690
|
+
s?: import("../../index.js").Hex;
|
691
691
|
v?: `0x${string}`;
|
692
692
|
gasPrice?: `0x${string}` | undefined;
|
693
693
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
694
694
|
maxFeePerGas?: `0x${string}` | undefined;
|
695
695
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
696
|
-
to?:
|
697
|
-
from?:
|
696
|
+
to?: import("abitype").Address | null;
|
697
|
+
from?: import("abitype").Address;
|
698
698
|
gas?: `0x${string}`;
|
699
699
|
nonce?: `0x${string}`;
|
700
700
|
value?: `0x${string}`;
|
@@ -702,31 +702,31 @@ export declare const baseSepolia: {
|
|
702
702
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
703
703
|
blockHash?: `0x${string}` | null;
|
704
704
|
blockNumber?: `0x${string}` | null;
|
705
|
-
hash?:
|
706
|
-
input?:
|
705
|
+
hash?: import("../../index.js").Hash;
|
706
|
+
input?: import("../../index.js").Hex;
|
707
707
|
transactionIndex?: `0x${string}` | null;
|
708
708
|
chainId?: `0x${string}` | undefined;
|
709
709
|
yParity?: `0x${string}` | undefined;
|
710
710
|
} & {
|
711
711
|
type: "0x3";
|
712
|
-
r:
|
713
|
-
s:
|
712
|
+
r: import("../../index.js").Hex;
|
713
|
+
s: import("../../index.js").Hex;
|
714
714
|
v: `0x${string}`;
|
715
715
|
gasPrice?: undefined;
|
716
716
|
maxFeePerBlobGas: `0x${string}`;
|
717
717
|
maxFeePerGas: `0x${string}`;
|
718
718
|
maxPriorityFeePerGas: `0x${string}`;
|
719
|
-
to:
|
720
|
-
from:
|
719
|
+
to: import("abitype").Address | null;
|
720
|
+
from: import("abitype").Address;
|
721
721
|
gas: `0x${string}`;
|
722
722
|
nonce: `0x${string}`;
|
723
723
|
value: `0x${string}`;
|
724
724
|
accessList: import("../../index.js").AccessList;
|
725
|
-
blobVersionedHashes: readonly
|
725
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
726
726
|
blockHash: `0x${string}` | null;
|
727
727
|
blockNumber: `0x${string}` | null;
|
728
|
-
hash:
|
729
|
-
input:
|
728
|
+
hash: import("../../index.js").Hash;
|
729
|
+
input: import("../../index.js").Hex;
|
730
730
|
transactionIndex: `0x${string}` | null;
|
731
731
|
chainId: `0x${string}`;
|
732
732
|
yParity?: `0x${string}` | undefined;
|
@@ -736,15 +736,15 @@ export declare const baseSepolia: {
|
|
736
736
|
sourceHash?: undefined;
|
737
737
|
}) | ({
|
738
738
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
739
|
-
r?:
|
740
|
-
s?:
|
739
|
+
r?: import("../../index.js").Hex;
|
740
|
+
s?: import("../../index.js").Hex;
|
741
741
|
v?: `0x${string}`;
|
742
742
|
gasPrice?: `0x${string}` | undefined;
|
743
743
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
744
744
|
maxFeePerGas?: `0x${string}` | undefined;
|
745
745
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
746
|
-
to?:
|
747
|
-
from?:
|
746
|
+
to?: import("abitype").Address | null;
|
747
|
+
from?: import("abitype").Address;
|
748
748
|
gas?: `0x${string}`;
|
749
749
|
nonce?: `0x${string}`;
|
750
750
|
value?: `0x${string}`;
|
@@ -752,31 +752,31 @@ export declare const baseSepolia: {
|
|
752
752
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
753
753
|
blockHash?: `0x${string}` | null;
|
754
754
|
blockNumber?: `0x${string}` | null;
|
755
|
-
hash?:
|
756
|
-
input?:
|
755
|
+
hash?: import("../../index.js").Hash;
|
756
|
+
input?: import("../../index.js").Hex;
|
757
757
|
transactionIndex?: `0x${string}` | null;
|
758
758
|
chainId?: `0x${string}` | undefined;
|
759
759
|
yParity?: `0x${string}` | undefined;
|
760
760
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
761
761
|
isSystemTx?: boolean | undefined;
|
762
|
-
mint?:
|
763
|
-
sourceHash:
|
762
|
+
mint?: import("../../index.js").Hex | undefined;
|
763
|
+
sourceHash: import("../../index.js").Hex;
|
764
764
|
type: "0x7e";
|
765
765
|
})) => ({
|
766
|
-
r:
|
767
|
-
s:
|
766
|
+
r: import("../../index.js").Hex;
|
767
|
+
s: import("../../index.js").Hex;
|
768
768
|
v: bigint;
|
769
|
-
to:
|
770
|
-
from:
|
769
|
+
to: import("abitype").Address | null;
|
770
|
+
from: import("abitype").Address;
|
771
771
|
gas: bigint;
|
772
772
|
nonce: number;
|
773
773
|
value: bigint;
|
774
774
|
blockHash: `0x${string}` | null;
|
775
775
|
blockNumber: bigint | null;
|
776
|
-
hash:
|
777
|
-
input:
|
776
|
+
hash: import("../../index.js").Hash;
|
777
|
+
input: import("../../index.js").Hex;
|
778
778
|
transactionIndex: number | null;
|
779
|
-
typeHex:
|
779
|
+
typeHex: import("../../index.js").Hex | null;
|
780
780
|
accessList?: undefined;
|
781
781
|
blobVersionedHashes?: undefined;
|
782
782
|
chainId?: number | undefined;
|
@@ -790,20 +790,20 @@ export declare const baseSepolia: {
|
|
790
790
|
mint?: undefined;
|
791
791
|
sourceHash?: undefined;
|
792
792
|
} | {
|
793
|
-
r:
|
794
|
-
s:
|
793
|
+
r: import("../../index.js").Hex;
|
794
|
+
s: import("../../index.js").Hex;
|
795
795
|
v: bigint;
|
796
|
-
to:
|
797
|
-
from:
|
796
|
+
to: import("abitype").Address | null;
|
797
|
+
from: import("abitype").Address;
|
798
798
|
gas: bigint;
|
799
799
|
nonce: number;
|
800
800
|
value: bigint;
|
801
801
|
blockHash: `0x${string}` | null;
|
802
802
|
blockNumber: bigint | null;
|
803
|
-
hash:
|
804
|
-
input:
|
803
|
+
hash: import("../../index.js").Hash;
|
804
|
+
input: import("../../index.js").Hex;
|
805
805
|
transactionIndex: number | null;
|
806
|
-
typeHex:
|
806
|
+
typeHex: import("../../index.js").Hex | null;
|
807
807
|
accessList?: undefined;
|
808
808
|
blobVersionedHashes?: undefined;
|
809
809
|
chainId?: number | undefined;
|
@@ -815,20 +815,20 @@ export declare const baseSepolia: {
|
|
815
815
|
maxPriorityFeePerGas: bigint;
|
816
816
|
isSystemTx?: boolean;
|
817
817
|
mint?: bigint | undefined;
|
818
|
-
sourceHash:
|
818
|
+
sourceHash: import("../../index.js").Hex;
|
819
819
|
} | {
|
820
820
|
blockHash: `0x${string}` | null;
|
821
821
|
blockNumber: bigint | null;
|
822
|
-
from:
|
822
|
+
from: import("abitype").Address;
|
823
823
|
gas: bigint;
|
824
|
-
hash:
|
825
|
-
input:
|
824
|
+
hash: import("../../index.js").Hash;
|
825
|
+
input: import("../../index.js").Hex;
|
826
826
|
nonce: number;
|
827
|
-
r:
|
828
|
-
s:
|
829
|
-
to:
|
827
|
+
r: import("../../index.js").Hex;
|
828
|
+
s: import("../../index.js").Hex;
|
829
|
+
to: import("abitype").Address | null;
|
830
830
|
transactionIndex: number | null;
|
831
|
-
typeHex:
|
831
|
+
typeHex: import("../../index.js").Hex | null;
|
832
832
|
v: bigint;
|
833
833
|
value: bigint;
|
834
834
|
yParity: number;
|
@@ -846,16 +846,16 @@ export declare const baseSepolia: {
|
|
846
846
|
} | {
|
847
847
|
blockHash: `0x${string}` | null;
|
848
848
|
blockNumber: bigint | null;
|
849
|
-
from:
|
849
|
+
from: import("abitype").Address;
|
850
850
|
gas: bigint;
|
851
|
-
hash:
|
852
|
-
input:
|
851
|
+
hash: import("../../index.js").Hash;
|
852
|
+
input: import("../../index.js").Hex;
|
853
853
|
nonce: number;
|
854
|
-
r:
|
855
|
-
s:
|
856
|
-
to:
|
854
|
+
r: import("../../index.js").Hex;
|
855
|
+
s: import("../../index.js").Hex;
|
856
|
+
to: import("abitype").Address | null;
|
857
857
|
transactionIndex: number | null;
|
858
|
-
typeHex:
|
858
|
+
typeHex: import("../../index.js").Hex | null;
|
859
859
|
v: bigint;
|
860
860
|
value: bigint;
|
861
861
|
yParity: number;
|
@@ -873,16 +873,16 @@ export declare const baseSepolia: {
|
|
873
873
|
} | {
|
874
874
|
blockHash: `0x${string}` | null;
|
875
875
|
blockNumber: bigint | null;
|
876
|
-
from:
|
876
|
+
from: import("abitype").Address;
|
877
877
|
gas: bigint;
|
878
|
-
hash:
|
879
|
-
input:
|
878
|
+
hash: import("../../index.js").Hash;
|
879
|
+
input: import("../../index.js").Hex;
|
880
880
|
nonce: number;
|
881
|
-
r:
|
882
|
-
s:
|
883
|
-
to:
|
881
|
+
r: import("../../index.js").Hex;
|
882
|
+
s: import("../../index.js").Hex;
|
883
|
+
to: import("abitype").Address | null;
|
884
884
|
transactionIndex: number | null;
|
885
|
-
typeHex:
|
885
|
+
typeHex: import("../../index.js").Hex | null;
|
886
886
|
v: bigint;
|
887
887
|
value: bigint;
|
888
888
|
yParity: number;
|
@@ -896,20 +896,20 @@ export declare const baseSepolia: {
|
|
896
896
|
maxPriorityFeePerGas: bigint;
|
897
897
|
isSystemTx?: boolean;
|
898
898
|
mint?: bigint | undefined;
|
899
|
-
sourceHash:
|
899
|
+
sourceHash: import("../../index.js").Hex;
|
900
900
|
} | {
|
901
901
|
blockHash: `0x${string}` | null;
|
902
902
|
blockNumber: bigint | null;
|
903
|
-
from:
|
903
|
+
from: import("abitype").Address;
|
904
904
|
gas: bigint;
|
905
|
-
hash:
|
906
|
-
input:
|
905
|
+
hash: import("../../index.js").Hash;
|
906
|
+
input: import("../../index.js").Hex;
|
907
907
|
nonce: number;
|
908
|
-
r:
|
909
|
-
s:
|
910
|
-
to:
|
908
|
+
r: import("../../index.js").Hex;
|
909
|
+
s: import("../../index.js").Hex;
|
910
|
+
to: import("abitype").Address | null;
|
911
911
|
transactionIndex: number | null;
|
912
|
-
typeHex:
|
912
|
+
typeHex: import("../../index.js").Hex | null;
|
913
913
|
v: bigint;
|
914
914
|
value: bigint;
|
915
915
|
yParity: number;
|
@@ -927,16 +927,16 @@ export declare const baseSepolia: {
|
|
927
927
|
} | {
|
928
928
|
blockHash: `0x${string}` | null;
|
929
929
|
blockNumber: bigint | null;
|
930
|
-
from:
|
930
|
+
from: import("abitype").Address;
|
931
931
|
gas: bigint;
|
932
|
-
hash:
|
933
|
-
input:
|
932
|
+
hash: import("../../index.js").Hash;
|
933
|
+
input: import("../../index.js").Hex;
|
934
934
|
nonce: number;
|
935
|
-
r:
|
936
|
-
s:
|
937
|
-
to:
|
935
|
+
r: import("../../index.js").Hex;
|
936
|
+
s: import("../../index.js").Hex;
|
937
|
+
to: import("abitype").Address | null;
|
938
938
|
transactionIndex: number | null;
|
939
|
-
typeHex:
|
939
|
+
typeHex: import("../../index.js").Hex | null;
|
940
940
|
v: bigint;
|
941
941
|
value: bigint;
|
942
942
|
yParity: number;
|
@@ -954,16 +954,16 @@ export declare const baseSepolia: {
|
|
954
954
|
} | {
|
955
955
|
blockHash: `0x${string}` | null;
|
956
956
|
blockNumber: bigint | null;
|
957
|
-
from:
|
957
|
+
from: import("abitype").Address;
|
958
958
|
gas: bigint;
|
959
|
-
hash:
|
960
|
-
input:
|
959
|
+
hash: import("../../index.js").Hash;
|
960
|
+
input: import("../../index.js").Hex;
|
961
961
|
nonce: number;
|
962
|
-
r:
|
963
|
-
s:
|
964
|
-
to:
|
962
|
+
r: import("../../index.js").Hex;
|
963
|
+
s: import("../../index.js").Hex;
|
964
|
+
to: import("abitype").Address | null;
|
965
965
|
transactionIndex: number | null;
|
966
|
-
typeHex:
|
966
|
+
typeHex: import("../../index.js").Hex | null;
|
967
967
|
v: bigint;
|
968
968
|
value: bigint;
|
969
969
|
yParity: number;
|
@@ -977,25 +977,25 @@ export declare const baseSepolia: {
|
|
977
977
|
maxPriorityFeePerGas: bigint;
|
978
978
|
isSystemTx?: boolean;
|
979
979
|
mint?: bigint | undefined;
|
980
|
-
sourceHash:
|
980
|
+
sourceHash: import("../../index.js").Hex;
|
981
981
|
} | {
|
982
982
|
blockHash: `0x${string}` | null;
|
983
983
|
blockNumber: bigint | null;
|
984
|
-
from:
|
984
|
+
from: import("abitype").Address;
|
985
985
|
gas: bigint;
|
986
|
-
hash:
|
987
|
-
input:
|
986
|
+
hash: import("../../index.js").Hash;
|
987
|
+
input: import("../../index.js").Hex;
|
988
988
|
nonce: number;
|
989
|
-
r:
|
990
|
-
s:
|
991
|
-
to:
|
989
|
+
r: import("../../index.js").Hex;
|
990
|
+
s: import("../../index.js").Hex;
|
991
|
+
to: import("abitype").Address | null;
|
992
992
|
transactionIndex: number | null;
|
993
|
-
typeHex:
|
993
|
+
typeHex: import("../../index.js").Hex | null;
|
994
994
|
v: bigint;
|
995
995
|
value: bigint;
|
996
996
|
yParity: number;
|
997
997
|
accessList: import("../../index.js").AccessList;
|
998
|
-
blobVersionedHashes: readonly
|
998
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
999
999
|
chainId: number;
|
1000
1000
|
type: "eip4844";
|
1001
1001
|
gasPrice?: undefined;
|
@@ -1008,21 +1008,21 @@ export declare const baseSepolia: {
|
|
1008
1008
|
} | {
|
1009
1009
|
blockHash: `0x${string}` | null;
|
1010
1010
|
blockNumber: bigint | null;
|
1011
|
-
from:
|
1011
|
+
from: import("abitype").Address;
|
1012
1012
|
gas: bigint;
|
1013
|
-
hash:
|
1014
|
-
input:
|
1013
|
+
hash: import("../../index.js").Hash;
|
1014
|
+
input: import("../../index.js").Hex;
|
1015
1015
|
nonce: number;
|
1016
|
-
r:
|
1017
|
-
s:
|
1018
|
-
to:
|
1016
|
+
r: import("../../index.js").Hex;
|
1017
|
+
s: import("../../index.js").Hex;
|
1018
|
+
to: import("abitype").Address | null;
|
1019
1019
|
transactionIndex: number | null;
|
1020
|
-
typeHex:
|
1020
|
+
typeHex: import("../../index.js").Hex | null;
|
1021
1021
|
v: bigint;
|
1022
1022
|
value: bigint;
|
1023
1023
|
yParity: number;
|
1024
1024
|
accessList: import("../../index.js").AccessList;
|
1025
|
-
blobVersionedHashes: readonly
|
1025
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
1026
1026
|
chainId: number;
|
1027
1027
|
type: "deposit";
|
1028
1028
|
gasPrice?: undefined;
|
@@ -1031,7 +1031,7 @@ export declare const baseSepolia: {
|
|
1031
1031
|
maxPriorityFeePerGas: bigint;
|
1032
1032
|
isSystemTx?: boolean;
|
1033
1033
|
mint?: bigint | undefined;
|
1034
|
-
sourceHash:
|
1034
|
+
sourceHash: import("../../index.js").Hex;
|
1035
1035
|
}) & {};
|
1036
1036
|
type: "transaction";
|
1037
1037
|
};
|
@@ -1040,19 +1040,19 @@ export declare const baseSepolia: {
|
|
1040
1040
|
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").OpStackRpcTransactionReceiptOverrides>) => {
|
1041
1041
|
blobGasPrice?: bigint | undefined;
|
1042
1042
|
blobGasUsed?: bigint | undefined;
|
1043
|
-
blockHash:
|
1043
|
+
blockHash: import("../../index.js").Hash;
|
1044
1044
|
blockNumber: bigint;
|
1045
|
-
contractAddress:
|
1045
|
+
contractAddress: import("abitype").Address | null | undefined;
|
1046
1046
|
cumulativeGasUsed: bigint;
|
1047
1047
|
effectiveGasPrice: bigint;
|
1048
|
-
from:
|
1048
|
+
from: import("abitype").Address;
|
1049
1049
|
gasUsed: bigint;
|
1050
1050
|
logs: import("../../index.js").Log<bigint, number, false>[];
|
1051
|
-
logsBloom:
|
1052
|
-
root?:
|
1051
|
+
logsBloom: import("../../index.js").Hex;
|
1052
|
+
root?: import("../../index.js").Hash | undefined;
|
1053
1053
|
status: "success" | "reverted";
|
1054
|
-
to:
|
1055
|
-
transactionHash:
|
1054
|
+
to: import("abitype").Address | null;
|
1055
|
+
transactionHash: import("../../index.js").Hash;
|
1056
1056
|
transactionIndex: number;
|
1057
1057
|
type: import("../../index.js").TransactionType;
|
1058
1058
|
l1GasPrice: bigint | null;
|