viem 2.13.7 → 2.13.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (433) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/_cjs/accounts/hdKeyToAccount.js.map +1 -1
  3. package/_cjs/actions/public/call.js.map +1 -1
  4. package/_cjs/actions/public/estimateGas.js.map +1 -1
  5. package/_cjs/actions/public/getBlockNumber.js.map +1 -1
  6. package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
  7. package/_cjs/actions/wallet/signTypedData.js.map +1 -1
  8. package/_cjs/celo/index.js.map +1 -1
  9. package/_cjs/celo/utils.js.map +1 -1
  10. package/_cjs/chains/definitions/optimism.js +5 -0
  11. package/_cjs/chains/definitions/optimism.js.map +1 -1
  12. package/_cjs/chains/definitions/sei.js +1 -0
  13. package/_cjs/chains/definitions/sei.js.map +1 -1
  14. package/_cjs/clients/createClient.js +2 -2
  15. package/_cjs/clients/createClient.js.map +1 -1
  16. package/_cjs/clients/transports/fallback.js.map +1 -1
  17. package/_cjs/clients/transports/http.js.map +1 -1
  18. package/_cjs/constants/abis.js.map +1 -1
  19. package/_cjs/constants/blob.js +4 -4
  20. package/_cjs/constants/blob.js.map +1 -1
  21. package/_cjs/constants/kzg.js +1 -3
  22. package/_cjs/constants/kzg.js.map +1 -1
  23. package/_cjs/errors/abi.js +1 -13
  24. package/_cjs/errors/abi.js.map +1 -1
  25. package/_cjs/errors/ccip.js.map +1 -1
  26. package/_cjs/errors/stateOverride.js.map +1 -1
  27. package/_cjs/errors/version.js +1 -1
  28. package/_cjs/experimental/eip5792/actions/getCapabilities.js +2 -2
  29. package/_cjs/experimental/eip5792/actions/getCapabilities.js.map +1 -1
  30. package/_cjs/experimental/eip5792/actions/sendCalls.js +2 -2
  31. package/_cjs/experimental/eip5792/actions/sendCalls.js.map +1 -1
  32. package/_cjs/index.js +6 -4
  33. package/_cjs/index.js.map +1 -1
  34. package/_cjs/node/trustedSetups.js +1 -2
  35. package/_cjs/node/trustedSetups.js.map +1 -1
  36. package/_cjs/op-stack/abis.js +1 -458
  37. package/_cjs/op-stack/abis.js.map +1 -1
  38. package/_cjs/op-stack/actions/buildProveWithdrawal.js.map +1 -1
  39. package/_cjs/op-stack/actions/getWithdrawalStatus.js.map +1 -1
  40. package/_cjs/op-stack/index.js +15 -2
  41. package/_cjs/op-stack/index.js.map +1 -1
  42. package/_cjs/utils/abi/decodeAbiParameters.js.map +1 -1
  43. package/_cjs/utils/abi/encodeAbiParameters.js.map +1 -1
  44. package/_cjs/utils/abi/getAbiItem.js.map +1 -1
  45. package/_cjs/utils/address/getAddress.js +5 -5
  46. package/_cjs/utils/address/getAddress.js.map +1 -1
  47. package/_cjs/utils/address/isAddress.js.map +1 -1
  48. package/_cjs/utils/blob/toBlobs.js.map +1 -1
  49. package/_cjs/utils/buildRequest.js.map +1 -1
  50. package/_cjs/utils/ccip.js.map +1 -1
  51. package/_cjs/utils/cursor.js.map +1 -1
  52. package/_cjs/utils/encoding/fromRlp.js +1 -9
  53. package/_cjs/utils/encoding/fromRlp.js.map +1 -1
  54. package/_cjs/utils/ens/avatar/utils.js.map +1 -1
  55. package/_cjs/utils/ens/errors.js.map +1 -1
  56. package/_cjs/utils/observe.js.map +1 -1
  57. package/_cjs/utils/promise/createBatchScheduler.js.map +1 -1
  58. package/_cjs/utils/promise/withCache.js.map +1 -1
  59. package/_cjs/utils/promise/withTimeout.js.map +1 -1
  60. package/_cjs/utils/rpc/id.js +1 -2
  61. package/_cjs/utils/rpc/id.js.map +1 -1
  62. package/_cjs/utils/rpc/ipc.js.map +1 -1
  63. package/_cjs/utils/stateOverride.js.map +1 -1
  64. package/_cjs/utils/transaction/parseTransaction.js.map +1 -1
  65. package/_cjs/zksync/actions/deployContract.js.map +1 -1
  66. package/_cjs/zksync/actions/estimateGasL1ToL2.js +2 -2
  67. package/_cjs/zksync/actions/estimateGasL1ToL2.js.map +1 -1
  68. package/_cjs/zksync/actions/getAllBalances.js +2 -2
  69. package/_cjs/zksync/actions/getAllBalances.js.map +1 -1
  70. package/_cjs/zksync/actions/getL1Allowance.js +2 -2
  71. package/_cjs/zksync/actions/getL1Allowance.js.map +1 -1
  72. package/_cjs/zksync/actions/getL1Balance.js +2 -2
  73. package/_cjs/zksync/actions/getL1Balance.js.map +1 -1
  74. package/_cjs/zksync/actions/getL1TokenBalance.js +2 -2
  75. package/_cjs/zksync/actions/getL1TokenBalance.js.map +1 -1
  76. package/_cjs/zksync/constants/contract.js +1 -2
  77. package/_cjs/zksync/constants/contract.js.map +1 -1
  78. package/_cjs/zksync/index.js.map +1 -1
  79. package/_cjs/zksync/serializers.js.map +1 -1
  80. package/_cjs/zksync/utils/abi/encodeDeployData.js.map +1 -1
  81. package/_cjs/zksync/utils/assertEip712Request.js.map +1 -1
  82. package/_cjs/zksync/utils/hashBytecode.js.map +1 -1
  83. package/_esm/accounts/hdKeyToAccount.js.map +1 -1
  84. package/_esm/actions/public/call.js +1 -0
  85. package/_esm/actions/public/call.js.map +1 -1
  86. package/_esm/actions/public/estimateGas.js.map +1 -1
  87. package/_esm/actions/public/getBlockNumber.js +2 -1
  88. package/_esm/actions/public/getBlockNumber.js.map +1 -1
  89. package/_esm/actions/test/sendUnsignedTransaction.js +2 -2
  90. package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
  91. package/_esm/actions/wallet/signTypedData.js.map +1 -1
  92. package/_esm/celo/index.js +1 -1
  93. package/_esm/celo/index.js.map +1 -1
  94. package/_esm/celo/utils.js +1 -0
  95. package/_esm/celo/utils.js.map +1 -1
  96. package/_esm/chains/definitions/optimism.js +5 -0
  97. package/_esm/chains/definitions/optimism.js.map +1 -1
  98. package/_esm/chains/definitions/sei.js +1 -0
  99. package/_esm/chains/definitions/sei.js.map +1 -1
  100. package/_esm/clients/createClient.js +1 -1
  101. package/_esm/clients/createClient.js.map +1 -1
  102. package/_esm/clients/transports/fallback.js +1 -0
  103. package/_esm/clients/transports/fallback.js.map +1 -1
  104. package/_esm/clients/transports/http.js.map +1 -1
  105. package/_esm/constants/abis.js +1 -0
  106. package/_esm/constants/abis.js.map +1 -1
  107. package/_esm/constants/blob.js +1 -1
  108. package/_esm/constants/blob.js.map +1 -1
  109. package/_esm/constants/kzg.js +0 -4
  110. package/_esm/constants/kzg.js.map +1 -1
  111. package/_esm/errors/abi.js +0 -11
  112. package/_esm/errors/abi.js.map +1 -1
  113. package/_esm/errors/ccip.js.map +1 -1
  114. package/_esm/errors/stateOverride.js +1 -0
  115. package/_esm/errors/stateOverride.js.map +1 -1
  116. package/_esm/errors/version.js +1 -1
  117. package/_esm/experimental/eip5792/actions/getCapabilities.js +1 -1
  118. package/_esm/experimental/eip5792/actions/getCapabilities.js.map +1 -1
  119. package/_esm/experimental/eip5792/actions/sendCalls.js +1 -1
  120. package/_esm/experimental/eip5792/actions/sendCalls.js.map +1 -1
  121. package/_esm/index.js +4 -3
  122. package/_esm/index.js.map +1 -1
  123. package/_esm/node/trustedSetups.js +0 -1
  124. package/_esm/node/trustedSetups.js.map +1 -1
  125. package/_esm/node/trustedSetups_cjs.js +0 -1
  126. package/_esm/node/trustedSetups_cjs.js.map +1 -1
  127. package/_esm/op-stack/abis.js +0 -457
  128. package/_esm/op-stack/abis.js.map +1 -1
  129. package/_esm/op-stack/actions/buildProveWithdrawal.js +1 -0
  130. package/_esm/op-stack/actions/buildProveWithdrawal.js.map +1 -1
  131. package/_esm/op-stack/actions/getWithdrawalStatus.js +1 -1
  132. package/_esm/op-stack/actions/getWithdrawalStatus.js.map +1 -1
  133. package/_esm/op-stack/index.js +0 -1
  134. package/_esm/op-stack/index.js.map +1 -1
  135. package/_esm/utils/abi/decodeAbiParameters.js +1 -1
  136. package/_esm/utils/abi/decodeAbiParameters.js.map +1 -1
  137. package/_esm/utils/abi/encodeAbiParameters.js.map +1 -1
  138. package/_esm/utils/abi/getAbiItem.js +3 -1
  139. package/_esm/utils/abi/getAbiItem.js.map +1 -1
  140. package/_esm/utils/address/getAddress.js +1 -1
  141. package/_esm/utils/address/getAddress.js.map +1 -1
  142. package/_esm/utils/address/isAddress.js +1 -0
  143. package/_esm/utils/address/isAddress.js.map +1 -1
  144. package/_esm/utils/blob/toBlobs.js.map +1 -1
  145. package/_esm/utils/buildRequest.js +1 -0
  146. package/_esm/utils/buildRequest.js.map +1 -1
  147. package/_esm/utils/ccip.js +1 -1
  148. package/_esm/utils/ccip.js.map +1 -1
  149. package/_esm/utils/cursor.js.map +1 -1
  150. package/_esm/utils/encoding/fromRlp.js +0 -6
  151. package/_esm/utils/encoding/fromRlp.js.map +1 -1
  152. package/_esm/utils/ens/avatar/utils.js +2 -0
  153. package/_esm/utils/ens/avatar/utils.js.map +1 -1
  154. package/_esm/utils/ens/errors.js.map +1 -1
  155. package/_esm/utils/observe.js +2 -0
  156. package/_esm/utils/observe.js.map +1 -1
  157. package/_esm/utils/promise/createBatchScheduler.js +1 -0
  158. package/_esm/utils/promise/createBatchScheduler.js.map +1 -1
  159. package/_esm/utils/promise/withCache.js +2 -0
  160. package/_esm/utils/promise/withCache.js.map +1 -1
  161. package/_esm/utils/promise/withTimeout.js +1 -1
  162. package/_esm/utils/promise/withTimeout.js.map +1 -1
  163. package/_esm/utils/rpc/id.js +1 -1
  164. package/_esm/utils/rpc/id.js.map +1 -1
  165. package/_esm/utils/rpc/ipc.js +1 -0
  166. package/_esm/utils/rpc/ipc.js.map +1 -1
  167. package/_esm/utils/stateOverride.js +3 -0
  168. package/_esm/utils/stateOverride.js.map +1 -1
  169. package/_esm/utils/transaction/parseTransaction.js.map +1 -1
  170. package/_esm/utils/unit/parseUnits.js +1 -1
  171. package/_esm/utils/unit/parseUnits.js.map +1 -1
  172. package/_esm/zksync/actions/deployContract.js +1 -1
  173. package/_esm/zksync/actions/deployContract.js.map +1 -1
  174. package/_esm/zksync/actions/estimateGasL1ToL2.js +1 -1
  175. package/_esm/zksync/actions/estimateGasL1ToL2.js.map +1 -1
  176. package/_esm/zksync/actions/getAllBalances.js +1 -1
  177. package/_esm/zksync/actions/getAllBalances.js.map +1 -1
  178. package/_esm/zksync/actions/getL1Allowance.js +1 -1
  179. package/_esm/zksync/actions/getL1Allowance.js.map +1 -1
  180. package/_esm/zksync/actions/getL1Balance.js +1 -1
  181. package/_esm/zksync/actions/getL1Balance.js.map +1 -1
  182. package/_esm/zksync/actions/getL1TokenBalance.js +2 -2
  183. package/_esm/zksync/actions/getL1TokenBalance.js.map +1 -1
  184. package/_esm/zksync/constants/contract.js +0 -1
  185. package/_esm/zksync/constants/contract.js.map +1 -1
  186. package/_esm/zksync/index.js.map +1 -1
  187. package/_esm/zksync/serializers.js.map +1 -1
  188. package/_esm/zksync/utils/abi/encodeDeployData.js +1 -1
  189. package/_esm/zksync/utils/abi/encodeDeployData.js.map +1 -1
  190. package/_esm/zksync/utils/assertEip712Request.js +1 -1
  191. package/_esm/zksync/utils/assertEip712Request.js.map +1 -1
  192. package/_esm/zksync/utils/hashBytecode.js.map +1 -1
  193. package/_types/accounts/hdKeyToAccount.d.ts +1 -1
  194. package/_types/accounts/hdKeyToAccount.d.ts.map +1 -1
  195. package/_types/accounts/types.d.ts +1 -1
  196. package/_types/accounts/types.d.ts.map +1 -1
  197. package/_types/actions/public/call.d.ts +5 -2
  198. package/_types/actions/public/call.d.ts.map +1 -1
  199. package/_types/actions/public/estimateGas.d.ts +2 -1
  200. package/_types/actions/public/estimateGas.d.ts.map +1 -1
  201. package/_types/actions/public/getBlockNumber.d.ts +4 -0
  202. package/_types/actions/public/getBlockNumber.d.ts.map +1 -1
  203. package/_types/actions/test/sendUnsignedTransaction.d.ts +2 -2
  204. package/_types/actions/wallet/prepareTransactionRequest.d.ts +0 -7
  205. package/_types/actions/wallet/prepareTransactionRequest.d.ts.map +1 -1
  206. package/_types/actions/wallet/signTypedData.d.ts +2 -2
  207. package/_types/actions/wallet/signTypedData.d.ts.map +1 -1
  208. package/_types/celo/chainConfig.d.ts +60 -60
  209. package/_types/celo/formatters.d.ts +30 -30
  210. package/_types/celo/index.d.ts +2 -2
  211. package/_types/celo/index.d.ts.map +1 -1
  212. package/_types/celo/utils.d.ts +1 -0
  213. package/_types/celo/utils.d.ts.map +1 -1
  214. package/_types/chains/definitions/ancient8.d.ts +26 -26
  215. package/_types/chains/definitions/ancient8Sepolia.d.ts +26 -26
  216. package/_types/chains/definitions/base.d.ts +26 -26
  217. package/_types/chains/definitions/baseGoerli.d.ts +26 -26
  218. package/_types/chains/definitions/baseSepolia.d.ts +26 -26
  219. package/_types/chains/definitions/celo.d.ts +60 -60
  220. package/_types/chains/definitions/celoAlfajores.d.ts +60 -60
  221. package/_types/chains/definitions/fraxtal.d.ts +26 -26
  222. package/_types/chains/definitions/fraxtalTestnet.d.ts +26 -26
  223. package/_types/chains/definitions/funkiSepolia.d.ts +26 -26
  224. package/_types/chains/definitions/liskSepolia.d.ts +26 -26
  225. package/_types/chains/definitions/metalL2.d.ts +26 -26
  226. package/_types/chains/definitions/optimism.d.ts +31 -26
  227. package/_types/chains/definitions/optimism.d.ts.map +1 -1
  228. package/_types/chains/definitions/optimismGoerli.d.ts +26 -26
  229. package/_types/chains/definitions/optimismSepolia.d.ts +26 -26
  230. package/_types/chains/definitions/pgn.d.ts +26 -26
  231. package/_types/chains/definitions/pgnTestnet.d.ts +26 -26
  232. package/_types/chains/definitions/rss3.d.ts +26 -26
  233. package/_types/chains/definitions/rss3Sepolia.d.ts +26 -26
  234. package/_types/chains/definitions/sei.d.ts +1 -0
  235. package/_types/chains/definitions/sei.d.ts.map +1 -1
  236. package/_types/chains/definitions/zora.d.ts +26 -26
  237. package/_types/chains/definitions/zoraSepolia.d.ts +26 -26
  238. package/_types/chains/definitions/zoraTestnet.d.ts +26 -26
  239. package/_types/clients/createClient.d.ts +1 -1
  240. package/_types/clients/createClient.d.ts.map +1 -1
  241. package/_types/clients/transports/fallback.d.ts +1 -0
  242. package/_types/clients/transports/fallback.d.ts.map +1 -1
  243. package/_types/clients/transports/http.d.ts +6 -7
  244. package/_types/clients/transports/http.d.ts.map +1 -1
  245. package/_types/constants/abis.d.ts +1 -0
  246. package/_types/constants/abis.d.ts.map +1 -1
  247. package/_types/constants/blob.d.ts +0 -2
  248. package/_types/constants/blob.d.ts.map +1 -1
  249. package/_types/constants/kzg.d.ts +0 -4
  250. package/_types/constants/kzg.d.ts.map +1 -1
  251. package/_types/errors/abi.d.ts +0 -10
  252. package/_types/errors/abi.d.ts.map +1 -1
  253. package/_types/errors/ccip.d.ts +1 -0
  254. package/_types/errors/ccip.d.ts.map +1 -1
  255. package/_types/errors/stateOverride.d.ts +1 -0
  256. package/_types/errors/stateOverride.d.ts.map +1 -1
  257. package/_types/errors/version.d.ts +1 -1
  258. package/_types/experimental/eip5792/actions/getCapabilities.d.ts.map +1 -1
  259. package/_types/experimental/eip5792/actions/sendCalls.d.ts.map +1 -1
  260. package/_types/experimental/erc7715/types/permission.d.ts +5 -0
  261. package/_types/experimental/erc7715/types/permission.d.ts.map +1 -1
  262. package/_types/experimental/erc7715/types/signer.d.ts +3 -0
  263. package/_types/experimental/erc7715/types/signer.d.ts.map +1 -1
  264. package/_types/index.d.ts +9 -9
  265. package/_types/index.d.ts.map +1 -1
  266. package/_types/node/trustedSetups.d.ts +0 -1
  267. package/_types/node/trustedSetups.d.ts.map +1 -1
  268. package/_types/node/trustedSetups_cjs.d.ts +0 -1
  269. package/_types/node/trustedSetups_cjs.d.ts.map +1 -1
  270. package/_types/op-stack/abis.d.ts +0 -626
  271. package/_types/op-stack/abis.d.ts.map +1 -1
  272. package/_types/op-stack/actions/buildProveWithdrawal.d.ts +1 -0
  273. package/_types/op-stack/actions/buildProveWithdrawal.d.ts.map +1 -1
  274. package/_types/op-stack/actions/getWithdrawalStatus.d.ts +2 -1
  275. package/_types/op-stack/actions/getWithdrawalStatus.d.ts.map +1 -1
  276. package/_types/op-stack/chainConfig.d.ts +26 -26
  277. package/_types/op-stack/formatters.d.ts +26 -26
  278. package/_types/op-stack/index.d.ts.map +1 -1
  279. package/_types/types/account.d.ts +1 -1
  280. package/_types/types/account.d.ts.map +1 -1
  281. package/_types/types/kzg.d.ts +1 -1
  282. package/_types/types/kzg.d.ts.map +1 -1
  283. package/_types/types/proof.d.ts +3 -2
  284. package/_types/types/proof.d.ts.map +1 -1
  285. package/_types/types/utils.d.ts +11 -3
  286. package/_types/types/utils.d.ts.map +1 -1
  287. package/_types/utils/abi/decodeAbiParameters.d.ts +2 -1
  288. package/_types/utils/abi/decodeAbiParameters.d.ts.map +1 -1
  289. package/_types/utils/abi/encodeAbiParameters.d.ts +12 -11
  290. package/_types/utils/abi/encodeAbiParameters.d.ts.map +1 -1
  291. package/_types/utils/abi/getAbiItem.d.ts +6 -2
  292. package/_types/utils/abi/getAbiItem.d.ts.map +1 -1
  293. package/_types/utils/address/getAddress.d.ts +0 -2
  294. package/_types/utils/address/getAddress.d.ts.map +1 -1
  295. package/_types/utils/address/isAddress.d.ts +1 -0
  296. package/_types/utils/address/isAddress.d.ts.map +1 -1
  297. package/_types/utils/blob/toBlobs.d.ts +2 -1
  298. package/_types/utils/blob/toBlobs.d.ts.map +1 -1
  299. package/_types/utils/buildRequest.d.ts +1 -0
  300. package/_types/utils/buildRequest.d.ts.map +1 -1
  301. package/_types/utils/ccip.d.ts +4 -2
  302. package/_types/utils/ccip.d.ts.map +1 -1
  303. package/_types/utils/cursor.d.ts +7 -6
  304. package/_types/utils/cursor.d.ts.map +1 -1
  305. package/_types/utils/encoding/fromRlp.d.ts +3 -7
  306. package/_types/utils/encoding/fromRlp.d.ts.map +1 -1
  307. package/_types/utils/ens/avatar/parseAvatarRecord.d.ts +2 -1
  308. package/_types/utils/ens/avatar/parseAvatarRecord.d.ts.map +1 -1
  309. package/_types/utils/ens/avatar/utils.d.ts +4 -2
  310. package/_types/utils/ens/avatar/utils.d.ts.map +1 -1
  311. package/_types/utils/ens/errors.d.ts +1 -0
  312. package/_types/utils/ens/errors.d.ts.map +1 -1
  313. package/_types/utils/formatters/transaction.d.ts +1 -1
  314. package/_types/utils/formatters/transactionRequest.d.ts +1 -1
  315. package/_types/utils/hash/normalizeSignature.d.ts +3 -2
  316. package/_types/utils/hash/normalizeSignature.d.ts.map +1 -1
  317. package/_types/utils/observe.d.ts +2 -0
  318. package/_types/utils/observe.d.ts.map +1 -1
  319. package/_types/utils/promise/createBatchScheduler.d.ts +3 -2
  320. package/_types/utils/promise/createBatchScheduler.d.ts.map +1 -1
  321. package/_types/utils/promise/withCache.d.ts +4 -1
  322. package/_types/utils/promise/withCache.d.ts.map +1 -1
  323. package/_types/utils/rpc/id.d.ts +0 -5
  324. package/_types/utils/rpc/id.d.ts.map +1 -1
  325. package/_types/utils/rpc/ipc.d.ts +1 -0
  326. package/_types/utils/rpc/ipc.d.ts.map +1 -1
  327. package/_types/utils/stateOverride.d.ts +9 -5
  328. package/_types/utils/stateOverride.d.ts.map +1 -1
  329. package/_types/utils/transaction/parseTransaction.d.ts +5 -5
  330. package/_types/utils/transaction/parseTransaction.d.ts.map +1 -1
  331. package/_types/zksync/actions/deployContract.d.ts +2 -1
  332. package/_types/zksync/actions/deployContract.d.ts.map +1 -1
  333. package/_types/zksync/actions/estimateGasL1ToL2.d.ts.map +1 -1
  334. package/_types/zksync/actions/getAllBalances.d.ts.map +1 -1
  335. package/_types/zksync/actions/getL1Allowance.d.ts.map +1 -1
  336. package/_types/zksync/actions/getL1Balance.d.ts.map +1 -1
  337. package/_types/zksync/actions/getL1TokenBalance.d.ts +4 -4
  338. package/_types/zksync/actions/getL1TokenBalance.d.ts.map +1 -1
  339. package/_types/zksync/constants/contract.d.ts +0 -1
  340. package/_types/zksync/constants/contract.d.ts.map +1 -1
  341. package/_types/zksync/index.d.ts +1 -0
  342. package/_types/zksync/index.d.ts.map +1 -1
  343. package/_types/zksync/serializers.d.ts +1 -2
  344. package/_types/zksync/serializers.d.ts.map +1 -1
  345. package/_types/zksync/types/eip1193.d.ts +5 -5
  346. package/_types/zksync/types/eip1193.d.ts.map +1 -1
  347. package/_types/zksync/utils/abi/encodeDeployData.d.ts +5 -0
  348. package/_types/zksync/utils/abi/encodeDeployData.d.ts.map +1 -1
  349. package/_types/zksync/utils/assertEip712Request.d.ts +3 -1
  350. package/_types/zksync/utils/assertEip712Request.d.ts.map +1 -1
  351. package/_types/zksync/utils/hashBytecode.d.ts +5 -0
  352. package/_types/zksync/utils/hashBytecode.d.ts.map +1 -1
  353. package/accounts/hdKeyToAccount.ts +1 -2
  354. package/accounts/types.ts +1 -1
  355. package/actions/public/call.ts +5 -5
  356. package/actions/public/estimateGas.ts +3 -4
  357. package/actions/public/getBlockNumber.ts +9 -1
  358. package/actions/test/sendUnsignedTransaction.ts +2 -2
  359. package/actions/wallet/prepareTransactionRequest.ts +0 -20
  360. package/actions/wallet/signTypedData.ts +2 -0
  361. package/celo/index.ts +5 -2
  362. package/celo/utils.ts +1 -0
  363. package/chains/definitions/optimism.ts +5 -0
  364. package/chains/definitions/sei.ts +1 -0
  365. package/clients/createClient.ts +4 -2
  366. package/clients/transports/fallback.ts +1 -0
  367. package/clients/transports/http.ts +9 -8
  368. package/constants/abis.ts +1 -0
  369. package/constants/blob.ts +1 -1
  370. package/constants/kzg.ts +0 -6
  371. package/errors/abi.ts +0 -13
  372. package/errors/ccip.ts +1 -0
  373. package/errors/stateOverride.ts +1 -0
  374. package/errors/version.ts +1 -1
  375. package/experimental/eip5792/actions/getCapabilities.ts +1 -1
  376. package/experimental/eip5792/actions/sendCalls.ts +1 -1
  377. package/experimental/erc7715/types/permission.ts +5 -0
  378. package/experimental/erc7715/types/signer.ts +3 -0
  379. package/index.ts +21 -5
  380. package/node/trustedSetups.ts +0 -5
  381. package/node/trustedSetups_cjs.ts +0 -5
  382. package/op-stack/abis.ts +0 -458
  383. package/op-stack/actions/buildProveWithdrawal.ts +1 -0
  384. package/op-stack/actions/getWithdrawalStatus.ts +6 -1
  385. package/op-stack/index.ts +0 -1
  386. package/package.json +1 -1
  387. package/types/account.ts +1 -11
  388. package/types/kzg.ts +2 -1
  389. package/types/proof.ts +2 -2
  390. package/types/utils.ts +11 -3
  391. package/utils/abi/decodeAbiParameters.ts +6 -1
  392. package/utils/abi/encodeAbiParameters.ts +22 -19
  393. package/utils/abi/getAbiItem.ts +8 -2
  394. package/utils/address/getAddress.ts +1 -1
  395. package/utils/address/isAddress.ts +1 -0
  396. package/utils/blob/toBlobs.ts +2 -1
  397. package/utils/buildRequest.ts +1 -0
  398. package/utils/ccip.ts +11 -3
  399. package/utils/cursor.ts +16 -6
  400. package/utils/encoding/fromRlp.ts +3 -21
  401. package/utils/ens/avatar/parseAvatarRecord.ts +1 -1
  402. package/utils/ens/avatar/utils.ts +4 -2
  403. package/utils/ens/errors.ts +1 -0
  404. package/utils/hash/normalizeSignature.ts +2 -2
  405. package/utils/observe.ts +2 -0
  406. package/utils/promise/createBatchScheduler.ts +3 -2
  407. package/utils/promise/withCache.ts +3 -1
  408. package/utils/promise/withTimeout.ts +2 -2
  409. package/utils/rpc/id.ts +1 -1
  410. package/utils/rpc/ipc.ts +1 -0
  411. package/utils/stateOverride.ts +8 -5
  412. package/utils/transaction/parseTransaction.ts +7 -2
  413. package/utils/unit/parseUnits.ts +1 -1
  414. package/zksync/actions/deployContract.ts +8 -2
  415. package/zksync/actions/estimateGasL1ToL2.ts +1 -1
  416. package/zksync/actions/getAllBalances.ts +1 -1
  417. package/zksync/actions/getL1Allowance.ts +1 -1
  418. package/zksync/actions/getL1Balance.ts +1 -1
  419. package/zksync/actions/getL1TokenBalance.ts +10 -7
  420. package/zksync/constants/contract.ts +0 -1
  421. package/zksync/index.ts +5 -0
  422. package/zksync/serializers.ts +1 -2
  423. package/zksync/types/eip1193.ts +32 -26
  424. package/zksync/utils/abi/encodeDeployData.ts +12 -2
  425. package/zksync/utils/assertEip712Request.ts +9 -2
  426. package/zksync/utils/hashBytecode.ts +14 -2
  427. package/_cjs/utils/accounts.js +0 -8
  428. package/_cjs/utils/accounts.js.map +0 -1
  429. package/_esm/utils/accounts.js +0 -7
  430. package/_esm/utils/accounts.js.map +0 -1
  431. package/_types/utils/accounts.d.ts +0 -3
  432. package/_types/utils/accounts.d.ts.map +0 -1
  433. package/utils/accounts.ts +0 -7
@@ -10,7 +10,10 @@ import type { Hash, Hex } from '../../types/misc.js'
10
10
  import { contractDeployerAddress } from '../constants/address.js'
11
11
  import type { ChainEIP712 } from '../types/chain.js'
12
12
  import type { ContractDeploymentType } from '../types/contract.js'
13
- import { encodeDeployData } from '../utils/abi/encodeDeployData.js'
13
+ import {
14
+ type EncodeDeployDataErrorType,
15
+ encodeDeployData,
16
+ } from '../utils/abi/encodeDeployData.js'
14
17
  import {
15
18
  type SendEip712TransactionErrorType,
16
19
  type SendEip712TransactionParameters,
@@ -32,7 +35,10 @@ export type DeployContractParameters<
32
35
 
33
36
  export type DeployContractReturnType = SendEip712TransactionReturnType
34
37
 
35
- export type DeployContractErrorType = SendEip712TransactionErrorType | ErrorType
38
+ export type DeployContractErrorType =
39
+ | EncodeDeployDataErrorType
40
+ | SendEip712TransactionErrorType
41
+ | ErrorType
36
42
 
37
43
  /**
38
44
  * Deploys a contract to the network, given bytecode and constructor arguments using EIP712 transaction.
@@ -1,8 +1,8 @@
1
+ import { parseAccount } from '../../accounts/utils/parseAccount.js'
1
2
  import type { SendTransactionParameters } from '../../actions/wallet/sendTransaction.js'
2
3
  import type { Client } from '../../clients/createClient.js'
3
4
  import type { Transport } from '../../clients/transports/createTransport.js'
4
5
  import type { Account } from '../../types/account.js'
5
- import { parseAccount } from '../../utils/accounts.js'
6
6
  import type { ChainEIP712 } from '../types/chain.js'
7
7
  import type { PublicZkSyncRpcSchema } from '../types/eip1193.js'
8
8
 
@@ -1,9 +1,9 @@
1
1
  import type { Address } from 'abitype'
2
+ import { parseAccount } from '../../accounts/utils/parseAccount.js'
2
3
  import type { Client } from '../../clients/createClient.js'
3
4
  import type { Transport } from '../../clients/transports/createTransport.js'
4
5
  import type { Account, GetAccountParameter } from '../../types/account.js'
5
6
  import type { Chain } from '../../types/chain.js'
6
- import { parseAccount } from '../../utils/accounts.js'
7
7
  import { hexToBigInt } from '../../utils/encoding/fromHex.js'
8
8
  import type { PublicZkSyncRpcSchema } from '../types/eip1193.js'
9
9
 
@@ -1,4 +1,5 @@
1
1
  import type { Address } from 'abitype'
2
+ import { parseAccount } from '../../accounts/utils/parseAccount.js'
2
3
  import { readContract } from '../../actions/public/readContract.js'
3
4
  import type { Client } from '../../clients/createClient.js'
4
5
  import type { Transport } from '../../clients/transports/createTransport.js'
@@ -8,7 +9,6 @@ import type { BaseError } from '../../errors/base.js'
8
9
  import type { Account, GetAccountParameter } from '../../types/account.js'
9
10
  import type { BlockTag } from '../../types/block.js'
10
11
  import type { Chain } from '../../types/chain.js'
11
- import { parseAccount } from '../../utils/accounts.js'
12
12
 
13
13
  export type GetL1AllowanceParameters<
14
14
  TAccount extends Account | undefined = Account | undefined,
@@ -1,4 +1,5 @@
1
1
  import type { Address } from 'abitype'
2
+ import { parseAccount } from '../../accounts/utils/parseAccount.js'
2
3
  import {
3
4
  type GetBalanceParameters,
4
5
  getBalance,
@@ -10,7 +11,6 @@ import type { BaseError } from '../../errors/base.js'
10
11
  import type { Account, GetAccountParameter } from '../../types/account.js'
11
12
  import type { BlockTag } from '../../types/block.js'
12
13
  import type { Chain } from '../../types/chain.js'
13
- import { parseAccount } from '../../utils/accounts.js'
14
14
  import { legacyEthAddress } from '../constants/address.js'
15
15
  import { isEth } from '../utils/isEth.js'
16
16
  import {
@@ -1,15 +1,18 @@
1
1
  import type { Address } from '../../accounts/index.js'
2
+ import { parseAccount } from '../../accounts/utils/parseAccount.js'
2
3
  import { readContract } from '../../actions/index.js'
3
4
  import type { Client } from '../../clients/createClient.js'
4
5
  import type { Transport } from '../../clients/transports/createTransport.js'
5
6
  import { erc20Abi } from '../../constants/abis.js'
6
- import type { AccountNotFoundError } from '../../errors/account.js'
7
- import type { BaseError } from '../../errors/base.js'
7
+ import type { AccountNotFoundErrorType } from '../../errors/account.js'
8
+ import type { BaseErrorType } from '../../errors/base.js'
8
9
  import type { Account, GetAccountParameter } from '../../types/account.js'
9
10
  import type { BlockTag } from '../../types/block.js'
10
11
  import type { Chain } from '../../types/chain.js'
11
- import { parseAccount } from '../../utils/accounts.js'
12
- import { TokenIsEthError } from '../errors/token-is-eth.js'
12
+ import {
13
+ TokenIsEthError,
14
+ type TokenIsEthErrorType,
15
+ } from '../errors/token-is-eth.js'
13
16
  import { isEth } from '../utils/isEth.js'
14
17
 
15
18
  export type GetL1TokenBalanceParameters<
@@ -30,9 +33,9 @@ export type GetL1TokenBalanceParameters<
30
33
  export type GetL1TokenBalanceReturnType = bigint
31
34
 
32
35
  export type GetL1TokenBalanceErrorType =
33
- | AccountNotFoundError
34
- | BaseError
35
- | TokenIsEthError
36
+ | AccountNotFoundErrorType
37
+ | TokenIsEthErrorType
38
+ | BaseErrorType
36
39
 
37
40
  export async function getL1TokenBalance<
38
41
  TChain extends Chain | undefined,
@@ -1,2 +1 @@
1
- export const accountAbstractionVersionNone = 0
2
1
  export const accountAbstractionVersion1 = 1
package/zksync/index.ts CHANGED
@@ -134,6 +134,11 @@ export type {
134
134
  EIP712DomainFn,
135
135
  ZkSyncEip712Meta,
136
136
  } from './types/eip712.js'
137
+ export type {
138
+ CommonDataRawBlockTransaction,
139
+ RawBlockTransactions,
140
+ PublicZkSyncRpcSchema,
141
+ } from './types/eip1193.js'
137
142
  export type { ZkSyncFeeValues } from './types/fee.js'
138
143
  export type {
139
144
  ZkSyncL2ToL1Log,
@@ -32,8 +32,7 @@ export const serializers = {
32
32
  transaction: serializeTransaction,
33
33
  } as const satisfies ChainSerializers
34
34
 
35
- export type SerializeTransactionEIP712ReturnType =
36
- ZkSyncTransactionSerializedEIP712
35
+ type SerializeTransactionEIP712ReturnType = ZkSyncTransactionSerializedEIP712
37
36
 
38
37
  function serializeTransactionEIP712(
39
38
  transaction: ZkSyncTransactionSerializableEIP712,
@@ -22,32 +22,38 @@ export type CommonDataRawBlockTransaction = {
22
22
 
23
23
  export type RawBlockTransactions = {
24
24
  common_data: {
25
- L1?: {
26
- serialId: number
27
- deadlineBlock: number
28
- layer2TipFee: Hex
29
- fullFee: Hex
30
- opProcessingType: string
31
- priorityQueueType: string
32
- } & CommonDataRawBlockTransaction
33
- L2?: {
34
- nonce: number
35
- fee: ZkSyncFee<Hex>
36
- initiatorAddress: Address
37
- signature: Uint8Array
38
- transactionType: string
39
- input?: {
40
- hash: Hash
41
- data: Uint8Array
42
- }
43
- paymasterParams: {
44
- paymaster: Address
45
- paymasterInput: Uint8Array
46
- }
47
- }
48
- ProtocolUpgrade?: {
49
- upgradeId: string
50
- } & CommonDataRawBlockTransaction
25
+ L1?:
26
+ | ({
27
+ serialId: number
28
+ deadlineBlock: number
29
+ layer2TipFee: Hex
30
+ fullFee: Hex
31
+ opProcessingType: string
32
+ priorityQueueType: string
33
+ } & CommonDataRawBlockTransaction)
34
+ | undefined
35
+ L2?:
36
+ | {
37
+ nonce: number
38
+ fee: ZkSyncFee<Hex>
39
+ initiatorAddress: Address
40
+ signature: Uint8Array
41
+ transactionType: string
42
+ input?: {
43
+ hash: Hash
44
+ data: Uint8Array
45
+ }
46
+ paymasterParams: {
47
+ paymaster: Address
48
+ paymasterInput: Uint8Array
49
+ }
50
+ }
51
+ | undefined
52
+ ProtocolUpgrade?:
53
+ | ({
54
+ upgradeId: string
55
+ } & CommonDataRawBlockTransaction)
56
+ | undefined
51
57
  }
52
58
  execute: {
53
59
  calldata: Hash
@@ -5,6 +5,7 @@ import {
5
5
  AbiConstructorNotFoundError,
6
6
  AbiConstructorParamsNotFoundError,
7
7
  } from '../../../errors/abi.js'
8
+ import type { ErrorType } from '../../../errors/utils.js'
8
9
  import type { ContractConstructorArgs } from '../../../types/contract.js'
9
10
  import type { Hash } from '../../../types/misc.js'
10
11
  import type { Hex } from '../../../types/misc.js'
@@ -13,15 +14,19 @@ import type {
13
14
  EncodeDeployDataParameters as EncodeDeployDataParameters_,
14
15
  EncodeDeployDataReturnType,
15
16
  } from '../../../utils/abi/encodeDeployData.js'
16
- import { encodeFunctionData } from '../../../utils/abi/encodeFunctionData.js'
17
+ import {
18
+ type EncodeFunctionDataErrorType,
19
+ encodeFunctionData,
20
+ } from '../../../utils/abi/encodeFunctionData.js'
17
21
  import { toHex } from '../../../utils/encoding/toHex.js'
18
22
  import { contractDeployerAbi } from '../../constants/abis.js'
19
23
  import { accountAbstractionVersion1 } from '../../constants/contract.js'
20
24
  import type { ContractDeploymentType } from '../../types/contract.js'
21
- import { hashBytecode } from '../hashBytecode.js'
25
+ import { type HashBytecodeErrorType, hashBytecode } from '../hashBytecode.js'
22
26
 
23
27
  const docsPath = '/docs/contract/encodeDeployData'
24
28
 
29
+ /** @internal */
25
30
  export type EncodeDeployDataParameters<
26
31
  abi extends Abi | readonly unknown[] = Abi,
27
32
  hasConstructor = abi extends Abi
@@ -37,6 +42,11 @@ export type EncodeDeployDataParameters<
37
42
  salt?: Hash | undefined
38
43
  }
39
44
 
45
+ export type EncodeDeployDataErrorType =
46
+ | EncodeFunctionDataErrorType
47
+ | HashBytecodeErrorType
48
+ | ErrorType
49
+
40
50
  export function encodeDeployData<const abi extends Abi | readonly unknown[]>(
41
51
  parameters: EncodeDeployDataParameters<abi>,
42
52
  ): EncodeDeployDataReturnType {
@@ -6,14 +6,21 @@ import {
6
6
  } from '../../utils/transaction/assertRequest.js'
7
7
  import type { zkSync } from '../../zksync/chains.js'
8
8
  import type { SendTransactionParameters } from '../actions/sendTransaction.js'
9
- import { InvalidEip712TransactionError } from '../errors/transaction.js'
9
+ import {
10
+ InvalidEip712TransactionError,
11
+ type InvalidEip712TransactionErrorType,
12
+ } from '../errors/transaction.js'
10
13
  import { isEIP712Transaction } from './isEip712Transaction.js'
11
14
 
12
15
  export type AssertEip712RequestParameters = ExactPartial<
13
16
  SendTransactionParameters<typeof zkSync>
14
17
  >
15
18
 
16
- export type AssertEip712RequestErrorType = AssertRequestErrorType | ErrorType
19
+ /** @internal */
20
+ export type AssertEip712RequestErrorType =
21
+ | InvalidEip712TransactionErrorType
22
+ | AssertRequestErrorType
23
+ | ErrorType
17
24
 
18
25
  export function assertEip712Request(args: AssertEip712RequestParameters) {
19
26
  if (!isEIP712Transaction(args as any))
@@ -1,14 +1,26 @@
1
+ import type { ErrorType } from '../../errors/utils.js'
1
2
  import type { Hex } from '../../types/misc.js'
2
3
  import { pad } from '../../utils/data/pad.js'
3
- import { toBytes } from '../../utils/encoding/toBytes.js'
4
- import { sha256 } from '../../utils/hash/sha256.js'
4
+ import { type ToBytesErrorType, toBytes } from '../../utils/encoding/toBytes.js'
5
+ import { type Sha256ErrorType, sha256 } from '../../utils/hash/sha256.js'
5
6
  import { maxBytecodeSize } from '../constants/number.js'
6
7
  import {
7
8
  BytecodeLengthExceedsMaxSizeError,
9
+ type BytecodeLengthExceedsMaxSizeErrorType,
8
10
  BytecodeLengthInWordsMustBeOddError,
11
+ type BytecodeLengthInWordsMustBeOddErrorType,
9
12
  BytecodeLengthMustBeDivisibleBy32Error,
13
+ type BytecodeLengthMustBeDivisibleBy32ErrorType,
10
14
  } from '../errors/bytecode.js'
11
15
 
16
+ export type HashBytecodeErrorType =
17
+ | BytecodeLengthExceedsMaxSizeErrorType
18
+ | BytecodeLengthInWordsMustBeOddErrorType
19
+ | BytecodeLengthMustBeDivisibleBy32ErrorType
20
+ | Sha256ErrorType
21
+ | ToBytesErrorType
22
+ | ErrorType
23
+
12
24
  export function hashBytecode(bytecode: Hex): Uint8Array {
13
25
  const bytecodeBytes = toBytes(bytecode)
14
26
  if (bytecodeBytes.length % 32 !== 0)
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.publicKeyToAddress = exports.parseAccount = void 0;
4
- var parseAccount_js_1 = require("../accounts/utils/parseAccount.js");
5
- Object.defineProperty(exports, "parseAccount", { enumerable: true, get: function () { return parseAccount_js_1.parseAccount; } });
6
- var publicKeyToAddress_js_1 = require("../accounts/utils/publicKeyToAddress.js");
7
- Object.defineProperty(exports, "publicKeyToAddress", { enumerable: true, get: function () { return publicKeyToAddress_js_1.publicKeyToAddress; } });
8
- //# sourceMappingURL=accounts.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"accounts.js","sourceRoot":"","sources":["../../utils/accounts.ts"],"names":[],"mappings":";;;AAKA,qEAAgE;AAAvD,+GAAA,YAAY,OAAA;AACrB,iFAA4E;AAAnE,2HAAA,kBAAkB,OAAA"}
@@ -1,7 +0,0 @@
1
- // Tree-shaking doesn't work well when we import from an index entrypoint. We don't
2
- // want to bundle libs like `@noble/curves`, etc within the `/accounts` entrypoint
3
- // as that will dramatically increase bundle size. So we export the modules directly.
4
- // biome-ignore lint/performance/noBarrelFile: entrypoint module
5
- export { parseAccount } from '../accounts/utils/parseAccount.js';
6
- export { publicKeyToAddress } from '../accounts/utils/publicKeyToAddress.js';
7
- //# sourceMappingURL=accounts.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"accounts.js","sourceRoot":"","sources":["../../utils/accounts.ts"],"names":[],"mappings":"AAAA,mFAAmF;AACnF,kFAAkF;AAClF,qFAAqF;AAErF,gEAAgE;AAChE,OAAO,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAA;AAChE,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAA"}
@@ -1,3 +0,0 @@
1
- export { parseAccount } from '../accounts/utils/parseAccount.js';
2
- export { publicKeyToAddress } from '../accounts/utils/publicKeyToAddress.js';
3
- //# sourceMappingURL=accounts.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"accounts.d.ts","sourceRoot":"","sources":["../../utils/accounts.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAA;AAChE,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAA"}
package/utils/accounts.ts DELETED
@@ -1,7 +0,0 @@
1
- // Tree-shaking doesn't work well when we import from an index entrypoint. We don't
2
- // want to bundle libs like `@noble/curves`, etc within the `/accounts` entrypoint
3
- // as that will dramatically increase bundle size. So we export the modules directly.
4
-
5
- // biome-ignore lint/performance/noBarrelFile: entrypoint module
6
- export { parseAccount } from '../accounts/utils/parseAccount.js'
7
- export { publicKeyToAddress } from '../accounts/utils/publicKeyToAddress.js'