viem 2.6.1 → 2.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/_cjs/actions/public/getTransaction.js.map +1 -1
  3. package/_cjs/errors/version.js +1 -1
  4. package/_cjs/index.js.map +1 -1
  5. package/_cjs/utils/formatters/block.js +4 -0
  6. package/_cjs/utils/formatters/block.js.map +1 -1
  7. package/_cjs/utils/formatters/transaction.js +9 -0
  8. package/_cjs/utils/formatters/transaction.js.map +1 -1
  9. package/_cjs/utils/formatters/transactionReceipt.js +6 -1
  10. package/_cjs/utils/formatters/transactionReceipt.js.map +1 -1
  11. package/_cjs/utils/formatters/transactionRequest.js +1 -0
  12. package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
  13. package/_esm/actions/public/getTransaction.js.map +1 -1
  14. package/_esm/errors/version.js +1 -1
  15. package/_esm/index.js.map +1 -1
  16. package/_esm/utils/formatters/block.js +4 -0
  17. package/_esm/utils/formatters/block.js.map +1 -1
  18. package/_esm/utils/formatters/transaction.js +9 -0
  19. package/_esm/utils/formatters/transaction.js.map +1 -1
  20. package/_esm/utils/formatters/transactionReceipt.js +6 -1
  21. package/_esm/utils/formatters/transactionReceipt.js.map +1 -1
  22. package/_esm/utils/formatters/transactionRequest.js +1 -0
  23. package/_esm/utils/formatters/transactionRequest.js.map +1 -1
  24. package/_types/actions/public/getTransaction.d.ts +2 -1
  25. package/_types/actions/public/getTransaction.d.ts.map +1 -1
  26. package/_types/chains/celo/chainConfig.d.ts +375 -65
  27. package/_types/chains/celo/chainConfig.d.ts.map +1 -1
  28. package/_types/chains/celo/formatters.d.ts +375 -65
  29. package/_types/chains/celo/formatters.d.ts.map +1 -1
  30. package/_types/chains/definitions/base.d.ts +279 -49
  31. package/_types/chains/definitions/base.d.ts.map +1 -1
  32. package/_types/chains/definitions/baseGoerli.d.ts +279 -49
  33. package/_types/chains/definitions/baseGoerli.d.ts.map +1 -1
  34. package/_types/chains/definitions/baseSepolia.d.ts +279 -49
  35. package/_types/chains/definitions/baseSepolia.d.ts.map +1 -1
  36. package/_types/chains/definitions/celo.d.ts +375 -65
  37. package/_types/chains/definitions/celo.d.ts.map +1 -1
  38. package/_types/chains/definitions/celoAlfajores.d.ts +375 -65
  39. package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
  40. package/_types/chains/definitions/optimism.d.ts +279 -49
  41. package/_types/chains/definitions/optimism.d.ts.map +1 -1
  42. package/_types/chains/definitions/optimismGoerli.d.ts +279 -49
  43. package/_types/chains/definitions/optimismGoerli.d.ts.map +1 -1
  44. package/_types/chains/definitions/optimismSepolia.d.ts +279 -49
  45. package/_types/chains/definitions/optimismSepolia.d.ts.map +1 -1
  46. package/_types/chains/definitions/pgn.d.ts +279 -49
  47. package/_types/chains/definitions/pgn.d.ts.map +1 -1
  48. package/_types/chains/definitions/pgnTestnet.d.ts +279 -49
  49. package/_types/chains/definitions/pgnTestnet.d.ts.map +1 -1
  50. package/_types/chains/definitions/zkSync.d.ts +122 -6
  51. package/_types/chains/definitions/zkSync.d.ts.map +1 -1
  52. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +122 -6
  53. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts.map +1 -1
  54. package/_types/chains/definitions/zkSyncTestnet.d.ts +122 -6
  55. package/_types/chains/definitions/zkSyncTestnet.d.ts.map +1 -1
  56. package/_types/chains/definitions/zora.d.ts +279 -49
  57. package/_types/chains/definitions/zora.d.ts.map +1 -1
  58. package/_types/chains/definitions/zoraSepolia.d.ts +279 -49
  59. package/_types/chains/definitions/zoraSepolia.d.ts.map +1 -1
  60. package/_types/chains/definitions/zoraTestnet.d.ts +279 -49
  61. package/_types/chains/definitions/zoraTestnet.d.ts.map +1 -1
  62. package/_types/chains/opStack/chainConfig.d.ts +279 -49
  63. package/_types/chains/opStack/chainConfig.d.ts.map +1 -1
  64. package/_types/chains/opStack/formatters.d.ts +279 -49
  65. package/_types/chains/opStack/formatters.d.ts.map +1 -1
  66. package/_types/chains/zksync/chainConfig.d.ts +122 -6
  67. package/_types/chains/zksync/chainConfig.d.ts.map +1 -1
  68. package/_types/chains/zksync/formatters.d.ts +122 -6
  69. package/_types/chains/zksync/formatters.d.ts.map +1 -1
  70. package/_types/errors/version.d.ts +1 -1
  71. package/_types/index.d.ts +2 -2
  72. package/_types/index.d.ts.map +1 -1
  73. package/_types/types/block.d.ts +4 -0
  74. package/_types/types/block.d.ts.map +1 -1
  75. package/_types/types/fee.d.ts +9 -3
  76. package/_types/types/fee.d.ts.map +1 -1
  77. package/_types/types/rpc.d.ts +2 -2
  78. package/_types/types/rpc.d.ts.map +1 -1
  79. package/_types/types/transaction.d.ts +20 -5
  80. package/_types/types/transaction.d.ts.map +1 -1
  81. package/_types/utils/formatters/block.d.ts.map +1 -1
  82. package/_types/utils/formatters/transaction.d.ts +387 -2
  83. package/_types/utils/formatters/transaction.d.ts.map +1 -1
  84. package/_types/utils/formatters/transactionReceipt.d.ts.map +1 -1
  85. package/_types/utils/formatters/transactionRequest.d.ts +2 -1
  86. package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
  87. package/actions/public/getTransaction.ts +2 -1
  88. package/errors/version.ts +1 -1
  89. package/index.ts +2 -0
  90. package/package.json +1 -1
  91. package/types/block.ts +4 -0
  92. package/types/fee.ts +14 -2
  93. package/types/rpc.ts +3 -1
  94. package/types/transaction.ts +37 -6
  95. package/utils/formatters/block.ts +4 -0
  96. package/utils/formatters/transaction.ts +9 -0
  97. package/utils/formatters/transactionReceipt.ts +8 -1
  98. package/utils/formatters/transactionRequest.ts +1 -0
@@ -35,7 +35,9 @@ export declare const zkSyncSepoliaTestnet: {
35
35
  transactions: `0x${string}`[] | import("../zksync/index.js").ZkSyncRpcTransaction[];
36
36
  }>) => {
37
37
  baseFeePerGas: bigint | null;
38
+ blobGasUsed: bigint;
38
39
  difficulty: bigint;
40
+ excessBlobGas: bigint;
39
41
  extraData: `0x${string}`;
40
42
  gasLimit: bigint;
41
43
  gasUsed: bigint;
@@ -66,10 +68,11 @@ export declare const zkSyncSepoliaTestnet: {
66
68
  readonly transaction: {
67
69
  exclude: [] | undefined;
68
70
  format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransaction>, import("../zksync/index.js").ZkSyncRpcTransaction>) => ({
71
+ gas: bigint;
72
+ value: bigint;
69
73
  blockHash: `0x${string}` | null;
70
74
  blockNumber: bigint | null;
71
75
  from: `0x${string}`;
72
- gas: bigint;
73
76
  hash: `0x${string}`;
74
77
  input: `0x${string}`;
75
78
  nonce: number;
@@ -79,21 +82,23 @@ export declare const zkSyncSepoliaTestnet: {
79
82
  transactionIndex: number | null;
80
83
  typeHex: `0x${string}` | null;
81
84
  v: bigint;
82
- value: bigint;
83
85
  gasPrice: bigint;
86
+ maxFeePerBlobGas?: undefined;
84
87
  maxFeePerGas?: undefined;
85
88
  maxPriorityFeePerGas?: undefined;
86
89
  accessList?: undefined;
90
+ blobVersionedHashes?: undefined;
87
91
  chainId?: number | undefined;
88
92
  yParity?: undefined;
89
93
  type: "legacy";
90
94
  l1BatchNumber: bigint | null;
91
95
  l1BatchTxIndex: bigint | null;
92
96
  } | {
97
+ gas: bigint;
98
+ value: bigint;
93
99
  blockHash: `0x${string}` | null;
94
100
  blockNumber: bigint | null;
95
101
  from: `0x${string}`;
96
- gas: bigint;
97
102
  hash: `0x${string}`;
98
103
  input: `0x${string}`;
99
104
  nonce: number;
@@ -103,21 +108,23 @@ export declare const zkSyncSepoliaTestnet: {
103
108
  transactionIndex: number | null;
104
109
  typeHex: `0x${string}` | null;
105
110
  v: bigint;
106
- value: bigint;
107
111
  gasPrice: undefined;
112
+ maxFeePerBlobGas?: undefined;
108
113
  maxFeePerGas: bigint;
109
114
  maxPriorityFeePerGas: bigint;
110
115
  accessList?: undefined;
116
+ blobVersionedHashes?: undefined;
111
117
  chainId?: number | undefined;
112
118
  yParity: number;
113
119
  type: "priority";
114
120
  l1BatchNumber: bigint | null;
115
121
  l1BatchTxIndex: bigint | null;
116
122
  } | {
123
+ gas: bigint;
124
+ value: bigint;
117
125
  blockHash: `0x${string}` | null;
118
126
  blockNumber: bigint | null;
119
127
  from: `0x${string}`;
120
- gas: bigint;
121
128
  hash: `0x${string}`;
122
129
  input: `0x${string}`;
123
130
  nonce: number;
@@ -127,11 +134,12 @@ export declare const zkSyncSepoliaTestnet: {
127
134
  transactionIndex: number | null;
128
135
  typeHex: `0x${string}` | null;
129
136
  v: bigint;
130
- value: bigint;
131
137
  gasPrice: undefined;
138
+ maxFeePerBlobGas?: undefined;
132
139
  maxFeePerGas: bigint;
133
140
  maxPriorityFeePerGas: bigint;
134
141
  accessList?: undefined;
142
+ blobVersionedHashes?: undefined;
135
143
  chainId?: number | undefined;
136
144
  yParity: number;
137
145
  type: "priority" | "eip712";
@@ -154,9 +162,11 @@ export declare const zkSyncSepoliaTestnet: {
154
162
  value: bigint;
155
163
  yParity: number;
156
164
  gasPrice: bigint;
165
+ maxFeePerBlobGas?: undefined;
157
166
  maxFeePerGas?: undefined;
158
167
  maxPriorityFeePerGas?: undefined;
159
168
  accessList: import("../../index.js").AccessList;
169
+ blobVersionedHashes?: undefined;
160
170
  chainId: number;
161
171
  type: "eip2930";
162
172
  l1BatchNumber: bigint | null;
@@ -178,9 +188,11 @@ export declare const zkSyncSepoliaTestnet: {
178
188
  value: bigint;
179
189
  yParity: number;
180
190
  gasPrice: undefined;
191
+ maxFeePerBlobGas?: undefined;
181
192
  maxFeePerGas: bigint;
182
193
  maxPriorityFeePerGas: bigint;
183
194
  accessList: import("../../index.js").AccessList;
195
+ blobVersionedHashes?: undefined;
184
196
  chainId: number;
185
197
  type: "eip1559";
186
198
  l1BatchNumber: bigint | null;
@@ -202,9 +214,11 @@ export declare const zkSyncSepoliaTestnet: {
202
214
  value: bigint;
203
215
  yParity: number;
204
216
  gasPrice: undefined;
217
+ maxFeePerBlobGas?: undefined;
205
218
  maxFeePerGas: bigint;
206
219
  maxPriorityFeePerGas: bigint;
207
220
  accessList: import("../../index.js").AccessList;
221
+ blobVersionedHashes?: undefined;
208
222
  chainId: number;
209
223
  type: "priority";
210
224
  l1BatchNumber: bigint | null;
@@ -226,9 +240,11 @@ export declare const zkSyncSepoliaTestnet: {
226
240
  value: bigint;
227
241
  yParity: number;
228
242
  gasPrice: undefined;
243
+ maxFeePerBlobGas?: undefined;
229
244
  maxFeePerGas: bigint;
230
245
  maxPriorityFeePerGas: bigint;
231
246
  accessList: import("../../index.js").AccessList;
247
+ blobVersionedHashes?: undefined;
232
248
  chainId: number;
233
249
  type: "priority" | "eip712";
234
250
  l1BatchNumber: bigint | null;
@@ -250,9 +266,11 @@ export declare const zkSyncSepoliaTestnet: {
250
266
  value: bigint;
251
267
  yParity: number;
252
268
  gasPrice: bigint;
269
+ maxFeePerBlobGas?: undefined;
253
270
  maxFeePerGas: undefined;
254
271
  maxPriorityFeePerGas: undefined;
255
272
  accessList: import("../../index.js").AccessList;
273
+ blobVersionedHashes?: undefined;
256
274
  chainId: number;
257
275
  type: "eip2930";
258
276
  l1BatchNumber: bigint | null;
@@ -274,9 +292,11 @@ export declare const zkSyncSepoliaTestnet: {
274
292
  value: bigint;
275
293
  yParity: number;
276
294
  gasPrice?: undefined;
295
+ maxFeePerBlobGas?: undefined;
277
296
  maxFeePerGas: bigint;
278
297
  maxPriorityFeePerGas: bigint;
279
298
  accessList: import("../../index.js").AccessList;
299
+ blobVersionedHashes?: undefined;
280
300
  chainId: number;
281
301
  type: "eip1559";
282
302
  l1BatchNumber: bigint | null;
@@ -298,9 +318,89 @@ export declare const zkSyncSepoliaTestnet: {
298
318
  value: bigint;
299
319
  yParity: number;
300
320
  gasPrice?: undefined;
321
+ maxFeePerBlobGas?: undefined;
322
+ maxFeePerGas: bigint;
323
+ maxPriorityFeePerGas: bigint;
324
+ accessList: import("../../index.js").AccessList;
325
+ blobVersionedHashes?: undefined;
326
+ chainId: number;
327
+ type: "priority";
328
+ l1BatchNumber: bigint | null;
329
+ l1BatchTxIndex: bigint | null;
330
+ } | {
331
+ blockHash: `0x${string}` | null;
332
+ blockNumber: bigint | null;
333
+ from: `0x${string}`;
334
+ gas: bigint;
335
+ hash: `0x${string}`;
336
+ input: `0x${string}`;
337
+ nonce: number;
338
+ r: `0x${string}`;
339
+ s: `0x${string}`;
340
+ to: `0x${string}` | null;
341
+ transactionIndex: number | null;
342
+ typeHex: `0x${string}` | null;
343
+ v: bigint;
344
+ value: bigint;
345
+ yParity: number;
346
+ gasPrice?: undefined;
347
+ maxFeePerBlobGas?: undefined;
348
+ maxFeePerGas: bigint;
349
+ maxPriorityFeePerGas: bigint;
350
+ accessList: import("../../index.js").AccessList;
351
+ blobVersionedHashes?: undefined;
352
+ chainId: number;
353
+ type: "priority" | "eip712";
354
+ l1BatchNumber: bigint | null;
355
+ l1BatchTxIndex: bigint | null;
356
+ } | {
357
+ blockHash: `0x${string}` | null;
358
+ blockNumber: bigint | null;
359
+ from: `0x${string}`;
360
+ gas: bigint;
361
+ hash: `0x${string}`;
362
+ input: `0x${string}`;
363
+ nonce: number;
364
+ r: `0x${string}`;
365
+ s: `0x${string}`;
366
+ to: `0x${string}` | null;
367
+ transactionIndex: number | null;
368
+ typeHex: `0x${string}` | null;
369
+ v: bigint;
370
+ value: bigint;
371
+ yParity: number;
372
+ gasPrice?: undefined;
373
+ maxFeePerBlobGas: bigint;
374
+ maxFeePerGas: bigint;
375
+ maxPriorityFeePerGas: bigint;
376
+ accessList: import("../../index.js").AccessList;
377
+ blobVersionedHashes: `0x${string}`[];
378
+ chainId: number;
379
+ type: "eip4844";
380
+ l1BatchNumber: bigint | null;
381
+ l1BatchTxIndex: bigint | null;
382
+ } | {
383
+ blockHash: `0x${string}` | null;
384
+ blockNumber: bigint | null;
385
+ from: `0x${string}`;
386
+ gas: bigint;
387
+ hash: `0x${string}`;
388
+ input: `0x${string}`;
389
+ nonce: number;
390
+ r: `0x${string}`;
391
+ s: `0x${string}`;
392
+ to: `0x${string}` | null;
393
+ transactionIndex: number | null;
394
+ typeHex: `0x${string}` | null;
395
+ v: bigint;
396
+ value: bigint;
397
+ yParity: number;
398
+ gasPrice?: undefined;
399
+ maxFeePerBlobGas: undefined;
301
400
  maxFeePerGas: bigint;
302
401
  maxPriorityFeePerGas: bigint;
303
402
  accessList: import("../../index.js").AccessList;
403
+ blobVersionedHashes: `0x${string}`[];
304
404
  chainId: number;
305
405
  type: "priority";
306
406
  l1BatchNumber: bigint | null;
@@ -322,9 +422,11 @@ export declare const zkSyncSepoliaTestnet: {
322
422
  value: bigint;
323
423
  yParity: number;
324
424
  gasPrice?: undefined;
425
+ maxFeePerBlobGas: undefined;
325
426
  maxFeePerGas: bigint;
326
427
  maxPriorityFeePerGas: bigint;
327
428
  accessList: import("../../index.js").AccessList;
429
+ blobVersionedHashes: `0x${string}`[];
328
430
  chainId: number;
329
431
  type: "priority" | "eip712";
330
432
  l1BatchNumber: bigint | null;
@@ -335,6 +437,8 @@ export declare const zkSyncSepoliaTestnet: {
335
437
  readonly transactionReceipt: {
336
438
  exclude: [] | undefined;
337
439
  format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../zksync/index.js").ZkSyncRpcTransactionReceiptOverrides>) => {
440
+ blobGasPrice?: bigint | undefined;
441
+ blobGasUsed?: bigint | undefined;
338
442
  blockHash: `0x${string}`;
339
443
  blockNumber: bigint;
340
444
  contractAddress: `0x${string}` | null;
@@ -370,6 +474,7 @@ export declare const zkSyncSepoliaTestnet: {
370
474
  maxPriorityFeePerGas?: undefined;
371
475
  accessList?: undefined;
372
476
  type?: "0x0" | undefined;
477
+ maxFeePerBlobGas?: undefined;
373
478
  eip712Meta?: undefined;
374
479
  } | {
375
480
  data?: `0x${string}` | undefined;
@@ -383,6 +488,7 @@ export declare const zkSyncSepoliaTestnet: {
383
488
  maxPriorityFeePerGas?: undefined;
384
489
  accessList?: undefined;
385
490
  type?: "0x1" | undefined;
491
+ maxFeePerBlobGas?: undefined;
386
492
  eip712Meta?: undefined;
387
493
  } | {
388
494
  data?: `0x${string}` | undefined;
@@ -396,6 +502,7 @@ export declare const zkSyncSepoliaTestnet: {
396
502
  maxPriorityFeePerGas?: `0x${string}` | undefined;
397
503
  accessList?: undefined;
398
504
  type?: "0x2" | undefined;
505
+ maxFeePerBlobGas?: undefined;
399
506
  eip712Meta?: undefined;
400
507
  } | {
401
508
  data?: `0x${string}` | undefined;
@@ -409,6 +516,7 @@ export declare const zkSyncSepoliaTestnet: {
409
516
  maxPriorityFeePerGas?: `0x${string}` | undefined;
410
517
  accessList?: undefined;
411
518
  type: "0xff" | "0x71";
519
+ maxFeePerBlobGas?: undefined;
412
520
  eip712Meta: import("../zksync/index.js").ZkSyncEip712Meta;
413
521
  } | {
414
522
  data?: `0x${string}` | undefined;
@@ -422,6 +530,7 @@ export declare const zkSyncSepoliaTestnet: {
422
530
  maxPriorityFeePerGas?: undefined;
423
531
  accessList?: undefined;
424
532
  type?: "0x0" | undefined;
533
+ maxFeePerBlobGas?: undefined;
425
534
  eip712Meta?: undefined;
426
535
  } | {
427
536
  data?: `0x${string}` | undefined;
@@ -435,6 +544,7 @@ export declare const zkSyncSepoliaTestnet: {
435
544
  maxPriorityFeePerGas?: undefined;
436
545
  accessList?: import("../../index.js").AccessList | undefined;
437
546
  type?: "0x1" | undefined;
547
+ maxFeePerBlobGas?: undefined;
438
548
  eip712Meta?: undefined;
439
549
  } | {
440
550
  data?: `0x${string}` | undefined;
@@ -448,6 +558,7 @@ export declare const zkSyncSepoliaTestnet: {
448
558
  maxPriorityFeePerGas?: `0x${string}` | undefined;
449
559
  accessList?: import("../../index.js").AccessList | undefined;
450
560
  type?: "0x2" | undefined;
561
+ maxFeePerBlobGas?: undefined;
451
562
  eip712Meta?: undefined;
452
563
  } | {
453
564
  data?: `0x${string}` | undefined;
@@ -461,6 +572,7 @@ export declare const zkSyncSepoliaTestnet: {
461
572
  maxPriorityFeePerGas?: `0x${string}` | undefined;
462
573
  accessList?: import("../../index.js").AccessList | undefined;
463
574
  type: "0xff" | "0x71";
575
+ maxFeePerBlobGas?: undefined;
464
576
  eip712Meta: import("../zksync/index.js").ZkSyncEip712Meta;
465
577
  } | {
466
578
  data?: `0x${string}` | undefined;
@@ -474,6 +586,7 @@ export declare const zkSyncSepoliaTestnet: {
474
586
  maxPriorityFeePerGas?: undefined;
475
587
  accessList?: undefined;
476
588
  type?: "0x0" | undefined;
589
+ maxFeePerBlobGas?: undefined;
477
590
  eip712Meta?: undefined;
478
591
  } | {
479
592
  data?: `0x${string}` | undefined;
@@ -487,6 +600,7 @@ export declare const zkSyncSepoliaTestnet: {
487
600
  maxPriorityFeePerGas?: undefined;
488
601
  accessList?: import("../../index.js").AccessList | undefined;
489
602
  type?: "0x1" | undefined;
603
+ maxFeePerBlobGas?: undefined;
490
604
  eip712Meta?: undefined;
491
605
  } | {
492
606
  data?: `0x${string}` | undefined;
@@ -500,6 +614,7 @@ export declare const zkSyncSepoliaTestnet: {
500
614
  maxPriorityFeePerGas?: `0x${string}` | undefined;
501
615
  accessList?: import("../../index.js").AccessList | undefined;
502
616
  type?: "0x2" | undefined;
617
+ maxFeePerBlobGas?: undefined;
503
618
  eip712Meta?: undefined;
504
619
  } | {
505
620
  data?: `0x${string}` | undefined;
@@ -513,6 +628,7 @@ export declare const zkSyncSepoliaTestnet: {
513
628
  maxPriorityFeePerGas?: `0x${string}` | undefined;
514
629
  accessList?: import("../../index.js").AccessList | undefined;
515
630
  type: "0xff" | "0x71";
631
+ maxFeePerBlobGas?: undefined;
516
632
  eip712Meta: import("../zksync/index.js").ZkSyncEip712Meta;
517
633
  }) & {
518
634
  gasPerPubdata: never;
@@ -1 +1 @@
1
- {"version":3,"file":"zkSyncSepoliaTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zkSyncSepoliaTestnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwB/B,CAAA"}
1
+ {"version":3,"file":"zkSyncSepoliaTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zkSyncSepoliaTestnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwB/B,CAAA"}