viem 2.9.22 → 2.9.23

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 (178) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/_cjs/accounts/privateKeyToAccount.js +4 -0
  3. package/_cjs/accounts/privateKeyToAccount.js.map +1 -1
  4. package/_cjs/accounts/toAccount.js +1 -0
  5. package/_cjs/accounts/toAccount.js.map +1 -1
  6. package/_cjs/chains/definitions/dreyerxMainnet.js +25 -0
  7. package/_cjs/chains/definitions/dreyerxMainnet.js.map +1 -0
  8. package/_cjs/chains/index.js +7 -5
  9. package/_cjs/chains/index.js.map +1 -1
  10. package/_cjs/errors/version.js +1 -1
  11. package/_cjs/experimental/eip3074/actions/signAuthMessage.js +18 -0
  12. package/_cjs/experimental/eip3074/actions/signAuthMessage.js.map +1 -0
  13. package/_cjs/experimental/eip3074/decorators/eip3074.js +13 -0
  14. package/_cjs/experimental/eip3074/decorators/eip3074.js.map +1 -0
  15. package/_cjs/experimental/eip3074/utils/recoverAuthMessageAddress.js +12 -0
  16. package/_cjs/experimental/eip3074/utils/recoverAuthMessageAddress.js.map +1 -0
  17. package/_cjs/experimental/eip3074/utils/signAuthMessage.js +17 -0
  18. package/_cjs/experimental/eip3074/utils/signAuthMessage.js.map +1 -0
  19. package/_cjs/experimental/eip3074/utils/toAuthMessage.js +17 -0
  20. package/_cjs/experimental/eip3074/utils/toAuthMessage.js.map +1 -0
  21. package/_cjs/experimental/eip3074/utils/verifyAuthMessage.js +11 -0
  22. package/_cjs/experimental/eip3074/utils/verifyAuthMessage.js.map +1 -0
  23. package/_cjs/experimental/{actions → eip5792/actions}/getCallsStatus.js +2 -2
  24. package/_cjs/experimental/eip5792/actions/getCallsStatus.js.map +1 -0
  25. package/_cjs/experimental/{actions → eip5792/actions}/getCapabilities.js +2 -2
  26. package/_cjs/experimental/eip5792/actions/getCapabilities.js.map +1 -0
  27. package/_cjs/experimental/{actions → eip5792/actions}/sendCalls.js +6 -6
  28. package/_cjs/experimental/eip5792/actions/sendCalls.js.map +1 -0
  29. package/_cjs/experimental/eip5792/actions/showCallsStatus.js.map +1 -0
  30. package/_cjs/experimental/{actions → eip5792/actions}/writeContracts.js +1 -1
  31. package/_cjs/experimental/eip5792/actions/writeContracts.js.map +1 -0
  32. package/_cjs/experimental/eip5792/decorators/eip5792.js.map +1 -0
  33. package/_cjs/experimental/index.js +15 -7
  34. package/_cjs/experimental/index.js.map +1 -1
  35. package/_cjs/utils/signature/hexToSignature.js.map +1 -1
  36. package/_esm/accounts/privateKeyToAccount.js +4 -0
  37. package/_esm/accounts/privateKeyToAccount.js.map +1 -1
  38. package/_esm/accounts/toAccount.js +1 -0
  39. package/_esm/accounts/toAccount.js.map +1 -1
  40. package/_esm/actions/public/verifyHash.js +1 -1
  41. package/_esm/chains/definitions/dreyerxMainnet.js +22 -0
  42. package/_esm/chains/definitions/dreyerxMainnet.js.map +1 -0
  43. package/_esm/chains/index.js +1 -0
  44. package/_esm/chains/index.js.map +1 -1
  45. package/_esm/errors/version.js +1 -1
  46. package/_esm/experimental/eip3074/actions/signAuthMessage.js +69 -0
  47. package/_esm/experimental/eip3074/actions/signAuthMessage.js.map +1 -0
  48. package/_esm/experimental/eip3074/decorators/eip3074.js +26 -0
  49. package/_esm/experimental/eip3074/decorators/eip3074.js.map +1 -0
  50. package/_esm/experimental/eip3074/utils/recoverAuthMessageAddress.js +8 -0
  51. package/_esm/experimental/eip3074/utils/recoverAuthMessageAddress.js.map +1 -0
  52. package/_esm/experimental/eip3074/utils/signAuthMessage.js +16 -0
  53. package/_esm/experimental/eip3074/utils/signAuthMessage.js.map +1 -0
  54. package/_esm/experimental/eip3074/utils/toAuthMessage.js +17 -0
  55. package/_esm/experimental/eip3074/utils/toAuthMessage.js.map +1 -0
  56. package/_esm/experimental/eip3074/utils/verifyAuthMessage.js +13 -0
  57. package/_esm/experimental/eip3074/utils/verifyAuthMessage.js.map +1 -0
  58. package/_esm/experimental/{actions → eip5792/actions}/getCallsStatus.js +3 -3
  59. package/_esm/experimental/eip5792/actions/getCallsStatus.js.map +1 -0
  60. package/_esm/experimental/{actions → eip5792/actions}/getCapabilities.js +3 -3
  61. package/_esm/experimental/eip5792/actions/getCapabilities.js.map +1 -0
  62. package/_esm/experimental/{actions → eip5792/actions}/sendCalls.js +7 -7
  63. package/_esm/experimental/eip5792/actions/sendCalls.js.map +1 -0
  64. package/_esm/experimental/{actions → eip5792/actions}/showCallsStatus.js +1 -1
  65. package/_esm/experimental/eip5792/actions/showCallsStatus.js.map +1 -0
  66. package/_esm/experimental/{actions → eip5792/actions}/writeContracts.js +2 -2
  67. package/_esm/experimental/eip5792/actions/writeContracts.js.map +1 -0
  68. package/_esm/experimental/eip5792/decorators/eip5792.js.map +1 -0
  69. package/_esm/experimental/index.js +10 -6
  70. package/_esm/experimental/index.js.map +1 -1
  71. package/_esm/utils/signature/hexToSignature.js.map +1 -1
  72. package/_types/accounts/privateKeyToAccount.d.ts.map +1 -1
  73. package/_types/accounts/toAccount.d.ts.map +1 -1
  74. package/_types/accounts/types.d.ts +5 -3
  75. package/_types/accounts/types.d.ts.map +1 -1
  76. package/_types/actions/public/verifyHash.d.ts +1 -1
  77. package/_types/celo/chainConfig.d.ts +114 -114
  78. package/_types/celo/formatters.d.ts +57 -57
  79. package/_types/chains/definitions/ancient8.d.ts +45 -45
  80. package/_types/chains/definitions/ancient8Sepolia.d.ts +45 -45
  81. package/_types/chains/definitions/base.d.ts +45 -45
  82. package/_types/chains/definitions/baseGoerli.d.ts +45 -45
  83. package/_types/chains/definitions/baseSepolia.d.ts +45 -45
  84. package/_types/chains/definitions/celo.d.ts +114 -114
  85. package/_types/chains/definitions/celoAlfajores.d.ts +114 -114
  86. package/_types/chains/definitions/dreyerxMainnet.d.ts +35 -0
  87. package/_types/chains/definitions/dreyerxMainnet.d.ts.map +1 -0
  88. package/_types/chains/definitions/fraxtal.d.ts +45 -45
  89. package/_types/chains/definitions/fraxtalTestnet.d.ts +45 -45
  90. package/_types/chains/definitions/liskSepolia.d.ts +45 -45
  91. package/_types/chains/definitions/optimism.d.ts +45 -45
  92. package/_types/chains/definitions/optimismGoerli.d.ts +45 -45
  93. package/_types/chains/definitions/optimismSepolia.d.ts +45 -45
  94. package/_types/chains/definitions/pgn.d.ts +45 -45
  95. package/_types/chains/definitions/pgnTestnet.d.ts +45 -45
  96. package/_types/chains/definitions/rss3.d.ts +45 -45
  97. package/_types/chains/definitions/rss3Sepolia.d.ts +45 -45
  98. package/_types/chains/definitions/zora.d.ts +45 -45
  99. package/_types/chains/definitions/zoraSepolia.d.ts +45 -45
  100. package/_types/chains/definitions/zoraTestnet.d.ts +45 -45
  101. package/_types/chains/index.d.ts +1 -0
  102. package/_types/chains/index.d.ts.map +1 -1
  103. package/_types/errors/version.d.ts +1 -1
  104. package/_types/experimental/eip3074/actions/signAuthMessage.d.ts +72 -0
  105. package/_types/experimental/eip3074/actions/signAuthMessage.d.ts.map +1 -0
  106. package/_types/experimental/eip3074/decorators/eip3074.d.ts +27 -0
  107. package/_types/experimental/eip3074/decorators/eip3074.d.ts.map +1 -0
  108. package/_types/experimental/eip3074/utils/recoverAuthMessageAddress.d.ts +12 -0
  109. package/_types/experimental/eip3074/utils/recoverAuthMessageAddress.d.ts.map +1 -0
  110. package/_types/experimental/eip3074/utils/signAuthMessage.d.ts +16 -0
  111. package/_types/experimental/eip3074/utils/signAuthMessage.d.ts.map +1 -0
  112. package/_types/experimental/eip3074/utils/toAuthMessage.d.ts +20 -0
  113. package/_types/experimental/eip3074/utils/toAuthMessage.d.ts.map +1 -0
  114. package/_types/experimental/eip3074/utils/verifyAuthMessage.d.ts +19 -0
  115. package/_types/experimental/eip3074/utils/verifyAuthMessage.d.ts.map +1 -0
  116. package/_types/experimental/{actions → eip5792/actions}/getCallsStatus.d.ts +9 -9
  117. package/_types/experimental/eip5792/actions/getCallsStatus.d.ts.map +1 -0
  118. package/_types/experimental/{actions → eip5792/actions}/getCapabilities.d.ts +9 -9
  119. package/_types/experimental/eip5792/actions/getCapabilities.d.ts.map +1 -0
  120. package/_types/experimental/{actions → eip5792/actions}/sendCalls.d.ts +10 -10
  121. package/_types/experimental/eip5792/actions/sendCalls.d.ts.map +1 -0
  122. package/_types/experimental/{actions → eip5792/actions}/showCallsStatus.d.ts +7 -7
  123. package/_types/experimental/eip5792/actions/showCallsStatus.d.ts.map +1 -0
  124. package/_types/experimental/{actions → eip5792/actions}/writeContracts.d.ts +9 -9
  125. package/_types/experimental/eip5792/actions/writeContracts.d.ts.map +1 -0
  126. package/_types/experimental/{decorators → eip5792/decorators}/eip5792.d.ts +9 -9
  127. package/_types/experimental/eip5792/decorators/eip5792.d.ts.map +1 -0
  128. package/_types/experimental/index.d.ts +10 -6
  129. package/_types/experimental/index.d.ts.map +1 -1
  130. package/_types/op-stack/chainConfig.d.ts +45 -45
  131. package/_types/op-stack/formatters.d.ts +45 -45
  132. package/_types/utils/formatters/transaction.d.ts +1 -1
  133. package/_types/utils/formatters/transactionRequest.d.ts +1 -1
  134. package/_types/utils/signature/hexToSignature.d.ts +7 -2
  135. package/_types/utils/signature/hexToSignature.d.ts.map +1 -1
  136. package/accounts/privateKeyToAccount.ts +5 -1
  137. package/accounts/toAccount.ts +1 -0
  138. package/accounts/types.ts +12 -5
  139. package/actions/public/verifyHash.ts +1 -1
  140. package/chains/definitions/dreyerxMainnet.ts +22 -0
  141. package/chains/index.ts +1 -0
  142. package/errors/version.ts +1 -1
  143. package/experimental/eip3074/actions/signAuthMessage.ts +103 -0
  144. package/experimental/eip3074/decorators/eip3074.ts +51 -0
  145. package/experimental/eip3074/utils/recoverAuthMessageAddress.ts +29 -0
  146. package/experimental/eip3074/utils/signAuthMessage.ts +40 -0
  147. package/experimental/eip3074/utils/toAuthMessage.ts +50 -0
  148. package/experimental/eip3074/utils/verifyAuthMessage.ts +46 -0
  149. package/experimental/{actions → eip5792/actions}/getCallsStatus.ts +11 -11
  150. package/experimental/{actions → eip5792/actions}/getCapabilities.ts +11 -11
  151. package/experimental/{actions → eip5792/actions}/sendCalls.ts +17 -17
  152. package/experimental/{actions → eip5792/actions}/showCallsStatus.ts +7 -7
  153. package/experimental/{actions → eip5792/actions}/writeContracts.ts +9 -9
  154. package/experimental/{decorators → eip5792/decorators}/eip5792.ts +9 -9
  155. package/experimental/index.ts +29 -7
  156. package/package.json +1 -1
  157. package/utils/signature/hexToSignature.ts +2 -2
  158. package/_cjs/experimental/actions/getCallsStatus.js.map +0 -1
  159. package/_cjs/experimental/actions/getCapabilities.js.map +0 -1
  160. package/_cjs/experimental/actions/sendCalls.js.map +0 -1
  161. package/_cjs/experimental/actions/showCallsStatus.js.map +0 -1
  162. package/_cjs/experimental/actions/writeContracts.js.map +0 -1
  163. package/_cjs/experimental/decorators/eip5792.js.map +0 -1
  164. package/_esm/experimental/actions/getCallsStatus.js.map +0 -1
  165. package/_esm/experimental/actions/getCapabilities.js.map +0 -1
  166. package/_esm/experimental/actions/sendCalls.js.map +0 -1
  167. package/_esm/experimental/actions/showCallsStatus.js.map +0 -1
  168. package/_esm/experimental/actions/writeContracts.js.map +0 -1
  169. package/_esm/experimental/decorators/eip5792.js.map +0 -1
  170. package/_types/experimental/actions/getCallsStatus.d.ts.map +0 -1
  171. package/_types/experimental/actions/getCapabilities.d.ts.map +0 -1
  172. package/_types/experimental/actions/sendCalls.d.ts.map +0 -1
  173. package/_types/experimental/actions/showCallsStatus.d.ts.map +0 -1
  174. package/_types/experimental/actions/writeContracts.d.ts.map +0 -1
  175. package/_types/experimental/decorators/eip5792.d.ts.map +0 -1
  176. /package/_cjs/experimental/{actions → eip5792/actions}/showCallsStatus.js +0 -0
  177. /package/_cjs/experimental/{decorators → eip5792/decorators}/eip5792.js +0 -0
  178. /package/_esm/experimental/{decorators → eip5792/decorators}/eip5792.js +0 -0
@@ -55,19 +55,19 @@ export declare const chainConfig: {
55
55
  maxFeePerBlobGas?: `0x${string}` | undefined;
56
56
  maxFeePerGas?: `0x${string}` | undefined;
57
57
  maxPriorityFeePerGas?: `0x${string}` | undefined;
58
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
58
59
  to?: `0x${string}` | null;
59
60
  from?: `0x${string}`;
60
61
  gas?: `0x${string}`;
61
62
  nonce?: `0x${string}`;
62
63
  value?: `0x${string}`;
63
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
64
- accessList?: undefined;
65
- blobVersionedHashes?: undefined;
66
64
  blockHash?: `0x${string}` | null;
67
65
  blockNumber?: `0x${string}` | null;
68
66
  hash?: `0x${string}`;
69
67
  input?: `0x${string}`;
70
68
  transactionIndex?: `0x${string}` | null;
69
+ accessList?: undefined;
70
+ blobVersionedHashes?: undefined;
71
71
  chainId?: `0x${string}` | undefined;
72
72
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
73
73
  r: `0x${string}`;
@@ -106,19 +106,19 @@ export declare const chainConfig: {
106
106
  maxFeePerBlobGas?: `0x${string}` | undefined;
107
107
  maxFeePerGas?: `0x${string}` | undefined;
108
108
  maxPriorityFeePerGas?: `0x${string}` | undefined;
109
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
109
110
  to?: `0x${string}` | null;
110
111
  from?: `0x${string}`;
111
112
  gas?: `0x${string}`;
112
113
  nonce?: `0x${string}`;
113
114
  value?: `0x${string}`;
114
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
115
- accessList?: undefined;
116
- blobVersionedHashes?: undefined;
117
115
  blockHash?: `0x${string}` | null;
118
116
  blockNumber?: `0x${string}` | null;
119
117
  hash?: `0x${string}`;
120
118
  input?: `0x${string}`;
121
119
  transactionIndex?: `0x${string}` | null;
120
+ accessList?: undefined;
121
+ blobVersionedHashes?: undefined;
122
122
  chainId?: `0x${string}` | undefined;
123
123
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
124
124
  feeCurrency: `0x${string}` | null;
@@ -134,19 +134,19 @@ export declare const chainConfig: {
134
134
  maxFeePerBlobGas?: `0x${string}` | undefined;
135
135
  maxFeePerGas?: `0x${string}` | undefined;
136
136
  maxPriorityFeePerGas?: `0x${string}` | undefined;
137
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
137
138
  to?: `0x${string}` | null;
138
139
  from?: `0x${string}`;
139
140
  gas?: `0x${string}`;
140
141
  nonce?: `0x${string}`;
141
142
  value?: `0x${string}`;
142
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
143
- accessList?: undefined;
144
- blobVersionedHashes?: undefined;
145
143
  blockHash?: `0x${string}` | null;
146
144
  blockNumber?: `0x${string}` | null;
147
145
  hash?: `0x${string}`;
148
146
  input?: `0x${string}`;
149
147
  transactionIndex?: `0x${string}` | null;
148
+ accessList?: undefined;
149
+ blobVersionedHashes?: undefined;
150
150
  chainId?: `0x${string}` | undefined;
151
151
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
152
152
  feeCurrency: `0x${string}` | null;
@@ -162,19 +162,19 @@ export declare const chainConfig: {
162
162
  maxFeePerBlobGas?: `0x${string}` | undefined;
163
163
  maxFeePerGas?: `0x${string}` | undefined;
164
164
  maxPriorityFeePerGas?: `0x${string}` | undefined;
165
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
165
166
  to?: `0x${string}` | null;
166
167
  from?: `0x${string}`;
167
168
  gas?: `0x${string}`;
168
169
  nonce?: `0x${string}`;
169
170
  value?: `0x${string}`;
170
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
171
- accessList?: import("../index.js").AccessList | undefined;
172
- blobVersionedHashes?: undefined;
173
171
  blockHash?: `0x${string}` | null;
174
172
  blockNumber?: `0x${string}` | null;
175
173
  hash?: `0x${string}`;
176
174
  input?: `0x${string}`;
177
175
  transactionIndex?: `0x${string}` | null;
176
+ accessList?: import("../index.js").AccessList | undefined;
177
+ blobVersionedHashes?: undefined;
178
178
  chainId?: `0x${string}` | undefined;
179
179
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
180
180
  r: `0x${string}`;
@@ -213,19 +213,19 @@ export declare const chainConfig: {
213
213
  maxFeePerBlobGas?: `0x${string}` | undefined;
214
214
  maxFeePerGas?: `0x${string}` | undefined;
215
215
  maxPriorityFeePerGas?: `0x${string}` | undefined;
216
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
216
217
  to?: `0x${string}` | null;
217
218
  from?: `0x${string}`;
218
219
  gas?: `0x${string}`;
219
220
  nonce?: `0x${string}`;
220
221
  value?: `0x${string}`;
221
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
222
- accessList?: import("../index.js").AccessList | undefined;
223
- blobVersionedHashes?: undefined;
224
222
  blockHash?: `0x${string}` | null;
225
223
  blockNumber?: `0x${string}` | null;
226
224
  hash?: `0x${string}`;
227
225
  input?: `0x${string}`;
228
226
  transactionIndex?: `0x${string}` | null;
227
+ accessList?: import("../index.js").AccessList | undefined;
228
+ blobVersionedHashes?: undefined;
229
229
  chainId?: `0x${string}` | undefined;
230
230
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
231
231
  blockHash: `0x${string}` | null;
@@ -264,19 +264,19 @@ export declare const chainConfig: {
264
264
  maxFeePerBlobGas?: `0x${string}` | undefined;
265
265
  maxFeePerGas?: `0x${string}` | undefined;
266
266
  maxPriorityFeePerGas?: `0x${string}` | undefined;
267
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
267
268
  to?: `0x${string}` | null;
268
269
  from?: `0x${string}`;
269
270
  gas?: `0x${string}`;
270
271
  nonce?: `0x${string}`;
271
272
  value?: `0x${string}`;
272
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
273
- accessList?: import("../index.js").AccessList | undefined;
274
- blobVersionedHashes?: undefined;
275
273
  blockHash?: `0x${string}` | null;
276
274
  blockNumber?: `0x${string}` | null;
277
275
  hash?: `0x${string}`;
278
276
  input?: `0x${string}`;
279
277
  transactionIndex?: `0x${string}` | null;
278
+ accessList?: import("../index.js").AccessList | undefined;
279
+ blobVersionedHashes?: undefined;
280
280
  chainId?: `0x${string}` | undefined;
281
281
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
282
282
  blockHash: `0x${string}` | null;
@@ -315,19 +315,19 @@ export declare const chainConfig: {
315
315
  maxFeePerBlobGas?: `0x${string}` | undefined;
316
316
  maxFeePerGas?: `0x${string}` | undefined;
317
317
  maxPriorityFeePerGas?: `0x${string}` | undefined;
318
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
318
319
  to?: `0x${string}` | null;
319
320
  from?: `0x${string}`;
320
321
  gas?: `0x${string}`;
321
322
  nonce?: `0x${string}`;
322
323
  value?: `0x${string}`;
323
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
324
- accessList?: import("../index.js").AccessList | undefined;
325
- blobVersionedHashes?: undefined;
326
324
  blockHash?: `0x${string}` | null;
327
325
  blockNumber?: `0x${string}` | null;
328
326
  hash?: `0x${string}`;
329
327
  input?: `0x${string}`;
330
328
  transactionIndex?: `0x${string}` | null;
329
+ accessList?: import("../index.js").AccessList | undefined;
330
+ blobVersionedHashes?: undefined;
331
331
  chainId?: `0x${string}` | undefined;
332
332
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
333
333
  feeCurrency: `0x${string}` | null;
@@ -343,19 +343,19 @@ export declare const chainConfig: {
343
343
  maxFeePerBlobGas?: `0x${string}` | undefined;
344
344
  maxFeePerGas?: `0x${string}` | undefined;
345
345
  maxPriorityFeePerGas?: `0x${string}` | undefined;
346
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
346
347
  to?: `0x${string}` | null;
347
348
  from?: `0x${string}`;
348
349
  gas?: `0x${string}`;
349
350
  nonce?: `0x${string}`;
350
351
  value?: `0x${string}`;
351
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
352
- accessList?: import("../index.js").AccessList | undefined;
353
- blobVersionedHashes?: undefined;
354
352
  blockHash?: `0x${string}` | null;
355
353
  blockNumber?: `0x${string}` | null;
356
354
  hash?: `0x${string}`;
357
355
  input?: `0x${string}`;
358
356
  transactionIndex?: `0x${string}` | null;
357
+ accessList?: import("../index.js").AccessList | undefined;
358
+ blobVersionedHashes?: undefined;
359
359
  chainId?: `0x${string}` | undefined;
360
360
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
361
361
  feeCurrency: `0x${string}` | null;
@@ -371,19 +371,19 @@ export declare const chainConfig: {
371
371
  maxFeePerBlobGas?: `0x${string}` | undefined;
372
372
  maxFeePerGas?: `0x${string}` | undefined;
373
373
  maxPriorityFeePerGas?: `0x${string}` | undefined;
374
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
374
375
  to?: `0x${string}` | null;
375
376
  from?: `0x${string}`;
376
377
  gas?: `0x${string}`;
377
378
  nonce?: `0x${string}`;
378
379
  value?: `0x${string}`;
379
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
380
- accessList?: import("../index.js").AccessList | undefined;
381
- blobVersionedHashes?: undefined;
382
380
  blockHash?: `0x${string}` | null;
383
381
  blockNumber?: `0x${string}` | null;
384
382
  hash?: `0x${string}`;
385
383
  input?: `0x${string}`;
386
384
  transactionIndex?: `0x${string}` | null;
385
+ accessList?: import("../index.js").AccessList | undefined;
386
+ blobVersionedHashes?: undefined;
387
387
  chainId?: `0x${string}` | undefined;
388
388
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
389
389
  r: `0x${string}`;
@@ -422,19 +422,19 @@ export declare const chainConfig: {
422
422
  maxFeePerBlobGas?: `0x${string}` | undefined;
423
423
  maxFeePerGas?: `0x${string}` | undefined;
424
424
  maxPriorityFeePerGas?: `0x${string}` | undefined;
425
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
425
426
  to?: `0x${string}` | null;
426
427
  from?: `0x${string}`;
427
428
  gas?: `0x${string}`;
428
429
  nonce?: `0x${string}`;
429
430
  value?: `0x${string}`;
430
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
431
- accessList?: import("../index.js").AccessList | undefined;
432
- blobVersionedHashes?: undefined;
433
431
  blockHash?: `0x${string}` | null;
434
432
  blockNumber?: `0x${string}` | null;
435
433
  hash?: `0x${string}`;
436
434
  input?: `0x${string}`;
437
435
  transactionIndex?: `0x${string}` | null;
436
+ accessList?: import("../index.js").AccessList | undefined;
437
+ blobVersionedHashes?: undefined;
438
438
  chainId?: `0x${string}` | undefined;
439
439
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
440
440
  blockHash: `0x${string}` | null;
@@ -473,19 +473,19 @@ export declare const chainConfig: {
473
473
  maxFeePerBlobGas?: `0x${string}` | undefined;
474
474
  maxFeePerGas?: `0x${string}` | undefined;
475
475
  maxPriorityFeePerGas?: `0x${string}` | undefined;
476
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
476
477
  to?: `0x${string}` | null;
477
478
  from?: `0x${string}`;
478
479
  gas?: `0x${string}`;
479
480
  nonce?: `0x${string}`;
480
481
  value?: `0x${string}`;
481
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
482
- accessList?: import("../index.js").AccessList | undefined;
483
- blobVersionedHashes?: undefined;
484
482
  blockHash?: `0x${string}` | null;
485
483
  blockNumber?: `0x${string}` | null;
486
484
  hash?: `0x${string}`;
487
485
  input?: `0x${string}`;
488
486
  transactionIndex?: `0x${string}` | null;
487
+ accessList?: import("../index.js").AccessList | undefined;
488
+ blobVersionedHashes?: undefined;
489
489
  chainId?: `0x${string}` | undefined;
490
490
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
491
491
  blockHash: `0x${string}` | null;
@@ -524,19 +524,19 @@ export declare const chainConfig: {
524
524
  maxFeePerBlobGas?: `0x${string}` | undefined;
525
525
  maxFeePerGas?: `0x${string}` | undefined;
526
526
  maxPriorityFeePerGas?: `0x${string}` | undefined;
527
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
527
528
  to?: `0x${string}` | null;
528
529
  from?: `0x${string}`;
529
530
  gas?: `0x${string}`;
530
531
  nonce?: `0x${string}`;
531
532
  value?: `0x${string}`;
532
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
533
- accessList?: import("../index.js").AccessList | undefined;
534
- blobVersionedHashes?: undefined;
535
533
  blockHash?: `0x${string}` | null;
536
534
  blockNumber?: `0x${string}` | null;
537
535
  hash?: `0x${string}`;
538
536
  input?: `0x${string}`;
539
537
  transactionIndex?: `0x${string}` | null;
538
+ accessList?: import("../index.js").AccessList | undefined;
539
+ blobVersionedHashes?: undefined;
540
540
  chainId?: `0x${string}` | undefined;
541
541
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
542
542
  feeCurrency: `0x${string}` | null;
@@ -552,19 +552,19 @@ export declare const chainConfig: {
552
552
  maxFeePerBlobGas?: `0x${string}` | undefined;
553
553
  maxFeePerGas?: `0x${string}` | undefined;
554
554
  maxPriorityFeePerGas?: `0x${string}` | undefined;
555
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
555
556
  to?: `0x${string}` | null;
556
557
  from?: `0x${string}`;
557
558
  gas?: `0x${string}`;
558
559
  nonce?: `0x${string}`;
559
560
  value?: `0x${string}`;
560
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
561
- accessList?: import("../index.js").AccessList | undefined;
562
- blobVersionedHashes?: undefined;
563
561
  blockHash?: `0x${string}` | null;
564
562
  blockNumber?: `0x${string}` | null;
565
563
  hash?: `0x${string}`;
566
564
  input?: `0x${string}`;
567
565
  transactionIndex?: `0x${string}` | null;
566
+ accessList?: import("../index.js").AccessList | undefined;
567
+ blobVersionedHashes?: undefined;
568
568
  chainId?: `0x${string}` | undefined;
569
569
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
570
570
  feeCurrency: `0x${string}` | null;
@@ -580,19 +580,19 @@ export declare const chainConfig: {
580
580
  maxFeePerBlobGas?: `0x${string}` | undefined;
581
581
  maxFeePerGas?: `0x${string}` | undefined;
582
582
  maxPriorityFeePerGas?: `0x${string}` | undefined;
583
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
583
584
  to?: `0x${string}` | null;
584
585
  from?: `0x${string}`;
585
586
  gas?: `0x${string}`;
586
587
  nonce?: `0x${string}`;
587
588
  value?: `0x${string}`;
588
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
589
- accessList?: import("../index.js").AccessList | undefined;
590
- blobVersionedHashes?: `0x${string}`[] | undefined;
591
589
  blockHash?: `0x${string}` | null;
592
590
  blockNumber?: `0x${string}` | null;
593
591
  hash?: `0x${string}`;
594
592
  input?: `0x${string}`;
595
593
  transactionIndex?: `0x${string}` | null;
594
+ accessList?: import("../index.js").AccessList | undefined;
595
+ blobVersionedHashes?: `0x${string}`[] | undefined;
596
596
  chainId?: `0x${string}` | undefined;
597
597
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
598
598
  r: `0x${string}`;
@@ -631,19 +631,19 @@ export declare const chainConfig: {
631
631
  maxFeePerBlobGas?: `0x${string}` | undefined;
632
632
  maxFeePerGas?: `0x${string}` | undefined;
633
633
  maxPriorityFeePerGas?: `0x${string}` | undefined;
634
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
634
635
  to?: `0x${string}` | null;
635
636
  from?: `0x${string}`;
636
637
  gas?: `0x${string}`;
637
638
  nonce?: `0x${string}`;
638
639
  value?: `0x${string}`;
639
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
640
- accessList?: import("../index.js").AccessList | undefined;
641
- blobVersionedHashes?: `0x${string}`[] | undefined;
642
640
  blockHash?: `0x${string}` | null;
643
641
  blockNumber?: `0x${string}` | null;
644
642
  hash?: `0x${string}`;
645
643
  input?: `0x${string}`;
646
644
  transactionIndex?: `0x${string}` | null;
645
+ accessList?: import("../index.js").AccessList | undefined;
646
+ blobVersionedHashes?: `0x${string}`[] | undefined;
647
647
  chainId?: `0x${string}` | undefined;
648
648
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
649
649
  blockHash: `0x${string}` | null;
@@ -682,19 +682,19 @@ export declare const chainConfig: {
682
682
  maxFeePerBlobGas?: `0x${string}` | undefined;
683
683
  maxFeePerGas?: `0x${string}` | undefined;
684
684
  maxPriorityFeePerGas?: `0x${string}` | undefined;
685
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
685
686
  to?: `0x${string}` | null;
686
687
  from?: `0x${string}`;
687
688
  gas?: `0x${string}`;
688
689
  nonce?: `0x${string}`;
689
690
  value?: `0x${string}`;
690
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
691
- accessList?: import("../index.js").AccessList | undefined;
692
- blobVersionedHashes?: `0x${string}`[] | undefined;
693
691
  blockHash?: `0x${string}` | null;
694
692
  blockNumber?: `0x${string}` | null;
695
693
  hash?: `0x${string}`;
696
694
  input?: `0x${string}`;
697
695
  transactionIndex?: `0x${string}` | null;
696
+ accessList?: import("../index.js").AccessList | undefined;
697
+ blobVersionedHashes?: `0x${string}`[] | undefined;
698
698
  chainId?: `0x${string}` | undefined;
699
699
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
700
700
  blockHash: `0x${string}` | null;
@@ -733,19 +733,19 @@ export declare const chainConfig: {
733
733
  maxFeePerBlobGas?: `0x${string}` | undefined;
734
734
  maxFeePerGas?: `0x${string}` | undefined;
735
735
  maxPriorityFeePerGas?: `0x${string}` | undefined;
736
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
736
737
  to?: `0x${string}` | null;
737
738
  from?: `0x${string}`;
738
739
  gas?: `0x${string}`;
739
740
  nonce?: `0x${string}`;
740
741
  value?: `0x${string}`;
741
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
742
- accessList?: import("../index.js").AccessList | undefined;
743
- blobVersionedHashes?: `0x${string}`[] | undefined;
744
742
  blockHash?: `0x${string}` | null;
745
743
  blockNumber?: `0x${string}` | null;
746
744
  hash?: `0x${string}`;
747
745
  input?: `0x${string}`;
748
746
  transactionIndex?: `0x${string}` | null;
747
+ accessList?: import("../index.js").AccessList | undefined;
748
+ blobVersionedHashes?: `0x${string}`[] | undefined;
749
749
  chainId?: `0x${string}` | undefined;
750
750
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
751
751
  blockHash: `0x${string}` | null;
@@ -784,19 +784,19 @@ export declare const chainConfig: {
784
784
  maxFeePerBlobGas?: `0x${string}` | undefined;
785
785
  maxFeePerGas?: `0x${string}` | undefined;
786
786
  maxPriorityFeePerGas?: `0x${string}` | undefined;
787
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
787
788
  to?: `0x${string}` | null;
788
789
  from?: `0x${string}`;
789
790
  gas?: `0x${string}`;
790
791
  nonce?: `0x${string}`;
791
792
  value?: `0x${string}`;
792
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
793
- accessList?: import("../index.js").AccessList | undefined;
794
- blobVersionedHashes?: `0x${string}`[] | undefined;
795
793
  blockHash?: `0x${string}` | null;
796
794
  blockNumber?: `0x${string}` | null;
797
795
  hash?: `0x${string}`;
798
796
  input?: `0x${string}`;
799
797
  transactionIndex?: `0x${string}` | null;
798
+ accessList?: import("../index.js").AccessList | undefined;
799
+ blobVersionedHashes?: `0x${string}`[] | undefined;
800
800
  chainId?: `0x${string}` | undefined;
801
801
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
802
802
  feeCurrency: `0x${string}` | null;
@@ -812,19 +812,19 @@ export declare const chainConfig: {
812
812
  maxFeePerBlobGas?: `0x${string}` | undefined;
813
813
  maxFeePerGas?: `0x${string}` | undefined;
814
814
  maxPriorityFeePerGas?: `0x${string}` | undefined;
815
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
815
816
  to?: `0x${string}` | null;
816
817
  from?: `0x${string}`;
817
818
  gas?: `0x${string}`;
818
819
  nonce?: `0x${string}`;
819
820
  value?: `0x${string}`;
820
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
821
- accessList?: import("../index.js").AccessList | undefined;
822
- blobVersionedHashes?: `0x${string}`[] | undefined;
823
821
  blockHash?: `0x${string}` | null;
824
822
  blockNumber?: `0x${string}` | null;
825
823
  hash?: `0x${string}`;
826
824
  input?: `0x${string}`;
827
825
  transactionIndex?: `0x${string}` | null;
826
+ accessList?: import("../index.js").AccessList | undefined;
827
+ blobVersionedHashes?: `0x${string}`[] | undefined;
828
828
  chainId?: `0x${string}` | undefined;
829
829
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
830
830
  feeCurrency: `0x${string}` | null;
@@ -2315,19 +2315,19 @@ export declare const chainConfig: {
2315
2315
  maxFeePerBlobGas?: `0x${string}` | undefined;
2316
2316
  maxFeePerGas?: `0x${string}` | undefined;
2317
2317
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2318
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2318
2319
  to?: `0x${string}` | null;
2319
2320
  from?: `0x${string}`;
2320
2321
  gas?: `0x${string}`;
2321
2322
  nonce?: `0x${string}`;
2322
2323
  value?: `0x${string}`;
2323
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2324
- accessList?: undefined;
2325
- blobVersionedHashes?: undefined;
2326
2324
  blockHash?: `0x${string}` | null;
2327
2325
  blockNumber?: `0x${string}` | null;
2328
2326
  hash?: `0x${string}`;
2329
2327
  input?: `0x${string}`;
2330
2328
  transactionIndex?: `0x${string}` | null;
2329
+ accessList?: undefined;
2330
+ blobVersionedHashes?: undefined;
2331
2331
  chainId?: `0x${string}` | undefined;
2332
2332
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2333
2333
  r: `0x${string}`;
@@ -2366,19 +2366,19 @@ export declare const chainConfig: {
2366
2366
  maxFeePerBlobGas?: `0x${string}` | undefined;
2367
2367
  maxFeePerGas?: `0x${string}` | undefined;
2368
2368
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2369
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2369
2370
  to?: `0x${string}` | null;
2370
2371
  from?: `0x${string}`;
2371
2372
  gas?: `0x${string}`;
2372
2373
  nonce?: `0x${string}`;
2373
2374
  value?: `0x${string}`;
2374
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2375
- accessList?: undefined;
2376
- blobVersionedHashes?: undefined;
2377
2375
  blockHash?: `0x${string}` | null;
2378
2376
  blockNumber?: `0x${string}` | null;
2379
2377
  hash?: `0x${string}`;
2380
2378
  input?: `0x${string}`;
2381
2379
  transactionIndex?: `0x${string}` | null;
2380
+ accessList?: undefined;
2381
+ blobVersionedHashes?: undefined;
2382
2382
  chainId?: `0x${string}` | undefined;
2383
2383
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
2384
2384
  feeCurrency: `0x${string}` | null;
@@ -2394,19 +2394,19 @@ export declare const chainConfig: {
2394
2394
  maxFeePerBlobGas?: `0x${string}` | undefined;
2395
2395
  maxFeePerGas?: `0x${string}` | undefined;
2396
2396
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2397
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2397
2398
  to?: `0x${string}` | null;
2398
2399
  from?: `0x${string}`;
2399
2400
  gas?: `0x${string}`;
2400
2401
  nonce?: `0x${string}`;
2401
2402
  value?: `0x${string}`;
2402
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2403
- accessList?: undefined;
2404
- blobVersionedHashes?: undefined;
2405
2403
  blockHash?: `0x${string}` | null;
2406
2404
  blockNumber?: `0x${string}` | null;
2407
2405
  hash?: `0x${string}`;
2408
2406
  input?: `0x${string}`;
2409
2407
  transactionIndex?: `0x${string}` | null;
2408
+ accessList?: undefined;
2409
+ blobVersionedHashes?: undefined;
2410
2410
  chainId?: `0x${string}` | undefined;
2411
2411
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
2412
2412
  feeCurrency: `0x${string}` | null;
@@ -2422,19 +2422,19 @@ export declare const chainConfig: {
2422
2422
  maxFeePerBlobGas?: `0x${string}` | undefined;
2423
2423
  maxFeePerGas?: `0x${string}` | undefined;
2424
2424
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2425
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2425
2426
  to?: `0x${string}` | null;
2426
2427
  from?: `0x${string}`;
2427
2428
  gas?: `0x${string}`;
2428
2429
  nonce?: `0x${string}`;
2429
2430
  value?: `0x${string}`;
2430
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2431
- accessList?: import("../index.js").AccessList | undefined;
2432
- blobVersionedHashes?: undefined;
2433
2431
  blockHash?: `0x${string}` | null;
2434
2432
  blockNumber?: `0x${string}` | null;
2435
2433
  hash?: `0x${string}`;
2436
2434
  input?: `0x${string}`;
2437
2435
  transactionIndex?: `0x${string}` | null;
2436
+ accessList?: import("../index.js").AccessList | undefined;
2437
+ blobVersionedHashes?: undefined;
2438
2438
  chainId?: `0x${string}` | undefined;
2439
2439
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2440
2440
  r: `0x${string}`;
@@ -2473,19 +2473,19 @@ export declare const chainConfig: {
2473
2473
  maxFeePerBlobGas?: `0x${string}` | undefined;
2474
2474
  maxFeePerGas?: `0x${string}` | undefined;
2475
2475
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2476
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2476
2477
  to?: `0x${string}` | null;
2477
2478
  from?: `0x${string}`;
2478
2479
  gas?: `0x${string}`;
2479
2480
  nonce?: `0x${string}`;
2480
2481
  value?: `0x${string}`;
2481
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2482
- accessList?: import("../index.js").AccessList | undefined;
2483
- blobVersionedHashes?: undefined;
2484
2482
  blockHash?: `0x${string}` | null;
2485
2483
  blockNumber?: `0x${string}` | null;
2486
2484
  hash?: `0x${string}`;
2487
2485
  input?: `0x${string}`;
2488
2486
  transactionIndex?: `0x${string}` | null;
2487
+ accessList?: import("../index.js").AccessList | undefined;
2488
+ blobVersionedHashes?: undefined;
2489
2489
  chainId?: `0x${string}` | undefined;
2490
2490
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2491
2491
  blockHash: `0x${string}` | null;
@@ -2524,19 +2524,19 @@ export declare const chainConfig: {
2524
2524
  maxFeePerBlobGas?: `0x${string}` | undefined;
2525
2525
  maxFeePerGas?: `0x${string}` | undefined;
2526
2526
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2527
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2527
2528
  to?: `0x${string}` | null;
2528
2529
  from?: `0x${string}`;
2529
2530
  gas?: `0x${string}`;
2530
2531
  nonce?: `0x${string}`;
2531
2532
  value?: `0x${string}`;
2532
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2533
- accessList?: import("../index.js").AccessList | undefined;
2534
- blobVersionedHashes?: undefined;
2535
2533
  blockHash?: `0x${string}` | null;
2536
2534
  blockNumber?: `0x${string}` | null;
2537
2535
  hash?: `0x${string}`;
2538
2536
  input?: `0x${string}`;
2539
2537
  transactionIndex?: `0x${string}` | null;
2538
+ accessList?: import("../index.js").AccessList | undefined;
2539
+ blobVersionedHashes?: undefined;
2540
2540
  chainId?: `0x${string}` | undefined;
2541
2541
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2542
2542
  blockHash: `0x${string}` | null;
@@ -2575,19 +2575,19 @@ export declare const chainConfig: {
2575
2575
  maxFeePerBlobGas?: `0x${string}` | undefined;
2576
2576
  maxFeePerGas?: `0x${string}` | undefined;
2577
2577
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2578
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2578
2579
  to?: `0x${string}` | null;
2579
2580
  from?: `0x${string}`;
2580
2581
  gas?: `0x${string}`;
2581
2582
  nonce?: `0x${string}`;
2582
2583
  value?: `0x${string}`;
2583
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2584
- accessList?: import("../index.js").AccessList | undefined;
2585
- blobVersionedHashes?: undefined;
2586
2584
  blockHash?: `0x${string}` | null;
2587
2585
  blockNumber?: `0x${string}` | null;
2588
2586
  hash?: `0x${string}`;
2589
2587
  input?: `0x${string}`;
2590
2588
  transactionIndex?: `0x${string}` | null;
2589
+ accessList?: import("../index.js").AccessList | undefined;
2590
+ blobVersionedHashes?: undefined;
2591
2591
  chainId?: `0x${string}` | undefined;
2592
2592
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
2593
2593
  feeCurrency: `0x${string}` | null;
@@ -2603,19 +2603,19 @@ export declare const chainConfig: {
2603
2603
  maxFeePerBlobGas?: `0x${string}` | undefined;
2604
2604
  maxFeePerGas?: `0x${string}` | undefined;
2605
2605
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2606
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2606
2607
  to?: `0x${string}` | null;
2607
2608
  from?: `0x${string}`;
2608
2609
  gas?: `0x${string}`;
2609
2610
  nonce?: `0x${string}`;
2610
2611
  value?: `0x${string}`;
2611
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2612
- accessList?: import("../index.js").AccessList | undefined;
2613
- blobVersionedHashes?: undefined;
2614
2612
  blockHash?: `0x${string}` | null;
2615
2613
  blockNumber?: `0x${string}` | null;
2616
2614
  hash?: `0x${string}`;
2617
2615
  input?: `0x${string}`;
2618
2616
  transactionIndex?: `0x${string}` | null;
2617
+ accessList?: import("../index.js").AccessList | undefined;
2618
+ blobVersionedHashes?: undefined;
2619
2619
  chainId?: `0x${string}` | undefined;
2620
2620
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
2621
2621
  feeCurrency: `0x${string}` | null;
@@ -2631,19 +2631,19 @@ export declare const chainConfig: {
2631
2631
  maxFeePerBlobGas?: `0x${string}` | undefined;
2632
2632
  maxFeePerGas?: `0x${string}` | undefined;
2633
2633
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2634
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2634
2635
  to?: `0x${string}` | null;
2635
2636
  from?: `0x${string}`;
2636
2637
  gas?: `0x${string}`;
2637
2638
  nonce?: `0x${string}`;
2638
2639
  value?: `0x${string}`;
2639
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2640
- accessList?: import("../index.js").AccessList | undefined;
2641
- blobVersionedHashes?: undefined;
2642
2640
  blockHash?: `0x${string}` | null;
2643
2641
  blockNumber?: `0x${string}` | null;
2644
2642
  hash?: `0x${string}`;
2645
2643
  input?: `0x${string}`;
2646
2644
  transactionIndex?: `0x${string}` | null;
2645
+ accessList?: import("../index.js").AccessList | undefined;
2646
+ blobVersionedHashes?: undefined;
2647
2647
  chainId?: `0x${string}` | undefined;
2648
2648
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2649
2649
  r: `0x${string}`;
@@ -2682,19 +2682,19 @@ export declare const chainConfig: {
2682
2682
  maxFeePerBlobGas?: `0x${string}` | undefined;
2683
2683
  maxFeePerGas?: `0x${string}` | undefined;
2684
2684
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2685
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2685
2686
  to?: `0x${string}` | null;
2686
2687
  from?: `0x${string}`;
2687
2688
  gas?: `0x${string}`;
2688
2689
  nonce?: `0x${string}`;
2689
2690
  value?: `0x${string}`;
2690
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2691
- accessList?: import("../index.js").AccessList | undefined;
2692
- blobVersionedHashes?: undefined;
2693
2691
  blockHash?: `0x${string}` | null;
2694
2692
  blockNumber?: `0x${string}` | null;
2695
2693
  hash?: `0x${string}`;
2696
2694
  input?: `0x${string}`;
2697
2695
  transactionIndex?: `0x${string}` | null;
2696
+ accessList?: import("../index.js").AccessList | undefined;
2697
+ blobVersionedHashes?: undefined;
2698
2698
  chainId?: `0x${string}` | undefined;
2699
2699
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2700
2700
  blockHash: `0x${string}` | null;
@@ -2733,19 +2733,19 @@ export declare const chainConfig: {
2733
2733
  maxFeePerBlobGas?: `0x${string}` | undefined;
2734
2734
  maxFeePerGas?: `0x${string}` | undefined;
2735
2735
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2736
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2736
2737
  to?: `0x${string}` | null;
2737
2738
  from?: `0x${string}`;
2738
2739
  gas?: `0x${string}`;
2739
2740
  nonce?: `0x${string}`;
2740
2741
  value?: `0x${string}`;
2741
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2742
- accessList?: import("../index.js").AccessList | undefined;
2743
- blobVersionedHashes?: undefined;
2744
2742
  blockHash?: `0x${string}` | null;
2745
2743
  blockNumber?: `0x${string}` | null;
2746
2744
  hash?: `0x${string}`;
2747
2745
  input?: `0x${string}`;
2748
2746
  transactionIndex?: `0x${string}` | null;
2747
+ accessList?: import("../index.js").AccessList | undefined;
2748
+ blobVersionedHashes?: undefined;
2749
2749
  chainId?: `0x${string}` | undefined;
2750
2750
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2751
2751
  blockHash: `0x${string}` | null;
@@ -2784,19 +2784,19 @@ export declare const chainConfig: {
2784
2784
  maxFeePerBlobGas?: `0x${string}` | undefined;
2785
2785
  maxFeePerGas?: `0x${string}` | undefined;
2786
2786
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2787
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2787
2788
  to?: `0x${string}` | null;
2788
2789
  from?: `0x${string}`;
2789
2790
  gas?: `0x${string}`;
2790
2791
  nonce?: `0x${string}`;
2791
2792
  value?: `0x${string}`;
2792
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2793
- accessList?: import("../index.js").AccessList | undefined;
2794
- blobVersionedHashes?: undefined;
2795
2793
  blockHash?: `0x${string}` | null;
2796
2794
  blockNumber?: `0x${string}` | null;
2797
2795
  hash?: `0x${string}`;
2798
2796
  input?: `0x${string}`;
2799
2797
  transactionIndex?: `0x${string}` | null;
2798
+ accessList?: import("../index.js").AccessList | undefined;
2799
+ blobVersionedHashes?: undefined;
2800
2800
  chainId?: `0x${string}` | undefined;
2801
2801
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
2802
2802
  feeCurrency: `0x${string}` | null;
@@ -2812,19 +2812,19 @@ export declare const chainConfig: {
2812
2812
  maxFeePerBlobGas?: `0x${string}` | undefined;
2813
2813
  maxFeePerGas?: `0x${string}` | undefined;
2814
2814
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2815
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2815
2816
  to?: `0x${string}` | null;
2816
2817
  from?: `0x${string}`;
2817
2818
  gas?: `0x${string}`;
2818
2819
  nonce?: `0x${string}`;
2819
2820
  value?: `0x${string}`;
2820
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2821
- accessList?: import("../index.js").AccessList | undefined;
2822
- blobVersionedHashes?: undefined;
2823
2821
  blockHash?: `0x${string}` | null;
2824
2822
  blockNumber?: `0x${string}` | null;
2825
2823
  hash?: `0x${string}`;
2826
2824
  input?: `0x${string}`;
2827
2825
  transactionIndex?: `0x${string}` | null;
2826
+ accessList?: import("../index.js").AccessList | undefined;
2827
+ blobVersionedHashes?: undefined;
2828
2828
  chainId?: `0x${string}` | undefined;
2829
2829
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
2830
2830
  feeCurrency: `0x${string}` | null;
@@ -2840,19 +2840,19 @@ export declare const chainConfig: {
2840
2840
  maxFeePerBlobGas?: `0x${string}` | undefined;
2841
2841
  maxFeePerGas?: `0x${string}` | undefined;
2842
2842
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2843
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2843
2844
  to?: `0x${string}` | null;
2844
2845
  from?: `0x${string}`;
2845
2846
  gas?: `0x${string}`;
2846
2847
  nonce?: `0x${string}`;
2847
2848
  value?: `0x${string}`;
2848
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2849
- accessList?: import("../index.js").AccessList | undefined;
2850
- blobVersionedHashes?: `0x${string}`[] | undefined;
2851
2849
  blockHash?: `0x${string}` | null;
2852
2850
  blockNumber?: `0x${string}` | null;
2853
2851
  hash?: `0x${string}`;
2854
2852
  input?: `0x${string}`;
2855
2853
  transactionIndex?: `0x${string}` | null;
2854
+ accessList?: import("../index.js").AccessList | undefined;
2855
+ blobVersionedHashes?: `0x${string}`[] | undefined;
2856
2856
  chainId?: `0x${string}` | undefined;
2857
2857
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2858
2858
  r: `0x${string}`;
@@ -2891,19 +2891,19 @@ export declare const chainConfig: {
2891
2891
  maxFeePerBlobGas?: `0x${string}` | undefined;
2892
2892
  maxFeePerGas?: `0x${string}` | undefined;
2893
2893
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2894
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2894
2895
  to?: `0x${string}` | null;
2895
2896
  from?: `0x${string}`;
2896
2897
  gas?: `0x${string}`;
2897
2898
  nonce?: `0x${string}`;
2898
2899
  value?: `0x${string}`;
2899
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2900
- accessList?: import("../index.js").AccessList | undefined;
2901
- blobVersionedHashes?: `0x${string}`[] | undefined;
2902
2900
  blockHash?: `0x${string}` | null;
2903
2901
  blockNumber?: `0x${string}` | null;
2904
2902
  hash?: `0x${string}`;
2905
2903
  input?: `0x${string}`;
2906
2904
  transactionIndex?: `0x${string}` | null;
2905
+ accessList?: import("../index.js").AccessList | undefined;
2906
+ blobVersionedHashes?: `0x${string}`[] | undefined;
2907
2907
  chainId?: `0x${string}` | undefined;
2908
2908
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2909
2909
  blockHash: `0x${string}` | null;
@@ -2942,19 +2942,19 @@ export declare const chainConfig: {
2942
2942
  maxFeePerBlobGas?: `0x${string}` | undefined;
2943
2943
  maxFeePerGas?: `0x${string}` | undefined;
2944
2944
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2945
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2945
2946
  to?: `0x${string}` | null;
2946
2947
  from?: `0x${string}`;
2947
2948
  gas?: `0x${string}`;
2948
2949
  nonce?: `0x${string}`;
2949
2950
  value?: `0x${string}`;
2950
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2951
- accessList?: import("../index.js").AccessList | undefined;
2952
- blobVersionedHashes?: `0x${string}`[] | undefined;
2953
2951
  blockHash?: `0x${string}` | null;
2954
2952
  blockNumber?: `0x${string}` | null;
2955
2953
  hash?: `0x${string}`;
2956
2954
  input?: `0x${string}`;
2957
2955
  transactionIndex?: `0x${string}` | null;
2956
+ accessList?: import("../index.js").AccessList | undefined;
2957
+ blobVersionedHashes?: `0x${string}`[] | undefined;
2958
2958
  chainId?: `0x${string}` | undefined;
2959
2959
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2960
2960
  blockHash: `0x${string}` | null;
@@ -2993,19 +2993,19 @@ export declare const chainConfig: {
2993
2993
  maxFeePerBlobGas?: `0x${string}` | undefined;
2994
2994
  maxFeePerGas?: `0x${string}` | undefined;
2995
2995
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2996
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2996
2997
  to?: `0x${string}` | null;
2997
2998
  from?: `0x${string}`;
2998
2999
  gas?: `0x${string}`;
2999
3000
  nonce?: `0x${string}`;
3000
3001
  value?: `0x${string}`;
3001
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
3002
- accessList?: import("../index.js").AccessList | undefined;
3003
- blobVersionedHashes?: `0x${string}`[] | undefined;
3004
3002
  blockHash?: `0x${string}` | null;
3005
3003
  blockNumber?: `0x${string}` | null;
3006
3004
  hash?: `0x${string}`;
3007
3005
  input?: `0x${string}`;
3008
3006
  transactionIndex?: `0x${string}` | null;
3007
+ accessList?: import("../index.js").AccessList | undefined;
3008
+ blobVersionedHashes?: `0x${string}`[] | undefined;
3009
3009
  chainId?: `0x${string}` | undefined;
3010
3010
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
3011
3011
  blockHash: `0x${string}` | null;
@@ -3044,19 +3044,19 @@ export declare const chainConfig: {
3044
3044
  maxFeePerBlobGas?: `0x${string}` | undefined;
3045
3045
  maxFeePerGas?: `0x${string}` | undefined;
3046
3046
  maxPriorityFeePerGas?: `0x${string}` | undefined;
3047
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
3047
3048
  to?: `0x${string}` | null;
3048
3049
  from?: `0x${string}`;
3049
3050
  gas?: `0x${string}`;
3050
3051
  nonce?: `0x${string}`;
3051
3052
  value?: `0x${string}`;
3052
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
3053
- accessList?: import("../index.js").AccessList | undefined;
3054
- blobVersionedHashes?: `0x${string}`[] | undefined;
3055
3053
  blockHash?: `0x${string}` | null;
3056
3054
  blockNumber?: `0x${string}` | null;
3057
3055
  hash?: `0x${string}`;
3058
3056
  input?: `0x${string}`;
3059
3057
  transactionIndex?: `0x${string}` | null;
3058
+ accessList?: import("../index.js").AccessList | undefined;
3059
+ blobVersionedHashes?: `0x${string}`[] | undefined;
3060
3060
  chainId?: `0x${string}` | undefined;
3061
3061
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
3062
3062
  feeCurrency: `0x${string}` | null;
@@ -3072,19 +3072,19 @@ export declare const chainConfig: {
3072
3072
  maxFeePerBlobGas?: `0x${string}` | undefined;
3073
3073
  maxFeePerGas?: `0x${string}` | undefined;
3074
3074
  maxPriorityFeePerGas?: `0x${string}` | undefined;
3075
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
3075
3076
  to?: `0x${string}` | null;
3076
3077
  from?: `0x${string}`;
3077
3078
  gas?: `0x${string}`;
3078
3079
  nonce?: `0x${string}`;
3079
3080
  value?: `0x${string}`;
3080
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
3081
- accessList?: import("../index.js").AccessList | undefined;
3082
- blobVersionedHashes?: `0x${string}`[] | undefined;
3083
3081
  blockHash?: `0x${string}` | null;
3084
3082
  blockNumber?: `0x${string}` | null;
3085
3083
  hash?: `0x${string}`;
3086
3084
  input?: `0x${string}`;
3087
3085
  transactionIndex?: `0x${string}` | null;
3086
+ accessList?: import("../index.js").AccessList | undefined;
3087
+ blobVersionedHashes?: `0x${string}`[] | undefined;
3088
3088
  chainId?: `0x${string}` | undefined;
3089
3089
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
3090
3090
  feeCurrency: `0x${string}` | null;