viem 2.43.5 → 2.44.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (227) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/_cjs/account-abstraction/utils/userOperation/toPackedUserOperation.js +11 -1
  3. package/_cjs/account-abstraction/utils/userOperation/toPackedUserOperation.js.map +1 -1
  4. package/_cjs/actions/wallet/sendTransactionSync.js +1 -0
  5. package/_cjs/actions/wallet/sendTransactionSync.js.map +1 -1
  6. package/_cjs/chains/definitions/codex.js +47 -0
  7. package/_cjs/chains/definitions/codex.js.map +1 -0
  8. package/_cjs/chains/definitions/codexTestnet.js +47 -0
  9. package/_cjs/chains/definitions/codexTestnet.js.map +1 -0
  10. package/_cjs/chains/definitions/paseoPassetHub.js +26 -0
  11. package/_cjs/chains/definitions/paseoPassetHub.js.map +1 -0
  12. package/_cjs/chains/definitions/{tempoTestnet.js → tempoAndantino.js} +5 -5
  13. package/_cjs/chains/definitions/tempoAndantino.js.map +1 -0
  14. package/_cjs/chains/definitions/tempoDevnet.js +6 -0
  15. package/_cjs/chains/definitions/tempoDevnet.js.map +1 -1
  16. package/_cjs/chains/definitions/tempoModerato.js +28 -0
  17. package/_cjs/chains/definitions/tempoModerato.js.map +1 -0
  18. package/_cjs/chains/index.js +23 -14
  19. package/_cjs/chains/index.js.map +1 -1
  20. package/_cjs/errors/version.js +1 -1
  21. package/_cjs/index.js.map +1 -1
  22. package/_cjs/tempo/Abis.js +610 -752
  23. package/_cjs/tempo/Abis.js.map +1 -1
  24. package/_cjs/tempo/Addresses.js +2 -2
  25. package/_cjs/tempo/Addresses.js.map +1 -1
  26. package/_cjs/tempo/Decorator.js +5 -5
  27. package/_cjs/tempo/Decorator.js.map +1 -1
  28. package/_cjs/tempo/actions/amm.js +4 -38
  29. package/_cjs/tempo/actions/amm.js.map +1 -1
  30. package/_cjs/tempo/actions/dex.js +98 -46
  31. package/_cjs/tempo/actions/dex.js.map +1 -1
  32. package/_cjs/tempo/actions/nonce.js +0 -35
  33. package/_cjs/tempo/actions/nonce.js.map +1 -1
  34. package/_cjs/tempo/actions/reward.js +81 -62
  35. package/_cjs/tempo/actions/reward.js.map +1 -1
  36. package/_cjs/tempo/actions/token.js +11 -2
  37. package/_cjs/tempo/actions/token.js.map +1 -1
  38. package/_cjs/tempo/chainConfig.js +5 -10
  39. package/_cjs/tempo/chainConfig.js.map +1 -1
  40. package/_cjs/tempo/index.js +2 -1
  41. package/_cjs/tempo/index.js.map +1 -1
  42. package/_esm/account-abstraction/utils/userOperation/toPackedUserOperation.js +16 -2
  43. package/_esm/account-abstraction/utils/userOperation/toPackedUserOperation.js.map +1 -1
  44. package/_esm/actions/wallet/sendTransactionSync.js +1 -0
  45. package/_esm/actions/wallet/sendTransactionSync.js.map +1 -1
  46. package/_esm/chains/definitions/codex.js +44 -0
  47. package/_esm/chains/definitions/codex.js.map +1 -0
  48. package/_esm/chains/definitions/codexTestnet.js +44 -0
  49. package/_esm/chains/definitions/codexTestnet.js.map +1 -0
  50. package/_esm/chains/definitions/paseoPassetHub.js +23 -0
  51. package/_esm/chains/definitions/paseoPassetHub.js.map +1 -0
  52. package/_esm/chains/definitions/{tempoTestnet.js → tempoAndantino.js} +4 -4
  53. package/_esm/chains/definitions/tempoAndantino.js.map +1 -0
  54. package/_esm/chains/definitions/tempoDevnet.js +6 -0
  55. package/_esm/chains/definitions/tempoDevnet.js.map +1 -1
  56. package/_esm/chains/definitions/tempoModerato.js +25 -0
  57. package/_esm/chains/definitions/tempoModerato.js.map +1 -0
  58. package/_esm/chains/index.js +9 -1
  59. package/_esm/chains/index.js.map +1 -1
  60. package/_esm/errors/version.js +1 -1
  61. package/_esm/index.js.map +1 -1
  62. package/_esm/tempo/Abis.js +609 -751
  63. package/_esm/tempo/Abis.js.map +1 -1
  64. package/_esm/tempo/Addresses.js +1 -1
  65. package/_esm/tempo/Addresses.js.map +1 -1
  66. package/_esm/tempo/Decorator.js +5 -5
  67. package/_esm/tempo/Decorator.js.map +1 -1
  68. package/_esm/tempo/actions/amm.js +4 -62
  69. package/_esm/tempo/actions/amm.js.map +1 -1
  70. package/_esm/tempo/actions/dex.js +192 -48
  71. package/_esm/tempo/actions/dex.js.map +1 -1
  72. package/_esm/tempo/actions/nonce.js +0 -94
  73. package/_esm/tempo/actions/nonce.js.map +1 -1
  74. package/_esm/tempo/actions/reward.js +227 -189
  75. package/_esm/tempo/actions/reward.js.map +1 -1
  76. package/_esm/tempo/actions/token.js +11 -2
  77. package/_esm/tempo/actions/token.js.map +1 -1
  78. package/_esm/tempo/chainConfig.js +2 -7
  79. package/_esm/tempo/chainConfig.js.map +1 -1
  80. package/_esm/tempo/index.js +1 -1
  81. package/_esm/tempo/index.js.map +1 -1
  82. package/_types/account-abstraction/utils/userOperation/toPackedUserOperation.d.ts.map +1 -1
  83. package/_types/actions/wallet/sendTransactionSync.d.ts.map +1 -1
  84. package/_types/celo/chainConfig.d.ts +22 -22
  85. package/_types/celo/formatters.d.ts +11 -11
  86. package/_types/chains/definitions/abstract.d.ts +14 -14
  87. package/_types/chains/definitions/abstractTestnet.d.ts +14 -14
  88. package/_types/chains/definitions/ancient8.d.ts +3 -3
  89. package/_types/chains/definitions/ancient8Sepolia.d.ts +3 -3
  90. package/_types/chains/definitions/base.d.ts +6 -6
  91. package/_types/chains/definitions/baseGoerli.d.ts +3 -3
  92. package/_types/chains/definitions/baseSepolia.d.ts +6 -6
  93. package/_types/chains/definitions/blast.d.ts +3 -3
  94. package/_types/chains/definitions/bob.d.ts +3 -3
  95. package/_types/chains/definitions/bobSepolia.d.ts +3 -3
  96. package/_types/chains/definitions/celo.d.ts +22 -22
  97. package/_types/chains/definitions/celoAlfajores.d.ts +22 -22
  98. package/_types/chains/definitions/celoSepolia.d.ts +22 -22
  99. package/_types/chains/definitions/codex.d.ts +310 -0
  100. package/_types/chains/definitions/codex.d.ts.map +1 -0
  101. package/_types/chains/definitions/codexTestnet.d.ts +310 -0
  102. package/_types/chains/definitions/codexTestnet.d.ts.map +1 -0
  103. package/_types/chains/definitions/dchain.d.ts +3 -3
  104. package/_types/chains/definitions/dchainTestnet.d.ts +3 -3
  105. package/_types/chains/definitions/elysiumTestnet.d.ts +3 -3
  106. package/_types/chains/definitions/fraxtal.d.ts +3 -3
  107. package/_types/chains/definitions/fraxtalTestnet.d.ts +3 -3
  108. package/_types/chains/definitions/funkiMainnet.d.ts +3 -3
  109. package/_types/chains/definitions/funkiSepolia.d.ts +3 -3
  110. package/_types/chains/definitions/garnet.d.ts +3 -3
  111. package/_types/chains/definitions/giwaSepolia.d.ts +6 -6
  112. package/_types/chains/definitions/ink.d.ts +3 -3
  113. package/_types/chains/definitions/inkSepolia.d.ts +3 -3
  114. package/_types/chains/definitions/lisk.d.ts +3 -3
  115. package/_types/chains/definitions/liskSepolia.d.ts +3 -3
  116. package/_types/chains/definitions/metalL2.d.ts +3 -3
  117. package/_types/chains/definitions/mode.d.ts +3 -3
  118. package/_types/chains/definitions/modeTestnet.d.ts +3 -3
  119. package/_types/chains/definitions/optimism.d.ts +3 -3
  120. package/_types/chains/definitions/optimismGoerli.d.ts +3 -3
  121. package/_types/chains/definitions/optimismSepolia.d.ts +3 -3
  122. package/_types/chains/definitions/paseoPassetHub.d.ts +48 -0
  123. package/_types/chains/definitions/paseoPassetHub.d.ts.map +1 -0
  124. package/_types/chains/definitions/pgn.d.ts +3 -3
  125. package/_types/chains/definitions/pgnTestnet.d.ts +3 -3
  126. package/_types/chains/definitions/playfiAlbireo.d.ts +14 -14
  127. package/_types/chains/definitions/pyrope.d.ts +3 -3
  128. package/_types/chains/definitions/redstone.d.ts +3 -3
  129. package/_types/chains/definitions/rss3.d.ts +3 -3
  130. package/_types/chains/definitions/rss3Sepolia.d.ts +3 -3
  131. package/_types/chains/definitions/shape.d.ts +3 -3
  132. package/_types/chains/definitions/shapeSepolia.d.ts +3 -3
  133. package/_types/chains/definitions/snax.d.ts +3 -3
  134. package/_types/chains/definitions/snaxTestnet.d.ts +3 -3
  135. package/_types/chains/definitions/soneium.d.ts +3 -3
  136. package/_types/chains/definitions/soneiumMinato.d.ts +3 -3
  137. package/_types/chains/definitions/sophon.d.ts +14 -14
  138. package/_types/chains/definitions/sophonTestnet.d.ts +14 -14
  139. package/_types/chains/definitions/superseed.d.ts +3 -3
  140. package/_types/chains/definitions/superseedSepolia.d.ts +3 -3
  141. package/_types/chains/definitions/swellchain.d.ts +3 -3
  142. package/_types/chains/definitions/swellchainTestnet.d.ts +3 -3
  143. package/_types/chains/definitions/{tempoTestnet.d.ts → tempoAndantino.d.ts} +36 -40
  144. package/_types/chains/definitions/{tempoTestnet.d.ts.map → tempoAndantino.d.ts.map} +1 -1
  145. package/_types/chains/definitions/tempoDevnet.d.ts +41 -45
  146. package/_types/chains/definitions/tempoDevnet.d.ts.map +1 -1
  147. package/_types/chains/definitions/tempoLocalnet.d.ts +30 -34
  148. package/_types/chains/definitions/tempoLocalnet.d.ts.map +1 -1
  149. package/_types/chains/definitions/tempoModerato.d.ts +912 -0
  150. package/_types/chains/definitions/tempoModerato.d.ts.map +1 -0
  151. package/_types/chains/definitions/treasure.d.ts +14 -14
  152. package/_types/chains/definitions/treasureTopaz.d.ts +14 -14
  153. package/_types/chains/definitions/unichain.d.ts +3 -3
  154. package/_types/chains/definitions/unichainSepolia.d.ts +3 -3
  155. package/_types/chains/definitions/worldchain.d.ts +3 -3
  156. package/_types/chains/definitions/worldchainSepolia.d.ts +3 -3
  157. package/_types/chains/definitions/zircuit.d.ts +3 -3
  158. package/_types/chains/definitions/zircuitGarfieldTestnet.d.ts +3 -3
  159. package/_types/chains/definitions/zircuitTestnet.d.ts +3 -3
  160. package/_types/chains/definitions/zksync.d.ts +14 -14
  161. package/_types/chains/definitions/zksyncInMemoryNode.d.ts +14 -14
  162. package/_types/chains/definitions/zksyncLocalCustomHyperchain.d.ts +14 -14
  163. package/_types/chains/definitions/zksyncLocalHyperchain.d.ts +14 -14
  164. package/_types/chains/definitions/zksyncLocalNode.d.ts +14 -14
  165. package/_types/chains/definitions/zksyncSepoliaTestnet.d.ts +14 -14
  166. package/_types/chains/definitions/zora.d.ts +3 -3
  167. package/_types/chains/definitions/zoraSepolia.d.ts +3 -3
  168. package/_types/chains/definitions/zoraTestnet.d.ts +3 -3
  169. package/_types/chains/index.d.ts +9 -1
  170. package/_types/chains/index.d.ts.map +1 -1
  171. package/_types/errors/version.d.ts +1 -1
  172. package/_types/index.d.ts +2 -0
  173. package/_types/index.d.ts.map +1 -1
  174. package/_types/op-stack/chainConfig.d.ts +3 -3
  175. package/_types/op-stack/formatters.d.ts +3 -3
  176. package/_types/tempo/Abis.d.ts +937 -1194
  177. package/_types/tempo/Abis.d.ts.map +1 -1
  178. package/_types/tempo/Addresses.d.ts +1 -1
  179. package/_types/tempo/Addresses.d.ts.map +1 -1
  180. package/_types/tempo/Decorator.d.ts +91 -85
  181. package/_types/tempo/Decorator.d.ts.map +1 -1
  182. package/_types/tempo/actions/amm.d.ts +19 -360
  183. package/_types/tempo/actions/amm.d.ts.map +1 -1
  184. package/_types/tempo/actions/dex.d.ts +765 -237
  185. package/_types/tempo/actions/dex.d.ts.map +1 -1
  186. package/_types/tempo/actions/fee.d.ts +30 -11
  187. package/_types/tempo/actions/fee.d.ts.map +1 -1
  188. package/_types/tempo/actions/nonce.d.ts +0 -105
  189. package/_types/tempo/actions/nonce.d.ts.map +1 -1
  190. package/_types/tempo/actions/policy.d.ts +60 -0
  191. package/_types/tempo/actions/policy.d.ts.map +1 -1
  192. package/_types/tempo/actions/reward.d.ts +350 -526
  193. package/_types/tempo/actions/reward.d.ts.map +1 -1
  194. package/_types/tempo/actions/token.d.ts +368 -1984
  195. package/_types/tempo/actions/token.d.ts.map +1 -1
  196. package/_types/tempo/chainConfig.d.ts +16 -19
  197. package/_types/tempo/chainConfig.d.ts.map +1 -1
  198. package/_types/tempo/index.d.ts +1 -1
  199. package/_types/tempo/index.d.ts.map +1 -1
  200. package/_types/utils/formatters/transaction.d.ts +1 -1
  201. package/_types/utils/formatters/transactionRequest.d.ts +1 -1
  202. package/_types/zksync/chainConfig.d.ts +14 -14
  203. package/_types/zksync/formatters.d.ts +14 -14
  204. package/account-abstraction/utils/userOperation/toPackedUserOperation.ts +17 -2
  205. package/actions/wallet/sendTransactionSync.ts +1 -0
  206. package/chains/definitions/codex.ts +45 -0
  207. package/chains/definitions/codexTestnet.ts +45 -0
  208. package/chains/definitions/paseoPassetHub.ts +23 -0
  209. package/chains/definitions/{tempoTestnet.ts → tempoAndantino.ts} +3 -3
  210. package/chains/definitions/tempoDevnet.ts +6 -0
  211. package/chains/definitions/tempoModerato.ts +25 -0
  212. package/chains/index.ts +10 -1
  213. package/errors/version.ts +1 -1
  214. package/index.ts +9 -0
  215. package/package.json +2 -2
  216. package/tempo/Abis.ts +607 -752
  217. package/tempo/Addresses.ts +1 -1
  218. package/tempo/Decorator.ts +115 -106
  219. package/tempo/actions/amm.ts +13 -115
  220. package/tempo/actions/dex.ts +274 -72
  221. package/tempo/actions/nonce.ts +0 -148
  222. package/tempo/actions/reward.ts +310 -257
  223. package/tempo/actions/token.ts +16 -2
  224. package/tempo/chainConfig.ts +2 -9
  225. package/tempo/index.ts +1 -1
  226. package/_cjs/chains/definitions/tempoTestnet.js.map +0 -1
  227. package/_esm/chains/definitions/tempoTestnet.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tempoModerato.d.ts","sourceRoot":"","sources":["../../../chains/definitions/tempoModerato.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqBxB,CAAA"}
@@ -76,16 +76,16 @@ export declare const treasure: {
76
76
  r: import("../../index.js").Hex;
77
77
  s: import("../../index.js").Hex;
78
78
  v: bigint;
79
- value: bigint;
80
- gas: bigint;
81
79
  to: import("abitype").Address | null;
82
80
  from: import("abitype").Address;
81
+ gas: bigint;
83
82
  nonce: number;
83
+ value: bigint;
84
84
  blockHash: `0x${string}` | null;
85
85
  blockNumber: bigint | null;
86
- transactionIndex: number | null;
87
86
  hash: import("../../index.js").Hash;
88
87
  input: import("../../index.js").Hex;
88
+ transactionIndex: number | null;
89
89
  typeHex: import("../../index.js").Hex | null;
90
90
  accessList?: undefined | undefined;
91
91
  authorizationList?: undefined | undefined;
@@ -259,15 +259,15 @@ export declare const treasure: {
259
259
  readonly transactionReceipt: {
260
260
  exclude: [] | undefined;
261
261
  format: (args: import("../index.js").ZkSyncRpcTransactionReceipt, action?: string | undefined) => {
262
- contractAddress: import("abitype").Address | null | undefined;
263
262
  type: import("../index.js").ZkSyncTransactionType;
264
- status: "success" | "reverted";
263
+ contractAddress: import("abitype").Address | null | undefined;
265
264
  to: import("abitype").Address | null;
266
265
  from: import("abitype").Address;
267
266
  blockHash: import("../../index.js").Hash;
268
267
  blockNumber: bigint;
269
- transactionHash: import("../../index.js").Hash;
270
268
  transactionIndex: number;
269
+ status: "success" | "reverted";
270
+ transactionHash: import("../../index.js").Hash;
271
271
  logsBloom: import("../../index.js").Hex;
272
272
  blobGasUsed?: bigint | undefined;
273
273
  gasUsed: bigint;
@@ -344,10 +344,10 @@ export declare const treasure: {
344
344
  } | {
345
345
  type?: "0x3" | undefined;
346
346
  data?: `0x${string}` | undefined;
347
- value?: `0x${string}` | undefined;
348
- gas?: `0x${string}` | undefined;
349
347
  from?: `0x${string}` | undefined;
348
+ gas?: `0x${string}` | undefined;
350
349
  nonce?: `0x${string}` | undefined;
350
+ value?: `0x${string}` | undefined;
351
351
  to: `0x${string}` | null;
352
352
  gasPrice?: undefined | undefined;
353
353
  maxFeePerBlobGas?: `0x${string}` | undefined;
@@ -363,10 +363,10 @@ export declare const treasure: {
363
363
  } | {
364
364
  type?: "0x3" | undefined;
365
365
  data?: `0x${string}` | undefined;
366
- value?: `0x${string}` | undefined;
367
- gas?: `0x${string}` | undefined;
368
366
  from?: `0x${string}` | undefined;
367
+ gas?: `0x${string}` | undefined;
369
368
  nonce?: `0x${string}` | undefined;
369
+ value?: `0x${string}` | undefined;
370
370
  to: `0x${string}` | null;
371
371
  gasPrice?: undefined | undefined;
372
372
  maxFeePerBlobGas?: `0x${string}` | undefined;
@@ -380,17 +380,17 @@ export declare const treasure: {
380
380
  authorizationList?: undefined;
381
381
  eip712Meta?: undefined | undefined;
382
382
  } | {
383
+ type?: "0x4" | undefined;
383
384
  gasPrice?: undefined | undefined;
384
385
  maxFeePerBlobGas?: undefined | undefined;
385
386
  maxFeePerGas?: `0x${string}` | undefined;
386
387
  maxPriorityFeePerGas?: `0x${string}` | undefined;
387
- type?: "0x4" | undefined;
388
- data?: `0x${string}` | undefined;
389
- value?: `0x${string}` | undefined;
390
- gas?: `0x${string}` | undefined;
391
388
  to?: `0x${string}` | null | undefined;
389
+ data?: `0x${string}` | undefined;
392
390
  from?: `0x${string}` | undefined;
391
+ gas?: `0x${string}` | undefined;
393
392
  nonce?: `0x${string}` | undefined;
393
+ value?: `0x${string}` | undefined;
394
394
  accessList?: import("../../index.js").AccessList | undefined;
395
395
  authorizationList?: import("../../index.js").RpcAuthorizationList | undefined;
396
396
  blobs?: undefined;
@@ -76,16 +76,16 @@ export declare const treasureTopaz: {
76
76
  r: import("../../index.js").Hex;
77
77
  s: import("../../index.js").Hex;
78
78
  v: bigint;
79
- value: bigint;
80
- gas: bigint;
81
79
  to: import("abitype").Address | null;
82
80
  from: import("abitype").Address;
81
+ gas: bigint;
83
82
  nonce: number;
83
+ value: bigint;
84
84
  blockHash: `0x${string}` | null;
85
85
  blockNumber: bigint | null;
86
- transactionIndex: number | null;
87
86
  hash: import("../../index.js").Hash;
88
87
  input: import("../../index.js").Hex;
88
+ transactionIndex: number | null;
89
89
  typeHex: import("../../index.js").Hex | null;
90
90
  accessList?: undefined | undefined;
91
91
  authorizationList?: undefined | undefined;
@@ -259,15 +259,15 @@ export declare const treasureTopaz: {
259
259
  readonly transactionReceipt: {
260
260
  exclude: [] | undefined;
261
261
  format: (args: import("../index.js").ZkSyncRpcTransactionReceipt, action?: string | undefined) => {
262
- contractAddress: import("abitype").Address | null | undefined;
263
262
  type: import("../index.js").ZkSyncTransactionType;
264
- status: "success" | "reverted";
263
+ contractAddress: import("abitype").Address | null | undefined;
265
264
  to: import("abitype").Address | null;
266
265
  from: import("abitype").Address;
267
266
  blockHash: import("../../index.js").Hash;
268
267
  blockNumber: bigint;
269
- transactionHash: import("../../index.js").Hash;
270
268
  transactionIndex: number;
269
+ status: "success" | "reverted";
270
+ transactionHash: import("../../index.js").Hash;
271
271
  logsBloom: import("../../index.js").Hex;
272
272
  blobGasUsed?: bigint | undefined;
273
273
  gasUsed: bigint;
@@ -344,10 +344,10 @@ export declare const treasureTopaz: {
344
344
  } | {
345
345
  type?: "0x3" | undefined;
346
346
  data?: `0x${string}` | undefined;
347
- value?: `0x${string}` | undefined;
348
- gas?: `0x${string}` | undefined;
349
347
  from?: `0x${string}` | undefined;
348
+ gas?: `0x${string}` | undefined;
350
349
  nonce?: `0x${string}` | undefined;
350
+ value?: `0x${string}` | undefined;
351
351
  to: `0x${string}` | null;
352
352
  gasPrice?: undefined | undefined;
353
353
  maxFeePerBlobGas?: `0x${string}` | undefined;
@@ -363,10 +363,10 @@ export declare const treasureTopaz: {
363
363
  } | {
364
364
  type?: "0x3" | undefined;
365
365
  data?: `0x${string}` | undefined;
366
- value?: `0x${string}` | undefined;
367
- gas?: `0x${string}` | undefined;
368
366
  from?: `0x${string}` | undefined;
367
+ gas?: `0x${string}` | undefined;
369
368
  nonce?: `0x${string}` | undefined;
369
+ value?: `0x${string}` | undefined;
370
370
  to: `0x${string}` | null;
371
371
  gasPrice?: undefined | undefined;
372
372
  maxFeePerBlobGas?: `0x${string}` | undefined;
@@ -380,17 +380,17 @@ export declare const treasureTopaz: {
380
380
  authorizationList?: undefined;
381
381
  eip712Meta?: undefined | undefined;
382
382
  } | {
383
+ type?: "0x4" | undefined;
383
384
  gasPrice?: undefined | undefined;
384
385
  maxFeePerBlobGas?: undefined | undefined;
385
386
  maxFeePerGas?: `0x${string}` | undefined;
386
387
  maxPriorityFeePerGas?: `0x${string}` | undefined;
387
- type?: "0x4" | undefined;
388
- data?: `0x${string}` | undefined;
389
- value?: `0x${string}` | undefined;
390
- gas?: `0x${string}` | undefined;
391
388
  to?: `0x${string}` | null | undefined;
389
+ data?: `0x${string}` | undefined;
392
390
  from?: `0x${string}` | undefined;
391
+ gas?: `0x${string}` | undefined;
393
392
  nonce?: `0x${string}` | undefined;
393
+ value?: `0x${string}` | undefined;
394
394
  accessList?: import("../../index.js").AccessList | undefined;
395
395
  authorizationList?: import("../../index.js").RpcAuthorizationList | undefined;
396
396
  blobs?: undefined;
@@ -129,16 +129,16 @@ export declare const unichain: {
129
129
  r: import("../../index.js").Hex;
130
130
  s: import("../../index.js").Hex;
131
131
  v: bigint;
132
- value: bigint;
133
- gas: bigint;
134
132
  to: import("abitype").Address | null;
135
133
  from: import("abitype").Address;
134
+ gas: bigint;
136
135
  nonce: number;
136
+ value: bigint;
137
137
  blockHash: `0x${string}` | null;
138
138
  blockNumber: bigint | null;
139
- transactionIndex: number | null;
140
139
  hash: import("../../index.js").Hash;
141
140
  input: import("../../index.js").Hex;
141
+ transactionIndex: number | null;
142
142
  typeHex: import("../../index.js").Hex | null;
143
143
  accessList?: undefined | undefined;
144
144
  authorizationList?: undefined | undefined;
@@ -129,16 +129,16 @@ export declare const unichainSepolia: {
129
129
  r: import("../../index.js").Hex;
130
130
  s: import("../../index.js").Hex;
131
131
  v: bigint;
132
- value: bigint;
133
- gas: bigint;
134
132
  to: import("abitype").Address | null;
135
133
  from: import("abitype").Address;
134
+ gas: bigint;
136
135
  nonce: number;
136
+ value: bigint;
137
137
  blockHash: `0x${string}` | null;
138
138
  blockNumber: bigint | null;
139
- transactionIndex: number | null;
140
139
  hash: import("../../index.js").Hash;
141
140
  input: import("../../index.js").Hex;
141
+ transactionIndex: number | null;
142
142
  typeHex: import("../../index.js").Hex | null;
143
143
  accessList?: undefined | undefined;
144
144
  authorizationList?: undefined | undefined;
@@ -139,16 +139,16 @@ export declare const worldchain: {
139
139
  r: import("../../index.js").Hex;
140
140
  s: import("../../index.js").Hex;
141
141
  v: bigint;
142
- value: bigint;
143
- gas: bigint;
144
142
  to: import("abitype").Address | null;
145
143
  from: import("abitype").Address;
144
+ gas: bigint;
146
145
  nonce: number;
146
+ value: bigint;
147
147
  blockHash: `0x${string}` | null;
148
148
  blockNumber: bigint | null;
149
- transactionIndex: number | null;
150
149
  hash: import("../../index.js").Hash;
151
150
  input: import("../../index.js").Hex;
151
+ transactionIndex: number | null;
152
152
  typeHex: import("../../index.js").Hex | null;
153
153
  accessList?: undefined | undefined;
154
154
  authorizationList?: undefined | undefined;
@@ -139,16 +139,16 @@ export declare const worldchainSepolia: {
139
139
  r: import("../../index.js").Hex;
140
140
  s: import("../../index.js").Hex;
141
141
  v: bigint;
142
- value: bigint;
143
- gas: bigint;
144
142
  to: import("abitype").Address | null;
145
143
  from: import("abitype").Address;
144
+ gas: bigint;
146
145
  nonce: number;
146
+ value: bigint;
147
147
  blockHash: `0x${string}` | null;
148
148
  blockNumber: bigint | null;
149
- transactionIndex: number | null;
150
149
  hash: import("../../index.js").Hash;
151
150
  input: import("../../index.js").Hex;
151
+ transactionIndex: number | null;
152
152
  typeHex: import("../../index.js").Hex | null;
153
153
  accessList?: undefined | undefined;
154
154
  authorizationList?: undefined | undefined;
@@ -109,16 +109,16 @@ export declare const zircuit: {
109
109
  r: import("../../index.js").Hex;
110
110
  s: import("../../index.js").Hex;
111
111
  v: bigint;
112
- value: bigint;
113
- gas: bigint;
114
112
  to: import("abitype").Address | null;
115
113
  from: import("abitype").Address;
114
+ gas: bigint;
116
115
  nonce: number;
116
+ value: bigint;
117
117
  blockHash: `0x${string}` | null;
118
118
  blockNumber: bigint | null;
119
- transactionIndex: number | null;
120
119
  hash: import("../../index.js").Hash;
121
120
  input: import("../../index.js").Hex;
121
+ transactionIndex: number | null;
122
122
  typeHex: import("../../index.js").Hex | null;
123
123
  accessList?: undefined | undefined;
124
124
  authorizationList?: undefined | undefined;
@@ -109,16 +109,16 @@ export declare const zircuitGarfieldTestnet: {
109
109
  r: import("../../index.js").Hex;
110
110
  s: import("../../index.js").Hex;
111
111
  v: bigint;
112
- value: bigint;
113
- gas: bigint;
114
112
  to: import("abitype").Address | null;
115
113
  from: import("abitype").Address;
114
+ gas: bigint;
116
115
  nonce: number;
116
+ value: bigint;
117
117
  blockHash: `0x${string}` | null;
118
118
  blockNumber: bigint | null;
119
- transactionIndex: number | null;
120
119
  hash: import("../../index.js").Hash;
121
120
  input: import("../../index.js").Hex;
121
+ transactionIndex: number | null;
122
122
  typeHex: import("../../index.js").Hex | null;
123
123
  accessList?: undefined | undefined;
124
124
  authorizationList?: undefined | undefined;
@@ -110,16 +110,16 @@ export declare const zircuitTestnet: {
110
110
  r: import("../../index.js").Hex;
111
111
  s: import("../../index.js").Hex;
112
112
  v: bigint;
113
- value: bigint;
114
- gas: bigint;
115
113
  to: import("abitype").Address | null;
116
114
  from: import("abitype").Address;
115
+ gas: bigint;
117
116
  nonce: number;
117
+ value: bigint;
118
118
  blockHash: `0x${string}` | null;
119
119
  blockNumber: bigint | null;
120
- transactionIndex: number | null;
121
120
  hash: import("../../index.js").Hash;
122
121
  input: import("../../index.js").Hex;
122
+ transactionIndex: number | null;
123
123
  typeHex: import("../../index.js").Hex | null;
124
124
  accessList?: undefined | undefined;
125
125
  authorizationList?: undefined | undefined;
@@ -85,16 +85,16 @@ export declare const zksync: {
85
85
  r: import("../../index.js").Hex;
86
86
  s: import("../../index.js").Hex;
87
87
  v: bigint;
88
- value: bigint;
89
- gas: bigint;
90
88
  to: import("abitype").Address | null;
91
89
  from: import("abitype").Address;
90
+ gas: bigint;
92
91
  nonce: number;
92
+ value: bigint;
93
93
  blockHash: `0x${string}` | null;
94
94
  blockNumber: bigint | null;
95
- transactionIndex: number | null;
96
95
  hash: import("../../index.js").Hash;
97
96
  input: import("../../index.js").Hex;
97
+ transactionIndex: number | null;
98
98
  typeHex: import("../../index.js").Hex | null;
99
99
  accessList?: undefined | undefined;
100
100
  authorizationList?: undefined | undefined;
@@ -268,15 +268,15 @@ export declare const zksync: {
268
268
  readonly transactionReceipt: {
269
269
  exclude: [] | undefined;
270
270
  format: (args: import("../index.js").ZkSyncRpcTransactionReceipt, action?: string | undefined) => {
271
- contractAddress: import("abitype").Address | null | undefined;
272
271
  type: import("../index.js").ZkSyncTransactionType;
273
- status: "success" | "reverted";
272
+ contractAddress: import("abitype").Address | null | undefined;
274
273
  to: import("abitype").Address | null;
275
274
  from: import("abitype").Address;
276
275
  blockHash: import("../../index.js").Hash;
277
276
  blockNumber: bigint;
278
- transactionHash: import("../../index.js").Hash;
279
277
  transactionIndex: number;
278
+ status: "success" | "reverted";
279
+ transactionHash: import("../../index.js").Hash;
280
280
  logsBloom: import("../../index.js").Hex;
281
281
  blobGasUsed?: bigint | undefined;
282
282
  gasUsed: bigint;
@@ -353,10 +353,10 @@ export declare const zksync: {
353
353
  } | {
354
354
  type?: "0x3" | undefined;
355
355
  data?: `0x${string}` | undefined;
356
- value?: `0x${string}` | undefined;
357
- gas?: `0x${string}` | undefined;
358
356
  from?: `0x${string}` | undefined;
357
+ gas?: `0x${string}` | undefined;
359
358
  nonce?: `0x${string}` | undefined;
359
+ value?: `0x${string}` | undefined;
360
360
  to: `0x${string}` | null;
361
361
  gasPrice?: undefined | undefined;
362
362
  maxFeePerBlobGas?: `0x${string}` | undefined;
@@ -372,10 +372,10 @@ export declare const zksync: {
372
372
  } | {
373
373
  type?: "0x3" | undefined;
374
374
  data?: `0x${string}` | undefined;
375
- value?: `0x${string}` | undefined;
376
- gas?: `0x${string}` | undefined;
377
375
  from?: `0x${string}` | undefined;
376
+ gas?: `0x${string}` | undefined;
378
377
  nonce?: `0x${string}` | undefined;
378
+ value?: `0x${string}` | undefined;
379
379
  to: `0x${string}` | null;
380
380
  gasPrice?: undefined | undefined;
381
381
  maxFeePerBlobGas?: `0x${string}` | undefined;
@@ -389,17 +389,17 @@ export declare const zksync: {
389
389
  authorizationList?: undefined;
390
390
  eip712Meta?: undefined | undefined;
391
391
  } | {
392
+ type?: "0x4" | undefined;
392
393
  gasPrice?: undefined | undefined;
393
394
  maxFeePerBlobGas?: undefined | undefined;
394
395
  maxFeePerGas?: `0x${string}` | undefined;
395
396
  maxPriorityFeePerGas?: `0x${string}` | undefined;
396
- type?: "0x4" | undefined;
397
- data?: `0x${string}` | undefined;
398
- value?: `0x${string}` | undefined;
399
- gas?: `0x${string}` | undefined;
400
397
  to?: `0x${string}` | null | undefined;
398
+ data?: `0x${string}` | undefined;
401
399
  from?: `0x${string}` | undefined;
400
+ gas?: `0x${string}` | undefined;
402
401
  nonce?: `0x${string}` | undefined;
402
+ value?: `0x${string}` | undefined;
403
403
  accessList?: import("../../index.js").AccessList | undefined;
404
404
  authorizationList?: import("../../index.js").RpcAuthorizationList | undefined;
405
405
  blobs?: undefined;
@@ -84,16 +84,16 @@ export declare const zksyncInMemoryNode: {
84
84
  r: import("../../index.js").Hex;
85
85
  s: import("../../index.js").Hex;
86
86
  v: bigint;
87
- value: bigint;
88
- gas: bigint;
89
87
  to: import("abitype").Address | null;
90
88
  from: import("abitype").Address;
89
+ gas: bigint;
91
90
  nonce: number;
91
+ value: bigint;
92
92
  blockHash: `0x${string}` | null;
93
93
  blockNumber: bigint | null;
94
- transactionIndex: number | null;
95
94
  hash: import("../../index.js").Hash;
96
95
  input: import("../../index.js").Hex;
96
+ transactionIndex: number | null;
97
97
  typeHex: import("../../index.js").Hex | null;
98
98
  accessList?: undefined | undefined;
99
99
  authorizationList?: undefined | undefined;
@@ -267,15 +267,15 @@ export declare const zksyncInMemoryNode: {
267
267
  readonly transactionReceipt: {
268
268
  exclude: [] | undefined;
269
269
  format: (args: import("../index.js").ZkSyncRpcTransactionReceipt, action?: string | undefined) => {
270
- contractAddress: import("abitype").Address | null | undefined;
271
270
  type: import("../index.js").ZkSyncTransactionType;
272
- status: "success" | "reverted";
271
+ contractAddress: import("abitype").Address | null | undefined;
273
272
  to: import("abitype").Address | null;
274
273
  from: import("abitype").Address;
275
274
  blockHash: import("../../index.js").Hash;
276
275
  blockNumber: bigint;
277
- transactionHash: import("../../index.js").Hash;
278
276
  transactionIndex: number;
277
+ status: "success" | "reverted";
278
+ transactionHash: import("../../index.js").Hash;
279
279
  logsBloom: import("../../index.js").Hex;
280
280
  blobGasUsed?: bigint | undefined;
281
281
  gasUsed: bigint;
@@ -352,10 +352,10 @@ export declare const zksyncInMemoryNode: {
352
352
  } | {
353
353
  type?: "0x3" | undefined;
354
354
  data?: `0x${string}` | undefined;
355
- value?: `0x${string}` | undefined;
356
- gas?: `0x${string}` | undefined;
357
355
  from?: `0x${string}` | undefined;
356
+ gas?: `0x${string}` | undefined;
358
357
  nonce?: `0x${string}` | undefined;
358
+ value?: `0x${string}` | undefined;
359
359
  to: `0x${string}` | null;
360
360
  gasPrice?: undefined | undefined;
361
361
  maxFeePerBlobGas?: `0x${string}` | undefined;
@@ -371,10 +371,10 @@ export declare const zksyncInMemoryNode: {
371
371
  } | {
372
372
  type?: "0x3" | undefined;
373
373
  data?: `0x${string}` | undefined;
374
- value?: `0x${string}` | undefined;
375
- gas?: `0x${string}` | undefined;
376
374
  from?: `0x${string}` | undefined;
375
+ gas?: `0x${string}` | undefined;
377
376
  nonce?: `0x${string}` | undefined;
377
+ value?: `0x${string}` | undefined;
378
378
  to: `0x${string}` | null;
379
379
  gasPrice?: undefined | undefined;
380
380
  maxFeePerBlobGas?: `0x${string}` | undefined;
@@ -388,17 +388,17 @@ export declare const zksyncInMemoryNode: {
388
388
  authorizationList?: undefined;
389
389
  eip712Meta?: undefined | undefined;
390
390
  } | {
391
+ type?: "0x4" | undefined;
391
392
  gasPrice?: undefined | undefined;
392
393
  maxFeePerBlobGas?: undefined | undefined;
393
394
  maxFeePerGas?: `0x${string}` | undefined;
394
395
  maxPriorityFeePerGas?: `0x${string}` | undefined;
395
- type?: "0x4" | undefined;
396
- data?: `0x${string}` | undefined;
397
- value?: `0x${string}` | undefined;
398
- gas?: `0x${string}` | undefined;
399
396
  to?: `0x${string}` | null | undefined;
397
+ data?: `0x${string}` | undefined;
400
398
  from?: `0x${string}` | undefined;
399
+ gas?: `0x${string}` | undefined;
401
400
  nonce?: `0x${string}` | undefined;
401
+ value?: `0x${string}` | undefined;
402
402
  accessList?: import("../../index.js").AccessList | undefined;
403
403
  authorizationList?: import("../../index.js").RpcAuthorizationList | undefined;
404
404
  blobs?: undefined;
@@ -80,16 +80,16 @@ export declare const zksyncLocalCustomHyperchain: {
80
80
  r: import("../../index.js").Hex;
81
81
  s: import("../../index.js").Hex;
82
82
  v: bigint;
83
- value: bigint;
84
- gas: bigint;
85
83
  to: import("abitype").Address | null;
86
84
  from: import("abitype").Address;
85
+ gas: bigint;
87
86
  nonce: number;
87
+ value: bigint;
88
88
  blockHash: `0x${string}` | null;
89
89
  blockNumber: bigint | null;
90
- transactionIndex: number | null;
91
90
  hash: import("../../index.js").Hash;
92
91
  input: import("../../index.js").Hex;
92
+ transactionIndex: number | null;
93
93
  typeHex: import("../../index.js").Hex | null;
94
94
  accessList?: undefined | undefined;
95
95
  authorizationList?: undefined | undefined;
@@ -263,15 +263,15 @@ export declare const zksyncLocalCustomHyperchain: {
263
263
  readonly transactionReceipt: {
264
264
  exclude: [] | undefined;
265
265
  format: (args: import("../index.js").ZkSyncRpcTransactionReceipt, action?: string | undefined) => {
266
- contractAddress: import("abitype").Address | null | undefined;
267
266
  type: import("../index.js").ZkSyncTransactionType;
268
- status: "success" | "reverted";
267
+ contractAddress: import("abitype").Address | null | undefined;
269
268
  to: import("abitype").Address | null;
270
269
  from: import("abitype").Address;
271
270
  blockHash: import("../../index.js").Hash;
272
271
  blockNumber: bigint;
273
- transactionHash: import("../../index.js").Hash;
274
272
  transactionIndex: number;
273
+ status: "success" | "reverted";
274
+ transactionHash: import("../../index.js").Hash;
275
275
  logsBloom: import("../../index.js").Hex;
276
276
  blobGasUsed?: bigint | undefined;
277
277
  gasUsed: bigint;
@@ -348,10 +348,10 @@ export declare const zksyncLocalCustomHyperchain: {
348
348
  } | {
349
349
  type?: "0x3" | undefined;
350
350
  data?: `0x${string}` | undefined;
351
- value?: `0x${string}` | undefined;
352
- gas?: `0x${string}` | undefined;
353
351
  from?: `0x${string}` | undefined;
352
+ gas?: `0x${string}` | undefined;
354
353
  nonce?: `0x${string}` | undefined;
354
+ value?: `0x${string}` | undefined;
355
355
  to: `0x${string}` | null;
356
356
  gasPrice?: undefined | undefined;
357
357
  maxFeePerBlobGas?: `0x${string}` | undefined;
@@ -367,10 +367,10 @@ export declare const zksyncLocalCustomHyperchain: {
367
367
  } | {
368
368
  type?: "0x3" | undefined;
369
369
  data?: `0x${string}` | undefined;
370
- value?: `0x${string}` | undefined;
371
- gas?: `0x${string}` | undefined;
372
370
  from?: `0x${string}` | undefined;
371
+ gas?: `0x${string}` | undefined;
373
372
  nonce?: `0x${string}` | undefined;
373
+ value?: `0x${string}` | undefined;
374
374
  to: `0x${string}` | null;
375
375
  gasPrice?: undefined | undefined;
376
376
  maxFeePerBlobGas?: `0x${string}` | undefined;
@@ -384,17 +384,17 @@ export declare const zksyncLocalCustomHyperchain: {
384
384
  authorizationList?: undefined;
385
385
  eip712Meta?: undefined | undefined;
386
386
  } | {
387
+ type?: "0x4" | undefined;
387
388
  gasPrice?: undefined | undefined;
388
389
  maxFeePerBlobGas?: undefined | undefined;
389
390
  maxFeePerGas?: `0x${string}` | undefined;
390
391
  maxPriorityFeePerGas?: `0x${string}` | undefined;
391
- type?: "0x4" | undefined;
392
- data?: `0x${string}` | undefined;
393
- value?: `0x${string}` | undefined;
394
- gas?: `0x${string}` | undefined;
395
392
  to?: `0x${string}` | null | undefined;
393
+ data?: `0x${string}` | undefined;
396
394
  from?: `0x${string}` | undefined;
395
+ gas?: `0x${string}` | undefined;
397
396
  nonce?: `0x${string}` | undefined;
397
+ value?: `0x${string}` | undefined;
398
398
  accessList?: import("../../index.js").AccessList | undefined;
399
399
  authorizationList?: import("../../index.js").RpcAuthorizationList | undefined;
400
400
  blobs?: undefined;