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
@@ -47,6 +47,7 @@ export declare const chainConfig: {
47
47
  readonly transaction: {
48
48
  exclude: [] | undefined;
49
49
  format: (args: ({
50
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
50
51
  r?: `0x${string}`;
51
52
  s?: `0x${string}`;
52
53
  v?: `0x${string}`;
@@ -55,7 +56,6 @@ export declare const chainConfig: {
55
56
  maxFeePerBlobGas?: `0x${string}` | undefined;
56
57
  maxFeePerGas?: `0x${string}` | undefined;
57
58
  maxPriorityFeePerGas?: `0x${string}` | undefined;
58
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
59
59
  to?: `0x${string}` | null;
60
60
  from?: `0x${string}`;
61
61
  gas?: `0x${string}`;
@@ -70,6 +70,7 @@ export declare const chainConfig: {
70
70
  transactionIndex?: `0x${string}` | null;
71
71
  chainId?: `0x${string}` | undefined;
72
72
  } & {
73
+ type: "0x0";
73
74
  r: `0x${string}`;
74
75
  s: `0x${string}`;
75
76
  v: `0x${string}`;
@@ -78,7 +79,6 @@ export declare const chainConfig: {
78
79
  maxFeePerBlobGas?: undefined;
79
80
  maxFeePerGas?: undefined;
80
81
  maxPriorityFeePerGas?: undefined;
81
- type: "0x0";
82
82
  to: `0x${string}` | null;
83
83
  from: `0x${string}`;
84
84
  gas: `0x${string}`;
@@ -97,6 +97,7 @@ export declare const chainConfig: {
97
97
  gatewayFee: `0x${string}` | null;
98
98
  gatewayFeeRecipient: `0x${string}` | null;
99
99
  }) | ({
100
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
100
101
  r?: `0x${string}`;
101
102
  s?: `0x${string}`;
102
103
  v?: `0x${string}`;
@@ -105,7 +106,6 @@ export declare const chainConfig: {
105
106
  maxFeePerBlobGas?: `0x${string}` | undefined;
106
107
  maxFeePerGas?: `0x${string}` | undefined;
107
108
  maxPriorityFeePerGas?: `0x${string}` | undefined;
108
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
109
109
  to?: `0x${string}` | null;
110
110
  from?: `0x${string}`;
111
111
  gas?: `0x${string}`;
@@ -125,6 +125,7 @@ export declare const chainConfig: {
125
125
  gatewayFeeRecipient: `0x${string}` | null;
126
126
  type: "0x7c";
127
127
  } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
128
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
128
129
  r?: `0x${string}`;
129
130
  s?: `0x${string}`;
130
131
  v?: `0x${string}`;
@@ -133,7 +134,6 @@ export declare const chainConfig: {
133
134
  maxFeePerBlobGas?: `0x${string}` | undefined;
134
135
  maxFeePerGas?: `0x${string}` | undefined;
135
136
  maxPriorityFeePerGas?: `0x${string}` | undefined;
136
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
137
137
  to?: `0x${string}` | null;
138
138
  from?: `0x${string}`;
139
139
  gas?: `0x${string}`;
@@ -153,6 +153,7 @@ export declare const chainConfig: {
153
153
  gatewayFeeRecipient?: undefined;
154
154
  type: "0x7b";
155
155
  } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
156
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
156
157
  r?: `0x${string}`;
157
158
  s?: `0x${string}`;
158
159
  v?: `0x${string}`;
@@ -160,7 +161,6 @@ export declare const chainConfig: {
160
161
  maxFeePerBlobGas?: `0x${string}` | undefined;
161
162
  maxFeePerGas?: `0x${string}` | undefined;
162
163
  maxPriorityFeePerGas?: `0x${string}` | undefined;
163
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
164
164
  to?: `0x${string}` | null;
165
165
  from?: `0x${string}`;
166
166
  gas?: `0x${string}`;
@@ -176,6 +176,7 @@ export declare const chainConfig: {
176
176
  chainId?: `0x${string}` | undefined;
177
177
  yParity?: `0x${string}` | undefined;
178
178
  } & {
179
+ type: "0x0";
179
180
  r: `0x${string}`;
180
181
  s: `0x${string}`;
181
182
  v: `0x${string}`;
@@ -184,7 +185,6 @@ export declare const chainConfig: {
184
185
  maxFeePerBlobGas?: undefined;
185
186
  maxFeePerGas?: undefined;
186
187
  maxPriorityFeePerGas?: undefined;
187
- type: "0x0";
188
188
  to: `0x${string}` | null;
189
189
  from: `0x${string}`;
190
190
  gas: `0x${string}`;
@@ -203,6 +203,7 @@ export declare const chainConfig: {
203
203
  gatewayFee: `0x${string}` | null;
204
204
  gatewayFeeRecipient: `0x${string}` | null;
205
205
  }) | ({
206
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
206
207
  r?: `0x${string}`;
207
208
  s?: `0x${string}`;
208
209
  v?: `0x${string}`;
@@ -210,7 +211,6 @@ export declare const chainConfig: {
210
211
  maxFeePerBlobGas?: `0x${string}` | undefined;
211
212
  maxFeePerGas?: `0x${string}` | undefined;
212
213
  maxPriorityFeePerGas?: `0x${string}` | undefined;
213
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
214
214
  to?: `0x${string}` | null;
215
215
  from?: `0x${string}`;
216
216
  gas?: `0x${string}`;
@@ -226,6 +226,7 @@ export declare const chainConfig: {
226
226
  chainId?: `0x${string}` | undefined;
227
227
  yParity?: `0x${string}` | undefined;
228
228
  } & {
229
+ type: "0x1";
229
230
  r: `0x${string}`;
230
231
  s: `0x${string}`;
231
232
  v: `0x${string}`;
@@ -233,7 +234,6 @@ export declare const chainConfig: {
233
234
  maxFeePerBlobGas?: undefined;
234
235
  maxFeePerGas?: undefined;
235
236
  maxPriorityFeePerGas?: undefined;
236
- type: "0x1";
237
237
  to: `0x${string}` | null;
238
238
  from: `0x${string}`;
239
239
  gas: `0x${string}`;
@@ -253,6 +253,7 @@ export declare const chainConfig: {
253
253
  gatewayFee: `0x${string}` | null;
254
254
  gatewayFeeRecipient: `0x${string}` | null;
255
255
  }) | ({
256
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
256
257
  r?: `0x${string}`;
257
258
  s?: `0x${string}`;
258
259
  v?: `0x${string}`;
@@ -260,7 +261,6 @@ export declare const chainConfig: {
260
261
  maxFeePerBlobGas?: `0x${string}` | undefined;
261
262
  maxFeePerGas?: `0x${string}` | undefined;
262
263
  maxPriorityFeePerGas?: `0x${string}` | undefined;
263
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
264
264
  to?: `0x${string}` | null;
265
265
  from?: `0x${string}`;
266
266
  gas?: `0x${string}`;
@@ -276,6 +276,7 @@ export declare const chainConfig: {
276
276
  chainId?: `0x${string}` | undefined;
277
277
  yParity?: `0x${string}` | undefined;
278
278
  } & {
279
+ type: "0x2";
279
280
  r: `0x${string}`;
280
281
  s: `0x${string}`;
281
282
  v: `0x${string}`;
@@ -283,7 +284,6 @@ export declare const chainConfig: {
283
284
  maxFeePerBlobGas?: undefined;
284
285
  maxFeePerGas: `0x${string}`;
285
286
  maxPriorityFeePerGas: `0x${string}`;
286
- type: "0x2";
287
287
  to: `0x${string}` | null;
288
288
  from: `0x${string}`;
289
289
  gas: `0x${string}`;
@@ -303,6 +303,7 @@ export declare const chainConfig: {
303
303
  gatewayFee: `0x${string}` | null;
304
304
  gatewayFeeRecipient: `0x${string}` | null;
305
305
  }) | ({
306
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
306
307
  r?: `0x${string}`;
307
308
  s?: `0x${string}`;
308
309
  v?: `0x${string}`;
@@ -310,7 +311,6 @@ export declare const chainConfig: {
310
311
  maxFeePerBlobGas?: `0x${string}` | undefined;
311
312
  maxFeePerGas?: `0x${string}` | undefined;
312
313
  maxPriorityFeePerGas?: `0x${string}` | undefined;
313
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
314
314
  to?: `0x${string}` | null;
315
315
  from?: `0x${string}`;
316
316
  gas?: `0x${string}`;
@@ -331,6 +331,7 @@ export declare const chainConfig: {
331
331
  gatewayFeeRecipient: `0x${string}` | null;
332
332
  type: "0x7c";
333
333
  } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
334
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
334
335
  r?: `0x${string}`;
335
336
  s?: `0x${string}`;
336
337
  v?: `0x${string}`;
@@ -338,7 +339,6 @@ export declare const chainConfig: {
338
339
  maxFeePerBlobGas?: `0x${string}` | undefined;
339
340
  maxFeePerGas?: `0x${string}` | undefined;
340
341
  maxPriorityFeePerGas?: `0x${string}` | undefined;
341
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
342
342
  to?: `0x${string}` | null;
343
343
  from?: `0x${string}`;
344
344
  gas?: `0x${string}`;
@@ -359,6 +359,7 @@ export declare const chainConfig: {
359
359
  gatewayFeeRecipient?: undefined;
360
360
  type: "0x7b";
361
361
  } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
362
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
362
363
  r?: `0x${string}`;
363
364
  s?: `0x${string}`;
364
365
  v?: `0x${string}`;
@@ -366,7 +367,6 @@ export declare const chainConfig: {
366
367
  maxFeePerBlobGas?: `0x${string}` | undefined;
367
368
  maxFeePerGas?: `0x${string}` | undefined;
368
369
  maxPriorityFeePerGas?: `0x${string}` | undefined;
369
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
370
370
  to?: `0x${string}` | null;
371
371
  from?: `0x${string}`;
372
372
  gas?: `0x${string}`;
@@ -382,6 +382,7 @@ export declare const chainConfig: {
382
382
  chainId?: `0x${string}` | undefined;
383
383
  yParity?: `0x${string}` | undefined;
384
384
  } & {
385
+ type: "0x0";
385
386
  r: `0x${string}`;
386
387
  s: `0x${string}`;
387
388
  v: `0x${string}`;
@@ -390,7 +391,6 @@ export declare const chainConfig: {
390
391
  maxFeePerBlobGas?: undefined;
391
392
  maxFeePerGas?: undefined;
392
393
  maxPriorityFeePerGas?: undefined;
393
- type: "0x0";
394
394
  to: `0x${string}` | null;
395
395
  from: `0x${string}`;
396
396
  gas: `0x${string}`;
@@ -409,6 +409,7 @@ export declare const chainConfig: {
409
409
  gatewayFee: `0x${string}` | null;
410
410
  gatewayFeeRecipient: `0x${string}` | null;
411
411
  }) | ({
412
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
412
413
  r?: `0x${string}`;
413
414
  s?: `0x${string}`;
414
415
  v?: `0x${string}`;
@@ -416,7 +417,6 @@ export declare const chainConfig: {
416
417
  maxFeePerBlobGas?: `0x${string}` | undefined;
417
418
  maxFeePerGas?: `0x${string}` | undefined;
418
419
  maxPriorityFeePerGas?: `0x${string}` | undefined;
419
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
420
420
  to?: `0x${string}` | null;
421
421
  from?: `0x${string}`;
422
422
  gas?: `0x${string}`;
@@ -432,6 +432,7 @@ export declare const chainConfig: {
432
432
  chainId?: `0x${string}` | undefined;
433
433
  yParity?: `0x${string}` | undefined;
434
434
  } & {
435
+ type: "0x1";
435
436
  r: `0x${string}`;
436
437
  s: `0x${string}`;
437
438
  v: `0x${string}`;
@@ -439,7 +440,6 @@ export declare const chainConfig: {
439
440
  maxFeePerBlobGas?: undefined;
440
441
  maxFeePerGas?: undefined;
441
442
  maxPriorityFeePerGas?: undefined;
442
- type: "0x1";
443
443
  to: `0x${string}` | null;
444
444
  from: `0x${string}`;
445
445
  gas: `0x${string}`;
@@ -459,6 +459,7 @@ export declare const chainConfig: {
459
459
  gatewayFee: `0x${string}` | null;
460
460
  gatewayFeeRecipient: `0x${string}` | null;
461
461
  }) | ({
462
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
462
463
  r?: `0x${string}`;
463
464
  s?: `0x${string}`;
464
465
  v?: `0x${string}`;
@@ -466,7 +467,6 @@ export declare const chainConfig: {
466
467
  maxFeePerBlobGas?: `0x${string}` | undefined;
467
468
  maxFeePerGas?: `0x${string}` | undefined;
468
469
  maxPriorityFeePerGas?: `0x${string}` | undefined;
469
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
470
470
  to?: `0x${string}` | null;
471
471
  from?: `0x${string}`;
472
472
  gas?: `0x${string}`;
@@ -482,6 +482,7 @@ export declare const chainConfig: {
482
482
  chainId?: `0x${string}` | undefined;
483
483
  yParity?: `0x${string}` | undefined;
484
484
  } & {
485
+ type: "0x2";
485
486
  r: `0x${string}`;
486
487
  s: `0x${string}`;
487
488
  v: `0x${string}`;
@@ -489,7 +490,6 @@ export declare const chainConfig: {
489
490
  maxFeePerBlobGas?: undefined;
490
491
  maxFeePerGas: `0x${string}`;
491
492
  maxPriorityFeePerGas: `0x${string}`;
492
- type: "0x2";
493
493
  to: `0x${string}` | null;
494
494
  from: `0x${string}`;
495
495
  gas: `0x${string}`;
@@ -509,6 +509,7 @@ export declare const chainConfig: {
509
509
  gatewayFee: `0x${string}` | null;
510
510
  gatewayFeeRecipient: `0x${string}` | null;
511
511
  }) | ({
512
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
512
513
  r?: `0x${string}`;
513
514
  s?: `0x${string}`;
514
515
  v?: `0x${string}`;
@@ -516,7 +517,6 @@ export declare const chainConfig: {
516
517
  maxFeePerBlobGas?: `0x${string}` | undefined;
517
518
  maxFeePerGas?: `0x${string}` | undefined;
518
519
  maxPriorityFeePerGas?: `0x${string}` | undefined;
519
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
520
520
  to?: `0x${string}` | null;
521
521
  from?: `0x${string}`;
522
522
  gas?: `0x${string}`;
@@ -537,6 +537,7 @@ export declare const chainConfig: {
537
537
  gatewayFeeRecipient: `0x${string}` | null;
538
538
  type: "0x7c";
539
539
  } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
540
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
540
541
  r?: `0x${string}`;
541
542
  s?: `0x${string}`;
542
543
  v?: `0x${string}`;
@@ -544,7 +545,6 @@ export declare const chainConfig: {
544
545
  maxFeePerBlobGas?: `0x${string}` | undefined;
545
546
  maxFeePerGas?: `0x${string}` | undefined;
546
547
  maxPriorityFeePerGas?: `0x${string}` | undefined;
547
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
548
548
  to?: `0x${string}` | null;
549
549
  from?: `0x${string}`;
550
550
  gas?: `0x${string}`;
@@ -565,6 +565,7 @@ export declare const chainConfig: {
565
565
  gatewayFeeRecipient?: undefined;
566
566
  type: "0x7b";
567
567
  } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
568
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
568
569
  r?: `0x${string}`;
569
570
  s?: `0x${string}`;
570
571
  v?: `0x${string}`;
@@ -572,7 +573,6 @@ export declare const chainConfig: {
572
573
  maxFeePerBlobGas?: `0x${string}` | undefined;
573
574
  maxFeePerGas?: `0x${string}` | undefined;
574
575
  maxPriorityFeePerGas?: `0x${string}` | undefined;
575
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
576
576
  to?: `0x${string}` | null;
577
577
  from?: `0x${string}`;
578
578
  gas?: `0x${string}`;
@@ -588,6 +588,7 @@ export declare const chainConfig: {
588
588
  chainId?: `0x${string}` | undefined;
589
589
  yParity?: `0x${string}` | undefined;
590
590
  } & {
591
+ type: "0x0";
591
592
  r: `0x${string}`;
592
593
  s: `0x${string}`;
593
594
  v: `0x${string}`;
@@ -596,7 +597,6 @@ export declare const chainConfig: {
596
597
  maxFeePerBlobGas?: undefined;
597
598
  maxFeePerGas?: undefined;
598
599
  maxPriorityFeePerGas?: undefined;
599
- type: "0x0";
600
600
  to: `0x${string}` | null;
601
601
  from: `0x${string}`;
602
602
  gas: `0x${string}`;
@@ -615,6 +615,7 @@ export declare const chainConfig: {
615
615
  gatewayFee: `0x${string}` | null;
616
616
  gatewayFeeRecipient: `0x${string}` | null;
617
617
  }) | ({
618
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
618
619
  r?: `0x${string}`;
619
620
  s?: `0x${string}`;
620
621
  v?: `0x${string}`;
@@ -622,7 +623,6 @@ export declare const chainConfig: {
622
623
  maxFeePerBlobGas?: `0x${string}` | undefined;
623
624
  maxFeePerGas?: `0x${string}` | undefined;
624
625
  maxPriorityFeePerGas?: `0x${string}` | undefined;
625
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
626
626
  to?: `0x${string}` | null;
627
627
  from?: `0x${string}`;
628
628
  gas?: `0x${string}`;
@@ -638,6 +638,7 @@ export declare const chainConfig: {
638
638
  chainId?: `0x${string}` | undefined;
639
639
  yParity?: `0x${string}` | undefined;
640
640
  } & {
641
+ type: "0x1";
641
642
  r: `0x${string}`;
642
643
  s: `0x${string}`;
643
644
  v: `0x${string}`;
@@ -645,7 +646,6 @@ export declare const chainConfig: {
645
646
  maxFeePerBlobGas?: undefined;
646
647
  maxFeePerGas?: undefined;
647
648
  maxPriorityFeePerGas?: undefined;
648
- type: "0x1";
649
649
  to: `0x${string}` | null;
650
650
  from: `0x${string}`;
651
651
  gas: `0x${string}`;
@@ -665,6 +665,7 @@ export declare const chainConfig: {
665
665
  gatewayFee: `0x${string}` | null;
666
666
  gatewayFeeRecipient: `0x${string}` | null;
667
667
  }) | ({
668
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
668
669
  r?: `0x${string}`;
669
670
  s?: `0x${string}`;
670
671
  v?: `0x${string}`;
@@ -672,7 +673,6 @@ export declare const chainConfig: {
672
673
  maxFeePerBlobGas?: `0x${string}` | undefined;
673
674
  maxFeePerGas?: `0x${string}` | undefined;
674
675
  maxPriorityFeePerGas?: `0x${string}` | undefined;
675
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
676
676
  to?: `0x${string}` | null;
677
677
  from?: `0x${string}`;
678
678
  gas?: `0x${string}`;
@@ -688,6 +688,7 @@ export declare const chainConfig: {
688
688
  chainId?: `0x${string}` | undefined;
689
689
  yParity?: `0x${string}` | undefined;
690
690
  } & {
691
+ type: "0x2";
691
692
  r: `0x${string}`;
692
693
  s: `0x${string}`;
693
694
  v: `0x${string}`;
@@ -695,7 +696,6 @@ export declare const chainConfig: {
695
696
  maxFeePerBlobGas?: undefined;
696
697
  maxFeePerGas: `0x${string}`;
697
698
  maxPriorityFeePerGas: `0x${string}`;
698
- type: "0x2";
699
699
  to: `0x${string}` | null;
700
700
  from: `0x${string}`;
701
701
  gas: `0x${string}`;
@@ -715,6 +715,7 @@ export declare const chainConfig: {
715
715
  gatewayFee: `0x${string}` | null;
716
716
  gatewayFeeRecipient: `0x${string}` | null;
717
717
  }) | ({
718
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
718
719
  r?: `0x${string}`;
719
720
  s?: `0x${string}`;
720
721
  v?: `0x${string}`;
@@ -722,7 +723,6 @@ export declare const chainConfig: {
722
723
  maxFeePerBlobGas?: `0x${string}` | undefined;
723
724
  maxFeePerGas?: `0x${string}` | undefined;
724
725
  maxPriorityFeePerGas?: `0x${string}` | undefined;
725
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
726
726
  to?: `0x${string}` | null;
727
727
  from?: `0x${string}`;
728
728
  gas?: `0x${string}`;
@@ -738,6 +738,7 @@ export declare const chainConfig: {
738
738
  chainId?: `0x${string}` | undefined;
739
739
  yParity?: `0x${string}` | undefined;
740
740
  } & {
741
+ type: "0x3";
741
742
  r: `0x${string}`;
742
743
  s: `0x${string}`;
743
744
  v: `0x${string}`;
@@ -745,7 +746,6 @@ export declare const chainConfig: {
745
746
  maxFeePerBlobGas: `0x${string}`;
746
747
  maxFeePerGas: `0x${string}`;
747
748
  maxPriorityFeePerGas: `0x${string}`;
748
- type: "0x3";
749
749
  to: `0x${string}` | null;
750
750
  from: `0x${string}`;
751
751
  gas: `0x${string}`;
@@ -765,6 +765,7 @@ export declare const chainConfig: {
765
765
  gatewayFee: `0x${string}` | null;
766
766
  gatewayFeeRecipient: `0x${string}` | null;
767
767
  }) | ({
768
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
768
769
  r?: `0x${string}`;
769
770
  s?: `0x${string}`;
770
771
  v?: `0x${string}`;
@@ -772,7 +773,6 @@ export declare const chainConfig: {
772
773
  maxFeePerBlobGas?: `0x${string}` | undefined;
773
774
  maxFeePerGas?: `0x${string}` | undefined;
774
775
  maxPriorityFeePerGas?: `0x${string}` | undefined;
775
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
776
776
  to?: `0x${string}` | null;
777
777
  from?: `0x${string}`;
778
778
  gas?: `0x${string}`;
@@ -793,6 +793,7 @@ export declare const chainConfig: {
793
793
  gatewayFeeRecipient: `0x${string}` | null;
794
794
  type: "0x7c";
795
795
  } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
796
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
796
797
  r?: `0x${string}`;
797
798
  s?: `0x${string}`;
798
799
  v?: `0x${string}`;
@@ -800,7 +801,6 @@ export declare const chainConfig: {
800
801
  maxFeePerBlobGas?: `0x${string}` | undefined;
801
802
  maxFeePerGas?: `0x${string}` | undefined;
802
803
  maxPriorityFeePerGas?: `0x${string}` | undefined;
803
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
804
804
  to?: `0x${string}` | null;
805
805
  from?: `0x${string}`;
806
806
  gas?: `0x${string}`;
@@ -2062,6 +2062,7 @@ export declare const chainConfig: {
2062
2062
  readonly transaction: {
2063
2063
  exclude: [] | undefined;
2064
2064
  format: (args: ({
2065
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2065
2066
  r?: `0x${string}`;
2066
2067
  s?: `0x${string}`;
2067
2068
  v?: `0x${string}`;
@@ -2070,7 +2071,6 @@ export declare const chainConfig: {
2070
2071
  maxFeePerBlobGas?: `0x${string}` | undefined;
2071
2072
  maxFeePerGas?: `0x${string}` | undefined;
2072
2073
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2073
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2074
2074
  to?: `0x${string}` | null;
2075
2075
  from?: `0x${string}`;
2076
2076
  gas?: `0x${string}`;
@@ -2085,6 +2085,7 @@ export declare const chainConfig: {
2085
2085
  transactionIndex?: `0x${string}` | null;
2086
2086
  chainId?: `0x${string}` | undefined;
2087
2087
  } & {
2088
+ type: "0x0";
2088
2089
  r: `0x${string}`;
2089
2090
  s: `0x${string}`;
2090
2091
  v: `0x${string}`;
@@ -2093,7 +2094,6 @@ export declare const chainConfig: {
2093
2094
  maxFeePerBlobGas?: undefined;
2094
2095
  maxFeePerGas?: undefined;
2095
2096
  maxPriorityFeePerGas?: undefined;
2096
- type: "0x0";
2097
2097
  to: `0x${string}` | null;
2098
2098
  from: `0x${string}`;
2099
2099
  gas: `0x${string}`;
@@ -2112,6 +2112,7 @@ export declare const chainConfig: {
2112
2112
  gatewayFee: `0x${string}` | null;
2113
2113
  gatewayFeeRecipient: `0x${string}` | null;
2114
2114
  }) | ({
2115
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2115
2116
  r?: `0x${string}`;
2116
2117
  s?: `0x${string}`;
2117
2118
  v?: `0x${string}`;
@@ -2120,7 +2121,6 @@ export declare const chainConfig: {
2120
2121
  maxFeePerBlobGas?: `0x${string}` | undefined;
2121
2122
  maxFeePerGas?: `0x${string}` | undefined;
2122
2123
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2123
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2124
2124
  to?: `0x${string}` | null;
2125
2125
  from?: `0x${string}`;
2126
2126
  gas?: `0x${string}`;
@@ -2140,6 +2140,7 @@ export declare const chainConfig: {
2140
2140
  gatewayFeeRecipient: `0x${string}` | null;
2141
2141
  type: "0x7c";
2142
2142
  } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
2143
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2143
2144
  r?: `0x${string}`;
2144
2145
  s?: `0x${string}`;
2145
2146
  v?: `0x${string}`;
@@ -2148,7 +2149,6 @@ export declare const chainConfig: {
2148
2149
  maxFeePerBlobGas?: `0x${string}` | undefined;
2149
2150
  maxFeePerGas?: `0x${string}` | undefined;
2150
2151
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2151
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2152
2152
  to?: `0x${string}` | null;
2153
2153
  from?: `0x${string}`;
2154
2154
  gas?: `0x${string}`;
@@ -2168,6 +2168,7 @@ export declare const chainConfig: {
2168
2168
  gatewayFeeRecipient?: undefined;
2169
2169
  type: "0x7b";
2170
2170
  } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
2171
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2171
2172
  r?: `0x${string}`;
2172
2173
  s?: `0x${string}`;
2173
2174
  v?: `0x${string}`;
@@ -2175,7 +2176,6 @@ export declare const chainConfig: {
2175
2176
  maxFeePerBlobGas?: `0x${string}` | undefined;
2176
2177
  maxFeePerGas?: `0x${string}` | undefined;
2177
2178
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2178
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2179
2179
  to?: `0x${string}` | null;
2180
2180
  from?: `0x${string}`;
2181
2181
  gas?: `0x${string}`;
@@ -2191,6 +2191,7 @@ export declare const chainConfig: {
2191
2191
  chainId?: `0x${string}` | undefined;
2192
2192
  yParity?: `0x${string}` | undefined;
2193
2193
  } & {
2194
+ type: "0x0";
2194
2195
  r: `0x${string}`;
2195
2196
  s: `0x${string}`;
2196
2197
  v: `0x${string}`;
@@ -2199,7 +2200,6 @@ export declare const chainConfig: {
2199
2200
  maxFeePerBlobGas?: undefined;
2200
2201
  maxFeePerGas?: undefined;
2201
2202
  maxPriorityFeePerGas?: undefined;
2202
- type: "0x0";
2203
2203
  to: `0x${string}` | null;
2204
2204
  from: `0x${string}`;
2205
2205
  gas: `0x${string}`;
@@ -2218,6 +2218,7 @@ export declare const chainConfig: {
2218
2218
  gatewayFee: `0x${string}` | null;
2219
2219
  gatewayFeeRecipient: `0x${string}` | null;
2220
2220
  }) | ({
2221
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2221
2222
  r?: `0x${string}`;
2222
2223
  s?: `0x${string}`;
2223
2224
  v?: `0x${string}`;
@@ -2225,7 +2226,6 @@ export declare const chainConfig: {
2225
2226
  maxFeePerBlobGas?: `0x${string}` | undefined;
2226
2227
  maxFeePerGas?: `0x${string}` | undefined;
2227
2228
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2228
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2229
2229
  to?: `0x${string}` | null;
2230
2230
  from?: `0x${string}`;
2231
2231
  gas?: `0x${string}`;
@@ -2241,6 +2241,7 @@ export declare const chainConfig: {
2241
2241
  chainId?: `0x${string}` | undefined;
2242
2242
  yParity?: `0x${string}` | undefined;
2243
2243
  } & {
2244
+ type: "0x1";
2244
2245
  r: `0x${string}`;
2245
2246
  s: `0x${string}`;
2246
2247
  v: `0x${string}`;
@@ -2248,7 +2249,6 @@ export declare const chainConfig: {
2248
2249
  maxFeePerBlobGas?: undefined;
2249
2250
  maxFeePerGas?: undefined;
2250
2251
  maxPriorityFeePerGas?: undefined;
2251
- type: "0x1";
2252
2252
  to: `0x${string}` | null;
2253
2253
  from: `0x${string}`;
2254
2254
  gas: `0x${string}`;
@@ -2268,6 +2268,7 @@ export declare const chainConfig: {
2268
2268
  gatewayFee: `0x${string}` | null;
2269
2269
  gatewayFeeRecipient: `0x${string}` | null;
2270
2270
  }) | ({
2271
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2271
2272
  r?: `0x${string}`;
2272
2273
  s?: `0x${string}`;
2273
2274
  v?: `0x${string}`;
@@ -2275,7 +2276,6 @@ export declare const chainConfig: {
2275
2276
  maxFeePerBlobGas?: `0x${string}` | undefined;
2276
2277
  maxFeePerGas?: `0x${string}` | undefined;
2277
2278
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2278
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2279
2279
  to?: `0x${string}` | null;
2280
2280
  from?: `0x${string}`;
2281
2281
  gas?: `0x${string}`;
@@ -2291,6 +2291,7 @@ export declare const chainConfig: {
2291
2291
  chainId?: `0x${string}` | undefined;
2292
2292
  yParity?: `0x${string}` | undefined;
2293
2293
  } & {
2294
+ type: "0x2";
2294
2295
  r: `0x${string}`;
2295
2296
  s: `0x${string}`;
2296
2297
  v: `0x${string}`;
@@ -2298,7 +2299,6 @@ export declare const chainConfig: {
2298
2299
  maxFeePerBlobGas?: undefined;
2299
2300
  maxFeePerGas: `0x${string}`;
2300
2301
  maxPriorityFeePerGas: `0x${string}`;
2301
- type: "0x2";
2302
2302
  to: `0x${string}` | null;
2303
2303
  from: `0x${string}`;
2304
2304
  gas: `0x${string}`;
@@ -2318,6 +2318,7 @@ export declare const chainConfig: {
2318
2318
  gatewayFee: `0x${string}` | null;
2319
2319
  gatewayFeeRecipient: `0x${string}` | null;
2320
2320
  }) | ({
2321
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2321
2322
  r?: `0x${string}`;
2322
2323
  s?: `0x${string}`;
2323
2324
  v?: `0x${string}`;
@@ -2325,7 +2326,6 @@ export declare const chainConfig: {
2325
2326
  maxFeePerBlobGas?: `0x${string}` | undefined;
2326
2327
  maxFeePerGas?: `0x${string}` | undefined;
2327
2328
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2328
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2329
2329
  to?: `0x${string}` | null;
2330
2330
  from?: `0x${string}`;
2331
2331
  gas?: `0x${string}`;
@@ -2346,6 +2346,7 @@ export declare const chainConfig: {
2346
2346
  gatewayFeeRecipient: `0x${string}` | null;
2347
2347
  type: "0x7c";
2348
2348
  } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
2349
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2349
2350
  r?: `0x${string}`;
2350
2351
  s?: `0x${string}`;
2351
2352
  v?: `0x${string}`;
@@ -2353,7 +2354,6 @@ export declare const chainConfig: {
2353
2354
  maxFeePerBlobGas?: `0x${string}` | undefined;
2354
2355
  maxFeePerGas?: `0x${string}` | undefined;
2355
2356
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2356
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2357
2357
  to?: `0x${string}` | null;
2358
2358
  from?: `0x${string}`;
2359
2359
  gas?: `0x${string}`;
@@ -2374,6 +2374,7 @@ export declare const chainConfig: {
2374
2374
  gatewayFeeRecipient?: undefined;
2375
2375
  type: "0x7b";
2376
2376
  } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
2377
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2377
2378
  r?: `0x${string}`;
2378
2379
  s?: `0x${string}`;
2379
2380
  v?: `0x${string}`;
@@ -2381,7 +2382,6 @@ export declare const chainConfig: {
2381
2382
  maxFeePerBlobGas?: `0x${string}` | undefined;
2382
2383
  maxFeePerGas?: `0x${string}` | undefined;
2383
2384
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2384
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2385
2385
  to?: `0x${string}` | null;
2386
2386
  from?: `0x${string}`;
2387
2387
  gas?: `0x${string}`;
@@ -2397,6 +2397,7 @@ export declare const chainConfig: {
2397
2397
  chainId?: `0x${string}` | undefined;
2398
2398
  yParity?: `0x${string}` | undefined;
2399
2399
  } & {
2400
+ type: "0x0";
2400
2401
  r: `0x${string}`;
2401
2402
  s: `0x${string}`;
2402
2403
  v: `0x${string}`;
@@ -2405,7 +2406,6 @@ export declare const chainConfig: {
2405
2406
  maxFeePerBlobGas?: undefined;
2406
2407
  maxFeePerGas?: undefined;
2407
2408
  maxPriorityFeePerGas?: undefined;
2408
- type: "0x0";
2409
2409
  to: `0x${string}` | null;
2410
2410
  from: `0x${string}`;
2411
2411
  gas: `0x${string}`;
@@ -2424,6 +2424,7 @@ export declare const chainConfig: {
2424
2424
  gatewayFee: `0x${string}` | null;
2425
2425
  gatewayFeeRecipient: `0x${string}` | null;
2426
2426
  }) | ({
2427
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2427
2428
  r?: `0x${string}`;
2428
2429
  s?: `0x${string}`;
2429
2430
  v?: `0x${string}`;
@@ -2431,7 +2432,6 @@ export declare const chainConfig: {
2431
2432
  maxFeePerBlobGas?: `0x${string}` | undefined;
2432
2433
  maxFeePerGas?: `0x${string}` | undefined;
2433
2434
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2434
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2435
2435
  to?: `0x${string}` | null;
2436
2436
  from?: `0x${string}`;
2437
2437
  gas?: `0x${string}`;
@@ -2447,6 +2447,7 @@ export declare const chainConfig: {
2447
2447
  chainId?: `0x${string}` | undefined;
2448
2448
  yParity?: `0x${string}` | undefined;
2449
2449
  } & {
2450
+ type: "0x1";
2450
2451
  r: `0x${string}`;
2451
2452
  s: `0x${string}`;
2452
2453
  v: `0x${string}`;
@@ -2454,7 +2455,6 @@ export declare const chainConfig: {
2454
2455
  maxFeePerBlobGas?: undefined;
2455
2456
  maxFeePerGas?: undefined;
2456
2457
  maxPriorityFeePerGas?: undefined;
2457
- type: "0x1";
2458
2458
  to: `0x${string}` | null;
2459
2459
  from: `0x${string}`;
2460
2460
  gas: `0x${string}`;
@@ -2474,6 +2474,7 @@ export declare const chainConfig: {
2474
2474
  gatewayFee: `0x${string}` | null;
2475
2475
  gatewayFeeRecipient: `0x${string}` | null;
2476
2476
  }) | ({
2477
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2477
2478
  r?: `0x${string}`;
2478
2479
  s?: `0x${string}`;
2479
2480
  v?: `0x${string}`;
@@ -2481,7 +2482,6 @@ export declare const chainConfig: {
2481
2482
  maxFeePerBlobGas?: `0x${string}` | undefined;
2482
2483
  maxFeePerGas?: `0x${string}` | undefined;
2483
2484
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2484
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2485
2485
  to?: `0x${string}` | null;
2486
2486
  from?: `0x${string}`;
2487
2487
  gas?: `0x${string}`;
@@ -2497,6 +2497,7 @@ export declare const chainConfig: {
2497
2497
  chainId?: `0x${string}` | undefined;
2498
2498
  yParity?: `0x${string}` | undefined;
2499
2499
  } & {
2500
+ type: "0x2";
2500
2501
  r: `0x${string}`;
2501
2502
  s: `0x${string}`;
2502
2503
  v: `0x${string}`;
@@ -2504,7 +2505,6 @@ export declare const chainConfig: {
2504
2505
  maxFeePerBlobGas?: undefined;
2505
2506
  maxFeePerGas: `0x${string}`;
2506
2507
  maxPriorityFeePerGas: `0x${string}`;
2507
- type: "0x2";
2508
2508
  to: `0x${string}` | null;
2509
2509
  from: `0x${string}`;
2510
2510
  gas: `0x${string}`;
@@ -2524,6 +2524,7 @@ export declare const chainConfig: {
2524
2524
  gatewayFee: `0x${string}` | null;
2525
2525
  gatewayFeeRecipient: `0x${string}` | null;
2526
2526
  }) | ({
2527
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2527
2528
  r?: `0x${string}`;
2528
2529
  s?: `0x${string}`;
2529
2530
  v?: `0x${string}`;
@@ -2531,7 +2532,6 @@ export declare const chainConfig: {
2531
2532
  maxFeePerBlobGas?: `0x${string}` | undefined;
2532
2533
  maxFeePerGas?: `0x${string}` | undefined;
2533
2534
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2534
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2535
2535
  to?: `0x${string}` | null;
2536
2536
  from?: `0x${string}`;
2537
2537
  gas?: `0x${string}`;
@@ -2552,6 +2552,7 @@ export declare const chainConfig: {
2552
2552
  gatewayFeeRecipient: `0x${string}` | null;
2553
2553
  type: "0x7c";
2554
2554
  } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
2555
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2555
2556
  r?: `0x${string}`;
2556
2557
  s?: `0x${string}`;
2557
2558
  v?: `0x${string}`;
@@ -2559,7 +2560,6 @@ export declare const chainConfig: {
2559
2560
  maxFeePerBlobGas?: `0x${string}` | undefined;
2560
2561
  maxFeePerGas?: `0x${string}` | undefined;
2561
2562
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2562
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2563
2563
  to?: `0x${string}` | null;
2564
2564
  from?: `0x${string}`;
2565
2565
  gas?: `0x${string}`;
@@ -2580,6 +2580,7 @@ export declare const chainConfig: {
2580
2580
  gatewayFeeRecipient?: undefined;
2581
2581
  type: "0x7b";
2582
2582
  } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
2583
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2583
2584
  r?: `0x${string}`;
2584
2585
  s?: `0x${string}`;
2585
2586
  v?: `0x${string}`;
@@ -2587,7 +2588,6 @@ export declare const chainConfig: {
2587
2588
  maxFeePerBlobGas?: `0x${string}` | undefined;
2588
2589
  maxFeePerGas?: `0x${string}` | undefined;
2589
2590
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2590
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2591
2591
  to?: `0x${string}` | null;
2592
2592
  from?: `0x${string}`;
2593
2593
  gas?: `0x${string}`;
@@ -2603,6 +2603,7 @@ export declare const chainConfig: {
2603
2603
  chainId?: `0x${string}` | undefined;
2604
2604
  yParity?: `0x${string}` | undefined;
2605
2605
  } & {
2606
+ type: "0x0";
2606
2607
  r: `0x${string}`;
2607
2608
  s: `0x${string}`;
2608
2609
  v: `0x${string}`;
@@ -2611,7 +2612,6 @@ export declare const chainConfig: {
2611
2612
  maxFeePerBlobGas?: undefined;
2612
2613
  maxFeePerGas?: undefined;
2613
2614
  maxPriorityFeePerGas?: undefined;
2614
- type: "0x0";
2615
2615
  to: `0x${string}` | null;
2616
2616
  from: `0x${string}`;
2617
2617
  gas: `0x${string}`;
@@ -2630,6 +2630,7 @@ export declare const chainConfig: {
2630
2630
  gatewayFee: `0x${string}` | null;
2631
2631
  gatewayFeeRecipient: `0x${string}` | null;
2632
2632
  }) | ({
2633
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2633
2634
  r?: `0x${string}`;
2634
2635
  s?: `0x${string}`;
2635
2636
  v?: `0x${string}`;
@@ -2637,7 +2638,6 @@ export declare const chainConfig: {
2637
2638
  maxFeePerBlobGas?: `0x${string}` | undefined;
2638
2639
  maxFeePerGas?: `0x${string}` | undefined;
2639
2640
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2640
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2641
2641
  to?: `0x${string}` | null;
2642
2642
  from?: `0x${string}`;
2643
2643
  gas?: `0x${string}`;
@@ -2653,6 +2653,7 @@ export declare const chainConfig: {
2653
2653
  chainId?: `0x${string}` | undefined;
2654
2654
  yParity?: `0x${string}` | undefined;
2655
2655
  } & {
2656
+ type: "0x1";
2656
2657
  r: `0x${string}`;
2657
2658
  s: `0x${string}`;
2658
2659
  v: `0x${string}`;
@@ -2660,7 +2661,6 @@ export declare const chainConfig: {
2660
2661
  maxFeePerBlobGas?: undefined;
2661
2662
  maxFeePerGas?: undefined;
2662
2663
  maxPriorityFeePerGas?: undefined;
2663
- type: "0x1";
2664
2664
  to: `0x${string}` | null;
2665
2665
  from: `0x${string}`;
2666
2666
  gas: `0x${string}`;
@@ -2680,6 +2680,7 @@ export declare const chainConfig: {
2680
2680
  gatewayFee: `0x${string}` | null;
2681
2681
  gatewayFeeRecipient: `0x${string}` | null;
2682
2682
  }) | ({
2683
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2683
2684
  r?: `0x${string}`;
2684
2685
  s?: `0x${string}`;
2685
2686
  v?: `0x${string}`;
@@ -2687,7 +2688,6 @@ export declare const chainConfig: {
2687
2688
  maxFeePerBlobGas?: `0x${string}` | undefined;
2688
2689
  maxFeePerGas?: `0x${string}` | undefined;
2689
2690
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2690
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2691
2691
  to?: `0x${string}` | null;
2692
2692
  from?: `0x${string}`;
2693
2693
  gas?: `0x${string}`;
@@ -2703,6 +2703,7 @@ export declare const chainConfig: {
2703
2703
  chainId?: `0x${string}` | undefined;
2704
2704
  yParity?: `0x${string}` | undefined;
2705
2705
  } & {
2706
+ type: "0x2";
2706
2707
  r: `0x${string}`;
2707
2708
  s: `0x${string}`;
2708
2709
  v: `0x${string}`;
@@ -2710,7 +2711,6 @@ export declare const chainConfig: {
2710
2711
  maxFeePerBlobGas?: undefined;
2711
2712
  maxFeePerGas: `0x${string}`;
2712
2713
  maxPriorityFeePerGas: `0x${string}`;
2713
- type: "0x2";
2714
2714
  to: `0x${string}` | null;
2715
2715
  from: `0x${string}`;
2716
2716
  gas: `0x${string}`;
@@ -2730,6 +2730,7 @@ export declare const chainConfig: {
2730
2730
  gatewayFee: `0x${string}` | null;
2731
2731
  gatewayFeeRecipient: `0x${string}` | null;
2732
2732
  }) | ({
2733
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2733
2734
  r?: `0x${string}`;
2734
2735
  s?: `0x${string}`;
2735
2736
  v?: `0x${string}`;
@@ -2737,7 +2738,6 @@ export declare const chainConfig: {
2737
2738
  maxFeePerBlobGas?: `0x${string}` | undefined;
2738
2739
  maxFeePerGas?: `0x${string}` | undefined;
2739
2740
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2740
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2741
2741
  to?: `0x${string}` | null;
2742
2742
  from?: `0x${string}`;
2743
2743
  gas?: `0x${string}`;
@@ -2753,6 +2753,7 @@ export declare const chainConfig: {
2753
2753
  chainId?: `0x${string}` | undefined;
2754
2754
  yParity?: `0x${string}` | undefined;
2755
2755
  } & {
2756
+ type: "0x3";
2756
2757
  r: `0x${string}`;
2757
2758
  s: `0x${string}`;
2758
2759
  v: `0x${string}`;
@@ -2760,7 +2761,6 @@ export declare const chainConfig: {
2760
2761
  maxFeePerBlobGas: `0x${string}`;
2761
2762
  maxFeePerGas: `0x${string}`;
2762
2763
  maxPriorityFeePerGas: `0x${string}`;
2763
- type: "0x3";
2764
2764
  to: `0x${string}` | null;
2765
2765
  from: `0x${string}`;
2766
2766
  gas: `0x${string}`;
@@ -2780,6 +2780,7 @@ export declare const chainConfig: {
2780
2780
  gatewayFee: `0x${string}` | null;
2781
2781
  gatewayFeeRecipient: `0x${string}` | null;
2782
2782
  }) | ({
2783
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2783
2784
  r?: `0x${string}`;
2784
2785
  s?: `0x${string}`;
2785
2786
  v?: `0x${string}`;
@@ -2787,7 +2788,6 @@ export declare const chainConfig: {
2787
2788
  maxFeePerBlobGas?: `0x${string}` | undefined;
2788
2789
  maxFeePerGas?: `0x${string}` | undefined;
2789
2790
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2790
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2791
2791
  to?: `0x${string}` | null;
2792
2792
  from?: `0x${string}`;
2793
2793
  gas?: `0x${string}`;
@@ -2808,6 +2808,7 @@ export declare const chainConfig: {
2808
2808
  gatewayFeeRecipient: `0x${string}` | null;
2809
2809
  type: "0x7c";
2810
2810
  } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
2811
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2811
2812
  r?: `0x${string}`;
2812
2813
  s?: `0x${string}`;
2813
2814
  v?: `0x${string}`;
@@ -2815,7 +2816,6 @@ export declare const chainConfig: {
2815
2816
  maxFeePerBlobGas?: `0x${string}` | undefined;
2816
2817
  maxFeePerGas?: `0x${string}` | undefined;
2817
2818
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2818
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2819
2819
  to?: `0x${string}` | null;
2820
2820
  from?: `0x${string}`;
2821
2821
  gas?: `0x${string}`;