viem 2.6.1 → 2.7.1
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.
- package/CHANGELOG.md +12 -0
- package/_cjs/actions/public/getTransaction.js.map +1 -1
- package/_cjs/actions/public/waitForTransactionReceipt.js +5 -5
- package/_cjs/actions/public/waitForTransactionReceipt.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/index.js.map +1 -1
- package/_cjs/utils/formatters/block.js +4 -0
- package/_cjs/utils/formatters/block.js.map +1 -1
- package/_cjs/utils/formatters/transaction.js +9 -0
- package/_cjs/utils/formatters/transaction.js.map +1 -1
- package/_cjs/utils/formatters/transactionReceipt.js +6 -1
- package/_cjs/utils/formatters/transactionReceipt.js.map +1 -1
- package/_cjs/utils/formatters/transactionRequest.js +1 -0
- package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
- package/_cjs/utils/promise/withRetry.js.map +1 -1
- package/_esm/actions/public/getTransaction.js.map +1 -1
- package/_esm/actions/public/waitForTransactionReceipt.js +7 -8
- package/_esm/actions/public/waitForTransactionReceipt.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/index.js.map +1 -1
- package/_esm/utils/formatters/block.js +4 -0
- package/_esm/utils/formatters/block.js.map +1 -1
- package/_esm/utils/formatters/transaction.js +9 -0
- package/_esm/utils/formatters/transaction.js.map +1 -1
- package/_esm/utils/formatters/transactionReceipt.js +6 -1
- package/_esm/utils/formatters/transactionReceipt.js.map +1 -1
- package/_esm/utils/formatters/transactionRequest.js +1 -0
- package/_esm/utils/formatters/transactionRequest.js.map +1 -1
- package/_esm/utils/promise/withRetry.js.map +1 -1
- package/_types/actions/public/getTransaction.d.ts +2 -1
- package/_types/actions/public/getTransaction.d.ts.map +1 -1
- package/_types/actions/public/waitForTransactionReceipt.d.ts +13 -1
- package/_types/actions/public/waitForTransactionReceipt.d.ts.map +1 -1
- package/_types/chains/celo/chainConfig.d.ts +375 -65
- package/_types/chains/celo/chainConfig.d.ts.map +1 -1
- package/_types/chains/celo/formatters.d.ts +375 -65
- package/_types/chains/celo/formatters.d.ts.map +1 -1
- package/_types/chains/definitions/base.d.ts +279 -49
- package/_types/chains/definitions/base.d.ts.map +1 -1
- package/_types/chains/definitions/baseGoerli.d.ts +279 -49
- package/_types/chains/definitions/baseGoerli.d.ts.map +1 -1
- package/_types/chains/definitions/baseSepolia.d.ts +279 -49
- package/_types/chains/definitions/baseSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/celo.d.ts +375 -65
- package/_types/chains/definitions/celo.d.ts.map +1 -1
- package/_types/chains/definitions/celoAlfajores.d.ts +375 -65
- package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
- package/_types/chains/definitions/optimism.d.ts +279 -49
- package/_types/chains/definitions/optimism.d.ts.map +1 -1
- package/_types/chains/definitions/optimismGoerli.d.ts +279 -49
- package/_types/chains/definitions/optimismGoerli.d.ts.map +1 -1
- package/_types/chains/definitions/optimismSepolia.d.ts +279 -49
- package/_types/chains/definitions/optimismSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/pgn.d.ts +279 -49
- package/_types/chains/definitions/pgn.d.ts.map +1 -1
- package/_types/chains/definitions/pgnTestnet.d.ts +279 -49
- package/_types/chains/definitions/pgnTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zkSync.d.ts +122 -6
- package/_types/chains/definitions/zkSync.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +122 -6
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncTestnet.d.ts +122 -6
- package/_types/chains/definitions/zkSyncTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zora.d.ts +279 -49
- package/_types/chains/definitions/zora.d.ts.map +1 -1
- package/_types/chains/definitions/zoraSepolia.d.ts +279 -49
- package/_types/chains/definitions/zoraSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/zoraTestnet.d.ts +279 -49
- package/_types/chains/definitions/zoraTestnet.d.ts.map +1 -1
- package/_types/chains/opStack/chainConfig.d.ts +279 -49
- package/_types/chains/opStack/chainConfig.d.ts.map +1 -1
- package/_types/chains/opStack/formatters.d.ts +279 -49
- package/_types/chains/opStack/formatters.d.ts.map +1 -1
- package/_types/chains/zksync/chainConfig.d.ts +122 -6
- package/_types/chains/zksync/chainConfig.d.ts.map +1 -1
- package/_types/chains/zksync/formatters.d.ts +122 -6
- package/_types/chains/zksync/formatters.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/index.d.ts +2 -2
- package/_types/index.d.ts.map +1 -1
- package/_types/types/block.d.ts +4 -0
- package/_types/types/block.d.ts.map +1 -1
- package/_types/types/fee.d.ts +9 -3
- package/_types/types/fee.d.ts.map +1 -1
- package/_types/types/rpc.d.ts +2 -2
- package/_types/types/rpc.d.ts.map +1 -1
- package/_types/types/transaction.d.ts +20 -5
- package/_types/types/transaction.d.ts.map +1 -1
- package/_types/utils/formatters/block.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +387 -2
- package/_types/utils/formatters/transaction.d.ts.map +1 -1
- package/_types/utils/formatters/transactionReceipt.d.ts.map +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +2 -1
- package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
- package/_types/utils/promise/withRetry.d.ts +4 -3
- package/_types/utils/promise/withRetry.d.ts.map +1 -1
- package/actions/public/getTransaction.ts +2 -1
- package/actions/public/waitForTransactionReceipt.ts +20 -7
- package/errors/version.ts +1 -1
- package/index.ts +2 -0
- package/package.json +1 -1
- package/types/block.ts +4 -0
- package/types/fee.ts +14 -2
- package/types/rpc.ts +3 -1
- package/types/transaction.ts +37 -6
- package/utils/formatters/block.ts +4 -0
- package/utils/formatters/transaction.ts +9 -0
- package/utils/formatters/transactionReceipt.ts +8 -1
- package/utils/formatters/transactionRequest.ts +1 -0
- package/utils/promise/withRetry.ts +16 -14
@@ -36,7 +36,9 @@ export declare const zkSync: {
|
|
36
36
|
transactions: `0x${string}`[] | import("../zksync/index.js").ZkSyncRpcTransaction[];
|
37
37
|
}>) => {
|
38
38
|
baseFeePerGas: bigint | null;
|
39
|
+
blobGasUsed: bigint;
|
39
40
|
difficulty: bigint;
|
41
|
+
excessBlobGas: bigint;
|
40
42
|
extraData: `0x${string}`;
|
41
43
|
gasLimit: bigint;
|
42
44
|
gasUsed: bigint;
|
@@ -67,10 +69,11 @@ export declare const zkSync: {
|
|
67
69
|
readonly transaction: {
|
68
70
|
exclude: [] | undefined;
|
69
71
|
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransaction>, import("../zksync/index.js").ZkSyncRpcTransaction>) => ({
|
72
|
+
gas: bigint;
|
73
|
+
value: bigint;
|
70
74
|
blockHash: `0x${string}` | null;
|
71
75
|
blockNumber: bigint | null;
|
72
76
|
from: `0x${string}`;
|
73
|
-
gas: bigint;
|
74
77
|
hash: `0x${string}`;
|
75
78
|
input: `0x${string}`;
|
76
79
|
nonce: number;
|
@@ -80,21 +83,23 @@ export declare const zkSync: {
|
|
80
83
|
transactionIndex: number | null;
|
81
84
|
typeHex: `0x${string}` | null;
|
82
85
|
v: bigint;
|
83
|
-
value: bigint;
|
84
86
|
gasPrice: bigint;
|
87
|
+
maxFeePerBlobGas?: undefined;
|
85
88
|
maxFeePerGas?: undefined;
|
86
89
|
maxPriorityFeePerGas?: undefined;
|
87
90
|
accessList?: undefined;
|
91
|
+
blobVersionedHashes?: undefined;
|
88
92
|
chainId?: number | undefined;
|
89
93
|
yParity?: undefined;
|
90
94
|
type: "legacy";
|
91
95
|
l1BatchNumber: bigint | null;
|
92
96
|
l1BatchTxIndex: bigint | null;
|
93
97
|
} | {
|
98
|
+
gas: bigint;
|
99
|
+
value: bigint;
|
94
100
|
blockHash: `0x${string}` | null;
|
95
101
|
blockNumber: bigint | null;
|
96
102
|
from: `0x${string}`;
|
97
|
-
gas: bigint;
|
98
103
|
hash: `0x${string}`;
|
99
104
|
input: `0x${string}`;
|
100
105
|
nonce: number;
|
@@ -104,21 +109,23 @@ export declare const zkSync: {
|
|
104
109
|
transactionIndex: number | null;
|
105
110
|
typeHex: `0x${string}` | null;
|
106
111
|
v: bigint;
|
107
|
-
value: bigint;
|
108
112
|
gasPrice: undefined;
|
113
|
+
maxFeePerBlobGas?: undefined;
|
109
114
|
maxFeePerGas: bigint;
|
110
115
|
maxPriorityFeePerGas: bigint;
|
111
116
|
accessList?: undefined;
|
117
|
+
blobVersionedHashes?: undefined;
|
112
118
|
chainId?: number | undefined;
|
113
119
|
yParity: number;
|
114
120
|
type: "priority";
|
115
121
|
l1BatchNumber: bigint | null;
|
116
122
|
l1BatchTxIndex: bigint | null;
|
117
123
|
} | {
|
124
|
+
gas: bigint;
|
125
|
+
value: bigint;
|
118
126
|
blockHash: `0x${string}` | null;
|
119
127
|
blockNumber: bigint | null;
|
120
128
|
from: `0x${string}`;
|
121
|
-
gas: bigint;
|
122
129
|
hash: `0x${string}`;
|
123
130
|
input: `0x${string}`;
|
124
131
|
nonce: number;
|
@@ -128,11 +135,12 @@ export declare const zkSync: {
|
|
128
135
|
transactionIndex: number | null;
|
129
136
|
typeHex: `0x${string}` | null;
|
130
137
|
v: bigint;
|
131
|
-
value: bigint;
|
132
138
|
gasPrice: undefined;
|
139
|
+
maxFeePerBlobGas?: undefined;
|
133
140
|
maxFeePerGas: bigint;
|
134
141
|
maxPriorityFeePerGas: bigint;
|
135
142
|
accessList?: undefined;
|
143
|
+
blobVersionedHashes?: undefined;
|
136
144
|
chainId?: number | undefined;
|
137
145
|
yParity: number;
|
138
146
|
type: "priority" | "eip712";
|
@@ -155,9 +163,11 @@ export declare const zkSync: {
|
|
155
163
|
value: bigint;
|
156
164
|
yParity: number;
|
157
165
|
gasPrice: bigint;
|
166
|
+
maxFeePerBlobGas?: undefined;
|
158
167
|
maxFeePerGas?: undefined;
|
159
168
|
maxPriorityFeePerGas?: undefined;
|
160
169
|
accessList: import("../../index.js").AccessList;
|
170
|
+
blobVersionedHashes?: undefined;
|
161
171
|
chainId: number;
|
162
172
|
type: "eip2930";
|
163
173
|
l1BatchNumber: bigint | null;
|
@@ -179,9 +189,11 @@ export declare const zkSync: {
|
|
179
189
|
value: bigint;
|
180
190
|
yParity: number;
|
181
191
|
gasPrice: undefined;
|
192
|
+
maxFeePerBlobGas?: undefined;
|
182
193
|
maxFeePerGas: bigint;
|
183
194
|
maxPriorityFeePerGas: bigint;
|
184
195
|
accessList: import("../../index.js").AccessList;
|
196
|
+
blobVersionedHashes?: undefined;
|
185
197
|
chainId: number;
|
186
198
|
type: "eip1559";
|
187
199
|
l1BatchNumber: bigint | null;
|
@@ -203,9 +215,11 @@ export declare const zkSync: {
|
|
203
215
|
value: bigint;
|
204
216
|
yParity: number;
|
205
217
|
gasPrice: undefined;
|
218
|
+
maxFeePerBlobGas?: undefined;
|
206
219
|
maxFeePerGas: bigint;
|
207
220
|
maxPriorityFeePerGas: bigint;
|
208
221
|
accessList: import("../../index.js").AccessList;
|
222
|
+
blobVersionedHashes?: undefined;
|
209
223
|
chainId: number;
|
210
224
|
type: "priority";
|
211
225
|
l1BatchNumber: bigint | null;
|
@@ -227,9 +241,11 @@ export declare const zkSync: {
|
|
227
241
|
value: bigint;
|
228
242
|
yParity: number;
|
229
243
|
gasPrice: undefined;
|
244
|
+
maxFeePerBlobGas?: undefined;
|
230
245
|
maxFeePerGas: bigint;
|
231
246
|
maxPriorityFeePerGas: bigint;
|
232
247
|
accessList: import("../../index.js").AccessList;
|
248
|
+
blobVersionedHashes?: undefined;
|
233
249
|
chainId: number;
|
234
250
|
type: "priority" | "eip712";
|
235
251
|
l1BatchNumber: bigint | null;
|
@@ -251,9 +267,11 @@ export declare const zkSync: {
|
|
251
267
|
value: bigint;
|
252
268
|
yParity: number;
|
253
269
|
gasPrice: bigint;
|
270
|
+
maxFeePerBlobGas?: undefined;
|
254
271
|
maxFeePerGas: undefined;
|
255
272
|
maxPriorityFeePerGas: undefined;
|
256
273
|
accessList: import("../../index.js").AccessList;
|
274
|
+
blobVersionedHashes?: undefined;
|
257
275
|
chainId: number;
|
258
276
|
type: "eip2930";
|
259
277
|
l1BatchNumber: bigint | null;
|
@@ -275,9 +293,11 @@ export declare const zkSync: {
|
|
275
293
|
value: bigint;
|
276
294
|
yParity: number;
|
277
295
|
gasPrice?: undefined;
|
296
|
+
maxFeePerBlobGas?: undefined;
|
278
297
|
maxFeePerGas: bigint;
|
279
298
|
maxPriorityFeePerGas: bigint;
|
280
299
|
accessList: import("../../index.js").AccessList;
|
300
|
+
blobVersionedHashes?: undefined;
|
281
301
|
chainId: number;
|
282
302
|
type: "eip1559";
|
283
303
|
l1BatchNumber: bigint | null;
|
@@ -299,9 +319,89 @@ export declare const zkSync: {
|
|
299
319
|
value: bigint;
|
300
320
|
yParity: number;
|
301
321
|
gasPrice?: undefined;
|
322
|
+
maxFeePerBlobGas?: undefined;
|
323
|
+
maxFeePerGas: bigint;
|
324
|
+
maxPriorityFeePerGas: bigint;
|
325
|
+
accessList: import("../../index.js").AccessList;
|
326
|
+
blobVersionedHashes?: undefined;
|
327
|
+
chainId: number;
|
328
|
+
type: "priority";
|
329
|
+
l1BatchNumber: bigint | null;
|
330
|
+
l1BatchTxIndex: bigint | null;
|
331
|
+
} | {
|
332
|
+
blockHash: `0x${string}` | null;
|
333
|
+
blockNumber: bigint | null;
|
334
|
+
from: `0x${string}`;
|
335
|
+
gas: bigint;
|
336
|
+
hash: `0x${string}`;
|
337
|
+
input: `0x${string}`;
|
338
|
+
nonce: number;
|
339
|
+
r: `0x${string}`;
|
340
|
+
s: `0x${string}`;
|
341
|
+
to: `0x${string}` | null;
|
342
|
+
transactionIndex: number | null;
|
343
|
+
typeHex: `0x${string}` | null;
|
344
|
+
v: bigint;
|
345
|
+
value: bigint;
|
346
|
+
yParity: number;
|
347
|
+
gasPrice?: undefined;
|
348
|
+
maxFeePerBlobGas?: undefined;
|
349
|
+
maxFeePerGas: bigint;
|
350
|
+
maxPriorityFeePerGas: bigint;
|
351
|
+
accessList: import("../../index.js").AccessList;
|
352
|
+
blobVersionedHashes?: undefined;
|
353
|
+
chainId: number;
|
354
|
+
type: "priority" | "eip712";
|
355
|
+
l1BatchNumber: bigint | null;
|
356
|
+
l1BatchTxIndex: bigint | null;
|
357
|
+
} | {
|
358
|
+
blockHash: `0x${string}` | null;
|
359
|
+
blockNumber: bigint | null;
|
360
|
+
from: `0x${string}`;
|
361
|
+
gas: bigint;
|
362
|
+
hash: `0x${string}`;
|
363
|
+
input: `0x${string}`;
|
364
|
+
nonce: number;
|
365
|
+
r: `0x${string}`;
|
366
|
+
s: `0x${string}`;
|
367
|
+
to: `0x${string}` | null;
|
368
|
+
transactionIndex: number | null;
|
369
|
+
typeHex: `0x${string}` | null;
|
370
|
+
v: bigint;
|
371
|
+
value: bigint;
|
372
|
+
yParity: number;
|
373
|
+
gasPrice?: undefined;
|
374
|
+
maxFeePerBlobGas: bigint;
|
375
|
+
maxFeePerGas: bigint;
|
376
|
+
maxPriorityFeePerGas: bigint;
|
377
|
+
accessList: import("../../index.js").AccessList;
|
378
|
+
blobVersionedHashes: `0x${string}`[];
|
379
|
+
chainId: number;
|
380
|
+
type: "eip4844";
|
381
|
+
l1BatchNumber: bigint | null;
|
382
|
+
l1BatchTxIndex: bigint | null;
|
383
|
+
} | {
|
384
|
+
blockHash: `0x${string}` | null;
|
385
|
+
blockNumber: bigint | null;
|
386
|
+
from: `0x${string}`;
|
387
|
+
gas: bigint;
|
388
|
+
hash: `0x${string}`;
|
389
|
+
input: `0x${string}`;
|
390
|
+
nonce: number;
|
391
|
+
r: `0x${string}`;
|
392
|
+
s: `0x${string}`;
|
393
|
+
to: `0x${string}` | null;
|
394
|
+
transactionIndex: number | null;
|
395
|
+
typeHex: `0x${string}` | null;
|
396
|
+
v: bigint;
|
397
|
+
value: bigint;
|
398
|
+
yParity: number;
|
399
|
+
gasPrice?: undefined;
|
400
|
+
maxFeePerBlobGas: undefined;
|
302
401
|
maxFeePerGas: bigint;
|
303
402
|
maxPriorityFeePerGas: bigint;
|
304
403
|
accessList: import("../../index.js").AccessList;
|
404
|
+
blobVersionedHashes: `0x${string}`[];
|
305
405
|
chainId: number;
|
306
406
|
type: "priority";
|
307
407
|
l1BatchNumber: bigint | null;
|
@@ -323,9 +423,11 @@ export declare const zkSync: {
|
|
323
423
|
value: bigint;
|
324
424
|
yParity: number;
|
325
425
|
gasPrice?: undefined;
|
426
|
+
maxFeePerBlobGas: undefined;
|
326
427
|
maxFeePerGas: bigint;
|
327
428
|
maxPriorityFeePerGas: bigint;
|
328
429
|
accessList: import("../../index.js").AccessList;
|
430
|
+
blobVersionedHashes: `0x${string}`[];
|
329
431
|
chainId: number;
|
330
432
|
type: "priority" | "eip712";
|
331
433
|
l1BatchNumber: bigint | null;
|
@@ -336,6 +438,8 @@ export declare const zkSync: {
|
|
336
438
|
readonly transactionReceipt: {
|
337
439
|
exclude: [] | undefined;
|
338
440
|
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../zksync/index.js").ZkSyncRpcTransactionReceiptOverrides>) => {
|
441
|
+
blobGasPrice?: bigint | undefined;
|
442
|
+
blobGasUsed?: bigint | undefined;
|
339
443
|
blockHash: `0x${string}`;
|
340
444
|
blockNumber: bigint;
|
341
445
|
contractAddress: `0x${string}` | null;
|
@@ -371,6 +475,7 @@ export declare const zkSync: {
|
|
371
475
|
maxPriorityFeePerGas?: undefined;
|
372
476
|
accessList?: undefined;
|
373
477
|
type?: "0x0" | undefined;
|
478
|
+
maxFeePerBlobGas?: undefined;
|
374
479
|
eip712Meta?: undefined;
|
375
480
|
} | {
|
376
481
|
data?: `0x${string}` | undefined;
|
@@ -384,6 +489,7 @@ export declare const zkSync: {
|
|
384
489
|
maxPriorityFeePerGas?: undefined;
|
385
490
|
accessList?: undefined;
|
386
491
|
type?: "0x1" | undefined;
|
492
|
+
maxFeePerBlobGas?: undefined;
|
387
493
|
eip712Meta?: undefined;
|
388
494
|
} | {
|
389
495
|
data?: `0x${string}` | undefined;
|
@@ -397,6 +503,7 @@ export declare const zkSync: {
|
|
397
503
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
398
504
|
accessList?: undefined;
|
399
505
|
type?: "0x2" | undefined;
|
506
|
+
maxFeePerBlobGas?: undefined;
|
400
507
|
eip712Meta?: undefined;
|
401
508
|
} | {
|
402
509
|
data?: `0x${string}` | undefined;
|
@@ -410,6 +517,7 @@ export declare const zkSync: {
|
|
410
517
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
411
518
|
accessList?: undefined;
|
412
519
|
type: "0xff" | "0x71";
|
520
|
+
maxFeePerBlobGas?: undefined;
|
413
521
|
eip712Meta: import("../zksync/index.js").ZkSyncEip712Meta;
|
414
522
|
} | {
|
415
523
|
data?: `0x${string}` | undefined;
|
@@ -423,6 +531,7 @@ export declare const zkSync: {
|
|
423
531
|
maxPriorityFeePerGas?: undefined;
|
424
532
|
accessList?: undefined;
|
425
533
|
type?: "0x0" | undefined;
|
534
|
+
maxFeePerBlobGas?: undefined;
|
426
535
|
eip712Meta?: undefined;
|
427
536
|
} | {
|
428
537
|
data?: `0x${string}` | undefined;
|
@@ -436,6 +545,7 @@ export declare const zkSync: {
|
|
436
545
|
maxPriorityFeePerGas?: undefined;
|
437
546
|
accessList?: import("../../index.js").AccessList | undefined;
|
438
547
|
type?: "0x1" | undefined;
|
548
|
+
maxFeePerBlobGas?: undefined;
|
439
549
|
eip712Meta?: undefined;
|
440
550
|
} | {
|
441
551
|
data?: `0x${string}` | undefined;
|
@@ -449,6 +559,7 @@ export declare const zkSync: {
|
|
449
559
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
450
560
|
accessList?: import("../../index.js").AccessList | undefined;
|
451
561
|
type?: "0x2" | undefined;
|
562
|
+
maxFeePerBlobGas?: undefined;
|
452
563
|
eip712Meta?: undefined;
|
453
564
|
} | {
|
454
565
|
data?: `0x${string}` | undefined;
|
@@ -462,6 +573,7 @@ export declare const zkSync: {
|
|
462
573
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
463
574
|
accessList?: import("../../index.js").AccessList | undefined;
|
464
575
|
type: "0xff" | "0x71";
|
576
|
+
maxFeePerBlobGas?: undefined;
|
465
577
|
eip712Meta: import("../zksync/index.js").ZkSyncEip712Meta;
|
466
578
|
} | {
|
467
579
|
data?: `0x${string}` | undefined;
|
@@ -475,6 +587,7 @@ export declare const zkSync: {
|
|
475
587
|
maxPriorityFeePerGas?: undefined;
|
476
588
|
accessList?: undefined;
|
477
589
|
type?: "0x0" | undefined;
|
590
|
+
maxFeePerBlobGas?: undefined;
|
478
591
|
eip712Meta?: undefined;
|
479
592
|
} | {
|
480
593
|
data?: `0x${string}` | undefined;
|
@@ -488,6 +601,7 @@ export declare const zkSync: {
|
|
488
601
|
maxPriorityFeePerGas?: undefined;
|
489
602
|
accessList?: import("../../index.js").AccessList | undefined;
|
490
603
|
type?: "0x1" | undefined;
|
604
|
+
maxFeePerBlobGas?: undefined;
|
491
605
|
eip712Meta?: undefined;
|
492
606
|
} | {
|
493
607
|
data?: `0x${string}` | undefined;
|
@@ -501,6 +615,7 @@ export declare const zkSync: {
|
|
501
615
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
502
616
|
accessList?: import("../../index.js").AccessList | undefined;
|
503
617
|
type?: "0x2" | undefined;
|
618
|
+
maxFeePerBlobGas?: undefined;
|
504
619
|
eip712Meta?: undefined;
|
505
620
|
} | {
|
506
621
|
data?: `0x${string}` | undefined;
|
@@ -514,6 +629,7 @@ export declare const zkSync: {
|
|
514
629
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
515
630
|
accessList?: import("../../index.js").AccessList | undefined;
|
516
631
|
type: "0xff" | "0x71";
|
632
|
+
maxFeePerBlobGas?: undefined;
|
517
633
|
eip712Meta: import("../zksync/index.js").ZkSyncEip712Meta;
|
518
634
|
}) & {
|
519
635
|
gasPerPubdata: never;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"zkSync.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zkSync.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM
|
1
|
+
{"version":3,"file":"zkSync.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zkSync.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BjB,CAAA"}
|