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
@@ -6,7 +6,9 @@ export declare const chainConfig: {
|
|
6
6
|
transactions: `0x${string}`[] | import("./index.js").ZkSyncRpcTransaction[];
|
7
7
|
}>) => {
|
8
8
|
baseFeePerGas: bigint | null;
|
9
|
+
blobGasUsed: bigint;
|
9
10
|
difficulty: bigint;
|
11
|
+
excessBlobGas: bigint;
|
10
12
|
extraData: `0x${string}`;
|
11
13
|
gasLimit: bigint;
|
12
14
|
gasUsed: bigint;
|
@@ -37,10 +39,11 @@ export declare const chainConfig: {
|
|
37
39
|
readonly transaction: {
|
38
40
|
exclude: [] | undefined;
|
39
41
|
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransaction>, import("./index.js").ZkSyncRpcTransaction>) => ({
|
42
|
+
gas: bigint;
|
43
|
+
value: bigint;
|
40
44
|
blockHash: `0x${string}` | null;
|
41
45
|
blockNumber: bigint | null;
|
42
46
|
from: `0x${string}`;
|
43
|
-
gas: bigint;
|
44
47
|
hash: `0x${string}`;
|
45
48
|
input: `0x${string}`;
|
46
49
|
nonce: number;
|
@@ -50,21 +53,23 @@ export declare const chainConfig: {
|
|
50
53
|
transactionIndex: number | null;
|
51
54
|
typeHex: `0x${string}` | null;
|
52
55
|
v: bigint;
|
53
|
-
value: bigint;
|
54
56
|
gasPrice: bigint;
|
57
|
+
maxFeePerBlobGas?: undefined;
|
55
58
|
maxFeePerGas?: undefined;
|
56
59
|
maxPriorityFeePerGas?: undefined;
|
57
60
|
accessList?: undefined;
|
61
|
+
blobVersionedHashes?: undefined;
|
58
62
|
chainId?: number | undefined;
|
59
63
|
yParity?: undefined;
|
60
64
|
type: "legacy";
|
61
65
|
l1BatchNumber: bigint | null;
|
62
66
|
l1BatchTxIndex: bigint | null;
|
63
67
|
} | {
|
68
|
+
gas: bigint;
|
69
|
+
value: bigint;
|
64
70
|
blockHash: `0x${string}` | null;
|
65
71
|
blockNumber: bigint | null;
|
66
72
|
from: `0x${string}`;
|
67
|
-
gas: bigint;
|
68
73
|
hash: `0x${string}`;
|
69
74
|
input: `0x${string}`;
|
70
75
|
nonce: number;
|
@@ -74,21 +79,23 @@ export declare const chainConfig: {
|
|
74
79
|
transactionIndex: number | null;
|
75
80
|
typeHex: `0x${string}` | null;
|
76
81
|
v: bigint;
|
77
|
-
value: bigint;
|
78
82
|
gasPrice: undefined;
|
83
|
+
maxFeePerBlobGas?: undefined;
|
79
84
|
maxFeePerGas: bigint;
|
80
85
|
maxPriorityFeePerGas: bigint;
|
81
86
|
accessList?: undefined;
|
87
|
+
blobVersionedHashes?: undefined;
|
82
88
|
chainId?: number | undefined;
|
83
89
|
yParity: number;
|
84
90
|
type: "priority";
|
85
91
|
l1BatchNumber: bigint | null;
|
86
92
|
l1BatchTxIndex: bigint | null;
|
87
93
|
} | {
|
94
|
+
gas: bigint;
|
95
|
+
value: bigint;
|
88
96
|
blockHash: `0x${string}` | null;
|
89
97
|
blockNumber: bigint | null;
|
90
98
|
from: `0x${string}`;
|
91
|
-
gas: bigint;
|
92
99
|
hash: `0x${string}`;
|
93
100
|
input: `0x${string}`;
|
94
101
|
nonce: number;
|
@@ -98,11 +105,12 @@ export declare const chainConfig: {
|
|
98
105
|
transactionIndex: number | null;
|
99
106
|
typeHex: `0x${string}` | null;
|
100
107
|
v: bigint;
|
101
|
-
value: bigint;
|
102
108
|
gasPrice: undefined;
|
109
|
+
maxFeePerBlobGas?: undefined;
|
103
110
|
maxFeePerGas: bigint;
|
104
111
|
maxPriorityFeePerGas: bigint;
|
105
112
|
accessList?: undefined;
|
113
|
+
blobVersionedHashes?: undefined;
|
106
114
|
chainId?: number | undefined;
|
107
115
|
yParity: number;
|
108
116
|
type: "priority" | "eip712";
|
@@ -125,9 +133,11 @@ export declare const chainConfig: {
|
|
125
133
|
value: bigint;
|
126
134
|
yParity: number;
|
127
135
|
gasPrice: bigint;
|
136
|
+
maxFeePerBlobGas?: undefined;
|
128
137
|
maxFeePerGas?: undefined;
|
129
138
|
maxPriorityFeePerGas?: undefined;
|
130
139
|
accessList: import("../../index.js").AccessList;
|
140
|
+
blobVersionedHashes?: undefined;
|
131
141
|
chainId: number;
|
132
142
|
type: "eip2930";
|
133
143
|
l1BatchNumber: bigint | null;
|
@@ -149,9 +159,11 @@ export declare const chainConfig: {
|
|
149
159
|
value: bigint;
|
150
160
|
yParity: number;
|
151
161
|
gasPrice: undefined;
|
162
|
+
maxFeePerBlobGas?: undefined;
|
152
163
|
maxFeePerGas: bigint;
|
153
164
|
maxPriorityFeePerGas: bigint;
|
154
165
|
accessList: import("../../index.js").AccessList;
|
166
|
+
blobVersionedHashes?: undefined;
|
155
167
|
chainId: number;
|
156
168
|
type: "eip1559";
|
157
169
|
l1BatchNumber: bigint | null;
|
@@ -173,9 +185,11 @@ export declare const chainConfig: {
|
|
173
185
|
value: bigint;
|
174
186
|
yParity: number;
|
175
187
|
gasPrice: undefined;
|
188
|
+
maxFeePerBlobGas?: undefined;
|
176
189
|
maxFeePerGas: bigint;
|
177
190
|
maxPriorityFeePerGas: bigint;
|
178
191
|
accessList: import("../../index.js").AccessList;
|
192
|
+
blobVersionedHashes?: undefined;
|
179
193
|
chainId: number;
|
180
194
|
type: "priority";
|
181
195
|
l1BatchNumber: bigint | null;
|
@@ -197,9 +211,11 @@ export declare const chainConfig: {
|
|
197
211
|
value: bigint;
|
198
212
|
yParity: number;
|
199
213
|
gasPrice: undefined;
|
214
|
+
maxFeePerBlobGas?: undefined;
|
200
215
|
maxFeePerGas: bigint;
|
201
216
|
maxPriorityFeePerGas: bigint;
|
202
217
|
accessList: import("../../index.js").AccessList;
|
218
|
+
blobVersionedHashes?: undefined;
|
203
219
|
chainId: number;
|
204
220
|
type: "priority" | "eip712";
|
205
221
|
l1BatchNumber: bigint | null;
|
@@ -221,9 +237,11 @@ export declare const chainConfig: {
|
|
221
237
|
value: bigint;
|
222
238
|
yParity: number;
|
223
239
|
gasPrice: bigint;
|
240
|
+
maxFeePerBlobGas?: undefined;
|
224
241
|
maxFeePerGas: undefined;
|
225
242
|
maxPriorityFeePerGas: undefined;
|
226
243
|
accessList: import("../../index.js").AccessList;
|
244
|
+
blobVersionedHashes?: undefined;
|
227
245
|
chainId: number;
|
228
246
|
type: "eip2930";
|
229
247
|
l1BatchNumber: bigint | null;
|
@@ -245,9 +263,11 @@ export declare const chainConfig: {
|
|
245
263
|
value: bigint;
|
246
264
|
yParity: number;
|
247
265
|
gasPrice?: undefined;
|
266
|
+
maxFeePerBlobGas?: undefined;
|
248
267
|
maxFeePerGas: bigint;
|
249
268
|
maxPriorityFeePerGas: bigint;
|
250
269
|
accessList: import("../../index.js").AccessList;
|
270
|
+
blobVersionedHashes?: undefined;
|
251
271
|
chainId: number;
|
252
272
|
type: "eip1559";
|
253
273
|
l1BatchNumber: bigint | null;
|
@@ -269,9 +289,89 @@ export declare const chainConfig: {
|
|
269
289
|
value: bigint;
|
270
290
|
yParity: number;
|
271
291
|
gasPrice?: undefined;
|
292
|
+
maxFeePerBlobGas?: undefined;
|
293
|
+
maxFeePerGas: bigint;
|
294
|
+
maxPriorityFeePerGas: bigint;
|
295
|
+
accessList: import("../../index.js").AccessList;
|
296
|
+
blobVersionedHashes?: undefined;
|
297
|
+
chainId: number;
|
298
|
+
type: "priority";
|
299
|
+
l1BatchNumber: bigint | null;
|
300
|
+
l1BatchTxIndex: bigint | null;
|
301
|
+
} | {
|
302
|
+
blockHash: `0x${string}` | null;
|
303
|
+
blockNumber: bigint | null;
|
304
|
+
from: `0x${string}`;
|
305
|
+
gas: bigint;
|
306
|
+
hash: `0x${string}`;
|
307
|
+
input: `0x${string}`;
|
308
|
+
nonce: number;
|
309
|
+
r: `0x${string}`;
|
310
|
+
s: `0x${string}`;
|
311
|
+
to: `0x${string}` | null;
|
312
|
+
transactionIndex: number | null;
|
313
|
+
typeHex: `0x${string}` | null;
|
314
|
+
v: bigint;
|
315
|
+
value: bigint;
|
316
|
+
yParity: number;
|
317
|
+
gasPrice?: undefined;
|
318
|
+
maxFeePerBlobGas?: undefined;
|
319
|
+
maxFeePerGas: bigint;
|
320
|
+
maxPriorityFeePerGas: bigint;
|
321
|
+
accessList: import("../../index.js").AccessList;
|
322
|
+
blobVersionedHashes?: undefined;
|
323
|
+
chainId: number;
|
324
|
+
type: "priority" | "eip712";
|
325
|
+
l1BatchNumber: bigint | null;
|
326
|
+
l1BatchTxIndex: bigint | null;
|
327
|
+
} | {
|
328
|
+
blockHash: `0x${string}` | null;
|
329
|
+
blockNumber: bigint | null;
|
330
|
+
from: `0x${string}`;
|
331
|
+
gas: bigint;
|
332
|
+
hash: `0x${string}`;
|
333
|
+
input: `0x${string}`;
|
334
|
+
nonce: number;
|
335
|
+
r: `0x${string}`;
|
336
|
+
s: `0x${string}`;
|
337
|
+
to: `0x${string}` | null;
|
338
|
+
transactionIndex: number | null;
|
339
|
+
typeHex: `0x${string}` | null;
|
340
|
+
v: bigint;
|
341
|
+
value: bigint;
|
342
|
+
yParity: number;
|
343
|
+
gasPrice?: undefined;
|
344
|
+
maxFeePerBlobGas: bigint;
|
345
|
+
maxFeePerGas: bigint;
|
346
|
+
maxPriorityFeePerGas: bigint;
|
347
|
+
accessList: import("../../index.js").AccessList;
|
348
|
+
blobVersionedHashes: `0x${string}`[];
|
349
|
+
chainId: number;
|
350
|
+
type: "eip4844";
|
351
|
+
l1BatchNumber: bigint | null;
|
352
|
+
l1BatchTxIndex: bigint | null;
|
353
|
+
} | {
|
354
|
+
blockHash: `0x${string}` | null;
|
355
|
+
blockNumber: bigint | null;
|
356
|
+
from: `0x${string}`;
|
357
|
+
gas: bigint;
|
358
|
+
hash: `0x${string}`;
|
359
|
+
input: `0x${string}`;
|
360
|
+
nonce: number;
|
361
|
+
r: `0x${string}`;
|
362
|
+
s: `0x${string}`;
|
363
|
+
to: `0x${string}` | null;
|
364
|
+
transactionIndex: number | null;
|
365
|
+
typeHex: `0x${string}` | null;
|
366
|
+
v: bigint;
|
367
|
+
value: bigint;
|
368
|
+
yParity: number;
|
369
|
+
gasPrice?: undefined;
|
370
|
+
maxFeePerBlobGas: undefined;
|
272
371
|
maxFeePerGas: bigint;
|
273
372
|
maxPriorityFeePerGas: bigint;
|
274
373
|
accessList: import("../../index.js").AccessList;
|
374
|
+
blobVersionedHashes: `0x${string}`[];
|
275
375
|
chainId: number;
|
276
376
|
type: "priority";
|
277
377
|
l1BatchNumber: bigint | null;
|
@@ -293,9 +393,11 @@ export declare const chainConfig: {
|
|
293
393
|
value: bigint;
|
294
394
|
yParity: number;
|
295
395
|
gasPrice?: undefined;
|
396
|
+
maxFeePerBlobGas: undefined;
|
296
397
|
maxFeePerGas: bigint;
|
297
398
|
maxPriorityFeePerGas: bigint;
|
298
399
|
accessList: import("../../index.js").AccessList;
|
400
|
+
blobVersionedHashes: `0x${string}`[];
|
299
401
|
chainId: number;
|
300
402
|
type: "priority" | "eip712";
|
301
403
|
l1BatchNumber: bigint | null;
|
@@ -306,6 +408,8 @@ export declare const chainConfig: {
|
|
306
408
|
readonly transactionReceipt: {
|
307
409
|
exclude: [] | undefined;
|
308
410
|
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("./index.js").ZkSyncRpcTransactionReceiptOverrides>) => {
|
411
|
+
blobGasPrice?: bigint | undefined;
|
412
|
+
blobGasUsed?: bigint | undefined;
|
309
413
|
blockHash: `0x${string}`;
|
310
414
|
blockNumber: bigint;
|
311
415
|
contractAddress: `0x${string}` | null;
|
@@ -341,6 +445,7 @@ export declare const chainConfig: {
|
|
341
445
|
maxPriorityFeePerGas?: undefined;
|
342
446
|
accessList?: undefined;
|
343
447
|
type?: "0x0" | undefined;
|
448
|
+
maxFeePerBlobGas?: undefined;
|
344
449
|
eip712Meta?: undefined;
|
345
450
|
} | {
|
346
451
|
data?: `0x${string}` | undefined;
|
@@ -354,6 +459,7 @@ export declare const chainConfig: {
|
|
354
459
|
maxPriorityFeePerGas?: undefined;
|
355
460
|
accessList?: undefined;
|
356
461
|
type?: "0x1" | undefined;
|
462
|
+
maxFeePerBlobGas?: undefined;
|
357
463
|
eip712Meta?: undefined;
|
358
464
|
} | {
|
359
465
|
data?: `0x${string}` | undefined;
|
@@ -367,6 +473,7 @@ export declare const chainConfig: {
|
|
367
473
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
368
474
|
accessList?: undefined;
|
369
475
|
type?: "0x2" | undefined;
|
476
|
+
maxFeePerBlobGas?: undefined;
|
370
477
|
eip712Meta?: undefined;
|
371
478
|
} | {
|
372
479
|
data?: `0x${string}` | undefined;
|
@@ -380,6 +487,7 @@ export declare const chainConfig: {
|
|
380
487
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
381
488
|
accessList?: undefined;
|
382
489
|
type: "0xff" | "0x71";
|
490
|
+
maxFeePerBlobGas?: undefined;
|
383
491
|
eip712Meta: import("./index.js").ZkSyncEip712Meta;
|
384
492
|
} | {
|
385
493
|
data?: `0x${string}` | undefined;
|
@@ -393,6 +501,7 @@ export declare const chainConfig: {
|
|
393
501
|
maxPriorityFeePerGas?: undefined;
|
394
502
|
accessList?: undefined;
|
395
503
|
type?: "0x0" | undefined;
|
504
|
+
maxFeePerBlobGas?: undefined;
|
396
505
|
eip712Meta?: undefined;
|
397
506
|
} | {
|
398
507
|
data?: `0x${string}` | undefined;
|
@@ -406,6 +515,7 @@ export declare const chainConfig: {
|
|
406
515
|
maxPriorityFeePerGas?: undefined;
|
407
516
|
accessList?: import("../../index.js").AccessList | undefined;
|
408
517
|
type?: "0x1" | undefined;
|
518
|
+
maxFeePerBlobGas?: undefined;
|
409
519
|
eip712Meta?: undefined;
|
410
520
|
} | {
|
411
521
|
data?: `0x${string}` | undefined;
|
@@ -419,6 +529,7 @@ export declare const chainConfig: {
|
|
419
529
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
420
530
|
accessList?: import("../../index.js").AccessList | undefined;
|
421
531
|
type?: "0x2" | undefined;
|
532
|
+
maxFeePerBlobGas?: undefined;
|
422
533
|
eip712Meta?: undefined;
|
423
534
|
} | {
|
424
535
|
data?: `0x${string}` | undefined;
|
@@ -432,6 +543,7 @@ export declare const chainConfig: {
|
|
432
543
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
433
544
|
accessList?: import("../../index.js").AccessList | undefined;
|
434
545
|
type: "0xff" | "0x71";
|
546
|
+
maxFeePerBlobGas?: undefined;
|
435
547
|
eip712Meta: import("./index.js").ZkSyncEip712Meta;
|
436
548
|
} | {
|
437
549
|
data?: `0x${string}` | undefined;
|
@@ -445,6 +557,7 @@ export declare const chainConfig: {
|
|
445
557
|
maxPriorityFeePerGas?: undefined;
|
446
558
|
accessList?: undefined;
|
447
559
|
type?: "0x0" | undefined;
|
560
|
+
maxFeePerBlobGas?: undefined;
|
448
561
|
eip712Meta?: undefined;
|
449
562
|
} | {
|
450
563
|
data?: `0x${string}` | undefined;
|
@@ -458,6 +571,7 @@ export declare const chainConfig: {
|
|
458
571
|
maxPriorityFeePerGas?: undefined;
|
459
572
|
accessList?: import("../../index.js").AccessList | undefined;
|
460
573
|
type?: "0x1" | undefined;
|
574
|
+
maxFeePerBlobGas?: undefined;
|
461
575
|
eip712Meta?: undefined;
|
462
576
|
} | {
|
463
577
|
data?: `0x${string}` | undefined;
|
@@ -471,6 +585,7 @@ export declare const chainConfig: {
|
|
471
585
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
472
586
|
accessList?: import("../../index.js").AccessList | undefined;
|
473
587
|
type?: "0x2" | undefined;
|
588
|
+
maxFeePerBlobGas?: undefined;
|
474
589
|
eip712Meta?: undefined;
|
475
590
|
} | {
|
476
591
|
data?: `0x${string}` | undefined;
|
@@ -484,6 +599,7 @@ export declare const chainConfig: {
|
|
484
599
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
485
600
|
accessList?: import("../../index.js").AccessList | undefined;
|
486
601
|
type: "0xff" | "0x71";
|
602
|
+
maxFeePerBlobGas?: undefined;
|
487
603
|
eip712Meta: import("./index.js").ZkSyncEip712Meta;
|
488
604
|
}) & {
|
489
605
|
gasPerPubdata: never;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"chainConfig.d.ts","sourceRoot":"","sources":["../../../chains/zksync/chainConfig.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW
|
1
|
+
{"version":3,"file":"chainConfig.d.ts","sourceRoot":"","sources":["../../../chains/zksync/chainConfig.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMd,CAAA"}
|