viem 2.13.7 → 2.13.8
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/_cjs/accounts/hdKeyToAccount.js.map +1 -1
- package/_cjs/actions/public/call.js.map +1 -1
- package/_cjs/actions/public/estimateGas.js.map +1 -1
- package/_cjs/actions/public/getBlockNumber.js.map +1 -1
- package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_cjs/actions/wallet/signTypedData.js.map +1 -1
- package/_cjs/celo/index.js.map +1 -1
- package/_cjs/celo/utils.js.map +1 -1
- package/_cjs/chains/definitions/optimism.js +5 -0
- package/_cjs/chains/definitions/optimism.js.map +1 -1
- package/_cjs/chains/definitions/sei.js +1 -0
- package/_cjs/chains/definitions/sei.js.map +1 -1
- package/_cjs/clients/createClient.js +2 -2
- package/_cjs/clients/createClient.js.map +1 -1
- package/_cjs/clients/transports/fallback.js.map +1 -1
- package/_cjs/clients/transports/http.js.map +1 -1
- package/_cjs/constants/abis.js.map +1 -1
- package/_cjs/constants/blob.js +4 -4
- package/_cjs/constants/blob.js.map +1 -1
- package/_cjs/constants/kzg.js +1 -3
- package/_cjs/constants/kzg.js.map +1 -1
- package/_cjs/errors/abi.js +1 -13
- package/_cjs/errors/abi.js.map +1 -1
- package/_cjs/errors/ccip.js.map +1 -1
- package/_cjs/errors/stateOverride.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/experimental/eip5792/actions/getCapabilities.js +2 -2
- package/_cjs/experimental/eip5792/actions/getCapabilities.js.map +1 -1
- package/_cjs/experimental/eip5792/actions/sendCalls.js +2 -2
- package/_cjs/experimental/eip5792/actions/sendCalls.js.map +1 -1
- package/_cjs/index.js +6 -4
- package/_cjs/index.js.map +1 -1
- package/_cjs/node/trustedSetups.js +1 -2
- package/_cjs/node/trustedSetups.js.map +1 -1
- package/_cjs/op-stack/abis.js +1 -458
- package/_cjs/op-stack/abis.js.map +1 -1
- package/_cjs/op-stack/actions/buildProveWithdrawal.js.map +1 -1
- package/_cjs/op-stack/actions/getWithdrawalStatus.js.map +1 -1
- package/_cjs/op-stack/index.js +15 -2
- package/_cjs/op-stack/index.js.map +1 -1
- package/_cjs/utils/abi/decodeAbiParameters.js.map +1 -1
- package/_cjs/utils/abi/encodeAbiParameters.js.map +1 -1
- package/_cjs/utils/abi/getAbiItem.js.map +1 -1
- package/_cjs/utils/address/getAddress.js +5 -5
- package/_cjs/utils/address/getAddress.js.map +1 -1
- package/_cjs/utils/address/isAddress.js.map +1 -1
- package/_cjs/utils/blob/toBlobs.js.map +1 -1
- package/_cjs/utils/buildRequest.js.map +1 -1
- package/_cjs/utils/ccip.js.map +1 -1
- package/_cjs/utils/cursor.js.map +1 -1
- package/_cjs/utils/encoding/fromRlp.js +1 -9
- package/_cjs/utils/encoding/fromRlp.js.map +1 -1
- package/_cjs/utils/ens/avatar/utils.js.map +1 -1
- package/_cjs/utils/ens/errors.js.map +1 -1
- package/_cjs/utils/observe.js.map +1 -1
- package/_cjs/utils/promise/createBatchScheduler.js.map +1 -1
- package/_cjs/utils/promise/withCache.js.map +1 -1
- package/_cjs/utils/promise/withTimeout.js.map +1 -1
- package/_cjs/utils/rpc/id.js +1 -2
- package/_cjs/utils/rpc/id.js.map +1 -1
- package/_cjs/utils/rpc/ipc.js.map +1 -1
- package/_cjs/utils/stateOverride.js.map +1 -1
- package/_cjs/utils/transaction/parseTransaction.js.map +1 -1
- package/_cjs/zksync/actions/deployContract.js.map +1 -1
- package/_cjs/zksync/actions/estimateGasL1ToL2.js +2 -2
- package/_cjs/zksync/actions/estimateGasL1ToL2.js.map +1 -1
- package/_cjs/zksync/actions/getAllBalances.js +2 -2
- package/_cjs/zksync/actions/getAllBalances.js.map +1 -1
- package/_cjs/zksync/actions/getL1Allowance.js +2 -2
- package/_cjs/zksync/actions/getL1Allowance.js.map +1 -1
- package/_cjs/zksync/actions/getL1Balance.js +2 -2
- package/_cjs/zksync/actions/getL1Balance.js.map +1 -1
- package/_cjs/zksync/actions/getL1TokenBalance.js +2 -2
- package/_cjs/zksync/actions/getL1TokenBalance.js.map +1 -1
- package/_cjs/zksync/constants/contract.js +1 -2
- package/_cjs/zksync/constants/contract.js.map +1 -1
- package/_cjs/zksync/index.js.map +1 -1
- package/_cjs/zksync/serializers.js.map +1 -1
- package/_cjs/zksync/utils/abi/encodeDeployData.js.map +1 -1
- package/_cjs/zksync/utils/assertEip712Request.js.map +1 -1
- package/_cjs/zksync/utils/hashBytecode.js.map +1 -1
- package/_esm/accounts/hdKeyToAccount.js.map +1 -1
- package/_esm/actions/public/call.js +1 -0
- package/_esm/actions/public/call.js.map +1 -1
- package/_esm/actions/public/estimateGas.js.map +1 -1
- package/_esm/actions/public/getBlockNumber.js +2 -1
- package/_esm/actions/public/getBlockNumber.js.map +1 -1
- package/_esm/actions/test/sendUnsignedTransaction.js +2 -2
- package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_esm/actions/wallet/signTypedData.js.map +1 -1
- package/_esm/celo/index.js +1 -1
- package/_esm/celo/index.js.map +1 -1
- package/_esm/celo/utils.js +1 -0
- package/_esm/celo/utils.js.map +1 -1
- package/_esm/chains/definitions/optimism.js +5 -0
- package/_esm/chains/definitions/optimism.js.map +1 -1
- package/_esm/chains/definitions/sei.js +1 -0
- package/_esm/chains/definitions/sei.js.map +1 -1
- package/_esm/clients/createClient.js +1 -1
- package/_esm/clients/createClient.js.map +1 -1
- package/_esm/clients/transports/fallback.js +1 -0
- package/_esm/clients/transports/fallback.js.map +1 -1
- package/_esm/clients/transports/http.js.map +1 -1
- package/_esm/constants/abis.js +1 -0
- package/_esm/constants/abis.js.map +1 -1
- package/_esm/constants/blob.js +1 -1
- package/_esm/constants/blob.js.map +1 -1
- package/_esm/constants/kzg.js +0 -4
- package/_esm/constants/kzg.js.map +1 -1
- package/_esm/errors/abi.js +0 -11
- package/_esm/errors/abi.js.map +1 -1
- package/_esm/errors/ccip.js.map +1 -1
- package/_esm/errors/stateOverride.js +1 -0
- package/_esm/errors/stateOverride.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/experimental/eip5792/actions/getCapabilities.js +1 -1
- package/_esm/experimental/eip5792/actions/getCapabilities.js.map +1 -1
- package/_esm/experimental/eip5792/actions/sendCalls.js +1 -1
- package/_esm/experimental/eip5792/actions/sendCalls.js.map +1 -1
- package/_esm/index.js +4 -3
- package/_esm/index.js.map +1 -1
- package/_esm/node/trustedSetups.js +0 -1
- package/_esm/node/trustedSetups.js.map +1 -1
- package/_esm/node/trustedSetups_cjs.js +0 -1
- package/_esm/node/trustedSetups_cjs.js.map +1 -1
- package/_esm/op-stack/abis.js +0 -457
- package/_esm/op-stack/abis.js.map +1 -1
- package/_esm/op-stack/actions/buildProveWithdrawal.js +1 -0
- package/_esm/op-stack/actions/buildProveWithdrawal.js.map +1 -1
- package/_esm/op-stack/actions/getWithdrawalStatus.js +1 -1
- package/_esm/op-stack/actions/getWithdrawalStatus.js.map +1 -1
- package/_esm/op-stack/index.js +0 -1
- package/_esm/op-stack/index.js.map +1 -1
- package/_esm/utils/abi/decodeAbiParameters.js +1 -1
- package/_esm/utils/abi/decodeAbiParameters.js.map +1 -1
- package/_esm/utils/abi/encodeAbiParameters.js.map +1 -1
- package/_esm/utils/abi/getAbiItem.js +3 -1
- package/_esm/utils/abi/getAbiItem.js.map +1 -1
- package/_esm/utils/address/getAddress.js +1 -1
- package/_esm/utils/address/getAddress.js.map +1 -1
- package/_esm/utils/address/isAddress.js +1 -0
- package/_esm/utils/address/isAddress.js.map +1 -1
- package/_esm/utils/blob/toBlobs.js.map +1 -1
- package/_esm/utils/buildRequest.js +1 -0
- package/_esm/utils/buildRequest.js.map +1 -1
- package/_esm/utils/ccip.js +1 -1
- package/_esm/utils/ccip.js.map +1 -1
- package/_esm/utils/cursor.js.map +1 -1
- package/_esm/utils/encoding/fromRlp.js +0 -6
- package/_esm/utils/encoding/fromRlp.js.map +1 -1
- package/_esm/utils/ens/avatar/utils.js +2 -0
- package/_esm/utils/ens/avatar/utils.js.map +1 -1
- package/_esm/utils/ens/errors.js.map +1 -1
- package/_esm/utils/observe.js +2 -0
- package/_esm/utils/observe.js.map +1 -1
- package/_esm/utils/promise/createBatchScheduler.js +1 -0
- package/_esm/utils/promise/createBatchScheduler.js.map +1 -1
- package/_esm/utils/promise/withCache.js +2 -0
- package/_esm/utils/promise/withCache.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/id.js +1 -1
- package/_esm/utils/rpc/id.js.map +1 -1
- package/_esm/utils/rpc/ipc.js +1 -0
- package/_esm/utils/rpc/ipc.js.map +1 -1
- package/_esm/utils/stateOverride.js +3 -0
- package/_esm/utils/stateOverride.js.map +1 -1
- package/_esm/utils/transaction/parseTransaction.js.map +1 -1
- package/_esm/utils/unit/parseUnits.js +1 -1
- package/_esm/utils/unit/parseUnits.js.map +1 -1
- package/_esm/zksync/actions/deployContract.js +1 -1
- package/_esm/zksync/actions/deployContract.js.map +1 -1
- package/_esm/zksync/actions/estimateGasL1ToL2.js +1 -1
- package/_esm/zksync/actions/estimateGasL1ToL2.js.map +1 -1
- package/_esm/zksync/actions/getAllBalances.js +1 -1
- package/_esm/zksync/actions/getAllBalances.js.map +1 -1
- package/_esm/zksync/actions/getL1Allowance.js +1 -1
- package/_esm/zksync/actions/getL1Allowance.js.map +1 -1
- package/_esm/zksync/actions/getL1Balance.js +1 -1
- package/_esm/zksync/actions/getL1Balance.js.map +1 -1
- package/_esm/zksync/actions/getL1TokenBalance.js +2 -2
- package/_esm/zksync/actions/getL1TokenBalance.js.map +1 -1
- package/_esm/zksync/constants/contract.js +0 -1
- package/_esm/zksync/constants/contract.js.map +1 -1
- package/_esm/zksync/index.js.map +1 -1
- package/_esm/zksync/serializers.js.map +1 -1
- package/_esm/zksync/utils/abi/encodeDeployData.js +1 -1
- package/_esm/zksync/utils/abi/encodeDeployData.js.map +1 -1
- package/_esm/zksync/utils/assertEip712Request.js +1 -1
- package/_esm/zksync/utils/assertEip712Request.js.map +1 -1
- package/_esm/zksync/utils/hashBytecode.js.map +1 -1
- package/_types/accounts/hdKeyToAccount.d.ts +1 -1
- package/_types/accounts/hdKeyToAccount.d.ts.map +1 -1
- package/_types/accounts/types.d.ts +1 -1
- package/_types/accounts/types.d.ts.map +1 -1
- package/_types/actions/public/call.d.ts +5 -2
- package/_types/actions/public/call.d.ts.map +1 -1
- package/_types/actions/public/estimateGas.d.ts +2 -1
- package/_types/actions/public/estimateGas.d.ts.map +1 -1
- package/_types/actions/public/getBlockNumber.d.ts +4 -0
- package/_types/actions/public/getBlockNumber.d.ts.map +1 -1
- package/_types/actions/test/sendUnsignedTransaction.d.ts +2 -2
- package/_types/actions/wallet/prepareTransactionRequest.d.ts +0 -7
- package/_types/actions/wallet/prepareTransactionRequest.d.ts.map +1 -1
- package/_types/actions/wallet/signTypedData.d.ts +2 -2
- package/_types/actions/wallet/signTypedData.d.ts.map +1 -1
- package/_types/celo/chainConfig.d.ts +60 -60
- package/_types/celo/formatters.d.ts +30 -30
- package/_types/celo/index.d.ts +2 -2
- package/_types/celo/index.d.ts.map +1 -1
- package/_types/celo/utils.d.ts +1 -0
- package/_types/celo/utils.d.ts.map +1 -1
- package/_types/chains/definitions/ancient8.d.ts +26 -26
- package/_types/chains/definitions/ancient8Sepolia.d.ts +26 -26
- package/_types/chains/definitions/base.d.ts +26 -26
- package/_types/chains/definitions/baseGoerli.d.ts +26 -26
- package/_types/chains/definitions/baseSepolia.d.ts +26 -26
- package/_types/chains/definitions/celo.d.ts +60 -60
- package/_types/chains/definitions/celoAlfajores.d.ts +60 -60
- package/_types/chains/definitions/fraxtal.d.ts +26 -26
- package/_types/chains/definitions/fraxtalTestnet.d.ts +26 -26
- package/_types/chains/definitions/funkiSepolia.d.ts +26 -26
- package/_types/chains/definitions/liskSepolia.d.ts +26 -26
- package/_types/chains/definitions/metalL2.d.ts +26 -26
- package/_types/chains/definitions/optimism.d.ts +31 -26
- package/_types/chains/definitions/optimism.d.ts.map +1 -1
- package/_types/chains/definitions/optimismGoerli.d.ts +26 -26
- package/_types/chains/definitions/optimismSepolia.d.ts +26 -26
- package/_types/chains/definitions/pgn.d.ts +26 -26
- package/_types/chains/definitions/pgnTestnet.d.ts +26 -26
- package/_types/chains/definitions/rss3.d.ts +26 -26
- package/_types/chains/definitions/rss3Sepolia.d.ts +26 -26
- package/_types/chains/definitions/sei.d.ts +1 -0
- package/_types/chains/definitions/sei.d.ts.map +1 -1
- package/_types/chains/definitions/zora.d.ts +26 -26
- package/_types/chains/definitions/zoraSepolia.d.ts +26 -26
- package/_types/chains/definitions/zoraTestnet.d.ts +26 -26
- package/_types/clients/createClient.d.ts +1 -1
- package/_types/clients/createClient.d.ts.map +1 -1
- package/_types/clients/transports/fallback.d.ts +1 -0
- package/_types/clients/transports/fallback.d.ts.map +1 -1
- package/_types/clients/transports/http.d.ts +6 -7
- package/_types/clients/transports/http.d.ts.map +1 -1
- package/_types/constants/abis.d.ts +1 -0
- package/_types/constants/abis.d.ts.map +1 -1
- package/_types/constants/blob.d.ts +0 -2
- package/_types/constants/blob.d.ts.map +1 -1
- package/_types/constants/kzg.d.ts +0 -4
- package/_types/constants/kzg.d.ts.map +1 -1
- package/_types/errors/abi.d.ts +0 -10
- package/_types/errors/abi.d.ts.map +1 -1
- package/_types/errors/ccip.d.ts +1 -0
- package/_types/errors/ccip.d.ts.map +1 -1
- package/_types/errors/stateOverride.d.ts +1 -0
- package/_types/errors/stateOverride.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/experimental/eip5792/actions/getCapabilities.d.ts.map +1 -1
- package/_types/experimental/eip5792/actions/sendCalls.d.ts.map +1 -1
- package/_types/experimental/erc7715/types/permission.d.ts +5 -0
- package/_types/experimental/erc7715/types/permission.d.ts.map +1 -1
- package/_types/experimental/erc7715/types/signer.d.ts +3 -0
- package/_types/experimental/erc7715/types/signer.d.ts.map +1 -1
- package/_types/index.d.ts +9 -9
- package/_types/index.d.ts.map +1 -1
- package/_types/node/trustedSetups.d.ts +0 -1
- package/_types/node/trustedSetups.d.ts.map +1 -1
- package/_types/node/trustedSetups_cjs.d.ts +0 -1
- package/_types/node/trustedSetups_cjs.d.ts.map +1 -1
- package/_types/op-stack/abis.d.ts +0 -626
- package/_types/op-stack/abis.d.ts.map +1 -1
- package/_types/op-stack/actions/buildProveWithdrawal.d.ts +1 -0
- package/_types/op-stack/actions/buildProveWithdrawal.d.ts.map +1 -1
- package/_types/op-stack/actions/getWithdrawalStatus.d.ts +2 -1
- package/_types/op-stack/actions/getWithdrawalStatus.d.ts.map +1 -1
- package/_types/op-stack/chainConfig.d.ts +26 -26
- package/_types/op-stack/formatters.d.ts +26 -26
- package/_types/op-stack/index.d.ts.map +1 -1
- package/_types/types/account.d.ts +1 -1
- package/_types/types/account.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/proof.d.ts +3 -2
- package/_types/types/proof.d.ts.map +1 -1
- package/_types/types/utils.d.ts +11 -3
- package/_types/types/utils.d.ts.map +1 -1
- package/_types/utils/abi/decodeAbiParameters.d.ts +2 -1
- package/_types/utils/abi/decodeAbiParameters.d.ts.map +1 -1
- package/_types/utils/abi/encodeAbiParameters.d.ts +12 -11
- package/_types/utils/abi/encodeAbiParameters.d.ts.map +1 -1
- package/_types/utils/abi/getAbiItem.d.ts +6 -2
- package/_types/utils/abi/getAbiItem.d.ts.map +1 -1
- package/_types/utils/address/getAddress.d.ts +0 -2
- package/_types/utils/address/getAddress.d.ts.map +1 -1
- package/_types/utils/address/isAddress.d.ts +1 -0
- package/_types/utils/address/isAddress.d.ts.map +1 -1
- package/_types/utils/blob/toBlobs.d.ts +2 -1
- package/_types/utils/blob/toBlobs.d.ts.map +1 -1
- package/_types/utils/buildRequest.d.ts +1 -0
- package/_types/utils/buildRequest.d.ts.map +1 -1
- package/_types/utils/ccip.d.ts +4 -2
- package/_types/utils/ccip.d.ts.map +1 -1
- package/_types/utils/cursor.d.ts +7 -6
- package/_types/utils/cursor.d.ts.map +1 -1
- package/_types/utils/encoding/fromRlp.d.ts +3 -7
- package/_types/utils/encoding/fromRlp.d.ts.map +1 -1
- package/_types/utils/ens/avatar/parseAvatarRecord.d.ts +2 -1
- package/_types/utils/ens/avatar/parseAvatarRecord.d.ts.map +1 -1
- package/_types/utils/ens/avatar/utils.d.ts +4 -2
- package/_types/utils/ens/avatar/utils.d.ts.map +1 -1
- package/_types/utils/ens/errors.d.ts +1 -0
- package/_types/utils/ens/errors.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +1 -1
- package/_types/utils/hash/normalizeSignature.d.ts +3 -2
- package/_types/utils/hash/normalizeSignature.d.ts.map +1 -1
- package/_types/utils/observe.d.ts +2 -0
- package/_types/utils/observe.d.ts.map +1 -1
- package/_types/utils/promise/createBatchScheduler.d.ts +3 -2
- package/_types/utils/promise/createBatchScheduler.d.ts.map +1 -1
- package/_types/utils/promise/withCache.d.ts +4 -1
- package/_types/utils/promise/withCache.d.ts.map +1 -1
- package/_types/utils/rpc/id.d.ts +0 -5
- package/_types/utils/rpc/id.d.ts.map +1 -1
- package/_types/utils/rpc/ipc.d.ts +1 -0
- package/_types/utils/rpc/ipc.d.ts.map +1 -1
- package/_types/utils/stateOverride.d.ts +9 -5
- package/_types/utils/stateOverride.d.ts.map +1 -1
- package/_types/utils/transaction/parseTransaction.d.ts +5 -5
- package/_types/utils/transaction/parseTransaction.d.ts.map +1 -1
- package/_types/zksync/actions/deployContract.d.ts +2 -1
- package/_types/zksync/actions/deployContract.d.ts.map +1 -1
- package/_types/zksync/actions/estimateGasL1ToL2.d.ts.map +1 -1
- package/_types/zksync/actions/getAllBalances.d.ts.map +1 -1
- package/_types/zksync/actions/getL1Allowance.d.ts.map +1 -1
- package/_types/zksync/actions/getL1Balance.d.ts.map +1 -1
- package/_types/zksync/actions/getL1TokenBalance.d.ts +4 -4
- package/_types/zksync/actions/getL1TokenBalance.d.ts.map +1 -1
- package/_types/zksync/constants/contract.d.ts +0 -1
- package/_types/zksync/constants/contract.d.ts.map +1 -1
- package/_types/zksync/index.d.ts +1 -0
- package/_types/zksync/index.d.ts.map +1 -1
- package/_types/zksync/serializers.d.ts +1 -2
- package/_types/zksync/serializers.d.ts.map +1 -1
- package/_types/zksync/types/eip1193.d.ts +5 -5
- package/_types/zksync/types/eip1193.d.ts.map +1 -1
- package/_types/zksync/utils/abi/encodeDeployData.d.ts +5 -0
- package/_types/zksync/utils/abi/encodeDeployData.d.ts.map +1 -1
- package/_types/zksync/utils/assertEip712Request.d.ts +3 -1
- package/_types/zksync/utils/assertEip712Request.d.ts.map +1 -1
- package/_types/zksync/utils/hashBytecode.d.ts +5 -0
- package/_types/zksync/utils/hashBytecode.d.ts.map +1 -1
- package/accounts/hdKeyToAccount.ts +1 -2
- package/accounts/types.ts +1 -1
- package/actions/public/call.ts +5 -5
- package/actions/public/estimateGas.ts +3 -4
- package/actions/public/getBlockNumber.ts +9 -1
- package/actions/test/sendUnsignedTransaction.ts +2 -2
- package/actions/wallet/prepareTransactionRequest.ts +0 -20
- package/actions/wallet/signTypedData.ts +2 -0
- package/celo/index.ts +5 -2
- package/celo/utils.ts +1 -0
- package/chains/definitions/optimism.ts +5 -0
- package/chains/definitions/sei.ts +1 -0
- package/clients/createClient.ts +4 -2
- package/clients/transports/fallback.ts +1 -0
- package/clients/transports/http.ts +9 -8
- package/constants/abis.ts +1 -0
- package/constants/blob.ts +1 -1
- package/constants/kzg.ts +0 -6
- package/errors/abi.ts +0 -13
- package/errors/ccip.ts +1 -0
- package/errors/stateOverride.ts +1 -0
- package/errors/version.ts +1 -1
- package/experimental/eip5792/actions/getCapabilities.ts +1 -1
- package/experimental/eip5792/actions/sendCalls.ts +1 -1
- package/experimental/erc7715/types/permission.ts +5 -0
- package/experimental/erc7715/types/signer.ts +3 -0
- package/index.ts +21 -5
- package/node/trustedSetups.ts +0 -5
- package/node/trustedSetups_cjs.ts +0 -5
- package/op-stack/abis.ts +0 -458
- package/op-stack/actions/buildProveWithdrawal.ts +1 -0
- package/op-stack/actions/getWithdrawalStatus.ts +6 -1
- package/op-stack/index.ts +0 -1
- package/package.json +1 -1
- package/types/account.ts +1 -11
- package/types/kzg.ts +2 -1
- package/types/proof.ts +2 -2
- package/types/utils.ts +11 -3
- package/utils/abi/decodeAbiParameters.ts +6 -1
- package/utils/abi/encodeAbiParameters.ts +22 -19
- package/utils/abi/getAbiItem.ts +8 -2
- package/utils/address/getAddress.ts +1 -1
- package/utils/address/isAddress.ts +1 -0
- package/utils/blob/toBlobs.ts +2 -1
- package/utils/buildRequest.ts +1 -0
- package/utils/ccip.ts +11 -3
- package/utils/cursor.ts +16 -6
- package/utils/encoding/fromRlp.ts +3 -21
- package/utils/ens/avatar/parseAvatarRecord.ts +1 -1
- package/utils/ens/avatar/utils.ts +4 -2
- package/utils/ens/errors.ts +1 -0
- package/utils/hash/normalizeSignature.ts +2 -2
- package/utils/observe.ts +2 -0
- package/utils/promise/createBatchScheduler.ts +3 -2
- package/utils/promise/withCache.ts +3 -1
- package/utils/promise/withTimeout.ts +2 -2
- package/utils/rpc/id.ts +1 -1
- package/utils/rpc/ipc.ts +1 -0
- package/utils/stateOverride.ts +8 -5
- package/utils/transaction/parseTransaction.ts +7 -2
- package/utils/unit/parseUnits.ts +1 -1
- package/zksync/actions/deployContract.ts +8 -2
- package/zksync/actions/estimateGasL1ToL2.ts +1 -1
- package/zksync/actions/getAllBalances.ts +1 -1
- package/zksync/actions/getL1Allowance.ts +1 -1
- package/zksync/actions/getL1Balance.ts +1 -1
- package/zksync/actions/getL1TokenBalance.ts +10 -7
- package/zksync/constants/contract.ts +0 -1
- package/zksync/index.ts +5 -0
- package/zksync/serializers.ts +1 -2
- package/zksync/types/eip1193.ts +32 -26
- package/zksync/utils/abi/encodeDeployData.ts +12 -2
- package/zksync/utils/assertEip712Request.ts +9 -2
- package/zksync/utils/hashBytecode.ts +14 -2
- package/_cjs/utils/accounts.js +0 -8
- package/_cjs/utils/accounts.js.map +0 -1
- package/_esm/utils/accounts.js +0 -7
- package/_esm/utils/accounts.js.map +0 -1
- package/_types/utils/accounts.d.ts +0 -3
- package/_types/utils/accounts.d.ts.map +0 -1
- package/utils/accounts.ts +0 -7
@@ -83,6 +83,7 @@ export declare const funkiSepolia: {
|
|
83
83
|
readonly transaction: {
|
84
84
|
exclude: [] | undefined;
|
85
85
|
format: (args: ({
|
86
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
86
87
|
r?: `0x${string}`;
|
87
88
|
s?: `0x${string}`;
|
88
89
|
v?: `0x${string}`;
|
@@ -91,7 +92,6 @@ export declare const funkiSepolia: {
|
|
91
92
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
92
93
|
maxFeePerGas?: `0x${string}` | undefined;
|
93
94
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
94
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
95
95
|
to?: `0x${string}` | null;
|
96
96
|
from?: `0x${string}`;
|
97
97
|
gas?: `0x${string}`;
|
@@ -106,6 +106,7 @@ export declare const funkiSepolia: {
|
|
106
106
|
transactionIndex?: `0x${string}` | null;
|
107
107
|
chainId?: `0x${string}` | undefined;
|
108
108
|
} & {
|
109
|
+
type: "0x0";
|
109
110
|
r: `0x${string}`;
|
110
111
|
s: `0x${string}`;
|
111
112
|
v: `0x${string}`;
|
@@ -114,7 +115,6 @@ export declare const funkiSepolia: {
|
|
114
115
|
maxFeePerBlobGas?: undefined;
|
115
116
|
maxFeePerGas?: undefined;
|
116
117
|
maxPriorityFeePerGas?: undefined;
|
117
|
-
type: "0x0";
|
118
118
|
to: `0x${string}` | null;
|
119
119
|
from: `0x${string}`;
|
120
120
|
gas: `0x${string}`;
|
@@ -133,6 +133,7 @@ export declare const funkiSepolia: {
|
|
133
133
|
mint?: undefined;
|
134
134
|
sourceHash?: undefined;
|
135
135
|
}) | ({
|
136
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
136
137
|
r?: `0x${string}`;
|
137
138
|
s?: `0x${string}`;
|
138
139
|
v?: `0x${string}`;
|
@@ -141,7 +142,6 @@ export declare const funkiSepolia: {
|
|
141
142
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
142
143
|
maxFeePerGas?: `0x${string}` | undefined;
|
143
144
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
144
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
145
145
|
to?: `0x${string}` | null;
|
146
146
|
from?: `0x${string}`;
|
147
147
|
gas?: `0x${string}`;
|
@@ -161,6 +161,7 @@ export declare const funkiSepolia: {
|
|
161
161
|
sourceHash: `0x${string}`;
|
162
162
|
type: "0x7e";
|
163
163
|
}) | ({
|
164
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
164
165
|
r?: `0x${string}`;
|
165
166
|
s?: `0x${string}`;
|
166
167
|
v?: `0x${string}`;
|
@@ -168,7 +169,6 @@ export declare const funkiSepolia: {
|
|
168
169
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
169
170
|
maxFeePerGas?: `0x${string}` | undefined;
|
170
171
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
171
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
172
172
|
to?: `0x${string}` | null;
|
173
173
|
from?: `0x${string}`;
|
174
174
|
gas?: `0x${string}`;
|
@@ -184,6 +184,7 @@ export declare const funkiSepolia: {
|
|
184
184
|
chainId?: `0x${string}` | undefined;
|
185
185
|
yParity?: `0x${string}` | undefined;
|
186
186
|
} & {
|
187
|
+
type: "0x0";
|
187
188
|
r: `0x${string}`;
|
188
189
|
s: `0x${string}`;
|
189
190
|
v: `0x${string}`;
|
@@ -192,7 +193,6 @@ export declare const funkiSepolia: {
|
|
192
193
|
maxFeePerBlobGas?: undefined;
|
193
194
|
maxFeePerGas?: undefined;
|
194
195
|
maxPriorityFeePerGas?: undefined;
|
195
|
-
type: "0x0";
|
196
196
|
to: `0x${string}` | null;
|
197
197
|
from: `0x${string}`;
|
198
198
|
gas: `0x${string}`;
|
@@ -211,6 +211,7 @@ export declare const funkiSepolia: {
|
|
211
211
|
mint?: undefined;
|
212
212
|
sourceHash?: undefined;
|
213
213
|
}) | ({
|
214
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
214
215
|
r?: `0x${string}`;
|
215
216
|
s?: `0x${string}`;
|
216
217
|
v?: `0x${string}`;
|
@@ -218,7 +219,6 @@ export declare const funkiSepolia: {
|
|
218
219
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
219
220
|
maxFeePerGas?: `0x${string}` | undefined;
|
220
221
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
221
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
222
222
|
to?: `0x${string}` | null;
|
223
223
|
from?: `0x${string}`;
|
224
224
|
gas?: `0x${string}`;
|
@@ -234,6 +234,7 @@ export declare const funkiSepolia: {
|
|
234
234
|
chainId?: `0x${string}` | undefined;
|
235
235
|
yParity?: `0x${string}` | undefined;
|
236
236
|
} & {
|
237
|
+
type: "0x1";
|
237
238
|
r: `0x${string}`;
|
238
239
|
s: `0x${string}`;
|
239
240
|
v: `0x${string}`;
|
@@ -241,7 +242,6 @@ export declare const funkiSepolia: {
|
|
241
242
|
maxFeePerBlobGas?: undefined;
|
242
243
|
maxFeePerGas?: undefined;
|
243
244
|
maxPriorityFeePerGas?: undefined;
|
244
|
-
type: "0x1";
|
245
245
|
to: `0x${string}` | null;
|
246
246
|
from: `0x${string}`;
|
247
247
|
gas: `0x${string}`;
|
@@ -261,6 +261,7 @@ export declare const funkiSepolia: {
|
|
261
261
|
mint?: undefined;
|
262
262
|
sourceHash?: undefined;
|
263
263
|
}) | ({
|
264
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
264
265
|
r?: `0x${string}`;
|
265
266
|
s?: `0x${string}`;
|
266
267
|
v?: `0x${string}`;
|
@@ -268,7 +269,6 @@ export declare const funkiSepolia: {
|
|
268
269
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
269
270
|
maxFeePerGas?: `0x${string}` | undefined;
|
270
271
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
271
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
272
272
|
to?: `0x${string}` | null;
|
273
273
|
from?: `0x${string}`;
|
274
274
|
gas?: `0x${string}`;
|
@@ -284,6 +284,7 @@ export declare const funkiSepolia: {
|
|
284
284
|
chainId?: `0x${string}` | undefined;
|
285
285
|
yParity?: `0x${string}` | undefined;
|
286
286
|
} & {
|
287
|
+
type: "0x2";
|
287
288
|
r: `0x${string}`;
|
288
289
|
s: `0x${string}`;
|
289
290
|
v: `0x${string}`;
|
@@ -291,7 +292,6 @@ export declare const funkiSepolia: {
|
|
291
292
|
maxFeePerBlobGas?: undefined;
|
292
293
|
maxFeePerGas: `0x${string}`;
|
293
294
|
maxPriorityFeePerGas: `0x${string}`;
|
294
|
-
type: "0x2";
|
295
295
|
to: `0x${string}` | null;
|
296
296
|
from: `0x${string}`;
|
297
297
|
gas: `0x${string}`;
|
@@ -311,6 +311,7 @@ export declare const funkiSepolia: {
|
|
311
311
|
mint?: undefined;
|
312
312
|
sourceHash?: undefined;
|
313
313
|
}) | ({
|
314
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
314
315
|
r?: `0x${string}`;
|
315
316
|
s?: `0x${string}`;
|
316
317
|
v?: `0x${string}`;
|
@@ -318,7 +319,6 @@ export declare const funkiSepolia: {
|
|
318
319
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
319
320
|
maxFeePerGas?: `0x${string}` | undefined;
|
320
321
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
321
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
322
322
|
to?: `0x${string}` | null;
|
323
323
|
from?: `0x${string}`;
|
324
324
|
gas?: `0x${string}`;
|
@@ -339,6 +339,7 @@ export declare const funkiSepolia: {
|
|
339
339
|
sourceHash: `0x${string}`;
|
340
340
|
type: "0x7e";
|
341
341
|
}) | ({
|
342
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
342
343
|
r?: `0x${string}`;
|
343
344
|
s?: `0x${string}`;
|
344
345
|
v?: `0x${string}`;
|
@@ -346,7 +347,6 @@ export declare const funkiSepolia: {
|
|
346
347
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
347
348
|
maxFeePerGas?: `0x${string}` | undefined;
|
348
349
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
349
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
350
350
|
to?: `0x${string}` | null;
|
351
351
|
from?: `0x${string}`;
|
352
352
|
gas?: `0x${string}`;
|
@@ -362,6 +362,7 @@ export declare const funkiSepolia: {
|
|
362
362
|
chainId?: `0x${string}` | undefined;
|
363
363
|
yParity?: `0x${string}` | undefined;
|
364
364
|
} & {
|
365
|
+
type: "0x0";
|
365
366
|
r: `0x${string}`;
|
366
367
|
s: `0x${string}`;
|
367
368
|
v: `0x${string}`;
|
@@ -370,7 +371,6 @@ export declare const funkiSepolia: {
|
|
370
371
|
maxFeePerBlobGas?: undefined;
|
371
372
|
maxFeePerGas?: undefined;
|
372
373
|
maxPriorityFeePerGas?: undefined;
|
373
|
-
type: "0x0";
|
374
374
|
to: `0x${string}` | null;
|
375
375
|
from: `0x${string}`;
|
376
376
|
gas: `0x${string}`;
|
@@ -389,6 +389,7 @@ export declare const funkiSepolia: {
|
|
389
389
|
mint?: undefined;
|
390
390
|
sourceHash?: undefined;
|
391
391
|
}) | ({
|
392
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
392
393
|
r?: `0x${string}`;
|
393
394
|
s?: `0x${string}`;
|
394
395
|
v?: `0x${string}`;
|
@@ -396,7 +397,6 @@ export declare const funkiSepolia: {
|
|
396
397
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
397
398
|
maxFeePerGas?: `0x${string}` | undefined;
|
398
399
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
399
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
400
400
|
to?: `0x${string}` | null;
|
401
401
|
from?: `0x${string}`;
|
402
402
|
gas?: `0x${string}`;
|
@@ -412,6 +412,7 @@ export declare const funkiSepolia: {
|
|
412
412
|
chainId?: `0x${string}` | undefined;
|
413
413
|
yParity?: `0x${string}` | undefined;
|
414
414
|
} & {
|
415
|
+
type: "0x1";
|
415
416
|
r: `0x${string}`;
|
416
417
|
s: `0x${string}`;
|
417
418
|
v: `0x${string}`;
|
@@ -419,7 +420,6 @@ export declare const funkiSepolia: {
|
|
419
420
|
maxFeePerBlobGas?: undefined;
|
420
421
|
maxFeePerGas?: undefined;
|
421
422
|
maxPriorityFeePerGas?: undefined;
|
422
|
-
type: "0x1";
|
423
423
|
to: `0x${string}` | null;
|
424
424
|
from: `0x${string}`;
|
425
425
|
gas: `0x${string}`;
|
@@ -439,6 +439,7 @@ export declare const funkiSepolia: {
|
|
439
439
|
mint?: undefined;
|
440
440
|
sourceHash?: undefined;
|
441
441
|
}) | ({
|
442
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
442
443
|
r?: `0x${string}`;
|
443
444
|
s?: `0x${string}`;
|
444
445
|
v?: `0x${string}`;
|
@@ -446,7 +447,6 @@ export declare const funkiSepolia: {
|
|
446
447
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
447
448
|
maxFeePerGas?: `0x${string}` | undefined;
|
448
449
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
449
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
450
450
|
to?: `0x${string}` | null;
|
451
451
|
from?: `0x${string}`;
|
452
452
|
gas?: `0x${string}`;
|
@@ -462,6 +462,7 @@ export declare const funkiSepolia: {
|
|
462
462
|
chainId?: `0x${string}` | undefined;
|
463
463
|
yParity?: `0x${string}` | undefined;
|
464
464
|
} & {
|
465
|
+
type: "0x2";
|
465
466
|
r: `0x${string}`;
|
466
467
|
s: `0x${string}`;
|
467
468
|
v: `0x${string}`;
|
@@ -469,7 +470,6 @@ export declare const funkiSepolia: {
|
|
469
470
|
maxFeePerBlobGas?: undefined;
|
470
471
|
maxFeePerGas: `0x${string}`;
|
471
472
|
maxPriorityFeePerGas: `0x${string}`;
|
472
|
-
type: "0x2";
|
473
473
|
to: `0x${string}` | null;
|
474
474
|
from: `0x${string}`;
|
475
475
|
gas: `0x${string}`;
|
@@ -489,6 +489,7 @@ export declare const funkiSepolia: {
|
|
489
489
|
mint?: undefined;
|
490
490
|
sourceHash?: undefined;
|
491
491
|
}) | ({
|
492
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
492
493
|
r?: `0x${string}`;
|
493
494
|
s?: `0x${string}`;
|
494
495
|
v?: `0x${string}`;
|
@@ -496,7 +497,6 @@ export declare const funkiSepolia: {
|
|
496
497
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
497
498
|
maxFeePerGas?: `0x${string}` | undefined;
|
498
499
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
499
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
500
500
|
to?: `0x${string}` | null;
|
501
501
|
from?: `0x${string}`;
|
502
502
|
gas?: `0x${string}`;
|
@@ -517,6 +517,7 @@ export declare const funkiSepolia: {
|
|
517
517
|
sourceHash: `0x${string}`;
|
518
518
|
type: "0x7e";
|
519
519
|
}) | ({
|
520
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
520
521
|
r?: `0x${string}`;
|
521
522
|
s?: `0x${string}`;
|
522
523
|
v?: `0x${string}`;
|
@@ -524,7 +525,6 @@ export declare const funkiSepolia: {
|
|
524
525
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
525
526
|
maxFeePerGas?: `0x${string}` | undefined;
|
526
527
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
527
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
528
528
|
to?: `0x${string}` | null;
|
529
529
|
from?: `0x${string}`;
|
530
530
|
gas?: `0x${string}`;
|
@@ -540,6 +540,7 @@ export declare const funkiSepolia: {
|
|
540
540
|
chainId?: `0x${string}` | undefined;
|
541
541
|
yParity?: `0x${string}` | undefined;
|
542
542
|
} & {
|
543
|
+
type: "0x0";
|
543
544
|
r: `0x${string}`;
|
544
545
|
s: `0x${string}`;
|
545
546
|
v: `0x${string}`;
|
@@ -548,7 +549,6 @@ export declare const funkiSepolia: {
|
|
548
549
|
maxFeePerBlobGas?: undefined;
|
549
550
|
maxFeePerGas?: undefined;
|
550
551
|
maxPriorityFeePerGas?: undefined;
|
551
|
-
type: "0x0";
|
552
552
|
to: `0x${string}` | null;
|
553
553
|
from: `0x${string}`;
|
554
554
|
gas: `0x${string}`;
|
@@ -567,6 +567,7 @@ export declare const funkiSepolia: {
|
|
567
567
|
mint?: undefined;
|
568
568
|
sourceHash?: undefined;
|
569
569
|
}) | ({
|
570
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
570
571
|
r?: `0x${string}`;
|
571
572
|
s?: `0x${string}`;
|
572
573
|
v?: `0x${string}`;
|
@@ -574,7 +575,6 @@ export declare const funkiSepolia: {
|
|
574
575
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
575
576
|
maxFeePerGas?: `0x${string}` | undefined;
|
576
577
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
577
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
578
578
|
to?: `0x${string}` | null;
|
579
579
|
from?: `0x${string}`;
|
580
580
|
gas?: `0x${string}`;
|
@@ -590,6 +590,7 @@ export declare const funkiSepolia: {
|
|
590
590
|
chainId?: `0x${string}` | undefined;
|
591
591
|
yParity?: `0x${string}` | undefined;
|
592
592
|
} & {
|
593
|
+
type: "0x1";
|
593
594
|
r: `0x${string}`;
|
594
595
|
s: `0x${string}`;
|
595
596
|
v: `0x${string}`;
|
@@ -597,7 +598,6 @@ export declare const funkiSepolia: {
|
|
597
598
|
maxFeePerBlobGas?: undefined;
|
598
599
|
maxFeePerGas?: undefined;
|
599
600
|
maxPriorityFeePerGas?: undefined;
|
600
|
-
type: "0x1";
|
601
601
|
to: `0x${string}` | null;
|
602
602
|
from: `0x${string}`;
|
603
603
|
gas: `0x${string}`;
|
@@ -617,6 +617,7 @@ export declare const funkiSepolia: {
|
|
617
617
|
mint?: undefined;
|
618
618
|
sourceHash?: undefined;
|
619
619
|
}) | ({
|
620
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
620
621
|
r?: `0x${string}`;
|
621
622
|
s?: `0x${string}`;
|
622
623
|
v?: `0x${string}`;
|
@@ -624,7 +625,6 @@ export declare const funkiSepolia: {
|
|
624
625
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
625
626
|
maxFeePerGas?: `0x${string}` | undefined;
|
626
627
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
627
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
628
628
|
to?: `0x${string}` | null;
|
629
629
|
from?: `0x${string}`;
|
630
630
|
gas?: `0x${string}`;
|
@@ -640,6 +640,7 @@ export declare const funkiSepolia: {
|
|
640
640
|
chainId?: `0x${string}` | undefined;
|
641
641
|
yParity?: `0x${string}` | undefined;
|
642
642
|
} & {
|
643
|
+
type: "0x2";
|
643
644
|
r: `0x${string}`;
|
644
645
|
s: `0x${string}`;
|
645
646
|
v: `0x${string}`;
|
@@ -647,7 +648,6 @@ export declare const funkiSepolia: {
|
|
647
648
|
maxFeePerBlobGas?: undefined;
|
648
649
|
maxFeePerGas: `0x${string}`;
|
649
650
|
maxPriorityFeePerGas: `0x${string}`;
|
650
|
-
type: "0x2";
|
651
651
|
to: `0x${string}` | null;
|
652
652
|
from: `0x${string}`;
|
653
653
|
gas: `0x${string}`;
|
@@ -667,6 +667,7 @@ export declare const funkiSepolia: {
|
|
667
667
|
mint?: undefined;
|
668
668
|
sourceHash?: undefined;
|
669
669
|
}) | ({
|
670
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
670
671
|
r?: `0x${string}`;
|
671
672
|
s?: `0x${string}`;
|
672
673
|
v?: `0x${string}`;
|
@@ -674,7 +675,6 @@ export declare const funkiSepolia: {
|
|
674
675
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
675
676
|
maxFeePerGas?: `0x${string}` | undefined;
|
676
677
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
677
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
678
678
|
to?: `0x${string}` | null;
|
679
679
|
from?: `0x${string}`;
|
680
680
|
gas?: `0x${string}`;
|
@@ -690,6 +690,7 @@ export declare const funkiSepolia: {
|
|
690
690
|
chainId?: `0x${string}` | undefined;
|
691
691
|
yParity?: `0x${string}` | undefined;
|
692
692
|
} & {
|
693
|
+
type: "0x3";
|
693
694
|
r: `0x${string}`;
|
694
695
|
s: `0x${string}`;
|
695
696
|
v: `0x${string}`;
|
@@ -697,7 +698,6 @@ export declare const funkiSepolia: {
|
|
697
698
|
maxFeePerBlobGas: `0x${string}`;
|
698
699
|
maxFeePerGas: `0x${string}`;
|
699
700
|
maxPriorityFeePerGas: `0x${string}`;
|
700
|
-
type: "0x3";
|
701
701
|
to: `0x${string}` | null;
|
702
702
|
from: `0x${string}`;
|
703
703
|
gas: `0x${string}`;
|
@@ -717,6 +717,7 @@ export declare const funkiSepolia: {
|
|
717
717
|
mint?: undefined;
|
718
718
|
sourceHash?: undefined;
|
719
719
|
}) | ({
|
720
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
720
721
|
r?: `0x${string}`;
|
721
722
|
s?: `0x${string}`;
|
722
723
|
v?: `0x${string}`;
|
@@ -724,7 +725,6 @@ export declare const funkiSepolia: {
|
|
724
725
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
725
726
|
maxFeePerGas?: `0x${string}` | undefined;
|
726
727
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
727
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
728
728
|
to?: `0x${string}` | null;
|
729
729
|
from?: `0x${string}`;
|
730
730
|
gas?: `0x${string}`;
|