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
@@ -29,6 +29,7 @@ export declare const zkSyncTestnet: {
|
|
29
29
|
custom: {
|
30
30
|
readonly getEip712Domain: import("../../zksync/index.js").EIP712DomainFn<import("../index.js").ZkSyncTransactionSerializable, import("../index.js").ZkSyncEIP712TransactionSignable>;
|
31
31
|
};
|
32
|
+
fees?: import("../../index.js").ChainFees<undefined> | undefined;
|
32
33
|
formatters: {
|
33
34
|
readonly block: {
|
34
35
|
exclude: [] | undefined;
|
@@ -83,15 +84,15 @@ export declare const zkSyncTestnet: {
|
|
83
84
|
input: `0x${string}`;
|
84
85
|
transactionIndex: number | null;
|
85
86
|
typeHex: `0x${string}` | null;
|
86
|
-
gasPrice: bigint;
|
87
|
-
maxFeePerBlobGas?: undefined;
|
88
|
-
maxFeePerGas?: undefined;
|
89
|
-
maxPriorityFeePerGas?: undefined;
|
90
87
|
accessList?: undefined;
|
91
88
|
blobVersionedHashes?: undefined;
|
92
89
|
chainId?: number | undefined;
|
93
90
|
yParity?: undefined;
|
94
91
|
type: "legacy";
|
92
|
+
gasPrice: bigint;
|
93
|
+
maxFeePerBlobGas?: undefined;
|
94
|
+
maxFeePerGas?: undefined;
|
95
|
+
maxPriorityFeePerGas?: undefined;
|
95
96
|
l1BatchNumber: bigint | null;
|
96
97
|
l1BatchTxIndex: bigint | null;
|
97
98
|
} | {
|
@@ -109,15 +110,15 @@ export declare const zkSyncTestnet: {
|
|
109
110
|
input: `0x${string}`;
|
110
111
|
transactionIndex: number | null;
|
111
112
|
typeHex: `0x${string}` | null;
|
112
|
-
gasPrice: undefined;
|
113
|
-
maxFeePerBlobGas?: undefined;
|
114
|
-
maxFeePerGas: bigint;
|
115
|
-
maxPriorityFeePerGas: bigint;
|
116
113
|
accessList?: undefined;
|
117
114
|
blobVersionedHashes?: undefined;
|
118
115
|
chainId?: number | undefined;
|
119
116
|
yParity: number;
|
120
117
|
type: "priority";
|
118
|
+
gasPrice: undefined;
|
119
|
+
maxFeePerBlobGas?: undefined;
|
120
|
+
maxFeePerGas: bigint;
|
121
|
+
maxPriorityFeePerGas: bigint;
|
121
122
|
l1BatchNumber: bigint | null;
|
122
123
|
l1BatchTxIndex: bigint | null;
|
123
124
|
} | {
|
@@ -135,15 +136,15 @@ export declare const zkSyncTestnet: {
|
|
135
136
|
input: `0x${string}`;
|
136
137
|
transactionIndex: number | null;
|
137
138
|
typeHex: `0x${string}` | null;
|
138
|
-
gasPrice: undefined;
|
139
|
-
maxFeePerBlobGas?: undefined;
|
140
|
-
maxFeePerGas: bigint;
|
141
|
-
maxPriorityFeePerGas: bigint;
|
142
139
|
accessList?: undefined;
|
143
140
|
blobVersionedHashes?: undefined;
|
144
141
|
chainId?: number | undefined;
|
145
142
|
yParity: number;
|
146
143
|
type: "priority" | "eip712";
|
144
|
+
gasPrice: undefined;
|
145
|
+
maxFeePerBlobGas?: undefined;
|
146
|
+
maxFeePerGas: bigint;
|
147
|
+
maxPriorityFeePerGas: bigint;
|
147
148
|
l1BatchNumber: bigint | null;
|
148
149
|
l1BatchTxIndex: bigint | null;
|
149
150
|
} | {
|
@@ -162,14 +163,14 @@ export declare const zkSyncTestnet: {
|
|
162
163
|
v: bigint;
|
163
164
|
value: bigint;
|
164
165
|
yParity: number;
|
165
|
-
gasPrice: bigint;
|
166
|
-
maxFeePerBlobGas?: undefined;
|
167
|
-
maxFeePerGas?: undefined;
|
168
|
-
maxPriorityFeePerGas?: undefined;
|
169
166
|
accessList: import("../../index.js").AccessList;
|
170
167
|
blobVersionedHashes?: undefined;
|
171
168
|
chainId: number;
|
172
169
|
type: "eip2930";
|
170
|
+
gasPrice: bigint;
|
171
|
+
maxFeePerBlobGas?: undefined;
|
172
|
+
maxFeePerGas?: undefined;
|
173
|
+
maxPriorityFeePerGas?: undefined;
|
173
174
|
l1BatchNumber: bigint | null;
|
174
175
|
l1BatchTxIndex: bigint | null;
|
175
176
|
} | {
|
@@ -188,14 +189,14 @@ export declare const zkSyncTestnet: {
|
|
188
189
|
v: bigint;
|
189
190
|
value: bigint;
|
190
191
|
yParity: number;
|
191
|
-
gasPrice: undefined;
|
192
|
-
maxFeePerBlobGas?: undefined;
|
193
|
-
maxFeePerGas: bigint;
|
194
|
-
maxPriorityFeePerGas: bigint;
|
195
192
|
accessList: import("../../index.js").AccessList;
|
196
193
|
blobVersionedHashes?: undefined;
|
197
194
|
chainId: number;
|
198
195
|
type: "eip1559";
|
196
|
+
gasPrice: undefined;
|
197
|
+
maxFeePerBlobGas?: undefined;
|
198
|
+
maxFeePerGas: bigint;
|
199
|
+
maxPriorityFeePerGas: bigint;
|
199
200
|
l1BatchNumber: bigint | null;
|
200
201
|
l1BatchTxIndex: bigint | null;
|
201
202
|
} | {
|
@@ -214,14 +215,14 @@ export declare const zkSyncTestnet: {
|
|
214
215
|
v: bigint;
|
215
216
|
value: bigint;
|
216
217
|
yParity: number;
|
217
|
-
gasPrice: undefined;
|
218
|
-
maxFeePerBlobGas?: undefined;
|
219
|
-
maxFeePerGas: bigint;
|
220
|
-
maxPriorityFeePerGas: bigint;
|
221
218
|
accessList: import("../../index.js").AccessList;
|
222
219
|
blobVersionedHashes?: undefined;
|
223
220
|
chainId: number;
|
224
221
|
type: "priority";
|
222
|
+
gasPrice: undefined;
|
223
|
+
maxFeePerBlobGas?: undefined;
|
224
|
+
maxFeePerGas: bigint;
|
225
|
+
maxPriorityFeePerGas: bigint;
|
225
226
|
l1BatchNumber: bigint | null;
|
226
227
|
l1BatchTxIndex: bigint | null;
|
227
228
|
} | {
|
@@ -240,14 +241,14 @@ export declare const zkSyncTestnet: {
|
|
240
241
|
v: bigint;
|
241
242
|
value: bigint;
|
242
243
|
yParity: number;
|
243
|
-
gasPrice: undefined;
|
244
|
-
maxFeePerBlobGas?: undefined;
|
245
|
-
maxFeePerGas: bigint;
|
246
|
-
maxPriorityFeePerGas: bigint;
|
247
244
|
accessList: import("../../index.js").AccessList;
|
248
245
|
blobVersionedHashes?: undefined;
|
249
246
|
chainId: number;
|
250
247
|
type: "priority" | "eip712";
|
248
|
+
gasPrice: undefined;
|
249
|
+
maxFeePerBlobGas?: undefined;
|
250
|
+
maxFeePerGas: bigint;
|
251
|
+
maxPriorityFeePerGas: bigint;
|
251
252
|
l1BatchNumber: bigint | null;
|
252
253
|
l1BatchTxIndex: bigint | null;
|
253
254
|
} | {
|
@@ -266,14 +267,14 @@ export declare const zkSyncTestnet: {
|
|
266
267
|
v: bigint;
|
267
268
|
value: bigint;
|
268
269
|
yParity: number;
|
269
|
-
gasPrice: bigint;
|
270
|
-
maxFeePerBlobGas?: undefined;
|
271
|
-
maxFeePerGas: undefined;
|
272
|
-
maxPriorityFeePerGas: undefined;
|
273
270
|
accessList: import("../../index.js").AccessList;
|
274
271
|
blobVersionedHashes?: undefined;
|
275
272
|
chainId: number;
|
276
273
|
type: "eip2930";
|
274
|
+
gasPrice: bigint;
|
275
|
+
maxFeePerBlobGas?: undefined;
|
276
|
+
maxFeePerGas: undefined;
|
277
|
+
maxPriorityFeePerGas: undefined;
|
277
278
|
l1BatchNumber: bigint | null;
|
278
279
|
l1BatchTxIndex: bigint | null;
|
279
280
|
} | {
|
@@ -292,14 +293,14 @@ export declare const zkSyncTestnet: {
|
|
292
293
|
v: bigint;
|
293
294
|
value: bigint;
|
294
295
|
yParity: number;
|
295
|
-
gasPrice?: undefined;
|
296
|
-
maxFeePerBlobGas?: undefined;
|
297
|
-
maxFeePerGas: bigint;
|
298
|
-
maxPriorityFeePerGas: bigint;
|
299
296
|
accessList: import("../../index.js").AccessList;
|
300
297
|
blobVersionedHashes?: undefined;
|
301
298
|
chainId: number;
|
302
299
|
type: "eip1559";
|
300
|
+
gasPrice?: undefined;
|
301
|
+
maxFeePerBlobGas?: undefined;
|
302
|
+
maxFeePerGas: bigint;
|
303
|
+
maxPriorityFeePerGas: bigint;
|
303
304
|
l1BatchNumber: bigint | null;
|
304
305
|
l1BatchTxIndex: bigint | null;
|
305
306
|
} | {
|
@@ -318,14 +319,14 @@ export declare const zkSyncTestnet: {
|
|
318
319
|
v: bigint;
|
319
320
|
value: bigint;
|
320
321
|
yParity: number;
|
321
|
-
gasPrice?: undefined;
|
322
|
-
maxFeePerBlobGas?: undefined;
|
323
|
-
maxFeePerGas: bigint;
|
324
|
-
maxPriorityFeePerGas: bigint;
|
325
322
|
accessList: import("../../index.js").AccessList;
|
326
323
|
blobVersionedHashes?: undefined;
|
327
324
|
chainId: number;
|
328
325
|
type: "priority";
|
326
|
+
gasPrice?: undefined;
|
327
|
+
maxFeePerBlobGas?: undefined;
|
328
|
+
maxFeePerGas: bigint;
|
329
|
+
maxPriorityFeePerGas: bigint;
|
329
330
|
l1BatchNumber: bigint | null;
|
330
331
|
l1BatchTxIndex: bigint | null;
|
331
332
|
} | {
|
@@ -344,14 +345,14 @@ export declare const zkSyncTestnet: {
|
|
344
345
|
v: bigint;
|
345
346
|
value: bigint;
|
346
347
|
yParity: number;
|
347
|
-
gasPrice?: undefined;
|
348
|
-
maxFeePerBlobGas?: undefined;
|
349
|
-
maxFeePerGas: bigint;
|
350
|
-
maxPriorityFeePerGas: bigint;
|
351
348
|
accessList: import("../../index.js").AccessList;
|
352
349
|
blobVersionedHashes?: undefined;
|
353
350
|
chainId: number;
|
354
351
|
type: "priority" | "eip712";
|
352
|
+
gasPrice?: undefined;
|
353
|
+
maxFeePerBlobGas?: undefined;
|
354
|
+
maxFeePerGas: bigint;
|
355
|
+
maxPriorityFeePerGas: bigint;
|
355
356
|
l1BatchNumber: bigint | null;
|
356
357
|
l1BatchTxIndex: bigint | null;
|
357
358
|
} | {
|
@@ -370,14 +371,14 @@ export declare const zkSyncTestnet: {
|
|
370
371
|
v: bigint;
|
371
372
|
value: bigint;
|
372
373
|
yParity: number;
|
373
|
-
gasPrice?: undefined;
|
374
|
-
maxFeePerBlobGas: bigint;
|
375
|
-
maxFeePerGas: bigint;
|
376
|
-
maxPriorityFeePerGas: bigint;
|
377
374
|
accessList: import("../../index.js").AccessList;
|
378
375
|
blobVersionedHashes: readonly `0x${string}`[];
|
379
376
|
chainId: number;
|
380
377
|
type: "eip4844";
|
378
|
+
gasPrice?: undefined;
|
379
|
+
maxFeePerBlobGas: bigint;
|
380
|
+
maxFeePerGas: bigint;
|
381
|
+
maxPriorityFeePerGas: bigint;
|
381
382
|
l1BatchNumber: bigint | null;
|
382
383
|
l1BatchTxIndex: bigint | null;
|
383
384
|
} | {
|
@@ -396,14 +397,14 @@ export declare const zkSyncTestnet: {
|
|
396
397
|
v: bigint;
|
397
398
|
value: bigint;
|
398
399
|
yParity: number;
|
399
|
-
gasPrice?: undefined;
|
400
|
-
maxFeePerBlobGas: undefined;
|
401
|
-
maxFeePerGas: bigint;
|
402
|
-
maxPriorityFeePerGas: bigint;
|
403
400
|
accessList: import("../../index.js").AccessList;
|
404
401
|
blobVersionedHashes: readonly `0x${string}`[];
|
405
402
|
chainId: number;
|
406
403
|
type: "priority";
|
404
|
+
gasPrice?: undefined;
|
405
|
+
maxFeePerBlobGas: undefined;
|
406
|
+
maxFeePerGas: bigint;
|
407
|
+
maxPriorityFeePerGas: bigint;
|
407
408
|
l1BatchNumber: bigint | null;
|
408
409
|
l1BatchTxIndex: bigint | null;
|
409
410
|
} | {
|
@@ -422,14 +423,14 @@ export declare const zkSyncTestnet: {
|
|
422
423
|
v: bigint;
|
423
424
|
value: bigint;
|
424
425
|
yParity: number;
|
425
|
-
gasPrice?: undefined;
|
426
|
-
maxFeePerBlobGas: undefined;
|
427
|
-
maxFeePerGas: bigint;
|
428
|
-
maxPriorityFeePerGas: bigint;
|
429
426
|
accessList: import("../../index.js").AccessList;
|
430
427
|
blobVersionedHashes: readonly `0x${string}`[];
|
431
428
|
chainId: number;
|
432
429
|
type: "priority" | "eip712";
|
430
|
+
gasPrice?: undefined;
|
431
|
+
maxFeePerBlobGas: undefined;
|
432
|
+
maxFeePerGas: bigint;
|
433
|
+
maxPriorityFeePerGas: bigint;
|
433
434
|
l1BatchNumber: bigint | null;
|
434
435
|
l1BatchTxIndex: bigint | null;
|
435
436
|
}) & {};
|
@@ -470,13 +471,13 @@ export declare const zkSyncTestnet: {
|
|
470
471
|
nonce?: number | undefined;
|
471
472
|
to?: `0x${string}` | null | undefined;
|
472
473
|
value?: bigint | undefined;
|
474
|
+
accessList?: undefined;
|
475
|
+
blobs?: undefined;
|
476
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
473
477
|
gasPrice?: bigint | undefined;
|
474
478
|
maxFeePerBlobGas?: bigint | undefined;
|
475
479
|
maxFeePerGas?: bigint | undefined;
|
476
480
|
maxPriorityFeePerGas?: bigint | undefined;
|
477
|
-
accessList?: undefined;
|
478
|
-
blobs?: undefined;
|
479
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
480
481
|
blobVersionedHashes?: undefined;
|
481
482
|
kzg?: undefined;
|
482
483
|
sidecars?: undefined;
|
@@ -487,13 +488,13 @@ export declare const zkSyncTestnet: {
|
|
487
488
|
nonce?: number | undefined;
|
488
489
|
to?: `0x${string}` | null | undefined;
|
489
490
|
value?: bigint | undefined;
|
491
|
+
accessList?: undefined;
|
492
|
+
blobs?: undefined;
|
493
|
+
type?: "legacy" | undefined;
|
490
494
|
gasPrice?: bigint | undefined;
|
491
495
|
maxFeePerBlobGas?: undefined;
|
492
496
|
maxFeePerGas?: undefined;
|
493
497
|
maxPriorityFeePerGas?: undefined;
|
494
|
-
accessList?: undefined;
|
495
|
-
blobs?: undefined;
|
496
|
-
type?: "legacy" | undefined;
|
497
498
|
blobVersionedHashes?: undefined;
|
498
499
|
kzg?: undefined;
|
499
500
|
sidecars?: undefined;
|
@@ -510,13 +511,13 @@ export declare const zkSyncTestnet: {
|
|
510
511
|
nonce?: number | undefined;
|
511
512
|
to?: `0x${string}` | null | undefined;
|
512
513
|
value?: bigint | undefined;
|
514
|
+
accessList?: undefined;
|
515
|
+
blobs?: undefined;
|
516
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
513
517
|
gasPrice?: bigint | undefined;
|
514
518
|
maxFeePerBlobGas?: bigint | undefined;
|
515
519
|
maxFeePerGas?: bigint | undefined;
|
516
520
|
maxPriorityFeePerGas?: bigint | undefined;
|
517
|
-
accessList?: undefined;
|
518
|
-
blobs?: undefined;
|
519
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
520
521
|
blobVersionedHashes?: undefined;
|
521
522
|
kzg?: undefined;
|
522
523
|
sidecars?: undefined;
|
@@ -527,13 +528,13 @@ export declare const zkSyncTestnet: {
|
|
527
528
|
nonce?: number | undefined;
|
528
529
|
to?: `0x${string}` | null | undefined;
|
529
530
|
value?: bigint | undefined;
|
531
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
532
|
+
blobs?: undefined;
|
533
|
+
type?: "eip2930" | undefined;
|
530
534
|
gasPrice?: bigint | undefined;
|
531
535
|
maxFeePerBlobGas?: undefined;
|
532
536
|
maxFeePerGas?: undefined;
|
533
537
|
maxPriorityFeePerGas?: undefined;
|
534
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
535
|
-
blobs?: undefined;
|
536
|
-
type?: "eip2930" | undefined;
|
537
538
|
blobVersionedHashes?: undefined;
|
538
539
|
kzg?: undefined;
|
539
540
|
sidecars?: undefined;
|
@@ -550,13 +551,13 @@ export declare const zkSyncTestnet: {
|
|
550
551
|
nonce?: number | undefined;
|
551
552
|
to?: `0x${string}` | null | undefined;
|
552
553
|
value?: bigint | undefined;
|
554
|
+
accessList?: undefined;
|
555
|
+
blobs?: undefined;
|
556
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
553
557
|
gasPrice?: bigint | undefined;
|
554
558
|
maxFeePerBlobGas?: bigint | undefined;
|
555
559
|
maxFeePerGas?: bigint | undefined;
|
556
560
|
maxPriorityFeePerGas?: bigint | undefined;
|
557
|
-
accessList?: undefined;
|
558
|
-
blobs?: undefined;
|
559
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
560
561
|
blobVersionedHashes?: undefined;
|
561
562
|
kzg?: undefined;
|
562
563
|
sidecars?: undefined;
|
@@ -590,13 +591,13 @@ export declare const zkSyncTestnet: {
|
|
590
591
|
nonce?: number | undefined;
|
591
592
|
to?: `0x${string}` | null | undefined;
|
592
593
|
value?: bigint | undefined;
|
594
|
+
accessList?: undefined;
|
595
|
+
blobs?: undefined;
|
596
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
593
597
|
gasPrice?: bigint | undefined;
|
594
598
|
maxFeePerBlobGas?: bigint | undefined;
|
595
599
|
maxFeePerGas?: bigint | undefined;
|
596
600
|
maxPriorityFeePerGas?: bigint | undefined;
|
597
|
-
accessList?: undefined;
|
598
|
-
blobs?: undefined;
|
599
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
600
601
|
blobVersionedHashes?: undefined;
|
601
602
|
kzg?: undefined;
|
602
603
|
sidecars?: undefined;
|
@@ -615,13 +616,13 @@ export declare const zkSyncTestnet: {
|
|
615
616
|
nonce?: number | undefined;
|
616
617
|
to?: `0x${string}` | null | undefined;
|
617
618
|
value?: bigint | undefined;
|
619
|
+
accessList?: undefined;
|
620
|
+
blobs?: undefined;
|
621
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
618
622
|
gasPrice?: bigint | undefined;
|
619
623
|
maxFeePerBlobGas?: bigint | undefined;
|
620
624
|
maxFeePerGas?: bigint | undefined;
|
621
625
|
maxPriorityFeePerGas?: bigint | undefined;
|
622
|
-
accessList?: undefined;
|
623
|
-
blobs?: undefined;
|
624
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
625
626
|
blobVersionedHashes?: undefined;
|
626
627
|
kzg?: undefined;
|
627
628
|
sidecars?: undefined;
|
@@ -640,13 +641,13 @@ export declare const zkSyncTestnet: {
|
|
640
641
|
nonce?: number | undefined;
|
641
642
|
to?: `0x${string}` | null | undefined;
|
642
643
|
value?: bigint | undefined;
|
644
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
645
|
+
blobs?: undefined;
|
646
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
643
647
|
gasPrice?: bigint | undefined;
|
644
648
|
maxFeePerBlobGas?: bigint | undefined;
|
645
649
|
maxFeePerGas?: bigint | undefined;
|
646
650
|
maxPriorityFeePerGas?: bigint | undefined;
|
647
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
648
|
-
blobs?: undefined;
|
649
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
650
651
|
blobVersionedHashes?: undefined;
|
651
652
|
kzg?: undefined;
|
652
653
|
sidecars?: undefined;
|
@@ -657,13 +658,13 @@ export declare const zkSyncTestnet: {
|
|
657
658
|
nonce?: number | undefined;
|
658
659
|
to?: `0x${string}` | null | undefined;
|
659
660
|
value?: bigint | undefined;
|
661
|
+
accessList?: undefined;
|
662
|
+
blobs?: undefined;
|
663
|
+
type?: "legacy" | undefined;
|
660
664
|
gasPrice?: bigint | undefined;
|
661
665
|
maxFeePerBlobGas?: undefined;
|
662
666
|
maxFeePerGas?: undefined;
|
663
667
|
maxPriorityFeePerGas?: undefined;
|
664
|
-
accessList?: undefined;
|
665
|
-
blobs?: undefined;
|
666
|
-
type?: "legacy" | undefined;
|
667
668
|
blobVersionedHashes?: undefined;
|
668
669
|
kzg?: undefined;
|
669
670
|
sidecars?: undefined;
|
@@ -680,13 +681,13 @@ export declare const zkSyncTestnet: {
|
|
680
681
|
nonce?: number | undefined;
|
681
682
|
to?: `0x${string}` | null | undefined;
|
682
683
|
value?: bigint | undefined;
|
684
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
685
|
+
blobs?: undefined;
|
686
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
683
687
|
gasPrice?: bigint | undefined;
|
684
688
|
maxFeePerBlobGas?: bigint | undefined;
|
685
689
|
maxFeePerGas?: bigint | undefined;
|
686
690
|
maxPriorityFeePerGas?: bigint | undefined;
|
687
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
688
|
-
blobs?: undefined;
|
689
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
690
691
|
blobVersionedHashes?: undefined;
|
691
692
|
kzg?: undefined;
|
692
693
|
sidecars?: undefined;
|
@@ -697,13 +698,13 @@ export declare const zkSyncTestnet: {
|
|
697
698
|
nonce?: number | undefined;
|
698
699
|
to?: `0x${string}` | null | undefined;
|
699
700
|
value?: bigint | undefined;
|
701
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
702
|
+
blobs?: undefined;
|
703
|
+
type?: "eip2930" | undefined;
|
700
704
|
gasPrice?: bigint | undefined;
|
701
705
|
maxFeePerBlobGas?: undefined;
|
702
706
|
maxFeePerGas?: undefined;
|
703
707
|
maxPriorityFeePerGas?: undefined;
|
704
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
705
|
-
blobs?: undefined;
|
706
|
-
type?: "eip2930" | undefined;
|
707
708
|
blobVersionedHashes?: undefined;
|
708
709
|
kzg?: undefined;
|
709
710
|
sidecars?: undefined;
|
@@ -720,13 +721,13 @@ export declare const zkSyncTestnet: {
|
|
720
721
|
nonce?: number | undefined;
|
721
722
|
to?: `0x${string}` | null | undefined;
|
722
723
|
value?: bigint | undefined;
|
724
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
725
|
+
blobs?: undefined;
|
726
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
723
727
|
gasPrice?: bigint | undefined;
|
724
728
|
maxFeePerBlobGas?: bigint | undefined;
|
725
729
|
maxFeePerGas?: bigint | undefined;
|
726
730
|
maxPriorityFeePerGas?: bigint | undefined;
|
727
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
728
|
-
blobs?: undefined;
|
729
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
730
731
|
blobVersionedHashes?: undefined;
|
731
732
|
kzg?: undefined;
|
732
733
|
sidecars?: undefined;
|
@@ -760,13 +761,13 @@ export declare const zkSyncTestnet: {
|
|
760
761
|
nonce?: number | undefined;
|
761
762
|
to?: `0x${string}` | null | undefined;
|
762
763
|
value?: bigint | undefined;
|
764
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
765
|
+
blobs?: undefined;
|
766
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
763
767
|
gasPrice?: bigint | undefined;
|
764
768
|
maxFeePerBlobGas?: bigint | undefined;
|
765
769
|
maxFeePerGas?: bigint | undefined;
|
766
770
|
maxPriorityFeePerGas?: bigint | undefined;
|
767
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
768
|
-
blobs?: undefined;
|
769
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
770
771
|
blobVersionedHashes?: undefined;
|
771
772
|
kzg?: undefined;
|
772
773
|
sidecars?: undefined;
|
@@ -785,13 +786,13 @@ export declare const zkSyncTestnet: {
|
|
785
786
|
nonce?: number | undefined;
|
786
787
|
to?: `0x${string}` | null | undefined;
|
787
788
|
value?: bigint | undefined;
|
789
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
790
|
+
blobs?: undefined;
|
791
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
788
792
|
gasPrice?: bigint | undefined;
|
789
793
|
maxFeePerBlobGas?: bigint | undefined;
|
790
794
|
maxFeePerGas?: bigint | undefined;
|
791
795
|
maxPriorityFeePerGas?: bigint | undefined;
|
792
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
793
|
-
blobs?: undefined;
|
794
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
795
796
|
blobVersionedHashes?: undefined;
|
796
797
|
kzg?: undefined;
|
797
798
|
sidecars?: undefined;
|
@@ -827,13 +828,13 @@ export declare const zkSyncTestnet: {
|
|
827
828
|
nonce?: number | undefined;
|
828
829
|
to?: `0x${string}` | null | undefined;
|
829
830
|
value?: bigint | undefined;
|
831
|
+
accessList?: undefined;
|
832
|
+
blobs?: undefined;
|
833
|
+
type?: "legacy" | undefined;
|
830
834
|
gasPrice?: bigint | undefined;
|
831
835
|
maxFeePerBlobGas?: undefined;
|
832
836
|
maxFeePerGas?: undefined;
|
833
837
|
maxPriorityFeePerGas?: undefined;
|
834
|
-
accessList?: undefined;
|
835
|
-
blobs?: undefined;
|
836
|
-
type?: "legacy" | undefined;
|
837
838
|
blobVersionedHashes?: undefined;
|
838
839
|
kzg?: undefined;
|
839
840
|
sidecars?: undefined;
|
@@ -867,13 +868,13 @@ export declare const zkSyncTestnet: {
|
|
867
868
|
nonce?: number | undefined;
|
868
869
|
to?: `0x${string}` | null | undefined;
|
869
870
|
value?: bigint | undefined;
|
871
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
872
|
+
blobs?: undefined;
|
873
|
+
type?: "eip2930" | undefined;
|
870
874
|
gasPrice?: bigint | undefined;
|
871
875
|
maxFeePerBlobGas?: undefined;
|
872
876
|
maxFeePerGas?: undefined;
|
873
877
|
maxPriorityFeePerGas?: undefined;
|
874
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
875
|
-
blobs?: undefined;
|
876
|
-
type?: "eip2930" | undefined;
|
877
878
|
blobVersionedHashes?: undefined;
|
878
879
|
kzg?: undefined;
|
879
880
|
sidecars?: undefined;
|
@@ -980,16 +981,16 @@ export declare const zkSyncTestnet: {
|
|
980
981
|
nonce?: number | undefined;
|
981
982
|
value?: bigint | undefined;
|
982
983
|
to?: `0x${string}` | null | undefined;
|
983
|
-
gasPrice?: bigint | undefined;
|
984
|
-
maxFeePerGas?: bigint | undefined;
|
985
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
986
|
-
maxFeePerBlobGas?: bigint | undefined;
|
987
984
|
accessList?: import("../../index.js").AccessList | undefined;
|
988
985
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
989
986
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
990
987
|
kzg?: import("../../index.js").Kzg | undefined;
|
991
988
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
992
989
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
990
|
+
gasPrice?: bigint | undefined;
|
991
|
+
maxFeePerGas?: bigint | undefined;
|
992
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
993
|
+
maxFeePerBlobGas?: bigint | undefined;
|
993
994
|
} & {
|
994
995
|
data?: `0x${string}` | undefined;
|
995
996
|
from: `0x${string}`;
|
@@ -997,13 +998,13 @@ export declare const zkSyncTestnet: {
|
|
997
998
|
nonce?: number | undefined;
|
998
999
|
to?: `0x${string}` | null | undefined;
|
999
1000
|
value?: bigint | undefined;
|
1001
|
+
accessList?: undefined;
|
1002
|
+
blobs?: undefined;
|
1003
|
+
type?: "legacy" | undefined;
|
1000
1004
|
gasPrice?: bigint | undefined;
|
1001
1005
|
maxFeePerBlobGas?: undefined;
|
1002
1006
|
maxFeePerGas?: undefined;
|
1003
1007
|
maxPriorityFeePerGas?: undefined;
|
1004
|
-
accessList?: undefined;
|
1005
|
-
blobs?: undefined;
|
1006
|
-
type?: "legacy" | undefined;
|
1007
1008
|
blobVersionedHashes?: undefined;
|
1008
1009
|
kzg?: undefined;
|
1009
1010
|
sidecars?: undefined;
|
@@ -1020,16 +1021,16 @@ export declare const zkSyncTestnet: {
|
|
1020
1021
|
nonce?: number | undefined;
|
1021
1022
|
value?: bigint | undefined;
|
1022
1023
|
to?: `0x${string}` | null | undefined;
|
1023
|
-
gasPrice?: bigint | undefined;
|
1024
|
-
maxFeePerGas?: bigint | undefined;
|
1025
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1026
|
-
maxFeePerBlobGas?: bigint | undefined;
|
1027
1024
|
accessList?: import("../../index.js").AccessList | undefined;
|
1028
1025
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1029
1026
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1030
1027
|
kzg?: import("../../index.js").Kzg | undefined;
|
1031
1028
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1032
1029
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1030
|
+
gasPrice?: bigint | undefined;
|
1031
|
+
maxFeePerGas?: bigint | undefined;
|
1032
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1033
|
+
maxFeePerBlobGas?: bigint | undefined;
|
1033
1034
|
} & {
|
1034
1035
|
data?: `0x${string}` | undefined;
|
1035
1036
|
from: `0x${string}`;
|
@@ -1037,13 +1038,13 @@ export declare const zkSyncTestnet: {
|
|
1037
1038
|
nonce?: number | undefined;
|
1038
1039
|
to?: `0x${string}` | null | undefined;
|
1039
1040
|
value?: bigint | undefined;
|
1041
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
1042
|
+
blobs?: undefined;
|
1043
|
+
type?: "eip2930" | undefined;
|
1040
1044
|
gasPrice?: bigint | undefined;
|
1041
1045
|
maxFeePerBlobGas?: undefined;
|
1042
1046
|
maxFeePerGas?: undefined;
|
1043
1047
|
maxPriorityFeePerGas?: undefined;
|
1044
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
1045
|
-
blobs?: undefined;
|
1046
|
-
type?: "eip2930" | undefined;
|
1047
1048
|
blobVersionedHashes?: undefined;
|
1048
1049
|
kzg?: undefined;
|
1049
1050
|
sidecars?: undefined;
|
@@ -1060,16 +1061,16 @@ export declare const zkSyncTestnet: {
|
|
1060
1061
|
nonce?: number | undefined;
|
1061
1062
|
value?: bigint | undefined;
|
1062
1063
|
to?: `0x${string}` | null | undefined;
|
1063
|
-
gasPrice?: bigint | undefined;
|
1064
|
-
maxFeePerGas?: bigint | undefined;
|
1065
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1066
|
-
maxFeePerBlobGas?: bigint | undefined;
|
1067
1064
|
accessList?: import("../../index.js").AccessList | undefined;
|
1068
1065
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1069
1066
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1070
1067
|
kzg?: import("../../index.js").Kzg | undefined;
|
1071
1068
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1072
1069
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1070
|
+
gasPrice?: bigint | undefined;
|
1071
|
+
maxFeePerGas?: bigint | undefined;
|
1072
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1073
|
+
maxFeePerBlobGas?: bigint | undefined;
|
1073
1074
|
} & {
|
1074
1075
|
data?: `0x${string}` | undefined;
|
1075
1076
|
from: `0x${string}`;
|
@@ -1100,16 +1101,16 @@ export declare const zkSyncTestnet: {
|
|
1100
1101
|
nonce?: number | undefined;
|
1101
1102
|
value?: bigint | undefined;
|
1102
1103
|
to?: `0x${string}` | null | undefined;
|
1103
|
-
gasPrice?: bigint | undefined;
|
1104
|
-
maxFeePerGas?: bigint | undefined;
|
1105
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1106
|
-
maxFeePerBlobGas?: bigint | undefined;
|
1107
1104
|
accessList?: import("../../index.js").AccessList | undefined;
|
1108
1105
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1109
1106
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1110
1107
|
kzg?: import("../../index.js").Kzg | undefined;
|
1111
1108
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1112
1109
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1110
|
+
gasPrice?: bigint | undefined;
|
1111
|
+
maxFeePerGas?: bigint | undefined;
|
1112
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1113
|
+
maxFeePerBlobGas?: bigint | undefined;
|
1113
1114
|
} & {
|
1114
1115
|
data?: `0x${string}` | undefined;
|
1115
1116
|
from: `0x${string}`;
|
@@ -1117,16 +1118,16 @@ export declare const zkSyncTestnet: {
|
|
1117
1118
|
nonce?: number | undefined;
|
1118
1119
|
value?: bigint | undefined;
|
1119
1120
|
to: `0x${string}` | null;
|
1120
|
-
gasPrice?: undefined;
|
1121
|
-
maxFeePerGas?: bigint | undefined;
|
1122
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1123
|
-
maxFeePerBlobGas: bigint;
|
1124
1121
|
accessList?: import("../../index.js").AccessList | undefined;
|
1125
1122
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1126
1123
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1127
1124
|
kzg?: import("../../index.js").Kzg | undefined;
|
1128
1125
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1129
1126
|
type?: "eip4844" | undefined;
|
1127
|
+
gasPrice?: undefined;
|
1128
|
+
maxFeePerGas?: bigint | undefined;
|
1129
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1130
|
+
maxFeePerBlobGas: bigint;
|
1130
1131
|
} & {
|
1131
1132
|
gasPerPubdata?: undefined;
|
1132
1133
|
customSignature?: undefined;
|
@@ -1140,16 +1141,16 @@ export declare const zkSyncTestnet: {
|
|
1140
1141
|
nonce?: number | undefined;
|
1141
1142
|
value?: bigint | undefined;
|
1142
1143
|
to?: `0x${string}` | null | undefined;
|
1143
|
-
gasPrice?: bigint | undefined;
|
1144
|
-
maxFeePerGas?: bigint | undefined;
|
1145
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1146
|
-
maxFeePerBlobGas?: bigint | undefined;
|
1147
1144
|
accessList?: import("../../index.js").AccessList | undefined;
|
1148
1145
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1149
1146
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1150
1147
|
kzg?: import("../../index.js").Kzg | undefined;
|
1151
1148
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1152
1149
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1150
|
+
gasPrice?: bigint | undefined;
|
1151
|
+
maxFeePerGas?: bigint | undefined;
|
1152
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1153
|
+
maxFeePerBlobGas?: bigint | undefined;
|
1153
1154
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1154
1155
|
gasPerPubdata?: bigint | undefined;
|
1155
1156
|
customSignature?: `0x${string}` | undefined;
|
@@ -1165,16 +1166,16 @@ export declare const zkSyncTestnet: {
|
|
1165
1166
|
nonce?: number | undefined;
|
1166
1167
|
value?: bigint | undefined;
|
1167
1168
|
to?: `0x${string}` | null | undefined;
|
1168
|
-
gasPrice?: bigint | undefined;
|
1169
|
-
maxFeePerGas?: bigint | undefined;
|
1170
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1171
|
-
maxFeePerBlobGas?: bigint | undefined;
|
1172
1169
|
accessList?: import("../../index.js").AccessList | undefined;
|
1173
1170
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1174
1171
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1175
1172
|
kzg?: import("../../index.js").Kzg | undefined;
|
1176
1173
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1177
1174
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1175
|
+
gasPrice?: bigint | undefined;
|
1176
|
+
maxFeePerGas?: bigint | undefined;
|
1177
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1178
|
+
maxFeePerBlobGas?: bigint | undefined;
|
1178
1179
|
} & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1179
1180
|
gasPerPubdata?: bigint | undefined;
|
1180
1181
|
customSignature?: `0x${string}` | undefined;
|
@@ -1190,13 +1191,13 @@ export declare const zkSyncTestnet: {
|
|
1190
1191
|
nonce?: `0x${string}` | undefined;
|
1191
1192
|
to?: `0x${string}` | null | undefined;
|
1192
1193
|
value?: `0x${string}` | undefined;
|
1194
|
+
accessList?: undefined;
|
1195
|
+
blobs?: undefined;
|
1196
|
+
type?: "0x0" | undefined;
|
1193
1197
|
gasPrice?: `0x${string}` | undefined;
|
1194
1198
|
maxFeePerBlobGas?: undefined;
|
1195
1199
|
maxFeePerGas?: undefined;
|
1196
1200
|
maxPriorityFeePerGas?: undefined;
|
1197
|
-
accessList?: undefined;
|
1198
|
-
blobs?: undefined;
|
1199
|
-
type?: "0x0" | undefined;
|
1200
1201
|
blobVersionedHashes?: undefined;
|
1201
1202
|
kzg?: undefined;
|
1202
1203
|
sidecars?: undefined;
|
@@ -1208,13 +1209,13 @@ export declare const zkSyncTestnet: {
|
|
1208
1209
|
nonce?: `0x${string}` | undefined;
|
1209
1210
|
to?: `0x${string}` | null | undefined;
|
1210
1211
|
value?: `0x${string}` | undefined;
|
1212
|
+
accessList?: undefined;
|
1213
|
+
blobs?: undefined;
|
1214
|
+
type?: "0x1" | undefined;
|
1211
1215
|
gasPrice?: `0x${string}` | undefined;
|
1212
1216
|
maxFeePerBlobGas?: undefined;
|
1213
1217
|
maxFeePerGas?: undefined;
|
1214
1218
|
maxPriorityFeePerGas?: undefined;
|
1215
|
-
accessList?: undefined;
|
1216
|
-
blobs?: undefined;
|
1217
|
-
type?: "0x1" | undefined;
|
1218
1219
|
blobVersionedHashes?: undefined;
|
1219
1220
|
kzg?: undefined;
|
1220
1221
|
sidecars?: undefined;
|
@@ -1226,13 +1227,13 @@ export declare const zkSyncTestnet: {
|
|
1226
1227
|
nonce?: `0x${string}` | undefined;
|
1227
1228
|
to?: `0x${string}` | null | undefined;
|
1228
1229
|
value?: `0x${string}` | undefined;
|
1230
|
+
accessList?: undefined;
|
1231
|
+
blobs?: undefined;
|
1232
|
+
type?: "0x2" | undefined;
|
1229
1233
|
gasPrice?: undefined;
|
1230
1234
|
maxFeePerBlobGas?: undefined;
|
1231
1235
|
maxFeePerGas?: `0x${string}` | undefined;
|
1232
1236
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1233
|
-
accessList?: undefined;
|
1234
|
-
blobs?: undefined;
|
1235
|
-
type?: "0x2" | undefined;
|
1236
1237
|
blobVersionedHashes?: undefined;
|
1237
1238
|
kzg?: undefined;
|
1238
1239
|
sidecars?: undefined;
|
@@ -1244,13 +1245,13 @@ export declare const zkSyncTestnet: {
|
|
1244
1245
|
nonce?: `0x${string}` | undefined;
|
1245
1246
|
to?: `0x${string}` | null | undefined;
|
1246
1247
|
value?: `0x${string}` | undefined;
|
1248
|
+
accessList?: undefined;
|
1249
|
+
blobs?: undefined;
|
1250
|
+
type: "0xff" | "0x71";
|
1247
1251
|
gasPrice?: undefined;
|
1248
1252
|
maxFeePerBlobGas?: undefined;
|
1249
1253
|
maxFeePerGas?: `0x${string}` | undefined;
|
1250
1254
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1251
|
-
accessList?: undefined;
|
1252
|
-
blobs?: undefined;
|
1253
|
-
type: "0xff" | "0x71";
|
1254
1255
|
blobVersionedHashes?: undefined;
|
1255
1256
|
kzg?: undefined;
|
1256
1257
|
sidecars?: undefined;
|
@@ -1262,13 +1263,13 @@ export declare const zkSyncTestnet: {
|
|
1262
1263
|
nonce?: `0x${string}` | undefined;
|
1263
1264
|
to?: `0x${string}` | null | undefined;
|
1264
1265
|
value?: `0x${string}` | undefined;
|
1266
|
+
accessList?: undefined;
|
1267
|
+
blobs?: undefined;
|
1268
|
+
type?: "0x0" | undefined;
|
1265
1269
|
gasPrice?: `0x${string}` | undefined;
|
1266
1270
|
maxFeePerBlobGas?: undefined;
|
1267
1271
|
maxFeePerGas?: undefined;
|
1268
1272
|
maxPriorityFeePerGas?: undefined;
|
1269
|
-
accessList?: undefined;
|
1270
|
-
blobs?: undefined;
|
1271
|
-
type?: "0x0" | undefined;
|
1272
1273
|
blobVersionedHashes?: undefined;
|
1273
1274
|
kzg?: undefined;
|
1274
1275
|
sidecars?: undefined;
|
@@ -1280,13 +1281,13 @@ export declare const zkSyncTestnet: {
|
|
1280
1281
|
nonce?: `0x${string}` | undefined;
|
1281
1282
|
to?: `0x${string}` | null | undefined;
|
1282
1283
|
value?: `0x${string}` | undefined;
|
1284
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
1285
|
+
blobs?: undefined;
|
1286
|
+
type?: "0x1" | undefined;
|
1283
1287
|
gasPrice?: `0x${string}` | undefined;
|
1284
1288
|
maxFeePerBlobGas?: undefined;
|
1285
1289
|
maxFeePerGas?: undefined;
|
1286
1290
|
maxPriorityFeePerGas?: undefined;
|
1287
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
1288
|
-
blobs?: undefined;
|
1289
|
-
type?: "0x1" | undefined;
|
1290
1291
|
blobVersionedHashes?: undefined;
|
1291
1292
|
kzg?: undefined;
|
1292
1293
|
sidecars?: undefined;
|
@@ -1298,13 +1299,13 @@ export declare const zkSyncTestnet: {
|
|
1298
1299
|
nonce?: `0x${string}` | undefined;
|
1299
1300
|
to?: `0x${string}` | null | undefined;
|
1300
1301
|
value?: `0x${string}` | undefined;
|
1302
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
1303
|
+
blobs?: undefined;
|
1304
|
+
type?: "0x2" | undefined;
|
1301
1305
|
gasPrice?: undefined;
|
1302
1306
|
maxFeePerBlobGas?: undefined;
|
1303
1307
|
maxFeePerGas?: `0x${string}` | undefined;
|
1304
1308
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1305
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
1306
|
-
blobs?: undefined;
|
1307
|
-
type?: "0x2" | undefined;
|
1308
1309
|
blobVersionedHashes?: undefined;
|
1309
1310
|
kzg?: undefined;
|
1310
1311
|
sidecars?: undefined;
|
@@ -1316,13 +1317,13 @@ export declare const zkSyncTestnet: {
|
|
1316
1317
|
nonce?: `0x${string}` | undefined;
|
1317
1318
|
to?: `0x${string}` | null | undefined;
|
1318
1319
|
value?: `0x${string}` | undefined;
|
1320
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
1321
|
+
blobs?: undefined;
|
1322
|
+
type: "0xff" | "0x71";
|
1319
1323
|
gasPrice?: undefined;
|
1320
1324
|
maxFeePerBlobGas?: undefined;
|
1321
1325
|
maxFeePerGas?: `0x${string}` | undefined;
|
1322
1326
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1323
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
1324
|
-
blobs?: undefined;
|
1325
|
-
type: "0xff" | "0x71";
|
1326
1327
|
blobVersionedHashes?: undefined;
|
1327
1328
|
kzg?: undefined;
|
1328
1329
|
sidecars?: undefined;
|
@@ -1406,16 +1407,16 @@ export declare const zkSyncTestnet: {
|
|
1406
1407
|
nonce?: `0x${string}` | undefined;
|
1407
1408
|
value?: `0x${string}` | undefined;
|
1408
1409
|
to: `0x${string}` | null;
|
1409
|
-
gasPrice?: undefined;
|
1410
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1411
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1412
|
-
maxFeePerBlobGas: `0x${string}`;
|
1413
1410
|
accessList?: import("../../index.js").AccessList | undefined;
|
1414
1411
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1415
1412
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1416
1413
|
kzg?: import("../../index.js").Kzg | undefined;
|
1417
1414
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1418
1415
|
type?: "0x3" | undefined;
|
1416
|
+
gasPrice?: undefined;
|
1417
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1418
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1419
|
+
maxFeePerBlobGas: `0x${string}`;
|
1419
1420
|
eip712Meta?: undefined;
|
1420
1421
|
} | {
|
1421
1422
|
data?: `0x${string}` | undefined;
|
@@ -1424,16 +1425,16 @@ export declare const zkSyncTestnet: {
|
|
1424
1425
|
nonce?: `0x${string}` | undefined;
|
1425
1426
|
value?: `0x${string}` | undefined;
|
1426
1427
|
to: `0x${string}` | null | undefined;
|
1427
|
-
gasPrice?: undefined;
|
1428
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1429
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1430
|
-
maxFeePerBlobGas: undefined;
|
1431
1428
|
accessList?: import("../../index.js").AccessList | undefined;
|
1432
1429
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1433
1430
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1434
1431
|
kzg?: import("../../index.js").Kzg | undefined;
|
1435
1432
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1436
1433
|
type: "0xff" | "0x71";
|
1434
|
+
gasPrice?: undefined;
|
1435
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1436
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1437
|
+
maxFeePerBlobGas: undefined;
|
1437
1438
|
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1438
1439
|
}) & {
|
1439
1440
|
gasPerPubdata: never;
|
@@ -1448,7 +1449,6 @@ export declare const zkSyncTestnet: {
|
|
1448
1449
|
serializers: {
|
1449
1450
|
readonly transaction: typeof import("../../zksync/serializers.js").serializeTransaction;
|
1450
1451
|
};
|
1451
|
-
fees?: import("../../index.js").ChainFees<undefined> | undefined;
|
1452
1452
|
readonly network: "zksync-era-testnet";
|
1453
1453
|
};
|
1454
1454
|
//# sourceMappingURL=zkSyncTestnet.d.ts.map
|