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
@@ -98,6 +98,7 @@ export declare const liskSepolia: {
98
98
  readonly transaction: {
99
99
  exclude: [] | undefined;
100
100
  format: (args: ({
101
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
101
102
  r?: `0x${string}`;
102
103
  s?: `0x${string}`;
103
104
  v?: `0x${string}`;
@@ -106,7 +107,6 @@ export declare const liskSepolia: {
106
107
  maxFeePerBlobGas?: `0x${string}` | undefined;
107
108
  maxFeePerGas?: `0x${string}` | undefined;
108
109
  maxPriorityFeePerGas?: `0x${string}` | undefined;
109
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
110
110
  to?: `0x${string}` | null;
111
111
  from?: `0x${string}`;
112
112
  gas?: `0x${string}`;
@@ -121,6 +121,7 @@ export declare const liskSepolia: {
121
121
  transactionIndex?: `0x${string}` | null;
122
122
  chainId?: `0x${string}` | undefined;
123
123
  } & {
124
+ type: "0x0";
124
125
  r: `0x${string}`;
125
126
  s: `0x${string}`;
126
127
  v: `0x${string}`;
@@ -129,7 +130,6 @@ export declare const liskSepolia: {
129
130
  maxFeePerBlobGas?: undefined;
130
131
  maxFeePerGas?: undefined;
131
132
  maxPriorityFeePerGas?: undefined;
132
- type: "0x0";
133
133
  to: `0x${string}` | null;
134
134
  from: `0x${string}`;
135
135
  gas: `0x${string}`;
@@ -148,6 +148,7 @@ export declare const liskSepolia: {
148
148
  mint?: undefined;
149
149
  sourceHash?: undefined;
150
150
  }) | ({
151
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
151
152
  r?: `0x${string}`;
152
153
  s?: `0x${string}`;
153
154
  v?: `0x${string}`;
@@ -156,7 +157,6 @@ export declare const liskSepolia: {
156
157
  maxFeePerBlobGas?: `0x${string}` | undefined;
157
158
  maxFeePerGas?: `0x${string}` | undefined;
158
159
  maxPriorityFeePerGas?: `0x${string}` | undefined;
159
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
160
160
  to?: `0x${string}` | null;
161
161
  from?: `0x${string}`;
162
162
  gas?: `0x${string}`;
@@ -176,6 +176,7 @@ export declare const liskSepolia: {
176
176
  sourceHash: `0x${string}`;
177
177
  type: "0x7e";
178
178
  }) | ({
179
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
179
180
  r?: `0x${string}`;
180
181
  s?: `0x${string}`;
181
182
  v?: `0x${string}`;
@@ -183,7 +184,6 @@ export declare const liskSepolia: {
183
184
  maxFeePerBlobGas?: `0x${string}` | undefined;
184
185
  maxFeePerGas?: `0x${string}` | undefined;
185
186
  maxPriorityFeePerGas?: `0x${string}` | undefined;
186
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
187
187
  to?: `0x${string}` | null;
188
188
  from?: `0x${string}`;
189
189
  gas?: `0x${string}`;
@@ -199,6 +199,7 @@ export declare const liskSepolia: {
199
199
  chainId?: `0x${string}` | undefined;
200
200
  yParity?: `0x${string}` | undefined;
201
201
  } & {
202
+ type: "0x0";
202
203
  r: `0x${string}`;
203
204
  s: `0x${string}`;
204
205
  v: `0x${string}`;
@@ -207,7 +208,6 @@ export declare const liskSepolia: {
207
208
  maxFeePerBlobGas?: undefined;
208
209
  maxFeePerGas?: undefined;
209
210
  maxPriorityFeePerGas?: undefined;
210
- type: "0x0";
211
211
  to: `0x${string}` | null;
212
212
  from: `0x${string}`;
213
213
  gas: `0x${string}`;
@@ -226,6 +226,7 @@ export declare const liskSepolia: {
226
226
  mint?: undefined;
227
227
  sourceHash?: undefined;
228
228
  }) | ({
229
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
229
230
  r?: `0x${string}`;
230
231
  s?: `0x${string}`;
231
232
  v?: `0x${string}`;
@@ -233,7 +234,6 @@ export declare const liskSepolia: {
233
234
  maxFeePerBlobGas?: `0x${string}` | undefined;
234
235
  maxFeePerGas?: `0x${string}` | undefined;
235
236
  maxPriorityFeePerGas?: `0x${string}` | undefined;
236
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
237
237
  to?: `0x${string}` | null;
238
238
  from?: `0x${string}`;
239
239
  gas?: `0x${string}`;
@@ -249,6 +249,7 @@ export declare const liskSepolia: {
249
249
  chainId?: `0x${string}` | undefined;
250
250
  yParity?: `0x${string}` | undefined;
251
251
  } & {
252
+ type: "0x1";
252
253
  r: `0x${string}`;
253
254
  s: `0x${string}`;
254
255
  v: `0x${string}`;
@@ -256,7 +257,6 @@ export declare const liskSepolia: {
256
257
  maxFeePerBlobGas?: undefined;
257
258
  maxFeePerGas?: undefined;
258
259
  maxPriorityFeePerGas?: undefined;
259
- type: "0x1";
260
260
  to: `0x${string}` | null;
261
261
  from: `0x${string}`;
262
262
  gas: `0x${string}`;
@@ -276,6 +276,7 @@ export declare const liskSepolia: {
276
276
  mint?: undefined;
277
277
  sourceHash?: undefined;
278
278
  }) | ({
279
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
279
280
  r?: `0x${string}`;
280
281
  s?: `0x${string}`;
281
282
  v?: `0x${string}`;
@@ -283,7 +284,6 @@ export declare const liskSepolia: {
283
284
  maxFeePerBlobGas?: `0x${string}` | undefined;
284
285
  maxFeePerGas?: `0x${string}` | undefined;
285
286
  maxPriorityFeePerGas?: `0x${string}` | undefined;
286
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
287
287
  to?: `0x${string}` | null;
288
288
  from?: `0x${string}`;
289
289
  gas?: `0x${string}`;
@@ -299,6 +299,7 @@ export declare const liskSepolia: {
299
299
  chainId?: `0x${string}` | undefined;
300
300
  yParity?: `0x${string}` | undefined;
301
301
  } & {
302
+ type: "0x2";
302
303
  r: `0x${string}`;
303
304
  s: `0x${string}`;
304
305
  v: `0x${string}`;
@@ -306,7 +307,6 @@ export declare const liskSepolia: {
306
307
  maxFeePerBlobGas?: undefined;
307
308
  maxFeePerGas: `0x${string}`;
308
309
  maxPriorityFeePerGas: `0x${string}`;
309
- type: "0x2";
310
310
  to: `0x${string}` | null;
311
311
  from: `0x${string}`;
312
312
  gas: `0x${string}`;
@@ -326,6 +326,7 @@ export declare const liskSepolia: {
326
326
  mint?: undefined;
327
327
  sourceHash?: undefined;
328
328
  }) | ({
329
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
329
330
  r?: `0x${string}`;
330
331
  s?: `0x${string}`;
331
332
  v?: `0x${string}`;
@@ -333,7 +334,6 @@ export declare const liskSepolia: {
333
334
  maxFeePerBlobGas?: `0x${string}` | undefined;
334
335
  maxFeePerGas?: `0x${string}` | undefined;
335
336
  maxPriorityFeePerGas?: `0x${string}` | undefined;
336
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
337
337
  to?: `0x${string}` | null;
338
338
  from?: `0x${string}`;
339
339
  gas?: `0x${string}`;
@@ -354,6 +354,7 @@ export declare const liskSepolia: {
354
354
  sourceHash: `0x${string}`;
355
355
  type: "0x7e";
356
356
  }) | ({
357
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
357
358
  r?: `0x${string}`;
358
359
  s?: `0x${string}`;
359
360
  v?: `0x${string}`;
@@ -361,7 +362,6 @@ export declare const liskSepolia: {
361
362
  maxFeePerBlobGas?: `0x${string}` | undefined;
362
363
  maxFeePerGas?: `0x${string}` | undefined;
363
364
  maxPriorityFeePerGas?: `0x${string}` | undefined;
364
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
365
365
  to?: `0x${string}` | null;
366
366
  from?: `0x${string}`;
367
367
  gas?: `0x${string}`;
@@ -377,6 +377,7 @@ export declare const liskSepolia: {
377
377
  chainId?: `0x${string}` | undefined;
378
378
  yParity?: `0x${string}` | undefined;
379
379
  } & {
380
+ type: "0x0";
380
381
  r: `0x${string}`;
381
382
  s: `0x${string}`;
382
383
  v: `0x${string}`;
@@ -385,7 +386,6 @@ export declare const liskSepolia: {
385
386
  maxFeePerBlobGas?: undefined;
386
387
  maxFeePerGas?: undefined;
387
388
  maxPriorityFeePerGas?: undefined;
388
- type: "0x0";
389
389
  to: `0x${string}` | null;
390
390
  from: `0x${string}`;
391
391
  gas: `0x${string}`;
@@ -404,6 +404,7 @@ export declare const liskSepolia: {
404
404
  mint?: undefined;
405
405
  sourceHash?: undefined;
406
406
  }) | ({
407
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
407
408
  r?: `0x${string}`;
408
409
  s?: `0x${string}`;
409
410
  v?: `0x${string}`;
@@ -411,7 +412,6 @@ export declare const liskSepolia: {
411
412
  maxFeePerBlobGas?: `0x${string}` | undefined;
412
413
  maxFeePerGas?: `0x${string}` | undefined;
413
414
  maxPriorityFeePerGas?: `0x${string}` | undefined;
414
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
415
415
  to?: `0x${string}` | null;
416
416
  from?: `0x${string}`;
417
417
  gas?: `0x${string}`;
@@ -427,6 +427,7 @@ export declare const liskSepolia: {
427
427
  chainId?: `0x${string}` | undefined;
428
428
  yParity?: `0x${string}` | undefined;
429
429
  } & {
430
+ type: "0x1";
430
431
  r: `0x${string}`;
431
432
  s: `0x${string}`;
432
433
  v: `0x${string}`;
@@ -434,7 +435,6 @@ export declare const liskSepolia: {
434
435
  maxFeePerBlobGas?: undefined;
435
436
  maxFeePerGas?: undefined;
436
437
  maxPriorityFeePerGas?: undefined;
437
- type: "0x1";
438
438
  to: `0x${string}` | null;
439
439
  from: `0x${string}`;
440
440
  gas: `0x${string}`;
@@ -454,6 +454,7 @@ export declare const liskSepolia: {
454
454
  mint?: undefined;
455
455
  sourceHash?: undefined;
456
456
  }) | ({
457
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
457
458
  r?: `0x${string}`;
458
459
  s?: `0x${string}`;
459
460
  v?: `0x${string}`;
@@ -461,7 +462,6 @@ export declare const liskSepolia: {
461
462
  maxFeePerBlobGas?: `0x${string}` | undefined;
462
463
  maxFeePerGas?: `0x${string}` | undefined;
463
464
  maxPriorityFeePerGas?: `0x${string}` | undefined;
464
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
465
465
  to?: `0x${string}` | null;
466
466
  from?: `0x${string}`;
467
467
  gas?: `0x${string}`;
@@ -477,6 +477,7 @@ export declare const liskSepolia: {
477
477
  chainId?: `0x${string}` | undefined;
478
478
  yParity?: `0x${string}` | undefined;
479
479
  } & {
480
+ type: "0x2";
480
481
  r: `0x${string}`;
481
482
  s: `0x${string}`;
482
483
  v: `0x${string}`;
@@ -484,7 +485,6 @@ export declare const liskSepolia: {
484
485
  maxFeePerBlobGas?: undefined;
485
486
  maxFeePerGas: `0x${string}`;
486
487
  maxPriorityFeePerGas: `0x${string}`;
487
- type: "0x2";
488
488
  to: `0x${string}` | null;
489
489
  from: `0x${string}`;
490
490
  gas: `0x${string}`;
@@ -504,6 +504,7 @@ export declare const liskSepolia: {
504
504
  mint?: undefined;
505
505
  sourceHash?: undefined;
506
506
  }) | ({
507
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
507
508
  r?: `0x${string}`;
508
509
  s?: `0x${string}`;
509
510
  v?: `0x${string}`;
@@ -511,7 +512,6 @@ export declare const liskSepolia: {
511
512
  maxFeePerBlobGas?: `0x${string}` | undefined;
512
513
  maxFeePerGas?: `0x${string}` | undefined;
513
514
  maxPriorityFeePerGas?: `0x${string}` | undefined;
514
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
515
515
  to?: `0x${string}` | null;
516
516
  from?: `0x${string}`;
517
517
  gas?: `0x${string}`;
@@ -532,6 +532,7 @@ export declare const liskSepolia: {
532
532
  sourceHash: `0x${string}`;
533
533
  type: "0x7e";
534
534
  }) | ({
535
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
535
536
  r?: `0x${string}`;
536
537
  s?: `0x${string}`;
537
538
  v?: `0x${string}`;
@@ -539,7 +540,6 @@ export declare const liskSepolia: {
539
540
  maxFeePerBlobGas?: `0x${string}` | undefined;
540
541
  maxFeePerGas?: `0x${string}` | undefined;
541
542
  maxPriorityFeePerGas?: `0x${string}` | undefined;
542
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
543
543
  to?: `0x${string}` | null;
544
544
  from?: `0x${string}`;
545
545
  gas?: `0x${string}`;
@@ -555,6 +555,7 @@ export declare const liskSepolia: {
555
555
  chainId?: `0x${string}` | undefined;
556
556
  yParity?: `0x${string}` | undefined;
557
557
  } & {
558
+ type: "0x0";
558
559
  r: `0x${string}`;
559
560
  s: `0x${string}`;
560
561
  v: `0x${string}`;
@@ -563,7 +564,6 @@ export declare const liskSepolia: {
563
564
  maxFeePerBlobGas?: undefined;
564
565
  maxFeePerGas?: undefined;
565
566
  maxPriorityFeePerGas?: undefined;
566
- type: "0x0";
567
567
  to: `0x${string}` | null;
568
568
  from: `0x${string}`;
569
569
  gas: `0x${string}`;
@@ -582,6 +582,7 @@ export declare const liskSepolia: {
582
582
  mint?: undefined;
583
583
  sourceHash?: undefined;
584
584
  }) | ({
585
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
585
586
  r?: `0x${string}`;
586
587
  s?: `0x${string}`;
587
588
  v?: `0x${string}`;
@@ -589,7 +590,6 @@ export declare const liskSepolia: {
589
590
  maxFeePerBlobGas?: `0x${string}` | undefined;
590
591
  maxFeePerGas?: `0x${string}` | undefined;
591
592
  maxPriorityFeePerGas?: `0x${string}` | undefined;
592
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
593
593
  to?: `0x${string}` | null;
594
594
  from?: `0x${string}`;
595
595
  gas?: `0x${string}`;
@@ -605,6 +605,7 @@ export declare const liskSepolia: {
605
605
  chainId?: `0x${string}` | undefined;
606
606
  yParity?: `0x${string}` | undefined;
607
607
  } & {
608
+ type: "0x1";
608
609
  r: `0x${string}`;
609
610
  s: `0x${string}`;
610
611
  v: `0x${string}`;
@@ -612,7 +613,6 @@ export declare const liskSepolia: {
612
613
  maxFeePerBlobGas?: undefined;
613
614
  maxFeePerGas?: undefined;
614
615
  maxPriorityFeePerGas?: undefined;
615
- type: "0x1";
616
616
  to: `0x${string}` | null;
617
617
  from: `0x${string}`;
618
618
  gas: `0x${string}`;
@@ -632,6 +632,7 @@ export declare const liskSepolia: {
632
632
  mint?: undefined;
633
633
  sourceHash?: undefined;
634
634
  }) | ({
635
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
635
636
  r?: `0x${string}`;
636
637
  s?: `0x${string}`;
637
638
  v?: `0x${string}`;
@@ -639,7 +640,6 @@ export declare const liskSepolia: {
639
640
  maxFeePerBlobGas?: `0x${string}` | undefined;
640
641
  maxFeePerGas?: `0x${string}` | undefined;
641
642
  maxPriorityFeePerGas?: `0x${string}` | undefined;
642
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
643
643
  to?: `0x${string}` | null;
644
644
  from?: `0x${string}`;
645
645
  gas?: `0x${string}`;
@@ -655,6 +655,7 @@ export declare const liskSepolia: {
655
655
  chainId?: `0x${string}` | undefined;
656
656
  yParity?: `0x${string}` | undefined;
657
657
  } & {
658
+ type: "0x2";
658
659
  r: `0x${string}`;
659
660
  s: `0x${string}`;
660
661
  v: `0x${string}`;
@@ -662,7 +663,6 @@ export declare const liskSepolia: {
662
663
  maxFeePerBlobGas?: undefined;
663
664
  maxFeePerGas: `0x${string}`;
664
665
  maxPriorityFeePerGas: `0x${string}`;
665
- type: "0x2";
666
666
  to: `0x${string}` | null;
667
667
  from: `0x${string}`;
668
668
  gas: `0x${string}`;
@@ -682,6 +682,7 @@ export declare const liskSepolia: {
682
682
  mint?: undefined;
683
683
  sourceHash?: undefined;
684
684
  }) | ({
685
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
685
686
  r?: `0x${string}`;
686
687
  s?: `0x${string}`;
687
688
  v?: `0x${string}`;
@@ -689,7 +690,6 @@ export declare const liskSepolia: {
689
690
  maxFeePerBlobGas?: `0x${string}` | undefined;
690
691
  maxFeePerGas?: `0x${string}` | undefined;
691
692
  maxPriorityFeePerGas?: `0x${string}` | undefined;
692
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
693
693
  to?: `0x${string}` | null;
694
694
  from?: `0x${string}`;
695
695
  gas?: `0x${string}`;
@@ -705,6 +705,7 @@ export declare const liskSepolia: {
705
705
  chainId?: `0x${string}` | undefined;
706
706
  yParity?: `0x${string}` | undefined;
707
707
  } & {
708
+ type: "0x3";
708
709
  r: `0x${string}`;
709
710
  s: `0x${string}`;
710
711
  v: `0x${string}`;
@@ -712,7 +713,6 @@ export declare const liskSepolia: {
712
713
  maxFeePerBlobGas: `0x${string}`;
713
714
  maxFeePerGas: `0x${string}`;
714
715
  maxPriorityFeePerGas: `0x${string}`;
715
- type: "0x3";
716
716
  to: `0x${string}` | null;
717
717
  from: `0x${string}`;
718
718
  gas: `0x${string}`;
@@ -732,6 +732,7 @@ export declare const liskSepolia: {
732
732
  mint?: undefined;
733
733
  sourceHash?: undefined;
734
734
  }) | ({
735
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
735
736
  r?: `0x${string}`;
736
737
  s?: `0x${string}`;
737
738
  v?: `0x${string}`;
@@ -739,7 +740,6 @@ export declare const liskSepolia: {
739
740
  maxFeePerBlobGas?: `0x${string}` | undefined;
740
741
  maxFeePerGas?: `0x${string}` | undefined;
741
742
  maxPriorityFeePerGas?: `0x${string}` | undefined;
742
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
743
743
  to?: `0x${string}` | null;
744
744
  from?: `0x${string}`;
745
745
  gas?: `0x${string}`;