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
@@ -1,6 +1,7 @@
1
1
  import type { Address } from 'abitype'
2
2
  import type { OneOf } from '../../../types/utils.js'
3
3
 
4
+ /** @internal */
4
5
  export type AccountSigner = {
5
6
  type: 'account'
6
7
  data: {
@@ -8,6 +9,7 @@ export type AccountSigner = {
8
9
  }
9
10
  }
10
11
 
12
+ /** @internal */
11
13
  export type KeySigner = {
12
14
  type: 'key'
13
15
  data: {
@@ -15,6 +17,7 @@ export type KeySigner = {
15
17
  }
16
18
  }
17
19
 
20
+ /** @internal */
18
21
  export type MultiKeySigner = {
19
22
  type: 'keys'
20
23
  data: {
package/index.ts CHANGED
@@ -994,7 +994,7 @@ export type {
994
994
  EIP1193Provider,
995
995
  EIP1193RequestFn,
996
996
  EIP1474Methods,
997
- ProviderRpcError as EIP1193ProviderRpcError,
997
+ ProviderRpcErrorType as EIP1193ProviderRpcErrorType,
998
998
  ProviderConnectInfo,
999
999
  ProviderMessage,
1000
1000
  PublicRpcSchema,
@@ -1014,6 +1014,7 @@ export type {
1014
1014
  WalletRpcSchema,
1015
1015
  WatchAssetParams,
1016
1016
  } from './types/eip1193.js'
1017
+ export { ProviderRpcError as EIP1193ProviderRpcError } from './types/eip1193.js'
1017
1018
  export type { BlobSidecar, BlobSidecars } from './types/eip4844.js'
1018
1019
  export type {
1019
1020
  FeeHistory,
@@ -1026,7 +1027,6 @@ export type {
1026
1027
  export type { Filter, FilterType } from './types/filter.js'
1027
1028
  export type { TypedDataDefinition } from './types/typedData.js'
1028
1029
  export type { GetTransportConfig, GetPollOptions } from './types/transport.js'
1029
- export type { HDKey } from '@scure/bip32'
1030
1030
  export type { Log } from './types/log.js'
1031
1031
  export type {
1032
1032
  MulticallContracts,
@@ -1036,6 +1036,7 @@ export type {
1036
1036
  export type {
1037
1037
  ParseAccount,
1038
1038
  DeriveAccount,
1039
+ HDKey,
1039
1040
  } from './types/account.js'
1040
1041
  export type {
1041
1042
  Index,
@@ -1178,6 +1179,7 @@ export {
1178
1179
  export {
1179
1180
  type GetAbiItemErrorType,
1180
1181
  type GetAbiItemParameters,
1182
+ type GetAbiItemReturnType,
1181
1183
  getAbiItem,
1182
1184
  } from './utils/abi/getAbiItem.js'
1183
1185
  export {
@@ -1553,19 +1555,33 @@ export {
1553
1555
  hashMessage,
1554
1556
  } from './utils/signature/hashMessage.js'
1555
1557
  export {
1558
+ type IsAddressOptions,
1556
1559
  type IsAddressErrorType,
1557
1560
  isAddress,
1558
1561
  } from './utils/address/isAddress.js'
1559
1562
  export {
1563
+ type IsAddressEqualReturnType,
1560
1564
  type IsAddressEqualErrorType,
1561
1565
  isAddressEqual,
1562
1566
  } from './utils/address/isAddressEqual.js'
1563
1567
  export { type IsBytesErrorType, isBytes } from './utils/data/isBytes.js'
1564
1568
  export { type IsHashErrorType, isHash } from './utils/hash/isHash.js'
1565
1569
  export { type IsHexErrorType, isHex } from './utils/data/isHex.js'
1566
- export { type Keccak256ErrorType, keccak256 } from './utils/hash/keccak256.js'
1567
- export { type Sha256ErrorType, sha256 } from './utils/hash/sha256.js'
1568
- export { type Ripemd160ErrorType, ripemd160 } from './utils/hash/ripemd160.js'
1570
+ export {
1571
+ type Keccak256Hash,
1572
+ type Keccak256ErrorType,
1573
+ keccak256,
1574
+ } from './utils/hash/keccak256.js'
1575
+ export {
1576
+ type Sha256Hash,
1577
+ type Sha256ErrorType,
1578
+ sha256,
1579
+ } from './utils/hash/sha256.js'
1580
+ export {
1581
+ type Ripemd160Hash,
1582
+ type Ripemd160ErrorType,
1583
+ ripemd160,
1584
+ } from './utils/hash/ripemd160.js'
1569
1585
  export {
1570
1586
  type PadBytesErrorType,
1571
1587
  type PadErrorType,
@@ -12,8 +12,3 @@ export const mainnetTrustedSetupPath = resolve(
12
12
  __dirname,
13
13
  '../trusted-setups/mainnet.json',
14
14
  )
15
-
16
- export const minimalTrustedSetupPath = resolve(
17
- __dirname,
18
- '../trusted-setups/mainnet.json',
19
- )
@@ -4,8 +4,3 @@ export const mainnetTrustedSetupPath = resolve(
4
4
  __dirname,
5
5
  '../trusted-setups/mainnet.json',
6
6
  )
7
-
8
- export const minimalTrustedSetupPath = resolve(
9
- __dirname,
10
- '../trusted-setups/mainnet.json',
11
- )
package/op-stack/abis.ts CHANGED
@@ -335,464 +335,6 @@ export const l2OutputOracleAbi = [
335
335
  },
336
336
  ] as const
337
337
 
338
- export const l1StandardBridgeAbi = [
339
- { stateMutability: 'nonpayable', type: 'constructor', inputs: [] },
340
- {
341
- type: 'event',
342
- anonymous: false,
343
- inputs: [
344
- {
345
- name: 'localToken',
346
- internalType: 'address',
347
- type: 'address',
348
- indexed: true,
349
- },
350
- {
351
- name: 'remoteToken',
352
- internalType: 'address',
353
- type: 'address',
354
- indexed: true,
355
- },
356
- { name: 'from', internalType: 'address', type: 'address', indexed: true },
357
- { name: 'to', internalType: 'address', type: 'address', indexed: false },
358
- {
359
- name: 'amount',
360
- internalType: 'uint256',
361
- type: 'uint256',
362
- indexed: false,
363
- },
364
- {
365
- name: 'extraData',
366
- internalType: 'bytes',
367
- type: 'bytes',
368
- indexed: false,
369
- },
370
- ],
371
- name: 'ERC20BridgeFinalized',
372
- },
373
- {
374
- type: 'event',
375
- anonymous: false,
376
- inputs: [
377
- {
378
- name: 'localToken',
379
- internalType: 'address',
380
- type: 'address',
381
- indexed: true,
382
- },
383
- {
384
- name: 'remoteToken',
385
- internalType: 'address',
386
- type: 'address',
387
- indexed: true,
388
- },
389
- { name: 'from', internalType: 'address', type: 'address', indexed: true },
390
- { name: 'to', internalType: 'address', type: 'address', indexed: false },
391
- {
392
- name: 'amount',
393
- internalType: 'uint256',
394
- type: 'uint256',
395
- indexed: false,
396
- },
397
- {
398
- name: 'extraData',
399
- internalType: 'bytes',
400
- type: 'bytes',
401
- indexed: false,
402
- },
403
- ],
404
- name: 'ERC20BridgeInitiated',
405
- },
406
- {
407
- type: 'event',
408
- anonymous: false,
409
- inputs: [
410
- {
411
- name: 'l1Token',
412
- internalType: 'address',
413
- type: 'address',
414
- indexed: true,
415
- },
416
- {
417
- name: 'l2Token',
418
- internalType: 'address',
419
- type: 'address',
420
- indexed: true,
421
- },
422
- { name: 'from', internalType: 'address', type: 'address', indexed: true },
423
- { name: 'to', internalType: 'address', type: 'address', indexed: false },
424
- {
425
- name: 'amount',
426
- internalType: 'uint256',
427
- type: 'uint256',
428
- indexed: false,
429
- },
430
- {
431
- name: 'extraData',
432
- internalType: 'bytes',
433
- type: 'bytes',
434
- indexed: false,
435
- },
436
- ],
437
- name: 'ERC20DepositInitiated',
438
- },
439
- {
440
- type: 'event',
441
- anonymous: false,
442
- inputs: [
443
- {
444
- name: 'l1Token',
445
- internalType: 'address',
446
- type: 'address',
447
- indexed: true,
448
- },
449
- {
450
- name: 'l2Token',
451
- internalType: 'address',
452
- type: 'address',
453
- indexed: true,
454
- },
455
- { name: 'from', internalType: 'address', type: 'address', indexed: true },
456
- { name: 'to', internalType: 'address', type: 'address', indexed: false },
457
- {
458
- name: 'amount',
459
- internalType: 'uint256',
460
- type: 'uint256',
461
- indexed: false,
462
- },
463
- {
464
- name: 'extraData',
465
- internalType: 'bytes',
466
- type: 'bytes',
467
- indexed: false,
468
- },
469
- ],
470
- name: 'ERC20WithdrawalFinalized',
471
- },
472
- {
473
- type: 'event',
474
- anonymous: false,
475
- inputs: [
476
- { name: 'from', internalType: 'address', type: 'address', indexed: true },
477
- { name: 'to', internalType: 'address', type: 'address', indexed: true },
478
- {
479
- name: 'amount',
480
- internalType: 'uint256',
481
- type: 'uint256',
482
- indexed: false,
483
- },
484
- {
485
- name: 'extraData',
486
- internalType: 'bytes',
487
- type: 'bytes',
488
- indexed: false,
489
- },
490
- ],
491
- name: 'ETHBridgeFinalized',
492
- },
493
- {
494
- type: 'event',
495
- anonymous: false,
496
- inputs: [
497
- { name: 'from', internalType: 'address', type: 'address', indexed: true },
498
- { name: 'to', internalType: 'address', type: 'address', indexed: true },
499
- {
500
- name: 'amount',
501
- internalType: 'uint256',
502
- type: 'uint256',
503
- indexed: false,
504
- },
505
- {
506
- name: 'extraData',
507
- internalType: 'bytes',
508
- type: 'bytes',
509
- indexed: false,
510
- },
511
- ],
512
- name: 'ETHBridgeInitiated',
513
- },
514
- {
515
- type: 'event',
516
- anonymous: false,
517
- inputs: [
518
- { name: 'from', internalType: 'address', type: 'address', indexed: true },
519
- { name: 'to', internalType: 'address', type: 'address', indexed: true },
520
- {
521
- name: 'amount',
522
- internalType: 'uint256',
523
- type: 'uint256',
524
- indexed: false,
525
- },
526
- {
527
- name: 'extraData',
528
- internalType: 'bytes',
529
- type: 'bytes',
530
- indexed: false,
531
- },
532
- ],
533
- name: 'ETHDepositInitiated',
534
- },
535
- {
536
- type: 'event',
537
- anonymous: false,
538
- inputs: [
539
- { name: 'from', internalType: 'address', type: 'address', indexed: true },
540
- { name: 'to', internalType: 'address', type: 'address', indexed: true },
541
- {
542
- name: 'amount',
543
- internalType: 'uint256',
544
- type: 'uint256',
545
- indexed: false,
546
- },
547
- {
548
- name: 'extraData',
549
- internalType: 'bytes',
550
- type: 'bytes',
551
- indexed: false,
552
- },
553
- ],
554
- name: 'ETHWithdrawalFinalized',
555
- },
556
- {
557
- type: 'event',
558
- anonymous: false,
559
- inputs: [
560
- { name: 'version', internalType: 'uint8', type: 'uint8', indexed: false },
561
- ],
562
- name: 'Initialized',
563
- },
564
- {
565
- stateMutability: 'view',
566
- type: 'function',
567
- inputs: [],
568
- name: 'MESSENGER',
569
- outputs: [
570
- {
571
- name: '',
572
- internalType: 'contract CrossDomainMessenger',
573
- type: 'address',
574
- },
575
- ],
576
- },
577
- {
578
- stateMutability: 'view',
579
- type: 'function',
580
- inputs: [],
581
- name: 'OTHER_BRIDGE',
582
- outputs: [
583
- { name: '', internalType: 'contract StandardBridge', type: 'address' },
584
- ],
585
- },
586
- {
587
- stateMutability: 'nonpayable',
588
- type: 'function',
589
- inputs: [
590
- { name: '_localToken', internalType: 'address', type: 'address' },
591
- { name: '_remoteToken', internalType: 'address', type: 'address' },
592
- { name: '_amount', internalType: 'uint256', type: 'uint256' },
593
- { name: '_minGasLimit', internalType: 'uint32', type: 'uint32' },
594
- { name: '_extraData', internalType: 'bytes', type: 'bytes' },
595
- ],
596
- name: 'bridgeERC20',
597
- outputs: [],
598
- },
599
- {
600
- stateMutability: 'nonpayable',
601
- type: 'function',
602
- inputs: [
603
- { name: '_localToken', internalType: 'address', type: 'address' },
604
- { name: '_remoteToken', internalType: 'address', type: 'address' },
605
- { name: '_to', internalType: 'address', type: 'address' },
606
- { name: '_amount', internalType: 'uint256', type: 'uint256' },
607
- { name: '_minGasLimit', internalType: 'uint32', type: 'uint32' },
608
- { name: '_extraData', internalType: 'bytes', type: 'bytes' },
609
- ],
610
- name: 'bridgeERC20To',
611
- outputs: [],
612
- },
613
- {
614
- stateMutability: 'payable',
615
- type: 'function',
616
- inputs: [
617
- { name: '_minGasLimit', internalType: 'uint32', type: 'uint32' },
618
- { name: '_extraData', internalType: 'bytes', type: 'bytes' },
619
- ],
620
- name: 'bridgeETH',
621
- outputs: [],
622
- },
623
- {
624
- stateMutability: 'payable',
625
- type: 'function',
626
- inputs: [
627
- { name: '_to', internalType: 'address', type: 'address' },
628
- { name: '_minGasLimit', internalType: 'uint32', type: 'uint32' },
629
- { name: '_extraData', internalType: 'bytes', type: 'bytes' },
630
- ],
631
- name: 'bridgeETHTo',
632
- outputs: [],
633
- },
634
- {
635
- stateMutability: 'nonpayable',
636
- type: 'function',
637
- inputs: [
638
- { name: '_l1Token', internalType: 'address', type: 'address' },
639
- { name: '_l2Token', internalType: 'address', type: 'address' },
640
- { name: '_amount', internalType: 'uint256', type: 'uint256' },
641
- { name: '_minGasLimit', internalType: 'uint32', type: 'uint32' },
642
- { name: '_extraData', internalType: 'bytes', type: 'bytes' },
643
- ],
644
- name: 'depositERC20',
645
- outputs: [],
646
- },
647
- {
648
- stateMutability: 'nonpayable',
649
- type: 'function',
650
- inputs: [
651
- { name: '_l1Token', internalType: 'address', type: 'address' },
652
- { name: '_l2Token', internalType: 'address', type: 'address' },
653
- { name: '_to', internalType: 'address', type: 'address' },
654
- { name: '_amount', internalType: 'uint256', type: 'uint256' },
655
- { name: '_minGasLimit', internalType: 'uint32', type: 'uint32' },
656
- { name: '_extraData', internalType: 'bytes', type: 'bytes' },
657
- ],
658
- name: 'depositERC20To',
659
- outputs: [],
660
- },
661
- {
662
- stateMutability: 'payable',
663
- type: 'function',
664
- inputs: [
665
- { name: '_minGasLimit', internalType: 'uint32', type: 'uint32' },
666
- { name: '_extraData', internalType: 'bytes', type: 'bytes' },
667
- ],
668
- name: 'depositETH',
669
- outputs: [],
670
- },
671
- {
672
- stateMutability: 'payable',
673
- type: 'function',
674
- inputs: [
675
- { name: '_to', internalType: 'address', type: 'address' },
676
- { name: '_minGasLimit', internalType: 'uint32', type: 'uint32' },
677
- { name: '_extraData', internalType: 'bytes', type: 'bytes' },
678
- ],
679
- name: 'depositETHTo',
680
- outputs: [],
681
- },
682
- {
683
- stateMutability: 'view',
684
- type: 'function',
685
- inputs: [
686
- { name: '', internalType: 'address', type: 'address' },
687
- { name: '', internalType: 'address', type: 'address' },
688
- ],
689
- name: 'deposits',
690
- outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
691
- },
692
- {
693
- stateMutability: 'nonpayable',
694
- type: 'function',
695
- inputs: [
696
- { name: '_localToken', internalType: 'address', type: 'address' },
697
- { name: '_remoteToken', internalType: 'address', type: 'address' },
698
- { name: '_from', internalType: 'address', type: 'address' },
699
- { name: '_to', internalType: 'address', type: 'address' },
700
- { name: '_amount', internalType: 'uint256', type: 'uint256' },
701
- { name: '_extraData', internalType: 'bytes', type: 'bytes' },
702
- ],
703
- name: 'finalizeBridgeERC20',
704
- outputs: [],
705
- },
706
- {
707
- stateMutability: 'payable',
708
- type: 'function',
709
- inputs: [
710
- { name: '_from', internalType: 'address', type: 'address' },
711
- { name: '_to', internalType: 'address', type: 'address' },
712
- { name: '_amount', internalType: 'uint256', type: 'uint256' },
713
- { name: '_extraData', internalType: 'bytes', type: 'bytes' },
714
- ],
715
- name: 'finalizeBridgeETH',
716
- outputs: [],
717
- },
718
- {
719
- stateMutability: 'nonpayable',
720
- type: 'function',
721
- inputs: [
722
- { name: '_l1Token', internalType: 'address', type: 'address' },
723
- { name: '_l2Token', internalType: 'address', type: 'address' },
724
- { name: '_from', internalType: 'address', type: 'address' },
725
- { name: '_to', internalType: 'address', type: 'address' },
726
- { name: '_amount', internalType: 'uint256', type: 'uint256' },
727
- { name: '_extraData', internalType: 'bytes', type: 'bytes' },
728
- ],
729
- name: 'finalizeERC20Withdrawal',
730
- outputs: [],
731
- },
732
- {
733
- stateMutability: 'payable',
734
- type: 'function',
735
- inputs: [
736
- { name: '_from', internalType: 'address', type: 'address' },
737
- { name: '_to', internalType: 'address', type: 'address' },
738
- { name: '_amount', internalType: 'uint256', type: 'uint256' },
739
- { name: '_extraData', internalType: 'bytes', type: 'bytes' },
740
- ],
741
- name: 'finalizeETHWithdrawal',
742
- outputs: [],
743
- },
744
- {
745
- stateMutability: 'nonpayable',
746
- type: 'function',
747
- inputs: [
748
- {
749
- name: '_messenger',
750
- internalType: 'contract CrossDomainMessenger',
751
- type: 'address',
752
- },
753
- ],
754
- name: 'initialize',
755
- outputs: [],
756
- },
757
- {
758
- stateMutability: 'view',
759
- type: 'function',
760
- inputs: [],
761
- name: 'l2TokenBridge',
762
- outputs: [{ name: '', internalType: 'address', type: 'address' }],
763
- },
764
- {
765
- stateMutability: 'view',
766
- type: 'function',
767
- inputs: [],
768
- name: 'messenger',
769
- outputs: [
770
- {
771
- name: '',
772
- internalType: 'contract CrossDomainMessenger',
773
- type: 'address',
774
- },
775
- ],
776
- },
777
- {
778
- stateMutability: 'view',
779
- type: 'function',
780
- inputs: [],
781
- name: 'otherBridge',
782
- outputs: [
783
- { name: '', internalType: 'contract StandardBridge', type: 'address' },
784
- ],
785
- },
786
- {
787
- stateMutability: 'view',
788
- type: 'function',
789
- inputs: [],
790
- name: 'version',
791
- outputs: [{ name: '', internalType: 'string', type: 'string' }],
792
- },
793
- { stateMutability: 'payable', type: 'receive' },
794
- ] as const
795
-
796
338
  export const l2ToL1MessagePasserAbi = [
797
339
  { inputs: [], stateMutability: 'nonpayable', type: 'constructor' },
798
340
  {
@@ -156,6 +156,7 @@ export async function buildProveWithdrawal<
156
156
  >
157
157
  }
158
158
 
159
+ /** @internal */
159
160
  export function maybeAddProofNode(key: string, proof: readonly Hex[]) {
160
161
  const lastProofRlp = proof[proof.length - 1]
161
162
  const lastProof = fromRlp(lastProofRlp)
@@ -15,7 +15,10 @@ import type {
15
15
  import type { TransactionReceipt } from '../../types/transaction.js'
16
16
  import type { OneOf } from '../../types/utils.js'
17
17
  import { portal2Abi, portalAbi } from '../abis.js'
18
- import { ReceiptContainsNoWithdrawalsError } from '../errors/withdrawal.js'
18
+ import {
19
+ ReceiptContainsNoWithdrawalsError,
20
+ type ReceiptContainsNoWithdrawalsErrorType,
21
+ } from '../errors/withdrawal.js'
19
22
  import type { TargetChain } from '../types/chain.js'
20
23
  import type { GetContractAddressParameter } from '../types/contract.js'
21
24
  import {
@@ -67,11 +70,13 @@ export type GetWithdrawalStatusReturnType =
67
70
  | 'waiting-to-finalize'
68
71
  | 'ready-to-finalize'
69
72
  | 'finalized'
73
+
70
74
  export type GetWithdrawalStatusErrorType =
71
75
  | GetL2OutputErrorType
72
76
  | GetTimeToFinalizeErrorType
73
77
  | GetWithdrawalsErrorType
74
78
  | ReadContractErrorType
79
+ | ReceiptContainsNoWithdrawalsErrorType
75
80
  | ErrorType
76
81
 
77
82
  /**
package/op-stack/index.ts CHANGED
@@ -176,7 +176,6 @@ export {
176
176
 
177
177
  export { chainConfig } from './chainConfig.js'
178
178
 
179
- // @ts-ignore TS2354: This syntax requires an imported helper but module 'tslib' cannot be found.
180
179
  // biome-ignore lint/performance/noReExportAll: intentionally re-exporting
181
180
  export * from './chains.js'
182
181
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "viem",
3
3
  "description": "TypeScript Interface for Ethereum",
4
- "version": "2.13.7",
4
+ "version": "2.13.8",
5
5
  "main": "./_cjs/index.js",
6
6
  "module": "./_esm/index.js",
7
7
  "types": "./_types/index.d.ts",
package/types/account.ts CHANGED
@@ -1,7 +1,6 @@
1
1
  import type { Address } from 'abitype'
2
2
 
3
3
  import type { Account, JsonRpcAccount } from '../accounts/types.js'
4
-
5
4
  import type { IsUndefined, Prettify } from './utils.js'
6
5
 
7
6
  export type DeriveAccount<
@@ -28,14 +27,5 @@ export type ParseAccount<
28
27
  ? Prettify<JsonRpcAccount<TAccountOrAddress>>
29
28
  : TAccountOrAddress
30
29
 
31
- export type {
32
- Account,
33
- AccountSource,
34
- CustomSource,
35
- HDAccount,
36
- HDOptions,
37
- JsonRpcAccount,
38
- LocalAccount,
39
- PrivateKeyAccount,
40
- } from '../accounts/types.js'
30
+ export type { Account } from '../accounts/types.js'
41
31
  export type { HDKey } from '@scure/bip32'
package/types/kzg.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  import type { Address } from 'abitype'
2
- import type { LocalAccount } from './account.js'
2
+
3
+ import type { LocalAccount } from '../accounts/types.js'
3
4
  import type { ByteArray } from './misc.js'
4
5
  import type { TransactionRequestEIP4844 } from './transaction.js'
5
6
  import type { MaybeRequired } from './utils.js'
package/types/proof.ts CHANGED
@@ -1,9 +1,9 @@
1
1
  import type { Address } from 'abitype'
2
2
  import type { Hash } from './misc.js'
3
3
 
4
- export type AccountProof = Hash
4
+ type AccountProof = Hash
5
5
 
6
- export type StorageProof<TQuantity = bigint> = {
6
+ type StorageProof<TQuantity = bigint> = {
7
7
  key: Hash
8
8
  proof: Hash[]
9
9
  value: TQuantity