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
@@ -75,6 +75,7 @@ export declare const celo: {
75
75
  readonly transaction: {
76
76
  exclude: [] | undefined;
77
77
  format: (args: ({
78
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
78
79
  r?: `0x${string}`;
79
80
  s?: `0x${string}`;
80
81
  v?: `0x${string}`;
@@ -83,7 +84,6 @@ export declare const celo: {
83
84
  maxFeePerBlobGas?: `0x${string}` | undefined;
84
85
  maxFeePerGas?: `0x${string}` | undefined;
85
86
  maxPriorityFeePerGas?: `0x${string}` | undefined;
86
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
87
87
  to?: `0x${string}` | null;
88
88
  from?: `0x${string}`;
89
89
  gas?: `0x${string}`;
@@ -98,6 +98,7 @@ export declare const celo: {
98
98
  transactionIndex?: `0x${string}` | null;
99
99
  chainId?: `0x${string}` | undefined;
100
100
  } & {
101
+ type: "0x0";
101
102
  r: `0x${string}`;
102
103
  s: `0x${string}`;
103
104
  v: `0x${string}`;
@@ -106,7 +107,6 @@ export declare const celo: {
106
107
  maxFeePerBlobGas?: undefined;
107
108
  maxFeePerGas?: undefined;
108
109
  maxPriorityFeePerGas?: undefined;
109
- type: "0x0";
110
110
  to: `0x${string}` | null;
111
111
  from: `0x${string}`;
112
112
  gas: `0x${string}`;
@@ -125,6 +125,7 @@ export declare const celo: {
125
125
  gatewayFee: `0x${string}` | null;
126
126
  gatewayFeeRecipient: `0x${string}` | null;
127
127
  }) | ({
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 celo: {
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 celo: {
153
153
  gatewayFeeRecipient: `0x${string}` | null;
154
154
  type: "0x7c";
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}`;
@@ -161,7 +162,6 @@ export declare const celo: {
161
162
  maxFeePerBlobGas?: `0x${string}` | undefined;
162
163
  maxFeePerGas?: `0x${string}` | undefined;
163
164
  maxPriorityFeePerGas?: `0x${string}` | undefined;
164
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
165
165
  to?: `0x${string}` | null;
166
166
  from?: `0x${string}`;
167
167
  gas?: `0x${string}`;
@@ -181,6 +181,7 @@ export declare const celo: {
181
181
  gatewayFeeRecipient?: undefined;
182
182
  type: "0x7b";
183
183
  } & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
184
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
184
185
  r?: `0x${string}`;
185
186
  s?: `0x${string}`;
186
187
  v?: `0x${string}`;
@@ -188,7 +189,6 @@ export declare const celo: {
188
189
  maxFeePerBlobGas?: `0x${string}` | undefined;
189
190
  maxFeePerGas?: `0x${string}` | undefined;
190
191
  maxPriorityFeePerGas?: `0x${string}` | undefined;
191
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
192
192
  to?: `0x${string}` | null;
193
193
  from?: `0x${string}`;
194
194
  gas?: `0x${string}`;
@@ -204,6 +204,7 @@ export declare const celo: {
204
204
  chainId?: `0x${string}` | undefined;
205
205
  yParity?: `0x${string}` | undefined;
206
206
  } & {
207
+ type: "0x0";
207
208
  r: `0x${string}`;
208
209
  s: `0x${string}`;
209
210
  v: `0x${string}`;
@@ -212,7 +213,6 @@ export declare const celo: {
212
213
  maxFeePerBlobGas?: undefined;
213
214
  maxFeePerGas?: undefined;
214
215
  maxPriorityFeePerGas?: undefined;
215
- type: "0x0";
216
216
  to: `0x${string}` | null;
217
217
  from: `0x${string}`;
218
218
  gas: `0x${string}`;
@@ -231,6 +231,7 @@ export declare const celo: {
231
231
  gatewayFee: `0x${string}` | null;
232
232
  gatewayFeeRecipient: `0x${string}` | null;
233
233
  }) | ({
234
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
234
235
  r?: `0x${string}`;
235
236
  s?: `0x${string}`;
236
237
  v?: `0x${string}`;
@@ -238,7 +239,6 @@ export declare const celo: {
238
239
  maxFeePerBlobGas?: `0x${string}` | undefined;
239
240
  maxFeePerGas?: `0x${string}` | undefined;
240
241
  maxPriorityFeePerGas?: `0x${string}` | undefined;
241
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
242
242
  to?: `0x${string}` | null;
243
243
  from?: `0x${string}`;
244
244
  gas?: `0x${string}`;
@@ -254,6 +254,7 @@ export declare const celo: {
254
254
  chainId?: `0x${string}` | undefined;
255
255
  yParity?: `0x${string}` | undefined;
256
256
  } & {
257
+ type: "0x1";
257
258
  r: `0x${string}`;
258
259
  s: `0x${string}`;
259
260
  v: `0x${string}`;
@@ -261,7 +262,6 @@ export declare const celo: {
261
262
  maxFeePerBlobGas?: undefined;
262
263
  maxFeePerGas?: undefined;
263
264
  maxPriorityFeePerGas?: undefined;
264
- type: "0x1";
265
265
  to: `0x${string}` | null;
266
266
  from: `0x${string}`;
267
267
  gas: `0x${string}`;
@@ -281,6 +281,7 @@ export declare const celo: {
281
281
  gatewayFee: `0x${string}` | null;
282
282
  gatewayFeeRecipient: `0x${string}` | null;
283
283
  }) | ({
284
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
284
285
  r?: `0x${string}`;
285
286
  s?: `0x${string}`;
286
287
  v?: `0x${string}`;
@@ -288,7 +289,6 @@ export declare const celo: {
288
289
  maxFeePerBlobGas?: `0x${string}` | undefined;
289
290
  maxFeePerGas?: `0x${string}` | undefined;
290
291
  maxPriorityFeePerGas?: `0x${string}` | undefined;
291
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
292
292
  to?: `0x${string}` | null;
293
293
  from?: `0x${string}`;
294
294
  gas?: `0x${string}`;
@@ -304,6 +304,7 @@ export declare const celo: {
304
304
  chainId?: `0x${string}` | undefined;
305
305
  yParity?: `0x${string}` | undefined;
306
306
  } & {
307
+ type: "0x2";
307
308
  r: `0x${string}`;
308
309
  s: `0x${string}`;
309
310
  v: `0x${string}`;
@@ -311,7 +312,6 @@ export declare const celo: {
311
312
  maxFeePerBlobGas?: undefined;
312
313
  maxFeePerGas: `0x${string}`;
313
314
  maxPriorityFeePerGas: `0x${string}`;
314
- type: "0x2";
315
315
  to: `0x${string}` | null;
316
316
  from: `0x${string}`;
317
317
  gas: `0x${string}`;
@@ -331,6 +331,7 @@ export declare const celo: {
331
331
  gatewayFee: `0x${string}` | null;
332
332
  gatewayFeeRecipient: `0x${string}` | null;
333
333
  }) | ({
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 celo: {
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 celo: {
359
359
  gatewayFeeRecipient: `0x${string}` | null;
360
360
  type: "0x7c";
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 celo: {
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}`;
@@ -387,6 +387,7 @@ export declare const celo: {
387
387
  gatewayFeeRecipient?: undefined;
388
388
  type: "0x7b";
389
389
  } & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
390
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
390
391
  r?: `0x${string}`;
391
392
  s?: `0x${string}`;
392
393
  v?: `0x${string}`;
@@ -394,7 +395,6 @@ export declare const celo: {
394
395
  maxFeePerBlobGas?: `0x${string}` | undefined;
395
396
  maxFeePerGas?: `0x${string}` | undefined;
396
397
  maxPriorityFeePerGas?: `0x${string}` | undefined;
397
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
398
398
  to?: `0x${string}` | null;
399
399
  from?: `0x${string}`;
400
400
  gas?: `0x${string}`;
@@ -410,6 +410,7 @@ export declare const celo: {
410
410
  chainId?: `0x${string}` | undefined;
411
411
  yParity?: `0x${string}` | undefined;
412
412
  } & {
413
+ type: "0x0";
413
414
  r: `0x${string}`;
414
415
  s: `0x${string}`;
415
416
  v: `0x${string}`;
@@ -418,7 +419,6 @@ export declare const celo: {
418
419
  maxFeePerBlobGas?: undefined;
419
420
  maxFeePerGas?: undefined;
420
421
  maxPriorityFeePerGas?: undefined;
421
- type: "0x0";
422
422
  to: `0x${string}` | null;
423
423
  from: `0x${string}`;
424
424
  gas: `0x${string}`;
@@ -437,6 +437,7 @@ export declare const celo: {
437
437
  gatewayFee: `0x${string}` | null;
438
438
  gatewayFeeRecipient: `0x${string}` | null;
439
439
  }) | ({
440
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
440
441
  r?: `0x${string}`;
441
442
  s?: `0x${string}`;
442
443
  v?: `0x${string}`;
@@ -444,7 +445,6 @@ export declare const celo: {
444
445
  maxFeePerBlobGas?: `0x${string}` | undefined;
445
446
  maxFeePerGas?: `0x${string}` | undefined;
446
447
  maxPriorityFeePerGas?: `0x${string}` | undefined;
447
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
448
448
  to?: `0x${string}` | null;
449
449
  from?: `0x${string}`;
450
450
  gas?: `0x${string}`;
@@ -460,6 +460,7 @@ export declare const celo: {
460
460
  chainId?: `0x${string}` | undefined;
461
461
  yParity?: `0x${string}` | undefined;
462
462
  } & {
463
+ type: "0x1";
463
464
  r: `0x${string}`;
464
465
  s: `0x${string}`;
465
466
  v: `0x${string}`;
@@ -467,7 +468,6 @@ export declare const celo: {
467
468
  maxFeePerBlobGas?: undefined;
468
469
  maxFeePerGas?: undefined;
469
470
  maxPriorityFeePerGas?: undefined;
470
- type: "0x1";
471
471
  to: `0x${string}` | null;
472
472
  from: `0x${string}`;
473
473
  gas: `0x${string}`;
@@ -487,6 +487,7 @@ export declare const celo: {
487
487
  gatewayFee: `0x${string}` | null;
488
488
  gatewayFeeRecipient: `0x${string}` | null;
489
489
  }) | ({
490
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
490
491
  r?: `0x${string}`;
491
492
  s?: `0x${string}`;
492
493
  v?: `0x${string}`;
@@ -494,7 +495,6 @@ export declare const celo: {
494
495
  maxFeePerBlobGas?: `0x${string}` | undefined;
495
496
  maxFeePerGas?: `0x${string}` | undefined;
496
497
  maxPriorityFeePerGas?: `0x${string}` | undefined;
497
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
498
498
  to?: `0x${string}` | null;
499
499
  from?: `0x${string}`;
500
500
  gas?: `0x${string}`;
@@ -510,6 +510,7 @@ export declare const celo: {
510
510
  chainId?: `0x${string}` | undefined;
511
511
  yParity?: `0x${string}` | undefined;
512
512
  } & {
513
+ type: "0x2";
513
514
  r: `0x${string}`;
514
515
  s: `0x${string}`;
515
516
  v: `0x${string}`;
@@ -517,7 +518,6 @@ export declare const celo: {
517
518
  maxFeePerBlobGas?: undefined;
518
519
  maxFeePerGas: `0x${string}`;
519
520
  maxPriorityFeePerGas: `0x${string}`;
520
- type: "0x2";
521
521
  to: `0x${string}` | null;
522
522
  from: `0x${string}`;
523
523
  gas: `0x${string}`;
@@ -537,6 +537,7 @@ export declare const celo: {
537
537
  gatewayFee: `0x${string}` | null;
538
538
  gatewayFeeRecipient: `0x${string}` | null;
539
539
  }) | ({
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 celo: {
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 celo: {
565
565
  gatewayFeeRecipient: `0x${string}` | null;
566
566
  type: "0x7c";
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 celo: {
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}`;
@@ -593,6 +593,7 @@ export declare const celo: {
593
593
  gatewayFeeRecipient?: undefined;
594
594
  type: "0x7b";
595
595
  } & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
596
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
596
597
  r?: `0x${string}`;
597
598
  s?: `0x${string}`;
598
599
  v?: `0x${string}`;
@@ -600,7 +601,6 @@ export declare const celo: {
600
601
  maxFeePerBlobGas?: `0x${string}` | undefined;
601
602
  maxFeePerGas?: `0x${string}` | undefined;
602
603
  maxPriorityFeePerGas?: `0x${string}` | undefined;
603
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
604
604
  to?: `0x${string}` | null;
605
605
  from?: `0x${string}`;
606
606
  gas?: `0x${string}`;
@@ -616,6 +616,7 @@ export declare const celo: {
616
616
  chainId?: `0x${string}` | undefined;
617
617
  yParity?: `0x${string}` | undefined;
618
618
  } & {
619
+ type: "0x0";
619
620
  r: `0x${string}`;
620
621
  s: `0x${string}`;
621
622
  v: `0x${string}`;
@@ -624,7 +625,6 @@ export declare const celo: {
624
625
  maxFeePerBlobGas?: undefined;
625
626
  maxFeePerGas?: undefined;
626
627
  maxPriorityFeePerGas?: undefined;
627
- type: "0x0";
628
628
  to: `0x${string}` | null;
629
629
  from: `0x${string}`;
630
630
  gas: `0x${string}`;
@@ -643,6 +643,7 @@ export declare const celo: {
643
643
  gatewayFee: `0x${string}` | null;
644
644
  gatewayFeeRecipient: `0x${string}` | null;
645
645
  }) | ({
646
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
646
647
  r?: `0x${string}`;
647
648
  s?: `0x${string}`;
648
649
  v?: `0x${string}`;
@@ -650,7 +651,6 @@ export declare const celo: {
650
651
  maxFeePerBlobGas?: `0x${string}` | undefined;
651
652
  maxFeePerGas?: `0x${string}` | undefined;
652
653
  maxPriorityFeePerGas?: `0x${string}` | undefined;
653
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
654
654
  to?: `0x${string}` | null;
655
655
  from?: `0x${string}`;
656
656
  gas?: `0x${string}`;
@@ -666,6 +666,7 @@ export declare const celo: {
666
666
  chainId?: `0x${string}` | undefined;
667
667
  yParity?: `0x${string}` | undefined;
668
668
  } & {
669
+ type: "0x1";
669
670
  r: `0x${string}`;
670
671
  s: `0x${string}`;
671
672
  v: `0x${string}`;
@@ -673,7 +674,6 @@ export declare const celo: {
673
674
  maxFeePerBlobGas?: undefined;
674
675
  maxFeePerGas?: undefined;
675
676
  maxPriorityFeePerGas?: undefined;
676
- type: "0x1";
677
677
  to: `0x${string}` | null;
678
678
  from: `0x${string}`;
679
679
  gas: `0x${string}`;
@@ -693,6 +693,7 @@ export declare const celo: {
693
693
  gatewayFee: `0x${string}` | null;
694
694
  gatewayFeeRecipient: `0x${string}` | null;
695
695
  }) | ({
696
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
696
697
  r?: `0x${string}`;
697
698
  s?: `0x${string}`;
698
699
  v?: `0x${string}`;
@@ -700,7 +701,6 @@ export declare const celo: {
700
701
  maxFeePerBlobGas?: `0x${string}` | undefined;
701
702
  maxFeePerGas?: `0x${string}` | undefined;
702
703
  maxPriorityFeePerGas?: `0x${string}` | undefined;
703
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
704
704
  to?: `0x${string}` | null;
705
705
  from?: `0x${string}`;
706
706
  gas?: `0x${string}`;
@@ -716,6 +716,7 @@ export declare const celo: {
716
716
  chainId?: `0x${string}` | undefined;
717
717
  yParity?: `0x${string}` | undefined;
718
718
  } & {
719
+ type: "0x2";
719
720
  r: `0x${string}`;
720
721
  s: `0x${string}`;
721
722
  v: `0x${string}`;
@@ -723,7 +724,6 @@ export declare const celo: {
723
724
  maxFeePerBlobGas?: undefined;
724
725
  maxFeePerGas: `0x${string}`;
725
726
  maxPriorityFeePerGas: `0x${string}`;
726
- type: "0x2";
727
727
  to: `0x${string}` | null;
728
728
  from: `0x${string}`;
729
729
  gas: `0x${string}`;
@@ -743,6 +743,7 @@ export declare const celo: {
743
743
  gatewayFee: `0x${string}` | null;
744
744
  gatewayFeeRecipient: `0x${string}` | null;
745
745
  }) | ({
746
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
746
747
  r?: `0x${string}`;
747
748
  s?: `0x${string}`;
748
749
  v?: `0x${string}`;
@@ -750,7 +751,6 @@ export declare const celo: {
750
751
  maxFeePerBlobGas?: `0x${string}` | undefined;
751
752
  maxFeePerGas?: `0x${string}` | undefined;
752
753
  maxPriorityFeePerGas?: `0x${string}` | undefined;
753
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
754
754
  to?: `0x${string}` | null;
755
755
  from?: `0x${string}`;
756
756
  gas?: `0x${string}`;
@@ -766,6 +766,7 @@ export declare const celo: {
766
766
  chainId?: `0x${string}` | undefined;
767
767
  yParity?: `0x${string}` | undefined;
768
768
  } & {
769
+ type: "0x3";
769
770
  r: `0x${string}`;
770
771
  s: `0x${string}`;
771
772
  v: `0x${string}`;
@@ -773,7 +774,6 @@ export declare const celo: {
773
774
  maxFeePerBlobGas: `0x${string}`;
774
775
  maxFeePerGas: `0x${string}`;
775
776
  maxPriorityFeePerGas: `0x${string}`;
776
- type: "0x3";
777
777
  to: `0x${string}` | null;
778
778
  from: `0x${string}`;
779
779
  gas: `0x${string}`;
@@ -793,6 +793,7 @@ export declare const celo: {
793
793
  gatewayFee: `0x${string}` | null;
794
794
  gatewayFeeRecipient: `0x${string}` | null;
795
795
  }) | ({
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 celo: {
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}`;
@@ -821,6 +821,7 @@ export declare const celo: {
821
821
  gatewayFeeRecipient: `0x${string}` | null;
822
822
  type: "0x7c";
823
823
  } & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
824
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
824
825
  r?: `0x${string}`;
825
826
  s?: `0x${string}`;
826
827
  v?: `0x${string}`;
@@ -828,7 +829,6 @@ export declare const celo: {
828
829
  maxFeePerBlobGas?: `0x${string}` | undefined;
829
830
  maxFeePerGas?: `0x${string}` | undefined;
830
831
  maxPriorityFeePerGas?: `0x${string}` | undefined;
831
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
832
832
  to?: `0x${string}` | null;
833
833
  from?: `0x${string}`;
834
834
  gas?: `0x${string}`;
@@ -2087,6 +2087,7 @@ export declare const celo: {
2087
2087
  readonly transaction: {
2088
2088
  exclude: [] | undefined;
2089
2089
  format: (args: ({
2090
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2090
2091
  r?: `0x${string}`;
2091
2092
  s?: `0x${string}`;
2092
2093
  v?: `0x${string}`;
@@ -2095,7 +2096,6 @@ export declare const celo: {
2095
2096
  maxFeePerBlobGas?: `0x${string}` | undefined;
2096
2097
  maxFeePerGas?: `0x${string}` | undefined;
2097
2098
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2098
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2099
2099
  to?: `0x${string}` | null;
2100
2100
  from?: `0x${string}`;
2101
2101
  gas?: `0x${string}`;
@@ -2110,6 +2110,7 @@ export declare const celo: {
2110
2110
  transactionIndex?: `0x${string}` | null;
2111
2111
  chainId?: `0x${string}` | undefined;
2112
2112
  } & {
2113
+ type: "0x0";
2113
2114
  r: `0x${string}`;
2114
2115
  s: `0x${string}`;
2115
2116
  v: `0x${string}`;
@@ -2118,7 +2119,6 @@ export declare const celo: {
2118
2119
  maxFeePerBlobGas?: undefined;
2119
2120
  maxFeePerGas?: undefined;
2120
2121
  maxPriorityFeePerGas?: undefined;
2121
- type: "0x0";
2122
2122
  to: `0x${string}` | null;
2123
2123
  from: `0x${string}`;
2124
2124
  gas: `0x${string}`;
@@ -2137,6 +2137,7 @@ export declare const celo: {
2137
2137
  gatewayFee: `0x${string}` | null;
2138
2138
  gatewayFeeRecipient: `0x${string}` | null;
2139
2139
  }) | ({
2140
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2140
2141
  r?: `0x${string}`;
2141
2142
  s?: `0x${string}`;
2142
2143
  v?: `0x${string}`;
@@ -2145,7 +2146,6 @@ export declare const celo: {
2145
2146
  maxFeePerBlobGas?: `0x${string}` | undefined;
2146
2147
  maxFeePerGas?: `0x${string}` | undefined;
2147
2148
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2148
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2149
2149
  to?: `0x${string}` | null;
2150
2150
  from?: `0x${string}`;
2151
2151
  gas?: `0x${string}`;
@@ -2165,6 +2165,7 @@ export declare const celo: {
2165
2165
  gatewayFeeRecipient: `0x${string}` | null;
2166
2166
  type: "0x7c";
2167
2167
  } & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
2168
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2168
2169
  r?: `0x${string}`;
2169
2170
  s?: `0x${string}`;
2170
2171
  v?: `0x${string}`;
@@ -2173,7 +2174,6 @@ export declare const celo: {
2173
2174
  maxFeePerBlobGas?: `0x${string}` | undefined;
2174
2175
  maxFeePerGas?: `0x${string}` | undefined;
2175
2176
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2176
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2177
2177
  to?: `0x${string}` | null;
2178
2178
  from?: `0x${string}`;
2179
2179
  gas?: `0x${string}`;
@@ -2193,6 +2193,7 @@ export declare const celo: {
2193
2193
  gatewayFeeRecipient?: undefined;
2194
2194
  type: "0x7b";
2195
2195
  } & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
2196
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2196
2197
  r?: `0x${string}`;
2197
2198
  s?: `0x${string}`;
2198
2199
  v?: `0x${string}`;
@@ -2200,7 +2201,6 @@ export declare const celo: {
2200
2201
  maxFeePerBlobGas?: `0x${string}` | undefined;
2201
2202
  maxFeePerGas?: `0x${string}` | undefined;
2202
2203
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2203
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2204
2204
  to?: `0x${string}` | null;
2205
2205
  from?: `0x${string}`;
2206
2206
  gas?: `0x${string}`;
@@ -2216,6 +2216,7 @@ export declare const celo: {
2216
2216
  chainId?: `0x${string}` | undefined;
2217
2217
  yParity?: `0x${string}` | undefined;
2218
2218
  } & {
2219
+ type: "0x0";
2219
2220
  r: `0x${string}`;
2220
2221
  s: `0x${string}`;
2221
2222
  v: `0x${string}`;
@@ -2224,7 +2225,6 @@ export declare const celo: {
2224
2225
  maxFeePerBlobGas?: undefined;
2225
2226
  maxFeePerGas?: undefined;
2226
2227
  maxPriorityFeePerGas?: undefined;
2227
- type: "0x0";
2228
2228
  to: `0x${string}` | null;
2229
2229
  from: `0x${string}`;
2230
2230
  gas: `0x${string}`;
@@ -2243,6 +2243,7 @@ export declare const celo: {
2243
2243
  gatewayFee: `0x${string}` | null;
2244
2244
  gatewayFeeRecipient: `0x${string}` | null;
2245
2245
  }) | ({
2246
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2246
2247
  r?: `0x${string}`;
2247
2248
  s?: `0x${string}`;
2248
2249
  v?: `0x${string}`;
@@ -2250,7 +2251,6 @@ export declare const celo: {
2250
2251
  maxFeePerBlobGas?: `0x${string}` | undefined;
2251
2252
  maxFeePerGas?: `0x${string}` | undefined;
2252
2253
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2253
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2254
2254
  to?: `0x${string}` | null;
2255
2255
  from?: `0x${string}`;
2256
2256
  gas?: `0x${string}`;
@@ -2266,6 +2266,7 @@ export declare const celo: {
2266
2266
  chainId?: `0x${string}` | undefined;
2267
2267
  yParity?: `0x${string}` | undefined;
2268
2268
  } & {
2269
+ type: "0x1";
2269
2270
  r: `0x${string}`;
2270
2271
  s: `0x${string}`;
2271
2272
  v: `0x${string}`;
@@ -2273,7 +2274,6 @@ export declare const celo: {
2273
2274
  maxFeePerBlobGas?: undefined;
2274
2275
  maxFeePerGas?: undefined;
2275
2276
  maxPriorityFeePerGas?: undefined;
2276
- type: "0x1";
2277
2277
  to: `0x${string}` | null;
2278
2278
  from: `0x${string}`;
2279
2279
  gas: `0x${string}`;
@@ -2293,6 +2293,7 @@ export declare const celo: {
2293
2293
  gatewayFee: `0x${string}` | null;
2294
2294
  gatewayFeeRecipient: `0x${string}` | null;
2295
2295
  }) | ({
2296
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2296
2297
  r?: `0x${string}`;
2297
2298
  s?: `0x${string}`;
2298
2299
  v?: `0x${string}`;
@@ -2300,7 +2301,6 @@ export declare const celo: {
2300
2301
  maxFeePerBlobGas?: `0x${string}` | undefined;
2301
2302
  maxFeePerGas?: `0x${string}` | undefined;
2302
2303
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2303
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2304
2304
  to?: `0x${string}` | null;
2305
2305
  from?: `0x${string}`;
2306
2306
  gas?: `0x${string}`;
@@ -2316,6 +2316,7 @@ export declare const celo: {
2316
2316
  chainId?: `0x${string}` | undefined;
2317
2317
  yParity?: `0x${string}` | undefined;
2318
2318
  } & {
2319
+ type: "0x2";
2319
2320
  r: `0x${string}`;
2320
2321
  s: `0x${string}`;
2321
2322
  v: `0x${string}`;
@@ -2323,7 +2324,6 @@ export declare const celo: {
2323
2324
  maxFeePerBlobGas?: undefined;
2324
2325
  maxFeePerGas: `0x${string}`;
2325
2326
  maxPriorityFeePerGas: `0x${string}`;
2326
- type: "0x2";
2327
2327
  to: `0x${string}` | null;
2328
2328
  from: `0x${string}`;
2329
2329
  gas: `0x${string}`;
@@ -2343,6 +2343,7 @@ export declare const celo: {
2343
2343
  gatewayFee: `0x${string}` | null;
2344
2344
  gatewayFeeRecipient: `0x${string}` | null;
2345
2345
  }) | ({
2346
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2346
2347
  r?: `0x${string}`;
2347
2348
  s?: `0x${string}`;
2348
2349
  v?: `0x${string}`;
@@ -2350,7 +2351,6 @@ export declare const celo: {
2350
2351
  maxFeePerBlobGas?: `0x${string}` | undefined;
2351
2352
  maxFeePerGas?: `0x${string}` | undefined;
2352
2353
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2353
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2354
2354
  to?: `0x${string}` | null;
2355
2355
  from?: `0x${string}`;
2356
2356
  gas?: `0x${string}`;
@@ -2371,6 +2371,7 @@ export declare const celo: {
2371
2371
  gatewayFeeRecipient: `0x${string}` | null;
2372
2372
  type: "0x7c";
2373
2373
  } & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
2374
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2374
2375
  r?: `0x${string}`;
2375
2376
  s?: `0x${string}`;
2376
2377
  v?: `0x${string}`;
@@ -2378,7 +2379,6 @@ export declare const celo: {
2378
2379
  maxFeePerBlobGas?: `0x${string}` | undefined;
2379
2380
  maxFeePerGas?: `0x${string}` | undefined;
2380
2381
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2381
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2382
2382
  to?: `0x${string}` | null;
2383
2383
  from?: `0x${string}`;
2384
2384
  gas?: `0x${string}`;
@@ -2399,6 +2399,7 @@ export declare const celo: {
2399
2399
  gatewayFeeRecipient?: undefined;
2400
2400
  type: "0x7b";
2401
2401
  } & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
2402
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2402
2403
  r?: `0x${string}`;
2403
2404
  s?: `0x${string}`;
2404
2405
  v?: `0x${string}`;
@@ -2406,7 +2407,6 @@ export declare const celo: {
2406
2407
  maxFeePerBlobGas?: `0x${string}` | undefined;
2407
2408
  maxFeePerGas?: `0x${string}` | undefined;
2408
2409
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2409
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2410
2410
  to?: `0x${string}` | null;
2411
2411
  from?: `0x${string}`;
2412
2412
  gas?: `0x${string}`;
@@ -2422,6 +2422,7 @@ export declare const celo: {
2422
2422
  chainId?: `0x${string}` | undefined;
2423
2423
  yParity?: `0x${string}` | undefined;
2424
2424
  } & {
2425
+ type: "0x0";
2425
2426
  r: `0x${string}`;
2426
2427
  s: `0x${string}`;
2427
2428
  v: `0x${string}`;
@@ -2430,7 +2431,6 @@ export declare const celo: {
2430
2431
  maxFeePerBlobGas?: undefined;
2431
2432
  maxFeePerGas?: undefined;
2432
2433
  maxPriorityFeePerGas?: undefined;
2433
- type: "0x0";
2434
2434
  to: `0x${string}` | null;
2435
2435
  from: `0x${string}`;
2436
2436
  gas: `0x${string}`;
@@ -2449,6 +2449,7 @@ export declare const celo: {
2449
2449
  gatewayFee: `0x${string}` | null;
2450
2450
  gatewayFeeRecipient: `0x${string}` | null;
2451
2451
  }) | ({
2452
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2452
2453
  r?: `0x${string}`;
2453
2454
  s?: `0x${string}`;
2454
2455
  v?: `0x${string}`;
@@ -2456,7 +2457,6 @@ export declare const celo: {
2456
2457
  maxFeePerBlobGas?: `0x${string}` | undefined;
2457
2458
  maxFeePerGas?: `0x${string}` | undefined;
2458
2459
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2459
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2460
2460
  to?: `0x${string}` | null;
2461
2461
  from?: `0x${string}`;
2462
2462
  gas?: `0x${string}`;
@@ -2472,6 +2472,7 @@ export declare const celo: {
2472
2472
  chainId?: `0x${string}` | undefined;
2473
2473
  yParity?: `0x${string}` | undefined;
2474
2474
  } & {
2475
+ type: "0x1";
2475
2476
  r: `0x${string}`;
2476
2477
  s: `0x${string}`;
2477
2478
  v: `0x${string}`;
@@ -2479,7 +2480,6 @@ export declare const celo: {
2479
2480
  maxFeePerBlobGas?: undefined;
2480
2481
  maxFeePerGas?: undefined;
2481
2482
  maxPriorityFeePerGas?: undefined;
2482
- type: "0x1";
2483
2483
  to: `0x${string}` | null;
2484
2484
  from: `0x${string}`;
2485
2485
  gas: `0x${string}`;
@@ -2499,6 +2499,7 @@ export declare const celo: {
2499
2499
  gatewayFee: `0x${string}` | null;
2500
2500
  gatewayFeeRecipient: `0x${string}` | null;
2501
2501
  }) | ({
2502
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2502
2503
  r?: `0x${string}`;
2503
2504
  s?: `0x${string}`;
2504
2505
  v?: `0x${string}`;
@@ -2506,7 +2507,6 @@ export declare const celo: {
2506
2507
  maxFeePerBlobGas?: `0x${string}` | undefined;
2507
2508
  maxFeePerGas?: `0x${string}` | undefined;
2508
2509
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2509
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2510
2510
  to?: `0x${string}` | null;
2511
2511
  from?: `0x${string}`;
2512
2512
  gas?: `0x${string}`;
@@ -2522,6 +2522,7 @@ export declare const celo: {
2522
2522
  chainId?: `0x${string}` | undefined;
2523
2523
  yParity?: `0x${string}` | undefined;
2524
2524
  } & {
2525
+ type: "0x2";
2525
2526
  r: `0x${string}`;
2526
2527
  s: `0x${string}`;
2527
2528
  v: `0x${string}`;
@@ -2529,7 +2530,6 @@ export declare const celo: {
2529
2530
  maxFeePerBlobGas?: undefined;
2530
2531
  maxFeePerGas: `0x${string}`;
2531
2532
  maxPriorityFeePerGas: `0x${string}`;
2532
- type: "0x2";
2533
2533
  to: `0x${string}` | null;
2534
2534
  from: `0x${string}`;
2535
2535
  gas: `0x${string}`;
@@ -2549,6 +2549,7 @@ export declare const celo: {
2549
2549
  gatewayFee: `0x${string}` | null;
2550
2550
  gatewayFeeRecipient: `0x${string}` | null;
2551
2551
  }) | ({
2552
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2552
2553
  r?: `0x${string}`;
2553
2554
  s?: `0x${string}`;
2554
2555
  v?: `0x${string}`;
@@ -2556,7 +2557,6 @@ export declare const celo: {
2556
2557
  maxFeePerBlobGas?: `0x${string}` | undefined;
2557
2558
  maxFeePerGas?: `0x${string}` | undefined;
2558
2559
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2559
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2560
2560
  to?: `0x${string}` | null;
2561
2561
  from?: `0x${string}`;
2562
2562
  gas?: `0x${string}`;
@@ -2577,6 +2577,7 @@ export declare const celo: {
2577
2577
  gatewayFeeRecipient: `0x${string}` | null;
2578
2578
  type: "0x7c";
2579
2579
  } & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
2580
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2580
2581
  r?: `0x${string}`;
2581
2582
  s?: `0x${string}`;
2582
2583
  v?: `0x${string}`;
@@ -2584,7 +2585,6 @@ export declare const celo: {
2584
2585
  maxFeePerBlobGas?: `0x${string}` | undefined;
2585
2586
  maxFeePerGas?: `0x${string}` | undefined;
2586
2587
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2587
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2588
2588
  to?: `0x${string}` | null;
2589
2589
  from?: `0x${string}`;
2590
2590
  gas?: `0x${string}`;
@@ -2605,6 +2605,7 @@ export declare const celo: {
2605
2605
  gatewayFeeRecipient?: undefined;
2606
2606
  type: "0x7b";
2607
2607
  } & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
2608
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2608
2609
  r?: `0x${string}`;
2609
2610
  s?: `0x${string}`;
2610
2611
  v?: `0x${string}`;
@@ -2612,7 +2613,6 @@ export declare const celo: {
2612
2613
  maxFeePerBlobGas?: `0x${string}` | undefined;
2613
2614
  maxFeePerGas?: `0x${string}` | undefined;
2614
2615
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2615
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2616
2616
  to?: `0x${string}` | null;
2617
2617
  from?: `0x${string}`;
2618
2618
  gas?: `0x${string}`;
@@ -2628,6 +2628,7 @@ export declare const celo: {
2628
2628
  chainId?: `0x${string}` | undefined;
2629
2629
  yParity?: `0x${string}` | undefined;
2630
2630
  } & {
2631
+ type: "0x0";
2631
2632
  r: `0x${string}`;
2632
2633
  s: `0x${string}`;
2633
2634
  v: `0x${string}`;
@@ -2636,7 +2637,6 @@ export declare const celo: {
2636
2637
  maxFeePerBlobGas?: undefined;
2637
2638
  maxFeePerGas?: undefined;
2638
2639
  maxPriorityFeePerGas?: undefined;
2639
- type: "0x0";
2640
2640
  to: `0x${string}` | null;
2641
2641
  from: `0x${string}`;
2642
2642
  gas: `0x${string}`;
@@ -2655,6 +2655,7 @@ export declare const celo: {
2655
2655
  gatewayFee: `0x${string}` | null;
2656
2656
  gatewayFeeRecipient: `0x${string}` | null;
2657
2657
  }) | ({
2658
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2658
2659
  r?: `0x${string}`;
2659
2660
  s?: `0x${string}`;
2660
2661
  v?: `0x${string}`;
@@ -2662,7 +2663,6 @@ export declare const celo: {
2662
2663
  maxFeePerBlobGas?: `0x${string}` | undefined;
2663
2664
  maxFeePerGas?: `0x${string}` | undefined;
2664
2665
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2665
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2666
2666
  to?: `0x${string}` | null;
2667
2667
  from?: `0x${string}`;
2668
2668
  gas?: `0x${string}`;
@@ -2678,6 +2678,7 @@ export declare const celo: {
2678
2678
  chainId?: `0x${string}` | undefined;
2679
2679
  yParity?: `0x${string}` | undefined;
2680
2680
  } & {
2681
+ type: "0x1";
2681
2682
  r: `0x${string}`;
2682
2683
  s: `0x${string}`;
2683
2684
  v: `0x${string}`;
@@ -2685,7 +2686,6 @@ export declare const celo: {
2685
2686
  maxFeePerBlobGas?: undefined;
2686
2687
  maxFeePerGas?: undefined;
2687
2688
  maxPriorityFeePerGas?: undefined;
2688
- type: "0x1";
2689
2689
  to: `0x${string}` | null;
2690
2690
  from: `0x${string}`;
2691
2691
  gas: `0x${string}`;
@@ -2705,6 +2705,7 @@ export declare const celo: {
2705
2705
  gatewayFee: `0x${string}` | null;
2706
2706
  gatewayFeeRecipient: `0x${string}` | null;
2707
2707
  }) | ({
2708
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2708
2709
  r?: `0x${string}`;
2709
2710
  s?: `0x${string}`;
2710
2711
  v?: `0x${string}`;
@@ -2712,7 +2713,6 @@ export declare const celo: {
2712
2713
  maxFeePerBlobGas?: `0x${string}` | undefined;
2713
2714
  maxFeePerGas?: `0x${string}` | undefined;
2714
2715
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2715
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2716
2716
  to?: `0x${string}` | null;
2717
2717
  from?: `0x${string}`;
2718
2718
  gas?: `0x${string}`;
@@ -2728,6 +2728,7 @@ export declare const celo: {
2728
2728
  chainId?: `0x${string}` | undefined;
2729
2729
  yParity?: `0x${string}` | undefined;
2730
2730
  } & {
2731
+ type: "0x2";
2731
2732
  r: `0x${string}`;
2732
2733
  s: `0x${string}`;
2733
2734
  v: `0x${string}`;
@@ -2735,7 +2736,6 @@ export declare const celo: {
2735
2736
  maxFeePerBlobGas?: undefined;
2736
2737
  maxFeePerGas: `0x${string}`;
2737
2738
  maxPriorityFeePerGas: `0x${string}`;
2738
- type: "0x2";
2739
2739
  to: `0x${string}` | null;
2740
2740
  from: `0x${string}`;
2741
2741
  gas: `0x${string}`;
@@ -2755,6 +2755,7 @@ export declare const celo: {
2755
2755
  gatewayFee: `0x${string}` | null;
2756
2756
  gatewayFeeRecipient: `0x${string}` | null;
2757
2757
  }) | ({
2758
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2758
2759
  r?: `0x${string}`;
2759
2760
  s?: `0x${string}`;
2760
2761
  v?: `0x${string}`;
@@ -2762,7 +2763,6 @@ export declare const celo: {
2762
2763
  maxFeePerBlobGas?: `0x${string}` | undefined;
2763
2764
  maxFeePerGas?: `0x${string}` | undefined;
2764
2765
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2765
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2766
2766
  to?: `0x${string}` | null;
2767
2767
  from?: `0x${string}`;
2768
2768
  gas?: `0x${string}`;
@@ -2778,6 +2778,7 @@ export declare const celo: {
2778
2778
  chainId?: `0x${string}` | undefined;
2779
2779
  yParity?: `0x${string}` | undefined;
2780
2780
  } & {
2781
+ type: "0x3";
2781
2782
  r: `0x${string}`;
2782
2783
  s: `0x${string}`;
2783
2784
  v: `0x${string}`;
@@ -2785,7 +2786,6 @@ export declare const celo: {
2785
2786
  maxFeePerBlobGas: `0x${string}`;
2786
2787
  maxFeePerGas: `0x${string}`;
2787
2788
  maxPriorityFeePerGas: `0x${string}`;
2788
- type: "0x3";
2789
2789
  to: `0x${string}` | null;
2790
2790
  from: `0x${string}`;
2791
2791
  gas: `0x${string}`;
@@ -2805,6 +2805,7 @@ export declare const celo: {
2805
2805
  gatewayFee: `0x${string}` | null;
2806
2806
  gatewayFeeRecipient: `0x${string}` | null;
2807
2807
  }) | ({
2808
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2808
2809
  r?: `0x${string}`;
2809
2810
  s?: `0x${string}`;
2810
2811
  v?: `0x${string}`;
@@ -2812,7 +2813,6 @@ export declare const celo: {
2812
2813
  maxFeePerBlobGas?: `0x${string}` | undefined;
2813
2814
  maxFeePerGas?: `0x${string}` | undefined;
2814
2815
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2815
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2816
2816
  to?: `0x${string}` | null;
2817
2817
  from?: `0x${string}`;
2818
2818
  gas?: `0x${string}`;
@@ -2833,6 +2833,7 @@ export declare const celo: {
2833
2833
  gatewayFeeRecipient: `0x${string}` | null;
2834
2834
  type: "0x7c";
2835
2835
  } & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
2836
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2836
2837
  r?: `0x${string}`;
2837
2838
  s?: `0x${string}`;
2838
2839
  v?: `0x${string}`;
@@ -2840,7 +2841,6 @@ export declare const celo: {
2840
2841
  maxFeePerBlobGas?: `0x${string}` | undefined;
2841
2842
  maxFeePerGas?: `0x${string}` | undefined;
2842
2843
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2843
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2844
2844
  to?: `0x${string}` | null;
2845
2845
  from?: `0x${string}`;
2846
2846
  gas?: `0x${string}`;