viem 2.13.6 → 2.13.8
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/README.md +0 -6
- 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/fees.js.map +1 -1
- package/_cjs/celo/formatters.js.map +1 -1
- package/_cjs/celo/index.js.map +1 -1
- package/_cjs/celo/serializers.js.map +1 -1
- package/_cjs/celo/utils.js.map +1 -1
- package/_cjs/chains/definitions/defichainEvm.js +1 -1
- package/_cjs/chains/definitions/defichainEvm.js.map +1 -1
- package/_cjs/chains/definitions/defichainEvmTestnet.js +1 -1
- package/_cjs/chains/definitions/defichainEvmTestnet.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 +7 -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/index.js +4 -3
- package/_cjs/utils/index.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/actions/sendTransaction.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/fees.js.map +1 -1
- package/_esm/celo/formatters.js.map +1 -1
- package/_esm/celo/index.js +1 -1
- package/_esm/celo/index.js.map +1 -1
- package/_esm/celo/serializers.js.map +1 -1
- package/_esm/celo/utils.js +1 -0
- package/_esm/celo/utils.js.map +1 -1
- package/_esm/chains/definitions/defichainEvm.js +1 -1
- package/_esm/chains/definitions/defichainEvm.js.map +1 -1
- package/_esm/chains/definitions/defichainEvmTestnet.js +1 -1
- package/_esm/chains/definitions/defichainEvmTestnet.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 +5 -4
- 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/index.js +1 -1
- package/_esm/utils/index.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/actions/sendTransaction.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 +725 -747
- package/_types/celo/chainConfig.d.ts.map +1 -1
- package/_types/celo/fees.d.ts.map +1 -1
- package/_types/celo/formatters.d.ts +360 -371
- package/_types/celo/formatters.d.ts.map +1 -1
- package/_types/celo/index.d.ts +2 -2
- package/_types/celo/index.d.ts.map +1 -1
- package/_types/celo/serializers.d.ts.map +1 -1
- package/_types/celo/types.d.ts +27 -27
- package/_types/celo/types.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/acala.d.ts +2 -2
- package/_types/chains/definitions/ancient8.d.ts +207 -218
- package/_types/chains/definitions/ancient8.d.ts.map +1 -1
- package/_types/chains/definitions/ancient8Sepolia.d.ts +207 -218
- package/_types/chains/definitions/ancient8Sepolia.d.ts.map +1 -1
- package/_types/chains/definitions/anvil.d.ts +2 -2
- package/_types/chains/definitions/apexTestnet.d.ts +2 -2
- package/_types/chains/definitions/arbitrum.d.ts +2 -2
- package/_types/chains/definitions/arbitrumGoerli.d.ts +2 -2
- package/_types/chains/definitions/arbitrumNova.d.ts +2 -2
- package/_types/chains/definitions/arbitrumSepolia.d.ts +2 -2
- package/_types/chains/definitions/areonNetwork.d.ts +2 -2
- package/_types/chains/definitions/areonNetworkTestnet.d.ts +2 -2
- package/_types/chains/definitions/astar.d.ts +2 -2
- package/_types/chains/definitions/astarZkEVM.d.ts +2 -2
- package/_types/chains/definitions/astarZkyoto.d.ts +2 -2
- package/_types/chains/definitions/aurora.d.ts +2 -2
- package/_types/chains/definitions/auroraTestnet.d.ts +2 -2
- package/_types/chains/definitions/auroria.d.ts +2 -2
- package/_types/chains/definitions/avalanche.d.ts +2 -2
- package/_types/chains/definitions/avalancheFuji.d.ts +2 -2
- package/_types/chains/definitions/bahamut.d.ts +2 -2
- package/_types/chains/definitions/base.d.ts +207 -218
- package/_types/chains/definitions/base.d.ts.map +1 -1
- package/_types/chains/definitions/baseGoerli.d.ts +207 -218
- package/_types/chains/definitions/baseGoerli.d.ts.map +1 -1
- package/_types/chains/definitions/baseSepolia.d.ts +207 -218
- package/_types/chains/definitions/baseSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/beam.d.ts +2 -2
- package/_types/chains/definitions/beamTestnet.d.ts +2 -2
- package/_types/chains/definitions/bearNetworkChainMainnet.d.ts +2 -2
- package/_types/chains/definitions/bearNetworkChainTestnet.d.ts +2 -2
- package/_types/chains/definitions/berachainTestnet.d.ts +2 -2
- package/_types/chains/definitions/bevmMainnet.d.ts +2 -2
- package/_types/chains/definitions/bitTorrent.d.ts +2 -2
- package/_types/chains/definitions/bitTorrentTestnet.d.ts +2 -2
- package/_types/chains/definitions/bitkub.d.ts +2 -2
- package/_types/chains/definitions/bitkubTestnet.d.ts +2 -2
- package/_types/chains/definitions/blast.d.ts +2 -2
- package/_types/chains/definitions/blastSepolia.d.ts +2 -2
- package/_types/chains/definitions/bob.d.ts +2 -2
- package/_types/chains/definitions/boba.d.ts +2 -2
- package/_types/chains/definitions/bronos.d.ts +2 -2
- package/_types/chains/definitions/bronosTestnet.d.ts +2 -2
- package/_types/chains/definitions/bsc.d.ts +2 -2
- package/_types/chains/definitions/bscGreenfield.d.ts +2 -2
- package/_types/chains/definitions/bscTestnet.d.ts +2 -2
- package/_types/chains/definitions/btr.d.ts +2 -2
- package/_types/chains/definitions/btrTestnet.d.ts +2 -2
- package/_types/chains/definitions/bxn.d.ts +2 -2
- package/_types/chains/definitions/bxnTestnet.d.ts +2 -2
- package/_types/chains/definitions/canto.d.ts +2 -2
- package/_types/chains/definitions/celo.d.ts +728 -750
- package/_types/chains/definitions/celo.d.ts.map +1 -1
- package/_types/chains/definitions/celoAlfajores.d.ts +728 -750
- package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
- package/_types/chains/definitions/chiliz.d.ts +2 -2
- package/_types/chains/definitions/classic.d.ts +2 -2
- package/_types/chains/definitions/confluxESpace.d.ts +2 -2
- package/_types/chains/definitions/confluxESpaceTestnet.d.ts +2 -2
- package/_types/chains/definitions/coreDao.d.ts +2 -2
- package/_types/chains/definitions/cronos.d.ts +2 -2
- package/_types/chains/definitions/cronosTestnet.d.ts +2 -2
- package/_types/chains/definitions/crossbell.d.ts +2 -2
- package/_types/chains/definitions/cyber.d.ts +2 -2
- package/_types/chains/definitions/cyberTestnet.d.ts +2 -2
- package/_types/chains/definitions/darwinia.d.ts +2 -2
- package/_types/chains/definitions/defichainEvm.d.ts +3 -3
- package/_types/chains/definitions/defichainEvmTestnet.d.ts +3 -3
- package/_types/chains/definitions/degen.d.ts +2 -2
- package/_types/chains/definitions/dfk.d.ts +2 -2
- package/_types/chains/definitions/dodochainTestnet.d.ts +2 -2
- package/_types/chains/definitions/dogechain.d.ts +2 -2
- package/_types/chains/definitions/dreyerxMainnet.d.ts +2 -2
- package/_types/chains/definitions/edgeless.d.ts +2 -2
- package/_types/chains/definitions/edgelessTestnet.d.ts +2 -2
- package/_types/chains/definitions/edgeware.d.ts +2 -2
- package/_types/chains/definitions/edgewareTestnet.d.ts +2 -2
- package/_types/chains/definitions/ekta.d.ts +2 -2
- package/_types/chains/definitions/ektaTestnet.d.ts +2 -2
- package/_types/chains/definitions/eon.d.ts +2 -2
- package/_types/chains/definitions/eos.d.ts +2 -2
- package/_types/chains/definitions/eosTestnet.d.ts +2 -2
- package/_types/chains/definitions/etherlinkTestnet.d.ts +2 -2
- package/_types/chains/definitions/evmos.d.ts +2 -2
- package/_types/chains/definitions/evmosTestnet.d.ts +2 -2
- package/_types/chains/definitions/fantom.d.ts +2 -2
- package/_types/chains/definitions/fantomSonicTestnet.d.ts +2 -2
- package/_types/chains/definitions/fantomTestnet.d.ts +2 -2
- package/_types/chains/definitions/fibo.d.ts +2 -2
- package/_types/chains/definitions/filecoin.d.ts +2 -2
- package/_types/chains/definitions/filecoinCalibration.d.ts +2 -2
- package/_types/chains/definitions/filecoinHyperspace.d.ts +2 -2
- package/_types/chains/definitions/flare.d.ts +2 -2
- package/_types/chains/definitions/flareTestnet.d.ts +2 -2
- package/_types/chains/definitions/flowMainnet.d.ts +2 -2
- package/_types/chains/definitions/flowPreviewnet.d.ts +2 -2
- package/_types/chains/definitions/flowTestnet.d.ts +2 -2
- package/_types/chains/definitions/foundry.d.ts +2 -2
- package/_types/chains/definitions/fraxtal.d.ts +207 -218
- package/_types/chains/definitions/fraxtal.d.ts.map +1 -1
- package/_types/chains/definitions/fraxtalTestnet.d.ts +207 -218
- package/_types/chains/definitions/fraxtalTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/funkiSepolia.d.ts +207 -218
- package/_types/chains/definitions/funkiSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/fuse.d.ts +2 -2
- package/_types/chains/definitions/fuseSparknet.d.ts +2 -2
- package/_types/chains/definitions/gnosis.d.ts +2 -2
- package/_types/chains/definitions/gnosisChiado.d.ts +2 -2
- package/_types/chains/definitions/gobi.d.ts +2 -2
- package/_types/chains/definitions/goerli.d.ts +2 -2
- package/_types/chains/definitions/haqqMainnet.d.ts +2 -2
- package/_types/chains/definitions/haqqTestedge2.d.ts +2 -2
- package/_types/chains/definitions/hardhat.d.ts +2 -2
- package/_types/chains/definitions/harmonyOne.d.ts +2 -2
- package/_types/chains/definitions/hedera.d.ts +2 -2
- package/_types/chains/definitions/hederaPreviewnet.d.ts +2 -2
- package/_types/chains/definitions/hederaTestnet.d.ts +2 -2
- package/_types/chains/definitions/holesky.d.ts +2 -2
- package/_types/chains/definitions/immutableZkEvm.d.ts +2 -2
- package/_types/chains/definitions/immutableZkEvmTestnet.d.ts +2 -2
- package/_types/chains/definitions/inEVM.d.ts +2 -2
- package/_types/chains/definitions/iotex.d.ts +2 -2
- package/_types/chains/definitions/iotexTestnet.d.ts +2 -2
- package/_types/chains/definitions/jbc.d.ts +2 -2
- package/_types/chains/definitions/jbcTestnet.d.ts +2 -2
- package/_types/chains/definitions/kakarotSepolia.d.ts +2 -2
- package/_types/chains/definitions/karura.d.ts +2 -2
- package/_types/chains/definitions/kava.d.ts +2 -2
- package/_types/chains/definitions/kavaTestnet.d.ts +2 -2
- package/_types/chains/definitions/kcc.d.ts +2 -2
- package/_types/chains/definitions/klaytn.d.ts +2 -2
- package/_types/chains/definitions/klaytnBaobab.d.ts +2 -2
- package/_types/chains/definitions/kroma.d.ts +2 -2
- package/_types/chains/definitions/kromaSepolia.d.ts +2 -2
- package/_types/chains/definitions/l3x.d.ts +2 -2
- package/_types/chains/definitions/l3xTestnet.d.ts +2 -2
- package/_types/chains/definitions/lightlinkPegasus.d.ts +2 -2
- package/_types/chains/definitions/lightlinkPhoenix.d.ts +2 -2
- package/_types/chains/definitions/linea.d.ts +2 -2
- package/_types/chains/definitions/lineaGoerli.d.ts +2 -2
- package/_types/chains/definitions/lineaSepolia.d.ts +2 -2
- package/_types/chains/definitions/lineaTestnet.d.ts +2 -2
- package/_types/chains/definitions/lisk.d.ts +171 -171
- package/_types/chains/definitions/liskSepolia.d.ts +207 -218
- package/_types/chains/definitions/liskSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/localhost.d.ts +2 -2
- package/_types/chains/definitions/lukso.d.ts +2 -2
- package/_types/chains/definitions/luksoTestnet.d.ts +2 -2
- package/_types/chains/definitions/lycan.d.ts +2 -2
- package/_types/chains/definitions/mainnet.d.ts +2 -2
- package/_types/chains/definitions/mandala.d.ts +2 -2
- package/_types/chains/definitions/manta.d.ts +2 -2
- package/_types/chains/definitions/mantaSepoliaTestnet.d.ts +2 -2
- package/_types/chains/definitions/mantaTestnet.d.ts +2 -2
- package/_types/chains/definitions/mantle.d.ts +2 -2
- package/_types/chains/definitions/mantleSepoliaTestnet.d.ts +2 -2
- package/_types/chains/definitions/mantleTestnet.d.ts +2 -2
- package/_types/chains/definitions/merlin.d.ts +2 -2
- package/_types/chains/definitions/metachain.d.ts +2 -2
- package/_types/chains/definitions/metachainIstanbul.d.ts +2 -2
- package/_types/chains/definitions/metalL2.d.ts +207 -218
- package/_types/chains/definitions/metalL2.d.ts.map +1 -1
- package/_types/chains/definitions/meter.d.ts +2 -2
- package/_types/chains/definitions/meterTestnet.d.ts +2 -2
- package/_types/chains/definitions/metis.d.ts +2 -2
- package/_types/chains/definitions/metisGoerli.d.ts +2 -2
- package/_types/chains/definitions/mev.d.ts +2 -2
- package/_types/chains/definitions/mevTestnet.d.ts +2 -2
- package/_types/chains/definitions/mintSepoliaTestnet.d.ts +2 -2
- package/_types/chains/definitions/mode.d.ts +2 -2
- package/_types/chains/definitions/modeTestnet.d.ts +2 -2
- package/_types/chains/definitions/moonbaseAlpha.d.ts +2 -2
- package/_types/chains/definitions/moonbeam.d.ts +2 -2
- package/_types/chains/definitions/moonbeamDev.d.ts +2 -2
- package/_types/chains/definitions/moonriver.d.ts +2 -2
- package/_types/chains/definitions/morphSepolia.d.ts +2 -2
- package/_types/chains/definitions/nautilus.d.ts +2 -2
- package/_types/chains/definitions/neonDevnet.d.ts +2 -2
- package/_types/chains/definitions/neonMainnet.d.ts +2 -2
- package/_types/chains/definitions/nexi.d.ts +2 -2
- package/_types/chains/definitions/nexilix.d.ts +2 -2
- package/_types/chains/definitions/oasisTestnet.d.ts +2 -2
- package/_types/chains/definitions/oasys.d.ts +2 -2
- package/_types/chains/definitions/okc.d.ts +2 -2
- package/_types/chains/definitions/oortmainnetDev.d.ts +2 -2
- package/_types/chains/definitions/opBNB.d.ts +2 -2
- package/_types/chains/definitions/opBNBTestnet.d.ts +2 -2
- package/_types/chains/definitions/optimism.d.ts +212 -218
- package/_types/chains/definitions/optimism.d.ts.map +1 -1
- package/_types/chains/definitions/optimismGoerli.d.ts +207 -218
- package/_types/chains/definitions/optimismGoerli.d.ts.map +1 -1
- package/_types/chains/definitions/optimismSepolia.d.ts +207 -218
- package/_types/chains/definitions/optimismSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/otimDevnet.d.ts +2 -2
- package/_types/chains/definitions/palm.d.ts +2 -2
- package/_types/chains/definitions/palmTestnet.d.ts +2 -2
- package/_types/chains/definitions/pgn.d.ts +208 -219
- package/_types/chains/definitions/pgn.d.ts.map +1 -1
- package/_types/chains/definitions/pgnTestnet.d.ts +208 -219
- package/_types/chains/definitions/pgnTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/phoenix.d.ts +2 -2
- package/_types/chains/definitions/playfiAlbireo.d.ts +171 -171
- package/_types/chains/definitions/plinga.d.ts +2 -2
- package/_types/chains/definitions/plumeTestnet.d.ts +2 -2
- package/_types/chains/definitions/polygon.d.ts +2 -2
- package/_types/chains/definitions/polygonAmoy.d.ts +2 -2
- package/_types/chains/definitions/polygonMumbai.d.ts +2 -2
- package/_types/chains/definitions/polygonZkEvm.d.ts +2 -2
- package/_types/chains/definitions/polygonZkEvmCardona.d.ts +2 -2
- package/_types/chains/definitions/polygonZkEvmTestnet.d.ts +2 -2
- package/_types/chains/definitions/pulsechain.d.ts +2 -2
- package/_types/chains/definitions/pulsechainV4.d.ts +2 -2
- package/_types/chains/definitions/qMainnet.d.ts +2 -2
- package/_types/chains/definitions/qTestnet.d.ts +2 -2
- package/_types/chains/definitions/redstone.d.ts +2 -2
- package/_types/chains/definitions/reyaNetwork.d.ts +2 -2
- package/_types/chains/definitions/rollux.d.ts +2 -2
- package/_types/chains/definitions/rolluxTestnet.d.ts +2 -2
- package/_types/chains/definitions/ronin.d.ts +2 -2
- package/_types/chains/definitions/rootstock.d.ts +2 -2
- package/_types/chains/definitions/rootstockTestnet.d.ts +2 -2
- package/_types/chains/definitions/rss3.d.ts +207 -218
- package/_types/chains/definitions/rss3.d.ts.map +1 -1
- package/_types/chains/definitions/rss3Sepolia.d.ts +207 -218
- package/_types/chains/definitions/rss3Sepolia.d.ts.map +1 -1
- package/_types/chains/definitions/saigon.d.ts +2 -2
- package/_types/chains/definitions/sapphire.d.ts +2 -2
- package/_types/chains/definitions/sapphireTestnet.d.ts +2 -2
- package/_types/chains/definitions/satoshivm.d.ts +2 -2
- package/_types/chains/definitions/satoshivmTestnet.d.ts +2 -2
- package/_types/chains/definitions/scroll.d.ts +2 -2
- package/_types/chains/definitions/scrollSepolia.d.ts +2 -2
- package/_types/chains/definitions/sei.d.ts +3 -2
- package/_types/chains/definitions/sei.d.ts.map +1 -1
- package/_types/chains/definitions/seiDevnet.d.ts +2 -2
- package/_types/chains/definitions/sepolia.d.ts +2 -2
- package/_types/chains/definitions/shardeumSphinx.d.ts +2 -2
- package/_types/chains/definitions/shibarium.d.ts +2 -2
- package/_types/chains/definitions/shimmer.d.ts +2 -2
- package/_types/chains/definitions/shimmerTestnet.d.ts +2 -2
- package/_types/chains/definitions/skale/brawl.d.ts +2 -2
- package/_types/chains/definitions/skale/calypso.d.ts +2 -2
- package/_types/chains/definitions/skale/calypsoTestnet.d.ts +2 -2
- package/_types/chains/definitions/skale/cryptoBlades.d.ts +2 -2
- package/_types/chains/definitions/skale/cryptoColosseum.d.ts +2 -2
- package/_types/chains/definitions/skale/europa.d.ts +2 -2
- package/_types/chains/definitions/skale/europaTestnet.d.ts +2 -2
- package/_types/chains/definitions/skale/exorde.d.ts +2 -2
- package/_types/chains/definitions/skale/humanProtocol.d.ts +2 -2
- package/_types/chains/definitions/skale/nebula.d.ts +2 -2
- package/_types/chains/definitions/skale/nebulaTestnet.d.ts +2 -2
- package/_types/chains/definitions/skale/razor.d.ts +2 -2
- package/_types/chains/definitions/skale/titan.d.ts +2 -2
- package/_types/chains/definitions/skale/titanTestnet.d.ts +2 -2
- package/_types/chains/definitions/songbird.d.ts +2 -2
- package/_types/chains/definitions/songbirdTestnet.d.ts +2 -2
- package/_types/chains/definitions/spicy.d.ts +2 -2
- package/_types/chains/definitions/stratis.d.ts +2 -2
- package/_types/chains/definitions/syscoin.d.ts +2 -2
- package/_types/chains/definitions/syscoinTestnet.d.ts +2 -2
- package/_types/chains/definitions/taiko.d.ts +2 -2
- package/_types/chains/definitions/taikoHekla.d.ts +2 -2
- package/_types/chains/definitions/taikoJolnir.d.ts +2 -2
- package/_types/chains/definitions/taikoKatla.d.ts +2 -2
- package/_types/chains/definitions/taikoTestnetSepolia.d.ts +2 -2
- package/_types/chains/definitions/taraxa.d.ts +2 -2
- package/_types/chains/definitions/taraxaTestnet.d.ts +2 -2
- package/_types/chains/definitions/telcoinTestnet.d.ts +2 -2
- package/_types/chains/definitions/telos.d.ts +2 -2
- package/_types/chains/definitions/telosTestnet.d.ts +2 -2
- package/_types/chains/definitions/tenet.d.ts +2 -2
- package/_types/chains/definitions/thaiChain.d.ts +2 -2
- package/_types/chains/definitions/thunderTestnet.d.ts +2 -2
- package/_types/chains/definitions/vechain.d.ts +2 -2
- package/_types/chains/definitions/wanchain.d.ts +2 -2
- package/_types/chains/definitions/wanchainTestnet.d.ts +2 -2
- package/_types/chains/definitions/wemix.d.ts +2 -2
- package/_types/chains/definitions/wemixTestnet.d.ts +2 -2
- package/_types/chains/definitions/xLayer.d.ts +2 -2
- package/_types/chains/definitions/xLayerTestnet.d.ts +2 -2
- package/_types/chains/definitions/xdc.d.ts +2 -2
- package/_types/chains/definitions/xdcTestnet.d.ts +2 -2
- package/_types/chains/definitions/yooldoVerse.d.ts +2 -2
- package/_types/chains/definitions/yooldoVerseTestnet.d.ts +2 -2
- package/_types/chains/definitions/zetachain.d.ts +2 -2
- package/_types/chains/definitions/zetachainAthensTestnet.d.ts +2 -2
- package/_types/chains/definitions/zhejiang.d.ts +2 -2
- package/_types/chains/definitions/zilliqa.d.ts +2 -2
- package/_types/chains/definitions/zilliqaTestnet.d.ts +2 -2
- package/_types/chains/definitions/zkFair.d.ts +2 -2
- package/_types/chains/definitions/zkFairTestnet.d.ts +2 -2
- package/_types/chains/definitions/zkSync.d.ts +171 -171
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +171 -171
- package/_types/chains/definitions/zkSyncLocalNode.d.ts +171 -171
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +171 -171
- package/_types/chains/definitions/zkSyncTestnet.d.ts +171 -171
- package/_types/chains/definitions/zora.d.ts +207 -218
- package/_types/chains/definitions/zora.d.ts.map +1 -1
- package/_types/chains/definitions/zoraSepolia.d.ts +207 -218
- package/_types/chains/definitions/zoraSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/zoraTestnet.d.ts +207 -218
- package/_types/chains/definitions/zoraTestnet.d.ts.map +1 -1
- package/_types/clients/createClient.d.ts +1 -1
- package/_types/clients/createClient.d.ts.map +1 -1
- package/_types/clients/transports/fallback.d.ts +5 -4
- 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 +10 -10
- 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 +206 -217
- package/_types/op-stack/chainConfig.d.ts.map +1 -1
- package/_types/op-stack/formatters.d.ts +206 -217
- package/_types/op-stack/formatters.d.ts.map +1 -1
- 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/block.d.ts +15 -15
- package/_types/types/block.d.ts.map +1 -1
- package/_types/types/chain.d.ts +28 -39
- package/_types/types/chain.d.ts.map +1 -1
- package/_types/types/eip1193.d.ts +2 -2
- package/_types/types/eip1193.d.ts.map +1 -1
- package/_types/types/fee.d.ts +20 -15
- package/_types/types/fee.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/rpc.d.ts +13 -13
- package/_types/types/rpc.d.ts.map +1 -1
- package/_types/types/transaction.d.ts +77 -77
- package/_types/types/transaction.d.ts.map +1 -1
- package/_types/types/transport.d.ts +1 -1
- package/_types/types/transport.d.ts.map +1 -1
- package/_types/types/utils.d.ts +18 -5
- 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/chain/extractChain.d.ts +4 -2
- package/_types/utils/chain/extractChain.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 +65 -65
- package/_types/utils/formatters/transactionRequest.d.ts +41 -41
- package/_types/utils/hash/normalizeSignature.d.ts +3 -2
- package/_types/utils/hash/normalizeSignature.d.ts.map +1 -1
- package/_types/utils/index.d.ts +1 -1
- package/_types/utils/index.d.ts.map +1 -1
- package/_types/utils/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/actions/sendTransaction.d.ts.map +1 -1
- package/_types/zksync/chainConfig.d.ts +170 -170
- package/_types/zksync/constants/contract.d.ts +0 -1
- package/_types/zksync/constants/contract.d.ts.map +1 -1
- package/_types/zksync/formatters.d.ts +170 -170
- 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/fees.ts +0 -1
- package/celo/formatters.ts +3 -3
- package/celo/index.ts +5 -2
- package/celo/serializers.ts +0 -1
- package/celo/types.ts +89 -96
- package/celo/utils.ts +1 -0
- package/chains/definitions/defichainEvm.ts +1 -1
- package/chains/definitions/defichainEvmTestnet.ts +1 -1
- 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 +14 -12
- 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 +23 -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 +3 -2
- package/types/account.ts +1 -11
- package/types/block.ts +16 -16
- package/types/chain.ts +44 -60
- package/types/eip1193.ts +2 -2
- package/types/fee.ts +23 -21
- package/types/kzg.ts +2 -1
- package/types/proof.ts +2 -2
- package/types/rpc.ts +30 -31
- package/types/transaction.ts +216 -207
- package/types/transport.ts +3 -1
- package/types/utils.ts +23 -5
- 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/chain/extractChain.ts +2 -2
- 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/index.ts +3 -0
- 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 +9 -4
- 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/actions/sendTransaction.ts +1 -2
- 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
@@ -56,15 +56,15 @@ export declare const formatters: {
|
|
56
56
|
input: `0x${string}`;
|
57
57
|
transactionIndex: number | null;
|
58
58
|
typeHex: `0x${string}` | null;
|
59
|
-
gasPrice: bigint;
|
60
|
-
maxFeePerBlobGas?: undefined;
|
61
|
-
maxFeePerGas?: undefined;
|
62
|
-
maxPriorityFeePerGas?: undefined;
|
63
59
|
accessList?: undefined;
|
64
60
|
blobVersionedHashes?: undefined;
|
65
61
|
chainId?: number | undefined;
|
66
62
|
yParity?: undefined;
|
67
63
|
type: "legacy";
|
64
|
+
gasPrice: bigint;
|
65
|
+
maxFeePerBlobGas?: undefined;
|
66
|
+
maxFeePerGas?: undefined;
|
67
|
+
maxPriorityFeePerGas?: undefined;
|
68
68
|
l1BatchNumber: bigint | null;
|
69
69
|
l1BatchTxIndex: bigint | null;
|
70
70
|
} | {
|
@@ -82,15 +82,15 @@ export declare const formatters: {
|
|
82
82
|
input: `0x${string}`;
|
83
83
|
transactionIndex: number | null;
|
84
84
|
typeHex: `0x${string}` | null;
|
85
|
-
gasPrice: undefined;
|
86
|
-
maxFeePerBlobGas?: undefined;
|
87
|
-
maxFeePerGas: bigint;
|
88
|
-
maxPriorityFeePerGas: bigint;
|
89
85
|
accessList?: undefined;
|
90
86
|
blobVersionedHashes?: undefined;
|
91
87
|
chainId?: number | undefined;
|
92
88
|
yParity: number;
|
93
89
|
type: "priority";
|
90
|
+
gasPrice: undefined;
|
91
|
+
maxFeePerBlobGas?: undefined;
|
92
|
+
maxFeePerGas: bigint;
|
93
|
+
maxPriorityFeePerGas: bigint;
|
94
94
|
l1BatchNumber: bigint | null;
|
95
95
|
l1BatchTxIndex: bigint | null;
|
96
96
|
} | {
|
@@ -108,15 +108,15 @@ export declare const formatters: {
|
|
108
108
|
input: `0x${string}`;
|
109
109
|
transactionIndex: number | null;
|
110
110
|
typeHex: `0x${string}` | null;
|
111
|
-
gasPrice: undefined;
|
112
|
-
maxFeePerBlobGas?: undefined;
|
113
|
-
maxFeePerGas: bigint;
|
114
|
-
maxPriorityFeePerGas: bigint;
|
115
111
|
accessList?: undefined;
|
116
112
|
blobVersionedHashes?: undefined;
|
117
113
|
chainId?: number | undefined;
|
118
114
|
yParity: number;
|
119
115
|
type: "priority" | "eip712";
|
116
|
+
gasPrice: undefined;
|
117
|
+
maxFeePerBlobGas?: undefined;
|
118
|
+
maxFeePerGas: bigint;
|
119
|
+
maxPriorityFeePerGas: bigint;
|
120
120
|
l1BatchNumber: bigint | null;
|
121
121
|
l1BatchTxIndex: bigint | null;
|
122
122
|
} | {
|
@@ -135,14 +135,14 @@ export declare const formatters: {
|
|
135
135
|
v: bigint;
|
136
136
|
value: bigint;
|
137
137
|
yParity: number;
|
138
|
-
gasPrice: bigint;
|
139
|
-
maxFeePerBlobGas?: undefined;
|
140
|
-
maxFeePerGas?: undefined;
|
141
|
-
maxPriorityFeePerGas?: undefined;
|
142
138
|
accessList: import("../index.js").AccessList;
|
143
139
|
blobVersionedHashes?: undefined;
|
144
140
|
chainId: number;
|
145
141
|
type: "eip2930";
|
142
|
+
gasPrice: bigint;
|
143
|
+
maxFeePerBlobGas?: undefined;
|
144
|
+
maxFeePerGas?: undefined;
|
145
|
+
maxPriorityFeePerGas?: undefined;
|
146
146
|
l1BatchNumber: bigint | null;
|
147
147
|
l1BatchTxIndex: bigint | null;
|
148
148
|
} | {
|
@@ -161,14 +161,14 @@ export declare const formatters: {
|
|
161
161
|
v: bigint;
|
162
162
|
value: bigint;
|
163
163
|
yParity: number;
|
164
|
-
gasPrice: undefined;
|
165
|
-
maxFeePerBlobGas?: undefined;
|
166
|
-
maxFeePerGas: bigint;
|
167
|
-
maxPriorityFeePerGas: bigint;
|
168
164
|
accessList: import("../index.js").AccessList;
|
169
165
|
blobVersionedHashes?: undefined;
|
170
166
|
chainId: number;
|
171
167
|
type: "eip1559";
|
168
|
+
gasPrice: undefined;
|
169
|
+
maxFeePerBlobGas?: undefined;
|
170
|
+
maxFeePerGas: bigint;
|
171
|
+
maxPriorityFeePerGas: bigint;
|
172
172
|
l1BatchNumber: bigint | null;
|
173
173
|
l1BatchTxIndex: bigint | null;
|
174
174
|
} | {
|
@@ -187,14 +187,14 @@ export declare const formatters: {
|
|
187
187
|
v: bigint;
|
188
188
|
value: bigint;
|
189
189
|
yParity: number;
|
190
|
-
gasPrice: undefined;
|
191
|
-
maxFeePerBlobGas?: undefined;
|
192
|
-
maxFeePerGas: bigint;
|
193
|
-
maxPriorityFeePerGas: bigint;
|
194
190
|
accessList: import("../index.js").AccessList;
|
195
191
|
blobVersionedHashes?: undefined;
|
196
192
|
chainId: number;
|
197
193
|
type: "priority";
|
194
|
+
gasPrice: undefined;
|
195
|
+
maxFeePerBlobGas?: undefined;
|
196
|
+
maxFeePerGas: bigint;
|
197
|
+
maxPriorityFeePerGas: bigint;
|
198
198
|
l1BatchNumber: bigint | null;
|
199
199
|
l1BatchTxIndex: bigint | null;
|
200
200
|
} | {
|
@@ -213,14 +213,14 @@ export declare const formatters: {
|
|
213
213
|
v: bigint;
|
214
214
|
value: bigint;
|
215
215
|
yParity: number;
|
216
|
-
gasPrice: undefined;
|
217
|
-
maxFeePerBlobGas?: undefined;
|
218
|
-
maxFeePerGas: bigint;
|
219
|
-
maxPriorityFeePerGas: bigint;
|
220
216
|
accessList: import("../index.js").AccessList;
|
221
217
|
blobVersionedHashes?: undefined;
|
222
218
|
chainId: number;
|
223
219
|
type: "priority" | "eip712";
|
220
|
+
gasPrice: undefined;
|
221
|
+
maxFeePerBlobGas?: undefined;
|
222
|
+
maxFeePerGas: bigint;
|
223
|
+
maxPriorityFeePerGas: bigint;
|
224
224
|
l1BatchNumber: bigint | null;
|
225
225
|
l1BatchTxIndex: bigint | null;
|
226
226
|
} | {
|
@@ -239,14 +239,14 @@ export declare const formatters: {
|
|
239
239
|
v: bigint;
|
240
240
|
value: bigint;
|
241
241
|
yParity: number;
|
242
|
-
gasPrice: bigint;
|
243
|
-
maxFeePerBlobGas?: undefined;
|
244
|
-
maxFeePerGas: undefined;
|
245
|
-
maxPriorityFeePerGas: undefined;
|
246
242
|
accessList: import("../index.js").AccessList;
|
247
243
|
blobVersionedHashes?: undefined;
|
248
244
|
chainId: number;
|
249
245
|
type: "eip2930";
|
246
|
+
gasPrice: bigint;
|
247
|
+
maxFeePerBlobGas?: undefined;
|
248
|
+
maxFeePerGas: undefined;
|
249
|
+
maxPriorityFeePerGas: undefined;
|
250
250
|
l1BatchNumber: bigint | null;
|
251
251
|
l1BatchTxIndex: bigint | null;
|
252
252
|
} | {
|
@@ -265,14 +265,14 @@ export declare const formatters: {
|
|
265
265
|
v: bigint;
|
266
266
|
value: bigint;
|
267
267
|
yParity: number;
|
268
|
-
gasPrice?: undefined;
|
269
|
-
maxFeePerBlobGas?: undefined;
|
270
|
-
maxFeePerGas: bigint;
|
271
|
-
maxPriorityFeePerGas: bigint;
|
272
268
|
accessList: import("../index.js").AccessList;
|
273
269
|
blobVersionedHashes?: undefined;
|
274
270
|
chainId: number;
|
275
271
|
type: "eip1559";
|
272
|
+
gasPrice?: undefined;
|
273
|
+
maxFeePerBlobGas?: undefined;
|
274
|
+
maxFeePerGas: bigint;
|
275
|
+
maxPriorityFeePerGas: bigint;
|
276
276
|
l1BatchNumber: bigint | null;
|
277
277
|
l1BatchTxIndex: bigint | null;
|
278
278
|
} | {
|
@@ -291,14 +291,14 @@ export declare const formatters: {
|
|
291
291
|
v: bigint;
|
292
292
|
value: bigint;
|
293
293
|
yParity: number;
|
294
|
-
gasPrice?: undefined;
|
295
|
-
maxFeePerBlobGas?: undefined;
|
296
|
-
maxFeePerGas: bigint;
|
297
|
-
maxPriorityFeePerGas: bigint;
|
298
294
|
accessList: import("../index.js").AccessList;
|
299
295
|
blobVersionedHashes?: undefined;
|
300
296
|
chainId: number;
|
301
297
|
type: "priority";
|
298
|
+
gasPrice?: undefined;
|
299
|
+
maxFeePerBlobGas?: undefined;
|
300
|
+
maxFeePerGas: bigint;
|
301
|
+
maxPriorityFeePerGas: bigint;
|
302
302
|
l1BatchNumber: bigint | null;
|
303
303
|
l1BatchTxIndex: bigint | null;
|
304
304
|
} | {
|
@@ -317,14 +317,14 @@ export declare const formatters: {
|
|
317
317
|
v: bigint;
|
318
318
|
value: bigint;
|
319
319
|
yParity: number;
|
320
|
-
gasPrice?: undefined;
|
321
|
-
maxFeePerBlobGas?: undefined;
|
322
|
-
maxFeePerGas: bigint;
|
323
|
-
maxPriorityFeePerGas: bigint;
|
324
320
|
accessList: import("../index.js").AccessList;
|
325
321
|
blobVersionedHashes?: undefined;
|
326
322
|
chainId: number;
|
327
323
|
type: "priority" | "eip712";
|
324
|
+
gasPrice?: undefined;
|
325
|
+
maxFeePerBlobGas?: undefined;
|
326
|
+
maxFeePerGas: bigint;
|
327
|
+
maxPriorityFeePerGas: bigint;
|
328
328
|
l1BatchNumber: bigint | null;
|
329
329
|
l1BatchTxIndex: bigint | null;
|
330
330
|
} | {
|
@@ -343,14 +343,14 @@ export declare const formatters: {
|
|
343
343
|
v: bigint;
|
344
344
|
value: bigint;
|
345
345
|
yParity: number;
|
346
|
-
gasPrice?: undefined;
|
347
|
-
maxFeePerBlobGas: bigint;
|
348
|
-
maxFeePerGas: bigint;
|
349
|
-
maxPriorityFeePerGas: bigint;
|
350
346
|
accessList: import("../index.js").AccessList;
|
351
347
|
blobVersionedHashes: readonly `0x${string}`[];
|
352
348
|
chainId: number;
|
353
349
|
type: "eip4844";
|
350
|
+
gasPrice?: undefined;
|
351
|
+
maxFeePerBlobGas: bigint;
|
352
|
+
maxFeePerGas: bigint;
|
353
|
+
maxPriorityFeePerGas: bigint;
|
354
354
|
l1BatchNumber: bigint | null;
|
355
355
|
l1BatchTxIndex: bigint | null;
|
356
356
|
} | {
|
@@ -369,14 +369,14 @@ export declare const formatters: {
|
|
369
369
|
v: bigint;
|
370
370
|
value: bigint;
|
371
371
|
yParity: number;
|
372
|
-
gasPrice?: undefined;
|
373
|
-
maxFeePerBlobGas: undefined;
|
374
|
-
maxFeePerGas: bigint;
|
375
|
-
maxPriorityFeePerGas: bigint;
|
376
372
|
accessList: import("../index.js").AccessList;
|
377
373
|
blobVersionedHashes: readonly `0x${string}`[];
|
378
374
|
chainId: number;
|
379
375
|
type: "priority";
|
376
|
+
gasPrice?: undefined;
|
377
|
+
maxFeePerBlobGas: undefined;
|
378
|
+
maxFeePerGas: bigint;
|
379
|
+
maxPriorityFeePerGas: bigint;
|
380
380
|
l1BatchNumber: bigint | null;
|
381
381
|
l1BatchTxIndex: bigint | null;
|
382
382
|
} | {
|
@@ -395,14 +395,14 @@ export declare const formatters: {
|
|
395
395
|
v: bigint;
|
396
396
|
value: bigint;
|
397
397
|
yParity: number;
|
398
|
-
gasPrice?: undefined;
|
399
|
-
maxFeePerBlobGas: undefined;
|
400
|
-
maxFeePerGas: bigint;
|
401
|
-
maxPriorityFeePerGas: bigint;
|
402
398
|
accessList: import("../index.js").AccessList;
|
403
399
|
blobVersionedHashes: readonly `0x${string}`[];
|
404
400
|
chainId: number;
|
405
401
|
type: "priority" | "eip712";
|
402
|
+
gasPrice?: undefined;
|
403
|
+
maxFeePerBlobGas: undefined;
|
404
|
+
maxFeePerGas: bigint;
|
405
|
+
maxPriorityFeePerGas: bigint;
|
406
406
|
l1BatchNumber: bigint | null;
|
407
407
|
l1BatchTxIndex: bigint | null;
|
408
408
|
}) & {};
|
@@ -443,13 +443,13 @@ export declare const formatters: {
|
|
443
443
|
nonce?: number | undefined;
|
444
444
|
to?: `0x${string}` | null | undefined;
|
445
445
|
value?: bigint | undefined;
|
446
|
+
accessList?: undefined;
|
447
|
+
blobs?: undefined;
|
448
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
446
449
|
gasPrice?: bigint | undefined;
|
447
450
|
maxFeePerBlobGas?: bigint | undefined;
|
448
451
|
maxFeePerGas?: bigint | undefined;
|
449
452
|
maxPriorityFeePerGas?: bigint | undefined;
|
450
|
-
accessList?: undefined;
|
451
|
-
blobs?: undefined;
|
452
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
453
453
|
blobVersionedHashes?: undefined;
|
454
454
|
kzg?: undefined;
|
455
455
|
sidecars?: undefined;
|
@@ -460,13 +460,13 @@ export declare const formatters: {
|
|
460
460
|
nonce?: number | undefined;
|
461
461
|
to?: `0x${string}` | null | undefined;
|
462
462
|
value?: bigint | undefined;
|
463
|
+
accessList?: undefined;
|
464
|
+
blobs?: undefined;
|
465
|
+
type?: "legacy" | undefined;
|
463
466
|
gasPrice?: bigint | undefined;
|
464
467
|
maxFeePerBlobGas?: undefined;
|
465
468
|
maxFeePerGas?: undefined;
|
466
469
|
maxPriorityFeePerGas?: undefined;
|
467
|
-
accessList?: undefined;
|
468
|
-
blobs?: undefined;
|
469
|
-
type?: "legacy" | undefined;
|
470
470
|
blobVersionedHashes?: undefined;
|
471
471
|
kzg?: undefined;
|
472
472
|
sidecars?: undefined;
|
@@ -483,13 +483,13 @@ export declare const formatters: {
|
|
483
483
|
nonce?: number | undefined;
|
484
484
|
to?: `0x${string}` | null | undefined;
|
485
485
|
value?: bigint | undefined;
|
486
|
+
accessList?: undefined;
|
487
|
+
blobs?: undefined;
|
488
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
486
489
|
gasPrice?: bigint | undefined;
|
487
490
|
maxFeePerBlobGas?: bigint | undefined;
|
488
491
|
maxFeePerGas?: bigint | undefined;
|
489
492
|
maxPriorityFeePerGas?: bigint | undefined;
|
490
|
-
accessList?: undefined;
|
491
|
-
blobs?: undefined;
|
492
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
493
493
|
blobVersionedHashes?: undefined;
|
494
494
|
kzg?: undefined;
|
495
495
|
sidecars?: undefined;
|
@@ -500,13 +500,13 @@ export declare const formatters: {
|
|
500
500
|
nonce?: number | undefined;
|
501
501
|
to?: `0x${string}` | null | undefined;
|
502
502
|
value?: bigint | undefined;
|
503
|
+
accessList?: import("../index.js").AccessList | undefined;
|
504
|
+
blobs?: undefined;
|
505
|
+
type?: "eip2930" | undefined;
|
503
506
|
gasPrice?: bigint | undefined;
|
504
507
|
maxFeePerBlobGas?: undefined;
|
505
508
|
maxFeePerGas?: undefined;
|
506
509
|
maxPriorityFeePerGas?: undefined;
|
507
|
-
accessList?: import("../index.js").AccessList | undefined;
|
508
|
-
blobs?: undefined;
|
509
|
-
type?: "eip2930" | undefined;
|
510
510
|
blobVersionedHashes?: undefined;
|
511
511
|
kzg?: undefined;
|
512
512
|
sidecars?: undefined;
|
@@ -523,13 +523,13 @@ export declare const formatters: {
|
|
523
523
|
nonce?: number | undefined;
|
524
524
|
to?: `0x${string}` | null | undefined;
|
525
525
|
value?: bigint | undefined;
|
526
|
+
accessList?: undefined;
|
527
|
+
blobs?: undefined;
|
528
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
526
529
|
gasPrice?: bigint | undefined;
|
527
530
|
maxFeePerBlobGas?: bigint | undefined;
|
528
531
|
maxFeePerGas?: bigint | undefined;
|
529
532
|
maxPriorityFeePerGas?: bigint | undefined;
|
530
|
-
accessList?: undefined;
|
531
|
-
blobs?: undefined;
|
532
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
533
533
|
blobVersionedHashes?: undefined;
|
534
534
|
kzg?: undefined;
|
535
535
|
sidecars?: undefined;
|
@@ -563,13 +563,13 @@ export declare const formatters: {
|
|
563
563
|
nonce?: number | undefined;
|
564
564
|
to?: `0x${string}` | null | undefined;
|
565
565
|
value?: bigint | undefined;
|
566
|
+
accessList?: undefined;
|
567
|
+
blobs?: undefined;
|
568
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
566
569
|
gasPrice?: bigint | undefined;
|
567
570
|
maxFeePerBlobGas?: bigint | undefined;
|
568
571
|
maxFeePerGas?: bigint | undefined;
|
569
572
|
maxPriorityFeePerGas?: bigint | undefined;
|
570
|
-
accessList?: undefined;
|
571
|
-
blobs?: undefined;
|
572
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
573
573
|
blobVersionedHashes?: undefined;
|
574
574
|
kzg?: undefined;
|
575
575
|
sidecars?: undefined;
|
@@ -588,13 +588,13 @@ export declare const formatters: {
|
|
588
588
|
nonce?: number | undefined;
|
589
589
|
to?: `0x${string}` | null | undefined;
|
590
590
|
value?: bigint | undefined;
|
591
|
+
accessList?: undefined;
|
592
|
+
blobs?: undefined;
|
593
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
591
594
|
gasPrice?: bigint | undefined;
|
592
595
|
maxFeePerBlobGas?: bigint | undefined;
|
593
596
|
maxFeePerGas?: bigint | undefined;
|
594
597
|
maxPriorityFeePerGas?: bigint | undefined;
|
595
|
-
accessList?: undefined;
|
596
|
-
blobs?: undefined;
|
597
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
598
598
|
blobVersionedHashes?: undefined;
|
599
599
|
kzg?: undefined;
|
600
600
|
sidecars?: undefined;
|
@@ -613,13 +613,13 @@ export declare const formatters: {
|
|
613
613
|
nonce?: number | undefined;
|
614
614
|
to?: `0x${string}` | null | undefined;
|
615
615
|
value?: bigint | undefined;
|
616
|
+
accessList?: import("../index.js").AccessList | undefined;
|
617
|
+
blobs?: undefined;
|
618
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
616
619
|
gasPrice?: bigint | undefined;
|
617
620
|
maxFeePerBlobGas?: bigint | undefined;
|
618
621
|
maxFeePerGas?: bigint | undefined;
|
619
622
|
maxPriorityFeePerGas?: bigint | undefined;
|
620
|
-
accessList?: import("../index.js").AccessList | undefined;
|
621
|
-
blobs?: undefined;
|
622
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
623
623
|
blobVersionedHashes?: undefined;
|
624
624
|
kzg?: undefined;
|
625
625
|
sidecars?: undefined;
|
@@ -630,13 +630,13 @@ export declare const formatters: {
|
|
630
630
|
nonce?: number | undefined;
|
631
631
|
to?: `0x${string}` | null | undefined;
|
632
632
|
value?: bigint | undefined;
|
633
|
+
accessList?: undefined;
|
634
|
+
blobs?: undefined;
|
635
|
+
type?: "legacy" | undefined;
|
633
636
|
gasPrice?: bigint | undefined;
|
634
637
|
maxFeePerBlobGas?: undefined;
|
635
638
|
maxFeePerGas?: undefined;
|
636
639
|
maxPriorityFeePerGas?: undefined;
|
637
|
-
accessList?: undefined;
|
638
|
-
blobs?: undefined;
|
639
|
-
type?: "legacy" | undefined;
|
640
640
|
blobVersionedHashes?: undefined;
|
641
641
|
kzg?: undefined;
|
642
642
|
sidecars?: undefined;
|
@@ -653,13 +653,13 @@ export declare const formatters: {
|
|
653
653
|
nonce?: number | undefined;
|
654
654
|
to?: `0x${string}` | null | undefined;
|
655
655
|
value?: bigint | undefined;
|
656
|
+
accessList?: import("../index.js").AccessList | undefined;
|
657
|
+
blobs?: undefined;
|
658
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
656
659
|
gasPrice?: bigint | undefined;
|
657
660
|
maxFeePerBlobGas?: bigint | undefined;
|
658
661
|
maxFeePerGas?: bigint | undefined;
|
659
662
|
maxPriorityFeePerGas?: bigint | undefined;
|
660
|
-
accessList?: import("../index.js").AccessList | undefined;
|
661
|
-
blobs?: undefined;
|
662
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
663
663
|
blobVersionedHashes?: undefined;
|
664
664
|
kzg?: undefined;
|
665
665
|
sidecars?: undefined;
|
@@ -670,13 +670,13 @@ export declare const formatters: {
|
|
670
670
|
nonce?: number | undefined;
|
671
671
|
to?: `0x${string}` | null | undefined;
|
672
672
|
value?: bigint | undefined;
|
673
|
+
accessList?: import("../index.js").AccessList | undefined;
|
674
|
+
blobs?: undefined;
|
675
|
+
type?: "eip2930" | undefined;
|
673
676
|
gasPrice?: bigint | undefined;
|
674
677
|
maxFeePerBlobGas?: undefined;
|
675
678
|
maxFeePerGas?: undefined;
|
676
679
|
maxPriorityFeePerGas?: undefined;
|
677
|
-
accessList?: import("../index.js").AccessList | undefined;
|
678
|
-
blobs?: undefined;
|
679
|
-
type?: "eip2930" | undefined;
|
680
680
|
blobVersionedHashes?: undefined;
|
681
681
|
kzg?: undefined;
|
682
682
|
sidecars?: undefined;
|
@@ -693,13 +693,13 @@ export declare const formatters: {
|
|
693
693
|
nonce?: number | undefined;
|
694
694
|
to?: `0x${string}` | null | undefined;
|
695
695
|
value?: bigint | undefined;
|
696
|
+
accessList?: import("../index.js").AccessList | undefined;
|
697
|
+
blobs?: undefined;
|
698
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
696
699
|
gasPrice?: bigint | undefined;
|
697
700
|
maxFeePerBlobGas?: bigint | undefined;
|
698
701
|
maxFeePerGas?: bigint | undefined;
|
699
702
|
maxPriorityFeePerGas?: bigint | undefined;
|
700
|
-
accessList?: import("../index.js").AccessList | undefined;
|
701
|
-
blobs?: undefined;
|
702
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
703
703
|
blobVersionedHashes?: undefined;
|
704
704
|
kzg?: undefined;
|
705
705
|
sidecars?: undefined;
|
@@ -733,13 +733,13 @@ export declare const formatters: {
|
|
733
733
|
nonce?: number | undefined;
|
734
734
|
to?: `0x${string}` | null | undefined;
|
735
735
|
value?: bigint | undefined;
|
736
|
+
accessList?: import("../index.js").AccessList | undefined;
|
737
|
+
blobs?: undefined;
|
738
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
736
739
|
gasPrice?: bigint | undefined;
|
737
740
|
maxFeePerBlobGas?: bigint | undefined;
|
738
741
|
maxFeePerGas?: bigint | undefined;
|
739
742
|
maxPriorityFeePerGas?: bigint | undefined;
|
740
|
-
accessList?: import("../index.js").AccessList | undefined;
|
741
|
-
blobs?: undefined;
|
742
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
743
743
|
blobVersionedHashes?: undefined;
|
744
744
|
kzg?: undefined;
|
745
745
|
sidecars?: undefined;
|
@@ -758,13 +758,13 @@ export declare const formatters: {
|
|
758
758
|
nonce?: number | undefined;
|
759
759
|
to?: `0x${string}` | null | undefined;
|
760
760
|
value?: bigint | undefined;
|
761
|
+
accessList?: import("../index.js").AccessList | undefined;
|
762
|
+
blobs?: undefined;
|
763
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
761
764
|
gasPrice?: bigint | undefined;
|
762
765
|
maxFeePerBlobGas?: bigint | undefined;
|
763
766
|
maxFeePerGas?: bigint | undefined;
|
764
767
|
maxPriorityFeePerGas?: bigint | undefined;
|
765
|
-
accessList?: import("../index.js").AccessList | undefined;
|
766
|
-
blobs?: undefined;
|
767
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
768
768
|
blobVersionedHashes?: undefined;
|
769
769
|
kzg?: undefined;
|
770
770
|
sidecars?: undefined;
|
@@ -800,13 +800,13 @@ export declare const formatters: {
|
|
800
800
|
nonce?: number | undefined;
|
801
801
|
to?: `0x${string}` | null | undefined;
|
802
802
|
value?: bigint | undefined;
|
803
|
+
accessList?: undefined;
|
804
|
+
blobs?: undefined;
|
805
|
+
type?: "legacy" | undefined;
|
803
806
|
gasPrice?: bigint | undefined;
|
804
807
|
maxFeePerBlobGas?: undefined;
|
805
808
|
maxFeePerGas?: undefined;
|
806
809
|
maxPriorityFeePerGas?: undefined;
|
807
|
-
accessList?: undefined;
|
808
|
-
blobs?: undefined;
|
809
|
-
type?: "legacy" | undefined;
|
810
810
|
blobVersionedHashes?: undefined;
|
811
811
|
kzg?: undefined;
|
812
812
|
sidecars?: undefined;
|
@@ -840,13 +840,13 @@ export declare const formatters: {
|
|
840
840
|
nonce?: number | undefined;
|
841
841
|
to?: `0x${string}` | null | undefined;
|
842
842
|
value?: bigint | undefined;
|
843
|
+
accessList?: import("../index.js").AccessList | undefined;
|
844
|
+
blobs?: undefined;
|
845
|
+
type?: "eip2930" | undefined;
|
843
846
|
gasPrice?: bigint | undefined;
|
844
847
|
maxFeePerBlobGas?: undefined;
|
845
848
|
maxFeePerGas?: undefined;
|
846
849
|
maxPriorityFeePerGas?: undefined;
|
847
|
-
accessList?: import("../index.js").AccessList | undefined;
|
848
|
-
blobs?: undefined;
|
849
|
-
type?: "eip2930" | undefined;
|
850
850
|
blobVersionedHashes?: undefined;
|
851
851
|
kzg?: undefined;
|
852
852
|
sidecars?: undefined;
|
@@ -953,16 +953,16 @@ export declare const formatters: {
|
|
953
953
|
nonce?: number | undefined;
|
954
954
|
value?: bigint | undefined;
|
955
955
|
to?: `0x${string}` | null | undefined;
|
956
|
-
gasPrice?: bigint | undefined;
|
957
|
-
maxFeePerGas?: bigint | undefined;
|
958
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
959
|
-
maxFeePerBlobGas?: bigint | undefined;
|
960
956
|
accessList?: import("../index.js").AccessList | undefined;
|
961
957
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
962
958
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
963
959
|
kzg?: import("../index.js").Kzg | undefined;
|
964
960
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
965
961
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
962
|
+
gasPrice?: bigint | undefined;
|
963
|
+
maxFeePerGas?: bigint | undefined;
|
964
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
965
|
+
maxFeePerBlobGas?: bigint | undefined;
|
966
966
|
} & {
|
967
967
|
data?: `0x${string}` | undefined;
|
968
968
|
from: `0x${string}`;
|
@@ -970,13 +970,13 @@ export declare const formatters: {
|
|
970
970
|
nonce?: number | undefined;
|
971
971
|
to?: `0x${string}` | null | undefined;
|
972
972
|
value?: bigint | undefined;
|
973
|
+
accessList?: undefined;
|
974
|
+
blobs?: undefined;
|
975
|
+
type?: "legacy" | undefined;
|
973
976
|
gasPrice?: bigint | undefined;
|
974
977
|
maxFeePerBlobGas?: undefined;
|
975
978
|
maxFeePerGas?: undefined;
|
976
979
|
maxPriorityFeePerGas?: undefined;
|
977
|
-
accessList?: undefined;
|
978
|
-
blobs?: undefined;
|
979
|
-
type?: "legacy" | undefined;
|
980
980
|
blobVersionedHashes?: undefined;
|
981
981
|
kzg?: undefined;
|
982
982
|
sidecars?: undefined;
|
@@ -993,16 +993,16 @@ export declare const formatters: {
|
|
993
993
|
nonce?: number | undefined;
|
994
994
|
value?: bigint | undefined;
|
995
995
|
to?: `0x${string}` | null | undefined;
|
996
|
-
gasPrice?: bigint | undefined;
|
997
|
-
maxFeePerGas?: bigint | undefined;
|
998
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
999
|
-
maxFeePerBlobGas?: bigint | undefined;
|
1000
996
|
accessList?: import("../index.js").AccessList | undefined;
|
1001
997
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1002
998
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1003
999
|
kzg?: import("../index.js").Kzg | undefined;
|
1004
1000
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1005
1001
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1002
|
+
gasPrice?: bigint | undefined;
|
1003
|
+
maxFeePerGas?: bigint | undefined;
|
1004
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1005
|
+
maxFeePerBlobGas?: bigint | undefined;
|
1006
1006
|
} & {
|
1007
1007
|
data?: `0x${string}` | undefined;
|
1008
1008
|
from: `0x${string}`;
|
@@ -1010,13 +1010,13 @@ export declare const formatters: {
|
|
1010
1010
|
nonce?: number | undefined;
|
1011
1011
|
to?: `0x${string}` | null | undefined;
|
1012
1012
|
value?: bigint | undefined;
|
1013
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1014
|
+
blobs?: undefined;
|
1015
|
+
type?: "eip2930" | undefined;
|
1013
1016
|
gasPrice?: bigint | undefined;
|
1014
1017
|
maxFeePerBlobGas?: undefined;
|
1015
1018
|
maxFeePerGas?: undefined;
|
1016
1019
|
maxPriorityFeePerGas?: undefined;
|
1017
|
-
accessList?: import("../index.js").AccessList | undefined;
|
1018
|
-
blobs?: undefined;
|
1019
|
-
type?: "eip2930" | undefined;
|
1020
1020
|
blobVersionedHashes?: undefined;
|
1021
1021
|
kzg?: undefined;
|
1022
1022
|
sidecars?: undefined;
|
@@ -1033,16 +1033,16 @@ export declare const formatters: {
|
|
1033
1033
|
nonce?: number | undefined;
|
1034
1034
|
value?: bigint | undefined;
|
1035
1035
|
to?: `0x${string}` | null | undefined;
|
1036
|
-
gasPrice?: bigint | undefined;
|
1037
|
-
maxFeePerGas?: bigint | undefined;
|
1038
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1039
|
-
maxFeePerBlobGas?: bigint | undefined;
|
1040
1036
|
accessList?: import("../index.js").AccessList | undefined;
|
1041
1037
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1042
1038
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1043
1039
|
kzg?: import("../index.js").Kzg | undefined;
|
1044
1040
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1045
1041
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1042
|
+
gasPrice?: bigint | undefined;
|
1043
|
+
maxFeePerGas?: bigint | undefined;
|
1044
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1045
|
+
maxFeePerBlobGas?: bigint | undefined;
|
1046
1046
|
} & {
|
1047
1047
|
data?: `0x${string}` | undefined;
|
1048
1048
|
from: `0x${string}`;
|
@@ -1073,16 +1073,16 @@ export declare const formatters: {
|
|
1073
1073
|
nonce?: number | undefined;
|
1074
1074
|
value?: bigint | undefined;
|
1075
1075
|
to?: `0x${string}` | null | undefined;
|
1076
|
-
gasPrice?: bigint | undefined;
|
1077
|
-
maxFeePerGas?: bigint | undefined;
|
1078
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1079
|
-
maxFeePerBlobGas?: bigint | undefined;
|
1080
1076
|
accessList?: import("../index.js").AccessList | undefined;
|
1081
1077
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1082
1078
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1083
1079
|
kzg?: import("../index.js").Kzg | undefined;
|
1084
1080
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1085
1081
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1082
|
+
gasPrice?: bigint | undefined;
|
1083
|
+
maxFeePerGas?: bigint | undefined;
|
1084
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1085
|
+
maxFeePerBlobGas?: bigint | undefined;
|
1086
1086
|
} & {
|
1087
1087
|
data?: `0x${string}` | undefined;
|
1088
1088
|
from: `0x${string}`;
|
@@ -1090,16 +1090,16 @@ export declare const formatters: {
|
|
1090
1090
|
nonce?: number | undefined;
|
1091
1091
|
value?: bigint | undefined;
|
1092
1092
|
to: `0x${string}` | null;
|
1093
|
-
gasPrice?: undefined;
|
1094
|
-
maxFeePerGas?: bigint | undefined;
|
1095
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1096
|
-
maxFeePerBlobGas: bigint;
|
1097
1093
|
accessList?: import("../index.js").AccessList | undefined;
|
1098
1094
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1099
1095
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1100
1096
|
kzg?: import("../index.js").Kzg | undefined;
|
1101
1097
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1102
1098
|
type?: "eip4844" | undefined;
|
1099
|
+
gasPrice?: undefined;
|
1100
|
+
maxFeePerGas?: bigint | undefined;
|
1101
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1102
|
+
maxFeePerBlobGas: bigint;
|
1103
1103
|
} & {
|
1104
1104
|
gasPerPubdata?: undefined;
|
1105
1105
|
customSignature?: undefined;
|
@@ -1113,16 +1113,16 @@ export declare const formatters: {
|
|
1113
1113
|
nonce?: number | undefined;
|
1114
1114
|
value?: bigint | undefined;
|
1115
1115
|
to?: `0x${string}` | null | undefined;
|
1116
|
-
gasPrice?: bigint | undefined;
|
1117
|
-
maxFeePerGas?: bigint | undefined;
|
1118
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1119
|
-
maxFeePerBlobGas?: bigint | undefined;
|
1120
1116
|
accessList?: import("../index.js").AccessList | undefined;
|
1121
1117
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1122
1118
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1123
1119
|
kzg?: import("../index.js").Kzg | undefined;
|
1124
1120
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1125
1121
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1122
|
+
gasPrice?: bigint | undefined;
|
1123
|
+
maxFeePerGas?: bigint | undefined;
|
1124
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1125
|
+
maxFeePerBlobGas?: bigint | undefined;
|
1126
1126
|
} & Omit<import("../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1127
1127
|
gasPerPubdata?: bigint | undefined;
|
1128
1128
|
customSignature?: `0x${string}` | undefined;
|
@@ -1138,16 +1138,16 @@ export declare const formatters: {
|
|
1138
1138
|
nonce?: number | undefined;
|
1139
1139
|
value?: bigint | undefined;
|
1140
1140
|
to?: `0x${string}` | null | undefined;
|
1141
|
-
gasPrice?: bigint | undefined;
|
1142
|
-
maxFeePerGas?: bigint | undefined;
|
1143
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1144
|
-
maxFeePerBlobGas?: bigint | undefined;
|
1145
1141
|
accessList?: import("../index.js").AccessList | undefined;
|
1146
1142
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1147
1143
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1148
1144
|
kzg?: import("../index.js").Kzg | undefined;
|
1149
1145
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1150
1146
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1147
|
+
gasPrice?: bigint | undefined;
|
1148
|
+
maxFeePerGas?: bigint | undefined;
|
1149
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1150
|
+
maxFeePerBlobGas?: bigint | undefined;
|
1151
1151
|
} & Omit<import("../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1152
1152
|
gasPerPubdata?: bigint | undefined;
|
1153
1153
|
customSignature?: `0x${string}` | undefined;
|
@@ -1163,13 +1163,13 @@ export declare const formatters: {
|
|
1163
1163
|
nonce?: `0x${string}` | undefined;
|
1164
1164
|
to?: `0x${string}` | null | undefined;
|
1165
1165
|
value?: `0x${string}` | undefined;
|
1166
|
+
accessList?: undefined;
|
1167
|
+
blobs?: undefined;
|
1168
|
+
type?: "0x0" | undefined;
|
1166
1169
|
gasPrice?: `0x${string}` | undefined;
|
1167
1170
|
maxFeePerBlobGas?: undefined;
|
1168
1171
|
maxFeePerGas?: undefined;
|
1169
1172
|
maxPriorityFeePerGas?: undefined;
|
1170
|
-
accessList?: undefined;
|
1171
|
-
blobs?: undefined;
|
1172
|
-
type?: "0x0" | undefined;
|
1173
1173
|
blobVersionedHashes?: undefined;
|
1174
1174
|
kzg?: undefined;
|
1175
1175
|
sidecars?: undefined;
|
@@ -1181,13 +1181,13 @@ export declare const formatters: {
|
|
1181
1181
|
nonce?: `0x${string}` | undefined;
|
1182
1182
|
to?: `0x${string}` | null | undefined;
|
1183
1183
|
value?: `0x${string}` | undefined;
|
1184
|
+
accessList?: undefined;
|
1185
|
+
blobs?: undefined;
|
1186
|
+
type?: "0x1" | undefined;
|
1184
1187
|
gasPrice?: `0x${string}` | undefined;
|
1185
1188
|
maxFeePerBlobGas?: undefined;
|
1186
1189
|
maxFeePerGas?: undefined;
|
1187
1190
|
maxPriorityFeePerGas?: undefined;
|
1188
|
-
accessList?: undefined;
|
1189
|
-
blobs?: undefined;
|
1190
|
-
type?: "0x1" | undefined;
|
1191
1191
|
blobVersionedHashes?: undefined;
|
1192
1192
|
kzg?: undefined;
|
1193
1193
|
sidecars?: undefined;
|
@@ -1199,13 +1199,13 @@ export declare const formatters: {
|
|
1199
1199
|
nonce?: `0x${string}` | undefined;
|
1200
1200
|
to?: `0x${string}` | null | undefined;
|
1201
1201
|
value?: `0x${string}` | undefined;
|
1202
|
+
accessList?: undefined;
|
1203
|
+
blobs?: undefined;
|
1204
|
+
type?: "0x2" | undefined;
|
1202
1205
|
gasPrice?: undefined;
|
1203
1206
|
maxFeePerBlobGas?: undefined;
|
1204
1207
|
maxFeePerGas?: `0x${string}` | undefined;
|
1205
1208
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1206
|
-
accessList?: undefined;
|
1207
|
-
blobs?: undefined;
|
1208
|
-
type?: "0x2" | undefined;
|
1209
1209
|
blobVersionedHashes?: undefined;
|
1210
1210
|
kzg?: undefined;
|
1211
1211
|
sidecars?: undefined;
|
@@ -1217,13 +1217,13 @@ export declare const formatters: {
|
|
1217
1217
|
nonce?: `0x${string}` | undefined;
|
1218
1218
|
to?: `0x${string}` | null | undefined;
|
1219
1219
|
value?: `0x${string}` | undefined;
|
1220
|
+
accessList?: undefined;
|
1221
|
+
blobs?: undefined;
|
1222
|
+
type: "0xff" | "0x71";
|
1220
1223
|
gasPrice?: undefined;
|
1221
1224
|
maxFeePerBlobGas?: undefined;
|
1222
1225
|
maxFeePerGas?: `0x${string}` | undefined;
|
1223
1226
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1224
|
-
accessList?: undefined;
|
1225
|
-
blobs?: undefined;
|
1226
|
-
type: "0xff" | "0x71";
|
1227
1227
|
blobVersionedHashes?: undefined;
|
1228
1228
|
kzg?: undefined;
|
1229
1229
|
sidecars?: undefined;
|
@@ -1235,13 +1235,13 @@ export declare const formatters: {
|
|
1235
1235
|
nonce?: `0x${string}` | undefined;
|
1236
1236
|
to?: `0x${string}` | null | undefined;
|
1237
1237
|
value?: `0x${string}` | undefined;
|
1238
|
+
accessList?: undefined;
|
1239
|
+
blobs?: undefined;
|
1240
|
+
type?: "0x0" | undefined;
|
1238
1241
|
gasPrice?: `0x${string}` | undefined;
|
1239
1242
|
maxFeePerBlobGas?: undefined;
|
1240
1243
|
maxFeePerGas?: undefined;
|
1241
1244
|
maxPriorityFeePerGas?: undefined;
|
1242
|
-
accessList?: undefined;
|
1243
|
-
blobs?: undefined;
|
1244
|
-
type?: "0x0" | undefined;
|
1245
1245
|
blobVersionedHashes?: undefined;
|
1246
1246
|
kzg?: undefined;
|
1247
1247
|
sidecars?: undefined;
|
@@ -1253,13 +1253,13 @@ export declare const formatters: {
|
|
1253
1253
|
nonce?: `0x${string}` | undefined;
|
1254
1254
|
to?: `0x${string}` | null | undefined;
|
1255
1255
|
value?: `0x${string}` | undefined;
|
1256
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1257
|
+
blobs?: undefined;
|
1258
|
+
type?: "0x1" | undefined;
|
1256
1259
|
gasPrice?: `0x${string}` | undefined;
|
1257
1260
|
maxFeePerBlobGas?: undefined;
|
1258
1261
|
maxFeePerGas?: undefined;
|
1259
1262
|
maxPriorityFeePerGas?: undefined;
|
1260
|
-
accessList?: import("../index.js").AccessList | undefined;
|
1261
|
-
blobs?: undefined;
|
1262
|
-
type?: "0x1" | undefined;
|
1263
1263
|
blobVersionedHashes?: undefined;
|
1264
1264
|
kzg?: undefined;
|
1265
1265
|
sidecars?: undefined;
|
@@ -1271,13 +1271,13 @@ export declare const formatters: {
|
|
1271
1271
|
nonce?: `0x${string}` | undefined;
|
1272
1272
|
to?: `0x${string}` | null | undefined;
|
1273
1273
|
value?: `0x${string}` | undefined;
|
1274
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1275
|
+
blobs?: undefined;
|
1276
|
+
type?: "0x2" | undefined;
|
1274
1277
|
gasPrice?: undefined;
|
1275
1278
|
maxFeePerBlobGas?: undefined;
|
1276
1279
|
maxFeePerGas?: `0x${string}` | undefined;
|
1277
1280
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1278
|
-
accessList?: import("../index.js").AccessList | undefined;
|
1279
|
-
blobs?: undefined;
|
1280
|
-
type?: "0x2" | undefined;
|
1281
1281
|
blobVersionedHashes?: undefined;
|
1282
1282
|
kzg?: undefined;
|
1283
1283
|
sidecars?: undefined;
|
@@ -1289,13 +1289,13 @@ export declare const formatters: {
|
|
1289
1289
|
nonce?: `0x${string}` | undefined;
|
1290
1290
|
to?: `0x${string}` | null | undefined;
|
1291
1291
|
value?: `0x${string}` | undefined;
|
1292
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1293
|
+
blobs?: undefined;
|
1294
|
+
type: "0xff" | "0x71";
|
1292
1295
|
gasPrice?: undefined;
|
1293
1296
|
maxFeePerBlobGas?: undefined;
|
1294
1297
|
maxFeePerGas?: `0x${string}` | undefined;
|
1295
1298
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1296
|
-
accessList?: import("../index.js").AccessList | undefined;
|
1297
|
-
blobs?: undefined;
|
1298
|
-
type: "0xff" | "0x71";
|
1299
1299
|
blobVersionedHashes?: undefined;
|
1300
1300
|
kzg?: undefined;
|
1301
1301
|
sidecars?: undefined;
|
@@ -1379,16 +1379,16 @@ export declare const formatters: {
|
|
1379
1379
|
nonce?: `0x${string}` | undefined;
|
1380
1380
|
value?: `0x${string}` | undefined;
|
1381
1381
|
to: `0x${string}` | null;
|
1382
|
-
gasPrice?: undefined;
|
1383
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1384
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1385
|
-
maxFeePerBlobGas: `0x${string}`;
|
1386
1382
|
accessList?: import("../index.js").AccessList | undefined;
|
1387
1383
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1388
1384
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1389
1385
|
kzg?: import("../index.js").Kzg | undefined;
|
1390
1386
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1391
1387
|
type?: "0x3" | undefined;
|
1388
|
+
gasPrice?: undefined;
|
1389
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1390
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1391
|
+
maxFeePerBlobGas: `0x${string}`;
|
1392
1392
|
eip712Meta?: undefined;
|
1393
1393
|
} | {
|
1394
1394
|
data?: `0x${string}` | undefined;
|
@@ -1397,16 +1397,16 @@ export declare const formatters: {
|
|
1397
1397
|
nonce?: `0x${string}` | undefined;
|
1398
1398
|
value?: `0x${string}` | undefined;
|
1399
1399
|
to: `0x${string}` | null | undefined;
|
1400
|
-
gasPrice?: undefined;
|
1401
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1402
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1403
|
-
maxFeePerBlobGas: undefined;
|
1404
1400
|
accessList?: import("../index.js").AccessList | undefined;
|
1405
1401
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1406
1402
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1407
1403
|
kzg?: import("../index.js").Kzg | undefined;
|
1408
1404
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1409
1405
|
type: "0xff" | "0x71";
|
1406
|
+
gasPrice?: undefined;
|
1407
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1408
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1409
|
+
maxFeePerBlobGas: undefined;
|
1410
1410
|
eip712Meta: import("./index.js").ZkSyncEip712Meta;
|
1411
1411
|
}) & {
|
1412
1412
|
gasPerPubdata: never;
|