viem 2.15.1 → 2.16.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (964) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/README.md +17 -11
  3. package/_cjs/accounts/generateMnemonic.js +1 -2
  4. package/_cjs/accounts/generateMnemonic.js.map +1 -1
  5. package/_cjs/accounts/generatePrivateKey.js +1 -2
  6. package/_cjs/accounts/generatePrivateKey.js.map +1 -1
  7. package/_cjs/accounts/hdKeyToAccount.js +1 -2
  8. package/_cjs/accounts/hdKeyToAccount.js.map +1 -1
  9. package/_cjs/accounts/mnemonicToAccount.js +1 -2
  10. package/_cjs/accounts/mnemonicToAccount.js.map +1 -1
  11. package/_cjs/accounts/privateKeyToAccount.js +1 -2
  12. package/_cjs/accounts/privateKeyToAccount.js.map +1 -1
  13. package/_cjs/accounts/toAccount.js +1 -2
  14. package/_cjs/accounts/toAccount.js.map +1 -1
  15. package/_cjs/accounts/utils/parseAccount.js +1 -2
  16. package/_cjs/accounts/utils/parseAccount.js.map +1 -1
  17. package/_cjs/accounts/utils/privateKeyToAddress.js +1 -2
  18. package/_cjs/accounts/utils/privateKeyToAddress.js.map +1 -1
  19. package/_cjs/accounts/utils/publicKeyToAddress.js +1 -2
  20. package/_cjs/accounts/utils/publicKeyToAddress.js.map +1 -1
  21. package/_cjs/accounts/utils/sign.js +1 -2
  22. package/_cjs/accounts/utils/sign.js.map +1 -1
  23. package/_cjs/accounts/utils/signMessage.js +1 -2
  24. package/_cjs/accounts/utils/signMessage.js.map +1 -1
  25. package/_cjs/accounts/utils/signTransaction.js +1 -2
  26. package/_cjs/accounts/utils/signTransaction.js.map +1 -1
  27. package/_cjs/accounts/utils/signTypedData.js +1 -2
  28. package/_cjs/accounts/utils/signTypedData.js.map +1 -1
  29. package/_cjs/actions/ens/getEnsAddress.js +1 -2
  30. package/_cjs/actions/ens/getEnsAddress.js.map +1 -1
  31. package/_cjs/actions/ens/getEnsAvatar.js +1 -2
  32. package/_cjs/actions/ens/getEnsAvatar.js.map +1 -1
  33. package/_cjs/actions/ens/getEnsName.js +1 -2
  34. package/_cjs/actions/ens/getEnsName.js.map +1 -1
  35. package/_cjs/actions/ens/getEnsResolver.js +1 -2
  36. package/_cjs/actions/ens/getEnsResolver.js.map +1 -1
  37. package/_cjs/actions/ens/getEnsText.js +1 -2
  38. package/_cjs/actions/ens/getEnsText.js.map +1 -1
  39. package/_cjs/actions/getContract.js +3 -4
  40. package/_cjs/actions/getContract.js.map +1 -1
  41. package/_cjs/actions/public/call.js +2 -3
  42. package/_cjs/actions/public/call.js.map +1 -1
  43. package/_cjs/actions/public/createBlockFilter.js +1 -2
  44. package/_cjs/actions/public/createBlockFilter.js.map +1 -1
  45. package/_cjs/actions/public/createContractEventFilter.js +1 -2
  46. package/_cjs/actions/public/createContractEventFilter.js.map +1 -1
  47. package/_cjs/actions/public/createEventFilter.js +7 -9
  48. package/_cjs/actions/public/createEventFilter.js.map +1 -1
  49. package/_cjs/actions/public/createPendingTransactionFilter.js +1 -2
  50. package/_cjs/actions/public/createPendingTransactionFilter.js.map +1 -1
  51. package/_cjs/actions/public/estimateContractGas.js +1 -2
  52. package/_cjs/actions/public/estimateContractGas.js.map +1 -1
  53. package/_cjs/actions/public/estimateFeesPerGas.js +2 -3
  54. package/_cjs/actions/public/estimateFeesPerGas.js.map +1 -1
  55. package/_cjs/actions/public/estimateGas.js +1 -2
  56. package/_cjs/actions/public/estimateGas.js.map +1 -1
  57. package/_cjs/actions/public/estimateMaxPriorityFeePerGas.js +2 -3
  58. package/_cjs/actions/public/estimateMaxPriorityFeePerGas.js.map +1 -1
  59. package/_cjs/actions/public/getBalance.js +1 -2
  60. package/_cjs/actions/public/getBalance.js.map +1 -1
  61. package/_cjs/actions/public/getBlobBaseFee.js +1 -2
  62. package/_cjs/actions/public/getBlobBaseFee.js.map +1 -1
  63. package/_cjs/actions/public/getBlock.js +1 -2
  64. package/_cjs/actions/public/getBlock.js.map +1 -1
  65. package/_cjs/actions/public/getBlockNumber.js +2 -3
  66. package/_cjs/actions/public/getBlockNumber.js.map +1 -1
  67. package/_cjs/actions/public/getBlockTransactionCount.js +1 -2
  68. package/_cjs/actions/public/getBlockTransactionCount.js.map +1 -1
  69. package/_cjs/actions/public/getChainId.js +1 -2
  70. package/_cjs/actions/public/getChainId.js.map +1 -1
  71. package/_cjs/actions/public/getCode.js +1 -2
  72. package/_cjs/actions/public/getCode.js.map +1 -1
  73. package/_cjs/actions/public/getContractEvents.js +1 -2
  74. package/_cjs/actions/public/getContractEvents.js.map +1 -1
  75. package/_cjs/actions/public/getEip712Domain.js +1 -2
  76. package/_cjs/actions/public/getEip712Domain.js.map +1 -1
  77. package/_cjs/actions/public/getFeeHistory.js +1 -2
  78. package/_cjs/actions/public/getFeeHistory.js.map +1 -1
  79. package/_cjs/actions/public/getFilterChanges.js +1 -2
  80. package/_cjs/actions/public/getFilterChanges.js.map +1 -1
  81. package/_cjs/actions/public/getFilterLogs.js +1 -2
  82. package/_cjs/actions/public/getFilterLogs.js.map +1 -1
  83. package/_cjs/actions/public/getGasPrice.js +1 -2
  84. package/_cjs/actions/public/getGasPrice.js.map +1 -1
  85. package/_cjs/actions/public/getLogs.js +7 -9
  86. package/_cjs/actions/public/getLogs.js.map +1 -1
  87. package/_cjs/actions/public/getProof.js +1 -2
  88. package/_cjs/actions/public/getProof.js.map +1 -1
  89. package/_cjs/actions/public/getStorageAt.js +1 -2
  90. package/_cjs/actions/public/getStorageAt.js.map +1 -1
  91. package/_cjs/actions/public/getTransaction.js +1 -2
  92. package/_cjs/actions/public/getTransaction.js.map +1 -1
  93. package/_cjs/actions/public/getTransactionConfirmations.js +1 -2
  94. package/_cjs/actions/public/getTransactionConfirmations.js.map +1 -1
  95. package/_cjs/actions/public/getTransactionCount.js +1 -2
  96. package/_cjs/actions/public/getTransactionCount.js.map +1 -1
  97. package/_cjs/actions/public/getTransactionReceipt.js +1 -2
  98. package/_cjs/actions/public/getTransactionReceipt.js.map +1 -1
  99. package/_cjs/actions/public/multicall.js +1 -2
  100. package/_cjs/actions/public/multicall.js.map +1 -1
  101. package/_cjs/actions/public/readContract.js +1 -2
  102. package/_cjs/actions/public/readContract.js.map +1 -1
  103. package/_cjs/actions/public/simulateContract.js +1 -2
  104. package/_cjs/actions/public/simulateContract.js.map +1 -1
  105. package/_cjs/actions/public/uninstallFilter.js +1 -2
  106. package/_cjs/actions/public/uninstallFilter.js.map +1 -1
  107. package/_cjs/actions/public/verifyHash.js +22 -5
  108. package/_cjs/actions/public/verifyHash.js.map +1 -1
  109. package/_cjs/actions/public/verifyMessage.js +4 -3
  110. package/_cjs/actions/public/verifyMessage.js.map +1 -1
  111. package/_cjs/actions/public/verifyTypedData.js +4 -3
  112. package/_cjs/actions/public/verifyTypedData.js.map +1 -1
  113. package/_cjs/actions/public/waitForTransactionReceipt.js +1 -2
  114. package/_cjs/actions/public/waitForTransactionReceipt.js.map +1 -1
  115. package/_cjs/actions/public/watchBlockNumber.js +1 -2
  116. package/_cjs/actions/public/watchBlockNumber.js.map +1 -1
  117. package/_cjs/actions/public/watchBlocks.js +1 -2
  118. package/_cjs/actions/public/watchBlocks.js.map +1 -1
  119. package/_cjs/actions/public/watchContractEvent.js +1 -2
  120. package/_cjs/actions/public/watchContractEvent.js.map +1 -1
  121. package/_cjs/actions/public/watchEvent.js +7 -9
  122. package/_cjs/actions/public/watchEvent.js.map +1 -1
  123. package/_cjs/actions/public/watchPendingTransactions.js +1 -2
  124. package/_cjs/actions/public/watchPendingTransactions.js.map +1 -1
  125. package/_cjs/actions/siwe/verifySiweMessage.js +1 -2
  126. package/_cjs/actions/siwe/verifySiweMessage.js.map +1 -1
  127. package/_cjs/actions/test/dropTransaction.js +1 -2
  128. package/_cjs/actions/test/dropTransaction.js.map +1 -1
  129. package/_cjs/actions/test/dumpState.js +1 -2
  130. package/_cjs/actions/test/dumpState.js.map +1 -1
  131. package/_cjs/actions/test/getAutomine.js +1 -2
  132. package/_cjs/actions/test/getAutomine.js.map +1 -1
  133. package/_cjs/actions/test/getTxpoolContent.js +1 -2
  134. package/_cjs/actions/test/getTxpoolContent.js.map +1 -1
  135. package/_cjs/actions/test/getTxpoolStatus.js +1 -2
  136. package/_cjs/actions/test/getTxpoolStatus.js.map +1 -1
  137. package/_cjs/actions/test/impersonateAccount.js +1 -2
  138. package/_cjs/actions/test/impersonateAccount.js.map +1 -1
  139. package/_cjs/actions/test/increaseTime.js +1 -2
  140. package/_cjs/actions/test/increaseTime.js.map +1 -1
  141. package/_cjs/actions/test/inspectTxpool.js +1 -2
  142. package/_cjs/actions/test/inspectTxpool.js.map +1 -1
  143. package/_cjs/actions/test/loadState.js +1 -2
  144. package/_cjs/actions/test/loadState.js.map +1 -1
  145. package/_cjs/actions/test/mine.js +1 -2
  146. package/_cjs/actions/test/mine.js.map +1 -1
  147. package/_cjs/actions/test/removeBlockTimestampInterval.js +1 -2
  148. package/_cjs/actions/test/removeBlockTimestampInterval.js.map +1 -1
  149. package/_cjs/actions/test/reset.js +1 -2
  150. package/_cjs/actions/test/reset.js.map +1 -1
  151. package/_cjs/actions/test/revert.js +1 -2
  152. package/_cjs/actions/test/revert.js.map +1 -1
  153. package/_cjs/actions/test/sendUnsignedTransaction.js +1 -2
  154. package/_cjs/actions/test/sendUnsignedTransaction.js.map +1 -1
  155. package/_cjs/actions/test/setAutomine.js +1 -2
  156. package/_cjs/actions/test/setAutomine.js.map +1 -1
  157. package/_cjs/actions/test/setBalance.js +1 -2
  158. package/_cjs/actions/test/setBalance.js.map +1 -1
  159. package/_cjs/actions/test/setBlockGasLimit.js +1 -2
  160. package/_cjs/actions/test/setBlockGasLimit.js.map +1 -1
  161. package/_cjs/actions/test/setBlockTimestampInterval.js +1 -2
  162. package/_cjs/actions/test/setBlockTimestampInterval.js.map +1 -1
  163. package/_cjs/actions/test/setCode.js +1 -2
  164. package/_cjs/actions/test/setCode.js.map +1 -1
  165. package/_cjs/actions/test/setCoinbase.js +1 -2
  166. package/_cjs/actions/test/setCoinbase.js.map +1 -1
  167. package/_cjs/actions/test/setIntervalMining.js +1 -2
  168. package/_cjs/actions/test/setIntervalMining.js.map +1 -1
  169. package/_cjs/actions/test/setLoggingEnabled.js +1 -2
  170. package/_cjs/actions/test/setLoggingEnabled.js.map +1 -1
  171. package/_cjs/actions/test/setMinGasPrice.js +1 -2
  172. package/_cjs/actions/test/setMinGasPrice.js.map +1 -1
  173. package/_cjs/actions/test/setNextBlockBaseFeePerGas.js +1 -2
  174. package/_cjs/actions/test/setNextBlockBaseFeePerGas.js.map +1 -1
  175. package/_cjs/actions/test/setNextBlockTimestamp.js +1 -2
  176. package/_cjs/actions/test/setNextBlockTimestamp.js.map +1 -1
  177. package/_cjs/actions/test/setNonce.js +1 -2
  178. package/_cjs/actions/test/setNonce.js.map +1 -1
  179. package/_cjs/actions/test/setRpcUrl.js +1 -2
  180. package/_cjs/actions/test/setRpcUrl.js.map +1 -1
  181. package/_cjs/actions/test/setStorageAt.js +1 -2
  182. package/_cjs/actions/test/setStorageAt.js.map +1 -1
  183. package/_cjs/actions/test/snapshot.js +1 -2
  184. package/_cjs/actions/test/snapshot.js.map +1 -1
  185. package/_cjs/actions/test/stopImpersonatingAccount.js +1 -2
  186. package/_cjs/actions/test/stopImpersonatingAccount.js.map +1 -1
  187. package/_cjs/actions/wallet/addChain.js +1 -2
  188. package/_cjs/actions/wallet/addChain.js.map +1 -1
  189. package/_cjs/actions/wallet/deployContract.js +1 -2
  190. package/_cjs/actions/wallet/deployContract.js.map +1 -1
  191. package/_cjs/actions/wallet/getAddresses.js +1 -2
  192. package/_cjs/actions/wallet/getAddresses.js.map +1 -1
  193. package/_cjs/actions/wallet/getPermissions.js +1 -2
  194. package/_cjs/actions/wallet/getPermissions.js.map +1 -1
  195. package/_cjs/actions/wallet/prepareTransactionRequest.js +2 -2
  196. package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
  197. package/_cjs/actions/wallet/requestAddresses.js +1 -2
  198. package/_cjs/actions/wallet/requestAddresses.js.map +1 -1
  199. package/_cjs/actions/wallet/requestPermissions.js +1 -2
  200. package/_cjs/actions/wallet/requestPermissions.js.map +1 -1
  201. package/_cjs/actions/wallet/sendRawTransaction.js +1 -2
  202. package/_cjs/actions/wallet/sendRawTransaction.js.map +1 -1
  203. package/_cjs/actions/wallet/sendTransaction.js +2 -2
  204. package/_cjs/actions/wallet/sendTransaction.js.map +1 -1
  205. package/_cjs/actions/wallet/signMessage.js +1 -2
  206. package/_cjs/actions/wallet/signMessage.js.map +1 -1
  207. package/_cjs/actions/wallet/signTransaction.js +1 -2
  208. package/_cjs/actions/wallet/signTransaction.js.map +1 -1
  209. package/_cjs/actions/wallet/signTypedData.js +1 -2
  210. package/_cjs/actions/wallet/signTypedData.js.map +1 -1
  211. package/_cjs/actions/wallet/switchChain.js +1 -2
  212. package/_cjs/actions/wallet/switchChain.js.map +1 -1
  213. package/_cjs/actions/wallet/watchAsset.js +1 -2
  214. package/_cjs/actions/wallet/watchAsset.js.map +1 -1
  215. package/_cjs/actions/wallet/writeContract.js +1 -2
  216. package/_cjs/actions/wallet/writeContract.js.map +1 -1
  217. package/_cjs/celo/parsers.js +1 -2
  218. package/_cjs/celo/parsers.js.map +1 -1
  219. package/_cjs/celo/serializers.js +4 -4
  220. package/_cjs/celo/serializers.js.map +1 -1
  221. package/_cjs/celo/utils.js +4 -5
  222. package/_cjs/celo/utils.js.map +1 -1
  223. package/_cjs/chains/definitions/zetachain.js +6 -0
  224. package/_cjs/chains/definitions/zetachain.js.map +1 -1
  225. package/_cjs/chains/definitions/zetachainAthensTestnet.js +6 -0
  226. package/_cjs/chains/definitions/zetachainAthensTestnet.js.map +1 -1
  227. package/_cjs/chains/definitions/zircuitTestnet.js +27 -0
  228. package/_cjs/chains/definitions/zircuitTestnet.js.map +1 -0
  229. package/_cjs/chains/index.js +4 -2
  230. package/_cjs/chains/index.js.map +1 -1
  231. package/_cjs/clients/createClient.js +2 -3
  232. package/_cjs/clients/createClient.js.map +1 -1
  233. package/_cjs/clients/createPublicClient.js +1 -2
  234. package/_cjs/clients/createPublicClient.js.map +1 -1
  235. package/_cjs/clients/createTestClient.js +1 -2
  236. package/_cjs/clients/createTestClient.js.map +1 -1
  237. package/_cjs/clients/createWalletClient.js +1 -2
  238. package/_cjs/clients/createWalletClient.js.map +1 -1
  239. package/_cjs/clients/decorators/public.js +1 -2
  240. package/_cjs/clients/decorators/public.js.map +1 -1
  241. package/_cjs/clients/decorators/test.js +1 -2
  242. package/_cjs/clients/decorators/test.js.map +1 -1
  243. package/_cjs/clients/decorators/wallet.js +1 -2
  244. package/_cjs/clients/decorators/wallet.js.map +1 -1
  245. package/_cjs/clients/transports/createTransport.js +1 -2
  246. package/_cjs/clients/transports/createTransport.js.map +1 -1
  247. package/_cjs/clients/transports/custom.js +1 -2
  248. package/_cjs/clients/transports/custom.js.map +1 -1
  249. package/_cjs/clients/transports/fallback.js +2 -3
  250. package/_cjs/clients/transports/fallback.js.map +1 -1
  251. package/_cjs/clients/transports/http.js +1 -2
  252. package/_cjs/clients/transports/http.js.map +1 -1
  253. package/_cjs/clients/transports/ipc.js +1 -2
  254. package/_cjs/clients/transports/ipc.js.map +1 -1
  255. package/_cjs/clients/transports/webSocket.js +1 -2
  256. package/_cjs/clients/transports/webSocket.js.map +1 -1
  257. package/_cjs/errors/stateOverride.js +3 -3
  258. package/_cjs/errors/stateOverride.js.map +1 -1
  259. package/_cjs/errors/transaction.js +2 -2
  260. package/_cjs/errors/transaction.js.map +1 -1
  261. package/_cjs/errors/version.js +1 -1
  262. package/_cjs/experimental/eip5792/actions/getCallsStatus.js +1 -2
  263. package/_cjs/experimental/eip5792/actions/getCallsStatus.js.map +1 -1
  264. package/_cjs/experimental/eip5792/actions/getCapabilities.js +1 -2
  265. package/_cjs/experimental/eip5792/actions/getCapabilities.js.map +1 -1
  266. package/_cjs/experimental/eip5792/actions/sendCalls.js +1 -2
  267. package/_cjs/experimental/eip5792/actions/sendCalls.js.map +1 -1
  268. package/_cjs/experimental/eip5792/actions/showCallsStatus.js +1 -2
  269. package/_cjs/experimental/eip5792/actions/showCallsStatus.js.map +1 -1
  270. package/_cjs/experimental/eip5792/actions/writeContracts.js +1 -2
  271. package/_cjs/experimental/eip5792/actions/writeContracts.js.map +1 -1
  272. package/_cjs/experimental/eip5792/decorators/eip5792.js +1 -2
  273. package/_cjs/experimental/eip5792/decorators/eip5792.js.map +1 -1
  274. package/_cjs/experimental/erc7715/actions/issuePermissions.js +1 -2
  275. package/_cjs/experimental/erc7715/actions/issuePermissions.js.map +1 -1
  276. package/_cjs/experimental/erc7715/decorators/erc7715.js +1 -2
  277. package/_cjs/experimental/erc7715/decorators/erc7715.js.map +1 -1
  278. package/_cjs/experimental/index.js +6 -4
  279. package/_cjs/experimental/index.js.map +1 -1
  280. package/_cjs/experimental/solady/actions/signMessage.js +39 -0
  281. package/_cjs/experimental/solady/actions/signMessage.js.map +1 -0
  282. package/_cjs/experimental/solady/actions/signTypedData.js +62 -0
  283. package/_cjs/experimental/solady/actions/signTypedData.js.map +1 -0
  284. package/_cjs/experimental/solady/decorators/solady.js +15 -0
  285. package/_cjs/experimental/solady/decorators/solady.js.map +1 -0
  286. package/_cjs/experimental/solady/index.js +16 -0
  287. package/_cjs/experimental/solady/index.js.map +1 -0
  288. package/_cjs/experimental/solady/types.js +3 -0
  289. package/_cjs/experimental/solady/types.js.map +1 -0
  290. package/_cjs/experimental/solady/utils/hashMessage.js +19 -0
  291. package/_cjs/experimental/solady/utils/hashMessage.js.map +1 -0
  292. package/_cjs/experimental/solady/utils/hashTypedData.js +31 -0
  293. package/_cjs/experimental/solady/utils/hashTypedData.js.map +1 -0
  294. package/_cjs/experimental/solady/utils/wrapTypedDataSignature.js +44 -0
  295. package/_cjs/experimental/solady/utils/wrapTypedDataSignature.js.map +1 -0
  296. package/_cjs/index.js +11 -3
  297. package/_cjs/index.js.map +1 -1
  298. package/_cjs/op-stack/actions/buildDepositTransaction.js +1 -2
  299. package/_cjs/op-stack/actions/buildDepositTransaction.js.map +1 -1
  300. package/_cjs/op-stack/actions/buildInitiateWithdrawal.js +1 -2
  301. package/_cjs/op-stack/actions/buildInitiateWithdrawal.js.map +1 -1
  302. package/_cjs/op-stack/actions/buildProveWithdrawal.js +2 -3
  303. package/_cjs/op-stack/actions/buildProveWithdrawal.js.map +1 -1
  304. package/_cjs/op-stack/actions/depositTransaction.js +1 -2
  305. package/_cjs/op-stack/actions/depositTransaction.js.map +1 -1
  306. package/_cjs/op-stack/actions/estimateContractL1Fee.js +1 -2
  307. package/_cjs/op-stack/actions/estimateContractL1Fee.js.map +1 -1
  308. package/_cjs/op-stack/actions/estimateContractL1Gas.js +1 -2
  309. package/_cjs/op-stack/actions/estimateContractL1Gas.js.map +1 -1
  310. package/_cjs/op-stack/actions/estimateContractTotalFee.js +1 -2
  311. package/_cjs/op-stack/actions/estimateContractTotalFee.js.map +1 -1
  312. package/_cjs/op-stack/actions/estimateContractTotalGas.js +1 -2
  313. package/_cjs/op-stack/actions/estimateContractTotalGas.js.map +1 -1
  314. package/_cjs/op-stack/actions/estimateDepositTransactionGas.js +1 -2
  315. package/_cjs/op-stack/actions/estimateDepositTransactionGas.js.map +1 -1
  316. package/_cjs/op-stack/actions/estimateFinalizeWithdrawalGas.js +1 -2
  317. package/_cjs/op-stack/actions/estimateFinalizeWithdrawalGas.js.map +1 -1
  318. package/_cjs/op-stack/actions/estimateInitiateWithdrawalGas.js +1 -2
  319. package/_cjs/op-stack/actions/estimateInitiateWithdrawalGas.js.map +1 -1
  320. package/_cjs/op-stack/actions/estimateL1Fee.js +1 -2
  321. package/_cjs/op-stack/actions/estimateL1Fee.js.map +1 -1
  322. package/_cjs/op-stack/actions/estimateL1Gas.js +1 -2
  323. package/_cjs/op-stack/actions/estimateL1Gas.js.map +1 -1
  324. package/_cjs/op-stack/actions/estimateProveWithdrawalGas.js +1 -2
  325. package/_cjs/op-stack/actions/estimateProveWithdrawalGas.js.map +1 -1
  326. package/_cjs/op-stack/actions/estimateTotalFee.js +1 -2
  327. package/_cjs/op-stack/actions/estimateTotalFee.js.map +1 -1
  328. package/_cjs/op-stack/actions/estimateTotalGas.js +1 -2
  329. package/_cjs/op-stack/actions/estimateTotalGas.js.map +1 -1
  330. package/_cjs/op-stack/actions/finalizeWithdrawal.js +1 -2
  331. package/_cjs/op-stack/actions/finalizeWithdrawal.js.map +1 -1
  332. package/_cjs/op-stack/actions/getGame.js +1 -2
  333. package/_cjs/op-stack/actions/getGame.js.map +1 -1
  334. package/_cjs/op-stack/actions/getGames.js +1 -2
  335. package/_cjs/op-stack/actions/getGames.js.map +1 -1
  336. package/_cjs/op-stack/actions/getL1BaseFee.js +1 -2
  337. package/_cjs/op-stack/actions/getL1BaseFee.js.map +1 -1
  338. package/_cjs/op-stack/actions/getL2Output.js +1 -2
  339. package/_cjs/op-stack/actions/getL2Output.js.map +1 -1
  340. package/_cjs/op-stack/actions/getPortalVersion.js +1 -2
  341. package/_cjs/op-stack/actions/getPortalVersion.js.map +1 -1
  342. package/_cjs/op-stack/actions/getTimeToFinalize.js +1 -2
  343. package/_cjs/op-stack/actions/getTimeToFinalize.js.map +1 -1
  344. package/_cjs/op-stack/actions/getTimeToNextGame.js +1 -2
  345. package/_cjs/op-stack/actions/getTimeToNextGame.js.map +1 -1
  346. package/_cjs/op-stack/actions/getTimeToNextL2Output.js +1 -2
  347. package/_cjs/op-stack/actions/getTimeToNextL2Output.js.map +1 -1
  348. package/_cjs/op-stack/actions/getTimeToProve.js +1 -2
  349. package/_cjs/op-stack/actions/getTimeToProve.js.map +1 -1
  350. package/_cjs/op-stack/actions/getWithdrawalStatus.js +1 -2
  351. package/_cjs/op-stack/actions/getWithdrawalStatus.js.map +1 -1
  352. package/_cjs/op-stack/actions/initiateWithdrawal.js +1 -2
  353. package/_cjs/op-stack/actions/initiateWithdrawal.js.map +1 -1
  354. package/_cjs/op-stack/actions/proveWithdrawal.js +1 -2
  355. package/_cjs/op-stack/actions/proveWithdrawal.js.map +1 -1
  356. package/_cjs/op-stack/actions/waitForNextGame.js +1 -2
  357. package/_cjs/op-stack/actions/waitForNextGame.js.map +1 -1
  358. package/_cjs/op-stack/actions/waitForNextL2Output.js +1 -2
  359. package/_cjs/op-stack/actions/waitForNextL2Output.js.map +1 -1
  360. package/_cjs/op-stack/actions/waitToFinalize.js +1 -2
  361. package/_cjs/op-stack/actions/waitToFinalize.js.map +1 -1
  362. package/_cjs/op-stack/actions/waitToProve.js +1 -2
  363. package/_cjs/op-stack/actions/waitToProve.js.map +1 -1
  364. package/_cjs/op-stack/decorators/publicL1.js +1 -2
  365. package/_cjs/op-stack/decorators/publicL1.js.map +1 -1
  366. package/_cjs/op-stack/decorators/publicL2.js +1 -2
  367. package/_cjs/op-stack/decorators/publicL2.js.map +1 -1
  368. package/_cjs/op-stack/decorators/walletL1.js +1 -2
  369. package/_cjs/op-stack/decorators/walletL1.js.map +1 -1
  370. package/_cjs/op-stack/decorators/walletL2.js +1 -2
  371. package/_cjs/op-stack/decorators/walletL2.js.map +1 -1
  372. package/_cjs/op-stack/parsers.js +1 -2
  373. package/_cjs/op-stack/parsers.js.map +1 -1
  374. package/_cjs/op-stack/serializers.js +3 -3
  375. package/_cjs/op-stack/serializers.js.map +1 -1
  376. package/_cjs/op-stack/utils/extractTransactionDepositedLogs.js +1 -2
  377. package/_cjs/op-stack/utils/extractTransactionDepositedLogs.js.map +1 -1
  378. package/_cjs/op-stack/utils/extractWithdrawalMessageLogs.js +1 -2
  379. package/_cjs/op-stack/utils/extractWithdrawalMessageLogs.js.map +1 -1
  380. package/_cjs/op-stack/utils/getL2TransactionHash.js +1 -2
  381. package/_cjs/op-stack/utils/getL2TransactionHash.js.map +1 -1
  382. package/_cjs/op-stack/utils/getL2TransactionHashes.js +1 -2
  383. package/_cjs/op-stack/utils/getL2TransactionHashes.js.map +1 -1
  384. package/_cjs/op-stack/utils/getSourceHash.js +1 -2
  385. package/_cjs/op-stack/utils/getSourceHash.js.map +1 -1
  386. package/_cjs/op-stack/utils/getWithdrawalHashStorageSlot.js +1 -2
  387. package/_cjs/op-stack/utils/getWithdrawalHashStorageSlot.js.map +1 -1
  388. package/_cjs/op-stack/utils/getWithdrawals.js +1 -2
  389. package/_cjs/op-stack/utils/getWithdrawals.js.map +1 -1
  390. package/_cjs/op-stack/utils/opaqueDataToDepositData.js +1 -2
  391. package/_cjs/op-stack/utils/opaqueDataToDepositData.js.map +1 -1
  392. package/_cjs/utils/abi/decodeAbiParameters.js +1 -2
  393. package/_cjs/utils/abi/decodeAbiParameters.js.map +1 -1
  394. package/_cjs/utils/abi/decodeDeployData.js +1 -2
  395. package/_cjs/utils/abi/decodeDeployData.js.map +1 -1
  396. package/_cjs/utils/abi/decodeErrorResult.js +1 -2
  397. package/_cjs/utils/abi/decodeErrorResult.js.map +1 -1
  398. package/_cjs/utils/abi/decodeEventLog.js +1 -2
  399. package/_cjs/utils/abi/decodeEventLog.js.map +1 -1
  400. package/_cjs/utils/abi/decodeFunctionData.js +1 -2
  401. package/_cjs/utils/abi/decodeFunctionData.js.map +1 -1
  402. package/_cjs/utils/abi/decodeFunctionResult.js +1 -2
  403. package/_cjs/utils/abi/decodeFunctionResult.js.map +1 -1
  404. package/_cjs/utils/abi/encodeAbiParameters.js +2 -3
  405. package/_cjs/utils/abi/encodeAbiParameters.js.map +1 -1
  406. package/_cjs/utils/abi/encodeDeployData.js +1 -2
  407. package/_cjs/utils/abi/encodeDeployData.js.map +1 -1
  408. package/_cjs/utils/abi/encodeErrorResult.js +1 -2
  409. package/_cjs/utils/abi/encodeErrorResult.js.map +1 -1
  410. package/_cjs/utils/abi/encodeEventTopics.js +6 -7
  411. package/_cjs/utils/abi/encodeEventTopics.js.map +1 -1
  412. package/_cjs/utils/abi/encodeFunctionData.js +1 -2
  413. package/_cjs/utils/abi/encodeFunctionData.js.map +1 -1
  414. package/_cjs/utils/abi/encodeFunctionResult.js +1 -2
  415. package/_cjs/utils/abi/encodeFunctionResult.js.map +1 -1
  416. package/_cjs/utils/abi/encodePacked.js +1 -2
  417. package/_cjs/utils/abi/encodePacked.js.map +1 -1
  418. package/_cjs/utils/abi/formatAbiItem.js +2 -3
  419. package/_cjs/utils/abi/formatAbiItem.js.map +1 -1
  420. package/_cjs/utils/abi/formatAbiItemWithArgs.js +1 -2
  421. package/_cjs/utils/abi/formatAbiItemWithArgs.js.map +1 -1
  422. package/_cjs/utils/abi/getAbiItem.js +3 -4
  423. package/_cjs/utils/abi/getAbiItem.js.map +1 -1
  424. package/_cjs/utils/abi/parseEventLogs.js +1 -2
  425. package/_cjs/utils/abi/parseEventLogs.js.map +1 -1
  426. package/_cjs/utils/abi/prepareEncodeFunctionData.js +1 -2
  427. package/_cjs/utils/abi/prepareEncodeFunctionData.js.map +1 -1
  428. package/_cjs/utils/address/getAddress.js +2 -3
  429. package/_cjs/utils/address/getAddress.js.map +1 -1
  430. package/_cjs/utils/address/getContractAddress.js +3 -4
  431. package/_cjs/utils/address/getContractAddress.js.map +1 -1
  432. package/_cjs/utils/address/isAddress.js +2 -2
  433. package/_cjs/utils/address/isAddress.js.map +1 -1
  434. package/_cjs/utils/address/isAddressEqual.js +1 -2
  435. package/_cjs/utils/address/isAddressEqual.js.map +1 -1
  436. package/_cjs/utils/blob/blobsToCommitments.js +1 -2
  437. package/_cjs/utils/blob/blobsToCommitments.js.map +1 -1
  438. package/_cjs/utils/blob/blobsToProofs.js +1 -2
  439. package/_cjs/utils/blob/blobsToProofs.js.map +1 -1
  440. package/_cjs/utils/blob/commitmentToVersionedHash.js +1 -2
  441. package/_cjs/utils/blob/commitmentToVersionedHash.js.map +1 -1
  442. package/_cjs/utils/blob/commitmentsToVersionedHashes.js +1 -2
  443. package/_cjs/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
  444. package/_cjs/utils/blob/fromBlobs.js +1 -2
  445. package/_cjs/utils/blob/fromBlobs.js.map +1 -1
  446. package/_cjs/utils/blob/sidecarsToVersionedHashes.js +1 -2
  447. package/_cjs/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
  448. package/_cjs/utils/blob/toBlobSidecars.js +1 -2
  449. package/_cjs/utils/blob/toBlobSidecars.js.map +1 -1
  450. package/_cjs/utils/blob/toBlobs.js +1 -2
  451. package/_cjs/utils/blob/toBlobs.js.map +1 -1
  452. package/_cjs/utils/buildRequest.js +2 -3
  453. package/_cjs/utils/buildRequest.js.map +1 -1
  454. package/_cjs/utils/ccip.js +3 -3
  455. package/_cjs/utils/ccip.js.map +1 -1
  456. package/_cjs/utils/chain/assertCurrentChain.js +1 -2
  457. package/_cjs/utils/chain/assertCurrentChain.js.map +1 -1
  458. package/_cjs/utils/chain/defineChain.js +1 -2
  459. package/_cjs/utils/chain/defineChain.js.map +1 -1
  460. package/_cjs/utils/chain/extractChain.js +1 -2
  461. package/_cjs/utils/chain/extractChain.js.map +1 -1
  462. package/_cjs/utils/chain/getChainContractAddress.js +1 -2
  463. package/_cjs/utils/chain/getChainContractAddress.js.map +1 -1
  464. package/_cjs/utils/cursor.js +1 -2
  465. package/_cjs/utils/cursor.js.map +1 -1
  466. package/_cjs/utils/data/concat.js +3 -4
  467. package/_cjs/utils/data/concat.js.map +1 -1
  468. package/_cjs/utils/data/isBytes.js +1 -2
  469. package/_cjs/utils/data/isBytes.js.map +1 -1
  470. package/_cjs/utils/data/isBytesEqual.js +1 -2
  471. package/_cjs/utils/data/isBytesEqual.js.map +1 -1
  472. package/_cjs/utils/data/isHex.js +1 -2
  473. package/_cjs/utils/data/isHex.js.map +1 -1
  474. package/_cjs/utils/data/pad.js +3 -4
  475. package/_cjs/utils/data/pad.js.map +1 -1
  476. package/_cjs/utils/data/size.js +1 -2
  477. package/_cjs/utils/data/size.js.map +1 -1
  478. package/_cjs/utils/data/slice.js +3 -4
  479. package/_cjs/utils/data/slice.js.map +1 -1
  480. package/_cjs/utils/data/trim.js +1 -2
  481. package/_cjs/utils/data/trim.js.map +1 -1
  482. package/_cjs/utils/encoding/fromBytes.js +5 -6
  483. package/_cjs/utils/encoding/fromBytes.js.map +1 -1
  484. package/_cjs/utils/encoding/fromHex.js +6 -7
  485. package/_cjs/utils/encoding/fromHex.js.map +1 -1
  486. package/_cjs/utils/encoding/fromRlp.js +1 -2
  487. package/_cjs/utils/encoding/fromRlp.js.map +1 -1
  488. package/_cjs/utils/encoding/toBytes.js +5 -6
  489. package/_cjs/utils/encoding/toBytes.js.map +1 -1
  490. package/_cjs/utils/encoding/toHex.js +5 -6
  491. package/_cjs/utils/encoding/toHex.js.map +1 -1
  492. package/_cjs/utils/encoding/toRlp.js +3 -4
  493. package/_cjs/utils/encoding/toRlp.js.map +1 -1
  494. package/_cjs/utils/ens/avatar/parseAvatarRecord.js +1 -2
  495. package/_cjs/utils/ens/avatar/parseAvatarRecord.js.map +1 -1
  496. package/_cjs/utils/ens/avatar/utils.js +8 -9
  497. package/_cjs/utils/ens/avatar/utils.js.map +1 -1
  498. package/_cjs/utils/ens/encodeLabelhash.js +1 -2
  499. package/_cjs/utils/ens/encodeLabelhash.js.map +1 -1
  500. package/_cjs/utils/ens/encodedLabelToLabelhash.js +1 -2
  501. package/_cjs/utils/ens/encodedLabelToLabelhash.js.map +1 -1
  502. package/_cjs/utils/ens/errors.js +1 -2
  503. package/_cjs/utils/ens/errors.js.map +1 -1
  504. package/_cjs/utils/ens/labelhash.js +1 -2
  505. package/_cjs/utils/ens/labelhash.js.map +1 -1
  506. package/_cjs/utils/ens/namehash.js +1 -2
  507. package/_cjs/utils/ens/namehash.js.map +1 -1
  508. package/_cjs/utils/ens/normalize.js +1 -2
  509. package/_cjs/utils/ens/normalize.js.map +1 -1
  510. package/_cjs/utils/ens/packetToBytes.js +1 -2
  511. package/_cjs/utils/ens/packetToBytes.js.map +1 -1
  512. package/_cjs/utils/errors/getCallError.js +1 -2
  513. package/_cjs/utils/errors/getCallError.js.map +1 -1
  514. package/_cjs/utils/errors/getContractError.js +1 -2
  515. package/_cjs/utils/errors/getContractError.js.map +1 -1
  516. package/_cjs/utils/errors/getEstimateGasError.js +1 -2
  517. package/_cjs/utils/errors/getEstimateGasError.js.map +1 -1
  518. package/_cjs/utils/errors/getNodeError.js +2 -3
  519. package/_cjs/utils/errors/getNodeError.js.map +1 -1
  520. package/_cjs/utils/errors/getTransactionError.js +1 -2
  521. package/_cjs/utils/errors/getTransactionError.js.map +1 -1
  522. package/_cjs/utils/filters/createFilterRequestScope.js +1 -2
  523. package/_cjs/utils/filters/createFilterRequestScope.js.map +1 -1
  524. package/_cjs/utils/formatters/block.js +2 -2
  525. package/_cjs/utils/formatters/block.js.map +1 -1
  526. package/_cjs/utils/formatters/extract.js +1 -2
  527. package/_cjs/utils/formatters/extract.js.map +1 -1
  528. package/_cjs/utils/formatters/feeHistory.js +1 -2
  529. package/_cjs/utils/formatters/feeHistory.js.map +1 -1
  530. package/_cjs/utils/formatters/formatter.js +1 -2
  531. package/_cjs/utils/formatters/formatter.js.map +1 -1
  532. package/_cjs/utils/formatters/log.js +1 -2
  533. package/_cjs/utils/formatters/log.js.map +1 -1
  534. package/_cjs/utils/formatters/proof.js +1 -2
  535. package/_cjs/utils/formatters/proof.js.map +1 -1
  536. package/_cjs/utils/formatters/transaction.js +2 -2
  537. package/_cjs/utils/formatters/transaction.js.map +1 -1
  538. package/_cjs/utils/formatters/transactionReceipt.js +2 -2
  539. package/_cjs/utils/formatters/transactionReceipt.js.map +1 -1
  540. package/_cjs/utils/formatters/transactionRequest.js +2 -2
  541. package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
  542. package/_cjs/utils/getAction.js +9 -6
  543. package/_cjs/utils/getAction.js.map +1 -1
  544. package/_cjs/utils/hash/hashSignature.js +1 -2
  545. package/_cjs/utils/hash/hashSignature.js.map +1 -1
  546. package/_cjs/utils/hash/isHash.js +1 -2
  547. package/_cjs/utils/hash/isHash.js.map +1 -1
  548. package/_cjs/utils/hash/keccak256.js +1 -2
  549. package/_cjs/utils/hash/keccak256.js.map +1 -1
  550. package/_cjs/utils/hash/normalizeSignature.js +1 -2
  551. package/_cjs/utils/hash/normalizeSignature.js.map +1 -1
  552. package/_cjs/utils/hash/ripemd160.js +1 -2
  553. package/_cjs/utils/hash/ripemd160.js.map +1 -1
  554. package/_cjs/utils/hash/sha256.js +1 -2
  555. package/_cjs/utils/hash/sha256.js.map +1 -1
  556. package/_cjs/utils/hash/toSignatureHash.js +1 -2
  557. package/_cjs/utils/hash/toSignatureHash.js.map +1 -1
  558. package/_cjs/utils/index.js +7 -1
  559. package/_cjs/utils/index.js.map +1 -1
  560. package/_cjs/utils/kzg/defineKzg.js +1 -2
  561. package/_cjs/utils/kzg/defineKzg.js.map +1 -1
  562. package/_cjs/utils/kzg/setupKzg.js +1 -2
  563. package/_cjs/utils/kzg/setupKzg.js.map +1 -1
  564. package/_cjs/utils/nonceManager.js +3 -3
  565. package/_cjs/utils/nonceManager.js.map +1 -1
  566. package/_cjs/utils/observe.js +2 -2
  567. package/_cjs/utils/observe.js.map +1 -1
  568. package/_cjs/utils/poll.js +1 -2
  569. package/_cjs/utils/poll.js.map +1 -1
  570. package/_cjs/utils/promise/createBatchScheduler.js +1 -2
  571. package/_cjs/utils/promise/createBatchScheduler.js.map +1 -1
  572. package/_cjs/utils/promise/withCache.js +3 -3
  573. package/_cjs/utils/promise/withCache.js.map +1 -1
  574. package/_cjs/utils/promise/withDedupe.js +2 -2
  575. package/_cjs/utils/promise/withDedupe.js.map +1 -1
  576. package/_cjs/utils/promise/withRetry.js +1 -2
  577. package/_cjs/utils/promise/withRetry.js.map +1 -1
  578. package/_cjs/utils/promise/withTimeout.js +1 -2
  579. package/_cjs/utils/promise/withTimeout.js.map +1 -1
  580. package/_cjs/utils/rpc/compat.js +2 -2
  581. package/_cjs/utils/rpc/compat.js.map +1 -1
  582. package/_cjs/utils/rpc/http.js +1 -2
  583. package/_cjs/utils/rpc/http.js.map +1 -1
  584. package/_cjs/utils/rpc/ipc.js +2 -3
  585. package/_cjs/utils/rpc/ipc.js.map +1 -1
  586. package/_cjs/utils/rpc/socket.js +2 -2
  587. package/_cjs/utils/rpc/socket.js.map +1 -1
  588. package/_cjs/utils/rpc/webSocket.js +1 -2
  589. package/_cjs/utils/rpc/webSocket.js.map +1 -1
  590. package/_cjs/utils/signature/compactSignatureToSignature.js +1 -2
  591. package/_cjs/utils/signature/compactSignatureToSignature.js.map +1 -1
  592. package/_cjs/utils/signature/hashMessage.js +3 -14
  593. package/_cjs/utils/signature/hashMessage.js.map +1 -1
  594. package/_cjs/utils/signature/hashTypedData.js +4 -3
  595. package/_cjs/utils/signature/hashTypedData.js.map +1 -1
  596. package/_cjs/{experimental/erc6492 → utils/signature}/isErc6492Signature.js +2 -3
  597. package/_cjs/utils/signature/isErc6492Signature.js.map +1 -0
  598. package/_cjs/utils/signature/parseCompactSignature.js +1 -2
  599. package/_cjs/utils/signature/parseCompactSignature.js.map +1 -1
  600. package/_cjs/{experimental/erc6492 → utils/signature}/parseErc6492Signature.js +2 -3
  601. package/_cjs/utils/signature/parseErc6492Signature.js.map +1 -0
  602. package/_cjs/utils/signature/parseSignature.js +1 -2
  603. package/_cjs/utils/signature/parseSignature.js.map +1 -1
  604. package/_cjs/utils/signature/recoverAddress.js +1 -2
  605. package/_cjs/utils/signature/recoverAddress.js.map +1 -1
  606. package/_cjs/utils/signature/recoverMessageAddress.js +1 -2
  607. package/_cjs/utils/signature/recoverMessageAddress.js.map +1 -1
  608. package/_cjs/utils/signature/recoverPublicKey.js +1 -2
  609. package/_cjs/utils/signature/recoverPublicKey.js.map +1 -1
  610. package/_cjs/utils/signature/recoverTransactionAddress.js +1 -2
  611. package/_cjs/utils/signature/recoverTransactionAddress.js.map +1 -1
  612. package/_cjs/utils/signature/recoverTypedDataAddress.js +1 -2
  613. package/_cjs/utils/signature/recoverTypedDataAddress.js.map +1 -1
  614. package/_cjs/utils/signature/serializeCompactSignature.js +1 -2
  615. package/_cjs/utils/signature/serializeCompactSignature.js.map +1 -1
  616. package/_cjs/{experimental/erc6492 → utils/signature}/serializeErc6492Signature.js +3 -4
  617. package/_cjs/utils/signature/serializeErc6492Signature.js.map +1 -0
  618. package/_cjs/utils/signature/serializeSignature.js +1 -2
  619. package/_cjs/utils/signature/serializeSignature.js.map +1 -1
  620. package/_cjs/utils/signature/signatureToCompactSignature.js +1 -2
  621. package/_cjs/utils/signature/signatureToCompactSignature.js.map +1 -1
  622. package/_cjs/utils/signature/toPrefixedMessage.js +19 -0
  623. package/_cjs/utils/signature/toPrefixedMessage.js.map +1 -0
  624. package/_cjs/utils/signature/verifyMessage.js +1 -2
  625. package/_cjs/utils/signature/verifyMessage.js.map +1 -1
  626. package/_cjs/utils/signature/verifyTypedData.js +1 -2
  627. package/_cjs/utils/signature/verifyTypedData.js.map +1 -1
  628. package/_cjs/utils/siwe/createSiweMessage.js +1 -2
  629. package/_cjs/utils/siwe/createSiweMessage.js.map +1 -1
  630. package/_cjs/utils/siwe/generateSiweNonce.js +1 -2
  631. package/_cjs/utils/siwe/generateSiweNonce.js.map +1 -1
  632. package/_cjs/utils/siwe/parseSiweMessage.js +1 -2
  633. package/_cjs/utils/siwe/parseSiweMessage.js.map +1 -1
  634. package/_cjs/utils/siwe/utils.js +1 -2
  635. package/_cjs/utils/siwe/utils.js.map +1 -1
  636. package/_cjs/utils/siwe/validateSiweMessage.js +1 -2
  637. package/_cjs/utils/siwe/validateSiweMessage.js.map +1 -1
  638. package/_cjs/utils/stateOverride.js +3 -4
  639. package/_cjs/utils/stateOverride.js.map +1 -1
  640. package/_cjs/utils/transaction/assertRequest.js +1 -2
  641. package/_cjs/utils/transaction/assertRequest.js.map +1 -1
  642. package/_cjs/utils/transaction/assertTransaction.js +4 -5
  643. package/_cjs/utils/transaction/assertTransaction.js.map +1 -1
  644. package/_cjs/utils/transaction/getSerializedTransactionType.js +1 -2
  645. package/_cjs/utils/transaction/getSerializedTransactionType.js.map +1 -1
  646. package/_cjs/utils/transaction/getTransactionType.js +1 -2
  647. package/_cjs/utils/transaction/getTransactionType.js.map +1 -1
  648. package/_cjs/utils/transaction/parseTransaction.js +3 -4
  649. package/_cjs/utils/transaction/parseTransaction.js.map +1 -1
  650. package/_cjs/utils/transaction/serializeAccessList.js +1 -2
  651. package/_cjs/utils/transaction/serializeAccessList.js.map +1 -1
  652. package/_cjs/utils/transaction/serializeTransaction.js +2 -3
  653. package/_cjs/utils/transaction/serializeTransaction.js.map +1 -1
  654. package/_cjs/utils/typedData.js +4 -5
  655. package/_cjs/utils/typedData.js.map +1 -1
  656. package/_cjs/utils/uid.js +1 -2
  657. package/_cjs/utils/uid.js.map +1 -1
  658. package/_cjs/utils/unit/formatEther.js +1 -2
  659. package/_cjs/utils/unit/formatEther.js.map +1 -1
  660. package/_cjs/utils/unit/formatGwei.js +1 -2
  661. package/_cjs/utils/unit/formatGwei.js.map +1 -1
  662. package/_cjs/utils/unit/formatUnits.js +1 -2
  663. package/_cjs/utils/unit/formatUnits.js.map +1 -1
  664. package/_cjs/utils/unit/parseEther.js +1 -2
  665. package/_cjs/utils/unit/parseEther.js.map +1 -1
  666. package/_cjs/utils/unit/parseGwei.js +1 -2
  667. package/_cjs/utils/unit/parseGwei.js.map +1 -1
  668. package/_cjs/utils/unit/parseUnits.js +1 -2
  669. package/_cjs/utils/unit/parseUnits.js.map +1 -1
  670. package/_cjs/utils/wait.js +1 -2
  671. package/_cjs/utils/wait.js.map +1 -1
  672. package/_cjs/zksync/actions/deployContract.js +1 -2
  673. package/_cjs/zksync/actions/deployContract.js.map +1 -1
  674. package/_cjs/zksync/actions/estimateFee.js +1 -2
  675. package/_cjs/zksync/actions/estimateFee.js.map +1 -1
  676. package/_cjs/zksync/actions/estimateGasL1ToL2.js +1 -2
  677. package/_cjs/zksync/actions/estimateGasL1ToL2.js.map +1 -1
  678. package/_cjs/zksync/actions/getAllBalances.js +1 -2
  679. package/_cjs/zksync/actions/getAllBalances.js.map +1 -1
  680. package/_cjs/zksync/actions/getBaseTokenL1Address.js +1 -2
  681. package/_cjs/zksync/actions/getBaseTokenL1Address.js.map +1 -1
  682. package/_cjs/zksync/actions/getBlockDetails.js +1 -2
  683. package/_cjs/zksync/actions/getBlockDetails.js.map +1 -1
  684. package/_cjs/zksync/actions/getBridgehubContractAddress.js +1 -2
  685. package/_cjs/zksync/actions/getBridgehubContractAddress.js.map +1 -1
  686. package/_cjs/zksync/actions/getDefaultBridgeAddresses.js +1 -2
  687. package/_cjs/zksync/actions/getDefaultBridgeAddresses.js.map +1 -1
  688. package/_cjs/zksync/actions/getL1Allowance.js +1 -2
  689. package/_cjs/zksync/actions/getL1Allowance.js.map +1 -1
  690. package/_cjs/zksync/actions/getL1Balance.js +1 -2
  691. package/_cjs/zksync/actions/getL1Balance.js.map +1 -1
  692. package/_cjs/zksync/actions/getL1BatchBlockRange.js +1 -2
  693. package/_cjs/zksync/actions/getL1BatchBlockRange.js.map +1 -1
  694. package/_cjs/zksync/actions/getL1BatchDetails.js +1 -2
  695. package/_cjs/zksync/actions/getL1BatchDetails.js.map +1 -1
  696. package/_cjs/zksync/actions/getL1BatchNumber.js +1 -2
  697. package/_cjs/zksync/actions/getL1BatchNumber.js.map +1 -1
  698. package/_cjs/zksync/actions/getL1ChainId.js +1 -2
  699. package/_cjs/zksync/actions/getL1ChainId.js.map +1 -1
  700. package/_cjs/zksync/actions/getL1TokenBalance.js +1 -2
  701. package/_cjs/zksync/actions/getL1TokenBalance.js.map +1 -1
  702. package/_cjs/zksync/actions/getLogProof.js +1 -2
  703. package/_cjs/zksync/actions/getLogProof.js.map +1 -1
  704. package/_cjs/zksync/actions/getMainContractAddress.js +1 -2
  705. package/_cjs/zksync/actions/getMainContractAddress.js.map +1 -1
  706. package/_cjs/zksync/actions/getRawBlockTransactions.js +1 -2
  707. package/_cjs/zksync/actions/getRawBlockTransactions.js.map +1 -1
  708. package/_cjs/zksync/actions/getTestnetPaymasterAddress.js +1 -2
  709. package/_cjs/zksync/actions/getTestnetPaymasterAddress.js.map +1 -1
  710. package/_cjs/zksync/actions/getTransactionDetails.js +1 -2
  711. package/_cjs/zksync/actions/getTransactionDetails.js.map +1 -1
  712. package/_cjs/zksync/actions/sendEip712Transaction.js +1 -2
  713. package/_cjs/zksync/actions/sendEip712Transaction.js.map +1 -1
  714. package/_cjs/zksync/actions/sendTransaction.js +1 -2
  715. package/_cjs/zksync/actions/sendTransaction.js.map +1 -1
  716. package/_cjs/zksync/actions/signEip712Transaction.js +1 -2
  717. package/_cjs/zksync/actions/signEip712Transaction.js.map +1 -1
  718. package/_cjs/zksync/actions/signTransaction.js +1 -2
  719. package/_cjs/zksync/actions/signTransaction.js.map +1 -1
  720. package/_cjs/zksync/decorators/eip712.js +1 -2
  721. package/_cjs/zksync/decorators/eip712.js.map +1 -1
  722. package/_cjs/zksync/decorators/publicL1.js +1 -2
  723. package/_cjs/zksync/decorators/publicL1.js.map +1 -1
  724. package/_cjs/zksync/decorators/publicL2.js +1 -2
  725. package/_cjs/zksync/decorators/publicL2.js.map +1 -1
  726. package/_cjs/zksync/serializers.js +2 -2
  727. package/_cjs/zksync/serializers.js.map +1 -1
  728. package/_cjs/zksync/utils/abi/encodeDeployData.js +1 -2
  729. package/_cjs/zksync/utils/abi/encodeDeployData.js.map +1 -1
  730. package/_cjs/zksync/utils/assertEip712Request.js +1 -2
  731. package/_cjs/zksync/utils/assertEip712Request.js.map +1 -1
  732. package/_cjs/zksync/utils/assertEip712Transaction.js +1 -2
  733. package/_cjs/zksync/utils/assertEip712Transaction.js.map +1 -1
  734. package/_cjs/zksync/utils/camelCaseKeys.js +1 -2
  735. package/_cjs/zksync/utils/camelCaseKeys.js.map +1 -1
  736. package/_cjs/zksync/utils/hashBytecode.js +1 -2
  737. package/_cjs/zksync/utils/hashBytecode.js.map +1 -1
  738. package/_cjs/zksync/utils/isEip712Transaction.js +1 -2
  739. package/_cjs/zksync/utils/isEip712Transaction.js.map +1 -1
  740. package/_cjs/zksync/utils/isEth.js +1 -2
  741. package/_cjs/zksync/utils/isEth.js.map +1 -1
  742. package/_cjs/zksync/utils/paymaster/getApprovalBasedPaymasterInput.js +1 -2
  743. package/_cjs/zksync/utils/paymaster/getApprovalBasedPaymasterInput.js.map +1 -1
  744. package/_cjs/zksync/utils/paymaster/getGeneralPaymasterInput.js +1 -2
  745. package/_cjs/zksync/utils/paymaster/getGeneralPaymasterInput.js.map +1 -1
  746. package/_esm/actions/public/createEventFilter.js +7 -7
  747. package/_esm/actions/public/createEventFilter.js.map +1 -1
  748. package/_esm/actions/public/getLogs.js +7 -7
  749. package/_esm/actions/public/getLogs.js.map +1 -1
  750. package/_esm/actions/public/getTransactionCount.js +1 -1
  751. package/_esm/actions/public/verifyHash.js +27 -3
  752. package/_esm/actions/public/verifyHash.js.map +1 -1
  753. package/_esm/actions/public/verifyMessage.js +3 -1
  754. package/_esm/actions/public/verifyMessage.js.map +1 -1
  755. package/_esm/actions/public/verifyTypedData.js +3 -1
  756. package/_esm/actions/public/verifyTypedData.js.map +1 -1
  757. package/_esm/actions/public/watchEvent.js +7 -7
  758. package/_esm/actions/public/watchEvent.js.map +1 -1
  759. package/_esm/actions/wallet/sendTransaction.js +1 -0
  760. package/_esm/actions/wallet/sendTransaction.js.map +1 -1
  761. package/_esm/chains/definitions/zetachain.js +6 -0
  762. package/_esm/chains/definitions/zetachain.js.map +1 -1
  763. package/_esm/chains/definitions/zetachainAthensTestnet.js +6 -0
  764. package/_esm/chains/definitions/zetachainAthensTestnet.js.map +1 -1
  765. package/_esm/chains/definitions/zircuitTestnet.js +24 -0
  766. package/_esm/chains/definitions/zircuitTestnet.js.map +1 -0
  767. package/_esm/chains/index.js +1 -0
  768. package/_esm/chains/index.js.map +1 -1
  769. package/_esm/errors/version.js +1 -1
  770. package/_esm/experimental/index.js +10 -3
  771. package/_esm/experimental/index.js.map +1 -1
  772. package/_esm/experimental/solady/actions/signMessage.js +84 -0
  773. package/_esm/experimental/solady/actions/signMessage.js.map +1 -0
  774. package/_esm/experimental/solady/actions/signTypedData.js +160 -0
  775. package/_esm/experimental/solady/actions/signTypedData.js.map +1 -0
  776. package/_esm/experimental/solady/decorators/solady.js +27 -0
  777. package/_esm/experimental/solady/decorators/solady.js.map +1 -0
  778. package/_esm/experimental/solady/index.js +8 -0
  779. package/_esm/experimental/solady/index.js.map +1 -0
  780. package/_esm/experimental/solady/types.js +2 -0
  781. package/_esm/experimental/solady/types.js.map +1 -0
  782. package/_esm/experimental/solady/utils/hashMessage.js +32 -0
  783. package/_esm/experimental/solady/utils/hashMessage.js.map +1 -0
  784. package/_esm/experimental/solady/utils/hashTypedData.js +72 -0
  785. package/_esm/experimental/solady/utils/hashTypedData.js.map +1 -0
  786. package/_esm/experimental/solady/utils/wrapTypedDataSignature.js +82 -0
  787. package/_esm/experimental/solady/utils/wrapTypedDataSignature.js.map +1 -0
  788. package/_esm/index.js +4 -0
  789. package/_esm/index.js.map +1 -1
  790. package/_esm/utils/abi/encodeEventTopics.js +5 -5
  791. package/_esm/utils/abi/encodeEventTopics.js.map +1 -1
  792. package/_esm/utils/getAction.js +11 -7
  793. package/_esm/utils/getAction.js.map +1 -1
  794. package/_esm/utils/index.js +3 -0
  795. package/_esm/utils/index.js.map +1 -1
  796. package/_esm/utils/signature/hashMessage.js +2 -12
  797. package/_esm/utils/signature/hashMessage.js.map +1 -1
  798. package/_esm/utils/signature/hashTypedData.js +2 -2
  799. package/_esm/utils/signature/hashTypedData.js.map +1 -1
  800. package/_esm/{experimental/erc6492 → utils/signature}/isErc6492Signature.js +1 -1
  801. package/_esm/utils/signature/isErc6492Signature.js.map +1 -0
  802. package/_esm/{experimental/erc6492 → utils/signature}/parseErc6492Signature.js +1 -1
  803. package/_esm/utils/signature/parseErc6492Signature.js.map +1 -0
  804. package/_esm/{experimental/erc6492 → utils/signature}/serializeErc6492Signature.js +2 -2
  805. package/_esm/utils/signature/serializeErc6492Signature.js.map +1 -0
  806. package/_esm/utils/signature/toPrefixedMessage.js +16 -0
  807. package/_esm/utils/signature/toPrefixedMessage.js.map +1 -0
  808. package/_types/actions/public/getTransactionCount.d.ts +1 -1
  809. package/_types/actions/public/verifyHash.d.ts +6 -2
  810. package/_types/actions/public/verifyHash.d.ts.map +1 -1
  811. package/_types/actions/public/verifyMessage.d.ts +1 -1
  812. package/_types/actions/public/verifyMessage.d.ts.map +1 -1
  813. package/_types/actions/public/verifyTypedData.d.ts.map +1 -1
  814. package/_types/actions/wallet/sendTransaction.d.ts.map +1 -1
  815. package/_types/celo/chainConfig.d.ts +1086 -1086
  816. package/_types/celo/formatters.d.ts +543 -543
  817. package/_types/celo/formatters.d.ts.map +1 -1
  818. package/_types/chains/definitions/ancient8.d.ts +260 -260
  819. package/_types/chains/definitions/ancient8Sepolia.d.ts +260 -260
  820. package/_types/chains/definitions/base.d.ts +260 -260
  821. package/_types/chains/definitions/baseGoerli.d.ts +260 -260
  822. package/_types/chains/definitions/baseSepolia.d.ts +260 -260
  823. package/_types/chains/definitions/celo.d.ts +1086 -1086
  824. package/_types/chains/definitions/celoAlfajores.d.ts +1086 -1086
  825. package/_types/chains/definitions/fraxtal.d.ts +260 -260
  826. package/_types/chains/definitions/fraxtalTestnet.d.ts +260 -260
  827. package/_types/chains/definitions/funkiSepolia.d.ts +260 -260
  828. package/_types/chains/definitions/lisk.d.ts +315 -315
  829. package/_types/chains/definitions/liskSepolia.d.ts +260 -260
  830. package/_types/chains/definitions/metalL2.d.ts +260 -260
  831. package/_types/chains/definitions/optimism.d.ts +260 -260
  832. package/_types/chains/definitions/optimismGoerli.d.ts +260 -260
  833. package/_types/chains/definitions/optimismSepolia.d.ts +260 -260
  834. package/_types/chains/definitions/pgn.d.ts +260 -260
  835. package/_types/chains/definitions/pgnTestnet.d.ts +260 -260
  836. package/_types/chains/definitions/playfiAlbireo.d.ts +315 -315
  837. package/_types/chains/definitions/rss3.d.ts +260 -260
  838. package/_types/chains/definitions/rss3Sepolia.d.ts +260 -260
  839. package/_types/chains/definitions/zetachain.d.ts +6 -8
  840. package/_types/chains/definitions/zetachain.d.ts.map +1 -1
  841. package/_types/chains/definitions/zetachainAthensTestnet.d.ts +6 -8
  842. package/_types/chains/definitions/zetachainAthensTestnet.d.ts.map +1 -1
  843. package/_types/chains/definitions/zircuitTestnet.d.ts +33 -0
  844. package/_types/chains/definitions/zircuitTestnet.d.ts.map +1 -0
  845. package/_types/chains/definitions/zkSync.d.ts +315 -315
  846. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +315 -315
  847. package/_types/chains/definitions/zkSyncLocalNode.d.ts +315 -315
  848. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +315 -315
  849. package/_types/chains/definitions/zkSyncTestnet.d.ts +315 -315
  850. package/_types/chains/definitions/zora.d.ts +260 -260
  851. package/_types/chains/definitions/zoraSepolia.d.ts +260 -260
  852. package/_types/chains/definitions/zoraTestnet.d.ts +260 -260
  853. package/_types/chains/index.d.ts +1 -0
  854. package/_types/chains/index.d.ts.map +1 -1
  855. package/_types/errors/version.d.ts +1 -1
  856. package/_types/experimental/eip5792/decorators/eip5792.d.ts.map +1 -1
  857. package/_types/experimental/erc7715/decorators/erc7715.d.ts.map +1 -1
  858. package/_types/experimental/index.d.ts +28 -3
  859. package/_types/experimental/index.d.ts.map +1 -1
  860. package/_types/experimental/solady/actions/signMessage.d.ts +71 -0
  861. package/_types/experimental/solady/actions/signMessage.d.ts.map +1 -0
  862. package/_types/experimental/solady/actions/signTypedData.d.ts +125 -0
  863. package/_types/experimental/solady/actions/signTypedData.d.ts.map +1 -0
  864. package/_types/experimental/solady/decorators/solady.d.ts +183 -0
  865. package/_types/experimental/solady/decorators/solady.d.ts.map +1 -0
  866. package/_types/experimental/solady/index.d.ts +7 -0
  867. package/_types/experimental/solady/index.d.ts.map +1 -0
  868. package/_types/experimental/solady/types.d.ts +7 -0
  869. package/_types/experimental/solady/types.d.ts.map +1 -0
  870. package/_types/experimental/solady/utils/hashMessage.d.ts +30 -0
  871. package/_types/experimental/solady/utils/hashMessage.d.ts.map +1 -0
  872. package/_types/experimental/solady/utils/hashTypedData.d.ts +59 -0
  873. package/_types/experimental/solady/utils/hashTypedData.d.ts.map +1 -0
  874. package/_types/experimental/solady/utils/wrapTypedDataSignature.d.ts +50 -0
  875. package/_types/experimental/solady/utils/wrapTypedDataSignature.d.ts.map +1 -0
  876. package/_types/index.d.ts +5 -1
  877. package/_types/index.d.ts.map +1 -1
  878. package/_types/op-stack/chainConfig.d.ts +260 -260
  879. package/_types/op-stack/decorators/publicL1.d.ts.map +1 -1
  880. package/_types/op-stack/decorators/publicL2.d.ts.map +1 -1
  881. package/_types/op-stack/decorators/walletL1.d.ts.map +1 -1
  882. package/_types/op-stack/decorators/walletL2.d.ts.map +1 -1
  883. package/_types/op-stack/formatters.d.ts +260 -260
  884. package/_types/op-stack/formatters.d.ts.map +1 -1
  885. package/_types/utils/abi/decodeFunctionData.d.ts +1 -1
  886. package/_types/utils/abi/decodeFunctionData.d.ts.map +1 -1
  887. package/_types/utils/abi/encodeEventTopics.d.ts +3 -1
  888. package/_types/utils/abi/encodeEventTopics.d.ts.map +1 -1
  889. package/_types/utils/formatters/block.d.ts.map +1 -1
  890. package/_types/utils/formatters/formatter.d.ts +2 -2
  891. package/_types/utils/formatters/formatter.d.ts.map +1 -1
  892. package/_types/utils/formatters/log.d.ts.map +1 -1
  893. package/_types/utils/formatters/proof.d.ts.map +1 -1
  894. package/_types/utils/formatters/transaction.d.ts +127 -126
  895. package/_types/utils/formatters/transaction.d.ts.map +1 -1
  896. package/_types/utils/formatters/transactionRequest.d.ts +67 -66
  897. package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
  898. package/_types/utils/getAction.d.ts +9 -1
  899. package/_types/utils/getAction.d.ts.map +1 -1
  900. package/_types/utils/index.d.ts +4 -1
  901. package/_types/utils/index.d.ts.map +1 -1
  902. package/_types/utils/rpc/compat.d.ts.map +1 -1
  903. package/_types/utils/rpc/ipc.d.ts +0 -2
  904. package/_types/utils/rpc/ipc.d.ts.map +1 -1
  905. package/_types/utils/signature/hashMessage.d.ts +1 -3
  906. package/_types/utils/signature/hashMessage.d.ts.map +1 -1
  907. package/_types/utils/signature/hashTypedData.d.ts +9 -0
  908. package/_types/utils/signature/hashTypedData.d.ts.map +1 -1
  909. package/_types/{experimental/erc6492 → utils/signature}/isErc6492Signature.d.ts +1 -1
  910. package/_types/utils/signature/isErc6492Signature.d.ts.map +1 -0
  911. package/_types/{experimental/erc6492 → utils/signature}/parseErc6492Signature.d.ts +1 -1
  912. package/_types/utils/signature/parseErc6492Signature.d.ts.map +1 -0
  913. package/_types/utils/signature/serializeErc6492Signature.d.ts.map +1 -0
  914. package/_types/utils/signature/toPrefixedMessage.d.ts +7 -0
  915. package/_types/utils/signature/toPrefixedMessage.d.ts.map +1 -0
  916. package/_types/zksync/chainConfig.d.ts +315 -315
  917. package/_types/zksync/decorators/eip712.d.ts.map +1 -1
  918. package/_types/zksync/decorators/publicL1.d.ts.map +1 -1
  919. package/_types/zksync/decorators/publicL2.d.ts.map +1 -1
  920. package/_types/zksync/formatters.d.ts +315 -315
  921. package/_types/zksync/formatters.d.ts.map +1 -1
  922. package/actions/public/createEventFilter.ts +9 -9
  923. package/actions/public/getLogs.ts +9 -9
  924. package/actions/public/getTransactionCount.ts +1 -1
  925. package/actions/public/verifyHash.ts +31 -4
  926. package/actions/public/verifyMessage.ts +10 -1
  927. package/actions/public/verifyTypedData.ts +4 -0
  928. package/actions/public/watchEvent.ts +9 -9
  929. package/actions/wallet/sendTransaction.ts +1 -0
  930. package/chains/definitions/zetachain.ts +6 -0
  931. package/chains/definitions/zetachainAthensTestnet.ts +6 -0
  932. package/chains/definitions/zircuitTestnet.ts +24 -0
  933. package/chains/index.ts +1 -0
  934. package/errors/version.ts +1 -1
  935. package/experimental/index.ts +21 -3
  936. package/experimental/solady/actions/signMessage.ts +151 -0
  937. package/experimental/solady/actions/signTypedData.ts +251 -0
  938. package/experimental/solady/decorators/solady.ts +232 -0
  939. package/experimental/solady/index.ts +36 -0
  940. package/experimental/solady/types.ts +7 -0
  941. package/experimental/solady/utils/hashMessage.ts +60 -0
  942. package/experimental/solady/utils/hashTypedData.ts +112 -0
  943. package/experimental/solady/utils/wrapTypedDataSignature.ts +108 -0
  944. package/index.ts +23 -0
  945. package/package.json +10 -2
  946. package/utils/abi/encodeEventTopics.ts +13 -11
  947. package/utils/getAction.ts +31 -15
  948. package/utils/index.ts +19 -0
  949. package/utils/signature/hashMessage.ts +3 -23
  950. package/utils/signature/hashTypedData.ts +2 -2
  951. package/{experimental/erc6492 → utils/signature}/isErc6492Signature.ts +1 -1
  952. package/{experimental/erc6492 → utils/signature}/parseErc6492Signature.ts +1 -1
  953. package/{experimental/erc6492 → utils/signature}/serializeErc6492Signature.ts +2 -2
  954. package/utils/signature/toPrefixedMessage.ts +27 -0
  955. package/_cjs/experimental/erc6492/isErc6492Signature.js.map +0 -1
  956. package/_cjs/experimental/erc6492/parseErc6492Signature.js.map +0 -1
  957. package/_cjs/experimental/erc6492/serializeErc6492Signature.js.map +0 -1
  958. package/_esm/experimental/erc6492/isErc6492Signature.js.map +0 -1
  959. package/_esm/experimental/erc6492/parseErc6492Signature.js.map +0 -1
  960. package/_esm/experimental/erc6492/serializeErc6492Signature.js.map +0 -1
  961. package/_types/experimental/erc6492/isErc6492Signature.d.ts.map +0 -1
  962. package/_types/experimental/erc6492/parseErc6492Signature.d.ts.map +0 -1
  963. package/_types/experimental/erc6492/serializeErc6492Signature.d.ts.map +0 -1
  964. /package/_types/{experimental/erc6492 → utils/signature}/serializeErc6492Signature.d.ts +0 -0
@@ -37,34 +37,34 @@ export declare const zkSyncSepoliaTestnet: {
37
37
  readonly block: {
38
38
  exclude: [] | undefined;
39
39
  format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").ZkSyncRpcBlockOverrides & {
40
- transactions: `0x${string}`[] | import("../index.js").ZkSyncRpcTransaction[];
40
+ transactions: import("../../index.js").Hash[] | import("../index.js").ZkSyncRpcTransaction[];
41
41
  }>) => {
42
42
  baseFeePerGas: bigint | null;
43
43
  blobGasUsed: bigint;
44
44
  difficulty: bigint;
45
45
  excessBlobGas: bigint;
46
- extraData: `0x${string}`;
46
+ extraData: import("../../index.js").Hex;
47
47
  gasLimit: bigint;
48
48
  gasUsed: bigint;
49
49
  hash: `0x${string}` | null;
50
50
  logsBloom: `0x${string}` | null;
51
- miner: `0x${string}`;
52
- mixHash: `0x${string}`;
51
+ miner: import("abitype").Address;
52
+ mixHash: import("../../index.js").Hash;
53
53
  nonce: `0x${string}` | null;
54
54
  number: bigint | null;
55
- parentHash: `0x${string}`;
56
- receiptsRoot: `0x${string}`;
57
- sealFields: `0x${string}`[];
58
- sha3Uncles: `0x${string}`;
55
+ parentHash: import("../../index.js").Hash;
56
+ receiptsRoot: import("../../index.js").Hex;
57
+ sealFields: import("../../index.js").Hex[];
58
+ sha3Uncles: import("../../index.js").Hash;
59
59
  size: bigint;
60
- stateRoot: `0x${string}`;
60
+ stateRoot: import("../../index.js").Hash;
61
61
  timestamp: bigint;
62
62
  totalDifficulty: bigint | null;
63
63
  transactions: `0x${string}`[] | import("../index.js").ZkSyncTransaction[];
64
- transactionsRoot: `0x${string}`;
65
- uncles: `0x${string}`[];
64
+ transactionsRoot: import("../../index.js").Hash;
65
+ uncles: import("../../index.js").Hash[];
66
66
  withdrawals?: import("../../index.js").Withdrawal[] | undefined;
67
- withdrawalsRoot?: `0x${string}` | undefined;
67
+ withdrawalsRoot?: import("../../index.js").Hex | undefined;
68
68
  l1BatchNumber: bigint | null;
69
69
  l1BatchTimestamp: bigint | null;
70
70
  } & {};
@@ -73,20 +73,20 @@ export declare const zkSyncSepoliaTestnet: {
73
73
  readonly transaction: {
74
74
  exclude: [] | undefined;
75
75
  format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransaction>, import("../index.js").ZkSyncRpcTransaction>) => ({
76
- r: `0x${string}`;
77
- s: `0x${string}`;
76
+ r: import("../../index.js").Hex;
77
+ s: import("../../index.js").Hex;
78
78
  v: bigint;
79
- to: `0x${string}` | null;
80
- from: `0x${string}`;
79
+ to: import("abitype").Address | null;
80
+ from: import("abitype").Address;
81
81
  gas: bigint;
82
82
  nonce: number;
83
83
  value: bigint;
84
84
  blockHash: `0x${string}` | null;
85
85
  blockNumber: bigint | null;
86
- hash: `0x${string}`;
87
- input: `0x${string}`;
86
+ hash: import("../../index.js").Hash;
87
+ input: import("../../index.js").Hex;
88
88
  transactionIndex: number | null;
89
- typeHex: `0x${string}` | null;
89
+ typeHex: import("../../index.js").Hex | null;
90
90
  accessList?: undefined;
91
91
  blobVersionedHashes?: undefined;
92
92
  chainId?: number | undefined;
@@ -99,20 +99,20 @@ export declare const zkSyncSepoliaTestnet: {
99
99
  l1BatchNumber: bigint | null;
100
100
  l1BatchTxIndex: bigint | null;
101
101
  } | {
102
- r: `0x${string}`;
103
- s: `0x${string}`;
102
+ r: import("../../index.js").Hex;
103
+ s: import("../../index.js").Hex;
104
104
  v: bigint;
105
- to: `0x${string}` | null;
106
- from: `0x${string}`;
105
+ to: import("abitype").Address | null;
106
+ from: import("abitype").Address;
107
107
  gas: bigint;
108
108
  nonce: number;
109
109
  value: bigint;
110
110
  blockHash: `0x${string}` | null;
111
111
  blockNumber: bigint | null;
112
- hash: `0x${string}`;
113
- input: `0x${string}`;
112
+ hash: import("../../index.js").Hash;
113
+ input: import("../../index.js").Hex;
114
114
  transactionIndex: number | null;
115
- typeHex: `0x${string}` | null;
115
+ typeHex: import("../../index.js").Hex | null;
116
116
  accessList?: undefined;
117
117
  blobVersionedHashes?: undefined;
118
118
  chainId?: number | undefined;
@@ -125,20 +125,20 @@ export declare const zkSyncSepoliaTestnet: {
125
125
  l1BatchNumber: bigint | null;
126
126
  l1BatchTxIndex: bigint | null;
127
127
  } | {
128
- r: `0x${string}`;
129
- s: `0x${string}`;
128
+ r: import("../../index.js").Hex;
129
+ s: import("../../index.js").Hex;
130
130
  v: bigint;
131
- to: `0x${string}` | null;
132
- from: `0x${string}`;
131
+ to: import("abitype").Address | null;
132
+ from: import("abitype").Address;
133
133
  gas: bigint;
134
134
  nonce: number;
135
135
  value: bigint;
136
136
  blockHash: `0x${string}` | null;
137
137
  blockNumber: bigint | null;
138
- hash: `0x${string}`;
139
- input: `0x${string}`;
138
+ hash: import("../../index.js").Hash;
139
+ input: import("../../index.js").Hex;
140
140
  transactionIndex: number | null;
141
- typeHex: `0x${string}` | null;
141
+ typeHex: import("../../index.js").Hex | null;
142
142
  accessList?: undefined;
143
143
  blobVersionedHashes?: undefined;
144
144
  chainId?: number | undefined;
@@ -153,16 +153,16 @@ export declare const zkSyncSepoliaTestnet: {
153
153
  } | {
154
154
  blockHash: `0x${string}` | null;
155
155
  blockNumber: bigint | null;
156
- from: `0x${string}`;
156
+ from: import("abitype").Address;
157
157
  gas: bigint;
158
- hash: `0x${string}`;
159
- input: `0x${string}`;
158
+ hash: import("../../index.js").Hash;
159
+ input: import("../../index.js").Hex;
160
160
  nonce: number;
161
- r: `0x${string}`;
162
- s: `0x${string}`;
163
- to: `0x${string}` | null;
161
+ r: import("../../index.js").Hex;
162
+ s: import("../../index.js").Hex;
163
+ to: import("abitype").Address | null;
164
164
  transactionIndex: number | null;
165
- typeHex: `0x${string}` | null;
165
+ typeHex: import("../../index.js").Hex | null;
166
166
  v: bigint;
167
167
  value: bigint;
168
168
  yParity: number;
@@ -179,16 +179,16 @@ export declare const zkSyncSepoliaTestnet: {
179
179
  } | {
180
180
  blockHash: `0x${string}` | null;
181
181
  blockNumber: bigint | null;
182
- from: `0x${string}`;
182
+ from: import("abitype").Address;
183
183
  gas: bigint;
184
- hash: `0x${string}`;
185
- input: `0x${string}`;
184
+ hash: import("../../index.js").Hash;
185
+ input: import("../../index.js").Hex;
186
186
  nonce: number;
187
- r: `0x${string}`;
188
- s: `0x${string}`;
189
- to: `0x${string}` | null;
187
+ r: import("../../index.js").Hex;
188
+ s: import("../../index.js").Hex;
189
+ to: import("abitype").Address | null;
190
190
  transactionIndex: number | null;
191
- typeHex: `0x${string}` | null;
191
+ typeHex: import("../../index.js").Hex | null;
192
192
  v: bigint;
193
193
  value: bigint;
194
194
  yParity: number;
@@ -205,16 +205,16 @@ export declare const zkSyncSepoliaTestnet: {
205
205
  } | {
206
206
  blockHash: `0x${string}` | null;
207
207
  blockNumber: bigint | null;
208
- from: `0x${string}`;
208
+ from: import("abitype").Address;
209
209
  gas: bigint;
210
- hash: `0x${string}`;
211
- input: `0x${string}`;
210
+ hash: import("../../index.js").Hash;
211
+ input: import("../../index.js").Hex;
212
212
  nonce: number;
213
- r: `0x${string}`;
214
- s: `0x${string}`;
215
- to: `0x${string}` | null;
213
+ r: import("../../index.js").Hex;
214
+ s: import("../../index.js").Hex;
215
+ to: import("abitype").Address | null;
216
216
  transactionIndex: number | null;
217
- typeHex: `0x${string}` | null;
217
+ typeHex: import("../../index.js").Hex | null;
218
218
  v: bigint;
219
219
  value: bigint;
220
220
  yParity: number;
@@ -231,16 +231,16 @@ export declare const zkSyncSepoliaTestnet: {
231
231
  } | {
232
232
  blockHash: `0x${string}` | null;
233
233
  blockNumber: bigint | null;
234
- from: `0x${string}`;
234
+ from: import("abitype").Address;
235
235
  gas: bigint;
236
- hash: `0x${string}`;
237
- input: `0x${string}`;
236
+ hash: import("../../index.js").Hash;
237
+ input: import("../../index.js").Hex;
238
238
  nonce: number;
239
- r: `0x${string}`;
240
- s: `0x${string}`;
241
- to: `0x${string}` | null;
239
+ r: import("../../index.js").Hex;
240
+ s: import("../../index.js").Hex;
241
+ to: import("abitype").Address | null;
242
242
  transactionIndex: number | null;
243
- typeHex: `0x${string}` | null;
243
+ typeHex: import("../../index.js").Hex | null;
244
244
  v: bigint;
245
245
  value: bigint;
246
246
  yParity: number;
@@ -257,16 +257,16 @@ export declare const zkSyncSepoliaTestnet: {
257
257
  } | {
258
258
  blockHash: `0x${string}` | null;
259
259
  blockNumber: bigint | null;
260
- from: `0x${string}`;
260
+ from: import("abitype").Address;
261
261
  gas: bigint;
262
- hash: `0x${string}`;
263
- input: `0x${string}`;
262
+ hash: import("../../index.js").Hash;
263
+ input: import("../../index.js").Hex;
264
264
  nonce: number;
265
- r: `0x${string}`;
266
- s: `0x${string}`;
267
- to: `0x${string}` | null;
265
+ r: import("../../index.js").Hex;
266
+ s: import("../../index.js").Hex;
267
+ to: import("abitype").Address | null;
268
268
  transactionIndex: number | null;
269
- typeHex: `0x${string}` | null;
269
+ typeHex: import("../../index.js").Hex | null;
270
270
  v: bigint;
271
271
  value: bigint;
272
272
  yParity: number;
@@ -283,16 +283,16 @@ export declare const zkSyncSepoliaTestnet: {
283
283
  } | {
284
284
  blockHash: `0x${string}` | null;
285
285
  blockNumber: bigint | null;
286
- from: `0x${string}`;
286
+ from: import("abitype").Address;
287
287
  gas: bigint;
288
- hash: `0x${string}`;
289
- input: `0x${string}`;
288
+ hash: import("../../index.js").Hash;
289
+ input: import("../../index.js").Hex;
290
290
  nonce: number;
291
- r: `0x${string}`;
292
- s: `0x${string}`;
293
- to: `0x${string}` | null;
291
+ r: import("../../index.js").Hex;
292
+ s: import("../../index.js").Hex;
293
+ to: import("abitype").Address | null;
294
294
  transactionIndex: number | null;
295
- typeHex: `0x${string}` | null;
295
+ typeHex: import("../../index.js").Hex | null;
296
296
  v: bigint;
297
297
  value: bigint;
298
298
  yParity: number;
@@ -309,16 +309,16 @@ export declare const zkSyncSepoliaTestnet: {
309
309
  } | {
310
310
  blockHash: `0x${string}` | null;
311
311
  blockNumber: bigint | null;
312
- from: `0x${string}`;
312
+ from: import("abitype").Address;
313
313
  gas: bigint;
314
- hash: `0x${string}`;
315
- input: `0x${string}`;
314
+ hash: import("../../index.js").Hash;
315
+ input: import("../../index.js").Hex;
316
316
  nonce: number;
317
- r: `0x${string}`;
318
- s: `0x${string}`;
319
- to: `0x${string}` | null;
317
+ r: import("../../index.js").Hex;
318
+ s: import("../../index.js").Hex;
319
+ to: import("abitype").Address | null;
320
320
  transactionIndex: number | null;
321
- typeHex: `0x${string}` | null;
321
+ typeHex: import("../../index.js").Hex | null;
322
322
  v: bigint;
323
323
  value: bigint;
324
324
  yParity: number;
@@ -335,16 +335,16 @@ export declare const zkSyncSepoliaTestnet: {
335
335
  } | {
336
336
  blockHash: `0x${string}` | null;
337
337
  blockNumber: bigint | null;
338
- from: `0x${string}`;
338
+ from: import("abitype").Address;
339
339
  gas: bigint;
340
- hash: `0x${string}`;
341
- input: `0x${string}`;
340
+ hash: import("../../index.js").Hash;
341
+ input: import("../../index.js").Hex;
342
342
  nonce: number;
343
- r: `0x${string}`;
344
- s: `0x${string}`;
345
- to: `0x${string}` | null;
343
+ r: import("../../index.js").Hex;
344
+ s: import("../../index.js").Hex;
345
+ to: import("abitype").Address | null;
346
346
  transactionIndex: number | null;
347
- typeHex: `0x${string}` | null;
347
+ typeHex: import("../../index.js").Hex | null;
348
348
  v: bigint;
349
349
  value: bigint;
350
350
  yParity: number;
@@ -361,21 +361,21 @@ export declare const zkSyncSepoliaTestnet: {
361
361
  } | {
362
362
  blockHash: `0x${string}` | null;
363
363
  blockNumber: bigint | null;
364
- from: `0x${string}`;
364
+ from: import("abitype").Address;
365
365
  gas: bigint;
366
- hash: `0x${string}`;
367
- input: `0x${string}`;
366
+ hash: import("../../index.js").Hash;
367
+ input: import("../../index.js").Hex;
368
368
  nonce: number;
369
- r: `0x${string}`;
370
- s: `0x${string}`;
371
- to: `0x${string}` | null;
369
+ r: import("../../index.js").Hex;
370
+ s: import("../../index.js").Hex;
371
+ to: import("abitype").Address | null;
372
372
  transactionIndex: number | null;
373
- typeHex: `0x${string}` | null;
373
+ typeHex: import("../../index.js").Hex | null;
374
374
  v: bigint;
375
375
  value: bigint;
376
376
  yParity: number;
377
377
  accessList: import("../../index.js").AccessList;
378
- blobVersionedHashes: readonly `0x${string}`[];
378
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
379
379
  chainId: number;
380
380
  type: "eip4844";
381
381
  gasPrice?: undefined;
@@ -387,21 +387,21 @@ export declare const zkSyncSepoliaTestnet: {
387
387
  } | {
388
388
  blockHash: `0x${string}` | null;
389
389
  blockNumber: bigint | null;
390
- from: `0x${string}`;
390
+ from: import("abitype").Address;
391
391
  gas: bigint;
392
- hash: `0x${string}`;
393
- input: `0x${string}`;
392
+ hash: import("../../index.js").Hash;
393
+ input: import("../../index.js").Hex;
394
394
  nonce: number;
395
- r: `0x${string}`;
396
- s: `0x${string}`;
397
- to: `0x${string}` | null;
395
+ r: import("../../index.js").Hex;
396
+ s: import("../../index.js").Hex;
397
+ to: import("abitype").Address | null;
398
398
  transactionIndex: number | null;
399
- typeHex: `0x${string}` | null;
399
+ typeHex: import("../../index.js").Hex | null;
400
400
  v: bigint;
401
401
  value: bigint;
402
402
  yParity: number;
403
403
  accessList: import("../../index.js").AccessList;
404
- blobVersionedHashes: readonly `0x${string}`[];
404
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
405
405
  chainId: number;
406
406
  type: "priority";
407
407
  gasPrice?: undefined;
@@ -413,21 +413,21 @@ export declare const zkSyncSepoliaTestnet: {
413
413
  } | {
414
414
  blockHash: `0x${string}` | null;
415
415
  blockNumber: bigint | null;
416
- from: `0x${string}`;
416
+ from: import("abitype").Address;
417
417
  gas: bigint;
418
- hash: `0x${string}`;
419
- input: `0x${string}`;
418
+ hash: import("../../index.js").Hash;
419
+ input: import("../../index.js").Hex;
420
420
  nonce: number;
421
- r: `0x${string}`;
422
- s: `0x${string}`;
423
- to: `0x${string}` | null;
421
+ r: import("../../index.js").Hex;
422
+ s: import("../../index.js").Hex;
423
+ to: import("abitype").Address | null;
424
424
  transactionIndex: number | null;
425
- typeHex: `0x${string}` | null;
425
+ typeHex: import("../../index.js").Hex | null;
426
426
  v: bigint;
427
427
  value: bigint;
428
428
  yParity: number;
429
429
  accessList: import("../../index.js").AccessList;
430
- blobVersionedHashes: readonly `0x${string}`[];
430
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
431
431
  chainId: number;
432
432
  type: "priority" | "eip712";
433
433
  gasPrice?: undefined;
@@ -444,19 +444,19 @@ export declare const zkSyncSepoliaTestnet: {
444
444
  format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").ZkSyncRpcTransactionReceiptOverrides>) => {
445
445
  blobGasPrice?: bigint | undefined;
446
446
  blobGasUsed?: bigint | undefined;
447
- blockHash: `0x${string}`;
447
+ blockHash: import("../../index.js").Hash;
448
448
  blockNumber: bigint;
449
- contractAddress: `0x${string}` | null | undefined;
449
+ contractAddress: import("abitype").Address | null | undefined;
450
450
  cumulativeGasUsed: bigint;
451
451
  effectiveGasPrice: bigint;
452
- from: `0x${string}`;
452
+ from: import("abitype").Address;
453
453
  gasUsed: bigint;
454
454
  logs: import("../index.js").ZkSyncLog[];
455
- logsBloom: `0x${string}`;
456
- root?: `0x${string}` | undefined;
455
+ logsBloom: import("../../index.js").Hex;
456
+ root?: import("../../index.js").Hash | undefined;
457
457
  status: "success" | "reverted";
458
- to: `0x${string}` | null;
459
- transactionHash: `0x${string}`;
458
+ to: import("abitype").Address | null;
459
+ transactionHash: import("../../index.js").Hash;
460
460
  transactionIndex: number;
461
461
  type: import("../index.js").ZkSyncTransactionType;
462
462
  l1BatchNumber: bigint | null;
@@ -468,11 +468,11 @@ export declare const zkSyncSepoliaTestnet: {
468
468
  readonly transactionRequest: {
469
469
  exclude: ("gasPerPubdata" | "paymaster" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
470
470
  format: (args: ({
471
- data?: `0x${string}` | undefined;
472
- from?: `0x${string}`;
471
+ data?: import("../../index.js").Hex | undefined;
472
+ from?: import("abitype").Address;
473
473
  gas?: bigint | undefined;
474
474
  nonce?: number | undefined;
475
- to?: `0x${string}` | null | undefined;
475
+ to?: import("abitype").Address | null | undefined;
476
476
  value?: bigint | undefined;
477
477
  accessList?: undefined;
478
478
  blobs?: undefined;
@@ -485,11 +485,11 @@ export declare const zkSyncSepoliaTestnet: {
485
485
  kzg?: undefined;
486
486
  sidecars?: undefined;
487
487
  } & {
488
- data?: `0x${string}` | undefined;
489
- from: `0x${string}`;
488
+ data?: import("../../index.js").Hex | undefined;
489
+ from: import("abitype").Address;
490
490
  gas?: bigint | undefined;
491
491
  nonce?: number | undefined;
492
- to?: `0x${string}` | null | undefined;
492
+ to?: import("abitype").Address | null | undefined;
493
493
  value?: bigint | undefined;
494
494
  accessList?: undefined;
495
495
  blobs?: undefined;
@@ -508,11 +508,11 @@ export declare const zkSyncSepoliaTestnet: {
508
508
  paymasterInput?: undefined;
509
509
  factoryDeps?: undefined;
510
510
  }) | ({
511
- data?: `0x${string}` | undefined;
512
- from?: `0x${string}`;
511
+ data?: import("../../index.js").Hex | undefined;
512
+ from?: import("abitype").Address;
513
513
  gas?: bigint | undefined;
514
514
  nonce?: number | undefined;
515
- to?: `0x${string}` | null | undefined;
515
+ to?: import("abitype").Address | null | undefined;
516
516
  value?: bigint | undefined;
517
517
  accessList?: undefined;
518
518
  blobs?: undefined;
@@ -525,11 +525,11 @@ export declare const zkSyncSepoliaTestnet: {
525
525
  kzg?: undefined;
526
526
  sidecars?: undefined;
527
527
  } & {
528
- data?: `0x${string}` | undefined;
529
- from: `0x${string}`;
528
+ data?: import("../../index.js").Hex | undefined;
529
+ from: import("abitype").Address;
530
530
  gas?: bigint | undefined;
531
531
  nonce?: number | undefined;
532
- to?: `0x${string}` | null | undefined;
532
+ to?: import("abitype").Address | null | undefined;
533
533
  value?: bigint | undefined;
534
534
  accessList?: import("../../index.js").AccessList | undefined;
535
535
  blobs?: undefined;
@@ -548,11 +548,11 @@ export declare const zkSyncSepoliaTestnet: {
548
548
  paymasterInput?: undefined;
549
549
  factoryDeps?: undefined;
550
550
  }) | ({
551
- data?: `0x${string}` | undefined;
552
- from?: `0x${string}`;
551
+ data?: import("../../index.js").Hex | undefined;
552
+ from?: import("abitype").Address;
553
553
  gas?: bigint | undefined;
554
554
  nonce?: number | undefined;
555
- to?: `0x${string}` | null | undefined;
555
+ to?: import("abitype").Address | null | undefined;
556
556
  value?: bigint | undefined;
557
557
  accessList?: undefined;
558
558
  blobs?: undefined;
@@ -565,11 +565,11 @@ export declare const zkSyncSepoliaTestnet: {
565
565
  kzg?: undefined;
566
566
  sidecars?: undefined;
567
567
  } & {
568
- data?: `0x${string}` | undefined;
569
- from: `0x${string}`;
568
+ data?: import("../../index.js").Hex | undefined;
569
+ from: import("abitype").Address;
570
570
  gas?: bigint | undefined;
571
571
  nonce?: number | undefined;
572
- to?: `0x${string}` | null | undefined;
572
+ to?: import("abitype").Address | null | undefined;
573
573
  value?: bigint | undefined;
574
574
  gasPrice?: undefined;
575
575
  maxFeePerBlobGas?: undefined;
@@ -588,11 +588,11 @@ export declare const zkSyncSepoliaTestnet: {
588
588
  paymasterInput?: undefined;
589
589
  factoryDeps?: undefined;
590
590
  }) | ({
591
- data?: `0x${string}` | undefined;
592
- from?: `0x${string}`;
591
+ data?: import("../../index.js").Hex | undefined;
592
+ from?: import("abitype").Address;
593
593
  gas?: bigint | undefined;
594
594
  nonce?: number | undefined;
595
- to?: `0x${string}` | null | undefined;
595
+ to?: import("abitype").Address | null | undefined;
596
596
  value?: bigint | undefined;
597
597
  accessList?: undefined;
598
598
  blobs?: undefined;
@@ -606,18 +606,18 @@ export declare const zkSyncSepoliaTestnet: {
606
606
  sidecars?: undefined;
607
607
  } & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
608
608
  gasPerPubdata?: bigint | undefined;
609
- customSignature?: `0x${string}` | undefined;
610
- factoryDeps?: `0x${string}`[] | undefined;
611
- type?: "priority" | "eip712" | undefined;
609
+ customSignature?: import("../../index.js").Hex | undefined;
610
+ factoryDeps?: import("../../index.js").Hex[] | undefined;
611
+ type?: "eip712" | "priority" | undefined;
612
612
  } & {
613
- paymaster: `0x${string}`;
614
- paymasterInput: `0x${string}`;
613
+ paymaster: import("abitype").Address;
614
+ paymasterInput: import("../../index.js").Hex;
615
615
  }) | ({
616
- data?: `0x${string}` | undefined;
617
- from?: `0x${string}`;
616
+ data?: import("../../index.js").Hex | undefined;
617
+ from?: import("abitype").Address;
618
618
  gas?: bigint | undefined;
619
619
  nonce?: number | undefined;
620
- to?: `0x${string}` | null | undefined;
620
+ to?: import("abitype").Address | null | undefined;
621
621
  value?: bigint | undefined;
622
622
  accessList?: undefined;
623
623
  blobs?: undefined;
@@ -631,18 +631,18 @@ export declare const zkSyncSepoliaTestnet: {
631
631
  sidecars?: undefined;
632
632
  } & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
633
633
  gasPerPubdata?: bigint | undefined;
634
- customSignature?: `0x${string}` | undefined;
635
- factoryDeps?: `0x${string}`[] | undefined;
636
- type?: "priority" | "eip712" | undefined;
634
+ customSignature?: import("../../index.js").Hex | undefined;
635
+ factoryDeps?: import("../../index.js").Hex[] | undefined;
636
+ type?: "eip712" | "priority" | undefined;
637
637
  } & {
638
638
  paymaster?: undefined;
639
639
  paymasterInput?: undefined;
640
640
  }) | ({
641
- data?: `0x${string}` | undefined;
642
- from?: `0x${string}`;
641
+ data?: import("../../index.js").Hex | undefined;
642
+ from?: import("abitype").Address;
643
643
  gas?: bigint | undefined;
644
644
  nonce?: number | undefined;
645
- to?: `0x${string}` | null | undefined;
645
+ to?: import("abitype").Address | null | undefined;
646
646
  value?: bigint | undefined;
647
647
  accessList?: import("../../index.js").AccessList | undefined;
648
648
  blobs?: undefined;
@@ -655,11 +655,11 @@ export declare const zkSyncSepoliaTestnet: {
655
655
  kzg?: undefined;
656
656
  sidecars?: undefined;
657
657
  } & {
658
- data?: `0x${string}` | undefined;
659
- from: `0x${string}`;
658
+ data?: import("../../index.js").Hex | undefined;
659
+ from: import("abitype").Address;
660
660
  gas?: bigint | undefined;
661
661
  nonce?: number | undefined;
662
- to?: `0x${string}` | null | undefined;
662
+ to?: import("abitype").Address | null | undefined;
663
663
  value?: bigint | undefined;
664
664
  accessList?: undefined;
665
665
  blobs?: undefined;
@@ -678,11 +678,11 @@ export declare const zkSyncSepoliaTestnet: {
678
678
  paymasterInput?: undefined;
679
679
  factoryDeps?: undefined;
680
680
  }) | ({
681
- data?: `0x${string}` | undefined;
682
- from?: `0x${string}`;
681
+ data?: import("../../index.js").Hex | undefined;
682
+ from?: import("abitype").Address;
683
683
  gas?: bigint | undefined;
684
684
  nonce?: number | undefined;
685
- to?: `0x${string}` | null | undefined;
685
+ to?: import("abitype").Address | null | undefined;
686
686
  value?: bigint | undefined;
687
687
  accessList?: import("../../index.js").AccessList | undefined;
688
688
  blobs?: undefined;
@@ -695,11 +695,11 @@ export declare const zkSyncSepoliaTestnet: {
695
695
  kzg?: undefined;
696
696
  sidecars?: undefined;
697
697
  } & {
698
- data?: `0x${string}` | undefined;
699
- from: `0x${string}`;
698
+ data?: import("../../index.js").Hex | undefined;
699
+ from: import("abitype").Address;
700
700
  gas?: bigint | undefined;
701
701
  nonce?: number | undefined;
702
- to?: `0x${string}` | null | undefined;
702
+ to?: import("abitype").Address | null | undefined;
703
703
  value?: bigint | undefined;
704
704
  accessList?: import("../../index.js").AccessList | undefined;
705
705
  blobs?: undefined;
@@ -718,11 +718,11 @@ export declare const zkSyncSepoliaTestnet: {
718
718
  paymasterInput?: undefined;
719
719
  factoryDeps?: undefined;
720
720
  }) | ({
721
- data?: `0x${string}` | undefined;
722
- from?: `0x${string}`;
721
+ data?: import("../../index.js").Hex | undefined;
722
+ from?: import("abitype").Address;
723
723
  gas?: bigint | undefined;
724
724
  nonce?: number | undefined;
725
- to?: `0x${string}` | null | undefined;
725
+ to?: import("abitype").Address | null | undefined;
726
726
  value?: bigint | undefined;
727
727
  accessList?: import("../../index.js").AccessList | undefined;
728
728
  blobs?: undefined;
@@ -735,11 +735,11 @@ export declare const zkSyncSepoliaTestnet: {
735
735
  kzg?: undefined;
736
736
  sidecars?: undefined;
737
737
  } & {
738
- data?: `0x${string}` | undefined;
739
- from: `0x${string}`;
738
+ data?: import("../../index.js").Hex | undefined;
739
+ from: import("abitype").Address;
740
740
  gas?: bigint | undefined;
741
741
  nonce?: number | undefined;
742
- to?: `0x${string}` | null | undefined;
742
+ to?: import("abitype").Address | null | undefined;
743
743
  value?: bigint | undefined;
744
744
  gasPrice?: undefined;
745
745
  maxFeePerBlobGas?: undefined;
@@ -758,11 +758,11 @@ export declare const zkSyncSepoliaTestnet: {
758
758
  paymasterInput?: undefined;
759
759
  factoryDeps?: undefined;
760
760
  }) | ({
761
- data?: `0x${string}` | undefined;
762
- from?: `0x${string}`;
761
+ data?: import("../../index.js").Hex | undefined;
762
+ from?: import("abitype").Address;
763
763
  gas?: bigint | undefined;
764
764
  nonce?: number | undefined;
765
- to?: `0x${string}` | null | undefined;
765
+ to?: import("abitype").Address | null | undefined;
766
766
  value?: bigint | undefined;
767
767
  accessList?: import("../../index.js").AccessList | undefined;
768
768
  blobs?: undefined;
@@ -776,18 +776,18 @@ export declare const zkSyncSepoliaTestnet: {
776
776
  sidecars?: undefined;
777
777
  } & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
778
778
  gasPerPubdata?: bigint | undefined;
779
- customSignature?: `0x${string}` | undefined;
780
- factoryDeps?: `0x${string}`[] | undefined;
781
- type?: "priority" | "eip712" | undefined;
779
+ customSignature?: import("../../index.js").Hex | undefined;
780
+ factoryDeps?: import("../../index.js").Hex[] | undefined;
781
+ type?: "eip712" | "priority" | undefined;
782
782
  } & {
783
- paymaster: `0x${string}`;
784
- paymasterInput: `0x${string}`;
783
+ paymaster: import("abitype").Address;
784
+ paymasterInput: import("../../index.js").Hex;
785
785
  }) | ({
786
- data?: `0x${string}` | undefined;
787
- from?: `0x${string}`;
786
+ data?: import("../../index.js").Hex | undefined;
787
+ from?: import("abitype").Address;
788
788
  gas?: bigint | undefined;
789
789
  nonce?: number | undefined;
790
- to?: `0x${string}` | null | undefined;
790
+ to?: import("abitype").Address | null | undefined;
791
791
  value?: bigint | undefined;
792
792
  accessList?: import("../../index.js").AccessList | undefined;
793
793
  blobs?: undefined;
@@ -801,18 +801,18 @@ export declare const zkSyncSepoliaTestnet: {
801
801
  sidecars?: undefined;
802
802
  } & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
803
803
  gasPerPubdata?: bigint | undefined;
804
- customSignature?: `0x${string}` | undefined;
805
- factoryDeps?: `0x${string}`[] | undefined;
806
- type?: "priority" | "eip712" | undefined;
804
+ customSignature?: import("../../index.js").Hex | undefined;
805
+ factoryDeps?: import("../../index.js").Hex[] | undefined;
806
+ type?: "eip712" | "priority" | undefined;
807
807
  } & {
808
808
  paymaster?: undefined;
809
809
  paymasterInput?: undefined;
810
810
  }) | ({
811
- data?: `0x${string}` | undefined;
812
- from?: `0x${string}`;
811
+ data?: import("../../index.js").Hex | undefined;
812
+ from?: import("abitype").Address;
813
813
  gas?: bigint | undefined;
814
814
  nonce?: number | undefined;
815
- to?: `0x${string}` | null | undefined;
815
+ to?: import("abitype").Address | null | undefined;
816
816
  value?: bigint | undefined;
817
817
  gasPrice?: bigint | undefined;
818
818
  maxFeePerBlobGas?: bigint | undefined;
@@ -825,11 +825,11 @@ export declare const zkSyncSepoliaTestnet: {
825
825
  kzg?: undefined;
826
826
  sidecars?: undefined;
827
827
  } & {
828
- data?: `0x${string}` | undefined;
829
- from: `0x${string}`;
828
+ data?: import("../../index.js").Hex | undefined;
829
+ from: import("abitype").Address;
830
830
  gas?: bigint | undefined;
831
831
  nonce?: number | undefined;
832
- to?: `0x${string}` | null | undefined;
832
+ to?: import("abitype").Address | null | undefined;
833
833
  value?: bigint | undefined;
834
834
  accessList?: undefined;
835
835
  blobs?: undefined;
@@ -848,11 +848,11 @@ export declare const zkSyncSepoliaTestnet: {
848
848
  paymasterInput?: undefined;
849
849
  factoryDeps?: undefined;
850
850
  }) | ({
851
- data?: `0x${string}` | undefined;
852
- from?: `0x${string}`;
851
+ data?: import("../../index.js").Hex | undefined;
852
+ from?: import("abitype").Address;
853
853
  gas?: bigint | undefined;
854
854
  nonce?: number | undefined;
855
- to?: `0x${string}` | null | undefined;
855
+ to?: import("abitype").Address | null | undefined;
856
856
  value?: bigint | undefined;
857
857
  gasPrice?: bigint | undefined;
858
858
  maxFeePerBlobGas?: bigint | undefined;
@@ -865,11 +865,11 @@ export declare const zkSyncSepoliaTestnet: {
865
865
  kzg?: undefined;
866
866
  sidecars?: undefined;
867
867
  } & {
868
- data?: `0x${string}` | undefined;
869
- from: `0x${string}`;
868
+ data?: import("../../index.js").Hex | undefined;
869
+ from: import("abitype").Address;
870
870
  gas?: bigint | undefined;
871
871
  nonce?: number | undefined;
872
- to?: `0x${string}` | null | undefined;
872
+ to?: import("abitype").Address | null | undefined;
873
873
  value?: bigint | undefined;
874
874
  accessList?: import("../../index.js").AccessList | undefined;
875
875
  blobs?: undefined;
@@ -888,11 +888,11 @@ export declare const zkSyncSepoliaTestnet: {
888
888
  paymasterInput?: undefined;
889
889
  factoryDeps?: undefined;
890
890
  }) | ({
891
- data?: `0x${string}` | undefined;
892
- from?: `0x${string}`;
891
+ data?: import("../../index.js").Hex | undefined;
892
+ from?: import("abitype").Address;
893
893
  gas?: bigint | undefined;
894
894
  nonce?: number | undefined;
895
- to?: `0x${string}` | null | undefined;
895
+ to?: import("abitype").Address | null | undefined;
896
896
  value?: bigint | undefined;
897
897
  gasPrice?: bigint | undefined;
898
898
  maxFeePerBlobGas?: bigint | undefined;
@@ -905,11 +905,11 @@ export declare const zkSyncSepoliaTestnet: {
905
905
  kzg?: undefined;
906
906
  sidecars?: undefined;
907
907
  } & {
908
- data?: `0x${string}` | undefined;
909
- from: `0x${string}`;
908
+ data?: import("../../index.js").Hex | undefined;
909
+ from: import("abitype").Address;
910
910
  gas?: bigint | undefined;
911
911
  nonce?: number | undefined;
912
- to?: `0x${string}` | null | undefined;
912
+ to?: import("abitype").Address | null | undefined;
913
913
  value?: bigint | undefined;
914
914
  gasPrice?: undefined;
915
915
  maxFeePerBlobGas?: undefined;
@@ -928,11 +928,11 @@ export declare const zkSyncSepoliaTestnet: {
928
928
  paymasterInput?: undefined;
929
929
  factoryDeps?: undefined;
930
930
  }) | ({
931
- data?: `0x${string}` | undefined;
932
- from?: `0x${string}`;
931
+ data?: import("../../index.js").Hex | undefined;
932
+ from?: import("abitype").Address;
933
933
  gas?: bigint | undefined;
934
934
  nonce?: number | undefined;
935
- to?: `0x${string}` | null | undefined;
935
+ to?: import("abitype").Address | null | undefined;
936
936
  value?: bigint | undefined;
937
937
  gasPrice?: bigint | undefined;
938
938
  maxFeePerBlobGas?: bigint | undefined;
@@ -946,18 +946,18 @@ export declare const zkSyncSepoliaTestnet: {
946
946
  sidecars?: undefined;
947
947
  } & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
948
948
  gasPerPubdata?: bigint | undefined;
949
- customSignature?: `0x${string}` | undefined;
950
- factoryDeps?: `0x${string}`[] | undefined;
951
- type?: "priority" | "eip712" | undefined;
949
+ customSignature?: import("../../index.js").Hex | undefined;
950
+ factoryDeps?: import("../../index.js").Hex[] | undefined;
951
+ type?: "eip712" | "priority" | undefined;
952
952
  } & {
953
- paymaster: `0x${string}`;
954
- paymasterInput: `0x${string}`;
953
+ paymaster: import("abitype").Address;
954
+ paymasterInput: import("../../index.js").Hex;
955
955
  }) | ({
956
- data?: `0x${string}` | undefined;
957
- from?: `0x${string}`;
956
+ data?: import("../../index.js").Hex | undefined;
957
+ from?: import("abitype").Address;
958
958
  gas?: bigint | undefined;
959
959
  nonce?: number | undefined;
960
- to?: `0x${string}` | null | undefined;
960
+ to?: import("abitype").Address | null | undefined;
961
961
  value?: bigint | undefined;
962
962
  gasPrice?: bigint | undefined;
963
963
  maxFeePerBlobGas?: bigint | undefined;
@@ -971,35 +971,35 @@ export declare const zkSyncSepoliaTestnet: {
971
971
  sidecars?: undefined;
972
972
  } & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
973
973
  gasPerPubdata?: bigint | undefined;
974
- customSignature?: `0x${string}` | undefined;
975
- factoryDeps?: `0x${string}`[] | undefined;
976
- type?: "priority" | "eip712" | undefined;
974
+ customSignature?: import("../../index.js").Hex | undefined;
975
+ factoryDeps?: import("../../index.js").Hex[] | undefined;
976
+ type?: "eip712" | "priority" | undefined;
977
977
  } & {
978
978
  paymaster?: undefined;
979
979
  paymasterInput?: undefined;
980
980
  }) | ({
981
- data?: `0x${string}` | undefined;
982
- from?: `0x${string}`;
981
+ data?: import("../../index.js").Hex | undefined;
982
+ from?: import("abitype").Address;
983
983
  gas?: bigint | undefined;
984
984
  nonce?: number | undefined;
985
985
  value?: bigint | undefined;
986
- to?: `0x${string}` | null | undefined;
986
+ to?: import("abitype").Address | null | undefined;
987
987
  accessList?: import("../../index.js").AccessList | undefined;
988
988
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
989
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
989
+ blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
990
990
  kzg?: import("../../index.js").Kzg | undefined;
991
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
991
+ sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
992
992
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
993
993
  gasPrice?: bigint | undefined;
994
994
  maxFeePerGas?: bigint | undefined;
995
995
  maxPriorityFeePerGas?: bigint | undefined;
996
996
  maxFeePerBlobGas?: bigint | undefined;
997
997
  } & {
998
- data?: `0x${string}` | undefined;
999
- from: `0x${string}`;
998
+ data?: import("../../index.js").Hex | undefined;
999
+ from: import("abitype").Address;
1000
1000
  gas?: bigint | undefined;
1001
1001
  nonce?: number | undefined;
1002
- to?: `0x${string}` | null | undefined;
1002
+ to?: import("abitype").Address | null | undefined;
1003
1003
  value?: bigint | undefined;
1004
1004
  accessList?: undefined;
1005
1005
  blobs?: undefined;
@@ -1018,28 +1018,28 @@ export declare const zkSyncSepoliaTestnet: {
1018
1018
  paymasterInput?: undefined;
1019
1019
  factoryDeps?: undefined;
1020
1020
  }) | ({
1021
- data?: `0x${string}` | undefined;
1022
- from?: `0x${string}`;
1021
+ data?: import("../../index.js").Hex | undefined;
1022
+ from?: import("abitype").Address;
1023
1023
  gas?: bigint | undefined;
1024
1024
  nonce?: number | undefined;
1025
1025
  value?: bigint | undefined;
1026
- to?: `0x${string}` | null | undefined;
1026
+ to?: import("abitype").Address | null | undefined;
1027
1027
  accessList?: import("../../index.js").AccessList | undefined;
1028
1028
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1029
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1029
+ blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
1030
1030
  kzg?: import("../../index.js").Kzg | undefined;
1031
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1031
+ sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
1032
1032
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1033
1033
  gasPrice?: bigint | undefined;
1034
1034
  maxFeePerGas?: bigint | undefined;
1035
1035
  maxPriorityFeePerGas?: bigint | undefined;
1036
1036
  maxFeePerBlobGas?: bigint | undefined;
1037
1037
  } & {
1038
- data?: `0x${string}` | undefined;
1039
- from: `0x${string}`;
1038
+ data?: import("../../index.js").Hex | undefined;
1039
+ from: import("abitype").Address;
1040
1040
  gas?: bigint | undefined;
1041
1041
  nonce?: number | undefined;
1042
- to?: `0x${string}` | null | undefined;
1042
+ to?: import("abitype").Address | null | undefined;
1043
1043
  value?: bigint | undefined;
1044
1044
  accessList?: import("../../index.js").AccessList | undefined;
1045
1045
  blobs?: undefined;
@@ -1058,28 +1058,28 @@ export declare const zkSyncSepoliaTestnet: {
1058
1058
  paymasterInput?: undefined;
1059
1059
  factoryDeps?: undefined;
1060
1060
  }) | ({
1061
- data?: `0x${string}` | undefined;
1062
- from?: `0x${string}`;
1061
+ data?: import("../../index.js").Hex | undefined;
1062
+ from?: import("abitype").Address;
1063
1063
  gas?: bigint | undefined;
1064
1064
  nonce?: number | undefined;
1065
1065
  value?: bigint | undefined;
1066
- to?: `0x${string}` | null | undefined;
1066
+ to?: import("abitype").Address | null | undefined;
1067
1067
  accessList?: import("../../index.js").AccessList | undefined;
1068
1068
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1069
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1069
+ blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
1070
1070
  kzg?: import("../../index.js").Kzg | undefined;
1071
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1071
+ sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
1072
1072
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1073
1073
  gasPrice?: bigint | undefined;
1074
1074
  maxFeePerGas?: bigint | undefined;
1075
1075
  maxPriorityFeePerGas?: bigint | undefined;
1076
1076
  maxFeePerBlobGas?: bigint | undefined;
1077
1077
  } & {
1078
- data?: `0x${string}` | undefined;
1079
- from: `0x${string}`;
1078
+ data?: import("../../index.js").Hex | undefined;
1079
+ from: import("abitype").Address;
1080
1080
  gas?: bigint | undefined;
1081
1081
  nonce?: number | undefined;
1082
- to?: `0x${string}` | null | undefined;
1082
+ to?: import("abitype").Address | null | undefined;
1083
1083
  value?: bigint | undefined;
1084
1084
  gasPrice?: undefined;
1085
1085
  maxFeePerBlobGas?: undefined;
@@ -1098,34 +1098,34 @@ export declare const zkSyncSepoliaTestnet: {
1098
1098
  paymasterInput?: undefined;
1099
1099
  factoryDeps?: undefined;
1100
1100
  }) | ({
1101
- data?: `0x${string}` | undefined;
1102
- from?: `0x${string}`;
1101
+ data?: import("../../index.js").Hex | undefined;
1102
+ from?: import("abitype").Address;
1103
1103
  gas?: bigint | undefined;
1104
1104
  nonce?: number | undefined;
1105
1105
  value?: bigint | undefined;
1106
- to?: `0x${string}` | null | undefined;
1106
+ to?: import("abitype").Address | null | undefined;
1107
1107
  accessList?: import("../../index.js").AccessList | undefined;
1108
1108
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1109
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1109
+ blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
1110
1110
  kzg?: import("../../index.js").Kzg | undefined;
1111
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1111
+ sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
1112
1112
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1113
1113
  gasPrice?: bigint | undefined;
1114
1114
  maxFeePerGas?: bigint | undefined;
1115
1115
  maxPriorityFeePerGas?: bigint | undefined;
1116
1116
  maxFeePerBlobGas?: bigint | undefined;
1117
1117
  } & {
1118
- data?: `0x${string}` | undefined;
1119
- from: `0x${string}`;
1118
+ data?: import("../../index.js").Hex | undefined;
1119
+ from: import("abitype").Address;
1120
1120
  gas?: bigint | undefined;
1121
1121
  nonce?: number | undefined;
1122
1122
  value?: bigint | undefined;
1123
1123
  to: `0x${string}` | null;
1124
1124
  accessList?: import("../../index.js").AccessList | undefined;
1125
- blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1126
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1125
+ blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
1126
+ blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
1127
1127
  kzg?: import("../../index.js").Kzg | undefined;
1128
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1128
+ sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
1129
1129
  type?: "eip4844" | undefined;
1130
1130
  gasPrice?: undefined;
1131
1131
  maxFeePerGas?: bigint | undefined;
@@ -1138,17 +1138,17 @@ export declare const zkSyncSepoliaTestnet: {
1138
1138
  paymasterInput?: undefined;
1139
1139
  factoryDeps?: undefined;
1140
1140
  }) | ({
1141
- data?: `0x${string}` | undefined;
1142
- from?: `0x${string}`;
1141
+ data?: import("../../index.js").Hex | undefined;
1142
+ from?: import("abitype").Address;
1143
1143
  gas?: bigint | undefined;
1144
1144
  nonce?: number | undefined;
1145
1145
  value?: bigint | undefined;
1146
- to?: `0x${string}` | null | undefined;
1146
+ to?: import("abitype").Address | null | undefined;
1147
1147
  accessList?: import("../../index.js").AccessList | undefined;
1148
1148
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1149
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1149
+ blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
1150
1150
  kzg?: import("../../index.js").Kzg | undefined;
1151
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1151
+ sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
1152
1152
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1153
1153
  gasPrice?: bigint | undefined;
1154
1154
  maxFeePerGas?: bigint | undefined;
@@ -1156,24 +1156,24 @@ export declare const zkSyncSepoliaTestnet: {
1156
1156
  maxFeePerBlobGas?: bigint | undefined;
1157
1157
  } & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1158
1158
  gasPerPubdata?: bigint | undefined;
1159
- customSignature?: `0x${string}` | undefined;
1160
- factoryDeps?: `0x${string}`[] | undefined;
1161
- type?: "priority" | "eip712" | undefined;
1159
+ customSignature?: import("../../index.js").Hex | undefined;
1160
+ factoryDeps?: import("../../index.js").Hex[] | undefined;
1161
+ type?: "eip712" | "priority" | undefined;
1162
1162
  } & {
1163
- paymaster: `0x${string}`;
1164
- paymasterInput: `0x${string}`;
1163
+ paymaster: import("abitype").Address;
1164
+ paymasterInput: import("../../index.js").Hex;
1165
1165
  }) | ({
1166
- data?: `0x${string}` | undefined;
1167
- from?: `0x${string}`;
1166
+ data?: import("../../index.js").Hex | undefined;
1167
+ from?: import("abitype").Address;
1168
1168
  gas?: bigint | undefined;
1169
1169
  nonce?: number | undefined;
1170
1170
  value?: bigint | undefined;
1171
- to?: `0x${string}` | null | undefined;
1171
+ to?: import("abitype").Address | null | undefined;
1172
1172
  accessList?: import("../../index.js").AccessList | undefined;
1173
1173
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1174
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1174
+ blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
1175
1175
  kzg?: import("../../index.js").Kzg | undefined;
1176
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1176
+ sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
1177
1177
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1178
1178
  gasPrice?: bigint | undefined;
1179
1179
  maxFeePerGas?: bigint | undefined;
@@ -1181,18 +1181,18 @@ export declare const zkSyncSepoliaTestnet: {
1181
1181
  maxFeePerBlobGas?: bigint | undefined;
1182
1182
  } & Omit<import("../../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1183
1183
  gasPerPubdata?: bigint | undefined;
1184
- customSignature?: `0x${string}` | undefined;
1185
- factoryDeps?: `0x${string}`[] | undefined;
1186
- type?: "priority" | "eip712" | undefined;
1184
+ customSignature?: import("../../index.js").Hex | undefined;
1185
+ factoryDeps?: import("../../index.js").Hex[] | undefined;
1186
+ type?: "eip712" | "priority" | undefined;
1187
1187
  } & {
1188
1188
  paymaster?: undefined;
1189
1189
  paymasterInput?: undefined;
1190
1190
  })) => ({
1191
- data?: `0x${string}` | undefined;
1192
- from: `0x${string}`;
1191
+ data?: import("../../index.js").Hex | undefined;
1192
+ from: import("abitype").Address;
1193
1193
  gas?: `0x${string}` | undefined;
1194
1194
  nonce?: `0x${string}` | undefined;
1195
- to?: `0x${string}` | null | undefined;
1195
+ to?: import("abitype").Address | null | undefined;
1196
1196
  value?: `0x${string}` | undefined;
1197
1197
  accessList?: undefined;
1198
1198
  blobs?: undefined;
@@ -1206,11 +1206,11 @@ export declare const zkSyncSepoliaTestnet: {
1206
1206
  sidecars?: undefined;
1207
1207
  eip712Meta?: undefined;
1208
1208
  } | {
1209
- data?: `0x${string}` | undefined;
1210
- from: `0x${string}`;
1209
+ data?: import("../../index.js").Hex | undefined;
1210
+ from: import("abitype").Address;
1211
1211
  gas?: `0x${string}` | undefined;
1212
1212
  nonce?: `0x${string}` | undefined;
1213
- to?: `0x${string}` | null | undefined;
1213
+ to?: import("abitype").Address | null | undefined;
1214
1214
  value?: `0x${string}` | undefined;
1215
1215
  accessList?: undefined;
1216
1216
  blobs?: undefined;
@@ -1224,11 +1224,11 @@ export declare const zkSyncSepoliaTestnet: {
1224
1224
  sidecars?: undefined;
1225
1225
  eip712Meta?: undefined;
1226
1226
  } | {
1227
- data?: `0x${string}` | undefined;
1228
- from: `0x${string}`;
1227
+ data?: import("../../index.js").Hex | undefined;
1228
+ from: import("abitype").Address;
1229
1229
  gas?: `0x${string}` | undefined;
1230
1230
  nonce?: `0x${string}` | undefined;
1231
- to?: `0x${string}` | null | undefined;
1231
+ to?: import("abitype").Address | null | undefined;
1232
1232
  value?: `0x${string}` | undefined;
1233
1233
  accessList?: undefined;
1234
1234
  blobs?: undefined;
@@ -1242,11 +1242,11 @@ export declare const zkSyncSepoliaTestnet: {
1242
1242
  sidecars?: undefined;
1243
1243
  eip712Meta?: undefined;
1244
1244
  } | {
1245
- data?: `0x${string}` | undefined;
1246
- from: `0x${string}`;
1245
+ data?: import("../../index.js").Hex | undefined;
1246
+ from: import("abitype").Address;
1247
1247
  gas?: `0x${string}` | undefined;
1248
1248
  nonce?: `0x${string}` | undefined;
1249
- to?: `0x${string}` | null | undefined;
1249
+ to?: import("abitype").Address | null | undefined;
1250
1250
  value?: `0x${string}` | undefined;
1251
1251
  accessList?: undefined;
1252
1252
  blobs?: undefined;
@@ -1260,11 +1260,11 @@ export declare const zkSyncSepoliaTestnet: {
1260
1260
  sidecars?: undefined;
1261
1261
  eip712Meta: import("../index.js").ZkSyncEip712Meta;
1262
1262
  } | {
1263
- data?: `0x${string}` | undefined;
1264
- from: `0x${string}`;
1263
+ data?: import("../../index.js").Hex | undefined;
1264
+ from: import("abitype").Address;
1265
1265
  gas?: `0x${string}` | undefined;
1266
1266
  nonce?: `0x${string}` | undefined;
1267
- to?: `0x${string}` | null | undefined;
1267
+ to?: import("abitype").Address | null | undefined;
1268
1268
  value?: `0x${string}` | undefined;
1269
1269
  accessList?: undefined;
1270
1270
  blobs?: undefined;
@@ -1278,11 +1278,11 @@ export declare const zkSyncSepoliaTestnet: {
1278
1278
  sidecars?: undefined;
1279
1279
  eip712Meta?: undefined;
1280
1280
  } | {
1281
- data?: `0x${string}` | undefined;
1282
- from: `0x${string}`;
1281
+ data?: import("../../index.js").Hex | undefined;
1282
+ from: import("abitype").Address;
1283
1283
  gas?: `0x${string}` | undefined;
1284
1284
  nonce?: `0x${string}` | undefined;
1285
- to?: `0x${string}` | null | undefined;
1285
+ to?: import("abitype").Address | null | undefined;
1286
1286
  value?: `0x${string}` | undefined;
1287
1287
  accessList?: import("../../index.js").AccessList | undefined;
1288
1288
  blobs?: undefined;
@@ -1296,11 +1296,11 @@ export declare const zkSyncSepoliaTestnet: {
1296
1296
  sidecars?: undefined;
1297
1297
  eip712Meta?: undefined;
1298
1298
  } | {
1299
- data?: `0x${string}` | undefined;
1300
- from: `0x${string}`;
1299
+ data?: import("../../index.js").Hex | undefined;
1300
+ from: import("abitype").Address;
1301
1301
  gas?: `0x${string}` | undefined;
1302
1302
  nonce?: `0x${string}` | undefined;
1303
- to?: `0x${string}` | null | undefined;
1303
+ to?: import("abitype").Address | null | undefined;
1304
1304
  value?: `0x${string}` | undefined;
1305
1305
  accessList?: import("../../index.js").AccessList | undefined;
1306
1306
  blobs?: undefined;
@@ -1314,11 +1314,11 @@ export declare const zkSyncSepoliaTestnet: {
1314
1314
  sidecars?: undefined;
1315
1315
  eip712Meta?: undefined;
1316
1316
  } | {
1317
- data?: `0x${string}` | undefined;
1318
- from: `0x${string}`;
1317
+ data?: import("../../index.js").Hex | undefined;
1318
+ from: import("abitype").Address;
1319
1319
  gas?: `0x${string}` | undefined;
1320
1320
  nonce?: `0x${string}` | undefined;
1321
- to?: `0x${string}` | null | undefined;
1321
+ to?: import("abitype").Address | null | undefined;
1322
1322
  value?: `0x${string}` | undefined;
1323
1323
  accessList?: import("../../index.js").AccessList | undefined;
1324
1324
  blobs?: undefined;
@@ -1332,11 +1332,11 @@ export declare const zkSyncSepoliaTestnet: {
1332
1332
  sidecars?: undefined;
1333
1333
  eip712Meta: import("../index.js").ZkSyncEip712Meta;
1334
1334
  } | {
1335
- data?: `0x${string}` | undefined;
1336
- from: `0x${string}`;
1335
+ data?: import("../../index.js").Hex | undefined;
1336
+ from: import("abitype").Address;
1337
1337
  gas?: `0x${string}` | undefined;
1338
1338
  nonce?: `0x${string}` | undefined;
1339
- to?: `0x${string}` | null | undefined;
1339
+ to?: import("abitype").Address | null | undefined;
1340
1340
  value?: `0x${string}` | undefined;
1341
1341
  gasPrice?: `0x${string}` | undefined;
1342
1342
  maxFeePerBlobGas?: undefined;
@@ -1350,11 +1350,11 @@ export declare const zkSyncSepoliaTestnet: {
1350
1350
  sidecars?: undefined;
1351
1351
  eip712Meta?: undefined;
1352
1352
  } | {
1353
- data?: `0x${string}` | undefined;
1354
- from: `0x${string}`;
1353
+ data?: import("../../index.js").Hex | undefined;
1354
+ from: import("abitype").Address;
1355
1355
  gas?: `0x${string}` | undefined;
1356
1356
  nonce?: `0x${string}` | undefined;
1357
- to?: `0x${string}` | null | undefined;
1357
+ to?: import("abitype").Address | null | undefined;
1358
1358
  value?: `0x${string}` | undefined;
1359
1359
  gasPrice?: `0x${string}` | undefined;
1360
1360
  maxFeePerBlobGas?: undefined;
@@ -1368,11 +1368,11 @@ export declare const zkSyncSepoliaTestnet: {
1368
1368
  sidecars?: undefined;
1369
1369
  eip712Meta?: undefined;
1370
1370
  } | {
1371
- data?: `0x${string}` | undefined;
1372
- from: `0x${string}`;
1371
+ data?: import("../../index.js").Hex | undefined;
1372
+ from: import("abitype").Address;
1373
1373
  gas?: `0x${string}` | undefined;
1374
1374
  nonce?: `0x${string}` | undefined;
1375
- to?: `0x${string}` | null | undefined;
1375
+ to?: import("abitype").Address | null | undefined;
1376
1376
  value?: `0x${string}` | undefined;
1377
1377
  gasPrice?: undefined;
1378
1378
  maxFeePerBlobGas?: undefined;
@@ -1386,11 +1386,11 @@ export declare const zkSyncSepoliaTestnet: {
1386
1386
  sidecars?: undefined;
1387
1387
  eip712Meta?: undefined;
1388
1388
  } | {
1389
- data?: `0x${string}` | undefined;
1390
- from: `0x${string}`;
1389
+ data?: import("../../index.js").Hex | undefined;
1390
+ from: import("abitype").Address;
1391
1391
  gas?: `0x${string}` | undefined;
1392
1392
  nonce?: `0x${string}` | undefined;
1393
- to?: `0x${string}` | null | undefined;
1393
+ to?: import("abitype").Address | null | undefined;
1394
1394
  value?: `0x${string}` | undefined;
1395
1395
  gasPrice?: undefined;
1396
1396
  maxFeePerBlobGas?: undefined;
@@ -1404,17 +1404,17 @@ export declare const zkSyncSepoliaTestnet: {
1404
1404
  sidecars?: undefined;
1405
1405
  eip712Meta: import("../index.js").ZkSyncEip712Meta;
1406
1406
  } | {
1407
- data?: `0x${string}` | undefined;
1408
- from: `0x${string}`;
1407
+ data?: import("../../index.js").Hex | undefined;
1408
+ from: import("abitype").Address;
1409
1409
  gas?: `0x${string}` | undefined;
1410
1410
  nonce?: `0x${string}` | undefined;
1411
1411
  value?: `0x${string}` | undefined;
1412
1412
  to: `0x${string}` | null;
1413
1413
  accessList?: import("../../index.js").AccessList | undefined;
1414
- blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1415
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1414
+ blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
1415
+ blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
1416
1416
  kzg?: import("../../index.js").Kzg | undefined;
1417
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1417
+ sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
1418
1418
  type?: "0x3" | undefined;
1419
1419
  gasPrice?: undefined;
1420
1420
  maxFeePerGas?: `0x${string}` | undefined;
@@ -1422,17 +1422,17 @@ export declare const zkSyncSepoliaTestnet: {
1422
1422
  maxFeePerBlobGas: `0x${string}`;
1423
1423
  eip712Meta?: undefined;
1424
1424
  } | {
1425
- data?: `0x${string}` | undefined;
1426
- from: `0x${string}`;
1425
+ data?: import("../../index.js").Hex | undefined;
1426
+ from: import("abitype").Address;
1427
1427
  gas?: `0x${string}` | undefined;
1428
1428
  nonce?: `0x${string}` | undefined;
1429
1429
  value?: `0x${string}` | undefined;
1430
- to: `0x${string}` | null | undefined;
1430
+ to: import("abitype").Address | null | undefined;
1431
1431
  accessList?: import("../../index.js").AccessList | undefined;
1432
- blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1433
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1432
+ blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
1433
+ blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
1434
1434
  kzg?: import("../../index.js").Kzg | undefined;
1435
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1435
+ sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
1436
1436
  type: "0xff" | "0x71";
1437
1437
  gasPrice?: undefined;
1438
1438
  maxFeePerGas?: `0x${string}` | undefined;