viem 2.8.10 → 2.8.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/_cjs/accounts/generateMnemonic.js.map +1 -1
- package/_cjs/actions/getContract.js.map +1 -1
- package/_cjs/actions/public/call.js +5 -1
- package/_cjs/actions/public/call.js.map +1 -1
- package/_cjs/actions/public/createContractEventFilter.js.map +1 -1
- package/_cjs/actions/public/estimateFeesPerGas.js.map +1 -1
- package/_cjs/actions/public/estimateMaxPriorityFeePerGas.js.map +1 -1
- package/_cjs/actions/public/watchBlockNumber.js +1 -1
- package/_cjs/actions/public/watchBlockNumber.js.map +1 -1
- package/_cjs/actions/public/watchBlocks.js +1 -1
- package/_cjs/actions/public/watchBlocks.js.map +1 -1
- package/_cjs/actions/public/watchContractEvent.js +73 -58
- package/_cjs/actions/public/watchContractEvent.js.map +1 -1
- package/_cjs/actions/public/watchEvent.js +1 -1
- package/_cjs/actions/public/watchEvent.js.map +1 -1
- package/_cjs/actions/public/watchPendingTransactions.js +1 -1
- package/_cjs/actions/public/watchPendingTransactions.js.map +1 -1
- package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_cjs/chains/celo/parsers.js.map +1 -1
- package/_cjs/chains/celo/serializers.js.map +1 -1
- package/_cjs/chains/definitions/lukso.js +6 -0
- package/_cjs/chains/definitions/lukso.js.map +1 -1
- package/_cjs/chains/definitions/luksoTestnet.js +34 -0
- package/_cjs/chains/definitions/luksoTestnet.js.map +1 -0
- package/_cjs/chains/definitions/zkSyncInMemoryNode.js +17 -0
- package/_cjs/chains/definitions/zkSyncInMemoryNode.js.map +1 -0
- package/_cjs/chains/definitions/zkSyncLocalNode.js +17 -0
- package/_cjs/chains/definitions/zkSyncLocalNode.js.map +1 -0
- package/_cjs/chains/index.js +19 -13
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/chains/opStack/actions/getL1BaseFee.js.map +1 -1
- package/_cjs/chains/opStack/actions/getTimeToProve.js.map +1 -1
- package/_cjs/chains/opStack/actions/waitForNextL2Output.js.map +1 -1
- package/_cjs/chains/zksync/formatters.js.map +1 -1
- package/_cjs/chains/zksync/serializers.js.map +1 -1
- package/_cjs/chains/zksync/utils/assertEip712Request.js.map +1 -1
- package/_cjs/chains/zksync/utils/assertEip712Transaction.js.map +1 -1
- package/_cjs/chains/zksync/utils/isEip712Transaction.js.map +1 -1
- package/_cjs/clients/createClient.js.map +1 -1
- package/_cjs/clients/decorators/public.js.map +1 -1
- package/_cjs/clients/transports/createTransport.js.map +1 -1
- package/_cjs/clients/transports/fallback.js.map +1 -1
- package/_cjs/clients/transports/http.js.map +1 -1
- package/_cjs/errors/abi.js.map +1 -1
- package/_cjs/errors/account.js.map +1 -1
- package/_cjs/errors/base.js.map +1 -1
- package/_cjs/errors/chain.js.map +1 -1
- package/_cjs/errors/contract.js.map +1 -1
- package/_cjs/errors/node.js +5 -5
- package/_cjs/errors/node.js.map +1 -1
- package/_cjs/errors/request.js.map +1 -1
- package/_cjs/errors/rpc.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/index.js.map +1 -1
- package/_cjs/utils/abi/formatAbiItem.js.map +1 -1
- package/_cjs/utils/address/getAddress.js.map +1 -1
- package/_cjs/utils/data/isHex.js.map +1 -1
- package/_cjs/utils/data/slice.js.map +1 -1
- package/_cjs/utils/encoding/toBytes.js.map +1 -1
- package/_cjs/utils/errors/getNodeError.js.map +1 -1
- package/_cjs/utils/formatters/block.js.map +1 -1
- package/_cjs/utils/formatters/extract.js.map +1 -1
- package/_cjs/utils/formatters/log.js +1 -1
- package/_cjs/utils/formatters/log.js.map +1 -1
- package/_cjs/utils/formatters/proof.js.map +1 -1
- package/_cjs/utils/formatters/transaction.js.map +1 -1
- package/_cjs/utils/formatters/transactionReceipt.js.map +1 -1
- package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
- package/_cjs/utils/hash/keccak256.js.map +1 -1
- package/_cjs/utils/hash/ripemd160.js.map +1 -1
- package/_cjs/utils/hash/sha256.js.map +1 -1
- package/_cjs/utils/promise/withRetry.js.map +1 -1
- package/_cjs/utils/promise/withTimeout.js +1 -1
- package/_cjs/utils/promise/withTimeout.js.map +1 -1
- package/_cjs/utils/rpc/http.js +1 -1
- package/_cjs/utils/rpc/http.js.map +1 -1
- package/_cjs/utils/signature/hashMessage.js.map +1 -1
- package/_cjs/utils/transaction/assertRequest.js.map +1 -1
- package/_cjs/utils/transaction/getTransactionType.js.map +1 -1
- package/_cjs/utils/transaction/serializeAccessList.js.map +1 -1
- package/_cjs/utils/transaction/serializeTransaction.js.map +1 -1
- package/_cjs/utils/typedData.js.map +1 -1
- package/_esm/accounts/generateMnemonic.js.map +1 -1
- package/_esm/actions/getContract.js.map +1 -1
- package/_esm/actions/public/call.js +5 -1
- package/_esm/actions/public/call.js.map +1 -1
- package/_esm/actions/public/createContractEventFilter.js.map +1 -1
- package/_esm/actions/public/estimateFeesPerGas.js.map +1 -1
- package/_esm/actions/public/estimateMaxPriorityFeePerGas.js.map +1 -1
- package/_esm/actions/public/watchBlockNumber.js +1 -1
- package/_esm/actions/public/watchBlockNumber.js.map +1 -1
- package/_esm/actions/public/watchBlocks.js +1 -1
- package/_esm/actions/public/watchBlocks.js.map +1 -1
- package/_esm/actions/public/watchContractEvent.js +75 -60
- package/_esm/actions/public/watchContractEvent.js.map +1 -1
- package/_esm/actions/public/watchEvent.js +1 -1
- package/_esm/actions/public/watchEvent.js.map +1 -1
- package/_esm/actions/public/watchPendingTransactions.js +1 -1
- package/_esm/actions/public/watchPendingTransactions.js.map +1 -1
- package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_esm/chains/celo/parsers.js.map +1 -1
- package/_esm/chains/celo/serializers.js.map +1 -1
- package/_esm/chains/definitions/lukso.js +6 -0
- package/_esm/chains/definitions/lukso.js.map +1 -1
- package/_esm/chains/definitions/luksoTestnet.js +31 -0
- package/_esm/chains/definitions/luksoTestnet.js.map +1 -0
- package/_esm/chains/definitions/zkSyncInMemoryNode.js +14 -0
- package/_esm/chains/definitions/zkSyncInMemoryNode.js.map +1 -0
- package/_esm/chains/definitions/zkSyncLocalNode.js +14 -0
- package/_esm/chains/definitions/zkSyncLocalNode.js.map +1 -0
- package/_esm/chains/index.js +8 -5
- package/_esm/chains/index.js.map +1 -1
- package/_esm/chains/opStack/actions/getL1BaseFee.js.map +1 -1
- package/_esm/chains/opStack/actions/getTimeToProve.js.map +1 -1
- package/_esm/chains/opStack/actions/waitForNextL2Output.js.map +1 -1
- package/_esm/chains/opStack/decorators/publicL2.js +2 -2
- package/_esm/chains/zksync/formatters.js.map +1 -1
- package/_esm/chains/zksync/serializers.js.map +1 -1
- package/_esm/chains/zksync/utils/assertEip712Request.js.map +1 -1
- package/_esm/chains/zksync/utils/assertEip712Transaction.js.map +1 -1
- package/_esm/chains/zksync/utils/isEip712Transaction.js.map +1 -1
- package/_esm/clients/createClient.js.map +1 -1
- package/_esm/clients/decorators/public.js.map +1 -1
- package/_esm/clients/transports/createTransport.js.map +1 -1
- package/_esm/clients/transports/fallback.js.map +1 -1
- package/_esm/clients/transports/http.js.map +1 -1
- package/_esm/errors/abi.js.map +1 -1
- package/_esm/errors/account.js.map +1 -1
- package/_esm/errors/base.js.map +1 -1
- package/_esm/errors/chain.js.map +1 -1
- package/_esm/errors/contract.js.map +1 -1
- package/_esm/errors/node.js +5 -5
- package/_esm/errors/node.js.map +1 -1
- package/_esm/errors/request.js.map +1 -1
- package/_esm/errors/rpc.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/index.js.map +1 -1
- package/_esm/utils/abi/formatAbiItem.js.map +1 -1
- package/_esm/utils/address/getAddress.js.map +1 -1
- package/_esm/utils/data/isHex.js.map +1 -1
- package/_esm/utils/data/slice.js.map +1 -1
- package/_esm/utils/encoding/toBytes.js.map +1 -1
- package/_esm/utils/errors/getNodeError.js.map +1 -1
- package/_esm/utils/formatters/block.js.map +1 -1
- package/_esm/utils/formatters/extract.js.map +1 -1
- package/_esm/utils/formatters/log.js +1 -1
- package/_esm/utils/formatters/log.js.map +1 -1
- package/_esm/utils/formatters/proof.js.map +1 -1
- package/_esm/utils/formatters/transaction.js.map +1 -1
- package/_esm/utils/formatters/transactionReceipt.js.map +1 -1
- package/_esm/utils/formatters/transactionRequest.js.map +1 -1
- package/_esm/utils/hash/keccak256.js.map +1 -1
- package/_esm/utils/hash/ripemd160.js.map +1 -1
- package/_esm/utils/hash/sha256.js.map +1 -1
- package/_esm/utils/promise/withRetry.js.map +1 -1
- package/_esm/utils/promise/withTimeout.js +1 -1
- package/_esm/utils/promise/withTimeout.js.map +1 -1
- package/_esm/utils/rpc/http.js +1 -1
- package/_esm/utils/rpc/http.js.map +1 -1
- package/_esm/utils/signature/hashMessage.js.map +1 -1
- package/_esm/utils/transaction/assertRequest.js.map +1 -1
- package/_esm/utils/transaction/getTransactionType.js.map +1 -1
- package/_esm/utils/transaction/serializeAccessList.js.map +1 -1
- package/_esm/utils/transaction/serializeTransaction.js.map +1 -1
- package/_esm/utils/typedData.js.map +1 -1
- package/_types/accounts/generateMnemonic.d.ts +1 -1
- package/_types/accounts/generateMnemonic.d.ts.map +1 -1
- package/_types/accounts/types.d.ts +9 -9
- package/_types/accounts/types.d.ts.map +1 -1
- package/_types/accounts/utils/signTransaction.d.ts +1 -1
- package/_types/accounts/utils/signTransaction.d.ts.map +1 -1
- package/_types/actions/ens/getEnsAddress.d.ts +4 -4
- package/_types/actions/ens/getEnsAddress.d.ts.map +1 -1
- package/_types/actions/ens/getEnsAvatar.d.ts +1 -1
- package/_types/actions/ens/getEnsAvatar.d.ts.map +1 -1
- package/_types/actions/ens/getEnsName.d.ts +3 -3
- package/_types/actions/ens/getEnsName.d.ts.map +1 -1
- package/_types/actions/ens/getEnsResolver.d.ts +1 -1
- package/_types/actions/ens/getEnsResolver.d.ts.map +1 -1
- package/_types/actions/ens/getEnsText.d.ts +3 -3
- package/_types/actions/ens/getEnsText.d.ts.map +1 -1
- package/_types/actions/getContract.d.ts +3 -3
- package/_types/actions/getContract.d.ts.map +1 -1
- package/_types/actions/public/call.d.ts +8 -8
- package/_types/actions/public/call.d.ts.map +1 -1
- package/_types/actions/public/createContractEventFilter.d.ts +6 -6
- package/_types/actions/public/createContractEventFilter.d.ts.map +1 -1
- package/_types/actions/public/createEventFilter.d.ts +21 -21
- package/_types/actions/public/createEventFilter.d.ts.map +1 -1
- package/_types/actions/public/estimateFeesPerGas.d.ts +4 -4
- package/_types/actions/public/estimateFeesPerGas.d.ts.map +1 -1
- package/_types/actions/public/estimateGas.d.ts +5 -5
- package/_types/actions/public/estimateGas.d.ts.map +1 -1
- package/_types/actions/public/estimateMaxPriorityFeePerGas.d.ts +3 -3
- package/_types/actions/public/estimateMaxPriorityFeePerGas.d.ts.map +1 -1
- package/_types/actions/public/getBalance.d.ts +4 -4
- package/_types/actions/public/getBalance.d.ts.map +1 -1
- package/_types/actions/public/getBlock.d.ts +10 -10
- package/_types/actions/public/getBlock.d.ts.map +1 -1
- package/_types/actions/public/getBlockNumber.d.ts +1 -1
- package/_types/actions/public/getBlockNumber.d.ts.map +1 -1
- package/_types/actions/public/getBlockTransactionCount.d.ts +9 -9
- package/_types/actions/public/getBlockTransactionCount.d.ts.map +1 -1
- package/_types/actions/public/getBytecode.d.ts +4 -4
- package/_types/actions/public/getBytecode.d.ts.map +1 -1
- package/_types/actions/public/getContractEvents.d.ts +4 -4
- package/_types/actions/public/getContractEvents.d.ts.map +1 -1
- package/_types/actions/public/getFeeHistory.d.ts +4 -4
- package/_types/actions/public/getFeeHistory.d.ts.map +1 -1
- package/_types/actions/public/getLogs.d.ts +17 -17
- package/_types/actions/public/getLogs.d.ts.map +1 -1
- package/_types/actions/public/getProof.d.ts +4 -4
- package/_types/actions/public/getProof.d.ts.map +1 -1
- package/_types/actions/public/getStorageAt.d.ts +4 -4
- package/_types/actions/public/getStorageAt.d.ts.map +1 -1
- package/_types/actions/public/getTransaction.d.ts +13 -13
- package/_types/actions/public/getTransaction.d.ts.map +1 -1
- package/_types/actions/public/getTransactionConfirmations.d.ts +2 -2
- package/_types/actions/public/getTransactionConfirmations.d.ts.map +1 -1
- package/_types/actions/public/getTransactionCount.d.ts +4 -4
- package/_types/actions/public/getTransactionCount.d.ts.map +1 -1
- package/_types/actions/public/simulateContract.d.ts +3 -3
- package/_types/actions/public/simulateContract.d.ts.map +1 -1
- package/_types/actions/public/waitForTransactionReceipt.d.ts +6 -6
- package/_types/actions/public/waitForTransactionReceipt.d.ts.map +1 -1
- package/_types/actions/public/watchBlockNumber.d.ts +1 -1
- package/_types/actions/public/watchBlockNumber.d.ts.map +1 -1
- package/_types/actions/public/watchContractEvent.d.ts.map +1 -1
- package/_types/actions/public/watchEvent.d.ts +13 -13
- package/_types/actions/public/watchEvent.d.ts.map +1 -1
- package/_types/actions/public/watchPendingTransactions.d.ts +1 -1
- package/_types/actions/public/watchPendingTransactions.d.ts.map +1 -1
- package/_types/actions/test/mine.d.ts +1 -1
- package/_types/actions/test/mine.d.ts.map +1 -1
- package/_types/actions/test/reset.d.ts +2 -2
- package/_types/actions/test/reset.d.ts.map +1 -1
- package/_types/actions/wallet/prepareTransactionRequest.d.ts +5 -5
- package/_types/actions/wallet/prepareTransactionRequest.d.ts.map +1 -1
- package/_types/actions/wallet/writeContract.d.ts +1 -1
- package/_types/actions/wallet/writeContract.d.ts.map +1 -1
- package/_types/chains/celo/chainConfig.d.ts +312 -312
- package/_types/chains/celo/formatters.d.ts +312 -312
- package/_types/chains/celo/parsers.d.ts.map +1 -1
- package/_types/chains/celo/serializers.d.ts +1 -1
- package/_types/chains/celo/serializers.d.ts.map +1 -1
- package/_types/chains/celo/types.d.ts +39 -39
- package/_types/chains/celo/types.d.ts.map +1 -1
- package/_types/chains/definitions/ancient8.d.ts +217 -217
- package/_types/chains/definitions/ancient8Sepolia.d.ts +217 -217
- package/_types/chains/definitions/base.d.ts +217 -217
- package/_types/chains/definitions/baseGoerli.d.ts +217 -217
- package/_types/chains/definitions/baseSepolia.d.ts +217 -217
- package/_types/chains/definitions/celo.d.ts +312 -312
- package/_types/chains/definitions/celoAlfajores.d.ts +312 -312
- package/_types/chains/definitions/fraxtal.d.ts +217 -217
- package/_types/chains/definitions/fraxtalTestnet.d.ts +217 -217
- package/_types/chains/definitions/liskSepolia.d.ts +217 -217
- package/_types/chains/definitions/lukso.d.ts +6 -8
- package/_types/chains/definitions/lukso.d.ts.map +1 -1
- package/_types/chains/definitions/luksoTestnet.d.ts +35 -0
- package/_types/chains/definitions/luksoTestnet.d.ts.map +1 -0
- package/_types/chains/definitions/optimism.d.ts +217 -217
- package/_types/chains/definitions/optimismGoerli.d.ts +217 -217
- package/_types/chains/definitions/optimismSepolia.d.ts +217 -217
- package/_types/chains/definitions/pgn.d.ts +217 -217
- package/_types/chains/definitions/pgnTestnet.d.ts +217 -217
- package/_types/chains/definitions/rss3.d.ts +217 -217
- package/_types/chains/definitions/rss3Sepolia.d.ts +217 -217
- package/_types/chains/definitions/zkSync.d.ts +33 -33
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +42 -0
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts.map +1 -0
- package/_types/chains/definitions/zkSyncLocalNode.d.ts +42 -0
- package/_types/chains/definitions/zkSyncLocalNode.d.ts.map +1 -0
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +33 -33
- package/_types/chains/definitions/zkSyncTestnet.d.ts +33 -33
- package/_types/chains/definitions/zora.d.ts +217 -217
- package/_types/chains/definitions/zoraSepolia.d.ts +217 -217
- package/_types/chains/definitions/zoraTestnet.d.ts +217 -217
- package/_types/chains/index.d.ts +8 -5
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/chains/opStack/actions/buildDepositTransaction.d.ts +7 -7
- package/_types/chains/opStack/actions/buildDepositTransaction.d.ts.map +1 -1
- package/_types/chains/opStack/actions/buildInitiateWithdrawal.d.ts +3 -3
- package/_types/chains/opStack/actions/buildInitiateWithdrawal.d.ts.map +1 -1
- package/_types/chains/opStack/actions/depositTransaction.d.ts +1 -1
- package/_types/chains/opStack/actions/depositTransaction.d.ts.map +1 -1
- package/_types/chains/opStack/actions/estimateDepositTransactionGas.d.ts +1 -1
- package/_types/chains/opStack/actions/estimateDepositTransactionGas.d.ts.map +1 -1
- package/_types/chains/opStack/actions/estimateFinalizeWithdrawalGas.d.ts +1 -1
- package/_types/chains/opStack/actions/estimateFinalizeWithdrawalGas.d.ts.map +1 -1
- package/_types/chains/opStack/actions/estimateInitiateWithdrawalGas.d.ts +1 -1
- package/_types/chains/opStack/actions/estimateInitiateWithdrawalGas.d.ts.map +1 -1
- package/_types/chains/opStack/actions/estimateL1Fee.d.ts +1 -1
- package/_types/chains/opStack/actions/estimateL1Fee.d.ts.map +1 -1
- package/_types/chains/opStack/actions/estimateL1Gas.d.ts +1 -1
- package/_types/chains/opStack/actions/estimateL1Gas.d.ts.map +1 -1
- package/_types/chains/opStack/actions/estimateProveWithdrawalGas.d.ts +1 -1
- package/_types/chains/opStack/actions/estimateProveWithdrawalGas.d.ts.map +1 -1
- package/_types/chains/opStack/actions/finalizeWithdrawal.d.ts +1 -1
- package/_types/chains/opStack/actions/finalizeWithdrawal.d.ts.map +1 -1
- package/_types/chains/opStack/actions/getL1BaseFee.d.ts +2 -2
- package/_types/chains/opStack/actions/getL1BaseFee.d.ts.map +1 -1
- package/_types/chains/opStack/actions/getTimeToNextL2Output.d.ts +2 -2
- package/_types/chains/opStack/actions/getTimeToNextL2Output.d.ts.map +1 -1
- package/_types/chains/opStack/actions/getTimeToProve.d.ts +1 -1
- package/_types/chains/opStack/actions/getTimeToProve.d.ts.map +1 -1
- package/_types/chains/opStack/actions/proveWithdrawal.d.ts +1 -1
- package/_types/chains/opStack/actions/proveWithdrawal.d.ts.map +1 -1
- package/_types/chains/opStack/actions/waitForNextL2Output.d.ts +2 -2
- package/_types/chains/opStack/actions/waitForNextL2Output.d.ts.map +1 -1
- package/_types/chains/opStack/actions/waitToProve.d.ts +1 -1
- package/_types/chains/opStack/actions/waitToProve.d.ts.map +1 -1
- package/_types/chains/opStack/chainConfig.d.ts +217 -217
- package/_types/chains/opStack/decorators/publicL2.d.ts +3 -3
- package/_types/chains/opStack/decorators/publicL2.d.ts.map +1 -1
- package/_types/chains/opStack/formatters.d.ts +217 -217
- package/_types/chains/opStack/types/deposit.d.ts +6 -6
- package/_types/chains/opStack/types/deposit.d.ts.map +1 -1
- package/_types/chains/opStack/types/transaction.d.ts +4 -4
- package/_types/chains/opStack/types/transaction.d.ts.map +1 -1
- package/_types/chains/opStack/types/withdrawal.d.ts +2 -2
- package/_types/chains/opStack/types/withdrawal.d.ts.map +1 -1
- package/_types/chains/zksync/chainConfig.d.ts +33 -33
- package/_types/chains/zksync/formatters.d.ts +33 -33
- package/_types/chains/zksync/serializers.d.ts +1 -1
- package/_types/chains/zksync/serializers.d.ts.map +1 -1
- package/_types/chains/zksync/types/eip712.d.ts +4 -4
- package/_types/chains/zksync/types/eip712.d.ts.map +1 -1
- package/_types/chains/zksync/types/transaction.d.ts +21 -21
- package/_types/chains/zksync/types/transaction.d.ts.map +1 -1
- package/_types/chains/zksync/utils/assertEip712Request.d.ts +2 -1
- package/_types/chains/zksync/utils/assertEip712Request.d.ts.map +1 -1
- package/_types/chains/zksync/utils/assertEip712Transaction.d.ts +2 -1
- package/_types/chains/zksync/utils/assertEip712Transaction.d.ts.map +1 -1
- package/_types/chains/zksync/utils/isEip712Transaction.d.ts +2 -1
- package/_types/chains/zksync/utils/isEip712Transaction.d.ts.map +1 -1
- package/_types/clients/createClient.d.ts +2 -2
- package/_types/clients/createClient.d.ts.map +1 -1
- package/_types/clients/decorators/public.d.ts +7 -7
- package/_types/clients/decorators/public.d.ts.map +1 -1
- package/_types/clients/decorators/test.d.ts +1 -1
- package/_types/clients/decorators/test.d.ts.map +1 -1
- package/_types/clients/transports/createTransport.d.ts +9 -9
- package/_types/clients/transports/createTransport.d.ts.map +1 -1
- package/_types/clients/transports/custom.d.ts +4 -4
- package/_types/clients/transports/custom.d.ts.map +1 -1
- package/_types/clients/transports/fallback.d.ts +17 -17
- package/_types/clients/transports/fallback.d.ts.map +1 -1
- package/_types/clients/transports/http.d.ts +13 -13
- package/_types/clients/transports/http.d.ts.map +1 -1
- package/_types/clients/transports/ipc.d.ts +6 -6
- package/_types/clients/transports/ipc.d.ts.map +1 -1
- package/_types/clients/transports/webSocket.d.ts +6 -6
- package/_types/clients/transports/webSocket.d.ts.map +1 -1
- package/_types/errors/abi.d.ts +6 -6
- package/_types/errors/abi.d.ts.map +1 -1
- package/_types/errors/account.d.ts +1 -1
- package/_types/errors/account.d.ts.map +1 -1
- package/_types/errors/base.d.ts +9 -9
- package/_types/errors/base.d.ts.map +1 -1
- package/_types/errors/block.d.ts +2 -2
- package/_types/errors/block.d.ts.map +1 -1
- package/_types/errors/chain.d.ts +3 -3
- package/_types/errors/chain.d.ts.map +1 -1
- package/_types/errors/contract.d.ts +20 -20
- package/_types/errors/contract.d.ts.map +1 -1
- package/_types/errors/encoding.d.ts +3 -3
- package/_types/errors/encoding.d.ts.map +1 -1
- package/_types/errors/estimateGas.d.ts +3 -3
- package/_types/errors/estimateGas.d.ts.map +1 -1
- package/_types/errors/node.d.ts +27 -27
- package/_types/errors/node.d.ts.map +1 -1
- package/_types/errors/request.d.ts +7 -7
- package/_types/errors/request.d.ts.map +1 -1
- package/_types/errors/rpc.d.ts +5 -5
- package/_types/errors/rpc.d.ts.map +1 -1
- package/_types/errors/transaction.d.ts +7 -7
- package/_types/errors/transaction.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/index.d.ts +1 -1
- package/_types/index.d.ts.map +1 -1
- package/_types/types/block.d.ts +3 -3
- package/_types/types/block.d.ts.map +1 -1
- package/_types/types/chain.d.ts +1 -1
- package/_types/types/chain.d.ts.map +1 -1
- package/_types/types/contract.d.ts +5 -5
- package/_types/types/contract.d.ts.map +1 -1
- package/_types/types/eip1193.d.ts +29 -29
- package/_types/types/eip1193.d.ts.map +1 -1
- package/_types/types/ens.d.ts +1 -1
- package/_types/types/ens.d.ts.map +1 -1
- package/_types/types/fee.d.ts +6 -6
- package/_types/types/fee.d.ts.map +1 -1
- package/_types/types/filter.d.ts +9 -9
- package/_types/types/filter.d.ts.map +1 -1
- package/_types/types/kzg.d.ts +1 -1
- package/_types/types/kzg.d.ts.map +1 -1
- package/_types/types/misc.d.ts +2 -2
- package/_types/types/misc.d.ts.map +1 -1
- package/_types/types/rpc.d.ts +16 -16
- package/_types/types/rpc.d.ts.map +1 -1
- package/_types/types/stateOverride.d.ts +5 -5
- package/_types/types/stateOverride.d.ts.map +1 -1
- package/_types/types/transaction.d.ts +56 -56
- package/_types/types/transaction.d.ts.map +1 -1
- package/_types/types/typedData.d.ts +1 -1
- package/_types/types/typedData.d.ts.map +1 -1
- package/_types/types/utils.d.ts +6 -3
- package/_types/types/utils.d.ts.map +1 -1
- package/_types/types/window.d.ts +1 -1
- package/_types/types/window.d.ts.map +1 -1
- package/_types/utils/abi/decodeEventLog.d.ts +1 -1
- package/_types/utils/abi/decodeEventLog.d.ts.map +1 -1
- package/_types/utils/abi/decodeFunctionResult.d.ts +2 -2
- package/_types/utils/abi/decodeFunctionResult.d.ts.map +1 -1
- package/_types/utils/abi/encodeErrorResult.d.ts +2 -2
- package/_types/utils/abi/encodeErrorResult.d.ts.map +1 -1
- package/_types/utils/abi/encodeEventTopics.d.ts +2 -2
- package/_types/utils/abi/encodeEventTopics.d.ts.map +1 -1
- package/_types/utils/abi/encodeFunctionData.d.ts +2 -2
- package/_types/utils/abi/encodeFunctionData.d.ts.map +1 -1
- package/_types/utils/abi/encodeFunctionResult.d.ts +2 -2
- package/_types/utils/abi/encodeFunctionResult.d.ts.map +1 -1
- package/_types/utils/abi/formatAbiItem.d.ts +2 -2
- package/_types/utils/abi/formatAbiItem.d.ts.map +1 -1
- package/_types/utils/abi/formatAbiItemWithArgs.d.ts +2 -2
- package/_types/utils/abi/formatAbiItemWithArgs.d.ts.map +1 -1
- package/_types/utils/address/getAddress.d.ts +1 -1
- package/_types/utils/address/getAddress.d.ts.map +1 -1
- package/_types/utils/address/getContractAddress.d.ts +1 -1
- package/_types/utils/address/getContractAddress.d.ts.map +1 -1
- package/_types/utils/address/isAddress.d.ts +1 -1
- package/_types/utils/address/isAddress.d.ts.map +1 -1
- package/_types/utils/blob/commitmentToVersionedHash.d.ts +1 -1
- package/_types/utils/blob/commitmentToVersionedHash.d.ts.map +1 -1
- package/_types/utils/blob/commitmentsToVersionedHashes.d.ts +1 -1
- package/_types/utils/blob/commitmentsToVersionedHashes.d.ts.map +1 -1
- package/_types/utils/blob/sidecarsToVersionedHashes.d.ts +1 -1
- package/_types/utils/blob/sidecarsToVersionedHashes.d.ts.map +1 -1
- package/_types/utils/chain/assertCurrentChain.d.ts +1 -1
- package/_types/utils/chain/assertCurrentChain.d.ts.map +1 -1
- package/_types/utils/chain/getChainContractAddress.d.ts +1 -1
- package/_types/utils/chain/getChainContractAddress.d.ts.map +1 -1
- package/_types/utils/cursor.d.ts +1 -1
- package/_types/utils/cursor.d.ts.map +1 -1
- package/_types/utils/data/isHex.d.ts +1 -1
- package/_types/utils/data/isHex.d.ts.map +1 -1
- package/_types/utils/data/pad.d.ts +2 -2
- package/_types/utils/data/pad.d.ts.map +1 -1
- package/_types/utils/data/slice.d.ts +6 -6
- package/_types/utils/data/slice.d.ts.map +1 -1
- package/_types/utils/data/trim.d.ts +1 -1
- package/_types/utils/data/trim.d.ts.map +1 -1
- package/_types/utils/encoding/fromBytes.d.ts +5 -5
- package/_types/utils/encoding/fromBytes.d.ts.map +1 -1
- package/_types/utils/encoding/fromHex.d.ts +5 -5
- package/_types/utils/encoding/fromHex.d.ts.map +1 -1
- package/_types/utils/encoding/toBytes.d.ts +5 -5
- package/_types/utils/encoding/toBytes.d.ts.map +1 -1
- package/_types/utils/encoding/toHex.d.ts +7 -7
- package/_types/utils/encoding/toHex.d.ts.map +1 -1
- package/_types/utils/ens/avatar/parseAvatarRecord.d.ts +1 -1
- package/_types/utils/ens/avatar/parseAvatarRecord.d.ts.map +1 -1
- package/_types/utils/errors/getCallError.d.ts +2 -2
- package/_types/utils/errors/getCallError.d.ts.map +1 -1
- package/_types/utils/errors/getContractError.d.ts +3 -3
- package/_types/utils/errors/getContractError.d.ts.map +1 -1
- package/_types/utils/errors/getEstimateGasError.d.ts +3 -3
- package/_types/utils/errors/getEstimateGasError.d.ts.map +1 -1
- package/_types/utils/errors/getNodeError.d.ts +2 -1
- package/_types/utils/errors/getNodeError.d.ts.map +1 -1
- package/_types/utils/errors/getTransactionError.d.ts +2 -2
- package/_types/utils/errors/getTransactionError.d.ts.map +1 -1
- package/_types/utils/formatters/block.d.ts +3 -3
- package/_types/utils/formatters/block.d.ts.map +1 -1
- package/_types/utils/formatters/extract.d.ts +1 -1
- package/_types/utils/formatters/extract.d.ts.map +1 -1
- package/_types/utils/formatters/formatter.d.ts.map +1 -1
- package/_types/utils/formatters/log.d.ts +4 -3
- package/_types/utils/formatters/log.d.ts.map +1 -1
- package/_types/utils/formatters/proof.d.ts +2 -1
- package/_types/utils/formatters/proof.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +3 -3
- package/_types/utils/formatters/transaction.d.ts.map +1 -1
- package/_types/utils/formatters/transactionReceipt.d.ts +3 -2
- package/_types/utils/formatters/transactionReceipt.d.ts.map +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +3 -2
- package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
- package/_types/utils/hash/keccak256.d.ts +1 -1
- package/_types/utils/hash/keccak256.d.ts.map +1 -1
- package/_types/utils/hash/ripemd160.d.ts +1 -1
- package/_types/utils/hash/ripemd160.d.ts.map +1 -1
- package/_types/utils/hash/sha256.d.ts +1 -1
- package/_types/utils/hash/sha256.d.ts.map +1 -1
- package/_types/utils/poll.d.ts +2 -2
- package/_types/utils/poll.d.ts.map +1 -1
- package/_types/utils/promise/createBatchScheduler.d.ts +4 -4
- package/_types/utils/promise/createBatchScheduler.d.ts.map +1 -1
- package/_types/utils/promise/withCache.d.ts +1 -1
- package/_types/utils/promise/withCache.d.ts.map +1 -1
- package/_types/utils/promise/withRetry.d.ts +4 -4
- package/_types/utils/promise/withRetry.d.ts.map +1 -1
- package/_types/utils/promise/withTimeout.d.ts +4 -4
- package/_types/utils/promise/withTimeout.d.ts.map +1 -1
- package/_types/utils/rpc/http.d.ts +6 -6
- package/_types/utils/rpc/http.d.ts.map +1 -1
- package/_types/utils/rpc/socket.d.ts +2 -2
- package/_types/utils/rpc/socket.d.ts.map +1 -1
- package/_types/utils/signature/hashMessage.d.ts +1 -1
- package/_types/utils/signature/hashMessage.d.ts.map +1 -1
- package/_types/utils/transaction/assertRequest.d.ts +2 -1
- package/_types/utils/transaction/assertRequest.d.ts.map +1 -1
- package/_types/utils/transaction/getTransactionType.d.ts +4 -4
- package/_types/utils/transaction/getTransactionType.d.ts.map +1 -1
- package/_types/utils/transaction/serializeAccessList.d.ts +1 -1
- package/_types/utils/transaction/serializeAccessList.d.ts.map +1 -1
- package/_types/utils/transaction/serializeTransaction.d.ts +2 -2
- package/_types/utils/transaction/serializeTransaction.d.ts.map +1 -1
- package/_types/utils/typedData.d.ts +1 -1
- package/_types/utils/typedData.d.ts.map +1 -1
- package/accounts/generateMnemonic.ts +1 -1
- package/accounts/types.ts +12 -10
- package/accounts/utils/signTransaction.ts +1 -1
- package/actions/ens/getEnsAddress.ts +4 -4
- package/actions/ens/getEnsAvatar.ts +1 -1
- package/actions/ens/getEnsName.ts +3 -3
- package/actions/ens/getEnsResolver.ts +1 -1
- package/actions/ens/getEnsText.ts +3 -3
- package/actions/getContract.ts +3 -3
- package/actions/public/call.ts +16 -12
- package/actions/public/createContractEventFilter.ts +9 -6
- package/actions/public/createEventFilter.ts +21 -21
- package/actions/public/estimateFeesPerGas.ts +4 -4
- package/actions/public/estimateGas.ts +5 -5
- package/actions/public/estimateMaxPriorityFeePerGas.ts +11 -7
- package/actions/public/getBalance.ts +4 -4
- package/actions/public/getBlock.ts +10 -10
- package/actions/public/getBlockNumber.ts +1 -1
- package/actions/public/getBlockTransactionCount.ts +9 -9
- package/actions/public/getBytecode.ts +4 -4
- package/actions/public/getContractEvents.ts +4 -4
- package/actions/public/getFeeHistory.ts +4 -4
- package/actions/public/getLogs.ts +17 -17
- package/actions/public/getProof.ts +4 -4
- package/actions/public/getStorageAt.ts +4 -4
- package/actions/public/getTransaction.ts +13 -13
- package/actions/public/getTransactionConfirmations.ts +2 -2
- package/actions/public/getTransactionCount.ts +4 -4
- package/actions/public/simulateContract.ts +3 -3
- package/actions/public/waitForTransactionReceipt.ts +6 -6
- package/actions/public/watchBlockNumber.ts +2 -2
- package/actions/public/watchBlocks.ts +1 -1
- package/actions/public/watchContractEvent.ts +75 -59
- package/actions/public/watchEvent.ts +14 -14
- package/actions/public/watchPendingTransactions.ts +2 -2
- package/actions/test/mine.ts +1 -1
- package/actions/test/reset.ts +2 -2
- package/actions/wallet/prepareTransactionRequest.ts +5 -4
- package/actions/wallet/writeContract.ts +1 -1
- package/chains/celo/parsers.ts +3 -2
- package/chains/celo/serializers.ts +3 -3
- package/chains/celo/types.ts +37 -37
- package/chains/definitions/lukso.ts +6 -0
- package/chains/definitions/luksoTestnet.ts +31 -0
- package/chains/definitions/zkSyncInMemoryNode.ts +14 -0
- package/chains/definitions/zkSyncLocalNode.ts +14 -0
- package/chains/index.ts +8 -5
- package/chains/opStack/actions/buildDepositTransaction.ts +7 -7
- package/chains/opStack/actions/buildInitiateWithdrawal.ts +3 -3
- package/chains/opStack/actions/depositTransaction.ts +1 -1
- package/chains/opStack/actions/estimateDepositTransactionGas.ts +1 -1
- package/chains/opStack/actions/estimateFinalizeWithdrawalGas.ts +1 -1
- package/chains/opStack/actions/estimateInitiateWithdrawalGas.ts +1 -1
- package/chains/opStack/actions/estimateL1Fee.ts +1 -1
- package/chains/opStack/actions/estimateL1Gas.ts +1 -1
- package/chains/opStack/actions/estimateProveWithdrawalGas.ts +1 -1
- package/chains/opStack/actions/finalizeWithdrawal.ts +1 -1
- package/chains/opStack/actions/getL1BaseFee.ts +2 -2
- package/chains/opStack/actions/getTimeToNextL2Output.ts +2 -2
- package/chains/opStack/actions/getTimeToProve.ts +3 -1
- package/chains/opStack/actions/proveWithdrawal.ts +1 -1
- package/chains/opStack/actions/waitForNextL2Output.ts +4 -2
- package/chains/opStack/actions/waitToProve.ts +1 -1
- package/chains/opStack/decorators/publicL2.ts +3 -3
- package/chains/opStack/types/deposit.ts +6 -6
- package/chains/opStack/types/transaction.ts +4 -4
- package/chains/opStack/types/withdrawal.ts +2 -2
- package/chains/zksync/formatters.ts +1 -1
- package/chains/zksync/serializers.ts +1 -1
- package/chains/zksync/types/eip712.ts +4 -4
- package/chains/zksync/types/transaction.ts +21 -21
- package/chains/zksync/utils/assertEip712Request.ts +2 -1
- package/chains/zksync/utils/assertEip712Transaction.ts +2 -1
- package/chains/zksync/utils/isEip712Transaction.ts +2 -1
- package/clients/createClient.ts +3 -3
- package/clients/decorators/public.ts +23 -21
- package/clients/decorators/test.ts +1 -1
- package/clients/transports/createTransport.ts +9 -9
- package/clients/transports/custom.ts +4 -4
- package/clients/transports/fallback.ts +28 -26
- package/clients/transports/http.ts +13 -13
- package/clients/transports/ipc.ts +6 -6
- package/clients/transports/webSocket.ts +6 -6
- package/errors/abi.ts +12 -3
- package/errors/account.ts +1 -1
- package/errors/base.ts +13 -10
- package/errors/block.ts +2 -2
- package/errors/chain.ts +3 -3
- package/errors/contract.ts +26 -15
- package/errors/encoding.ts +3 -3
- package/errors/estimateGas.ts +3 -3
- package/errors/node.ts +35 -14
- package/errors/request.ts +7 -7
- package/errors/rpc.ts +5 -5
- package/errors/transaction.ts +7 -7
- package/errors/version.ts +1 -1
- package/index.ts +2 -0
- package/package.json +1 -1
- package/types/block.ts +3 -3
- package/types/chain.ts +1 -1
- package/types/contract.ts +7 -5
- package/types/eip1193.ts +42 -38
- package/types/ens.ts +1 -1
- package/types/fee.ts +6 -6
- package/types/filter.ts +9 -9
- package/types/kzg.ts +1 -1
- package/types/misc.ts +2 -2
- package/types/rpc.ts +16 -16
- package/types/stateOverride.ts +5 -5
- package/types/transaction.ts +63 -56
- package/types/typedData.ts +1 -1
- package/types/utils.ts +9 -3
- package/types/window.ts +1 -1
- package/utils/abi/decodeEventLog.ts +1 -1
- package/utils/abi/decodeFunctionResult.ts +2 -2
- package/utils/abi/encodeErrorResult.ts +2 -2
- package/utils/abi/encodeEventTopics.ts +2 -2
- package/utils/abi/encodeFunctionData.ts +2 -2
- package/utils/abi/encodeFunctionResult.ts +2 -2
- package/utils/abi/formatAbiItem.ts +2 -2
- package/utils/abi/formatAbiItemWithArgs.ts +2 -2
- package/utils/address/getAddress.ts +4 -1
- package/utils/address/getContractAddress.ts +1 -1
- package/utils/address/isAddress.ts +1 -1
- package/utils/blob/commitmentToVersionedHash.ts +1 -1
- package/utils/blob/commitmentsToVersionedHashes.ts +1 -1
- package/utils/blob/sidecarsToVersionedHashes.ts +1 -1
- package/utils/chain/assertCurrentChain.ts +1 -1
- package/utils/chain/getChainContractAddress.ts +1 -1
- package/utils/cursor.ts +1 -1
- package/utils/data/isHex.ts +1 -1
- package/utils/data/pad.ts +2 -2
- package/utils/data/slice.ts +15 -11
- package/utils/data/trim.ts +1 -1
- package/utils/encoding/fromBytes.ts +5 -5
- package/utils/encoding/fromHex.ts +5 -5
- package/utils/encoding/toBytes.ts +8 -5
- package/utils/encoding/toHex.ts +7 -7
- package/utils/ens/avatar/parseAvatarRecord.ts +2 -2
- package/utils/errors/getCallError.ts +2 -2
- package/utils/errors/getContractError.ts +3 -3
- package/utils/errors/getEstimateGasError.ts +3 -3
- package/utils/errors/getNodeError.ts +4 -1
- package/utils/errors/getTransactionError.ts +2 -2
- package/utils/formatters/block.ts +2 -2
- package/utils/formatters/extract.ts +1 -1
- package/utils/formatters/formatter.ts +1 -1
- package/utils/formatters/log.ts +6 -2
- package/utils/formatters/proof.ts +2 -1
- package/utils/formatters/transaction.ts +2 -2
- package/utils/formatters/transactionReceipt.ts +2 -1
- package/utils/formatters/transactionRequest.ts +4 -1
- package/utils/hash/keccak256.ts +1 -1
- package/utils/hash/ripemd160.ts +1 -1
- package/utils/hash/sha256.ts +1 -1
- package/utils/poll.ts +2 -2
- package/utils/promise/createBatchScheduler.ts +6 -6
- package/utils/promise/withCache.ts +1 -1
- package/utils/promise/withRetry.ts +14 -9
- package/utils/promise/withTimeout.ts +6 -4
- package/utils/rpc/http.ts +7 -7
- package/utils/rpc/socket.ts +2 -2
- package/utils/signature/hashMessage.ts +1 -1
- package/utils/transaction/assertRequest.ts +4 -1
- package/utils/transaction/getTransactionType.ts +10 -4
- package/utils/transaction/parseTransaction.ts +1 -1
- package/utils/transaction/serializeAccessList.ts +1 -1
- package/utils/transaction/serializeTransaction.ts +6 -6
- package/utils/typedData.ts +1 -1
@@ -31,7 +31,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
31
31
|
formatters: {
|
32
32
|
readonly block: {
|
33
33
|
exclude: [] | undefined;
|
34
|
-
format: (args: import("../index.js").Assign<
|
34
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").ZkSyncRpcBlockOverrides & {
|
35
35
|
transactions: `0x${string}`[] | import("../index.js").ZkSyncRpcTransaction[];
|
36
36
|
}>) => {
|
37
37
|
baseFeePerGas: bigint | null;
|
@@ -67,7 +67,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
67
67
|
};
|
68
68
|
readonly transaction: {
|
69
69
|
exclude: [] | undefined;
|
70
|
-
format: (args: import("../index.js").Assign<
|
70
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransaction>, import("../index.js").ZkSyncRpcTransaction>) => ({
|
71
71
|
r: `0x${string}`;
|
72
72
|
s: `0x${string}`;
|
73
73
|
v: bigint;
|
@@ -436,12 +436,12 @@ export declare const zkSyncSepoliaTestnet: {
|
|
436
436
|
};
|
437
437
|
readonly transactionReceipt: {
|
438
438
|
exclude: [] | undefined;
|
439
|
-
format: (args: import("../index.js").Assign<
|
439
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").ZkSyncRpcTransactionReceiptOverrides>) => {
|
440
440
|
blobGasPrice?: bigint | undefined;
|
441
441
|
blobGasUsed?: bigint | undefined;
|
442
442
|
blockHash: `0x${string}`;
|
443
443
|
blockNumber: bigint;
|
444
|
-
contractAddress: `0x${string}` | null;
|
444
|
+
contractAddress: `0x${string}` | null | undefined;
|
445
445
|
cumulativeGasUsed: bigint;
|
446
446
|
effectiveGasPrice: bigint;
|
447
447
|
from: `0x${string}`;
|
@@ -464,7 +464,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
464
464
|
exclude: ("gasPerPubdata" | "paymaster" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
|
465
465
|
format: (args: ({
|
466
466
|
data?: `0x${string}` | undefined;
|
467
|
-
from?: `0x${string}
|
467
|
+
from?: `0x${string}`;
|
468
468
|
gas?: bigint | undefined;
|
469
469
|
nonce?: number | undefined;
|
470
470
|
to?: `0x${string}` | null | undefined;
|
@@ -498,7 +498,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
498
498
|
factoryDeps?: undefined;
|
499
499
|
}) | ({
|
500
500
|
data?: `0x${string}` | undefined;
|
501
|
-
from?: `0x${string}
|
501
|
+
from?: `0x${string}`;
|
502
502
|
gas?: bigint | undefined;
|
503
503
|
nonce?: number | undefined;
|
504
504
|
to?: `0x${string}` | null | undefined;
|
@@ -532,7 +532,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
532
532
|
factoryDeps?: undefined;
|
533
533
|
}) | ({
|
534
534
|
data?: `0x${string}` | undefined;
|
535
|
-
from?: `0x${string}
|
535
|
+
from?: `0x${string}`;
|
536
536
|
gas?: bigint | undefined;
|
537
537
|
nonce?: number | undefined;
|
538
538
|
to?: `0x${string}` | null | undefined;
|
@@ -566,7 +566,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
566
566
|
factoryDeps?: undefined;
|
567
567
|
}) | ({
|
568
568
|
data?: `0x${string}` | undefined;
|
569
|
-
from?: `0x${string}
|
569
|
+
from?: `0x${string}`;
|
570
570
|
gas?: bigint | undefined;
|
571
571
|
nonce?: number | undefined;
|
572
572
|
to?: `0x${string}` | null | undefined;
|
@@ -578,7 +578,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
578
578
|
accessList?: undefined;
|
579
579
|
blobs?: undefined;
|
580
580
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
581
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> &
|
581
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
582
582
|
gasPerPubdata?: bigint | undefined;
|
583
583
|
customSignature?: `0x${string}` | undefined;
|
584
584
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -588,7 +588,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
588
588
|
paymasterInput: `0x${string}`;
|
589
589
|
}) | ({
|
590
590
|
data?: `0x${string}` | undefined;
|
591
|
-
from?: `0x${string}
|
591
|
+
from?: `0x${string}`;
|
592
592
|
gas?: bigint | undefined;
|
593
593
|
nonce?: number | undefined;
|
594
594
|
to?: `0x${string}` | null | undefined;
|
@@ -600,7 +600,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
600
600
|
accessList?: undefined;
|
601
601
|
blobs?: undefined;
|
602
602
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
603
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> &
|
603
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
604
604
|
gasPerPubdata?: bigint | undefined;
|
605
605
|
customSignature?: `0x${string}` | undefined;
|
606
606
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -610,7 +610,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
610
610
|
paymasterInput?: undefined;
|
611
611
|
}) | ({
|
612
612
|
data?: `0x${string}` | undefined;
|
613
|
-
from?: `0x${string}
|
613
|
+
from?: `0x${string}`;
|
614
614
|
gas?: bigint | undefined;
|
615
615
|
nonce?: number | undefined;
|
616
616
|
to?: `0x${string}` | null | undefined;
|
@@ -644,7 +644,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
644
644
|
factoryDeps?: undefined;
|
645
645
|
}) | ({
|
646
646
|
data?: `0x${string}` | undefined;
|
647
|
-
from?: `0x${string}
|
647
|
+
from?: `0x${string}`;
|
648
648
|
gas?: bigint | undefined;
|
649
649
|
nonce?: number | undefined;
|
650
650
|
to?: `0x${string}` | null | undefined;
|
@@ -678,7 +678,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
678
678
|
factoryDeps?: undefined;
|
679
679
|
}) | ({
|
680
680
|
data?: `0x${string}` | undefined;
|
681
|
-
from?: `0x${string}
|
681
|
+
from?: `0x${string}`;
|
682
682
|
gas?: bigint | undefined;
|
683
683
|
nonce?: number | undefined;
|
684
684
|
to?: `0x${string}` | null | undefined;
|
@@ -712,7 +712,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
712
712
|
factoryDeps?: undefined;
|
713
713
|
}) | ({
|
714
714
|
data?: `0x${string}` | undefined;
|
715
|
-
from?: `0x${string}
|
715
|
+
from?: `0x${string}`;
|
716
716
|
gas?: bigint | undefined;
|
717
717
|
nonce?: number | undefined;
|
718
718
|
to?: `0x${string}` | null | undefined;
|
@@ -724,7 +724,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
724
724
|
accessList?: import("../../index.js").AccessList | undefined;
|
725
725
|
blobs?: undefined;
|
726
726
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
727
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> &
|
727
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
728
728
|
gasPerPubdata?: bigint | undefined;
|
729
729
|
customSignature?: `0x${string}` | undefined;
|
730
730
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -734,7 +734,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
734
734
|
paymasterInput: `0x${string}`;
|
735
735
|
}) | ({
|
736
736
|
data?: `0x${string}` | undefined;
|
737
|
-
from?: `0x${string}
|
737
|
+
from?: `0x${string}`;
|
738
738
|
gas?: bigint | undefined;
|
739
739
|
nonce?: number | undefined;
|
740
740
|
to?: `0x${string}` | null | undefined;
|
@@ -746,7 +746,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
746
746
|
accessList?: import("../../index.js").AccessList | undefined;
|
747
747
|
blobs?: undefined;
|
748
748
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
749
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> &
|
749
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
750
750
|
gasPerPubdata?: bigint | undefined;
|
751
751
|
customSignature?: `0x${string}` | undefined;
|
752
752
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -756,7 +756,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
756
756
|
paymasterInput?: undefined;
|
757
757
|
}) | ({
|
758
758
|
data?: `0x${string}` | undefined;
|
759
|
-
from?: `0x${string}
|
759
|
+
from?: `0x${string}`;
|
760
760
|
gas?: bigint | undefined;
|
761
761
|
nonce?: number | undefined;
|
762
762
|
to?: `0x${string}` | null | undefined;
|
@@ -790,7 +790,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
790
790
|
factoryDeps?: undefined;
|
791
791
|
}) | ({
|
792
792
|
data?: `0x${string}` | undefined;
|
793
|
-
from?: `0x${string}
|
793
|
+
from?: `0x${string}`;
|
794
794
|
gas?: bigint | undefined;
|
795
795
|
nonce?: number | undefined;
|
796
796
|
to?: `0x${string}` | null | undefined;
|
@@ -824,7 +824,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
824
824
|
factoryDeps?: undefined;
|
825
825
|
}) | ({
|
826
826
|
data?: `0x${string}` | undefined;
|
827
|
-
from?: `0x${string}
|
827
|
+
from?: `0x${string}`;
|
828
828
|
gas?: bigint | undefined;
|
829
829
|
nonce?: number | undefined;
|
830
830
|
to?: `0x${string}` | null | undefined;
|
@@ -858,7 +858,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
858
858
|
factoryDeps?: undefined;
|
859
859
|
}) | ({
|
860
860
|
data?: `0x${string}` | undefined;
|
861
|
-
from?: `0x${string}
|
861
|
+
from?: `0x${string}`;
|
862
862
|
gas?: bigint | undefined;
|
863
863
|
nonce?: number | undefined;
|
864
864
|
to?: `0x${string}` | null | undefined;
|
@@ -870,7 +870,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
870
870
|
accessList?: import("../../index.js").AccessList | undefined;
|
871
871
|
blobs?: undefined;
|
872
872
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
873
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> &
|
873
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
874
874
|
gasPerPubdata?: bigint | undefined;
|
875
875
|
customSignature?: `0x${string}` | undefined;
|
876
876
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -880,7 +880,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
880
880
|
paymasterInput: `0x${string}`;
|
881
881
|
}) | ({
|
882
882
|
data?: `0x${string}` | undefined;
|
883
|
-
from?: `0x${string}
|
883
|
+
from?: `0x${string}`;
|
884
884
|
gas?: bigint | undefined;
|
885
885
|
nonce?: number | undefined;
|
886
886
|
to?: `0x${string}` | null | undefined;
|
@@ -892,7 +892,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
892
892
|
accessList?: import("../../index.js").AccessList | undefined;
|
893
893
|
blobs?: undefined;
|
894
894
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
895
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> &
|
895
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
896
896
|
gasPerPubdata?: bigint | undefined;
|
897
897
|
customSignature?: `0x${string}` | undefined;
|
898
898
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -902,7 +902,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
902
902
|
paymasterInput?: undefined;
|
903
903
|
}) | ({
|
904
904
|
data?: `0x${string}` | undefined;
|
905
|
-
from?: `0x${string}
|
905
|
+
from?: `0x${string}`;
|
906
906
|
gas?: bigint | undefined;
|
907
907
|
nonce?: number | undefined;
|
908
908
|
value?: bigint | undefined;
|
@@ -936,7 +936,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
936
936
|
factoryDeps?: undefined;
|
937
937
|
}) | ({
|
938
938
|
data?: `0x${string}` | undefined;
|
939
|
-
from?: `0x${string}
|
939
|
+
from?: `0x${string}`;
|
940
940
|
gas?: bigint | undefined;
|
941
941
|
nonce?: number | undefined;
|
942
942
|
value?: bigint | undefined;
|
@@ -970,7 +970,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
970
970
|
factoryDeps?: undefined;
|
971
971
|
}) | ({
|
972
972
|
data?: `0x${string}` | undefined;
|
973
|
-
from?: `0x${string}
|
973
|
+
from?: `0x${string}`;
|
974
974
|
gas?: bigint | undefined;
|
975
975
|
nonce?: number | undefined;
|
976
976
|
value?: bigint | undefined;
|
@@ -1004,7 +1004,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
1004
1004
|
factoryDeps?: undefined;
|
1005
1005
|
}) | ({
|
1006
1006
|
data?: `0x${string}` | undefined;
|
1007
|
-
from?: `0x${string}
|
1007
|
+
from?: `0x${string}`;
|
1008
1008
|
gas?: bigint | undefined;
|
1009
1009
|
nonce?: number | undefined;
|
1010
1010
|
value?: bigint | undefined;
|
@@ -1038,7 +1038,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
1038
1038
|
factoryDeps?: undefined;
|
1039
1039
|
}) | ({
|
1040
1040
|
data?: `0x${string}` | undefined;
|
1041
|
-
from?: `0x${string}
|
1041
|
+
from?: `0x${string}`;
|
1042
1042
|
gas?: bigint | undefined;
|
1043
1043
|
nonce?: number | undefined;
|
1044
1044
|
value?: bigint | undefined;
|
@@ -1050,7 +1050,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
1050
1050
|
accessList?: import("../../index.js").AccessList | undefined;
|
1051
1051
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1052
1052
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1053
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> &
|
1053
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1054
1054
|
gasPerPubdata?: bigint | undefined;
|
1055
1055
|
customSignature?: `0x${string}` | undefined;
|
1056
1056
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -1060,7 +1060,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
1060
1060
|
paymasterInput: `0x${string}`;
|
1061
1061
|
}) | ({
|
1062
1062
|
data?: `0x${string}` | undefined;
|
1063
|
-
from?: `0x${string}
|
1063
|
+
from?: `0x${string}`;
|
1064
1064
|
gas?: bigint | undefined;
|
1065
1065
|
nonce?: number | undefined;
|
1066
1066
|
value?: bigint | undefined;
|
@@ -1072,7 +1072,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
1072
1072
|
accessList?: import("../../index.js").AccessList | undefined;
|
1073
1073
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1074
1074
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1075
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> &
|
1075
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1076
1076
|
gasPerPubdata?: bigint | undefined;
|
1077
1077
|
customSignature?: `0x${string}` | undefined;
|
1078
1078
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -32,7 +32,7 @@ export declare const zkSyncTestnet: {
|
|
32
32
|
formatters: {
|
33
33
|
readonly block: {
|
34
34
|
exclude: [] | undefined;
|
35
|
-
format: (args: import("../index.js").Assign<
|
35
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").ZkSyncRpcBlockOverrides & {
|
36
36
|
transactions: `0x${string}`[] | import("../index.js").ZkSyncRpcTransaction[];
|
37
37
|
}>) => {
|
38
38
|
baseFeePerGas: bigint | null;
|
@@ -68,7 +68,7 @@ export declare const zkSyncTestnet: {
|
|
68
68
|
};
|
69
69
|
readonly transaction: {
|
70
70
|
exclude: [] | undefined;
|
71
|
-
format: (args: import("../index.js").Assign<
|
71
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransaction>, import("../index.js").ZkSyncRpcTransaction>) => ({
|
72
72
|
r: `0x${string}`;
|
73
73
|
s: `0x${string}`;
|
74
74
|
v: bigint;
|
@@ -437,12 +437,12 @@ export declare const zkSyncTestnet: {
|
|
437
437
|
};
|
438
438
|
readonly transactionReceipt: {
|
439
439
|
exclude: [] | undefined;
|
440
|
-
format: (args: import("../index.js").Assign<
|
440
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").ZkSyncRpcTransactionReceiptOverrides>) => {
|
441
441
|
blobGasPrice?: bigint | undefined;
|
442
442
|
blobGasUsed?: bigint | undefined;
|
443
443
|
blockHash: `0x${string}`;
|
444
444
|
blockNumber: bigint;
|
445
|
-
contractAddress: `0x${string}` | null;
|
445
|
+
contractAddress: `0x${string}` | null | undefined;
|
446
446
|
cumulativeGasUsed: bigint;
|
447
447
|
effectiveGasPrice: bigint;
|
448
448
|
from: `0x${string}`;
|
@@ -465,7 +465,7 @@ export declare const zkSyncTestnet: {
|
|
465
465
|
exclude: ("gasPerPubdata" | "paymaster" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
|
466
466
|
format: (args: ({
|
467
467
|
data?: `0x${string}` | undefined;
|
468
|
-
from?: `0x${string}
|
468
|
+
from?: `0x${string}`;
|
469
469
|
gas?: bigint | undefined;
|
470
470
|
nonce?: number | undefined;
|
471
471
|
to?: `0x${string}` | null | undefined;
|
@@ -499,7 +499,7 @@ export declare const zkSyncTestnet: {
|
|
499
499
|
factoryDeps?: undefined;
|
500
500
|
}) | ({
|
501
501
|
data?: `0x${string}` | undefined;
|
502
|
-
from?: `0x${string}
|
502
|
+
from?: `0x${string}`;
|
503
503
|
gas?: bigint | undefined;
|
504
504
|
nonce?: number | undefined;
|
505
505
|
to?: `0x${string}` | null | undefined;
|
@@ -533,7 +533,7 @@ export declare const zkSyncTestnet: {
|
|
533
533
|
factoryDeps?: undefined;
|
534
534
|
}) | ({
|
535
535
|
data?: `0x${string}` | undefined;
|
536
|
-
from?: `0x${string}
|
536
|
+
from?: `0x${string}`;
|
537
537
|
gas?: bigint | undefined;
|
538
538
|
nonce?: number | undefined;
|
539
539
|
to?: `0x${string}` | null | undefined;
|
@@ -567,7 +567,7 @@ export declare const zkSyncTestnet: {
|
|
567
567
|
factoryDeps?: undefined;
|
568
568
|
}) | ({
|
569
569
|
data?: `0x${string}` | undefined;
|
570
|
-
from?: `0x${string}
|
570
|
+
from?: `0x${string}`;
|
571
571
|
gas?: bigint | undefined;
|
572
572
|
nonce?: number | undefined;
|
573
573
|
to?: `0x${string}` | null | undefined;
|
@@ -579,7 +579,7 @@ export declare const zkSyncTestnet: {
|
|
579
579
|
accessList?: undefined;
|
580
580
|
blobs?: undefined;
|
581
581
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
582
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> &
|
582
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
583
583
|
gasPerPubdata?: bigint | undefined;
|
584
584
|
customSignature?: `0x${string}` | undefined;
|
585
585
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -589,7 +589,7 @@ export declare const zkSyncTestnet: {
|
|
589
589
|
paymasterInput: `0x${string}`;
|
590
590
|
}) | ({
|
591
591
|
data?: `0x${string}` | undefined;
|
592
|
-
from?: `0x${string}
|
592
|
+
from?: `0x${string}`;
|
593
593
|
gas?: bigint | undefined;
|
594
594
|
nonce?: number | undefined;
|
595
595
|
to?: `0x${string}` | null | undefined;
|
@@ -601,7 +601,7 @@ export declare const zkSyncTestnet: {
|
|
601
601
|
accessList?: undefined;
|
602
602
|
blobs?: undefined;
|
603
603
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
604
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> &
|
604
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
605
605
|
gasPerPubdata?: bigint | undefined;
|
606
606
|
customSignature?: `0x${string}` | undefined;
|
607
607
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -611,7 +611,7 @@ export declare const zkSyncTestnet: {
|
|
611
611
|
paymasterInput?: undefined;
|
612
612
|
}) | ({
|
613
613
|
data?: `0x${string}` | undefined;
|
614
|
-
from?: `0x${string}
|
614
|
+
from?: `0x${string}`;
|
615
615
|
gas?: bigint | undefined;
|
616
616
|
nonce?: number | undefined;
|
617
617
|
to?: `0x${string}` | null | undefined;
|
@@ -645,7 +645,7 @@ export declare const zkSyncTestnet: {
|
|
645
645
|
factoryDeps?: undefined;
|
646
646
|
}) | ({
|
647
647
|
data?: `0x${string}` | undefined;
|
648
|
-
from?: `0x${string}
|
648
|
+
from?: `0x${string}`;
|
649
649
|
gas?: bigint | undefined;
|
650
650
|
nonce?: number | undefined;
|
651
651
|
to?: `0x${string}` | null | undefined;
|
@@ -679,7 +679,7 @@ export declare const zkSyncTestnet: {
|
|
679
679
|
factoryDeps?: undefined;
|
680
680
|
}) | ({
|
681
681
|
data?: `0x${string}` | undefined;
|
682
|
-
from?: `0x${string}
|
682
|
+
from?: `0x${string}`;
|
683
683
|
gas?: bigint | undefined;
|
684
684
|
nonce?: number | undefined;
|
685
685
|
to?: `0x${string}` | null | undefined;
|
@@ -713,7 +713,7 @@ export declare const zkSyncTestnet: {
|
|
713
713
|
factoryDeps?: undefined;
|
714
714
|
}) | ({
|
715
715
|
data?: `0x${string}` | undefined;
|
716
|
-
from?: `0x${string}
|
716
|
+
from?: `0x${string}`;
|
717
717
|
gas?: bigint | undefined;
|
718
718
|
nonce?: number | undefined;
|
719
719
|
to?: `0x${string}` | null | undefined;
|
@@ -725,7 +725,7 @@ export declare const zkSyncTestnet: {
|
|
725
725
|
accessList?: import("../../index.js").AccessList | undefined;
|
726
726
|
blobs?: undefined;
|
727
727
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
728
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> &
|
728
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
729
729
|
gasPerPubdata?: bigint | undefined;
|
730
730
|
customSignature?: `0x${string}` | undefined;
|
731
731
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -735,7 +735,7 @@ export declare const zkSyncTestnet: {
|
|
735
735
|
paymasterInput: `0x${string}`;
|
736
736
|
}) | ({
|
737
737
|
data?: `0x${string}` | undefined;
|
738
|
-
from?: `0x${string}
|
738
|
+
from?: `0x${string}`;
|
739
739
|
gas?: bigint | undefined;
|
740
740
|
nonce?: number | undefined;
|
741
741
|
to?: `0x${string}` | null | undefined;
|
@@ -747,7 +747,7 @@ export declare const zkSyncTestnet: {
|
|
747
747
|
accessList?: import("../../index.js").AccessList | undefined;
|
748
748
|
blobs?: undefined;
|
749
749
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
750
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> &
|
750
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
751
751
|
gasPerPubdata?: bigint | undefined;
|
752
752
|
customSignature?: `0x${string}` | undefined;
|
753
753
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -757,7 +757,7 @@ export declare const zkSyncTestnet: {
|
|
757
757
|
paymasterInput?: undefined;
|
758
758
|
}) | ({
|
759
759
|
data?: `0x${string}` | undefined;
|
760
|
-
from?: `0x${string}
|
760
|
+
from?: `0x${string}`;
|
761
761
|
gas?: bigint | undefined;
|
762
762
|
nonce?: number | undefined;
|
763
763
|
to?: `0x${string}` | null | undefined;
|
@@ -791,7 +791,7 @@ export declare const zkSyncTestnet: {
|
|
791
791
|
factoryDeps?: undefined;
|
792
792
|
}) | ({
|
793
793
|
data?: `0x${string}` | undefined;
|
794
|
-
from?: `0x${string}
|
794
|
+
from?: `0x${string}`;
|
795
795
|
gas?: bigint | undefined;
|
796
796
|
nonce?: number | undefined;
|
797
797
|
to?: `0x${string}` | null | undefined;
|
@@ -825,7 +825,7 @@ export declare const zkSyncTestnet: {
|
|
825
825
|
factoryDeps?: undefined;
|
826
826
|
}) | ({
|
827
827
|
data?: `0x${string}` | undefined;
|
828
|
-
from?: `0x${string}
|
828
|
+
from?: `0x${string}`;
|
829
829
|
gas?: bigint | undefined;
|
830
830
|
nonce?: number | undefined;
|
831
831
|
to?: `0x${string}` | null | undefined;
|
@@ -859,7 +859,7 @@ export declare const zkSyncTestnet: {
|
|
859
859
|
factoryDeps?: undefined;
|
860
860
|
}) | ({
|
861
861
|
data?: `0x${string}` | undefined;
|
862
|
-
from?: `0x${string}
|
862
|
+
from?: `0x${string}`;
|
863
863
|
gas?: bigint | undefined;
|
864
864
|
nonce?: number | undefined;
|
865
865
|
to?: `0x${string}` | null | undefined;
|
@@ -871,7 +871,7 @@ export declare const zkSyncTestnet: {
|
|
871
871
|
accessList?: import("../../index.js").AccessList | undefined;
|
872
872
|
blobs?: undefined;
|
873
873
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
874
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> &
|
874
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
875
875
|
gasPerPubdata?: bigint | undefined;
|
876
876
|
customSignature?: `0x${string}` | undefined;
|
877
877
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -881,7 +881,7 @@ export declare const zkSyncTestnet: {
|
|
881
881
|
paymasterInput: `0x${string}`;
|
882
882
|
}) | ({
|
883
883
|
data?: `0x${string}` | undefined;
|
884
|
-
from?: `0x${string}
|
884
|
+
from?: `0x${string}`;
|
885
885
|
gas?: bigint | undefined;
|
886
886
|
nonce?: number | undefined;
|
887
887
|
to?: `0x${string}` | null | undefined;
|
@@ -893,7 +893,7 @@ export declare const zkSyncTestnet: {
|
|
893
893
|
accessList?: import("../../index.js").AccessList | undefined;
|
894
894
|
blobs?: undefined;
|
895
895
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
896
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> &
|
896
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
897
897
|
gasPerPubdata?: bigint | undefined;
|
898
898
|
customSignature?: `0x${string}` | undefined;
|
899
899
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -903,7 +903,7 @@ export declare const zkSyncTestnet: {
|
|
903
903
|
paymasterInput?: undefined;
|
904
904
|
}) | ({
|
905
905
|
data?: `0x${string}` | undefined;
|
906
|
-
from?: `0x${string}
|
906
|
+
from?: `0x${string}`;
|
907
907
|
gas?: bigint | undefined;
|
908
908
|
nonce?: number | undefined;
|
909
909
|
value?: bigint | undefined;
|
@@ -937,7 +937,7 @@ export declare const zkSyncTestnet: {
|
|
937
937
|
factoryDeps?: undefined;
|
938
938
|
}) | ({
|
939
939
|
data?: `0x${string}` | undefined;
|
940
|
-
from?: `0x${string}
|
940
|
+
from?: `0x${string}`;
|
941
941
|
gas?: bigint | undefined;
|
942
942
|
nonce?: number | undefined;
|
943
943
|
value?: bigint | undefined;
|
@@ -971,7 +971,7 @@ export declare const zkSyncTestnet: {
|
|
971
971
|
factoryDeps?: undefined;
|
972
972
|
}) | ({
|
973
973
|
data?: `0x${string}` | undefined;
|
974
|
-
from?: `0x${string}
|
974
|
+
from?: `0x${string}`;
|
975
975
|
gas?: bigint | undefined;
|
976
976
|
nonce?: number | undefined;
|
977
977
|
value?: bigint | undefined;
|
@@ -1005,7 +1005,7 @@ export declare const zkSyncTestnet: {
|
|
1005
1005
|
factoryDeps?: undefined;
|
1006
1006
|
}) | ({
|
1007
1007
|
data?: `0x${string}` | undefined;
|
1008
|
-
from?: `0x${string}
|
1008
|
+
from?: `0x${string}`;
|
1009
1009
|
gas?: bigint | undefined;
|
1010
1010
|
nonce?: number | undefined;
|
1011
1011
|
value?: bigint | undefined;
|
@@ -1039,7 +1039,7 @@ export declare const zkSyncTestnet: {
|
|
1039
1039
|
factoryDeps?: undefined;
|
1040
1040
|
}) | ({
|
1041
1041
|
data?: `0x${string}` | undefined;
|
1042
|
-
from?: `0x${string}
|
1042
|
+
from?: `0x${string}`;
|
1043
1043
|
gas?: bigint | undefined;
|
1044
1044
|
nonce?: number | undefined;
|
1045
1045
|
value?: bigint | undefined;
|
@@ -1051,7 +1051,7 @@ export declare const zkSyncTestnet: {
|
|
1051
1051
|
accessList?: import("../../index.js").AccessList | undefined;
|
1052
1052
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1053
1053
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1054
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> &
|
1054
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1055
1055
|
gasPerPubdata?: bigint | undefined;
|
1056
1056
|
customSignature?: `0x${string}` | undefined;
|
1057
1057
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -1061,7 +1061,7 @@ export declare const zkSyncTestnet: {
|
|
1061
1061
|
paymasterInput: `0x${string}`;
|
1062
1062
|
}) | ({
|
1063
1063
|
data?: `0x${string}` | undefined;
|
1064
|
-
from?: `0x${string}
|
1064
|
+
from?: `0x${string}`;
|
1065
1065
|
gas?: bigint | undefined;
|
1066
1066
|
nonce?: number | undefined;
|
1067
1067
|
value?: bigint | undefined;
|
@@ -1073,7 +1073,7 @@ export declare const zkSyncTestnet: {
|
|
1073
1073
|
accessList?: import("../../index.js").AccessList | undefined;
|
1074
1074
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1075
1075
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1076
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> &
|
1076
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1077
1077
|
gasPerPubdata?: bigint | undefined;
|
1078
1078
|
customSignature?: `0x${string}` | undefined;
|
1079
1079
|
factoryDeps?: `0x${string}`[] | undefined;
|