viem 2.18.8 → 2.19.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (647) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/README.md +1 -1
  3. package/_cjs/account-abstraction/errors/bundler.js +36 -216
  4. package/_cjs/account-abstraction/errors/bundler.js.map +1 -1
  5. package/_cjs/account-abstraction/errors/userOperation.js +5 -26
  6. package/_cjs/account-abstraction/errors/userOperation.js.map +1 -1
  7. package/_cjs/accounts/index.js +3 -1
  8. package/_cjs/accounts/index.js.map +1 -1
  9. package/_cjs/accounts/privateKeyToAccount.js +4 -0
  10. package/_cjs/accounts/privateKeyToAccount.js.map +1 -1
  11. package/_cjs/accounts/toAccount.js +1 -0
  12. package/_cjs/accounts/toAccount.js.map +1 -1
  13. package/_cjs/accounts/utils/signAuthorization.js +22 -0
  14. package/_cjs/accounts/utils/signAuthorization.js.map +1 -0
  15. package/_cjs/actions/public/estimateGas.js +48 -10
  16. package/_cjs/actions/public/estimateGas.js.map +1 -1
  17. package/_cjs/actions/public/simulateContract.js.map +1 -1
  18. package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
  19. package/_cjs/actions/wallet/sendTransaction.js +21 -3
  20. package/_cjs/actions/wallet/sendTransaction.js.map +1 -1
  21. package/_cjs/actions/wallet/writeContract.js.map +1 -1
  22. package/_cjs/chains/definitions/abstractTestnet.js +2 -0
  23. package/_cjs/chains/definitions/abstractTestnet.js.map +1 -1
  24. package/_cjs/chains/definitions/{zkSync.js → zksync.js} +6 -5
  25. package/_cjs/chains/definitions/{zkSync.js.map → zksync.js.map} +1 -1
  26. package/_cjs/chains/definitions/{zkSyncInMemoryNode.js → zksyncInMemoryNode.js} +4 -4
  27. package/_cjs/chains/definitions/{zkSyncInMemoryNode.js.map → zksyncInMemoryNode.js.map} +1 -1
  28. package/_cjs/chains/definitions/{zkSyncLocalNode.js → zksyncLocalNode.js} +4 -4
  29. package/_cjs/chains/definitions/{zkSyncLocalNode.js.map → zksyncLocalNode.js.map} +1 -1
  30. package/_cjs/chains/definitions/{zkSyncSepoliaTestnet.js → zksyncSepoliaTestnet.js} +7 -5
  31. package/_cjs/chains/definitions/zksyncSepoliaTestnet.js.map +1 -0
  32. package/_cjs/chains/index.js +13 -11
  33. package/_cjs/chains/index.js.map +1 -1
  34. package/_cjs/errors/abi.js +32 -163
  35. package/_cjs/errors/abi.js.map +1 -1
  36. package/_cjs/errors/account.js +2 -12
  37. package/_cjs/errors/account.js.map +1 -1
  38. package/_cjs/errors/address.js +1 -6
  39. package/_cjs/errors/address.js.map +1 -1
  40. package/_cjs/errors/base.js +29 -18
  41. package/_cjs/errors/base.js.map +1 -1
  42. package/_cjs/errors/blob.js +4 -25
  43. package/_cjs/errors/blob.js.map +1 -1
  44. package/_cjs/errors/block.js +1 -7
  45. package/_cjs/errors/block.js.map +1 -1
  46. package/_cjs/errors/ccip.js +3 -18
  47. package/_cjs/errors/ccip.js.map +1 -1
  48. package/_cjs/errors/chain.js +7 -31
  49. package/_cjs/errors/chain.js.map +1 -1
  50. package/_cjs/errors/contract.js +6 -37
  51. package/_cjs/errors/contract.js.map +1 -1
  52. package/_cjs/errors/cursor.js +4 -20
  53. package/_cjs/errors/cursor.js.map +1 -1
  54. package/_cjs/errors/data.js +3 -21
  55. package/_cjs/errors/data.js.map +1 -1
  56. package/_cjs/errors/eip712.js +1 -6
  57. package/_cjs/errors/eip712.js.map +1 -1
  58. package/_cjs/errors/encoding.js +6 -34
  59. package/_cjs/errors/encoding.js.map +1 -1
  60. package/_cjs/errors/ens.js +5 -26
  61. package/_cjs/errors/ens.js.map +1 -1
  62. package/_cjs/errors/estimateGas.js +1 -6
  63. package/_cjs/errors/estimateGas.js.map +1 -1
  64. package/_cjs/errors/fee.js +5 -19
  65. package/_cjs/errors/fee.js.map +1 -1
  66. package/_cjs/errors/log.js +2 -6
  67. package/_cjs/errors/log.js.map +1 -1
  68. package/_cjs/errors/node.js +12 -75
  69. package/_cjs/errors/node.js.map +1 -1
  70. package/_cjs/errors/request.js +5 -30
  71. package/_cjs/errors/request.js.map +1 -1
  72. package/_cjs/errors/rpc.js +22 -122
  73. package/_cjs/errors/rpc.js.map +1 -1
  74. package/_cjs/errors/siwe.js +1 -7
  75. package/_cjs/errors/siwe.js.map +1 -1
  76. package/_cjs/errors/stateOverride.js +4 -12
  77. package/_cjs/errors/stateOverride.js.map +1 -1
  78. package/_cjs/errors/transaction.js +15 -63
  79. package/_cjs/errors/transaction.js.map +1 -1
  80. package/_cjs/errors/transport.js +1 -0
  81. package/_cjs/errors/transport.js.map +1 -1
  82. package/_cjs/errors/utils.js +1 -4
  83. package/_cjs/errors/utils.js.map +1 -1
  84. package/_cjs/errors/version.js +1 -1
  85. package/_cjs/experimental/eip5792/decorators/eip5792.js +2 -2
  86. package/_cjs/experimental/eip5792/decorators/eip5792.js.map +1 -1
  87. package/_cjs/experimental/eip7702/actions/signAuthorization.js +41 -0
  88. package/_cjs/experimental/eip7702/actions/signAuthorization.js.map +1 -0
  89. package/_cjs/experimental/eip7702/decorators/eip7702.js +12 -0
  90. package/_cjs/experimental/eip7702/decorators/eip7702.js.map +1 -0
  91. package/_cjs/experimental/eip7702/types/authorization.js +3 -0
  92. package/_cjs/experimental/eip7702/types/authorization.js.map +1 -0
  93. package/_cjs/experimental/eip7702/types/rpc.js +3 -0
  94. package/_cjs/experimental/eip7702/types/rpc.js.map +1 -0
  95. package/_cjs/experimental/eip7702/utils/hashAuthorization.js +23 -0
  96. package/_cjs/experimental/eip7702/utils/hashAuthorization.js.map +1 -0
  97. package/_cjs/experimental/eip7702/utils/recoverAuthorizationAddress.js +13 -0
  98. package/_cjs/experimental/eip7702/utils/recoverAuthorizationAddress.js.map +1 -0
  99. package/_cjs/experimental/eip7702/utils/serializeAuthorizationList.js +21 -0
  100. package/_cjs/experimental/eip7702/utils/serializeAuthorizationList.js.map +1 -0
  101. package/_cjs/experimental/eip7702/utils/verifyAuthorization.js +13 -0
  102. package/_cjs/experimental/eip7702/utils/verifyAuthorization.js.map +1 -0
  103. package/_cjs/experimental/erc7715/decorators/erc7715.js +2 -2
  104. package/_cjs/experimental/erc7715/decorators/erc7715.js.map +1 -1
  105. package/_cjs/experimental/index.js +22 -8
  106. package/_cjs/experimental/index.js.map +1 -1
  107. package/_cjs/index.js +7 -6
  108. package/_cjs/index.js.map +1 -1
  109. package/_cjs/op-stack/errors/withdrawal.js +2 -14
  110. package/_cjs/op-stack/errors/withdrawal.js.map +1 -1
  111. package/_cjs/utils/formatters/transaction.js +19 -0
  112. package/_cjs/utils/formatters/transaction.js.map +1 -1
  113. package/_cjs/utils/formatters/transactionRequest.js +19 -0
  114. package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
  115. package/_cjs/utils/transaction/assertTransaction.js +15 -3
  116. package/_cjs/utils/transaction/assertTransaction.js.map +1 -1
  117. package/_cjs/utils/transaction/getSerializedTransactionType.js +2 -0
  118. package/_cjs/utils/transaction/getSerializedTransactionType.js.map +1 -1
  119. package/_cjs/utils/transaction/getTransactionType.js +2 -0
  120. package/_cjs/utils/transaction/getTransactionType.js.map +1 -1
  121. package/_cjs/utils/transaction/parseTransaction.js +70 -0
  122. package/_cjs/utils/transaction/parseTransaction.js.map +1 -1
  123. package/_cjs/utils/transaction/serializeTransaction.js +25 -0
  124. package/_cjs/utils/transaction/serializeTransaction.js.map +1 -1
  125. package/_cjs/zksync/chains.js +9 -7
  126. package/_cjs/zksync/chains.js.map +1 -1
  127. package/_cjs/zksync/errors/bytecode.js +3 -21
  128. package/_cjs/zksync/errors/bytecode.js.map +1 -1
  129. package/_cjs/zksync/errors/token-is-eth.js +1 -7
  130. package/_cjs/zksync/errors/token-is-eth.js.map +1 -1
  131. package/_cjs/zksync/errors/transaction.js +1 -7
  132. package/_cjs/zksync/errors/transaction.js.map +1 -1
  133. package/_cjs/zksync/index.js +9 -4
  134. package/_cjs/zksync/index.js.map +1 -1
  135. package/_cjs/zksync/utils/getEip712Domain.js +1 -1
  136. package/_cjs/zksync/utils/isEip712Transaction.js.map +1 -1
  137. package/_esm/account-abstraction/errors/bundler.js +36 -216
  138. package/_esm/account-abstraction/errors/bundler.js.map +1 -1
  139. package/_esm/account-abstraction/errors/userOperation.js +5 -26
  140. package/_esm/account-abstraction/errors/userOperation.js.map +1 -1
  141. package/_esm/accounts/index.js +1 -0
  142. package/_esm/accounts/index.js.map +1 -1
  143. package/_esm/accounts/privateKeyToAccount.js +4 -0
  144. package/_esm/accounts/privateKeyToAccount.js.map +1 -1
  145. package/_esm/accounts/toAccount.js +1 -0
  146. package/_esm/accounts/toAccount.js.map +1 -1
  147. package/_esm/accounts/utils/signAuthorization.js +22 -0
  148. package/_esm/accounts/utils/signAuthorization.js.map +1 -0
  149. package/_esm/actions/public/estimateGas.js +55 -10
  150. package/_esm/actions/public/estimateGas.js.map +1 -1
  151. package/_esm/actions/public/simulateContract.js.map +1 -1
  152. package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
  153. package/_esm/actions/wallet/sendTransaction.js +25 -3
  154. package/_esm/actions/wallet/sendTransaction.js.map +1 -1
  155. package/_esm/actions/wallet/writeContract.js.map +1 -1
  156. package/_esm/chains/definitions/abstractTestnet.js +2 -0
  157. package/_esm/chains/definitions/abstractTestnet.js.map +1 -1
  158. package/_esm/chains/definitions/{zkSync.js → zksync.js} +5 -4
  159. package/_esm/chains/definitions/{zkSync.js.map → zksync.js.map} +1 -1
  160. package/_esm/chains/definitions/{zkSyncInMemoryNode.js → zksyncInMemoryNode.js} +3 -3
  161. package/_esm/chains/definitions/{zkSyncInMemoryNode.js.map → zksyncInMemoryNode.js.map} +1 -1
  162. package/_esm/chains/definitions/{zkSyncLocalNode.js → zksyncLocalNode.js} +3 -3
  163. package/_esm/chains/definitions/{zkSyncLocalNode.js.map → zksyncLocalNode.js.map} +1 -1
  164. package/_esm/chains/definitions/{zkSyncSepoliaTestnet.js → zksyncSepoliaTestnet.js} +6 -4
  165. package/_esm/chains/definitions/{zkSyncSepoliaTestnet.js.map → zksyncSepoliaTestnet.js.map} +1 -1
  166. package/_esm/chains/index.js +12 -5
  167. package/_esm/chains/index.js.map +1 -1
  168. package/_esm/errors/abi.js +32 -163
  169. package/_esm/errors/abi.js.map +1 -1
  170. package/_esm/errors/account.js +2 -12
  171. package/_esm/errors/account.js.map +1 -1
  172. package/_esm/errors/address.js +1 -6
  173. package/_esm/errors/address.js.map +1 -1
  174. package/_esm/errors/base.js +27 -17
  175. package/_esm/errors/base.js.map +1 -1
  176. package/_esm/errors/blob.js +4 -25
  177. package/_esm/errors/blob.js.map +1 -1
  178. package/_esm/errors/block.js +1 -7
  179. package/_esm/errors/block.js.map +1 -1
  180. package/_esm/errors/ccip.js +3 -18
  181. package/_esm/errors/ccip.js.map +1 -1
  182. package/_esm/errors/chain.js +7 -31
  183. package/_esm/errors/chain.js.map +1 -1
  184. package/_esm/errors/contract.js +6 -37
  185. package/_esm/errors/contract.js.map +1 -1
  186. package/_esm/errors/cursor.js +4 -20
  187. package/_esm/errors/cursor.js.map +1 -1
  188. package/_esm/errors/data.js +3 -21
  189. package/_esm/errors/data.js.map +1 -1
  190. package/_esm/errors/eip712.js +1 -6
  191. package/_esm/errors/eip712.js.map +1 -1
  192. package/_esm/errors/encoding.js +6 -34
  193. package/_esm/errors/encoding.js.map +1 -1
  194. package/_esm/errors/ens.js +5 -26
  195. package/_esm/errors/ens.js.map +1 -1
  196. package/_esm/errors/estimateGas.js +1 -6
  197. package/_esm/errors/estimateGas.js.map +1 -1
  198. package/_esm/errors/fee.js +5 -19
  199. package/_esm/errors/fee.js.map +1 -1
  200. package/_esm/errors/log.js +2 -6
  201. package/_esm/errors/log.js.map +1 -1
  202. package/_esm/errors/node.js +12 -75
  203. package/_esm/errors/node.js.map +1 -1
  204. package/_esm/errors/request.js +5 -30
  205. package/_esm/errors/request.js.map +1 -1
  206. package/_esm/errors/rpc.js +22 -122
  207. package/_esm/errors/rpc.js.map +1 -1
  208. package/_esm/errors/siwe.js +1 -7
  209. package/_esm/errors/siwe.js.map +1 -1
  210. package/_esm/errors/stateOverride.js +4 -12
  211. package/_esm/errors/stateOverride.js.map +1 -1
  212. package/_esm/errors/transaction.js +15 -63
  213. package/_esm/errors/transaction.js.map +1 -1
  214. package/_esm/errors/transport.js +1 -0
  215. package/_esm/errors/transport.js.map +1 -1
  216. package/_esm/errors/utils.js +0 -2
  217. package/_esm/errors/utils.js.map +1 -1
  218. package/_esm/errors/version.js +1 -1
  219. package/_esm/experimental/eip5792/decorators/eip5792.js +3 -3
  220. package/_esm/experimental/eip5792/decorators/eip5792.js.map +1 -1
  221. package/_esm/experimental/eip7702/actions/signAuthorization.js +80 -0
  222. package/_esm/experimental/eip7702/actions/signAuthorization.js.map +1 -0
  223. package/_esm/experimental/eip7702/decorators/eip7702.js +24 -0
  224. package/_esm/experimental/eip7702/decorators/eip7702.js.map +1 -0
  225. package/_esm/experimental/eip7702/types/authorization.js +2 -0
  226. package/_esm/experimental/eip7702/types/authorization.js.map +1 -0
  227. package/_esm/experimental/eip7702/types/rpc.js +2 -0
  228. package/_esm/experimental/eip7702/types/rpc.js.map +1 -0
  229. package/_esm/experimental/eip7702/utils/hashAuthorization.js +23 -0
  230. package/_esm/experimental/eip7702/utils/hashAuthorization.js.map +1 -0
  231. package/_esm/experimental/eip7702/utils/recoverAuthorizationAddress.js +10 -0
  232. package/_esm/experimental/eip7702/utils/recoverAuthorizationAddress.js.map +1 -0
  233. package/_esm/experimental/eip7702/utils/serializeAuthorizationList.js +21 -0
  234. package/_esm/experimental/eip7702/utils/serializeAuthorizationList.js.map +1 -0
  235. package/_esm/experimental/eip7702/utils/verifyAuthorization.js +18 -0
  236. package/_esm/experimental/eip7702/utils/verifyAuthorization.js.map +1 -0
  237. package/_esm/experimental/erc7715/decorators/erc7715.js +3 -3
  238. package/_esm/experimental/erc7715/decorators/erc7715.js.map +1 -1
  239. package/_esm/experimental/index.js +16 -4
  240. package/_esm/experimental/index.js.map +1 -1
  241. package/_esm/index.js +1 -1
  242. package/_esm/index.js.map +1 -1
  243. package/_esm/op-stack/errors/withdrawal.js +2 -14
  244. package/_esm/op-stack/errors/withdrawal.js.map +1 -1
  245. package/_esm/utils/formatters/transaction.js +20 -0
  246. package/_esm/utils/formatters/transaction.js.map +1 -1
  247. package/_esm/utils/formatters/transactionRequest.js +20 -0
  248. package/_esm/utils/formatters/transactionRequest.js.map +1 -1
  249. package/_esm/utils/transaction/assertTransaction.js +14 -3
  250. package/_esm/utils/transaction/assertTransaction.js.map +1 -1
  251. package/_esm/utils/transaction/getSerializedTransactionType.js +2 -0
  252. package/_esm/utils/transaction/getSerializedTransactionType.js.map +1 -1
  253. package/_esm/utils/transaction/getTransactionType.js +2 -0
  254. package/_esm/utils/transaction/getTransactionType.js.map +1 -1
  255. package/_esm/utils/transaction/parseTransaction.js +71 -1
  256. package/_esm/utils/transaction/parseTransaction.js.map +1 -1
  257. package/_esm/utils/transaction/serializeTransaction.js +26 -1
  258. package/_esm/utils/transaction/serializeTransaction.js.map +1 -1
  259. package/_esm/zksync/actions/deployContract.js +1 -1
  260. package/_esm/zksync/actions/sendEip712Transaction.js +4 -4
  261. package/_esm/zksync/actions/sendTransaction.js +4 -4
  262. package/_esm/zksync/actions/signEip712Transaction.js +4 -4
  263. package/_esm/zksync/actions/signTransaction.js +4 -4
  264. package/_esm/zksync/chains.js +4 -3
  265. package/_esm/zksync/chains.js.map +1 -1
  266. package/_esm/zksync/errors/bytecode.js +3 -21
  267. package/_esm/zksync/errors/bytecode.js.map +1 -1
  268. package/_esm/zksync/errors/token-is-eth.js +1 -7
  269. package/_esm/zksync/errors/token-is-eth.js.map +1 -1
  270. package/_esm/zksync/errors/transaction.js +1 -7
  271. package/_esm/zksync/errors/transaction.js.map +1 -1
  272. package/_esm/zksync/index.js +9 -1
  273. package/_esm/zksync/index.js.map +1 -1
  274. package/_esm/zksync/utils/getEip712Domain.js +1 -1
  275. package/_esm/zksync/utils/isEip712Transaction.js.map +1 -1
  276. package/_types/account-abstraction/errors/bundler.d.ts +0 -36
  277. package/_types/account-abstraction/errors/bundler.d.ts.map +1 -1
  278. package/_types/account-abstraction/errors/userOperation.d.ts +0 -4
  279. package/_types/account-abstraction/errors/userOperation.d.ts.map +1 -1
  280. package/_types/accounts/index.d.ts +1 -0
  281. package/_types/accounts/index.d.ts.map +1 -1
  282. package/_types/accounts/privateKeyToAccount.d.ts.map +1 -1
  283. package/_types/accounts/toAccount.d.ts.map +1 -1
  284. package/_types/accounts/types.d.ts +7 -3
  285. package/_types/accounts/types.d.ts.map +1 -1
  286. package/_types/accounts/utils/signAuthorization.d.ts +20 -0
  287. package/_types/accounts/utils/signAuthorization.d.ts.map +1 -0
  288. package/_types/actions/public/estimateGas.d.ts +2 -1
  289. package/_types/actions/public/estimateGas.d.ts.map +1 -1
  290. package/_types/actions/public/simulateContract.d.ts +18 -6
  291. package/_types/actions/public/simulateContract.d.ts.map +1 -1
  292. package/_types/actions/wallet/prepareTransactionRequest.d.ts +2 -2
  293. package/_types/actions/wallet/prepareTransactionRequest.d.ts.map +1 -1
  294. package/_types/actions/wallet/sendTransaction.d.ts +2 -1
  295. package/_types/actions/wallet/sendTransaction.d.ts.map +1 -1
  296. package/_types/actions/wallet/writeContract.d.ts +3 -2
  297. package/_types/actions/wallet/writeContract.d.ts.map +1 -1
  298. package/_types/celo/chainConfig.d.ts +144 -20
  299. package/_types/celo/chainConfig.d.ts.map +1 -1
  300. package/_types/celo/formatters.d.ts +72 -10
  301. package/_types/celo/formatters.d.ts.map +1 -1
  302. package/_types/celo/serializers.d.ts +1 -1
  303. package/_types/celo/serializers.d.ts.map +1 -1
  304. package/_types/chains/definitions/abstractTestnet.d.ts +373 -3
  305. package/_types/chains/definitions/abstractTestnet.d.ts.map +1 -1
  306. package/_types/chains/definitions/ancient8.d.ts +32 -0
  307. package/_types/chains/definitions/ancient8.d.ts.map +1 -1
  308. package/_types/chains/definitions/ancient8Sepolia.d.ts +32 -0
  309. package/_types/chains/definitions/ancient8Sepolia.d.ts.map +1 -1
  310. package/_types/chains/definitions/base.d.ts +32 -0
  311. package/_types/chains/definitions/base.d.ts.map +1 -1
  312. package/_types/chains/definitions/baseGoerli.d.ts +32 -0
  313. package/_types/chains/definitions/baseGoerli.d.ts.map +1 -1
  314. package/_types/chains/definitions/baseSepolia.d.ts +32 -0
  315. package/_types/chains/definitions/baseSepolia.d.ts.map +1 -1
  316. package/_types/chains/definitions/celo.d.ts +144 -20
  317. package/_types/chains/definitions/celo.d.ts.map +1 -1
  318. package/_types/chains/definitions/celoAlfajores.d.ts +144 -20
  319. package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
  320. package/_types/chains/definitions/dchain.d.ts +32 -0
  321. package/_types/chains/definitions/dchain.d.ts.map +1 -1
  322. package/_types/chains/definitions/dchainTestnet.d.ts +32 -0
  323. package/_types/chains/definitions/dchainTestnet.d.ts.map +1 -1
  324. package/_types/chains/definitions/fraxtal.d.ts +32 -0
  325. package/_types/chains/definitions/fraxtal.d.ts.map +1 -1
  326. package/_types/chains/definitions/fraxtalTestnet.d.ts +32 -0
  327. package/_types/chains/definitions/fraxtalTestnet.d.ts.map +1 -1
  328. package/_types/chains/definitions/funkiMainnet.d.ts +32 -0
  329. package/_types/chains/definitions/funkiMainnet.d.ts.map +1 -1
  330. package/_types/chains/definitions/funkiSepolia.d.ts +32 -0
  331. package/_types/chains/definitions/funkiSepolia.d.ts.map +1 -1
  332. package/_types/chains/definitions/lisk.d.ts +32 -0
  333. package/_types/chains/definitions/lisk.d.ts.map +1 -1
  334. package/_types/chains/definitions/liskSepolia.d.ts +32 -0
  335. package/_types/chains/definitions/liskSepolia.d.ts.map +1 -1
  336. package/_types/chains/definitions/metalL2.d.ts +32 -0
  337. package/_types/chains/definitions/metalL2.d.ts.map +1 -1
  338. package/_types/chains/definitions/modeTestnet.d.ts +32 -0
  339. package/_types/chains/definitions/modeTestnet.d.ts.map +1 -1
  340. package/_types/chains/definitions/optimism.d.ts +32 -0
  341. package/_types/chains/definitions/optimism.d.ts.map +1 -1
  342. package/_types/chains/definitions/optimismGoerli.d.ts +32 -0
  343. package/_types/chains/definitions/optimismGoerli.d.ts.map +1 -1
  344. package/_types/chains/definitions/optimismSepolia.d.ts +32 -0
  345. package/_types/chains/definitions/optimismSepolia.d.ts.map +1 -1
  346. package/_types/chains/definitions/pgn.d.ts +32 -0
  347. package/_types/chains/definitions/pgn.d.ts.map +1 -1
  348. package/_types/chains/definitions/pgnTestnet.d.ts +32 -0
  349. package/_types/chains/definitions/pgnTestnet.d.ts.map +1 -1
  350. package/_types/chains/definitions/playfiAlbireo.d.ts +64 -10
  351. package/_types/chains/definitions/playfiAlbireo.d.ts.map +1 -1
  352. package/_types/chains/definitions/rss3.d.ts +32 -0
  353. package/_types/chains/definitions/rss3.d.ts.map +1 -1
  354. package/_types/chains/definitions/rss3Sepolia.d.ts +32 -0
  355. package/_types/chains/definitions/rss3Sepolia.d.ts.map +1 -1
  356. package/_types/chains/definitions/{zkSync.d.ts → zksync.d.ts} +69 -14
  357. package/_types/chains/definitions/{zkSync.d.ts.map → zksync.d.ts.map} +1 -1
  358. package/_types/chains/definitions/{zkSyncInMemoryNode.d.ts → zksyncInMemoryNode.d.ts} +67 -13
  359. package/_types/chains/definitions/{zkSyncInMemoryNode.d.ts.map → zksyncInMemoryNode.d.ts.map} +1 -1
  360. package/_types/chains/definitions/{zkSyncLocalNode.d.ts → zksyncLocalNode.d.ts} +67 -13
  361. package/_types/chains/definitions/{zkSyncLocalNode.d.ts.map → zksyncLocalNode.d.ts.map} +1 -1
  362. package/_types/chains/definitions/{zkSyncSepoliaTestnet.d.ts → zksyncSepoliaTestnet.d.ts} +70 -14
  363. package/_types/chains/definitions/{zkSyncSepoliaTestnet.d.ts.map → zksyncSepoliaTestnet.d.ts.map} +1 -1
  364. package/_types/chains/definitions/zora.d.ts +32 -0
  365. package/_types/chains/definitions/zora.d.ts.map +1 -1
  366. package/_types/chains/definitions/zoraSepolia.d.ts +32 -0
  367. package/_types/chains/definitions/zoraSepolia.d.ts.map +1 -1
  368. package/_types/chains/definitions/zoraTestnet.d.ts +32 -0
  369. package/_types/chains/definitions/zoraTestnet.d.ts.map +1 -1
  370. package/_types/chains/index.d.ts +77 -10
  371. package/_types/chains/index.d.ts.map +1 -1
  372. package/_types/errors/abi.d.ts +0 -26
  373. package/_types/errors/abi.d.ts.map +1 -1
  374. package/_types/errors/account.d.ts +0 -2
  375. package/_types/errors/account.d.ts.map +1 -1
  376. package/_types/errors/address.d.ts +0 -1
  377. package/_types/errors/address.d.ts.map +1 -1
  378. package/_types/errors/base.d.ts +7 -1
  379. package/_types/errors/base.d.ts.map +1 -1
  380. package/_types/errors/blob.d.ts +0 -4
  381. package/_types/errors/blob.d.ts.map +1 -1
  382. package/_types/errors/block.d.ts +0 -1
  383. package/_types/errors/block.d.ts.map +1 -1
  384. package/_types/errors/ccip.d.ts +0 -3
  385. package/_types/errors/ccip.d.ts.map +1 -1
  386. package/_types/errors/chain.d.ts +0 -5
  387. package/_types/errors/chain.d.ts.map +1 -1
  388. package/_types/errors/contract.d.ts +0 -6
  389. package/_types/errors/contract.d.ts.map +1 -1
  390. package/_types/errors/cursor.d.ts +0 -3
  391. package/_types/errors/cursor.d.ts.map +1 -1
  392. package/_types/errors/data.d.ts +0 -3
  393. package/_types/errors/data.d.ts.map +1 -1
  394. package/_types/errors/eip712.d.ts +0 -1
  395. package/_types/errors/eip712.d.ts.map +1 -1
  396. package/_types/errors/encoding.d.ts +0 -5
  397. package/_types/errors/encoding.d.ts.map +1 -1
  398. package/_types/errors/ens.d.ts +0 -4
  399. package/_types/errors/ens.d.ts.map +1 -1
  400. package/_types/errors/estimateGas.d.ts +0 -1
  401. package/_types/errors/estimateGas.d.ts.map +1 -1
  402. package/_types/errors/fee.d.ts +0 -3
  403. package/_types/errors/fee.d.ts.map +1 -1
  404. package/_types/errors/log.d.ts +0 -1
  405. package/_types/errors/log.d.ts.map +1 -1
  406. package/_types/errors/node.d.ts +0 -12
  407. package/_types/errors/node.d.ts.map +1 -1
  408. package/_types/errors/request.d.ts +0 -5
  409. package/_types/errors/request.d.ts.map +1 -1
  410. package/_types/errors/rpc.d.ts +2 -22
  411. package/_types/errors/rpc.d.ts.map +1 -1
  412. package/_types/errors/siwe.d.ts +0 -1
  413. package/_types/errors/siwe.d.ts.map +1 -1
  414. package/_types/errors/stateOverride.d.ts +0 -2
  415. package/_types/errors/stateOverride.d.ts.map +1 -1
  416. package/_types/errors/transaction.d.ts +0 -10
  417. package/_types/errors/transaction.d.ts.map +1 -1
  418. package/_types/errors/transport.d.ts.map +1 -1
  419. package/_types/errors/utils.d.ts +0 -1
  420. package/_types/errors/utils.d.ts.map +1 -1
  421. package/_types/errors/version.d.ts +1 -1
  422. package/_types/experimental/eip5792/decorators/eip5792.d.ts +12 -12
  423. package/_types/experimental/eip5792/decorators/eip5792.d.ts.map +1 -1
  424. package/_types/experimental/eip7702/actions/signAuthorization.d.ts +59 -0
  425. package/_types/experimental/eip7702/actions/signAuthorization.d.ts.map +1 -0
  426. package/_types/experimental/eip7702/decorators/eip7702.d.ts +69 -0
  427. package/_types/experimental/eip7702/decorators/eip7702.d.ts.map +1 -0
  428. package/_types/experimental/eip7702/types/authorization.d.ts +24 -0
  429. package/_types/experimental/eip7702/types/authorization.d.ts.map +1 -0
  430. package/_types/experimental/eip7702/types/rpc.d.ts +12 -0
  431. package/_types/experimental/eip7702/types/rpc.d.ts.map +1 -0
  432. package/_types/experimental/eip7702/utils/hashAuthorization.d.ts +21 -0
  433. package/_types/experimental/eip7702/utils/hashAuthorization.d.ts.map +1 -0
  434. package/_types/experimental/eip7702/utils/recoverAuthorizationAddress.d.ts +26 -0
  435. package/_types/experimental/eip7702/utils/recoverAuthorizationAddress.d.ts.map +1 -0
  436. package/_types/experimental/eip7702/utils/serializeAuthorizationList.d.ts +6 -0
  437. package/_types/experimental/eip7702/utils/serializeAuthorizationList.d.ts.map +1 -0
  438. package/_types/experimental/eip7702/utils/verifyAuthorization.d.ts +21 -0
  439. package/_types/experimental/eip7702/utils/verifyAuthorization.d.ts.map +1 -0
  440. package/_types/experimental/erc7715/decorators/erc7715.d.ts +6 -6
  441. package/_types/experimental/erc7715/decorators/erc7715.d.ts.map +1 -1
  442. package/_types/experimental/index.d.ts +20 -4
  443. package/_types/experimental/index.d.ts.map +1 -1
  444. package/_types/index.d.ts +3 -3
  445. package/_types/index.d.ts.map +1 -1
  446. package/_types/op-stack/chainConfig.d.ts +32 -0
  447. package/_types/op-stack/chainConfig.d.ts.map +1 -1
  448. package/_types/op-stack/errors/withdrawal.d.ts +0 -2
  449. package/_types/op-stack/errors/withdrawal.d.ts.map +1 -1
  450. package/_types/op-stack/formatters.d.ts +32 -0
  451. package/_types/op-stack/formatters.d.ts.map +1 -1
  452. package/_types/op-stack/serializers.d.ts +1 -1
  453. package/_types/op-stack/serializers.d.ts.map +1 -1
  454. package/_types/types/rpc.d.ts +9 -4
  455. package/_types/types/rpc.d.ts.map +1 -1
  456. package/_types/types/transaction.d.ts +50 -36
  457. package/_types/types/transaction.d.ts.map +1 -1
  458. package/_types/types/utils.d.ts +0 -14
  459. package/_types/types/utils.d.ts.map +1 -1
  460. package/_types/utils/formatters/transaction.d.ts +2 -1
  461. package/_types/utils/formatters/transaction.d.ts.map +1 -1
  462. package/_types/utils/formatters/transactionRequest.d.ts +2 -1
  463. package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
  464. package/_types/utils/index.d.ts +1 -1
  465. package/_types/utils/index.d.ts.map +1 -1
  466. package/_types/utils/signature/hashMessage.d.ts +2 -2
  467. package/_types/utils/signature/hashMessage.d.ts.map +1 -1
  468. package/_types/utils/transaction/assertTransaction.d.ts +3 -1
  469. package/_types/utils/transaction/assertTransaction.d.ts.map +1 -1
  470. package/_types/utils/transaction/getSerializedTransactionType.d.ts +2 -2
  471. package/_types/utils/transaction/getSerializedTransactionType.d.ts.map +1 -1
  472. package/_types/utils/transaction/getTransactionType.d.ts +12 -5
  473. package/_types/utils/transaction/getTransactionType.d.ts.map +1 -1
  474. package/_types/utils/transaction/parseTransaction.d.ts +6 -4
  475. package/_types/utils/transaction/parseTransaction.d.ts.map +1 -1
  476. package/_types/utils/transaction/serializeTransaction.d.ts +4 -2
  477. package/_types/utils/transaction/serializeTransaction.d.ts.map +1 -1
  478. package/_types/zksync/actions/deployContract.d.ts +1 -1
  479. package/_types/zksync/actions/estimateFee.d.ts +4 -4
  480. package/_types/zksync/actions/estimateGasL1ToL2.d.ts +2 -2
  481. package/_types/zksync/actions/getAllBalances.d.ts +2 -2
  482. package/_types/zksync/actions/getBaseTokenL1Address.d.ts +2 -2
  483. package/_types/zksync/actions/getBlockDetails.d.ts +5 -5
  484. package/_types/zksync/actions/getBridgehubContractAddress.d.ts +2 -2
  485. package/_types/zksync/actions/getDefaultBridgeAddresses.d.ts +2 -2
  486. package/_types/zksync/actions/getL1BatchBlockRange.d.ts +2 -2
  487. package/_types/zksync/actions/getL1BatchDetails.d.ts +5 -5
  488. package/_types/zksync/actions/getL1BatchNumber.d.ts +2 -2
  489. package/_types/zksync/actions/getL1ChainId.d.ts +2 -2
  490. package/_types/zksync/actions/getLogProof.d.ts +2 -2
  491. package/_types/zksync/actions/getMainContractAddress.d.ts +2 -2
  492. package/_types/zksync/actions/getRawBlockTransactions.d.ts +6 -6
  493. package/_types/zksync/actions/getTestnetPaymasterAddress.d.ts +2 -2
  494. package/_types/zksync/actions/getTransactionDetails.d.ts +4 -4
  495. package/_types/zksync/actions/sendEip712Transaction.d.ts +4 -4
  496. package/_types/zksync/actions/sendTransaction.d.ts +4 -4
  497. package/_types/zksync/actions/signEip712Transaction.d.ts +4 -4
  498. package/_types/zksync/actions/signTransaction.d.ts +4 -4
  499. package/_types/zksync/chainConfig.d.ts +65 -11
  500. package/_types/zksync/chainConfig.d.ts.map +1 -1
  501. package/_types/zksync/chains.d.ts +4 -3
  502. package/_types/zksync/chains.d.ts.map +1 -1
  503. package/_types/zksync/decorators/eip712.d.ts +13 -13
  504. package/_types/zksync/decorators/publicL2.d.ts +37 -37
  505. package/_types/zksync/errors/bytecode.d.ts +0 -3
  506. package/_types/zksync/errors/bytecode.d.ts.map +1 -1
  507. package/_types/zksync/errors/token-is-eth.d.ts +0 -1
  508. package/_types/zksync/errors/token-is-eth.d.ts.map +1 -1
  509. package/_types/zksync/errors/transaction.d.ts +0 -1
  510. package/_types/zksync/errors/transaction.d.ts.map +1 -1
  511. package/_types/zksync/formatters.d.ts +75 -21
  512. package/_types/zksync/formatters.d.ts.map +1 -1
  513. package/_types/zksync/index.d.ts +77 -7
  514. package/_types/zksync/index.d.ts.map +1 -1
  515. package/_types/zksync/serializers.d.ts +2 -2
  516. package/_types/zksync/serializers.d.ts.map +1 -1
  517. package/_types/zksync/types/block.d.ts +6 -6
  518. package/_types/zksync/types/chain.d.ts +2 -2
  519. package/_types/zksync/types/eip1193.d.ts +8 -8
  520. package/_types/zksync/types/eip712.d.ts +3 -3
  521. package/_types/zksync/types/fee.d.ts +2 -2
  522. package/_types/zksync/types/log.d.ts +4 -4
  523. package/_types/zksync/types/transaction.d.ts +31 -31
  524. package/_types/zksync/utils/assertEip712Request.d.ts +2 -2
  525. package/_types/zksync/utils/assertEip712Transaction.d.ts +2 -2
  526. package/_types/zksync/utils/getEip712Domain.d.ts +2 -2
  527. package/_types/zksync/utils/isEip712Transaction.d.ts +3 -3
  528. package/_types/zksync/utils/isEip712Transaction.d.ts.map +1 -1
  529. package/account-abstraction/errors/bundler.ts +36 -48
  530. package/account-abstraction/errors/userOperation.ts +6 -6
  531. package/accounts/index.ts +6 -0
  532. package/accounts/privateKeyToAccount.ts +4 -0
  533. package/accounts/toAccount.ts +1 -0
  534. package/accounts/types.ts +11 -3
  535. package/accounts/utils/signAuthorization.ts +63 -0
  536. package/actions/public/estimateGas.ts +74 -11
  537. package/actions/public/simulateContract.ts +48 -14
  538. package/actions/wallet/prepareTransactionRequest.ts +3 -1
  539. package/actions/wallet/sendTransaction.ts +33 -4
  540. package/actions/wallet/writeContract.ts +5 -3
  541. package/chains/definitions/abstractTestnet.ts +2 -0
  542. package/chains/definitions/{zkSync.ts → zksync.ts} +4 -3
  543. package/chains/definitions/{zkSyncInMemoryNode.ts → zksyncInMemoryNode.ts} +2 -2
  544. package/chains/definitions/{zkSyncLocalNode.ts → zksyncLocalNode.ts} +2 -2
  545. package/chains/definitions/{zkSyncSepoliaTestnet.ts → zksyncSepoliaTestnet.ts} +5 -3
  546. package/chains/index.ts +113 -34
  547. package/errors/abi.ts +37 -37
  548. package/errors/account.ts +2 -2
  549. package/errors/address.ts +1 -1
  550. package/errors/base.ts +41 -22
  551. package/errors/blob.ts +4 -5
  552. package/errors/block.ts +1 -2
  553. package/errors/ccip.ts +3 -3
  554. package/errors/chain.ts +9 -10
  555. package/errors/contract.ts +6 -10
  556. package/errors/cursor.ts +5 -4
  557. package/errors/data.ts +3 -3
  558. package/errors/eip712.ts +1 -1
  559. package/errors/encoding.ts +7 -5
  560. package/errors/ens.ts +6 -5
  561. package/errors/estimateGas.ts +1 -2
  562. package/errors/fee.ts +7 -5
  563. package/errors/log.ts +3 -2
  564. package/errors/node.ts +12 -17
  565. package/errors/request.ts +5 -10
  566. package/errors/rpc.ts +29 -26
  567. package/errors/siwe.ts +1 -2
  568. package/errors/stateOverride.ts +6 -4
  569. package/errors/transaction.ts +19 -19
  570. package/errors/transport.ts +1 -0
  571. package/errors/utils.ts +0 -3
  572. package/errors/version.ts +1 -1
  573. package/experimental/eip5792/decorators/eip5792.ts +13 -13
  574. package/experimental/eip7702/actions/signAuthorization.ts +136 -0
  575. package/experimental/eip7702/decorators/eip7702.ts +86 -0
  576. package/experimental/eip7702/types/authorization.ts +30 -0
  577. package/experimental/eip7702/types/rpc.ts +12 -0
  578. package/experimental/eip7702/utils/hashAuthorization.ts +60 -0
  579. package/experimental/eip7702/utils/recoverAuthorizationAddress.ts +61 -0
  580. package/experimental/eip7702/utils/serializeAuthorizationList.ts +33 -0
  581. package/experimental/eip7702/utils/verifyAuthorization.ts +52 -0
  582. package/experimental/erc7715/decorators/erc7715.ts +7 -7
  583. package/experimental/index.ts +72 -18
  584. package/index.ts +29 -4
  585. package/op-stack/errors/withdrawal.ts +2 -3
  586. package/package.json +1 -1
  587. package/types/rpc.ts +21 -1
  588. package/types/transaction.ts +103 -54
  589. package/types/utils.ts +0 -15
  590. package/utils/formatters/transaction.ts +32 -0
  591. package/utils/formatters/transactionRequest.ts +31 -0
  592. package/utils/index.ts +1 -1
  593. package/utils/signature/hashMessage.ts +2 -2
  594. package/utils/transaction/assertTransaction.ts +24 -12
  595. package/utils/transaction/getSerializedTransactionType.ts +7 -0
  596. package/utils/transaction/getTransactionType.ts +95 -60
  597. package/utils/transaction/parseTransaction.ts +127 -0
  598. package/utils/transaction/serializeTransaction.ts +66 -0
  599. package/zksync/actions/deployContract.ts +1 -1
  600. package/zksync/actions/estimateFee.ts +4 -4
  601. package/zksync/actions/estimateGasL1ToL2.ts +2 -2
  602. package/zksync/actions/getAllBalances.ts +2 -2
  603. package/zksync/actions/getBaseTokenL1Address.ts +2 -2
  604. package/zksync/actions/getBlockDetails.ts +6 -6
  605. package/zksync/actions/getBridgehubContractAddress.ts +2 -2
  606. package/zksync/actions/getDefaultBridgeAddresses.ts +2 -2
  607. package/zksync/actions/getL1BatchBlockRange.ts +2 -2
  608. package/zksync/actions/getL1BatchDetails.ts +6 -6
  609. package/zksync/actions/getL1BatchNumber.ts +2 -2
  610. package/zksync/actions/getL1ChainId.ts +2 -2
  611. package/zksync/actions/getLogProof.ts +2 -2
  612. package/zksync/actions/getMainContractAddress.ts +2 -2
  613. package/zksync/actions/getRawBlockTransactions.ts +6 -6
  614. package/zksync/actions/getTestnetPaymasterAddress.ts +2 -2
  615. package/zksync/actions/getTransactionDetails.ts +4 -4
  616. package/zksync/actions/sendEip712Transaction.ts +4 -4
  617. package/zksync/actions/sendTransaction.ts +4 -4
  618. package/zksync/actions/signEip712Transaction.ts +4 -4
  619. package/zksync/actions/signTransaction.ts +4 -4
  620. package/zksync/chains.ts +4 -3
  621. package/zksync/decorators/eip712.ts +13 -13
  622. package/zksync/decorators/publicL2.ts +37 -37
  623. package/zksync/errors/bytecode.ts +3 -3
  624. package/zksync/errors/token-is-eth.ts +1 -2
  625. package/zksync/errors/transaction.ts +1 -2
  626. package/zksync/formatters.ts +22 -22
  627. package/zksync/index.ts +111 -32
  628. package/zksync/serializers.ts +7 -7
  629. package/zksync/types/block.ts +9 -9
  630. package/zksync/types/chain.ts +5 -5
  631. package/zksync/types/eip1193.ts +8 -8
  632. package/zksync/types/eip712.ts +3 -3
  633. package/zksync/types/fee.ts +2 -2
  634. package/zksync/types/log.ts +4 -4
  635. package/zksync/types/transaction.ts +45 -45
  636. package/zksync/utils/assertEip712Request.ts +2 -2
  637. package/zksync/utils/assertEip712Transaction.ts +4 -4
  638. package/zksync/utils/getEip712Domain.ts +9 -9
  639. package/zksync/utils/isEip712Transaction.ts +8 -3
  640. package/_cjs/chains/definitions/zkSyncSepoliaTestnet.js.map +0 -1
  641. package/_cjs/chains/definitions/zkSyncTestnet.js +0 -31
  642. package/_cjs/chains/definitions/zkSyncTestnet.js.map +0 -1
  643. package/_esm/chains/definitions/zkSyncTestnet.js +0 -29
  644. package/_esm/chains/definitions/zkSyncTestnet.js.map +0 -1
  645. package/_types/chains/definitions/zkSyncTestnet.d.ts +0 -351
  646. package/_types/chains/definitions/zkSyncTestnet.d.ts.map +0 -1
  647. package/chains/definitions/zkSyncTestnet.ts +0 -29
@@ -54,6 +54,7 @@ export declare const chainConfig: {
54
54
  transactionIndex: number | null;
55
55
  typeHex: import("../index.js").Hex | null;
56
56
  accessList?: undefined;
57
+ authorizationList?: undefined;
57
58
  blobVersionedHashes?: undefined;
58
59
  chainId?: number | undefined;
59
60
  yParity?: undefined;
@@ -85,6 +86,7 @@ export declare const chainConfig: {
85
86
  value: bigint;
86
87
  yParity: number;
87
88
  accessList: import("../index.js").AccessList;
89
+ authorizationList?: undefined;
88
90
  blobVersionedHashes?: undefined;
89
91
  chainId: number;
90
92
  type: "eip2930";
@@ -115,6 +117,7 @@ export declare const chainConfig: {
115
117
  value: bigint;
116
118
  yParity: number;
117
119
  accessList: import("../index.js").AccessList;
120
+ authorizationList?: undefined;
118
121
  blobVersionedHashes?: undefined;
119
122
  chainId: number;
120
123
  type: "eip1559";
@@ -145,6 +148,7 @@ export declare const chainConfig: {
145
148
  value: bigint;
146
149
  yParity: number;
147
150
  accessList: import("../index.js").AccessList;
151
+ authorizationList?: undefined;
148
152
  blobVersionedHashes: readonly import("../index.js").Hex[];
149
153
  chainId: number;
150
154
  type: "eip4844";
@@ -158,6 +162,37 @@ export declare const chainConfig: {
158
162
  sourceHash?: undefined;
159
163
  gatewayFee?: undefined;
160
164
  gatewayFeeRecipient?: undefined;
165
+ } | {
166
+ blockHash: `0x${string}` | null;
167
+ blockNumber: bigint | null;
168
+ from: import("abitype").Address;
169
+ gas: bigint;
170
+ hash: import("../index.js").Hash;
171
+ input: import("../index.js").Hex;
172
+ nonce: number;
173
+ r: import("../index.js").Hex;
174
+ s: import("../index.js").Hex;
175
+ to: import("abitype").Address | null;
176
+ transactionIndex: number | null;
177
+ typeHex: import("../index.js").Hex | null;
178
+ v: bigint;
179
+ value: bigint;
180
+ yParity: number;
181
+ accessList: import("../index.js").AccessList;
182
+ authorizationList: import("../experimental/index.js").SignedAuthorizationList;
183
+ blobVersionedHashes?: undefined;
184
+ chainId: number;
185
+ type: "eip7702";
186
+ gasPrice?: undefined;
187
+ maxFeePerBlobGas?: undefined;
188
+ maxFeePerGas: bigint;
189
+ maxPriorityFeePerGas: bigint;
190
+ feeCurrency: import("abitype").Address | null;
191
+ mint?: undefined;
192
+ isSystemTx?: undefined;
193
+ sourceHash?: undefined;
194
+ gatewayFee?: undefined;
195
+ gatewayFeeRecipient?: undefined;
161
196
  } | {
162
197
  blockHash: `0x${string}` | null;
163
198
  blockNumber: bigint | null;
@@ -184,6 +219,7 @@ export declare const chainConfig: {
184
219
  gatewayFee: bigint | null;
185
220
  gatewayFeeRecipient: import("abitype").Address | null;
186
221
  type: "cip42";
222
+ authorizationList?: undefined;
187
223
  blobVersionedHashes?: undefined;
188
224
  mint?: undefined;
189
225
  isSystemTx?: undefined;
@@ -212,6 +248,7 @@ export declare const chainConfig: {
212
248
  chainId: number;
213
249
  feeCurrency: import("abitype").Address | null;
214
250
  type: "cip64";
251
+ authorizationList?: undefined;
215
252
  blobVersionedHashes?: undefined;
216
253
  mint?: undefined;
217
254
  isSystemTx?: undefined;
@@ -243,6 +280,7 @@ export declare const chainConfig: {
243
280
  sourceHash: import("../index.js").Hex;
244
281
  type: "deposit";
245
282
  accessList?: undefined;
283
+ authorizationList?: undefined;
246
284
  blobVersionedHashes?: undefined;
247
285
  chainId?: undefined;
248
286
  feeCurrency?: undefined;
@@ -259,14 +297,15 @@ export declare const chainConfig: {
259
297
  gas?: `0x${string}` | undefined;
260
298
  nonce?: `0x${string}` | undefined;
261
299
  to?: import("abitype").Address | null | undefined;
262
- value?: `0x${string}` | undefined;
263
- accessList?: undefined;
264
- blobs?: undefined;
265
300
  type?: "0x0" | undefined;
301
+ value?: `0x${string}` | undefined;
266
302
  gasPrice?: `0x${string}` | undefined;
267
303
  maxFeePerBlobGas?: undefined;
268
304
  maxFeePerGas?: undefined;
269
305
  maxPriorityFeePerGas?: undefined;
306
+ blobs?: undefined;
307
+ accessList?: undefined;
308
+ authorizationList?: undefined;
270
309
  blobVersionedHashes?: undefined;
271
310
  kzg?: undefined;
272
311
  sidecars?: undefined;
@@ -277,14 +316,15 @@ export declare const chainConfig: {
277
316
  gas?: `0x${string}` | undefined;
278
317
  nonce?: `0x${string}` | undefined;
279
318
  to?: import("abitype").Address | null | undefined;
280
- value?: `0x${string}` | undefined;
281
- accessList?: import("../index.js").AccessList | undefined;
282
- blobs?: undefined;
283
319
  type?: "0x1" | undefined;
320
+ value?: `0x${string}` | undefined;
284
321
  gasPrice?: `0x${string}` | undefined;
285
322
  maxFeePerBlobGas?: undefined;
286
323
  maxFeePerGas?: undefined;
287
324
  maxPriorityFeePerGas?: undefined;
325
+ accessList?: import("../index.js").AccessList | undefined;
326
+ blobs?: undefined;
327
+ authorizationList?: undefined;
288
328
  blobVersionedHashes?: undefined;
289
329
  kzg?: undefined;
290
330
  sidecars?: undefined;
@@ -295,6 +335,7 @@ export declare const chainConfig: {
295
335
  gas?: `0x${string}` | undefined;
296
336
  nonce?: `0x${string}` | undefined;
297
337
  to?: import("abitype").Address | null | undefined;
338
+ type?: "0x2" | undefined;
298
339
  value?: `0x${string}` | undefined;
299
340
  gasPrice?: undefined;
300
341
  maxFeePerBlobGas?: undefined;
@@ -302,28 +343,48 @@ export declare const chainConfig: {
302
343
  maxPriorityFeePerGas?: `0x${string}` | undefined;
303
344
  accessList?: import("../index.js").AccessList | undefined;
304
345
  blobs?: undefined;
305
- type?: "0x2" | undefined;
346
+ authorizationList?: undefined;
306
347
  blobVersionedHashes?: undefined;
307
348
  kzg?: undefined;
308
349
  sidecars?: undefined;
309
350
  feeCurrency?: import("abitype").Address | undefined;
310
351
  } | {
352
+ type?: "0x3" | undefined;
311
353
  data?: import("../index.js").Hex | undefined;
312
354
  from: import("abitype").Address;
313
355
  gas?: `0x${string}` | undefined;
314
356
  nonce?: `0x${string}` | undefined;
315
357
  value?: `0x${string}` | undefined;
316
358
  to: `0x${string}` | null;
359
+ gasPrice?: undefined;
360
+ maxFeePerGas?: `0x${string}` | undefined;
361
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
362
+ maxFeePerBlobGas: `0x${string}`;
317
363
  accessList?: import("../index.js").AccessList | undefined;
318
364
  blobs: readonly import("../index.js").Hex[] | readonly import("../index.js").ByteArray[];
319
365
  blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
320
366
  kzg?: import("../index.js").Kzg | undefined;
321
367
  sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
322
- type?: "0x3" | undefined;
368
+ authorizationList?: undefined;
369
+ feeCurrency?: import("abitype").Address | undefined;
370
+ } | {
371
+ type?: "0x4" | undefined;
323
372
  gasPrice?: undefined;
373
+ maxFeePerBlobGas?: undefined;
324
374
  maxFeePerGas?: `0x${string}` | undefined;
325
375
  maxPriorityFeePerGas?: `0x${string}` | undefined;
326
- maxFeePerBlobGas: `0x${string}`;
376
+ to?: import("abitype").Address | null | undefined;
377
+ data?: import("../index.js").Hex | undefined;
378
+ from: import("abitype").Address;
379
+ gas?: `0x${string}` | undefined;
380
+ nonce?: `0x${string}` | undefined;
381
+ value?: `0x${string}` | undefined;
382
+ accessList?: import("../index.js").AccessList | undefined;
383
+ authorizationList?: import("../experimental/index.js").RpcAuthorizationList | undefined;
384
+ blobs?: undefined;
385
+ blobVersionedHashes?: undefined;
386
+ kzg?: undefined;
387
+ sidecars?: undefined;
327
388
  feeCurrency?: import("abitype").Address | undefined;
328
389
  } | {
329
390
  data?: import("../index.js").Hex | undefined;
@@ -331,15 +392,16 @@ export declare const chainConfig: {
331
392
  gas?: `0x${string}` | undefined;
332
393
  nonce?: `0x${string}` | undefined;
333
394
  to?: import("abitype").Address | null | undefined;
395
+ type?: "0x7b" | undefined;
334
396
  value?: `0x${string}` | undefined;
335
397
  accessList?: import("../index.js").AccessList | undefined;
336
398
  feeCurrency?: import("abitype").Address | undefined;
337
- type?: "0x7b" | undefined;
338
399
  gasPrice?: undefined;
339
400
  maxFeePerBlobGas?: undefined;
340
401
  maxFeePerGas?: `0x${string}` | undefined;
341
402
  maxPriorityFeePerGas?: `0x${string}` | undefined;
342
403
  blobs?: undefined;
404
+ authorizationList?: undefined;
343
405
  blobVersionedHashes?: undefined;
344
406
  kzg?: undefined;
345
407
  sidecars?: undefined;
@@ -405,6 +467,7 @@ export declare const chainConfig: {
405
467
  transactionIndex: number | null;
406
468
  typeHex: import("../index.js").Hex | null;
407
469
  accessList?: undefined;
470
+ authorizationList?: undefined;
408
471
  blobVersionedHashes?: undefined;
409
472
  chainId?: number | undefined;
410
473
  yParity?: undefined;
@@ -436,6 +499,7 @@ export declare const chainConfig: {
436
499
  value: bigint;
437
500
  yParity: number;
438
501
  accessList: import("../index.js").AccessList;
502
+ authorizationList?: undefined;
439
503
  blobVersionedHashes?: undefined;
440
504
  chainId: number;
441
505
  type: "eip2930";
@@ -466,6 +530,7 @@ export declare const chainConfig: {
466
530
  value: bigint;
467
531
  yParity: number;
468
532
  accessList: import("../index.js").AccessList;
533
+ authorizationList?: undefined;
469
534
  blobVersionedHashes?: undefined;
470
535
  chainId: number;
471
536
  type: "eip1559";
@@ -496,6 +561,7 @@ export declare const chainConfig: {
496
561
  value: bigint;
497
562
  yParity: number;
498
563
  accessList: import("../index.js").AccessList;
564
+ authorizationList?: undefined;
499
565
  blobVersionedHashes: readonly import("../index.js").Hex[];
500
566
  chainId: number;
501
567
  type: "eip4844";
@@ -509,6 +575,37 @@ export declare const chainConfig: {
509
575
  sourceHash?: undefined;
510
576
  gatewayFee?: undefined;
511
577
  gatewayFeeRecipient?: undefined;
578
+ } | {
579
+ blockHash: `0x${string}` | null;
580
+ blockNumber: bigint | null;
581
+ from: import("abitype").Address;
582
+ gas: bigint;
583
+ hash: import("../index.js").Hash;
584
+ input: import("../index.js").Hex;
585
+ nonce: number;
586
+ r: import("../index.js").Hex;
587
+ s: import("../index.js").Hex;
588
+ to: import("abitype").Address | null;
589
+ transactionIndex: number | null;
590
+ typeHex: import("../index.js").Hex | null;
591
+ v: bigint;
592
+ value: bigint;
593
+ yParity: number;
594
+ accessList: import("../index.js").AccessList;
595
+ authorizationList: import("../experimental/index.js").SignedAuthorizationList;
596
+ blobVersionedHashes?: undefined;
597
+ chainId: number;
598
+ type: "eip7702";
599
+ gasPrice?: undefined;
600
+ maxFeePerBlobGas?: undefined;
601
+ maxFeePerGas: bigint;
602
+ maxPriorityFeePerGas: bigint;
603
+ feeCurrency: import("abitype").Address | null;
604
+ mint?: undefined;
605
+ isSystemTx?: undefined;
606
+ sourceHash?: undefined;
607
+ gatewayFee?: undefined;
608
+ gatewayFeeRecipient?: undefined;
512
609
  } | {
513
610
  blockHash: `0x${string}` | null;
514
611
  blockNumber: bigint | null;
@@ -535,6 +632,7 @@ export declare const chainConfig: {
535
632
  gatewayFee: bigint | null;
536
633
  gatewayFeeRecipient: import("abitype").Address | null;
537
634
  type: "cip42";
635
+ authorizationList?: undefined;
538
636
  blobVersionedHashes?: undefined;
539
637
  mint?: undefined;
540
638
  isSystemTx?: undefined;
@@ -563,6 +661,7 @@ export declare const chainConfig: {
563
661
  chainId: number;
564
662
  feeCurrency: import("abitype").Address | null;
565
663
  type: "cip64";
664
+ authorizationList?: undefined;
566
665
  blobVersionedHashes?: undefined;
567
666
  mint?: undefined;
568
667
  isSystemTx?: undefined;
@@ -594,6 +693,7 @@ export declare const chainConfig: {
594
693
  sourceHash: import("../index.js").Hex;
595
694
  type: "deposit";
596
695
  accessList?: undefined;
696
+ authorizationList?: undefined;
597
697
  blobVersionedHashes?: undefined;
598
698
  chainId?: undefined;
599
699
  feeCurrency?: undefined;
@@ -610,14 +710,15 @@ export declare const chainConfig: {
610
710
  gas?: `0x${string}` | undefined;
611
711
  nonce?: `0x${string}` | undefined;
612
712
  to?: import("abitype").Address | null | undefined;
613
- value?: `0x${string}` | undefined;
614
- accessList?: undefined;
615
- blobs?: undefined;
616
713
  type?: "0x0" | undefined;
714
+ value?: `0x${string}` | undefined;
617
715
  gasPrice?: `0x${string}` | undefined;
618
716
  maxFeePerBlobGas?: undefined;
619
717
  maxFeePerGas?: undefined;
620
718
  maxPriorityFeePerGas?: undefined;
719
+ blobs?: undefined;
720
+ accessList?: undefined;
721
+ authorizationList?: undefined;
621
722
  blobVersionedHashes?: undefined;
622
723
  kzg?: undefined;
623
724
  sidecars?: undefined;
@@ -628,14 +729,15 @@ export declare const chainConfig: {
628
729
  gas?: `0x${string}` | undefined;
629
730
  nonce?: `0x${string}` | undefined;
630
731
  to?: import("abitype").Address | null | undefined;
631
- value?: `0x${string}` | undefined;
632
- accessList?: import("../index.js").AccessList | undefined;
633
- blobs?: undefined;
634
732
  type?: "0x1" | undefined;
733
+ value?: `0x${string}` | undefined;
635
734
  gasPrice?: `0x${string}` | undefined;
636
735
  maxFeePerBlobGas?: undefined;
637
736
  maxFeePerGas?: undefined;
638
737
  maxPriorityFeePerGas?: undefined;
738
+ accessList?: import("../index.js").AccessList | undefined;
739
+ blobs?: undefined;
740
+ authorizationList?: undefined;
639
741
  blobVersionedHashes?: undefined;
640
742
  kzg?: undefined;
641
743
  sidecars?: undefined;
@@ -646,6 +748,7 @@ export declare const chainConfig: {
646
748
  gas?: `0x${string}` | undefined;
647
749
  nonce?: `0x${string}` | undefined;
648
750
  to?: import("abitype").Address | null | undefined;
751
+ type?: "0x2" | undefined;
649
752
  value?: `0x${string}` | undefined;
650
753
  gasPrice?: undefined;
651
754
  maxFeePerBlobGas?: undefined;
@@ -653,28 +756,48 @@ export declare const chainConfig: {
653
756
  maxPriorityFeePerGas?: `0x${string}` | undefined;
654
757
  accessList?: import("../index.js").AccessList | undefined;
655
758
  blobs?: undefined;
656
- type?: "0x2" | undefined;
759
+ authorizationList?: undefined;
657
760
  blobVersionedHashes?: undefined;
658
761
  kzg?: undefined;
659
762
  sidecars?: undefined;
660
763
  feeCurrency?: import("abitype").Address | undefined;
661
764
  } | {
765
+ type?: "0x3" | undefined;
662
766
  data?: import("../index.js").Hex | undefined;
663
767
  from: import("abitype").Address;
664
768
  gas?: `0x${string}` | undefined;
665
769
  nonce?: `0x${string}` | undefined;
666
770
  value?: `0x${string}` | undefined;
667
771
  to: `0x${string}` | null;
772
+ gasPrice?: undefined;
773
+ maxFeePerGas?: `0x${string}` | undefined;
774
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
775
+ maxFeePerBlobGas: `0x${string}`;
668
776
  accessList?: import("../index.js").AccessList | undefined;
669
777
  blobs: readonly import("../index.js").Hex[] | readonly import("../index.js").ByteArray[];
670
778
  blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
671
779
  kzg?: import("../index.js").Kzg | undefined;
672
780
  sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
673
- type?: "0x3" | undefined;
781
+ authorizationList?: undefined;
782
+ feeCurrency?: import("abitype").Address | undefined;
783
+ } | {
784
+ type?: "0x4" | undefined;
674
785
  gasPrice?: undefined;
786
+ maxFeePerBlobGas?: undefined;
675
787
  maxFeePerGas?: `0x${string}` | undefined;
676
788
  maxPriorityFeePerGas?: `0x${string}` | undefined;
677
- maxFeePerBlobGas: `0x${string}`;
789
+ to?: import("abitype").Address | null | undefined;
790
+ data?: import("../index.js").Hex | undefined;
791
+ from: import("abitype").Address;
792
+ gas?: `0x${string}` | undefined;
793
+ nonce?: `0x${string}` | undefined;
794
+ value?: `0x${string}` | undefined;
795
+ accessList?: import("../index.js").AccessList | undefined;
796
+ authorizationList?: import("../experimental/index.js").RpcAuthorizationList | undefined;
797
+ blobs?: undefined;
798
+ blobVersionedHashes?: undefined;
799
+ kzg?: undefined;
800
+ sidecars?: undefined;
678
801
  feeCurrency?: import("abitype").Address | undefined;
679
802
  } | {
680
803
  data?: import("../index.js").Hex | undefined;
@@ -682,15 +805,16 @@ export declare const chainConfig: {
682
805
  gas?: `0x${string}` | undefined;
683
806
  nonce?: `0x${string}` | undefined;
684
807
  to?: import("abitype").Address | null | undefined;
808
+ type?: "0x7b" | undefined;
685
809
  value?: `0x${string}` | undefined;
686
810
  accessList?: import("../index.js").AccessList | undefined;
687
811
  feeCurrency?: import("abitype").Address | undefined;
688
- type?: "0x7b" | undefined;
689
812
  gasPrice?: undefined;
690
813
  maxFeePerBlobGas?: undefined;
691
814
  maxFeePerGas?: `0x${string}` | undefined;
692
815
  maxPriorityFeePerGas?: `0x${string}` | undefined;
693
816
  blobs?: undefined;
817
+ authorizationList?: undefined;
694
818
  blobVersionedHashes?: undefined;
695
819
  kzg?: undefined;
696
820
  sidecars?: undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"chainConfig.d.ts","sourceRoot":"","sources":["../../celo/chainConfig.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAId,CAAA"}
1
+ {"version":3,"file":"chainConfig.d.ts","sourceRoot":"","sources":["../../celo/chainConfig.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAId,CAAA"}
@@ -54,6 +54,7 @@ export declare const formatters: {
54
54
  transactionIndex: number | null;
55
55
  typeHex: import("../index.js").Hex | null;
56
56
  accessList?: undefined;
57
+ authorizationList?: undefined;
57
58
  blobVersionedHashes?: undefined;
58
59
  chainId?: number | undefined;
59
60
  yParity?: undefined;
@@ -85,6 +86,7 @@ export declare const formatters: {
85
86
  value: bigint;
86
87
  yParity: number;
87
88
  accessList: import("../index.js").AccessList;
89
+ authorizationList?: undefined;
88
90
  blobVersionedHashes?: undefined;
89
91
  chainId: number;
90
92
  type: "eip2930";
@@ -115,6 +117,7 @@ export declare const formatters: {
115
117
  value: bigint;
116
118
  yParity: number;
117
119
  accessList: import("../index.js").AccessList;
120
+ authorizationList?: undefined;
118
121
  blobVersionedHashes?: undefined;
119
122
  chainId: number;
120
123
  type: "eip1559";
@@ -145,6 +148,7 @@ export declare const formatters: {
145
148
  value: bigint;
146
149
  yParity: number;
147
150
  accessList: import("../index.js").AccessList;
151
+ authorizationList?: undefined;
148
152
  blobVersionedHashes: readonly import("../index.js").Hex[];
149
153
  chainId: number;
150
154
  type: "eip4844";
@@ -158,6 +162,37 @@ export declare const formatters: {
158
162
  sourceHash?: undefined;
159
163
  gatewayFee?: undefined;
160
164
  gatewayFeeRecipient?: undefined;
165
+ } | {
166
+ blockHash: `0x${string}` | null;
167
+ blockNumber: bigint | null;
168
+ from: import("abitype").Address;
169
+ gas: bigint;
170
+ hash: import("../index.js").Hash;
171
+ input: import("../index.js").Hex;
172
+ nonce: number;
173
+ r: import("../index.js").Hex;
174
+ s: import("../index.js").Hex;
175
+ to: import("abitype").Address | null;
176
+ transactionIndex: number | null;
177
+ typeHex: import("../index.js").Hex | null;
178
+ v: bigint;
179
+ value: bigint;
180
+ yParity: number;
181
+ accessList: import("../index.js").AccessList;
182
+ authorizationList: import("../experimental/index.js").SignedAuthorizationList;
183
+ blobVersionedHashes?: undefined;
184
+ chainId: number;
185
+ type: "eip7702";
186
+ gasPrice?: undefined;
187
+ maxFeePerBlobGas?: undefined;
188
+ maxFeePerGas: bigint;
189
+ maxPriorityFeePerGas: bigint;
190
+ feeCurrency: import("abitype").Address | null;
191
+ mint?: undefined;
192
+ isSystemTx?: undefined;
193
+ sourceHash?: undefined;
194
+ gatewayFee?: undefined;
195
+ gatewayFeeRecipient?: undefined;
161
196
  } | {
162
197
  blockHash: `0x${string}` | null;
163
198
  blockNumber: bigint | null;
@@ -184,6 +219,7 @@ export declare const formatters: {
184
219
  gatewayFee: bigint | null;
185
220
  gatewayFeeRecipient: import("abitype").Address | null;
186
221
  type: "cip42";
222
+ authorizationList?: undefined;
187
223
  blobVersionedHashes?: undefined;
188
224
  mint?: undefined;
189
225
  isSystemTx?: undefined;
@@ -212,6 +248,7 @@ export declare const formatters: {
212
248
  chainId: number;
213
249
  feeCurrency: import("abitype").Address | null;
214
250
  type: "cip64";
251
+ authorizationList?: undefined;
215
252
  blobVersionedHashes?: undefined;
216
253
  mint?: undefined;
217
254
  isSystemTx?: undefined;
@@ -243,6 +280,7 @@ export declare const formatters: {
243
280
  sourceHash: import("../index.js").Hex;
244
281
  type: "deposit";
245
282
  accessList?: undefined;
283
+ authorizationList?: undefined;
246
284
  blobVersionedHashes?: undefined;
247
285
  chainId?: undefined;
248
286
  feeCurrency?: undefined;
@@ -259,14 +297,15 @@ export declare const formatters: {
259
297
  gas?: `0x${string}` | undefined;
260
298
  nonce?: `0x${string}` | undefined;
261
299
  to?: import("abitype").Address | null | undefined;
262
- value?: `0x${string}` | undefined;
263
- accessList?: undefined;
264
- blobs?: undefined;
265
300
  type?: "0x0" | undefined;
301
+ value?: `0x${string}` | undefined;
266
302
  gasPrice?: `0x${string}` | undefined;
267
303
  maxFeePerBlobGas?: undefined;
268
304
  maxFeePerGas?: undefined;
269
305
  maxPriorityFeePerGas?: undefined;
306
+ blobs?: undefined;
307
+ accessList?: undefined;
308
+ authorizationList?: undefined;
270
309
  blobVersionedHashes?: undefined;
271
310
  kzg?: undefined;
272
311
  sidecars?: undefined;
@@ -277,14 +316,15 @@ export declare const formatters: {
277
316
  gas?: `0x${string}` | undefined;
278
317
  nonce?: `0x${string}` | undefined;
279
318
  to?: import("abitype").Address | null | undefined;
280
- value?: `0x${string}` | undefined;
281
- accessList?: import("../index.js").AccessList | undefined;
282
- blobs?: undefined;
283
319
  type?: "0x1" | undefined;
320
+ value?: `0x${string}` | undefined;
284
321
  gasPrice?: `0x${string}` | undefined;
285
322
  maxFeePerBlobGas?: undefined;
286
323
  maxFeePerGas?: undefined;
287
324
  maxPriorityFeePerGas?: undefined;
325
+ accessList?: import("../index.js").AccessList | undefined;
326
+ blobs?: undefined;
327
+ authorizationList?: undefined;
288
328
  blobVersionedHashes?: undefined;
289
329
  kzg?: undefined;
290
330
  sidecars?: undefined;
@@ -295,6 +335,7 @@ export declare const formatters: {
295
335
  gas?: `0x${string}` | undefined;
296
336
  nonce?: `0x${string}` | undefined;
297
337
  to?: import("abitype").Address | null | undefined;
338
+ type?: "0x2" | undefined;
298
339
  value?: `0x${string}` | undefined;
299
340
  gasPrice?: undefined;
300
341
  maxFeePerBlobGas?: undefined;
@@ -302,28 +343,48 @@ export declare const formatters: {
302
343
  maxPriorityFeePerGas?: `0x${string}` | undefined;
303
344
  accessList?: import("../index.js").AccessList | undefined;
304
345
  blobs?: undefined;
305
- type?: "0x2" | undefined;
346
+ authorizationList?: undefined;
306
347
  blobVersionedHashes?: undefined;
307
348
  kzg?: undefined;
308
349
  sidecars?: undefined;
309
350
  feeCurrency?: import("abitype").Address | undefined;
310
351
  } | {
352
+ type?: "0x3" | undefined;
311
353
  data?: import("../index.js").Hex | undefined;
312
354
  from: import("abitype").Address;
313
355
  gas?: `0x${string}` | undefined;
314
356
  nonce?: `0x${string}` | undefined;
315
357
  value?: `0x${string}` | undefined;
316
358
  to: `0x${string}` | null;
359
+ gasPrice?: undefined;
360
+ maxFeePerGas?: `0x${string}` | undefined;
361
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
362
+ maxFeePerBlobGas: `0x${string}`;
317
363
  accessList?: import("../index.js").AccessList | undefined;
318
364
  blobs: readonly import("../index.js").Hex[] | readonly import("../index.js").ByteArray[];
319
365
  blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
320
366
  kzg?: import("../index.js").Kzg | undefined;
321
367
  sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
322
- type?: "0x3" | undefined;
368
+ authorizationList?: undefined;
369
+ feeCurrency?: import("abitype").Address | undefined;
370
+ } | {
371
+ type?: "0x4" | undefined;
323
372
  gasPrice?: undefined;
373
+ maxFeePerBlobGas?: undefined;
324
374
  maxFeePerGas?: `0x${string}` | undefined;
325
375
  maxPriorityFeePerGas?: `0x${string}` | undefined;
326
- maxFeePerBlobGas: `0x${string}`;
376
+ to?: import("abitype").Address | null | undefined;
377
+ data?: import("../index.js").Hex | undefined;
378
+ from: import("abitype").Address;
379
+ gas?: `0x${string}` | undefined;
380
+ nonce?: `0x${string}` | undefined;
381
+ value?: `0x${string}` | undefined;
382
+ accessList?: import("../index.js").AccessList | undefined;
383
+ authorizationList?: import("../experimental/index.js").RpcAuthorizationList | undefined;
384
+ blobs?: undefined;
385
+ blobVersionedHashes?: undefined;
386
+ kzg?: undefined;
387
+ sidecars?: undefined;
327
388
  feeCurrency?: import("abitype").Address | undefined;
328
389
  } | {
329
390
  data?: import("../index.js").Hex | undefined;
@@ -331,15 +392,16 @@ export declare const formatters: {
331
392
  gas?: `0x${string}` | undefined;
332
393
  nonce?: `0x${string}` | undefined;
333
394
  to?: import("abitype").Address | null | undefined;
395
+ type?: "0x7b" | undefined;
334
396
  value?: `0x${string}` | undefined;
335
397
  accessList?: import("../index.js").AccessList | undefined;
336
398
  feeCurrency?: import("abitype").Address | undefined;
337
- type?: "0x7b" | undefined;
338
399
  gasPrice?: undefined;
339
400
  maxFeePerBlobGas?: undefined;
340
401
  maxFeePerGas?: `0x${string}` | undefined;
341
402
  maxPriorityFeePerGas?: `0x${string}` | undefined;
342
403
  blobs?: undefined;
404
+ authorizationList?: undefined;
343
405
  blobVersionedHashes?: undefined;
344
406
  kzg?: undefined;
345
407
  sidecars?: undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"formatters.d.ts","sourceRoot":"","sources":["../../celo/formatters.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAEV,YAAY,EACZ,kBAAkB,EAElB,eAAe,EACf,sBAAsB,EACvB,MAAM,YAAY,CAAA;AAGnB,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0Da,CAAA"}
1
+ {"version":3,"file":"formatters.d.ts","sourceRoot":"","sources":["../../celo/formatters.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAEV,YAAY,EACZ,kBAAkB,EAElB,eAAe,EACf,sBAAsB,EACvB,MAAM,YAAY,CAAA;AAGnB,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0Da,CAAA"}
@@ -1,6 +1,6 @@
1
1
  import type { Signature } from '../types/misc.js';
2
2
  import type { CeloTransactionSerializable, TransactionSerializableCIP42, TransactionSerializableCIP64, TransactionSerializedCIP64 } from './types.js';
3
- export declare function serializeTransaction(transaction: CeloTransactionSerializable, signature?: Signature | undefined): `0x02${string}` | `0x01${string}` | `0x03${string}` | import("../index.js").TransactionSerializedLegacy | `0x7e${string}` | `0x7b${string}`;
3
+ export declare function serializeTransaction(transaction: CeloTransactionSerializable, signature?: Signature | undefined): `0x02${string}` | `0x01${string}` | `0x03${string}` | `0x04${string}` | import("../index.js").TransactionSerializedLegacy | `0x7e${string}` | `0x7b${string}`;
4
4
  export declare const serializers: {
5
5
  readonly transaction: typeof serializeTransaction;
6
6
  };
@@ -1 +1 @@
1
- {"version":3,"file":"serializers.d.ts","sourceRoot":"","sources":["../../celo/serializers.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAA;AAOjD,OAAO,KAAK,EACV,2BAA2B,EAC3B,4BAA4B,EAC5B,4BAA4B,EAC5B,0BAA0B,EAC3B,MAAM,YAAY,CAAA;AAGnB,wBAAgB,oBAAoB,CAClC,WAAW,EAAE,2BAA2B,EACxC,SAAS,CAAC,EAAE,SAAS,GAAG,SAAS,+IAKlC;AAED,eAAO,MAAM,WAAW;;CAEa,CAAA;AAKrC,MAAM,MAAM,mCAAmC,GAAG,0BAA0B,CAAA;AA2C5E,wBAAgB,sBAAsB,CACpC,WAAW,EAAE,4BAA4B,QAqD1C;AAED,wBAAgB,sBAAsB,CACpC,WAAW,EAAE,4BAA4B,QAuC1C"}
1
+ {"version":3,"file":"serializers.d.ts","sourceRoot":"","sources":["../../celo/serializers.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAA;AAOjD,OAAO,KAAK,EACV,2BAA2B,EAC3B,4BAA4B,EAC5B,4BAA4B,EAC5B,0BAA0B,EAC3B,MAAM,YAAY,CAAA;AAGnB,wBAAgB,oBAAoB,CAClC,WAAW,EAAE,2BAA2B,EACxC,SAAS,CAAC,EAAE,SAAS,GAAG,SAAS,iKAKlC;AAED,eAAO,MAAM,WAAW;;CAEa,CAAA;AAKrC,MAAM,MAAM,mCAAmC,GAAG,0BAA0B,CAAA;AA2C5E,wBAAgB,sBAAsB,CACpC,WAAW,EAAE,4BAA4B,QAqD1C;AAED,wBAAgB,sBAAsB,CACpC,WAAW,EAAE,4BAA4B,QAuC1C"}