viem 2.8.10 → 2.8.12

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