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
@@ -52,34 +52,34 @@ export declare const pgnTestnet: {
|
|
52
52
|
readonly block: {
|
53
53
|
exclude: [] | undefined;
|
54
54
|
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").OpStackRpcBlockOverrides & {
|
55
|
-
transactions:
|
55
|
+
transactions: import("../../index.js").Hash[] | import("../index.js").OpStackRpcTransaction[];
|
56
56
|
}>) => {
|
57
57
|
baseFeePerGas: bigint | null;
|
58
58
|
blobGasUsed: bigint;
|
59
59
|
difficulty: bigint;
|
60
60
|
excessBlobGas: bigint;
|
61
|
-
extraData:
|
61
|
+
extraData: import("../../index.js").Hex;
|
62
62
|
gasLimit: bigint;
|
63
63
|
gasUsed: bigint;
|
64
64
|
hash: `0x${string}` | null;
|
65
65
|
logsBloom: `0x${string}` | null;
|
66
|
-
miner:
|
67
|
-
mixHash:
|
66
|
+
miner: import("abitype").Address;
|
67
|
+
mixHash: import("../../index.js").Hash;
|
68
68
|
nonce: `0x${string}` | null;
|
69
69
|
number: bigint | null;
|
70
|
-
parentHash:
|
71
|
-
receiptsRoot:
|
72
|
-
sealFields:
|
73
|
-
sha3Uncles:
|
70
|
+
parentHash: import("../../index.js").Hash;
|
71
|
+
receiptsRoot: import("../../index.js").Hex;
|
72
|
+
sealFields: import("../../index.js").Hex[];
|
73
|
+
sha3Uncles: import("../../index.js").Hash;
|
74
74
|
size: bigint;
|
75
|
-
stateRoot:
|
75
|
+
stateRoot: import("../../index.js").Hash;
|
76
76
|
timestamp: bigint;
|
77
77
|
totalDifficulty: bigint | null;
|
78
78
|
transactions: `0x${string}`[] | import("../index.js").OpStackTransaction[];
|
79
|
-
transactionsRoot:
|
80
|
-
uncles:
|
79
|
+
transactionsRoot: import("../../index.js").Hash;
|
80
|
+
uncles: import("../../index.js").Hash[];
|
81
81
|
withdrawals?: import("../../index.js").Withdrawal[] | undefined;
|
82
|
-
withdrawalsRoot?:
|
82
|
+
withdrawalsRoot?: import("../../index.js").Hex | undefined;
|
83
83
|
} & {};
|
84
84
|
type: "block";
|
85
85
|
};
|
@@ -87,16 +87,16 @@ export declare const pgnTestnet: {
|
|
87
87
|
exclude: [] | undefined;
|
88
88
|
format: (args: ({
|
89
89
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
90
|
-
r?:
|
91
|
-
s?:
|
90
|
+
r?: import("../../index.js").Hex;
|
91
|
+
s?: import("../../index.js").Hex;
|
92
92
|
v?: `0x${string}`;
|
93
93
|
yParity?: `0x${string}` | undefined;
|
94
94
|
gasPrice?: `0x${string}` | undefined;
|
95
95
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
96
96
|
maxFeePerGas?: `0x${string}` | undefined;
|
97
97
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
98
|
-
to?:
|
99
|
-
from?:
|
98
|
+
to?: import("abitype").Address | null;
|
99
|
+
from?: import("abitype").Address;
|
100
100
|
gas?: `0x${string}`;
|
101
101
|
nonce?: `0x${string}`;
|
102
102
|
value?: `0x${string}`;
|
@@ -104,22 +104,22 @@ export declare const pgnTestnet: {
|
|
104
104
|
blobVersionedHashes?: undefined;
|
105
105
|
blockHash?: `0x${string}` | null;
|
106
106
|
blockNumber?: `0x${string}` | null;
|
107
|
-
hash?:
|
108
|
-
input?:
|
107
|
+
hash?: import("../../index.js").Hash;
|
108
|
+
input?: import("../../index.js").Hex;
|
109
109
|
transactionIndex?: `0x${string}` | null;
|
110
110
|
chainId?: `0x${string}` | undefined;
|
111
111
|
} & {
|
112
112
|
type: "0x0";
|
113
|
-
r:
|
114
|
-
s:
|
113
|
+
r: import("../../index.js").Hex;
|
114
|
+
s: import("../../index.js").Hex;
|
115
115
|
v: `0x${string}`;
|
116
116
|
yParity?: undefined;
|
117
117
|
gasPrice: `0x${string}`;
|
118
118
|
maxFeePerBlobGas?: undefined;
|
119
119
|
maxFeePerGas?: undefined;
|
120
120
|
maxPriorityFeePerGas?: undefined;
|
121
|
-
to:
|
122
|
-
from:
|
121
|
+
to: import("abitype").Address | null;
|
122
|
+
from: import("abitype").Address;
|
123
123
|
gas: `0x${string}`;
|
124
124
|
nonce: `0x${string}`;
|
125
125
|
value: `0x${string}`;
|
@@ -127,8 +127,8 @@ export declare const pgnTestnet: {
|
|
127
127
|
blobVersionedHashes?: undefined;
|
128
128
|
blockHash: `0x${string}` | null;
|
129
129
|
blockNumber: `0x${string}` | null;
|
130
|
-
hash:
|
131
|
-
input:
|
130
|
+
hash: import("../../index.js").Hash;
|
131
|
+
input: import("../../index.js").Hex;
|
132
132
|
transactionIndex: `0x${string}` | null;
|
133
133
|
chainId?: `0x${string}` | undefined;
|
134
134
|
} & {
|
@@ -137,16 +137,16 @@ export declare const pgnTestnet: {
|
|
137
137
|
sourceHash?: undefined;
|
138
138
|
}) | ({
|
139
139
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
140
|
-
r?:
|
141
|
-
s?:
|
140
|
+
r?: import("../../index.js").Hex;
|
141
|
+
s?: import("../../index.js").Hex;
|
142
142
|
v?: `0x${string}`;
|
143
143
|
yParity?: `0x${string}` | undefined;
|
144
144
|
gasPrice?: `0x${string}` | undefined;
|
145
145
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
146
146
|
maxFeePerGas?: `0x${string}` | undefined;
|
147
147
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
148
|
-
to?:
|
149
|
-
from?:
|
148
|
+
to?: import("abitype").Address | null;
|
149
|
+
from?: import("abitype").Address;
|
150
150
|
gas?: `0x${string}`;
|
151
151
|
nonce?: `0x${string}`;
|
152
152
|
value?: `0x${string}`;
|
@@ -154,26 +154,26 @@ export declare const pgnTestnet: {
|
|
154
154
|
blobVersionedHashes?: undefined;
|
155
155
|
blockHash?: `0x${string}` | null;
|
156
156
|
blockNumber?: `0x${string}` | null;
|
157
|
-
hash?:
|
158
|
-
input?:
|
157
|
+
hash?: import("../../index.js").Hash;
|
158
|
+
input?: import("../../index.js").Hex;
|
159
159
|
transactionIndex?: `0x${string}` | null;
|
160
160
|
chainId?: `0x${string}` | undefined;
|
161
161
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
162
162
|
isSystemTx?: boolean | undefined;
|
163
|
-
mint?:
|
164
|
-
sourceHash:
|
163
|
+
mint?: import("../../index.js").Hex | undefined;
|
164
|
+
sourceHash: import("../../index.js").Hex;
|
165
165
|
type: "0x7e";
|
166
166
|
}) | ({
|
167
167
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
168
|
-
r?:
|
169
|
-
s?:
|
168
|
+
r?: import("../../index.js").Hex;
|
169
|
+
s?: import("../../index.js").Hex;
|
170
170
|
v?: `0x${string}`;
|
171
171
|
gasPrice?: `0x${string}` | undefined;
|
172
172
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
173
173
|
maxFeePerGas?: `0x${string}` | undefined;
|
174
174
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
175
|
-
to?:
|
176
|
-
from?:
|
175
|
+
to?: import("abitype").Address | null;
|
176
|
+
from?: import("abitype").Address;
|
177
177
|
gas?: `0x${string}`;
|
178
178
|
nonce?: `0x${string}`;
|
179
179
|
value?: `0x${string}`;
|
@@ -181,23 +181,23 @@ export declare const pgnTestnet: {
|
|
181
181
|
blobVersionedHashes?: undefined;
|
182
182
|
blockHash?: `0x${string}` | null;
|
183
183
|
blockNumber?: `0x${string}` | null;
|
184
|
-
hash?:
|
185
|
-
input?:
|
184
|
+
hash?: import("../../index.js").Hash;
|
185
|
+
input?: import("../../index.js").Hex;
|
186
186
|
transactionIndex?: `0x${string}` | null;
|
187
187
|
chainId?: `0x${string}` | undefined;
|
188
188
|
yParity?: `0x${string}` | undefined;
|
189
189
|
} & {
|
190
190
|
type: "0x0";
|
191
|
-
r:
|
192
|
-
s:
|
191
|
+
r: import("../../index.js").Hex;
|
192
|
+
s: import("../../index.js").Hex;
|
193
193
|
v: `0x${string}`;
|
194
194
|
yParity?: undefined;
|
195
195
|
gasPrice: `0x${string}`;
|
196
196
|
maxFeePerBlobGas?: undefined;
|
197
197
|
maxFeePerGas?: undefined;
|
198
198
|
maxPriorityFeePerGas?: undefined;
|
199
|
-
to:
|
200
|
-
from:
|
199
|
+
to: import("abitype").Address | null;
|
200
|
+
from: import("abitype").Address;
|
201
201
|
gas: `0x${string}`;
|
202
202
|
nonce: `0x${string}`;
|
203
203
|
value: `0x${string}`;
|
@@ -205,8 +205,8 @@ export declare const pgnTestnet: {
|
|
205
205
|
blobVersionedHashes?: undefined;
|
206
206
|
blockHash: `0x${string}` | null;
|
207
207
|
blockNumber: `0x${string}` | null;
|
208
|
-
hash:
|
209
|
-
input:
|
208
|
+
hash: import("../../index.js").Hash;
|
209
|
+
input: import("../../index.js").Hex;
|
210
210
|
transactionIndex: `0x${string}` | null;
|
211
211
|
chainId?: `0x${string}` | undefined;
|
212
212
|
} & {
|
@@ -215,15 +215,15 @@ export declare const pgnTestnet: {
|
|
215
215
|
sourceHash?: undefined;
|
216
216
|
}) | ({
|
217
217
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
218
|
-
r?:
|
219
|
-
s?:
|
218
|
+
r?: import("../../index.js").Hex;
|
219
|
+
s?: import("../../index.js").Hex;
|
220
220
|
v?: `0x${string}`;
|
221
221
|
gasPrice?: `0x${string}` | undefined;
|
222
222
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
223
223
|
maxFeePerGas?: `0x${string}` | undefined;
|
224
224
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
225
|
-
to?:
|
226
|
-
from?:
|
225
|
+
to?: import("abitype").Address | null;
|
226
|
+
from?: import("abitype").Address;
|
227
227
|
gas?: `0x${string}`;
|
228
228
|
nonce?: `0x${string}`;
|
229
229
|
value?: `0x${string}`;
|
@@ -231,22 +231,22 @@ export declare const pgnTestnet: {
|
|
231
231
|
blobVersionedHashes?: undefined;
|
232
232
|
blockHash?: `0x${string}` | null;
|
233
233
|
blockNumber?: `0x${string}` | null;
|
234
|
-
hash?:
|
235
|
-
input?:
|
234
|
+
hash?: import("../../index.js").Hash;
|
235
|
+
input?: import("../../index.js").Hex;
|
236
236
|
transactionIndex?: `0x${string}` | null;
|
237
237
|
chainId?: `0x${string}` | undefined;
|
238
238
|
yParity?: `0x${string}` | undefined;
|
239
239
|
} & {
|
240
240
|
type: "0x1";
|
241
|
-
r:
|
242
|
-
s:
|
241
|
+
r: import("../../index.js").Hex;
|
242
|
+
s: import("../../index.js").Hex;
|
243
243
|
v: `0x${string}`;
|
244
244
|
gasPrice: `0x${string}`;
|
245
245
|
maxFeePerBlobGas?: undefined;
|
246
246
|
maxFeePerGas?: undefined;
|
247
247
|
maxPriorityFeePerGas?: undefined;
|
248
|
-
to:
|
249
|
-
from:
|
248
|
+
to: import("abitype").Address | null;
|
249
|
+
from: import("abitype").Address;
|
250
250
|
gas: `0x${string}`;
|
251
251
|
nonce: `0x${string}`;
|
252
252
|
value: `0x${string}`;
|
@@ -254,8 +254,8 @@ export declare const pgnTestnet: {
|
|
254
254
|
blobVersionedHashes?: undefined;
|
255
255
|
blockHash: `0x${string}` | null;
|
256
256
|
blockNumber: `0x${string}` | null;
|
257
|
-
hash:
|
258
|
-
input:
|
257
|
+
hash: import("../../index.js").Hash;
|
258
|
+
input: import("../../index.js").Hex;
|
259
259
|
transactionIndex: `0x${string}` | null;
|
260
260
|
chainId: `0x${string}`;
|
261
261
|
yParity?: `0x${string}` | undefined;
|
@@ -265,15 +265,15 @@ export declare const pgnTestnet: {
|
|
265
265
|
sourceHash?: undefined;
|
266
266
|
}) | ({
|
267
267
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
268
|
-
r?:
|
269
|
-
s?:
|
268
|
+
r?: import("../../index.js").Hex;
|
269
|
+
s?: import("../../index.js").Hex;
|
270
270
|
v?: `0x${string}`;
|
271
271
|
gasPrice?: `0x${string}` | undefined;
|
272
272
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
273
273
|
maxFeePerGas?: `0x${string}` | undefined;
|
274
274
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
275
|
-
to?:
|
276
|
-
from?:
|
275
|
+
to?: import("abitype").Address | null;
|
276
|
+
from?: import("abitype").Address;
|
277
277
|
gas?: `0x${string}`;
|
278
278
|
nonce?: `0x${string}`;
|
279
279
|
value?: `0x${string}`;
|
@@ -281,22 +281,22 @@ export declare const pgnTestnet: {
|
|
281
281
|
blobVersionedHashes?: undefined;
|
282
282
|
blockHash?: `0x${string}` | null;
|
283
283
|
blockNumber?: `0x${string}` | null;
|
284
|
-
hash?:
|
285
|
-
input?:
|
284
|
+
hash?: import("../../index.js").Hash;
|
285
|
+
input?: import("../../index.js").Hex;
|
286
286
|
transactionIndex?: `0x${string}` | null;
|
287
287
|
chainId?: `0x${string}` | undefined;
|
288
288
|
yParity?: `0x${string}` | undefined;
|
289
289
|
} & {
|
290
290
|
type: "0x2";
|
291
|
-
r:
|
292
|
-
s:
|
291
|
+
r: import("../../index.js").Hex;
|
292
|
+
s: import("../../index.js").Hex;
|
293
293
|
v: `0x${string}`;
|
294
294
|
gasPrice?: undefined;
|
295
295
|
maxFeePerBlobGas?: undefined;
|
296
296
|
maxFeePerGas: `0x${string}`;
|
297
297
|
maxPriorityFeePerGas: `0x${string}`;
|
298
|
-
to:
|
299
|
-
from:
|
298
|
+
to: import("abitype").Address | null;
|
299
|
+
from: import("abitype").Address;
|
300
300
|
gas: `0x${string}`;
|
301
301
|
nonce: `0x${string}`;
|
302
302
|
value: `0x${string}`;
|
@@ -304,8 +304,8 @@ export declare const pgnTestnet: {
|
|
304
304
|
blobVersionedHashes?: undefined;
|
305
305
|
blockHash: `0x${string}` | null;
|
306
306
|
blockNumber: `0x${string}` | null;
|
307
|
-
hash:
|
308
|
-
input:
|
307
|
+
hash: import("../../index.js").Hash;
|
308
|
+
input: import("../../index.js").Hex;
|
309
309
|
transactionIndex: `0x${string}` | null;
|
310
310
|
chainId: `0x${string}`;
|
311
311
|
yParity?: `0x${string}` | undefined;
|
@@ -315,15 +315,15 @@ export declare const pgnTestnet: {
|
|
315
315
|
sourceHash?: undefined;
|
316
316
|
}) | ({
|
317
317
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
318
|
-
r?:
|
319
|
-
s?:
|
318
|
+
r?: import("../../index.js").Hex;
|
319
|
+
s?: import("../../index.js").Hex;
|
320
320
|
v?: `0x${string}`;
|
321
321
|
gasPrice?: `0x${string}` | undefined;
|
322
322
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
323
323
|
maxFeePerGas?: `0x${string}` | undefined;
|
324
324
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
325
|
-
to?:
|
326
|
-
from?:
|
325
|
+
to?: import("abitype").Address | null;
|
326
|
+
from?: import("abitype").Address;
|
327
327
|
gas?: `0x${string}`;
|
328
328
|
nonce?: `0x${string}`;
|
329
329
|
value?: `0x${string}`;
|
@@ -331,27 +331,27 @@ export declare const pgnTestnet: {
|
|
331
331
|
blobVersionedHashes?: undefined;
|
332
332
|
blockHash?: `0x${string}` | null;
|
333
333
|
blockNumber?: `0x${string}` | null;
|
334
|
-
hash?:
|
335
|
-
input?:
|
334
|
+
hash?: import("../../index.js").Hash;
|
335
|
+
input?: import("../../index.js").Hex;
|
336
336
|
transactionIndex?: `0x${string}` | null;
|
337
337
|
chainId?: `0x${string}` | undefined;
|
338
338
|
yParity?: `0x${string}` | undefined;
|
339
339
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
340
340
|
isSystemTx?: boolean | undefined;
|
341
|
-
mint?:
|
342
|
-
sourceHash:
|
341
|
+
mint?: import("../../index.js").Hex | undefined;
|
342
|
+
sourceHash: import("../../index.js").Hex;
|
343
343
|
type: "0x7e";
|
344
344
|
}) | ({
|
345
345
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
346
|
-
r?:
|
347
|
-
s?:
|
346
|
+
r?: import("../../index.js").Hex;
|
347
|
+
s?: import("../../index.js").Hex;
|
348
348
|
v?: `0x${string}`;
|
349
349
|
gasPrice?: `0x${string}` | undefined;
|
350
350
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
351
351
|
maxFeePerGas?: `0x${string}` | undefined;
|
352
352
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
353
|
-
to?:
|
354
|
-
from?:
|
353
|
+
to?: import("abitype").Address | null;
|
354
|
+
from?: import("abitype").Address;
|
355
355
|
gas?: `0x${string}`;
|
356
356
|
nonce?: `0x${string}`;
|
357
357
|
value?: `0x${string}`;
|
@@ -359,23 +359,23 @@ export declare const pgnTestnet: {
|
|
359
359
|
blobVersionedHashes?: undefined;
|
360
360
|
blockHash?: `0x${string}` | null;
|
361
361
|
blockNumber?: `0x${string}` | null;
|
362
|
-
hash?:
|
363
|
-
input?:
|
362
|
+
hash?: import("../../index.js").Hash;
|
363
|
+
input?: import("../../index.js").Hex;
|
364
364
|
transactionIndex?: `0x${string}` | null;
|
365
365
|
chainId?: `0x${string}` | undefined;
|
366
366
|
yParity?: `0x${string}` | undefined;
|
367
367
|
} & {
|
368
368
|
type: "0x0";
|
369
|
-
r:
|
370
|
-
s:
|
369
|
+
r: import("../../index.js").Hex;
|
370
|
+
s: import("../../index.js").Hex;
|
371
371
|
v: `0x${string}`;
|
372
372
|
yParity?: undefined;
|
373
373
|
gasPrice: `0x${string}`;
|
374
374
|
maxFeePerBlobGas?: undefined;
|
375
375
|
maxFeePerGas?: undefined;
|
376
376
|
maxPriorityFeePerGas?: undefined;
|
377
|
-
to:
|
378
|
-
from:
|
377
|
+
to: import("abitype").Address | null;
|
378
|
+
from: import("abitype").Address;
|
379
379
|
gas: `0x${string}`;
|
380
380
|
nonce: `0x${string}`;
|
381
381
|
value: `0x${string}`;
|
@@ -383,8 +383,8 @@ export declare const pgnTestnet: {
|
|
383
383
|
blobVersionedHashes?: undefined;
|
384
384
|
blockHash: `0x${string}` | null;
|
385
385
|
blockNumber: `0x${string}` | null;
|
386
|
-
hash:
|
387
|
-
input:
|
386
|
+
hash: import("../../index.js").Hash;
|
387
|
+
input: import("../../index.js").Hex;
|
388
388
|
transactionIndex: `0x${string}` | null;
|
389
389
|
chainId?: `0x${string}` | undefined;
|
390
390
|
} & {
|
@@ -393,15 +393,15 @@ export declare const pgnTestnet: {
|
|
393
393
|
sourceHash?: undefined;
|
394
394
|
}) | ({
|
395
395
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
396
|
-
r?:
|
397
|
-
s?:
|
396
|
+
r?: import("../../index.js").Hex;
|
397
|
+
s?: import("../../index.js").Hex;
|
398
398
|
v?: `0x${string}`;
|
399
399
|
gasPrice?: `0x${string}` | undefined;
|
400
400
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
401
401
|
maxFeePerGas?: `0x${string}` | undefined;
|
402
402
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
403
|
-
to?:
|
404
|
-
from?:
|
403
|
+
to?: import("abitype").Address | null;
|
404
|
+
from?: import("abitype").Address;
|
405
405
|
gas?: `0x${string}`;
|
406
406
|
nonce?: `0x${string}`;
|
407
407
|
value?: `0x${string}`;
|
@@ -409,22 +409,22 @@ export declare const pgnTestnet: {
|
|
409
409
|
blobVersionedHashes?: undefined;
|
410
410
|
blockHash?: `0x${string}` | null;
|
411
411
|
blockNumber?: `0x${string}` | null;
|
412
|
-
hash?:
|
413
|
-
input?:
|
412
|
+
hash?: import("../../index.js").Hash;
|
413
|
+
input?: import("../../index.js").Hex;
|
414
414
|
transactionIndex?: `0x${string}` | null;
|
415
415
|
chainId?: `0x${string}` | undefined;
|
416
416
|
yParity?: `0x${string}` | undefined;
|
417
417
|
} & {
|
418
418
|
type: "0x1";
|
419
|
-
r:
|
420
|
-
s:
|
419
|
+
r: import("../../index.js").Hex;
|
420
|
+
s: import("../../index.js").Hex;
|
421
421
|
v: `0x${string}`;
|
422
422
|
gasPrice: `0x${string}`;
|
423
423
|
maxFeePerBlobGas?: undefined;
|
424
424
|
maxFeePerGas?: undefined;
|
425
425
|
maxPriorityFeePerGas?: undefined;
|
426
|
-
to:
|
427
|
-
from:
|
426
|
+
to: import("abitype").Address | null;
|
427
|
+
from: import("abitype").Address;
|
428
428
|
gas: `0x${string}`;
|
429
429
|
nonce: `0x${string}`;
|
430
430
|
value: `0x${string}`;
|
@@ -432,8 +432,8 @@ export declare const pgnTestnet: {
|
|
432
432
|
blobVersionedHashes?: undefined;
|
433
433
|
blockHash: `0x${string}` | null;
|
434
434
|
blockNumber: `0x${string}` | null;
|
435
|
-
hash:
|
436
|
-
input:
|
435
|
+
hash: import("../../index.js").Hash;
|
436
|
+
input: import("../../index.js").Hex;
|
437
437
|
transactionIndex: `0x${string}` | null;
|
438
438
|
chainId: `0x${string}`;
|
439
439
|
yParity?: `0x${string}` | undefined;
|
@@ -443,15 +443,15 @@ export declare const pgnTestnet: {
|
|
443
443
|
sourceHash?: undefined;
|
444
444
|
}) | ({
|
445
445
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
446
|
-
r?:
|
447
|
-
s?:
|
446
|
+
r?: import("../../index.js").Hex;
|
447
|
+
s?: import("../../index.js").Hex;
|
448
448
|
v?: `0x${string}`;
|
449
449
|
gasPrice?: `0x${string}` | undefined;
|
450
450
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
451
451
|
maxFeePerGas?: `0x${string}` | undefined;
|
452
452
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
453
|
-
to?:
|
454
|
-
from?:
|
453
|
+
to?: import("abitype").Address | null;
|
454
|
+
from?: import("abitype").Address;
|
455
455
|
gas?: `0x${string}`;
|
456
456
|
nonce?: `0x${string}`;
|
457
457
|
value?: `0x${string}`;
|
@@ -459,22 +459,22 @@ export declare const pgnTestnet: {
|
|
459
459
|
blobVersionedHashes?: undefined;
|
460
460
|
blockHash?: `0x${string}` | null;
|
461
461
|
blockNumber?: `0x${string}` | null;
|
462
|
-
hash?:
|
463
|
-
input?:
|
462
|
+
hash?: import("../../index.js").Hash;
|
463
|
+
input?: import("../../index.js").Hex;
|
464
464
|
transactionIndex?: `0x${string}` | null;
|
465
465
|
chainId?: `0x${string}` | undefined;
|
466
466
|
yParity?: `0x${string}` | undefined;
|
467
467
|
} & {
|
468
468
|
type: "0x2";
|
469
|
-
r:
|
470
|
-
s:
|
469
|
+
r: import("../../index.js").Hex;
|
470
|
+
s: import("../../index.js").Hex;
|
471
471
|
v: `0x${string}`;
|
472
472
|
gasPrice?: undefined;
|
473
473
|
maxFeePerBlobGas?: undefined;
|
474
474
|
maxFeePerGas: `0x${string}`;
|
475
475
|
maxPriorityFeePerGas: `0x${string}`;
|
476
|
-
to:
|
477
|
-
from:
|
476
|
+
to: import("abitype").Address | null;
|
477
|
+
from: import("abitype").Address;
|
478
478
|
gas: `0x${string}`;
|
479
479
|
nonce: `0x${string}`;
|
480
480
|
value: `0x${string}`;
|
@@ -482,8 +482,8 @@ export declare const pgnTestnet: {
|
|
482
482
|
blobVersionedHashes?: undefined;
|
483
483
|
blockHash: `0x${string}` | null;
|
484
484
|
blockNumber: `0x${string}` | null;
|
485
|
-
hash:
|
486
|
-
input:
|
485
|
+
hash: import("../../index.js").Hash;
|
486
|
+
input: import("../../index.js").Hex;
|
487
487
|
transactionIndex: `0x${string}` | null;
|
488
488
|
chainId: `0x${string}`;
|
489
489
|
yParity?: `0x${string}` | undefined;
|
@@ -493,15 +493,15 @@ export declare const pgnTestnet: {
|
|
493
493
|
sourceHash?: undefined;
|
494
494
|
}) | ({
|
495
495
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
496
|
-
r?:
|
497
|
-
s?:
|
496
|
+
r?: import("../../index.js").Hex;
|
497
|
+
s?: import("../../index.js").Hex;
|
498
498
|
v?: `0x${string}`;
|
499
499
|
gasPrice?: `0x${string}` | undefined;
|
500
500
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
501
501
|
maxFeePerGas?: `0x${string}` | undefined;
|
502
502
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
503
|
-
to?:
|
504
|
-
from?:
|
503
|
+
to?: import("abitype").Address | null;
|
504
|
+
from?: import("abitype").Address;
|
505
505
|
gas?: `0x${string}`;
|
506
506
|
nonce?: `0x${string}`;
|
507
507
|
value?: `0x${string}`;
|
@@ -509,27 +509,27 @@ export declare const pgnTestnet: {
|
|
509
509
|
blobVersionedHashes?: undefined;
|
510
510
|
blockHash?: `0x${string}` | null;
|
511
511
|
blockNumber?: `0x${string}` | null;
|
512
|
-
hash?:
|
513
|
-
input?:
|
512
|
+
hash?: import("../../index.js").Hash;
|
513
|
+
input?: import("../../index.js").Hex;
|
514
514
|
transactionIndex?: `0x${string}` | null;
|
515
515
|
chainId?: `0x${string}` | undefined;
|
516
516
|
yParity?: `0x${string}` | undefined;
|
517
517
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
518
518
|
isSystemTx?: boolean | undefined;
|
519
|
-
mint?:
|
520
|
-
sourceHash:
|
519
|
+
mint?: import("../../index.js").Hex | undefined;
|
520
|
+
sourceHash: import("../../index.js").Hex;
|
521
521
|
type: "0x7e";
|
522
522
|
}) | ({
|
523
523
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
524
|
-
r?:
|
525
|
-
s?:
|
524
|
+
r?: import("../../index.js").Hex;
|
525
|
+
s?: import("../../index.js").Hex;
|
526
526
|
v?: `0x${string}`;
|
527
527
|
gasPrice?: `0x${string}` | undefined;
|
528
528
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
529
529
|
maxFeePerGas?: `0x${string}` | undefined;
|
530
530
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
531
|
-
to?:
|
532
|
-
from?:
|
531
|
+
to?: import("abitype").Address | null;
|
532
|
+
from?: import("abitype").Address;
|
533
533
|
gas?: `0x${string}`;
|
534
534
|
nonce?: `0x${string}`;
|
535
535
|
value?: `0x${string}`;
|
@@ -537,23 +537,23 @@ export declare const pgnTestnet: {
|
|
537
537
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
538
538
|
blockHash?: `0x${string}` | null;
|
539
539
|
blockNumber?: `0x${string}` | null;
|
540
|
-
hash?:
|
541
|
-
input?:
|
540
|
+
hash?: import("../../index.js").Hash;
|
541
|
+
input?: import("../../index.js").Hex;
|
542
542
|
transactionIndex?: `0x${string}` | null;
|
543
543
|
chainId?: `0x${string}` | undefined;
|
544
544
|
yParity?: `0x${string}` | undefined;
|
545
545
|
} & {
|
546
546
|
type: "0x0";
|
547
|
-
r:
|
548
|
-
s:
|
547
|
+
r: import("../../index.js").Hex;
|
548
|
+
s: import("../../index.js").Hex;
|
549
549
|
v: `0x${string}`;
|
550
550
|
yParity?: undefined;
|
551
551
|
gasPrice: `0x${string}`;
|
552
552
|
maxFeePerBlobGas?: undefined;
|
553
553
|
maxFeePerGas?: undefined;
|
554
554
|
maxPriorityFeePerGas?: undefined;
|
555
|
-
to:
|
556
|
-
from:
|
555
|
+
to: import("abitype").Address | null;
|
556
|
+
from: import("abitype").Address;
|
557
557
|
gas: `0x${string}`;
|
558
558
|
nonce: `0x${string}`;
|
559
559
|
value: `0x${string}`;
|
@@ -561,8 +561,8 @@ export declare const pgnTestnet: {
|
|
561
561
|
blobVersionedHashes?: undefined;
|
562
562
|
blockHash: `0x${string}` | null;
|
563
563
|
blockNumber: `0x${string}` | null;
|
564
|
-
hash:
|
565
|
-
input:
|
564
|
+
hash: import("../../index.js").Hash;
|
565
|
+
input: import("../../index.js").Hex;
|
566
566
|
transactionIndex: `0x${string}` | null;
|
567
567
|
chainId?: `0x${string}` | undefined;
|
568
568
|
} & {
|
@@ -571,15 +571,15 @@ export declare const pgnTestnet: {
|
|
571
571
|
sourceHash?: undefined;
|
572
572
|
}) | ({
|
573
573
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
574
|
-
r?:
|
575
|
-
s?:
|
574
|
+
r?: import("../../index.js").Hex;
|
575
|
+
s?: import("../../index.js").Hex;
|
576
576
|
v?: `0x${string}`;
|
577
577
|
gasPrice?: `0x${string}` | undefined;
|
578
578
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
579
579
|
maxFeePerGas?: `0x${string}` | undefined;
|
580
580
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
581
|
-
to?:
|
582
|
-
from?:
|
581
|
+
to?: import("abitype").Address | null;
|
582
|
+
from?: import("abitype").Address;
|
583
583
|
gas?: `0x${string}`;
|
584
584
|
nonce?: `0x${string}`;
|
585
585
|
value?: `0x${string}`;
|
@@ -587,22 +587,22 @@ export declare const pgnTestnet: {
|
|
587
587
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
588
588
|
blockHash?: `0x${string}` | null;
|
589
589
|
blockNumber?: `0x${string}` | null;
|
590
|
-
hash?:
|
591
|
-
input?:
|
590
|
+
hash?: import("../../index.js").Hash;
|
591
|
+
input?: import("../../index.js").Hex;
|
592
592
|
transactionIndex?: `0x${string}` | null;
|
593
593
|
chainId?: `0x${string}` | undefined;
|
594
594
|
yParity?: `0x${string}` | undefined;
|
595
595
|
} & {
|
596
596
|
type: "0x1";
|
597
|
-
r:
|
598
|
-
s:
|
597
|
+
r: import("../../index.js").Hex;
|
598
|
+
s: import("../../index.js").Hex;
|
599
599
|
v: `0x${string}`;
|
600
600
|
gasPrice: `0x${string}`;
|
601
601
|
maxFeePerBlobGas?: undefined;
|
602
602
|
maxFeePerGas?: undefined;
|
603
603
|
maxPriorityFeePerGas?: undefined;
|
604
|
-
to:
|
605
|
-
from:
|
604
|
+
to: import("abitype").Address | null;
|
605
|
+
from: import("abitype").Address;
|
606
606
|
gas: `0x${string}`;
|
607
607
|
nonce: `0x${string}`;
|
608
608
|
value: `0x${string}`;
|
@@ -610,8 +610,8 @@ export declare const pgnTestnet: {
|
|
610
610
|
blobVersionedHashes?: undefined;
|
611
611
|
blockHash: `0x${string}` | null;
|
612
612
|
blockNumber: `0x${string}` | null;
|
613
|
-
hash:
|
614
|
-
input:
|
613
|
+
hash: import("../../index.js").Hash;
|
614
|
+
input: import("../../index.js").Hex;
|
615
615
|
transactionIndex: `0x${string}` | null;
|
616
616
|
chainId: `0x${string}`;
|
617
617
|
yParity?: `0x${string}` | undefined;
|
@@ -621,15 +621,15 @@ export declare const pgnTestnet: {
|
|
621
621
|
sourceHash?: undefined;
|
622
622
|
}) | ({
|
623
623
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
624
|
-
r?:
|
625
|
-
s?:
|
624
|
+
r?: import("../../index.js").Hex;
|
625
|
+
s?: import("../../index.js").Hex;
|
626
626
|
v?: `0x${string}`;
|
627
627
|
gasPrice?: `0x${string}` | undefined;
|
628
628
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
629
629
|
maxFeePerGas?: `0x${string}` | undefined;
|
630
630
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
631
|
-
to?:
|
632
|
-
from?:
|
631
|
+
to?: import("abitype").Address | null;
|
632
|
+
from?: import("abitype").Address;
|
633
633
|
gas?: `0x${string}`;
|
634
634
|
nonce?: `0x${string}`;
|
635
635
|
value?: `0x${string}`;
|
@@ -637,22 +637,22 @@ export declare const pgnTestnet: {
|
|
637
637
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
638
638
|
blockHash?: `0x${string}` | null;
|
639
639
|
blockNumber?: `0x${string}` | null;
|
640
|
-
hash?:
|
641
|
-
input?:
|
640
|
+
hash?: import("../../index.js").Hash;
|
641
|
+
input?: import("../../index.js").Hex;
|
642
642
|
transactionIndex?: `0x${string}` | null;
|
643
643
|
chainId?: `0x${string}` | undefined;
|
644
644
|
yParity?: `0x${string}` | undefined;
|
645
645
|
} & {
|
646
646
|
type: "0x2";
|
647
|
-
r:
|
648
|
-
s:
|
647
|
+
r: import("../../index.js").Hex;
|
648
|
+
s: import("../../index.js").Hex;
|
649
649
|
v: `0x${string}`;
|
650
650
|
gasPrice?: undefined;
|
651
651
|
maxFeePerBlobGas?: undefined;
|
652
652
|
maxFeePerGas: `0x${string}`;
|
653
653
|
maxPriorityFeePerGas: `0x${string}`;
|
654
|
-
to:
|
655
|
-
from:
|
654
|
+
to: import("abitype").Address | null;
|
655
|
+
from: import("abitype").Address;
|
656
656
|
gas: `0x${string}`;
|
657
657
|
nonce: `0x${string}`;
|
658
658
|
value: `0x${string}`;
|
@@ -660,8 +660,8 @@ export declare const pgnTestnet: {
|
|
660
660
|
blobVersionedHashes?: undefined;
|
661
661
|
blockHash: `0x${string}` | null;
|
662
662
|
blockNumber: `0x${string}` | null;
|
663
|
-
hash:
|
664
|
-
input:
|
663
|
+
hash: import("../../index.js").Hash;
|
664
|
+
input: import("../../index.js").Hex;
|
665
665
|
transactionIndex: `0x${string}` | null;
|
666
666
|
chainId: `0x${string}`;
|
667
667
|
yParity?: `0x${string}` | undefined;
|
@@ -671,15 +671,15 @@ export declare const pgnTestnet: {
|
|
671
671
|
sourceHash?: undefined;
|
672
672
|
}) | ({
|
673
673
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
674
|
-
r?:
|
675
|
-
s?:
|
674
|
+
r?: import("../../index.js").Hex;
|
675
|
+
s?: import("../../index.js").Hex;
|
676
676
|
v?: `0x${string}`;
|
677
677
|
gasPrice?: `0x${string}` | undefined;
|
678
678
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
679
679
|
maxFeePerGas?: `0x${string}` | undefined;
|
680
680
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
681
|
-
to?:
|
682
|
-
from?:
|
681
|
+
to?: import("abitype").Address | null;
|
682
|
+
from?: import("abitype").Address;
|
683
683
|
gas?: `0x${string}`;
|
684
684
|
nonce?: `0x${string}`;
|
685
685
|
value?: `0x${string}`;
|
@@ -687,31 +687,31 @@ export declare const pgnTestnet: {
|
|
687
687
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
688
688
|
blockHash?: `0x${string}` | null;
|
689
689
|
blockNumber?: `0x${string}` | null;
|
690
|
-
hash?:
|
691
|
-
input?:
|
690
|
+
hash?: import("../../index.js").Hash;
|
691
|
+
input?: import("../../index.js").Hex;
|
692
692
|
transactionIndex?: `0x${string}` | null;
|
693
693
|
chainId?: `0x${string}` | undefined;
|
694
694
|
yParity?: `0x${string}` | undefined;
|
695
695
|
} & {
|
696
696
|
type: "0x3";
|
697
|
-
r:
|
698
|
-
s:
|
697
|
+
r: import("../../index.js").Hex;
|
698
|
+
s: import("../../index.js").Hex;
|
699
699
|
v: `0x${string}`;
|
700
700
|
gasPrice?: undefined;
|
701
701
|
maxFeePerBlobGas: `0x${string}`;
|
702
702
|
maxFeePerGas: `0x${string}`;
|
703
703
|
maxPriorityFeePerGas: `0x${string}`;
|
704
|
-
to:
|
705
|
-
from:
|
704
|
+
to: import("abitype").Address | null;
|
705
|
+
from: import("abitype").Address;
|
706
706
|
gas: `0x${string}`;
|
707
707
|
nonce: `0x${string}`;
|
708
708
|
value: `0x${string}`;
|
709
709
|
accessList: import("../../index.js").AccessList;
|
710
|
-
blobVersionedHashes: readonly
|
710
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
711
711
|
blockHash: `0x${string}` | null;
|
712
712
|
blockNumber: `0x${string}` | null;
|
713
|
-
hash:
|
714
|
-
input:
|
713
|
+
hash: import("../../index.js").Hash;
|
714
|
+
input: import("../../index.js").Hex;
|
715
715
|
transactionIndex: `0x${string}` | null;
|
716
716
|
chainId: `0x${string}`;
|
717
717
|
yParity?: `0x${string}` | undefined;
|
@@ -721,15 +721,15 @@ export declare const pgnTestnet: {
|
|
721
721
|
sourceHash?: undefined;
|
722
722
|
}) | ({
|
723
723
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
724
|
-
r?:
|
725
|
-
s?:
|
724
|
+
r?: import("../../index.js").Hex;
|
725
|
+
s?: import("../../index.js").Hex;
|
726
726
|
v?: `0x${string}`;
|
727
727
|
gasPrice?: `0x${string}` | undefined;
|
728
728
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
729
729
|
maxFeePerGas?: `0x${string}` | undefined;
|
730
730
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
731
|
-
to?:
|
732
|
-
from?:
|
731
|
+
to?: import("abitype").Address | null;
|
732
|
+
from?: import("abitype").Address;
|
733
733
|
gas?: `0x${string}`;
|
734
734
|
nonce?: `0x${string}`;
|
735
735
|
value?: `0x${string}`;
|
@@ -737,31 +737,31 @@ export declare const pgnTestnet: {
|
|
737
737
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
738
738
|
blockHash?: `0x${string}` | null;
|
739
739
|
blockNumber?: `0x${string}` | null;
|
740
|
-
hash?:
|
741
|
-
input?:
|
740
|
+
hash?: import("../../index.js").Hash;
|
741
|
+
input?: import("../../index.js").Hex;
|
742
742
|
transactionIndex?: `0x${string}` | null;
|
743
743
|
chainId?: `0x${string}` | undefined;
|
744
744
|
yParity?: `0x${string}` | undefined;
|
745
745
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
746
746
|
isSystemTx?: boolean | undefined;
|
747
|
-
mint?:
|
748
|
-
sourceHash:
|
747
|
+
mint?: import("../../index.js").Hex | undefined;
|
748
|
+
sourceHash: import("../../index.js").Hex;
|
749
749
|
type: "0x7e";
|
750
750
|
})) => ({
|
751
|
-
r:
|
752
|
-
s:
|
751
|
+
r: import("../../index.js").Hex;
|
752
|
+
s: import("../../index.js").Hex;
|
753
753
|
v: bigint;
|
754
|
-
to:
|
755
|
-
from:
|
754
|
+
to: import("abitype").Address | null;
|
755
|
+
from: import("abitype").Address;
|
756
756
|
gas: bigint;
|
757
757
|
nonce: number;
|
758
758
|
value: bigint;
|
759
759
|
blockHash: `0x${string}` | null;
|
760
760
|
blockNumber: bigint | null;
|
761
|
-
hash:
|
762
|
-
input:
|
761
|
+
hash: import("../../index.js").Hash;
|
762
|
+
input: import("../../index.js").Hex;
|
763
763
|
transactionIndex: number | null;
|
764
|
-
typeHex:
|
764
|
+
typeHex: import("../../index.js").Hex | null;
|
765
765
|
accessList?: undefined;
|
766
766
|
blobVersionedHashes?: undefined;
|
767
767
|
chainId?: number | undefined;
|
@@ -775,20 +775,20 @@ export declare const pgnTestnet: {
|
|
775
775
|
mint?: undefined;
|
776
776
|
sourceHash?: undefined;
|
777
777
|
} | {
|
778
|
-
r:
|
779
|
-
s:
|
778
|
+
r: import("../../index.js").Hex;
|
779
|
+
s: import("../../index.js").Hex;
|
780
780
|
v: bigint;
|
781
|
-
to:
|
782
|
-
from:
|
781
|
+
to: import("abitype").Address | null;
|
782
|
+
from: import("abitype").Address;
|
783
783
|
gas: bigint;
|
784
784
|
nonce: number;
|
785
785
|
value: bigint;
|
786
786
|
blockHash: `0x${string}` | null;
|
787
787
|
blockNumber: bigint | null;
|
788
|
-
hash:
|
789
|
-
input:
|
788
|
+
hash: import("../../index.js").Hash;
|
789
|
+
input: import("../../index.js").Hex;
|
790
790
|
transactionIndex: number | null;
|
791
|
-
typeHex:
|
791
|
+
typeHex: import("../../index.js").Hex | null;
|
792
792
|
accessList?: undefined;
|
793
793
|
blobVersionedHashes?: undefined;
|
794
794
|
chainId?: number | undefined;
|
@@ -800,20 +800,20 @@ export declare const pgnTestnet: {
|
|
800
800
|
maxPriorityFeePerGas: bigint;
|
801
801
|
isSystemTx?: boolean;
|
802
802
|
mint?: bigint | undefined;
|
803
|
-
sourceHash:
|
803
|
+
sourceHash: import("../../index.js").Hex;
|
804
804
|
} | {
|
805
805
|
blockHash: `0x${string}` | null;
|
806
806
|
blockNumber: bigint | null;
|
807
|
-
from:
|
807
|
+
from: import("abitype").Address;
|
808
808
|
gas: bigint;
|
809
|
-
hash:
|
810
|
-
input:
|
809
|
+
hash: import("../../index.js").Hash;
|
810
|
+
input: import("../../index.js").Hex;
|
811
811
|
nonce: number;
|
812
|
-
r:
|
813
|
-
s:
|
814
|
-
to:
|
812
|
+
r: import("../../index.js").Hex;
|
813
|
+
s: import("../../index.js").Hex;
|
814
|
+
to: import("abitype").Address | null;
|
815
815
|
transactionIndex: number | null;
|
816
|
-
typeHex:
|
816
|
+
typeHex: import("../../index.js").Hex | null;
|
817
817
|
v: bigint;
|
818
818
|
value: bigint;
|
819
819
|
yParity: number;
|
@@ -831,16 +831,16 @@ export declare const pgnTestnet: {
|
|
831
831
|
} | {
|
832
832
|
blockHash: `0x${string}` | null;
|
833
833
|
blockNumber: bigint | null;
|
834
|
-
from:
|
834
|
+
from: import("abitype").Address;
|
835
835
|
gas: bigint;
|
836
|
-
hash:
|
837
|
-
input:
|
836
|
+
hash: import("../../index.js").Hash;
|
837
|
+
input: import("../../index.js").Hex;
|
838
838
|
nonce: number;
|
839
|
-
r:
|
840
|
-
s:
|
841
|
-
to:
|
839
|
+
r: import("../../index.js").Hex;
|
840
|
+
s: import("../../index.js").Hex;
|
841
|
+
to: import("abitype").Address | null;
|
842
842
|
transactionIndex: number | null;
|
843
|
-
typeHex:
|
843
|
+
typeHex: import("../../index.js").Hex | null;
|
844
844
|
v: bigint;
|
845
845
|
value: bigint;
|
846
846
|
yParity: number;
|
@@ -858,16 +858,16 @@ export declare const pgnTestnet: {
|
|
858
858
|
} | {
|
859
859
|
blockHash: `0x${string}` | null;
|
860
860
|
blockNumber: bigint | null;
|
861
|
-
from:
|
861
|
+
from: import("abitype").Address;
|
862
862
|
gas: bigint;
|
863
|
-
hash:
|
864
|
-
input:
|
863
|
+
hash: import("../../index.js").Hash;
|
864
|
+
input: import("../../index.js").Hex;
|
865
865
|
nonce: number;
|
866
|
-
r:
|
867
|
-
s:
|
868
|
-
to:
|
866
|
+
r: import("../../index.js").Hex;
|
867
|
+
s: import("../../index.js").Hex;
|
868
|
+
to: import("abitype").Address | null;
|
869
869
|
transactionIndex: number | null;
|
870
|
-
typeHex:
|
870
|
+
typeHex: import("../../index.js").Hex | null;
|
871
871
|
v: bigint;
|
872
872
|
value: bigint;
|
873
873
|
yParity: number;
|
@@ -881,20 +881,20 @@ export declare const pgnTestnet: {
|
|
881
881
|
maxPriorityFeePerGas: bigint;
|
882
882
|
isSystemTx?: boolean;
|
883
883
|
mint?: bigint | undefined;
|
884
|
-
sourceHash:
|
884
|
+
sourceHash: import("../../index.js").Hex;
|
885
885
|
} | {
|
886
886
|
blockHash: `0x${string}` | null;
|
887
887
|
blockNumber: bigint | null;
|
888
|
-
from:
|
888
|
+
from: import("abitype").Address;
|
889
889
|
gas: bigint;
|
890
|
-
hash:
|
891
|
-
input:
|
890
|
+
hash: import("../../index.js").Hash;
|
891
|
+
input: import("../../index.js").Hex;
|
892
892
|
nonce: number;
|
893
|
-
r:
|
894
|
-
s:
|
895
|
-
to:
|
893
|
+
r: import("../../index.js").Hex;
|
894
|
+
s: import("../../index.js").Hex;
|
895
|
+
to: import("abitype").Address | null;
|
896
896
|
transactionIndex: number | null;
|
897
|
-
typeHex:
|
897
|
+
typeHex: import("../../index.js").Hex | null;
|
898
898
|
v: bigint;
|
899
899
|
value: bigint;
|
900
900
|
yParity: number;
|
@@ -912,16 +912,16 @@ export declare const pgnTestnet: {
|
|
912
912
|
} | {
|
913
913
|
blockHash: `0x${string}` | null;
|
914
914
|
blockNumber: bigint | null;
|
915
|
-
from:
|
915
|
+
from: import("abitype").Address;
|
916
916
|
gas: bigint;
|
917
|
-
hash:
|
918
|
-
input:
|
917
|
+
hash: import("../../index.js").Hash;
|
918
|
+
input: import("../../index.js").Hex;
|
919
919
|
nonce: number;
|
920
|
-
r:
|
921
|
-
s:
|
922
|
-
to:
|
920
|
+
r: import("../../index.js").Hex;
|
921
|
+
s: import("../../index.js").Hex;
|
922
|
+
to: import("abitype").Address | null;
|
923
923
|
transactionIndex: number | null;
|
924
|
-
typeHex:
|
924
|
+
typeHex: import("../../index.js").Hex | null;
|
925
925
|
v: bigint;
|
926
926
|
value: bigint;
|
927
927
|
yParity: number;
|
@@ -939,16 +939,16 @@ export declare const pgnTestnet: {
|
|
939
939
|
} | {
|
940
940
|
blockHash: `0x${string}` | null;
|
941
941
|
blockNumber: bigint | null;
|
942
|
-
from:
|
942
|
+
from: import("abitype").Address;
|
943
943
|
gas: bigint;
|
944
|
-
hash:
|
945
|
-
input:
|
944
|
+
hash: import("../../index.js").Hash;
|
945
|
+
input: import("../../index.js").Hex;
|
946
946
|
nonce: number;
|
947
|
-
r:
|
948
|
-
s:
|
949
|
-
to:
|
947
|
+
r: import("../../index.js").Hex;
|
948
|
+
s: import("../../index.js").Hex;
|
949
|
+
to: import("abitype").Address | null;
|
950
950
|
transactionIndex: number | null;
|
951
|
-
typeHex:
|
951
|
+
typeHex: import("../../index.js").Hex | null;
|
952
952
|
v: bigint;
|
953
953
|
value: bigint;
|
954
954
|
yParity: number;
|
@@ -962,25 +962,25 @@ export declare const pgnTestnet: {
|
|
962
962
|
maxPriorityFeePerGas: bigint;
|
963
963
|
isSystemTx?: boolean;
|
964
964
|
mint?: bigint | undefined;
|
965
|
-
sourceHash:
|
965
|
+
sourceHash: import("../../index.js").Hex;
|
966
966
|
} | {
|
967
967
|
blockHash: `0x${string}` | null;
|
968
968
|
blockNumber: bigint | null;
|
969
|
-
from:
|
969
|
+
from: import("abitype").Address;
|
970
970
|
gas: bigint;
|
971
|
-
hash:
|
972
|
-
input:
|
971
|
+
hash: import("../../index.js").Hash;
|
972
|
+
input: import("../../index.js").Hex;
|
973
973
|
nonce: number;
|
974
|
-
r:
|
975
|
-
s:
|
976
|
-
to:
|
974
|
+
r: import("../../index.js").Hex;
|
975
|
+
s: import("../../index.js").Hex;
|
976
|
+
to: import("abitype").Address | null;
|
977
977
|
transactionIndex: number | null;
|
978
|
-
typeHex:
|
978
|
+
typeHex: import("../../index.js").Hex | null;
|
979
979
|
v: bigint;
|
980
980
|
value: bigint;
|
981
981
|
yParity: number;
|
982
982
|
accessList: import("../../index.js").AccessList;
|
983
|
-
blobVersionedHashes: readonly
|
983
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
984
984
|
chainId: number;
|
985
985
|
type: "eip4844";
|
986
986
|
gasPrice?: undefined;
|
@@ -993,21 +993,21 @@ export declare const pgnTestnet: {
|
|
993
993
|
} | {
|
994
994
|
blockHash: `0x${string}` | null;
|
995
995
|
blockNumber: bigint | null;
|
996
|
-
from:
|
996
|
+
from: import("abitype").Address;
|
997
997
|
gas: bigint;
|
998
|
-
hash:
|
999
|
-
input:
|
998
|
+
hash: import("../../index.js").Hash;
|
999
|
+
input: import("../../index.js").Hex;
|
1000
1000
|
nonce: number;
|
1001
|
-
r:
|
1002
|
-
s:
|
1003
|
-
to:
|
1001
|
+
r: import("../../index.js").Hex;
|
1002
|
+
s: import("../../index.js").Hex;
|
1003
|
+
to: import("abitype").Address | null;
|
1004
1004
|
transactionIndex: number | null;
|
1005
|
-
typeHex:
|
1005
|
+
typeHex: import("../../index.js").Hex | null;
|
1006
1006
|
v: bigint;
|
1007
1007
|
value: bigint;
|
1008
1008
|
yParity: number;
|
1009
1009
|
accessList: import("../../index.js").AccessList;
|
1010
|
-
blobVersionedHashes: readonly
|
1010
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
1011
1011
|
chainId: number;
|
1012
1012
|
type: "deposit";
|
1013
1013
|
gasPrice?: undefined;
|
@@ -1016,7 +1016,7 @@ export declare const pgnTestnet: {
|
|
1016
1016
|
maxPriorityFeePerGas: bigint;
|
1017
1017
|
isSystemTx?: boolean;
|
1018
1018
|
mint?: bigint | undefined;
|
1019
|
-
sourceHash:
|
1019
|
+
sourceHash: import("../../index.js").Hex;
|
1020
1020
|
}) & {};
|
1021
1021
|
type: "transaction";
|
1022
1022
|
};
|
@@ -1025,19 +1025,19 @@ export declare const pgnTestnet: {
|
|
1025
1025
|
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").OpStackRpcTransactionReceiptOverrides>) => {
|
1026
1026
|
blobGasPrice?: bigint | undefined;
|
1027
1027
|
blobGasUsed?: bigint | undefined;
|
1028
|
-
blockHash:
|
1028
|
+
blockHash: import("../../index.js").Hash;
|
1029
1029
|
blockNumber: bigint;
|
1030
|
-
contractAddress:
|
1030
|
+
contractAddress: import("abitype").Address | null | undefined;
|
1031
1031
|
cumulativeGasUsed: bigint;
|
1032
1032
|
effectiveGasPrice: bigint;
|
1033
|
-
from:
|
1033
|
+
from: import("abitype").Address;
|
1034
1034
|
gasUsed: bigint;
|
1035
1035
|
logs: import("../../index.js").Log<bigint, number, false>[];
|
1036
|
-
logsBloom:
|
1037
|
-
root?:
|
1036
|
+
logsBloom: import("../../index.js").Hex;
|
1037
|
+
root?: import("../../index.js").Hash | undefined;
|
1038
1038
|
status: "success" | "reverted";
|
1039
|
-
to:
|
1040
|
-
transactionHash:
|
1039
|
+
to: import("abitype").Address | null;
|
1040
|
+
transactionHash: import("../../index.js").Hash;
|
1041
1041
|
transactionIndex: number;
|
1042
1042
|
type: import("../../index.js").TransactionType;
|
1043
1043
|
l1GasPrice: bigint | null;
|