viem 2.8.9 → 2.8.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (705) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/_cjs/accounts/generateMnemonic.js.map +1 -1
  3. package/_cjs/actions/getContract.js.map +1 -1
  4. package/_cjs/actions/public/call.js +5 -1
  5. package/_cjs/actions/public/call.js.map +1 -1
  6. package/_cjs/actions/public/createContractEventFilter.js.map +1 -1
  7. package/_cjs/actions/public/estimateFeesPerGas.js.map +1 -1
  8. package/_cjs/actions/public/estimateMaxPriorityFeePerGas.js.map +1 -1
  9. package/_cjs/actions/public/watchBlockNumber.js +1 -1
  10. package/_cjs/actions/public/watchBlockNumber.js.map +1 -1
  11. package/_cjs/actions/public/watchBlocks.js +1 -1
  12. package/_cjs/actions/public/watchBlocks.js.map +1 -1
  13. package/_cjs/actions/public/watchContractEvent.js +73 -58
  14. package/_cjs/actions/public/watchContractEvent.js.map +1 -1
  15. package/_cjs/actions/public/watchEvent.js +1 -1
  16. package/_cjs/actions/public/watchEvent.js.map +1 -1
  17. package/_cjs/actions/public/watchPendingTransactions.js +1 -1
  18. package/_cjs/actions/public/watchPendingTransactions.js.map +1 -1
  19. package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
  20. package/_cjs/chains/celo/parsers.js.map +1 -1
  21. package/_cjs/chains/celo/serializers.js.map +1 -1
  22. package/_cjs/chains/definitions/arbitrumSepolia.js +1 -1
  23. package/_cjs/chains/definitions/arbitrumSepolia.js.map +1 -1
  24. package/_cjs/chains/definitions/lukso.js +6 -0
  25. package/_cjs/chains/definitions/lukso.js.map +1 -1
  26. package/_cjs/chains/definitions/luksoTestnet.js +34 -0
  27. package/_cjs/chains/definitions/luksoTestnet.js.map +1 -0
  28. package/_cjs/chains/definitions/zkSyncInMemoryNode.js +17 -0
  29. package/_cjs/chains/definitions/zkSyncInMemoryNode.js.map +1 -0
  30. package/_cjs/chains/definitions/zkSyncLocalNode.js +17 -0
  31. package/_cjs/chains/definitions/zkSyncLocalNode.js.map +1 -0
  32. package/_cjs/chains/index.js +19 -13
  33. package/_cjs/chains/index.js.map +1 -1
  34. package/_cjs/chains/opStack/actions/getL1BaseFee.js.map +1 -1
  35. package/_cjs/chains/opStack/actions/getTimeToProve.js.map +1 -1
  36. package/_cjs/chains/opStack/actions/waitForNextL2Output.js.map +1 -1
  37. package/_cjs/chains/zksync/formatters.js.map +1 -1
  38. package/_cjs/chains/zksync/serializers.js.map +1 -1
  39. package/_cjs/chains/zksync/utils/assertEip712Request.js.map +1 -1
  40. package/_cjs/chains/zksync/utils/assertEip712Transaction.js.map +1 -1
  41. package/_cjs/chains/zksync/utils/isEip712Transaction.js.map +1 -1
  42. package/_cjs/clients/createClient.js.map +1 -1
  43. package/_cjs/clients/decorators/public.js.map +1 -1
  44. package/_cjs/clients/transports/createTransport.js.map +1 -1
  45. package/_cjs/clients/transports/fallback.js.map +1 -1
  46. package/_cjs/clients/transports/http.js.map +1 -1
  47. package/_cjs/errors/abi.js.map +1 -1
  48. package/_cjs/errors/account.js.map +1 -1
  49. package/_cjs/errors/base.js.map +1 -1
  50. package/_cjs/errors/chain.js.map +1 -1
  51. package/_cjs/errors/contract.js.map +1 -1
  52. package/_cjs/errors/node.js +5 -5
  53. package/_cjs/errors/node.js.map +1 -1
  54. package/_cjs/errors/request.js.map +1 -1
  55. package/_cjs/errors/rpc.js.map +1 -1
  56. package/_cjs/errors/version.js +1 -1
  57. package/_cjs/errors/version.js.map +1 -1
  58. package/_cjs/index.js.map +1 -1
  59. package/_cjs/utils/abi/encodeAbiParameters.js +3 -0
  60. package/_cjs/utils/abi/encodeAbiParameters.js.map +1 -1
  61. package/_cjs/utils/abi/formatAbiItem.js.map +1 -1
  62. package/_cjs/utils/address/getAddress.js.map +1 -1
  63. package/_cjs/utils/data/isHex.js.map +1 -1
  64. package/_cjs/utils/data/slice.js.map +1 -1
  65. package/_cjs/utils/encoding/toBytes.js.map +1 -1
  66. package/_cjs/utils/errors/getNodeError.js.map +1 -1
  67. package/_cjs/utils/formatters/block.js.map +1 -1
  68. package/_cjs/utils/formatters/extract.js.map +1 -1
  69. package/_cjs/utils/formatters/log.js +1 -1
  70. package/_cjs/utils/formatters/log.js.map +1 -1
  71. package/_cjs/utils/formatters/proof.js.map +1 -1
  72. package/_cjs/utils/formatters/transaction.js.map +1 -1
  73. package/_cjs/utils/formatters/transactionReceipt.js.map +1 -1
  74. package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
  75. package/_cjs/utils/hash/keccak256.js.map +1 -1
  76. package/_cjs/utils/hash/ripemd160.js.map +1 -1
  77. package/_cjs/utils/hash/sha256.js.map +1 -1
  78. package/_cjs/utils/promise/withRetry.js.map +1 -1
  79. package/_cjs/utils/promise/withTimeout.js +1 -1
  80. package/_cjs/utils/promise/withTimeout.js.map +1 -1
  81. package/_cjs/utils/rpc/http.js +1 -1
  82. package/_cjs/utils/rpc/http.js.map +1 -1
  83. package/_cjs/utils/signature/hashMessage.js.map +1 -1
  84. package/_cjs/utils/transaction/assertRequest.js.map +1 -1
  85. package/_cjs/utils/transaction/getTransactionType.js.map +1 -1
  86. package/_cjs/utils/transaction/serializeAccessList.js.map +1 -1
  87. package/_cjs/utils/transaction/serializeTransaction.js.map +1 -1
  88. package/_cjs/utils/typedData.js.map +1 -1
  89. package/_esm/accounts/generateMnemonic.js.map +1 -1
  90. package/_esm/actions/getContract.js.map +1 -1
  91. package/_esm/actions/public/call.js +5 -1
  92. package/_esm/actions/public/call.js.map +1 -1
  93. package/_esm/actions/public/createContractEventFilter.js.map +1 -1
  94. package/_esm/actions/public/estimateFeesPerGas.js.map +1 -1
  95. package/_esm/actions/public/estimateMaxPriorityFeePerGas.js.map +1 -1
  96. package/_esm/actions/public/watchBlockNumber.js +1 -1
  97. package/_esm/actions/public/watchBlockNumber.js.map +1 -1
  98. package/_esm/actions/public/watchBlocks.js +1 -1
  99. package/_esm/actions/public/watchBlocks.js.map +1 -1
  100. package/_esm/actions/public/watchContractEvent.js +75 -60
  101. package/_esm/actions/public/watchContractEvent.js.map +1 -1
  102. package/_esm/actions/public/watchEvent.js +1 -1
  103. package/_esm/actions/public/watchEvent.js.map +1 -1
  104. package/_esm/actions/public/watchPendingTransactions.js +1 -1
  105. package/_esm/actions/public/watchPendingTransactions.js.map +1 -1
  106. package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
  107. package/_esm/chains/celo/parsers.js.map +1 -1
  108. package/_esm/chains/celo/serializers.js.map +1 -1
  109. package/_esm/chains/definitions/arbitrumSepolia.js +1 -1
  110. package/_esm/chains/definitions/arbitrumSepolia.js.map +1 -1
  111. package/_esm/chains/definitions/lukso.js +6 -0
  112. package/_esm/chains/definitions/lukso.js.map +1 -1
  113. package/_esm/chains/definitions/luksoTestnet.js +31 -0
  114. package/_esm/chains/definitions/luksoTestnet.js.map +1 -0
  115. package/_esm/chains/definitions/zkSyncInMemoryNode.js +14 -0
  116. package/_esm/chains/definitions/zkSyncInMemoryNode.js.map +1 -0
  117. package/_esm/chains/definitions/zkSyncLocalNode.js +14 -0
  118. package/_esm/chains/definitions/zkSyncLocalNode.js.map +1 -0
  119. package/_esm/chains/index.js +8 -5
  120. package/_esm/chains/index.js.map +1 -1
  121. package/_esm/chains/opStack/actions/getL1BaseFee.js.map +1 -1
  122. package/_esm/chains/opStack/actions/getTimeToProve.js.map +1 -1
  123. package/_esm/chains/opStack/actions/waitForNextL2Output.js.map +1 -1
  124. package/_esm/chains/opStack/decorators/publicL2.js +2 -2
  125. package/_esm/chains/zksync/formatters.js.map +1 -1
  126. package/_esm/chains/zksync/serializers.js.map +1 -1
  127. package/_esm/chains/zksync/utils/assertEip712Request.js.map +1 -1
  128. package/_esm/chains/zksync/utils/assertEip712Transaction.js.map +1 -1
  129. package/_esm/chains/zksync/utils/isEip712Transaction.js.map +1 -1
  130. package/_esm/clients/createClient.js.map +1 -1
  131. package/_esm/clients/decorators/public.js.map +1 -1
  132. package/_esm/clients/transports/createTransport.js.map +1 -1
  133. package/_esm/clients/transports/fallback.js.map +1 -1
  134. package/_esm/clients/transports/http.js.map +1 -1
  135. package/_esm/errors/abi.js.map +1 -1
  136. package/_esm/errors/account.js.map +1 -1
  137. package/_esm/errors/base.js.map +1 -1
  138. package/_esm/errors/chain.js.map +1 -1
  139. package/_esm/errors/contract.js.map +1 -1
  140. package/_esm/errors/node.js +5 -5
  141. package/_esm/errors/node.js.map +1 -1
  142. package/_esm/errors/request.js.map +1 -1
  143. package/_esm/errors/rpc.js.map +1 -1
  144. package/_esm/errors/version.js +1 -1
  145. package/_esm/errors/version.js.map +1 -1
  146. package/_esm/index.js.map +1 -1
  147. package/_esm/utils/abi/encodeAbiParameters.js +3 -0
  148. package/_esm/utils/abi/encodeAbiParameters.js.map +1 -1
  149. package/_esm/utils/abi/formatAbiItem.js.map +1 -1
  150. package/_esm/utils/address/getAddress.js.map +1 -1
  151. package/_esm/utils/data/isHex.js.map +1 -1
  152. package/_esm/utils/data/slice.js.map +1 -1
  153. package/_esm/utils/encoding/toBytes.js.map +1 -1
  154. package/_esm/utils/errors/getNodeError.js.map +1 -1
  155. package/_esm/utils/formatters/block.js.map +1 -1
  156. package/_esm/utils/formatters/extract.js.map +1 -1
  157. package/_esm/utils/formatters/log.js +1 -1
  158. package/_esm/utils/formatters/log.js.map +1 -1
  159. package/_esm/utils/formatters/proof.js.map +1 -1
  160. package/_esm/utils/formatters/transaction.js.map +1 -1
  161. package/_esm/utils/formatters/transactionReceipt.js.map +1 -1
  162. package/_esm/utils/formatters/transactionRequest.js.map +1 -1
  163. package/_esm/utils/hash/keccak256.js.map +1 -1
  164. package/_esm/utils/hash/ripemd160.js.map +1 -1
  165. package/_esm/utils/hash/sha256.js.map +1 -1
  166. package/_esm/utils/promise/withRetry.js.map +1 -1
  167. package/_esm/utils/promise/withTimeout.js +1 -1
  168. package/_esm/utils/promise/withTimeout.js.map +1 -1
  169. package/_esm/utils/rpc/http.js +1 -1
  170. package/_esm/utils/rpc/http.js.map +1 -1
  171. package/_esm/utils/signature/hashMessage.js.map +1 -1
  172. package/_esm/utils/transaction/assertRequest.js.map +1 -1
  173. package/_esm/utils/transaction/getTransactionType.js.map +1 -1
  174. package/_esm/utils/transaction/serializeAccessList.js.map +1 -1
  175. package/_esm/utils/transaction/serializeTransaction.js.map +1 -1
  176. package/_esm/utils/typedData.js.map +1 -1
  177. package/_types/accounts/generateMnemonic.d.ts +1 -1
  178. package/_types/accounts/generateMnemonic.d.ts.map +1 -1
  179. package/_types/accounts/types.d.ts +9 -9
  180. package/_types/accounts/types.d.ts.map +1 -1
  181. package/_types/accounts/utils/signTransaction.d.ts +1 -1
  182. package/_types/accounts/utils/signTransaction.d.ts.map +1 -1
  183. package/_types/actions/ens/getEnsAddress.d.ts +4 -4
  184. package/_types/actions/ens/getEnsAddress.d.ts.map +1 -1
  185. package/_types/actions/ens/getEnsAvatar.d.ts +1 -1
  186. package/_types/actions/ens/getEnsAvatar.d.ts.map +1 -1
  187. package/_types/actions/ens/getEnsName.d.ts +3 -3
  188. package/_types/actions/ens/getEnsName.d.ts.map +1 -1
  189. package/_types/actions/ens/getEnsResolver.d.ts +1 -1
  190. package/_types/actions/ens/getEnsResolver.d.ts.map +1 -1
  191. package/_types/actions/ens/getEnsText.d.ts +3 -3
  192. package/_types/actions/ens/getEnsText.d.ts.map +1 -1
  193. package/_types/actions/getContract.d.ts +3 -3
  194. package/_types/actions/getContract.d.ts.map +1 -1
  195. package/_types/actions/public/call.d.ts +8 -8
  196. package/_types/actions/public/call.d.ts.map +1 -1
  197. package/_types/actions/public/createContractEventFilter.d.ts +6 -6
  198. package/_types/actions/public/createContractEventFilter.d.ts.map +1 -1
  199. package/_types/actions/public/createEventFilter.d.ts +21 -21
  200. package/_types/actions/public/createEventFilter.d.ts.map +1 -1
  201. package/_types/actions/public/estimateFeesPerGas.d.ts +4 -4
  202. package/_types/actions/public/estimateFeesPerGas.d.ts.map +1 -1
  203. package/_types/actions/public/estimateGas.d.ts +5 -5
  204. package/_types/actions/public/estimateGas.d.ts.map +1 -1
  205. package/_types/actions/public/estimateMaxPriorityFeePerGas.d.ts +3 -3
  206. package/_types/actions/public/estimateMaxPriorityFeePerGas.d.ts.map +1 -1
  207. package/_types/actions/public/getBalance.d.ts +4 -4
  208. package/_types/actions/public/getBalance.d.ts.map +1 -1
  209. package/_types/actions/public/getBlock.d.ts +10 -10
  210. package/_types/actions/public/getBlock.d.ts.map +1 -1
  211. package/_types/actions/public/getBlockNumber.d.ts +1 -1
  212. package/_types/actions/public/getBlockNumber.d.ts.map +1 -1
  213. package/_types/actions/public/getBlockTransactionCount.d.ts +9 -9
  214. package/_types/actions/public/getBlockTransactionCount.d.ts.map +1 -1
  215. package/_types/actions/public/getBytecode.d.ts +4 -4
  216. package/_types/actions/public/getBytecode.d.ts.map +1 -1
  217. package/_types/actions/public/getContractEvents.d.ts +4 -4
  218. package/_types/actions/public/getContractEvents.d.ts.map +1 -1
  219. package/_types/actions/public/getFeeHistory.d.ts +4 -4
  220. package/_types/actions/public/getFeeHistory.d.ts.map +1 -1
  221. package/_types/actions/public/getLogs.d.ts +17 -17
  222. package/_types/actions/public/getLogs.d.ts.map +1 -1
  223. package/_types/actions/public/getProof.d.ts +4 -4
  224. package/_types/actions/public/getProof.d.ts.map +1 -1
  225. package/_types/actions/public/getStorageAt.d.ts +4 -4
  226. package/_types/actions/public/getStorageAt.d.ts.map +1 -1
  227. package/_types/actions/public/getTransaction.d.ts +13 -13
  228. package/_types/actions/public/getTransaction.d.ts.map +1 -1
  229. package/_types/actions/public/getTransactionConfirmations.d.ts +2 -2
  230. package/_types/actions/public/getTransactionConfirmations.d.ts.map +1 -1
  231. package/_types/actions/public/getTransactionCount.d.ts +4 -4
  232. package/_types/actions/public/getTransactionCount.d.ts.map +1 -1
  233. package/_types/actions/public/simulateContract.d.ts +3 -3
  234. package/_types/actions/public/simulateContract.d.ts.map +1 -1
  235. package/_types/actions/public/waitForTransactionReceipt.d.ts +6 -6
  236. package/_types/actions/public/waitForTransactionReceipt.d.ts.map +1 -1
  237. package/_types/actions/public/watchBlockNumber.d.ts +1 -1
  238. package/_types/actions/public/watchBlockNumber.d.ts.map +1 -1
  239. package/_types/actions/public/watchContractEvent.d.ts.map +1 -1
  240. package/_types/actions/public/watchEvent.d.ts +13 -13
  241. package/_types/actions/public/watchEvent.d.ts.map +1 -1
  242. package/_types/actions/public/watchPendingTransactions.d.ts +1 -1
  243. package/_types/actions/public/watchPendingTransactions.d.ts.map +1 -1
  244. package/_types/actions/test/mine.d.ts +1 -1
  245. package/_types/actions/test/mine.d.ts.map +1 -1
  246. package/_types/actions/test/reset.d.ts +2 -2
  247. package/_types/actions/test/reset.d.ts.map +1 -1
  248. package/_types/actions/wallet/prepareTransactionRequest.d.ts +5 -5
  249. package/_types/actions/wallet/prepareTransactionRequest.d.ts.map +1 -1
  250. package/_types/actions/wallet/writeContract.d.ts +1 -1
  251. package/_types/actions/wallet/writeContract.d.ts.map +1 -1
  252. package/_types/chains/celo/chainConfig.d.ts +312 -312
  253. package/_types/chains/celo/formatters.d.ts +312 -312
  254. package/_types/chains/celo/parsers.d.ts.map +1 -1
  255. package/_types/chains/celo/serializers.d.ts +1 -1
  256. package/_types/chains/celo/serializers.d.ts.map +1 -1
  257. package/_types/chains/celo/types.d.ts +39 -39
  258. package/_types/chains/celo/types.d.ts.map +1 -1
  259. package/_types/chains/definitions/ancient8.d.ts +217 -217
  260. package/_types/chains/definitions/ancient8Sepolia.d.ts +217 -217
  261. package/_types/chains/definitions/arbitrumSepolia.d.ts +1 -1
  262. package/_types/chains/definitions/base.d.ts +217 -217
  263. package/_types/chains/definitions/baseGoerli.d.ts +217 -217
  264. package/_types/chains/definitions/baseSepolia.d.ts +217 -217
  265. package/_types/chains/definitions/celo.d.ts +312 -312
  266. package/_types/chains/definitions/celoAlfajores.d.ts +312 -312
  267. package/_types/chains/definitions/fraxtal.d.ts +217 -217
  268. package/_types/chains/definitions/fraxtalTestnet.d.ts +217 -217
  269. package/_types/chains/definitions/liskSepolia.d.ts +217 -217
  270. package/_types/chains/definitions/lukso.d.ts +6 -8
  271. package/_types/chains/definitions/lukso.d.ts.map +1 -1
  272. package/_types/chains/definitions/luksoTestnet.d.ts +35 -0
  273. package/_types/chains/definitions/luksoTestnet.d.ts.map +1 -0
  274. package/_types/chains/definitions/optimism.d.ts +217 -217
  275. package/_types/chains/definitions/optimismGoerli.d.ts +217 -217
  276. package/_types/chains/definitions/optimismSepolia.d.ts +217 -217
  277. package/_types/chains/definitions/pgn.d.ts +217 -217
  278. package/_types/chains/definitions/pgnTestnet.d.ts +217 -217
  279. package/_types/chains/definitions/rss3.d.ts +217 -217
  280. package/_types/chains/definitions/rss3Sepolia.d.ts +217 -217
  281. package/_types/chains/definitions/zkSync.d.ts +33 -33
  282. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +42 -0
  283. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts.map +1 -0
  284. package/_types/chains/definitions/zkSyncLocalNode.d.ts +42 -0
  285. package/_types/chains/definitions/zkSyncLocalNode.d.ts.map +1 -0
  286. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +33 -33
  287. package/_types/chains/definitions/zkSyncTestnet.d.ts +33 -33
  288. package/_types/chains/definitions/zora.d.ts +217 -217
  289. package/_types/chains/definitions/zoraSepolia.d.ts +217 -217
  290. package/_types/chains/definitions/zoraTestnet.d.ts +217 -217
  291. package/_types/chains/index.d.ts +8 -5
  292. package/_types/chains/index.d.ts.map +1 -1
  293. package/_types/chains/opStack/actions/buildDepositTransaction.d.ts +7 -7
  294. package/_types/chains/opStack/actions/buildDepositTransaction.d.ts.map +1 -1
  295. package/_types/chains/opStack/actions/buildInitiateWithdrawal.d.ts +3 -3
  296. package/_types/chains/opStack/actions/buildInitiateWithdrawal.d.ts.map +1 -1
  297. package/_types/chains/opStack/actions/depositTransaction.d.ts +1 -1
  298. package/_types/chains/opStack/actions/depositTransaction.d.ts.map +1 -1
  299. package/_types/chains/opStack/actions/estimateDepositTransactionGas.d.ts +1 -1
  300. package/_types/chains/opStack/actions/estimateDepositTransactionGas.d.ts.map +1 -1
  301. package/_types/chains/opStack/actions/estimateFinalizeWithdrawalGas.d.ts +1 -1
  302. package/_types/chains/opStack/actions/estimateFinalizeWithdrawalGas.d.ts.map +1 -1
  303. package/_types/chains/opStack/actions/estimateInitiateWithdrawalGas.d.ts +1 -1
  304. package/_types/chains/opStack/actions/estimateInitiateWithdrawalGas.d.ts.map +1 -1
  305. package/_types/chains/opStack/actions/estimateL1Fee.d.ts +1 -1
  306. package/_types/chains/opStack/actions/estimateL1Fee.d.ts.map +1 -1
  307. package/_types/chains/opStack/actions/estimateL1Gas.d.ts +1 -1
  308. package/_types/chains/opStack/actions/estimateL1Gas.d.ts.map +1 -1
  309. package/_types/chains/opStack/actions/estimateProveWithdrawalGas.d.ts +1 -1
  310. package/_types/chains/opStack/actions/estimateProveWithdrawalGas.d.ts.map +1 -1
  311. package/_types/chains/opStack/actions/finalizeWithdrawal.d.ts +1 -1
  312. package/_types/chains/opStack/actions/finalizeWithdrawal.d.ts.map +1 -1
  313. package/_types/chains/opStack/actions/getL1BaseFee.d.ts +2 -2
  314. package/_types/chains/opStack/actions/getL1BaseFee.d.ts.map +1 -1
  315. package/_types/chains/opStack/actions/getTimeToNextL2Output.d.ts +2 -2
  316. package/_types/chains/opStack/actions/getTimeToNextL2Output.d.ts.map +1 -1
  317. package/_types/chains/opStack/actions/getTimeToProve.d.ts +1 -1
  318. package/_types/chains/opStack/actions/getTimeToProve.d.ts.map +1 -1
  319. package/_types/chains/opStack/actions/proveWithdrawal.d.ts +1 -1
  320. package/_types/chains/opStack/actions/proveWithdrawal.d.ts.map +1 -1
  321. package/_types/chains/opStack/actions/waitForNextL2Output.d.ts +2 -2
  322. package/_types/chains/opStack/actions/waitForNextL2Output.d.ts.map +1 -1
  323. package/_types/chains/opStack/actions/waitToProve.d.ts +1 -1
  324. package/_types/chains/opStack/actions/waitToProve.d.ts.map +1 -1
  325. package/_types/chains/opStack/chainConfig.d.ts +217 -217
  326. package/_types/chains/opStack/decorators/publicL2.d.ts +3 -3
  327. package/_types/chains/opStack/decorators/publicL2.d.ts.map +1 -1
  328. package/_types/chains/opStack/formatters.d.ts +217 -217
  329. package/_types/chains/opStack/types/deposit.d.ts +6 -6
  330. package/_types/chains/opStack/types/deposit.d.ts.map +1 -1
  331. package/_types/chains/opStack/types/transaction.d.ts +4 -4
  332. package/_types/chains/opStack/types/transaction.d.ts.map +1 -1
  333. package/_types/chains/opStack/types/withdrawal.d.ts +2 -2
  334. package/_types/chains/opStack/types/withdrawal.d.ts.map +1 -1
  335. package/_types/chains/zksync/chainConfig.d.ts +33 -33
  336. package/_types/chains/zksync/formatters.d.ts +33 -33
  337. package/_types/chains/zksync/serializers.d.ts +1 -1
  338. package/_types/chains/zksync/serializers.d.ts.map +1 -1
  339. package/_types/chains/zksync/types/eip712.d.ts +4 -4
  340. package/_types/chains/zksync/types/eip712.d.ts.map +1 -1
  341. package/_types/chains/zksync/types/transaction.d.ts +21 -21
  342. package/_types/chains/zksync/types/transaction.d.ts.map +1 -1
  343. package/_types/chains/zksync/utils/assertEip712Request.d.ts +2 -1
  344. package/_types/chains/zksync/utils/assertEip712Request.d.ts.map +1 -1
  345. package/_types/chains/zksync/utils/assertEip712Transaction.d.ts +2 -1
  346. package/_types/chains/zksync/utils/assertEip712Transaction.d.ts.map +1 -1
  347. package/_types/chains/zksync/utils/isEip712Transaction.d.ts +2 -1
  348. package/_types/chains/zksync/utils/isEip712Transaction.d.ts.map +1 -1
  349. package/_types/clients/createClient.d.ts +2 -2
  350. package/_types/clients/createClient.d.ts.map +1 -1
  351. package/_types/clients/decorators/public.d.ts +7 -7
  352. package/_types/clients/decorators/public.d.ts.map +1 -1
  353. package/_types/clients/decorators/test.d.ts +1 -1
  354. package/_types/clients/decorators/test.d.ts.map +1 -1
  355. package/_types/clients/transports/createTransport.d.ts +9 -9
  356. package/_types/clients/transports/createTransport.d.ts.map +1 -1
  357. package/_types/clients/transports/custom.d.ts +4 -4
  358. package/_types/clients/transports/custom.d.ts.map +1 -1
  359. package/_types/clients/transports/fallback.d.ts +17 -17
  360. package/_types/clients/transports/fallback.d.ts.map +1 -1
  361. package/_types/clients/transports/http.d.ts +13 -13
  362. package/_types/clients/transports/http.d.ts.map +1 -1
  363. package/_types/clients/transports/ipc.d.ts +6 -6
  364. package/_types/clients/transports/ipc.d.ts.map +1 -1
  365. package/_types/clients/transports/webSocket.d.ts +6 -6
  366. package/_types/clients/transports/webSocket.d.ts.map +1 -1
  367. package/_types/errors/abi.d.ts +6 -6
  368. package/_types/errors/abi.d.ts.map +1 -1
  369. package/_types/errors/account.d.ts +1 -1
  370. package/_types/errors/account.d.ts.map +1 -1
  371. package/_types/errors/base.d.ts +9 -9
  372. package/_types/errors/base.d.ts.map +1 -1
  373. package/_types/errors/block.d.ts +2 -2
  374. package/_types/errors/block.d.ts.map +1 -1
  375. package/_types/errors/chain.d.ts +3 -3
  376. package/_types/errors/chain.d.ts.map +1 -1
  377. package/_types/errors/contract.d.ts +20 -20
  378. package/_types/errors/contract.d.ts.map +1 -1
  379. package/_types/errors/encoding.d.ts +3 -3
  380. package/_types/errors/encoding.d.ts.map +1 -1
  381. package/_types/errors/estimateGas.d.ts +3 -3
  382. package/_types/errors/estimateGas.d.ts.map +1 -1
  383. package/_types/errors/node.d.ts +27 -27
  384. package/_types/errors/node.d.ts.map +1 -1
  385. package/_types/errors/request.d.ts +7 -7
  386. package/_types/errors/request.d.ts.map +1 -1
  387. package/_types/errors/rpc.d.ts +5 -5
  388. package/_types/errors/rpc.d.ts.map +1 -1
  389. package/_types/errors/transaction.d.ts +7 -7
  390. package/_types/errors/transaction.d.ts.map +1 -1
  391. package/_types/errors/version.d.ts +1 -1
  392. package/_types/errors/version.d.ts.map +1 -1
  393. package/_types/index.d.ts +1 -1
  394. package/_types/index.d.ts.map +1 -1
  395. package/_types/types/block.d.ts +3 -3
  396. package/_types/types/block.d.ts.map +1 -1
  397. package/_types/types/chain.d.ts +1 -1
  398. package/_types/types/chain.d.ts.map +1 -1
  399. package/_types/types/contract.d.ts +5 -5
  400. package/_types/types/contract.d.ts.map +1 -1
  401. package/_types/types/eip1193.d.ts +29 -29
  402. package/_types/types/eip1193.d.ts.map +1 -1
  403. package/_types/types/ens.d.ts +1 -1
  404. package/_types/types/ens.d.ts.map +1 -1
  405. package/_types/types/fee.d.ts +6 -6
  406. package/_types/types/fee.d.ts.map +1 -1
  407. package/_types/types/filter.d.ts +9 -9
  408. package/_types/types/filter.d.ts.map +1 -1
  409. package/_types/types/kzg.d.ts +1 -1
  410. package/_types/types/kzg.d.ts.map +1 -1
  411. package/_types/types/misc.d.ts +2 -2
  412. package/_types/types/misc.d.ts.map +1 -1
  413. package/_types/types/rpc.d.ts +16 -16
  414. package/_types/types/rpc.d.ts.map +1 -1
  415. package/_types/types/stateOverride.d.ts +5 -5
  416. package/_types/types/stateOverride.d.ts.map +1 -1
  417. package/_types/types/transaction.d.ts +56 -56
  418. package/_types/types/transaction.d.ts.map +1 -1
  419. package/_types/types/typedData.d.ts +1 -1
  420. package/_types/types/typedData.d.ts.map +1 -1
  421. package/_types/types/utils.d.ts +6 -3
  422. package/_types/types/utils.d.ts.map +1 -1
  423. package/_types/types/window.d.ts +1 -1
  424. package/_types/types/window.d.ts.map +1 -1
  425. package/_types/utils/abi/decodeEventLog.d.ts +1 -1
  426. package/_types/utils/abi/decodeEventLog.d.ts.map +1 -1
  427. package/_types/utils/abi/decodeFunctionResult.d.ts +2 -2
  428. package/_types/utils/abi/decodeFunctionResult.d.ts.map +1 -1
  429. package/_types/utils/abi/encodeAbiParameters.d.ts.map +1 -1
  430. package/_types/utils/abi/encodeErrorResult.d.ts +2 -2
  431. package/_types/utils/abi/encodeErrorResult.d.ts.map +1 -1
  432. package/_types/utils/abi/encodeEventTopics.d.ts +2 -2
  433. package/_types/utils/abi/encodeEventTopics.d.ts.map +1 -1
  434. package/_types/utils/abi/encodeFunctionData.d.ts +2 -2
  435. package/_types/utils/abi/encodeFunctionData.d.ts.map +1 -1
  436. package/_types/utils/abi/encodeFunctionResult.d.ts +2 -2
  437. package/_types/utils/abi/encodeFunctionResult.d.ts.map +1 -1
  438. package/_types/utils/abi/formatAbiItem.d.ts +2 -2
  439. package/_types/utils/abi/formatAbiItem.d.ts.map +1 -1
  440. package/_types/utils/abi/formatAbiItemWithArgs.d.ts +2 -2
  441. package/_types/utils/abi/formatAbiItemWithArgs.d.ts.map +1 -1
  442. package/_types/utils/address/getAddress.d.ts +1 -1
  443. package/_types/utils/address/getAddress.d.ts.map +1 -1
  444. package/_types/utils/address/getContractAddress.d.ts +1 -1
  445. package/_types/utils/address/getContractAddress.d.ts.map +1 -1
  446. package/_types/utils/address/isAddress.d.ts +1 -1
  447. package/_types/utils/address/isAddress.d.ts.map +1 -1
  448. package/_types/utils/blob/commitmentToVersionedHash.d.ts +1 -1
  449. package/_types/utils/blob/commitmentToVersionedHash.d.ts.map +1 -1
  450. package/_types/utils/blob/commitmentsToVersionedHashes.d.ts +1 -1
  451. package/_types/utils/blob/commitmentsToVersionedHashes.d.ts.map +1 -1
  452. package/_types/utils/blob/sidecarsToVersionedHashes.d.ts +1 -1
  453. package/_types/utils/blob/sidecarsToVersionedHashes.d.ts.map +1 -1
  454. package/_types/utils/chain/assertCurrentChain.d.ts +1 -1
  455. package/_types/utils/chain/assertCurrentChain.d.ts.map +1 -1
  456. package/_types/utils/chain/getChainContractAddress.d.ts +1 -1
  457. package/_types/utils/chain/getChainContractAddress.d.ts.map +1 -1
  458. package/_types/utils/cursor.d.ts +1 -1
  459. package/_types/utils/cursor.d.ts.map +1 -1
  460. package/_types/utils/data/isHex.d.ts +1 -1
  461. package/_types/utils/data/isHex.d.ts.map +1 -1
  462. package/_types/utils/data/pad.d.ts +2 -2
  463. package/_types/utils/data/pad.d.ts.map +1 -1
  464. package/_types/utils/data/slice.d.ts +6 -6
  465. package/_types/utils/data/slice.d.ts.map +1 -1
  466. package/_types/utils/data/trim.d.ts +1 -1
  467. package/_types/utils/data/trim.d.ts.map +1 -1
  468. package/_types/utils/encoding/fromBytes.d.ts +5 -5
  469. package/_types/utils/encoding/fromBytes.d.ts.map +1 -1
  470. package/_types/utils/encoding/fromHex.d.ts +5 -5
  471. package/_types/utils/encoding/fromHex.d.ts.map +1 -1
  472. package/_types/utils/encoding/toBytes.d.ts +5 -5
  473. package/_types/utils/encoding/toBytes.d.ts.map +1 -1
  474. package/_types/utils/encoding/toHex.d.ts +7 -7
  475. package/_types/utils/encoding/toHex.d.ts.map +1 -1
  476. package/_types/utils/ens/avatar/parseAvatarRecord.d.ts +1 -1
  477. package/_types/utils/ens/avatar/parseAvatarRecord.d.ts.map +1 -1
  478. package/_types/utils/errors/getCallError.d.ts +2 -2
  479. package/_types/utils/errors/getCallError.d.ts.map +1 -1
  480. package/_types/utils/errors/getContractError.d.ts +3 -3
  481. package/_types/utils/errors/getContractError.d.ts.map +1 -1
  482. package/_types/utils/errors/getEstimateGasError.d.ts +3 -3
  483. package/_types/utils/errors/getEstimateGasError.d.ts.map +1 -1
  484. package/_types/utils/errors/getNodeError.d.ts +2 -1
  485. package/_types/utils/errors/getNodeError.d.ts.map +1 -1
  486. package/_types/utils/errors/getTransactionError.d.ts +2 -2
  487. package/_types/utils/errors/getTransactionError.d.ts.map +1 -1
  488. package/_types/utils/formatters/block.d.ts +3 -3
  489. package/_types/utils/formatters/block.d.ts.map +1 -1
  490. package/_types/utils/formatters/extract.d.ts +1 -1
  491. package/_types/utils/formatters/extract.d.ts.map +1 -1
  492. package/_types/utils/formatters/formatter.d.ts.map +1 -1
  493. package/_types/utils/formatters/log.d.ts +4 -3
  494. package/_types/utils/formatters/log.d.ts.map +1 -1
  495. package/_types/utils/formatters/proof.d.ts +2 -1
  496. package/_types/utils/formatters/proof.d.ts.map +1 -1
  497. package/_types/utils/formatters/transaction.d.ts +3 -3
  498. package/_types/utils/formatters/transaction.d.ts.map +1 -1
  499. package/_types/utils/formatters/transactionReceipt.d.ts +3 -2
  500. package/_types/utils/formatters/transactionReceipt.d.ts.map +1 -1
  501. package/_types/utils/formatters/transactionRequest.d.ts +3 -2
  502. package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
  503. package/_types/utils/hash/keccak256.d.ts +1 -1
  504. package/_types/utils/hash/keccak256.d.ts.map +1 -1
  505. package/_types/utils/hash/ripemd160.d.ts +1 -1
  506. package/_types/utils/hash/ripemd160.d.ts.map +1 -1
  507. package/_types/utils/hash/sha256.d.ts +1 -1
  508. package/_types/utils/hash/sha256.d.ts.map +1 -1
  509. package/_types/utils/poll.d.ts +2 -2
  510. package/_types/utils/poll.d.ts.map +1 -1
  511. package/_types/utils/promise/createBatchScheduler.d.ts +4 -4
  512. package/_types/utils/promise/createBatchScheduler.d.ts.map +1 -1
  513. package/_types/utils/promise/withCache.d.ts +1 -1
  514. package/_types/utils/promise/withCache.d.ts.map +1 -1
  515. package/_types/utils/promise/withRetry.d.ts +4 -4
  516. package/_types/utils/promise/withRetry.d.ts.map +1 -1
  517. package/_types/utils/promise/withTimeout.d.ts +4 -4
  518. package/_types/utils/promise/withTimeout.d.ts.map +1 -1
  519. package/_types/utils/rpc/http.d.ts +6 -6
  520. package/_types/utils/rpc/http.d.ts.map +1 -1
  521. package/_types/utils/rpc/socket.d.ts +2 -2
  522. package/_types/utils/rpc/socket.d.ts.map +1 -1
  523. package/_types/utils/signature/hashMessage.d.ts +1 -1
  524. package/_types/utils/signature/hashMessage.d.ts.map +1 -1
  525. package/_types/utils/transaction/assertRequest.d.ts +2 -1
  526. package/_types/utils/transaction/assertRequest.d.ts.map +1 -1
  527. package/_types/utils/transaction/getTransactionType.d.ts +4 -4
  528. package/_types/utils/transaction/getTransactionType.d.ts.map +1 -1
  529. package/_types/utils/transaction/serializeAccessList.d.ts +1 -1
  530. package/_types/utils/transaction/serializeAccessList.d.ts.map +1 -1
  531. package/_types/utils/transaction/serializeTransaction.d.ts +2 -2
  532. package/_types/utils/transaction/serializeTransaction.d.ts.map +1 -1
  533. package/_types/utils/typedData.d.ts +1 -1
  534. package/_types/utils/typedData.d.ts.map +1 -1
  535. package/accounts/generateMnemonic.ts +1 -1
  536. package/accounts/types.ts +12 -10
  537. package/accounts/utils/signTransaction.ts +1 -1
  538. package/actions/ens/getEnsAddress.ts +4 -4
  539. package/actions/ens/getEnsAvatar.ts +1 -1
  540. package/actions/ens/getEnsName.ts +3 -3
  541. package/actions/ens/getEnsResolver.ts +1 -1
  542. package/actions/ens/getEnsText.ts +3 -3
  543. package/actions/getContract.ts +3 -3
  544. package/actions/public/call.ts +16 -12
  545. package/actions/public/createContractEventFilter.ts +9 -6
  546. package/actions/public/createEventFilter.ts +21 -21
  547. package/actions/public/estimateFeesPerGas.ts +4 -4
  548. package/actions/public/estimateGas.ts +5 -5
  549. package/actions/public/estimateMaxPriorityFeePerGas.ts +11 -7
  550. package/actions/public/getBalance.ts +4 -4
  551. package/actions/public/getBlock.ts +10 -10
  552. package/actions/public/getBlockNumber.ts +1 -1
  553. package/actions/public/getBlockTransactionCount.ts +9 -9
  554. package/actions/public/getBytecode.ts +4 -4
  555. package/actions/public/getContractEvents.ts +4 -4
  556. package/actions/public/getFeeHistory.ts +4 -4
  557. package/actions/public/getLogs.ts +17 -17
  558. package/actions/public/getProof.ts +4 -4
  559. package/actions/public/getStorageAt.ts +4 -4
  560. package/actions/public/getTransaction.ts +13 -13
  561. package/actions/public/getTransactionConfirmations.ts +2 -2
  562. package/actions/public/getTransactionCount.ts +4 -4
  563. package/actions/public/simulateContract.ts +3 -3
  564. package/actions/public/waitForTransactionReceipt.ts +6 -6
  565. package/actions/public/watchBlockNumber.ts +2 -2
  566. package/actions/public/watchBlocks.ts +1 -1
  567. package/actions/public/watchContractEvent.ts +75 -59
  568. package/actions/public/watchEvent.ts +14 -14
  569. package/actions/public/watchPendingTransactions.ts +2 -2
  570. package/actions/test/mine.ts +1 -1
  571. package/actions/test/reset.ts +2 -2
  572. package/actions/wallet/prepareTransactionRequest.ts +5 -4
  573. package/actions/wallet/writeContract.ts +1 -1
  574. package/chains/celo/parsers.ts +3 -2
  575. package/chains/celo/serializers.ts +3 -3
  576. package/chains/celo/types.ts +37 -37
  577. package/chains/definitions/arbitrumSepolia.ts +1 -1
  578. package/chains/definitions/lukso.ts +6 -0
  579. package/chains/definitions/luksoTestnet.ts +31 -0
  580. package/chains/definitions/zkSyncInMemoryNode.ts +14 -0
  581. package/chains/definitions/zkSyncLocalNode.ts +14 -0
  582. package/chains/index.ts +8 -5
  583. package/chains/opStack/actions/buildDepositTransaction.ts +7 -7
  584. package/chains/opStack/actions/buildInitiateWithdrawal.ts +3 -3
  585. package/chains/opStack/actions/depositTransaction.ts +1 -1
  586. package/chains/opStack/actions/estimateDepositTransactionGas.ts +1 -1
  587. package/chains/opStack/actions/estimateFinalizeWithdrawalGas.ts +1 -1
  588. package/chains/opStack/actions/estimateInitiateWithdrawalGas.ts +1 -1
  589. package/chains/opStack/actions/estimateL1Fee.ts +1 -1
  590. package/chains/opStack/actions/estimateL1Gas.ts +1 -1
  591. package/chains/opStack/actions/estimateProveWithdrawalGas.ts +1 -1
  592. package/chains/opStack/actions/finalizeWithdrawal.ts +1 -1
  593. package/chains/opStack/actions/getL1BaseFee.ts +2 -2
  594. package/chains/opStack/actions/getTimeToNextL2Output.ts +2 -2
  595. package/chains/opStack/actions/getTimeToProve.ts +3 -1
  596. package/chains/opStack/actions/proveWithdrawal.ts +1 -1
  597. package/chains/opStack/actions/waitForNextL2Output.ts +4 -2
  598. package/chains/opStack/actions/waitToProve.ts +1 -1
  599. package/chains/opStack/decorators/publicL2.ts +3 -3
  600. package/chains/opStack/types/deposit.ts +6 -6
  601. package/chains/opStack/types/transaction.ts +4 -4
  602. package/chains/opStack/types/withdrawal.ts +2 -2
  603. package/chains/zksync/formatters.ts +1 -1
  604. package/chains/zksync/serializers.ts +1 -1
  605. package/chains/zksync/types/eip712.ts +4 -4
  606. package/chains/zksync/types/transaction.ts +21 -21
  607. package/chains/zksync/utils/assertEip712Request.ts +2 -1
  608. package/chains/zksync/utils/assertEip712Transaction.ts +2 -1
  609. package/chains/zksync/utils/isEip712Transaction.ts +2 -1
  610. package/clients/createClient.ts +3 -3
  611. package/clients/decorators/public.ts +23 -21
  612. package/clients/decorators/test.ts +1 -1
  613. package/clients/transports/createTransport.ts +9 -9
  614. package/clients/transports/custom.ts +4 -4
  615. package/clients/transports/fallback.ts +28 -26
  616. package/clients/transports/http.ts +13 -13
  617. package/clients/transports/ipc.ts +6 -6
  618. package/clients/transports/webSocket.ts +6 -6
  619. package/errors/abi.ts +12 -3
  620. package/errors/account.ts +1 -1
  621. package/errors/base.ts +13 -10
  622. package/errors/block.ts +2 -2
  623. package/errors/chain.ts +3 -3
  624. package/errors/contract.ts +26 -15
  625. package/errors/encoding.ts +3 -3
  626. package/errors/estimateGas.ts +3 -3
  627. package/errors/node.ts +35 -14
  628. package/errors/request.ts +7 -7
  629. package/errors/rpc.ts +5 -5
  630. package/errors/transaction.ts +7 -7
  631. package/errors/version.ts +1 -1
  632. package/index.ts +2 -0
  633. package/package.json +1 -1
  634. package/types/block.ts +3 -3
  635. package/types/chain.ts +1 -1
  636. package/types/contract.ts +7 -5
  637. package/types/eip1193.ts +42 -38
  638. package/types/ens.ts +1 -1
  639. package/types/fee.ts +6 -6
  640. package/types/filter.ts +9 -9
  641. package/types/kzg.ts +1 -1
  642. package/types/misc.ts +2 -2
  643. package/types/rpc.ts +16 -16
  644. package/types/stateOverride.ts +5 -5
  645. package/types/transaction.ts +63 -56
  646. package/types/typedData.ts +1 -1
  647. package/types/utils.ts +9 -3
  648. package/types/window.ts +1 -1
  649. package/utils/abi/decodeEventLog.ts +1 -1
  650. package/utils/abi/decodeFunctionResult.ts +2 -2
  651. package/utils/abi/encodeAbiParameters.ts +5 -0
  652. package/utils/abi/encodeErrorResult.ts +2 -2
  653. package/utils/abi/encodeEventTopics.ts +2 -2
  654. package/utils/abi/encodeFunctionData.ts +2 -2
  655. package/utils/abi/encodeFunctionResult.ts +2 -2
  656. package/utils/abi/formatAbiItem.ts +2 -2
  657. package/utils/abi/formatAbiItemWithArgs.ts +2 -2
  658. package/utils/address/getAddress.ts +4 -1
  659. package/utils/address/getContractAddress.ts +1 -1
  660. package/utils/address/isAddress.ts +1 -1
  661. package/utils/blob/commitmentToVersionedHash.ts +1 -1
  662. package/utils/blob/commitmentsToVersionedHashes.ts +1 -1
  663. package/utils/blob/sidecarsToVersionedHashes.ts +1 -1
  664. package/utils/chain/assertCurrentChain.ts +1 -1
  665. package/utils/chain/getChainContractAddress.ts +1 -1
  666. package/utils/cursor.ts +1 -1
  667. package/utils/data/isHex.ts +1 -1
  668. package/utils/data/pad.ts +2 -2
  669. package/utils/data/slice.ts +15 -11
  670. package/utils/data/trim.ts +1 -1
  671. package/utils/encoding/fromBytes.ts +5 -5
  672. package/utils/encoding/fromHex.ts +5 -5
  673. package/utils/encoding/toBytes.ts +8 -5
  674. package/utils/encoding/toHex.ts +7 -7
  675. package/utils/ens/avatar/parseAvatarRecord.ts +2 -2
  676. package/utils/errors/getCallError.ts +2 -2
  677. package/utils/errors/getContractError.ts +3 -3
  678. package/utils/errors/getEstimateGasError.ts +3 -3
  679. package/utils/errors/getNodeError.ts +4 -1
  680. package/utils/errors/getTransactionError.ts +2 -2
  681. package/utils/formatters/block.ts +2 -2
  682. package/utils/formatters/extract.ts +1 -1
  683. package/utils/formatters/formatter.ts +1 -1
  684. package/utils/formatters/log.ts +6 -2
  685. package/utils/formatters/proof.ts +2 -1
  686. package/utils/formatters/transaction.ts +2 -2
  687. package/utils/formatters/transactionReceipt.ts +2 -1
  688. package/utils/formatters/transactionRequest.ts +4 -1
  689. package/utils/hash/keccak256.ts +1 -1
  690. package/utils/hash/ripemd160.ts +1 -1
  691. package/utils/hash/sha256.ts +1 -1
  692. package/utils/poll.ts +2 -2
  693. package/utils/promise/createBatchScheduler.ts +6 -6
  694. package/utils/promise/withCache.ts +1 -1
  695. package/utils/promise/withRetry.ts +14 -9
  696. package/utils/promise/withTimeout.ts +6 -4
  697. package/utils/rpc/http.ts +7 -7
  698. package/utils/rpc/socket.ts +2 -2
  699. package/utils/signature/hashMessage.ts +1 -1
  700. package/utils/transaction/assertRequest.ts +4 -1
  701. package/utils/transaction/getTransactionType.ts +10 -4
  702. package/utils/transaction/parseTransaction.ts +1 -1
  703. package/utils/transaction/serializeAccessList.ts +1 -1
  704. package/utils/transaction/serializeTransaction.ts +6 -6
  705. package/utils/typedData.ts +1 -1
@@ -64,7 +64,7 @@ export declare const rss3Sepolia: {
64
64
  formatters: {
65
65
  readonly block: {
66
66
  exclude: [] | undefined;
67
- format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../index.js").OpStackRpcBlockOverrides & {
67
+ format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").OpStackRpcBlockOverrides & {
68
68
  transactions: `0x${string}`[] | import("../index.js").OpStackRpcTransaction[];
69
69
  }>) => {
70
70
  baseFeePerGas: bigint | null;
@@ -99,26 +99,26 @@ export declare const rss3Sepolia: {
99
99
  readonly transaction: {
100
100
  exclude: [] | undefined;
101
101
  format: (args: ({
102
- r?: `0x${string}` | undefined;
103
- s?: `0x${string}` | undefined;
104
- v?: `0x${string}` | undefined;
102
+ r?: `0x${string}`;
103
+ s?: `0x${string}`;
104
+ v?: `0x${string}`;
105
105
  yParity?: `0x${string}` | undefined;
106
106
  gasPrice?: `0x${string}` | undefined;
107
107
  maxFeePerBlobGas?: `0x${string}` | undefined;
108
108
  maxFeePerGas?: `0x${string}` | undefined;
109
109
  maxPriorityFeePerGas?: `0x${string}` | undefined;
110
- to?: `0x${string}` | null | undefined;
111
- from?: `0x${string}` | undefined;
112
- gas?: `0x${string}` | undefined;
113
- nonce?: `0x${string}` | undefined;
114
- value?: `0x${string}` | undefined;
115
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
110
+ to?: `0x${string}` | null;
111
+ from?: `0x${string}`;
112
+ gas?: `0x${string}`;
113
+ nonce?: `0x${string}`;
114
+ value?: `0x${string}`;
115
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
116
116
  accessList?: undefined;
117
- blockHash?: `0x${string}` | null | undefined;
118
- blockNumber?: `0x${string}` | null | undefined;
119
- hash?: `0x${string}` | undefined;
120
- input?: `0x${string}` | undefined;
121
- transactionIndex?: `0x${string}` | null | undefined;
117
+ blockHash?: `0x${string}` | null;
118
+ blockNumber?: `0x${string}` | null;
119
+ hash?: `0x${string}`;
120
+ input?: `0x${string}`;
121
+ transactionIndex?: `0x${string}` | null;
122
122
  blobVersionedHashes?: undefined;
123
123
  chainId?: `0x${string}` | undefined;
124
124
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
@@ -150,26 +150,26 @@ export declare const rss3Sepolia: {
150
150
  mint?: undefined;
151
151
  sourceHash?: undefined;
152
152
  }) | ({
153
- r?: `0x${string}` | undefined;
154
- s?: `0x${string}` | undefined;
155
- v?: `0x${string}` | undefined;
153
+ r?: `0x${string}`;
154
+ s?: `0x${string}`;
155
+ v?: `0x${string}`;
156
156
  yParity?: `0x${string}` | undefined;
157
157
  gasPrice?: `0x${string}` | undefined;
158
158
  maxFeePerBlobGas?: `0x${string}` | undefined;
159
159
  maxFeePerGas?: `0x${string}` | undefined;
160
160
  maxPriorityFeePerGas?: `0x${string}` | undefined;
161
- to?: `0x${string}` | null | undefined;
162
- from?: `0x${string}` | undefined;
163
- gas?: `0x${string}` | undefined;
164
- nonce?: `0x${string}` | undefined;
165
- value?: `0x${string}` | undefined;
166
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
161
+ to?: `0x${string}` | null;
162
+ from?: `0x${string}`;
163
+ gas?: `0x${string}`;
164
+ nonce?: `0x${string}`;
165
+ value?: `0x${string}`;
166
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
167
167
  accessList?: undefined;
168
- blockHash?: `0x${string}` | null | undefined;
169
- blockNumber?: `0x${string}` | null | undefined;
170
- hash?: `0x${string}` | undefined;
171
- input?: `0x${string}` | undefined;
172
- transactionIndex?: `0x${string}` | null | undefined;
168
+ blockHash?: `0x${string}` | null;
169
+ blockNumber?: `0x${string}` | null;
170
+ hash?: `0x${string}`;
171
+ input?: `0x${string}`;
172
+ transactionIndex?: `0x${string}` | null;
173
173
  blobVersionedHashes?: undefined;
174
174
  chainId?: `0x${string}` | undefined;
175
175
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -178,26 +178,26 @@ export declare const rss3Sepolia: {
178
178
  sourceHash: `0x${string}`;
179
179
  type: "0x7e";
180
180
  }) | ({
181
- r?: `0x${string}` | undefined;
182
- s?: `0x${string}` | undefined;
183
- v?: `0x${string}` | undefined;
181
+ r?: `0x${string}`;
182
+ s?: `0x${string}`;
183
+ v?: `0x${string}`;
184
184
  yParity?: `0x${string}` | undefined;
185
185
  gasPrice?: `0x${string}` | undefined;
186
186
  maxFeePerBlobGas?: `0x${string}` | undefined;
187
187
  maxFeePerGas?: `0x${string}` | undefined;
188
188
  maxPriorityFeePerGas?: `0x${string}` | undefined;
189
- to?: `0x${string}` | null | undefined;
190
- from?: `0x${string}` | undefined;
191
- gas?: `0x${string}` | undefined;
192
- nonce?: `0x${string}` | undefined;
193
- value?: `0x${string}` | undefined;
194
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
189
+ to?: `0x${string}` | null;
190
+ from?: `0x${string}`;
191
+ gas?: `0x${string}`;
192
+ nonce?: `0x${string}`;
193
+ value?: `0x${string}`;
194
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
195
195
  accessList?: import("../../index.js").AccessList | undefined;
196
- blockHash?: `0x${string}` | null | undefined;
197
- blockNumber?: `0x${string}` | null | undefined;
198
- hash?: `0x${string}` | undefined;
199
- input?: `0x${string}` | undefined;
200
- transactionIndex?: `0x${string}` | null | undefined;
196
+ blockHash?: `0x${string}` | null;
197
+ blockNumber?: `0x${string}` | null;
198
+ hash?: `0x${string}`;
199
+ input?: `0x${string}`;
200
+ transactionIndex?: `0x${string}` | null;
201
201
  blobVersionedHashes?: undefined;
202
202
  chainId?: `0x${string}` | undefined;
203
203
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
@@ -229,26 +229,26 @@ export declare const rss3Sepolia: {
229
229
  mint?: undefined;
230
230
  sourceHash?: undefined;
231
231
  }) | ({
232
- r?: `0x${string}` | undefined;
233
- s?: `0x${string}` | undefined;
234
- v?: `0x${string}` | undefined;
232
+ r?: `0x${string}`;
233
+ s?: `0x${string}`;
234
+ v?: `0x${string}`;
235
235
  yParity?: `0x${string}` | undefined;
236
236
  gasPrice?: `0x${string}` | undefined;
237
237
  maxFeePerBlobGas?: `0x${string}` | undefined;
238
238
  maxFeePerGas?: `0x${string}` | undefined;
239
239
  maxPriorityFeePerGas?: `0x${string}` | undefined;
240
- to?: `0x${string}` | null | undefined;
241
- from?: `0x${string}` | undefined;
242
- gas?: `0x${string}` | undefined;
243
- nonce?: `0x${string}` | undefined;
244
- value?: `0x${string}` | undefined;
245
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
240
+ to?: `0x${string}` | null;
241
+ from?: `0x${string}`;
242
+ gas?: `0x${string}`;
243
+ nonce?: `0x${string}`;
244
+ value?: `0x${string}`;
245
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
246
246
  accessList?: import("../../index.js").AccessList | undefined;
247
- blockHash?: `0x${string}` | null | undefined;
248
- blockNumber?: `0x${string}` | null | undefined;
249
- hash?: `0x${string}` | undefined;
250
- input?: `0x${string}` | undefined;
251
- transactionIndex?: `0x${string}` | null | undefined;
247
+ blockHash?: `0x${string}` | null;
248
+ blockNumber?: `0x${string}` | null;
249
+ hash?: `0x${string}`;
250
+ input?: `0x${string}`;
251
+ transactionIndex?: `0x${string}` | null;
252
252
  blobVersionedHashes?: undefined;
253
253
  chainId?: `0x${string}` | undefined;
254
254
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
@@ -280,26 +280,26 @@ export declare const rss3Sepolia: {
280
280
  mint?: undefined;
281
281
  sourceHash?: undefined;
282
282
  }) | ({
283
- r?: `0x${string}` | undefined;
284
- s?: `0x${string}` | undefined;
285
- v?: `0x${string}` | undefined;
283
+ r?: `0x${string}`;
284
+ s?: `0x${string}`;
285
+ v?: `0x${string}`;
286
286
  yParity?: `0x${string}` | undefined;
287
287
  gasPrice?: `0x${string}` | undefined;
288
288
  maxFeePerBlobGas?: `0x${string}` | undefined;
289
289
  maxFeePerGas?: `0x${string}` | undefined;
290
290
  maxPriorityFeePerGas?: `0x${string}` | undefined;
291
- to?: `0x${string}` | null | undefined;
292
- from?: `0x${string}` | undefined;
293
- gas?: `0x${string}` | undefined;
294
- nonce?: `0x${string}` | undefined;
295
- value?: `0x${string}` | undefined;
296
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
291
+ to?: `0x${string}` | null;
292
+ from?: `0x${string}`;
293
+ gas?: `0x${string}`;
294
+ nonce?: `0x${string}`;
295
+ value?: `0x${string}`;
296
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
297
297
  accessList?: import("../../index.js").AccessList | undefined;
298
- blockHash?: `0x${string}` | null | undefined;
299
- blockNumber?: `0x${string}` | null | undefined;
300
- hash?: `0x${string}` | undefined;
301
- input?: `0x${string}` | undefined;
302
- transactionIndex?: `0x${string}` | null | undefined;
298
+ blockHash?: `0x${string}` | null;
299
+ blockNumber?: `0x${string}` | null;
300
+ hash?: `0x${string}`;
301
+ input?: `0x${string}`;
302
+ transactionIndex?: `0x${string}` | null;
303
303
  blobVersionedHashes?: undefined;
304
304
  chainId?: `0x${string}` | undefined;
305
305
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
@@ -331,26 +331,26 @@ export declare const rss3Sepolia: {
331
331
  mint?: undefined;
332
332
  sourceHash?: undefined;
333
333
  }) | ({
334
- r?: `0x${string}` | undefined;
335
- s?: `0x${string}` | undefined;
336
- v?: `0x${string}` | undefined;
334
+ r?: `0x${string}`;
335
+ s?: `0x${string}`;
336
+ v?: `0x${string}`;
337
337
  yParity?: `0x${string}` | undefined;
338
338
  gasPrice?: `0x${string}` | undefined;
339
339
  maxFeePerBlobGas?: `0x${string}` | undefined;
340
340
  maxFeePerGas?: `0x${string}` | undefined;
341
341
  maxPriorityFeePerGas?: `0x${string}` | undefined;
342
- to?: `0x${string}` | null | undefined;
343
- from?: `0x${string}` | undefined;
344
- gas?: `0x${string}` | undefined;
345
- nonce?: `0x${string}` | undefined;
346
- value?: `0x${string}` | undefined;
347
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
342
+ to?: `0x${string}` | null;
343
+ from?: `0x${string}`;
344
+ gas?: `0x${string}`;
345
+ nonce?: `0x${string}`;
346
+ value?: `0x${string}`;
347
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
348
348
  accessList?: import("../../index.js").AccessList | undefined;
349
- blockHash?: `0x${string}` | null | undefined;
350
- blockNumber?: `0x${string}` | null | undefined;
351
- hash?: `0x${string}` | undefined;
352
- input?: `0x${string}` | undefined;
353
- transactionIndex?: `0x${string}` | null | undefined;
349
+ blockHash?: `0x${string}` | null;
350
+ blockNumber?: `0x${string}` | null;
351
+ hash?: `0x${string}`;
352
+ input?: `0x${string}`;
353
+ transactionIndex?: `0x${string}` | null;
354
354
  blobVersionedHashes?: undefined;
355
355
  chainId?: `0x${string}` | undefined;
356
356
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -359,26 +359,26 @@ export declare const rss3Sepolia: {
359
359
  sourceHash: `0x${string}`;
360
360
  type: "0x7e";
361
361
  }) | ({
362
- r?: `0x${string}` | undefined;
363
- s?: `0x${string}` | undefined;
364
- v?: `0x${string}` | undefined;
362
+ r?: `0x${string}`;
363
+ s?: `0x${string}`;
364
+ v?: `0x${string}`;
365
365
  yParity?: `0x${string}` | undefined;
366
366
  gasPrice?: `0x${string}` | undefined;
367
367
  maxFeePerBlobGas?: `0x${string}` | undefined;
368
368
  maxFeePerGas?: `0x${string}` | undefined;
369
369
  maxPriorityFeePerGas?: `0x${string}` | undefined;
370
- to?: `0x${string}` | null | undefined;
371
- from?: `0x${string}` | undefined;
372
- gas?: `0x${string}` | undefined;
373
- nonce?: `0x${string}` | undefined;
374
- value?: `0x${string}` | undefined;
375
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
370
+ to?: `0x${string}` | null;
371
+ from?: `0x${string}`;
372
+ gas?: `0x${string}`;
373
+ nonce?: `0x${string}`;
374
+ value?: `0x${string}`;
375
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
376
376
  accessList?: import("../../index.js").AccessList | undefined;
377
- blockHash?: `0x${string}` | null | undefined;
378
- blockNumber?: `0x${string}` | null | undefined;
379
- hash?: `0x${string}` | undefined;
380
- input?: `0x${string}` | undefined;
381
- transactionIndex?: `0x${string}` | null | undefined;
377
+ blockHash?: `0x${string}` | null;
378
+ blockNumber?: `0x${string}` | null;
379
+ hash?: `0x${string}`;
380
+ input?: `0x${string}`;
381
+ transactionIndex?: `0x${string}` | null;
382
382
  blobVersionedHashes?: undefined;
383
383
  chainId?: `0x${string}` | undefined;
384
384
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
@@ -410,26 +410,26 @@ export declare const rss3Sepolia: {
410
410
  mint?: undefined;
411
411
  sourceHash?: undefined;
412
412
  }) | ({
413
- r?: `0x${string}` | undefined;
414
- s?: `0x${string}` | undefined;
415
- v?: `0x${string}` | undefined;
413
+ r?: `0x${string}`;
414
+ s?: `0x${string}`;
415
+ v?: `0x${string}`;
416
416
  yParity?: `0x${string}` | undefined;
417
417
  gasPrice?: `0x${string}` | undefined;
418
418
  maxFeePerBlobGas?: `0x${string}` | undefined;
419
419
  maxFeePerGas?: `0x${string}` | undefined;
420
420
  maxPriorityFeePerGas?: `0x${string}` | undefined;
421
- to?: `0x${string}` | null | undefined;
422
- from?: `0x${string}` | undefined;
423
- gas?: `0x${string}` | undefined;
424
- nonce?: `0x${string}` | undefined;
425
- value?: `0x${string}` | undefined;
426
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
421
+ to?: `0x${string}` | null;
422
+ from?: `0x${string}`;
423
+ gas?: `0x${string}`;
424
+ nonce?: `0x${string}`;
425
+ value?: `0x${string}`;
426
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
427
427
  accessList?: import("../../index.js").AccessList | undefined;
428
- blockHash?: `0x${string}` | null | undefined;
429
- blockNumber?: `0x${string}` | null | undefined;
430
- hash?: `0x${string}` | undefined;
431
- input?: `0x${string}` | undefined;
432
- transactionIndex?: `0x${string}` | null | undefined;
428
+ blockHash?: `0x${string}` | null;
429
+ blockNumber?: `0x${string}` | null;
430
+ hash?: `0x${string}`;
431
+ input?: `0x${string}`;
432
+ transactionIndex?: `0x${string}` | null;
433
433
  blobVersionedHashes?: undefined;
434
434
  chainId?: `0x${string}` | undefined;
435
435
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
@@ -461,26 +461,26 @@ export declare const rss3Sepolia: {
461
461
  mint?: undefined;
462
462
  sourceHash?: undefined;
463
463
  }) | ({
464
- r?: `0x${string}` | undefined;
465
- s?: `0x${string}` | undefined;
466
- v?: `0x${string}` | undefined;
464
+ r?: `0x${string}`;
465
+ s?: `0x${string}`;
466
+ v?: `0x${string}`;
467
467
  yParity?: `0x${string}` | undefined;
468
468
  gasPrice?: `0x${string}` | undefined;
469
469
  maxFeePerBlobGas?: `0x${string}` | undefined;
470
470
  maxFeePerGas?: `0x${string}` | undefined;
471
471
  maxPriorityFeePerGas?: `0x${string}` | undefined;
472
- to?: `0x${string}` | null | undefined;
473
- from?: `0x${string}` | undefined;
474
- gas?: `0x${string}` | undefined;
475
- nonce?: `0x${string}` | undefined;
476
- value?: `0x${string}` | undefined;
477
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
472
+ to?: `0x${string}` | null;
473
+ from?: `0x${string}`;
474
+ gas?: `0x${string}`;
475
+ nonce?: `0x${string}`;
476
+ value?: `0x${string}`;
477
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
478
478
  accessList?: import("../../index.js").AccessList | undefined;
479
- blockHash?: `0x${string}` | null | undefined;
480
- blockNumber?: `0x${string}` | null | undefined;
481
- hash?: `0x${string}` | undefined;
482
- input?: `0x${string}` | undefined;
483
- transactionIndex?: `0x${string}` | null | undefined;
479
+ blockHash?: `0x${string}` | null;
480
+ blockNumber?: `0x${string}` | null;
481
+ hash?: `0x${string}`;
482
+ input?: `0x${string}`;
483
+ transactionIndex?: `0x${string}` | null;
484
484
  blobVersionedHashes?: undefined;
485
485
  chainId?: `0x${string}` | undefined;
486
486
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
@@ -512,26 +512,26 @@ export declare const rss3Sepolia: {
512
512
  mint?: undefined;
513
513
  sourceHash?: undefined;
514
514
  }) | ({
515
- r?: `0x${string}` | undefined;
516
- s?: `0x${string}` | undefined;
517
- v?: `0x${string}` | undefined;
515
+ r?: `0x${string}`;
516
+ s?: `0x${string}`;
517
+ v?: `0x${string}`;
518
518
  yParity?: `0x${string}` | undefined;
519
519
  gasPrice?: `0x${string}` | undefined;
520
520
  maxFeePerBlobGas?: `0x${string}` | undefined;
521
521
  maxFeePerGas?: `0x${string}` | undefined;
522
522
  maxPriorityFeePerGas?: `0x${string}` | undefined;
523
- to?: `0x${string}` | null | undefined;
524
- from?: `0x${string}` | undefined;
525
- gas?: `0x${string}` | undefined;
526
- nonce?: `0x${string}` | undefined;
527
- value?: `0x${string}` | undefined;
528
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
523
+ to?: `0x${string}` | null;
524
+ from?: `0x${string}`;
525
+ gas?: `0x${string}`;
526
+ nonce?: `0x${string}`;
527
+ value?: `0x${string}`;
528
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
529
529
  accessList?: import("../../index.js").AccessList | undefined;
530
- blockHash?: `0x${string}` | null | undefined;
531
- blockNumber?: `0x${string}` | null | undefined;
532
- hash?: `0x${string}` | undefined;
533
- input?: `0x${string}` | undefined;
534
- transactionIndex?: `0x${string}` | null | undefined;
530
+ blockHash?: `0x${string}` | null;
531
+ blockNumber?: `0x${string}` | null;
532
+ hash?: `0x${string}`;
533
+ input?: `0x${string}`;
534
+ transactionIndex?: `0x${string}` | null;
535
535
  blobVersionedHashes?: undefined;
536
536
  chainId?: `0x${string}` | undefined;
537
537
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -540,26 +540,26 @@ export declare const rss3Sepolia: {
540
540
  sourceHash: `0x${string}`;
541
541
  type: "0x7e";
542
542
  }) | ({
543
- r?: `0x${string}` | undefined;
544
- s?: `0x${string}` | undefined;
545
- v?: `0x${string}` | undefined;
543
+ r?: `0x${string}`;
544
+ s?: `0x${string}`;
545
+ v?: `0x${string}`;
546
546
  yParity?: `0x${string}` | undefined;
547
547
  gasPrice?: `0x${string}` | undefined;
548
548
  maxFeePerBlobGas?: `0x${string}` | undefined;
549
549
  maxFeePerGas?: `0x${string}` | undefined;
550
550
  maxPriorityFeePerGas?: `0x${string}` | undefined;
551
- to?: `0x${string}` | null | undefined;
552
- from?: `0x${string}` | undefined;
553
- gas?: `0x${string}` | undefined;
554
- nonce?: `0x${string}` | undefined;
555
- value?: `0x${string}` | undefined;
556
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
551
+ to?: `0x${string}` | null;
552
+ from?: `0x${string}`;
553
+ gas?: `0x${string}`;
554
+ nonce?: `0x${string}`;
555
+ value?: `0x${string}`;
556
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
557
557
  accessList?: import("../../index.js").AccessList | undefined;
558
- blockHash?: `0x${string}` | null | undefined;
559
- blockNumber?: `0x${string}` | null | undefined;
560
- hash?: `0x${string}` | undefined;
561
- input?: `0x${string}` | undefined;
562
- transactionIndex?: `0x${string}` | null | undefined;
558
+ blockHash?: `0x${string}` | null;
559
+ blockNumber?: `0x${string}` | null;
560
+ hash?: `0x${string}`;
561
+ input?: `0x${string}`;
562
+ transactionIndex?: `0x${string}` | null;
563
563
  blobVersionedHashes?: `0x${string}`[] | undefined;
564
564
  chainId?: `0x${string}` | undefined;
565
565
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
@@ -591,26 +591,26 @@ export declare const rss3Sepolia: {
591
591
  mint?: undefined;
592
592
  sourceHash?: undefined;
593
593
  }) | ({
594
- r?: `0x${string}` | undefined;
595
- s?: `0x${string}` | undefined;
596
- v?: `0x${string}` | undefined;
594
+ r?: `0x${string}`;
595
+ s?: `0x${string}`;
596
+ v?: `0x${string}`;
597
597
  yParity?: `0x${string}` | undefined;
598
598
  gasPrice?: `0x${string}` | undefined;
599
599
  maxFeePerBlobGas?: `0x${string}` | undefined;
600
600
  maxFeePerGas?: `0x${string}` | undefined;
601
601
  maxPriorityFeePerGas?: `0x${string}` | undefined;
602
- to?: `0x${string}` | null | undefined;
603
- from?: `0x${string}` | undefined;
604
- gas?: `0x${string}` | undefined;
605
- nonce?: `0x${string}` | undefined;
606
- value?: `0x${string}` | undefined;
607
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
602
+ to?: `0x${string}` | null;
603
+ from?: `0x${string}`;
604
+ gas?: `0x${string}`;
605
+ nonce?: `0x${string}`;
606
+ value?: `0x${string}`;
607
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
608
608
  accessList?: import("../../index.js").AccessList | undefined;
609
- blockHash?: `0x${string}` | null | undefined;
610
- blockNumber?: `0x${string}` | null | undefined;
611
- hash?: `0x${string}` | undefined;
612
- input?: `0x${string}` | undefined;
613
- transactionIndex?: `0x${string}` | null | undefined;
609
+ blockHash?: `0x${string}` | null;
610
+ blockNumber?: `0x${string}` | null;
611
+ hash?: `0x${string}`;
612
+ input?: `0x${string}`;
613
+ transactionIndex?: `0x${string}` | null;
614
614
  blobVersionedHashes?: `0x${string}`[] | undefined;
615
615
  chainId?: `0x${string}` | undefined;
616
616
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
@@ -642,26 +642,26 @@ export declare const rss3Sepolia: {
642
642
  mint?: undefined;
643
643
  sourceHash?: undefined;
644
644
  }) | ({
645
- r?: `0x${string}` | undefined;
646
- s?: `0x${string}` | undefined;
647
- v?: `0x${string}` | undefined;
645
+ r?: `0x${string}`;
646
+ s?: `0x${string}`;
647
+ v?: `0x${string}`;
648
648
  yParity?: `0x${string}` | undefined;
649
649
  gasPrice?: `0x${string}` | undefined;
650
650
  maxFeePerBlobGas?: `0x${string}` | undefined;
651
651
  maxFeePerGas?: `0x${string}` | undefined;
652
652
  maxPriorityFeePerGas?: `0x${string}` | undefined;
653
- to?: `0x${string}` | null | undefined;
654
- from?: `0x${string}` | undefined;
655
- gas?: `0x${string}` | undefined;
656
- nonce?: `0x${string}` | undefined;
657
- value?: `0x${string}` | undefined;
658
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
653
+ to?: `0x${string}` | null;
654
+ from?: `0x${string}`;
655
+ gas?: `0x${string}`;
656
+ nonce?: `0x${string}`;
657
+ value?: `0x${string}`;
658
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
659
659
  accessList?: import("../../index.js").AccessList | undefined;
660
- blockHash?: `0x${string}` | null | undefined;
661
- blockNumber?: `0x${string}` | null | undefined;
662
- hash?: `0x${string}` | undefined;
663
- input?: `0x${string}` | undefined;
664
- transactionIndex?: `0x${string}` | null | undefined;
660
+ blockHash?: `0x${string}` | null;
661
+ blockNumber?: `0x${string}` | null;
662
+ hash?: `0x${string}`;
663
+ input?: `0x${string}`;
664
+ transactionIndex?: `0x${string}` | null;
665
665
  blobVersionedHashes?: `0x${string}`[] | undefined;
666
666
  chainId?: `0x${string}` | undefined;
667
667
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
@@ -693,26 +693,26 @@ export declare const rss3Sepolia: {
693
693
  mint?: undefined;
694
694
  sourceHash?: undefined;
695
695
  }) | ({
696
- r?: `0x${string}` | undefined;
697
- s?: `0x${string}` | undefined;
698
- v?: `0x${string}` | undefined;
696
+ r?: `0x${string}`;
697
+ s?: `0x${string}`;
698
+ v?: `0x${string}`;
699
699
  yParity?: `0x${string}` | undefined;
700
700
  gasPrice?: `0x${string}` | undefined;
701
701
  maxFeePerBlobGas?: `0x${string}` | undefined;
702
702
  maxFeePerGas?: `0x${string}` | undefined;
703
703
  maxPriorityFeePerGas?: `0x${string}` | undefined;
704
- to?: `0x${string}` | null | undefined;
705
- from?: `0x${string}` | undefined;
706
- gas?: `0x${string}` | undefined;
707
- nonce?: `0x${string}` | undefined;
708
- value?: `0x${string}` | undefined;
709
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
704
+ to?: `0x${string}` | null;
705
+ from?: `0x${string}`;
706
+ gas?: `0x${string}`;
707
+ nonce?: `0x${string}`;
708
+ value?: `0x${string}`;
709
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
710
710
  accessList?: import("../../index.js").AccessList | undefined;
711
- blockHash?: `0x${string}` | null | undefined;
712
- blockNumber?: `0x${string}` | null | undefined;
713
- hash?: `0x${string}` | undefined;
714
- input?: `0x${string}` | undefined;
715
- transactionIndex?: `0x${string}` | null | undefined;
711
+ blockHash?: `0x${string}` | null;
712
+ blockNumber?: `0x${string}` | null;
713
+ hash?: `0x${string}`;
714
+ input?: `0x${string}`;
715
+ transactionIndex?: `0x${string}` | null;
716
716
  blobVersionedHashes?: `0x${string}`[] | undefined;
717
717
  chainId?: `0x${string}` | undefined;
718
718
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
@@ -744,26 +744,26 @@ export declare const rss3Sepolia: {
744
744
  mint?: undefined;
745
745
  sourceHash?: undefined;
746
746
  }) | ({
747
- r?: `0x${string}` | undefined;
748
- s?: `0x${string}` | undefined;
749
- v?: `0x${string}` | undefined;
747
+ r?: `0x${string}`;
748
+ s?: `0x${string}`;
749
+ v?: `0x${string}`;
750
750
  yParity?: `0x${string}` | undefined;
751
751
  gasPrice?: `0x${string}` | undefined;
752
752
  maxFeePerBlobGas?: `0x${string}` | undefined;
753
753
  maxFeePerGas?: `0x${string}` | undefined;
754
754
  maxPriorityFeePerGas?: `0x${string}` | undefined;
755
- to?: `0x${string}` | null | undefined;
756
- from?: `0x${string}` | undefined;
757
- gas?: `0x${string}` | undefined;
758
- nonce?: `0x${string}` | undefined;
759
- value?: `0x${string}` | undefined;
760
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
755
+ to?: `0x${string}` | null;
756
+ from?: `0x${string}`;
757
+ gas?: `0x${string}`;
758
+ nonce?: `0x${string}`;
759
+ value?: `0x${string}`;
760
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
761
761
  accessList?: import("../../index.js").AccessList | undefined;
762
- blockHash?: `0x${string}` | null | undefined;
763
- blockNumber?: `0x${string}` | null | undefined;
764
- hash?: `0x${string}` | undefined;
765
- input?: `0x${string}` | undefined;
766
- transactionIndex?: `0x${string}` | null | undefined;
762
+ blockHash?: `0x${string}` | null;
763
+ blockNumber?: `0x${string}` | null;
764
+ hash?: `0x${string}`;
765
+ input?: `0x${string}`;
766
+ transactionIndex?: `0x${string}` | null;
767
767
  blobVersionedHashes?: `0x${string}`[] | undefined;
768
768
  chainId?: `0x${string}` | undefined;
769
769
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -822,7 +822,7 @@ export declare const rss3Sepolia: {
822
822
  chainId?: number | undefined;
823
823
  yParity: number;
824
824
  type: "deposit";
825
- isSystemTx?: boolean | undefined;
825
+ isSystemTx?: boolean;
826
826
  mint?: bigint | undefined;
827
827
  sourceHash: `0x${string}`;
828
828
  } | {
@@ -903,7 +903,7 @@ export declare const rss3Sepolia: {
903
903
  blobVersionedHashes?: undefined;
904
904
  chainId: number;
905
905
  type: "deposit";
906
- isSystemTx?: boolean | undefined;
906
+ isSystemTx?: boolean;
907
907
  mint?: bigint | undefined;
908
908
  sourceHash: `0x${string}`;
909
909
  } | {
@@ -984,7 +984,7 @@ export declare const rss3Sepolia: {
984
984
  blobVersionedHashes?: undefined;
985
985
  chainId: number;
986
986
  type: "deposit";
987
- isSystemTx?: boolean | undefined;
987
+ isSystemTx?: boolean;
988
988
  mint?: bigint | undefined;
989
989
  sourceHash: `0x${string}`;
990
990
  } | {
@@ -1038,7 +1038,7 @@ export declare const rss3Sepolia: {
1038
1038
  blobVersionedHashes: `0x${string}`[];
1039
1039
  chainId: number;
1040
1040
  type: "deposit";
1041
- isSystemTx?: boolean | undefined;
1041
+ isSystemTx?: boolean;
1042
1042
  mint?: bigint | undefined;
1043
1043
  sourceHash: `0x${string}`;
1044
1044
  }) & {};
@@ -1046,12 +1046,12 @@ export declare const rss3Sepolia: {
1046
1046
  };
1047
1047
  readonly transactionReceipt: {
1048
1048
  exclude: [] | undefined;
1049
- format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").OpStackRpcTransactionReceiptOverrides>) => {
1049
+ format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").OpStackRpcTransactionReceiptOverrides>) => {
1050
1050
  blobGasPrice?: bigint | undefined;
1051
1051
  blobGasUsed?: bigint | undefined;
1052
1052
  blockHash: `0x${string}`;
1053
1053
  blockNumber: bigint;
1054
- contractAddress: `0x${string}` | null;
1054
+ contractAddress: `0x${string}` | null | undefined;
1055
1055
  cumulativeGasUsed: bigint;
1056
1056
  effectiveGasPrice: bigint;
1057
1057
  from: `0x${string}`;