@aztec/l1-artifacts 0.56.0 → 0.57.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.
- package/dest/FeeJuicePortalAbi.d.ts +14 -14
- package/dest/FeeJuicePortalAbi.d.ts.map +1 -1
- package/dest/FeeJuicePortalAbi.js +18 -19
- package/dest/FeeJuicePortalBytecode.d.ts +1 -1
- package/dest/FeeJuicePortalBytecode.d.ts.map +1 -1
- package/dest/FeeJuicePortalBytecode.js +2 -2
- package/dest/IProofCommitmentEscrowAbi.d.ts +181 -0
- package/dest/IProofCommitmentEscrowAbi.d.ts.map +1 -0
- package/dest/IProofCommitmentEscrowAbi.js +232 -0
- package/dest/IProofCommitmentEscrowBytecode.d.ts +5 -0
- package/dest/IProofCommitmentEscrowBytecode.d.ts.map +1 -0
- package/dest/IProofCommitmentEscrowBytecode.js +5 -0
- package/dest/IVerifierAbi.d.ts +23 -0
- package/dest/IVerifierAbi.d.ts.map +1 -0
- package/dest/IVerifierAbi.js +30 -0
- package/dest/IVerifierBytecode.d.ts +5 -0
- package/dest/IVerifierBytecode.d.ts.map +1 -0
- package/dest/IVerifierBytecode.js +5 -0
- package/dest/InboxAbi.d.ts +10 -0
- package/dest/InboxAbi.d.ts.map +1 -1
- package/dest/InboxAbi.js +14 -1
- package/dest/InboxBytecode.d.ts +1 -1
- package/dest/InboxBytecode.d.ts.map +1 -1
- package/dest/InboxBytecode.js +2 -2
- package/dest/MockVerifierBytecode.d.ts +1 -1
- package/dest/MockVerifierBytecode.d.ts.map +1 -1
- package/dest/MockVerifierBytecode.js +2 -2
- package/dest/OutboxBytecode.d.ts +1 -1
- package/dest/OutboxBytecode.d.ts.map +1 -1
- package/dest/OutboxBytecode.js +2 -2
- package/dest/ProofCommitmentEscrowAbi.d.ts +291 -0
- package/dest/ProofCommitmentEscrowAbi.d.ts.map +1 -0
- package/dest/ProofCommitmentEscrowAbi.js +379 -0
- package/dest/ProofCommitmentEscrowBytecode.d.ts +5 -0
- package/dest/ProofCommitmentEscrowBytecode.d.ts.map +1 -0
- package/dest/ProofCommitmentEscrowBytecode.js +5 -0
- package/dest/RegistryAbi.d.ts +16 -1
- package/dest/RegistryAbi.d.ts.map +1 -1
- package/dest/RegistryAbi.js +21 -2
- package/dest/RegistryBytecode.d.ts +1 -1
- package/dest/RegistryBytecode.d.ts.map +1 -1
- package/dest/RegistryBytecode.js +2 -2
- package/dest/RollupAbi.d.ts +431 -123
- package/dest/RollupAbi.d.ts.map +1 -1
- package/dest/RollupAbi.js +574 -173
- package/dest/RollupBytecode.d.ts +1 -1
- package/dest/RollupBytecode.d.ts.map +1 -1
- package/dest/RollupBytecode.js +2 -2
- package/dest/{PortalERC20Abi.d.ts → TestERC20Abi.d.ts} +3 -3
- package/dest/{PortalERC20Abi.d.ts.map → TestERC20Abi.d.ts.map} +1 -1
- package/dest/{PortalERC20Abi.js → TestERC20Abi.js} +3 -3
- package/{generated/PortalERC20Bytecode.ts → dest/TestERC20Bytecode.d.ts} +3 -2
- package/dest/TestERC20Bytecode.d.ts.map +1 -0
- package/dest/TestERC20Bytecode.js +5 -0
- package/dest/TokenPortalBytecode.d.ts +1 -1
- package/dest/TokenPortalBytecode.d.ts.map +1 -1
- package/dest/TokenPortalBytecode.js +2 -2
- package/dest/UniswapPortalBytecode.d.ts +1 -1
- package/dest/UniswapPortalBytecode.d.ts.map +1 -1
- package/dest/UniswapPortalBytecode.js +2 -2
- package/dest/index.d.ts +8 -2
- package/dest/index.d.ts.map +1 -1
- package/dest/index.js +9 -3
- package/generated/FeeJuicePortalAbi.ts +17 -18
- package/generated/FeeJuicePortalBytecode.ts +1 -1
- package/generated/IProofCommitmentEscrowAbi.ts +231 -0
- package/generated/IProofCommitmentEscrowBytecode.ts +4 -0
- package/generated/IVerifierAbi.ts +29 -0
- package/generated/IVerifierBytecode.ts +4 -0
- package/generated/InboxAbi.ts +13 -0
- package/generated/InboxBytecode.ts +1 -1
- package/generated/MockVerifierBytecode.ts +1 -1
- package/generated/OutboxBytecode.ts +1 -1
- package/generated/ProofCommitmentEscrowAbi.ts +378 -0
- package/generated/ProofCommitmentEscrowBytecode.ts +4 -0
- package/generated/RegistryAbi.ts +20 -1
- package/generated/RegistryBytecode.ts +1 -1
- package/generated/RollupAbi.ts +573 -172
- package/generated/RollupBytecode.ts +1 -1
- package/generated/{PortalERC20Abi.ts → TestERC20Abi.ts} +2 -2
- package/generated/TestERC20Bytecode.ts +4 -0
- package/generated/TokenPortalBytecode.ts +1 -1
- package/generated/UniswapPortalBytecode.ts +1 -1
- package/generated/index.ts +8 -2
- package/package.json +1 -1
- package/dest/PortalERC20Bytecode.d.ts +0 -5
- package/dest/PortalERC20Bytecode.d.ts.map +0 -1
- package/dest/PortalERC20Bytecode.js +0 -5
package/dest/RollupAbi.d.ts
CHANGED
|
@@ -4,10 +4,6 @@
|
|
|
4
4
|
export declare const RollupAbi: readonly [{
|
|
5
5
|
readonly type: "constructor";
|
|
6
6
|
readonly inputs: readonly [{
|
|
7
|
-
readonly name: "_registry";
|
|
8
|
-
readonly type: "address";
|
|
9
|
-
readonly internalType: "contract IRegistry";
|
|
10
|
-
}, {
|
|
11
7
|
readonly name: "_fpcJuicePortal";
|
|
12
8
|
readonly type: "address";
|
|
13
9
|
readonly internalType: "contract IFeeJuicePortal";
|
|
@@ -62,7 +58,7 @@ export declare const RollupAbi: readonly [{
|
|
|
62
58
|
readonly outputs: readonly [{
|
|
63
59
|
readonly name: "";
|
|
64
60
|
readonly type: "uint256";
|
|
65
|
-
readonly internalType: "
|
|
61
|
+
readonly internalType: "Timestamp";
|
|
66
62
|
}];
|
|
67
63
|
readonly stateMutability: "view";
|
|
68
64
|
}, {
|
|
@@ -115,16 +111,6 @@ export declare const RollupAbi: readonly [{
|
|
|
115
111
|
readonly internalType: "uint256";
|
|
116
112
|
}];
|
|
117
113
|
readonly stateMutability: "view";
|
|
118
|
-
}, {
|
|
119
|
-
readonly type: "function";
|
|
120
|
-
readonly name: "REGISTRY";
|
|
121
|
-
readonly inputs: readonly [];
|
|
122
|
-
readonly outputs: readonly [{
|
|
123
|
-
readonly name: "";
|
|
124
|
-
readonly type: "address";
|
|
125
|
-
readonly internalType: "contract IRegistry";
|
|
126
|
-
}];
|
|
127
|
-
readonly stateMutability: "view";
|
|
128
114
|
}, {
|
|
129
115
|
readonly type: "function";
|
|
130
116
|
readonly name: "SLOT_DURATION";
|
|
@@ -207,8 +193,8 @@ export declare const RollupAbi: readonly [{
|
|
|
207
193
|
readonly internalType: "bytes32";
|
|
208
194
|
}, {
|
|
209
195
|
readonly name: "slotNumber";
|
|
210
|
-
readonly type: "
|
|
211
|
-
readonly internalType: "
|
|
196
|
+
readonly type: "uint256";
|
|
197
|
+
readonly internalType: "Slot";
|
|
212
198
|
}];
|
|
213
199
|
readonly stateMutability: "view";
|
|
214
200
|
}, {
|
|
@@ -217,7 +203,7 @@ export declare const RollupAbi: readonly [{
|
|
|
217
203
|
readonly inputs: readonly [{
|
|
218
204
|
readonly name: "_ts";
|
|
219
205
|
readonly type: "uint256";
|
|
220
|
-
readonly internalType: "
|
|
206
|
+
readonly internalType: "Timestamp";
|
|
221
207
|
}, {
|
|
222
208
|
readonly name: "_archive";
|
|
223
209
|
readonly type: "bytes32";
|
|
@@ -226,7 +212,7 @@ export declare const RollupAbi: readonly [{
|
|
|
226
212
|
readonly outputs: readonly [{
|
|
227
213
|
readonly name: "";
|
|
228
214
|
readonly type: "uint256";
|
|
229
|
-
readonly internalType: "
|
|
215
|
+
readonly internalType: "Slot";
|
|
230
216
|
}, {
|
|
231
217
|
readonly name: "";
|
|
232
218
|
readonly type: "uint256";
|
|
@@ -239,8 +225,33 @@ export declare const RollupAbi: readonly [{
|
|
|
239
225
|
readonly inputs: readonly [{
|
|
240
226
|
readonly name: "_quote";
|
|
241
227
|
readonly type: "tuple";
|
|
242
|
-
readonly internalType: "struct
|
|
228
|
+
readonly internalType: "struct EpochProofQuoteLib.SignedEpochProofQuote";
|
|
243
229
|
readonly components: readonly [{
|
|
230
|
+
readonly name: "quote";
|
|
231
|
+
readonly type: "tuple";
|
|
232
|
+
readonly internalType: "struct EpochProofQuoteLib.EpochProofQuote";
|
|
233
|
+
readonly components: readonly [{
|
|
234
|
+
readonly name: "epochToProve";
|
|
235
|
+
readonly type: "uint256";
|
|
236
|
+
readonly internalType: "Epoch";
|
|
237
|
+
}, {
|
|
238
|
+
readonly name: "validUntilSlot";
|
|
239
|
+
readonly type: "uint256";
|
|
240
|
+
readonly internalType: "Slot";
|
|
241
|
+
}, {
|
|
242
|
+
readonly name: "bondAmount";
|
|
243
|
+
readonly type: "uint256";
|
|
244
|
+
readonly internalType: "uint256";
|
|
245
|
+
}, {
|
|
246
|
+
readonly name: "prover";
|
|
247
|
+
readonly type: "address";
|
|
248
|
+
readonly internalType: "address";
|
|
249
|
+
}, {
|
|
250
|
+
readonly name: "basisPointFee";
|
|
251
|
+
readonly type: "uint32";
|
|
252
|
+
readonly internalType: "uint32";
|
|
253
|
+
}];
|
|
254
|
+
}, {
|
|
244
255
|
readonly name: "signature";
|
|
245
256
|
readonly type: "tuple";
|
|
246
257
|
readonly internalType: "struct SignatureLib.Signature";
|
|
@@ -261,26 +272,6 @@ export declare const RollupAbi: readonly [{
|
|
|
261
272
|
readonly type: "bytes32";
|
|
262
273
|
readonly internalType: "bytes32";
|
|
263
274
|
}];
|
|
264
|
-
}, {
|
|
265
|
-
readonly name: "epochToProve";
|
|
266
|
-
readonly type: "uint256";
|
|
267
|
-
readonly internalType: "uint256";
|
|
268
|
-
}, {
|
|
269
|
-
readonly name: "validUntilSlot";
|
|
270
|
-
readonly type: "uint256";
|
|
271
|
-
readonly internalType: "uint256";
|
|
272
|
-
}, {
|
|
273
|
-
readonly name: "bondAmount";
|
|
274
|
-
readonly type: "uint256";
|
|
275
|
-
readonly internalType: "uint256";
|
|
276
|
-
}, {
|
|
277
|
-
readonly name: "prover";
|
|
278
|
-
readonly type: "address";
|
|
279
|
-
readonly internalType: "address";
|
|
280
|
-
}, {
|
|
281
|
-
readonly name: "basisPointFee";
|
|
282
|
-
readonly type: "uint32";
|
|
283
|
-
readonly internalType: "uint32";
|
|
284
275
|
}];
|
|
285
276
|
}];
|
|
286
277
|
readonly outputs: readonly [];
|
|
@@ -299,13 +290,57 @@ export declare const RollupAbi: readonly [{
|
|
|
299
290
|
readonly internalType: "bytes32";
|
|
300
291
|
}];
|
|
301
292
|
readonly stateMutability: "pure";
|
|
293
|
+
}, {
|
|
294
|
+
readonly type: "function";
|
|
295
|
+
readonly name: "eip712Domain";
|
|
296
|
+
readonly inputs: readonly [];
|
|
297
|
+
readonly outputs: readonly [{
|
|
298
|
+
readonly name: "fields";
|
|
299
|
+
readonly type: "bytes1";
|
|
300
|
+
readonly internalType: "bytes1";
|
|
301
|
+
}, {
|
|
302
|
+
readonly name: "name";
|
|
303
|
+
readonly type: "string";
|
|
304
|
+
readonly internalType: "string";
|
|
305
|
+
}, {
|
|
306
|
+
readonly name: "version";
|
|
307
|
+
readonly type: "string";
|
|
308
|
+
readonly internalType: "string";
|
|
309
|
+
}, {
|
|
310
|
+
readonly name: "chainId";
|
|
311
|
+
readonly type: "uint256";
|
|
312
|
+
readonly internalType: "uint256";
|
|
313
|
+
}, {
|
|
314
|
+
readonly name: "verifyingContract";
|
|
315
|
+
readonly type: "address";
|
|
316
|
+
readonly internalType: "address";
|
|
317
|
+
}, {
|
|
318
|
+
readonly name: "salt";
|
|
319
|
+
readonly type: "bytes32";
|
|
320
|
+
readonly internalType: "bytes32";
|
|
321
|
+
}, {
|
|
322
|
+
readonly name: "extensions";
|
|
323
|
+
readonly type: "uint256[]";
|
|
324
|
+
readonly internalType: "uint256[]";
|
|
325
|
+
}];
|
|
326
|
+
readonly stateMutability: "view";
|
|
327
|
+
}, {
|
|
328
|
+
readonly type: "function";
|
|
329
|
+
readonly name: "epochProofVerifier";
|
|
330
|
+
readonly inputs: readonly [];
|
|
331
|
+
readonly outputs: readonly [{
|
|
332
|
+
readonly name: "";
|
|
333
|
+
readonly type: "address";
|
|
334
|
+
readonly internalType: "contract IVerifier";
|
|
335
|
+
}];
|
|
336
|
+
readonly stateMutability: "view";
|
|
302
337
|
}, {
|
|
303
338
|
readonly type: "function";
|
|
304
339
|
readonly name: "epochs";
|
|
305
340
|
readonly inputs: readonly [{
|
|
306
|
-
readonly name: "
|
|
341
|
+
readonly name: "";
|
|
307
342
|
readonly type: "uint256";
|
|
308
|
-
readonly internalType: "
|
|
343
|
+
readonly internalType: "Epoch";
|
|
309
344
|
}];
|
|
310
345
|
readonly outputs: readonly [{
|
|
311
346
|
readonly name: "sampleSeed";
|
|
@@ -324,7 +359,7 @@ export declare const RollupAbi: readonly [{
|
|
|
324
359
|
readonly outputs: readonly [{
|
|
325
360
|
readonly name: "";
|
|
326
361
|
readonly type: "uint256";
|
|
327
|
-
readonly internalType: "
|
|
362
|
+
readonly internalType: "Epoch";
|
|
328
363
|
}];
|
|
329
364
|
readonly stateMutability: "view";
|
|
330
365
|
}, {
|
|
@@ -354,7 +389,7 @@ export declare const RollupAbi: readonly [{
|
|
|
354
389
|
readonly outputs: readonly [{
|
|
355
390
|
readonly name: "";
|
|
356
391
|
readonly type: "uint256";
|
|
357
|
-
readonly internalType: "
|
|
392
|
+
readonly internalType: "Slot";
|
|
358
393
|
}];
|
|
359
394
|
readonly stateMutability: "view";
|
|
360
395
|
}, {
|
|
@@ -363,21 +398,35 @@ export declare const RollupAbi: readonly [{
|
|
|
363
398
|
readonly inputs: readonly [{
|
|
364
399
|
readonly name: "_ts";
|
|
365
400
|
readonly type: "uint256";
|
|
366
|
-
readonly internalType: "
|
|
401
|
+
readonly internalType: "Timestamp";
|
|
367
402
|
}];
|
|
368
403
|
readonly outputs: readonly [{
|
|
369
404
|
readonly name: "";
|
|
370
405
|
readonly type: "uint256";
|
|
371
|
-
readonly internalType: "
|
|
406
|
+
readonly internalType: "Epoch";
|
|
372
407
|
}];
|
|
373
408
|
readonly stateMutability: "view";
|
|
409
|
+
}, {
|
|
410
|
+
readonly type: "function";
|
|
411
|
+
readonly name: "getEpochAtSlot";
|
|
412
|
+
readonly inputs: readonly [{
|
|
413
|
+
readonly name: "_slotNumber";
|
|
414
|
+
readonly type: "uint256";
|
|
415
|
+
readonly internalType: "Slot";
|
|
416
|
+
}];
|
|
417
|
+
readonly outputs: readonly [{
|
|
418
|
+
readonly name: "";
|
|
419
|
+
readonly type: "uint256";
|
|
420
|
+
readonly internalType: "Epoch";
|
|
421
|
+
}];
|
|
422
|
+
readonly stateMutability: "pure";
|
|
374
423
|
}, {
|
|
375
424
|
readonly type: "function";
|
|
376
425
|
readonly name: "getEpochCommittee";
|
|
377
426
|
readonly inputs: readonly [{
|
|
378
427
|
readonly name: "_epoch";
|
|
379
428
|
readonly type: "uint256";
|
|
380
|
-
readonly internalType: "
|
|
429
|
+
readonly internalType: "Epoch";
|
|
381
430
|
}];
|
|
382
431
|
readonly outputs: readonly [{
|
|
383
432
|
readonly name: "";
|
|
@@ -385,6 +434,46 @@ export declare const RollupAbi: readonly [{
|
|
|
385
434
|
readonly internalType: "address[]";
|
|
386
435
|
}];
|
|
387
436
|
readonly stateMutability: "view";
|
|
437
|
+
}, {
|
|
438
|
+
readonly type: "function";
|
|
439
|
+
readonly name: "getEpochForBlock";
|
|
440
|
+
readonly inputs: readonly [{
|
|
441
|
+
readonly name: "blockNumber";
|
|
442
|
+
readonly type: "uint256";
|
|
443
|
+
readonly internalType: "uint256";
|
|
444
|
+
}];
|
|
445
|
+
readonly outputs: readonly [{
|
|
446
|
+
readonly name: "";
|
|
447
|
+
readonly type: "uint256";
|
|
448
|
+
readonly internalType: "Epoch";
|
|
449
|
+
}];
|
|
450
|
+
readonly stateMutability: "view";
|
|
451
|
+
}, {
|
|
452
|
+
readonly type: "function";
|
|
453
|
+
readonly name: "getEpochProofPublicInputs";
|
|
454
|
+
readonly inputs: readonly [{
|
|
455
|
+
readonly name: "_epochSize";
|
|
456
|
+
readonly type: "uint256";
|
|
457
|
+
readonly internalType: "uint256";
|
|
458
|
+
}, {
|
|
459
|
+
readonly name: "_args";
|
|
460
|
+
readonly type: "bytes32[7]";
|
|
461
|
+
readonly internalType: "bytes32[7]";
|
|
462
|
+
}, {
|
|
463
|
+
readonly name: "_fees";
|
|
464
|
+
readonly type: "bytes32[64]";
|
|
465
|
+
readonly internalType: "bytes32[64]";
|
|
466
|
+
}, {
|
|
467
|
+
readonly name: "_aggregationObject";
|
|
468
|
+
readonly type: "bytes";
|
|
469
|
+
readonly internalType: "bytes";
|
|
470
|
+
}];
|
|
471
|
+
readonly outputs: readonly [{
|
|
472
|
+
readonly name: "";
|
|
473
|
+
readonly type: "bytes32[]";
|
|
474
|
+
readonly internalType: "bytes32[]";
|
|
475
|
+
}];
|
|
476
|
+
readonly stateMutability: "view";
|
|
388
477
|
}, {
|
|
389
478
|
readonly type: "function";
|
|
390
479
|
readonly name: "getEpochToProve";
|
|
@@ -392,7 +481,7 @@ export declare const RollupAbi: readonly [{
|
|
|
392
481
|
readonly outputs: readonly [{
|
|
393
482
|
readonly name: "";
|
|
394
483
|
readonly type: "uint256";
|
|
395
|
-
readonly internalType: "
|
|
484
|
+
readonly internalType: "Epoch";
|
|
396
485
|
}];
|
|
397
486
|
readonly stateMutability: "view";
|
|
398
487
|
}, {
|
|
@@ -411,7 +500,7 @@ export declare const RollupAbi: readonly [{
|
|
|
411
500
|
readonly inputs: readonly [{
|
|
412
501
|
readonly name: "_ts";
|
|
413
502
|
readonly type: "uint256";
|
|
414
|
-
readonly internalType: "
|
|
503
|
+
readonly internalType: "Timestamp";
|
|
415
504
|
}];
|
|
416
505
|
readonly outputs: readonly [{
|
|
417
506
|
readonly name: "";
|
|
@@ -435,12 +524,12 @@ export declare const RollupAbi: readonly [{
|
|
|
435
524
|
readonly inputs: readonly [{
|
|
436
525
|
readonly name: "_ts";
|
|
437
526
|
readonly type: "uint256";
|
|
438
|
-
readonly internalType: "
|
|
527
|
+
readonly internalType: "Timestamp";
|
|
439
528
|
}];
|
|
440
529
|
readonly outputs: readonly [{
|
|
441
530
|
readonly name: "";
|
|
442
531
|
readonly type: "uint256";
|
|
443
|
-
readonly internalType: "
|
|
532
|
+
readonly internalType: "Slot";
|
|
444
533
|
}];
|
|
445
534
|
readonly stateMutability: "view";
|
|
446
535
|
}, {
|
|
@@ -449,12 +538,12 @@ export declare const RollupAbi: readonly [{
|
|
|
449
538
|
readonly inputs: readonly [{
|
|
450
539
|
readonly name: "_slotNumber";
|
|
451
540
|
readonly type: "uint256";
|
|
452
|
-
readonly internalType: "
|
|
541
|
+
readonly internalType: "Slot";
|
|
453
542
|
}];
|
|
454
543
|
readonly outputs: readonly [{
|
|
455
544
|
readonly name: "";
|
|
456
545
|
readonly type: "uint256";
|
|
457
|
-
readonly internalType: "
|
|
546
|
+
readonly internalType: "Timestamp";
|
|
458
547
|
}];
|
|
459
548
|
readonly stateMutability: "view";
|
|
460
549
|
}, {
|
|
@@ -505,6 +594,16 @@ export declare const RollupAbi: readonly [{
|
|
|
505
594
|
readonly internalType: "bool";
|
|
506
595
|
}];
|
|
507
596
|
readonly stateMutability: "view";
|
|
597
|
+
}, {
|
|
598
|
+
readonly type: "function";
|
|
599
|
+
readonly name: "nextEpochToClaim";
|
|
600
|
+
readonly inputs: readonly [];
|
|
601
|
+
readonly outputs: readonly [{
|
|
602
|
+
readonly name: "";
|
|
603
|
+
readonly type: "uint256";
|
|
604
|
+
readonly internalType: "Epoch";
|
|
605
|
+
}];
|
|
606
|
+
readonly stateMutability: "view";
|
|
508
607
|
}, {
|
|
509
608
|
readonly type: "function";
|
|
510
609
|
readonly name: "owner";
|
|
@@ -522,7 +621,7 @@ export declare const RollupAbi: readonly [{
|
|
|
522
621
|
readonly outputs: readonly [{
|
|
523
622
|
readonly name: "epochToProve";
|
|
524
623
|
readonly type: "uint256";
|
|
525
|
-
readonly internalType: "
|
|
624
|
+
readonly internalType: "Epoch";
|
|
526
625
|
}, {
|
|
527
626
|
readonly name: "basisPointFee";
|
|
528
627
|
readonly type: "uint256";
|
|
@@ -588,12 +687,145 @@ export declare const RollupAbi: readonly [{
|
|
|
588
687
|
}];
|
|
589
688
|
readonly outputs: readonly [];
|
|
590
689
|
readonly stateMutability: "nonpayable";
|
|
690
|
+
}, {
|
|
691
|
+
readonly type: "function";
|
|
692
|
+
readonly name: "proposeAndClaim";
|
|
693
|
+
readonly inputs: readonly [{
|
|
694
|
+
readonly name: "_header";
|
|
695
|
+
readonly type: "bytes";
|
|
696
|
+
readonly internalType: "bytes";
|
|
697
|
+
}, {
|
|
698
|
+
readonly name: "_archive";
|
|
699
|
+
readonly type: "bytes32";
|
|
700
|
+
readonly internalType: "bytes32";
|
|
701
|
+
}, {
|
|
702
|
+
readonly name: "_blockHash";
|
|
703
|
+
readonly type: "bytes32";
|
|
704
|
+
readonly internalType: "bytes32";
|
|
705
|
+
}, {
|
|
706
|
+
readonly name: "_txHashes";
|
|
707
|
+
readonly type: "bytes32[]";
|
|
708
|
+
readonly internalType: "bytes32[]";
|
|
709
|
+
}, {
|
|
710
|
+
readonly name: "_signatures";
|
|
711
|
+
readonly type: "tuple[]";
|
|
712
|
+
readonly internalType: "struct SignatureLib.Signature[]";
|
|
713
|
+
readonly components: readonly [{
|
|
714
|
+
readonly name: "isEmpty";
|
|
715
|
+
readonly type: "bool";
|
|
716
|
+
readonly internalType: "bool";
|
|
717
|
+
}, {
|
|
718
|
+
readonly name: "v";
|
|
719
|
+
readonly type: "uint8";
|
|
720
|
+
readonly internalType: "uint8";
|
|
721
|
+
}, {
|
|
722
|
+
readonly name: "r";
|
|
723
|
+
readonly type: "bytes32";
|
|
724
|
+
readonly internalType: "bytes32";
|
|
725
|
+
}, {
|
|
726
|
+
readonly name: "s";
|
|
727
|
+
readonly type: "bytes32";
|
|
728
|
+
readonly internalType: "bytes32";
|
|
729
|
+
}];
|
|
730
|
+
}, {
|
|
731
|
+
readonly name: "_body";
|
|
732
|
+
readonly type: "bytes";
|
|
733
|
+
readonly internalType: "bytes";
|
|
734
|
+
}, {
|
|
735
|
+
readonly name: "_quote";
|
|
736
|
+
readonly type: "tuple";
|
|
737
|
+
readonly internalType: "struct EpochProofQuoteLib.SignedEpochProofQuote";
|
|
738
|
+
readonly components: readonly [{
|
|
739
|
+
readonly name: "quote";
|
|
740
|
+
readonly type: "tuple";
|
|
741
|
+
readonly internalType: "struct EpochProofQuoteLib.EpochProofQuote";
|
|
742
|
+
readonly components: readonly [{
|
|
743
|
+
readonly name: "epochToProve";
|
|
744
|
+
readonly type: "uint256";
|
|
745
|
+
readonly internalType: "Epoch";
|
|
746
|
+
}, {
|
|
747
|
+
readonly name: "validUntilSlot";
|
|
748
|
+
readonly type: "uint256";
|
|
749
|
+
readonly internalType: "Slot";
|
|
750
|
+
}, {
|
|
751
|
+
readonly name: "bondAmount";
|
|
752
|
+
readonly type: "uint256";
|
|
753
|
+
readonly internalType: "uint256";
|
|
754
|
+
}, {
|
|
755
|
+
readonly name: "prover";
|
|
756
|
+
readonly type: "address";
|
|
757
|
+
readonly internalType: "address";
|
|
758
|
+
}, {
|
|
759
|
+
readonly name: "basisPointFee";
|
|
760
|
+
readonly type: "uint32";
|
|
761
|
+
readonly internalType: "uint32";
|
|
762
|
+
}];
|
|
763
|
+
}, {
|
|
764
|
+
readonly name: "signature";
|
|
765
|
+
readonly type: "tuple";
|
|
766
|
+
readonly internalType: "struct SignatureLib.Signature";
|
|
767
|
+
readonly components: readonly [{
|
|
768
|
+
readonly name: "isEmpty";
|
|
769
|
+
readonly type: "bool";
|
|
770
|
+
readonly internalType: "bool";
|
|
771
|
+
}, {
|
|
772
|
+
readonly name: "v";
|
|
773
|
+
readonly type: "uint8";
|
|
774
|
+
readonly internalType: "uint8";
|
|
775
|
+
}, {
|
|
776
|
+
readonly name: "r";
|
|
777
|
+
readonly type: "bytes32";
|
|
778
|
+
readonly internalType: "bytes32";
|
|
779
|
+
}, {
|
|
780
|
+
readonly name: "s";
|
|
781
|
+
readonly type: "bytes32";
|
|
782
|
+
readonly internalType: "bytes32";
|
|
783
|
+
}];
|
|
784
|
+
}];
|
|
785
|
+
}];
|
|
786
|
+
readonly outputs: readonly [];
|
|
787
|
+
readonly stateMutability: "nonpayable";
|
|
591
788
|
}, {
|
|
592
789
|
readonly type: "function";
|
|
593
790
|
readonly name: "prune";
|
|
594
791
|
readonly inputs: readonly [];
|
|
595
792
|
readonly outputs: readonly [];
|
|
596
793
|
readonly stateMutability: "nonpayable";
|
|
794
|
+
}, {
|
|
795
|
+
readonly type: "function";
|
|
796
|
+
readonly name: "quoteToDigest";
|
|
797
|
+
readonly inputs: readonly [{
|
|
798
|
+
readonly name: "quote";
|
|
799
|
+
readonly type: "tuple";
|
|
800
|
+
readonly internalType: "struct EpochProofQuoteLib.EpochProofQuote";
|
|
801
|
+
readonly components: readonly [{
|
|
802
|
+
readonly name: "epochToProve";
|
|
803
|
+
readonly type: "uint256";
|
|
804
|
+
readonly internalType: "Epoch";
|
|
805
|
+
}, {
|
|
806
|
+
readonly name: "validUntilSlot";
|
|
807
|
+
readonly type: "uint256";
|
|
808
|
+
readonly internalType: "Slot";
|
|
809
|
+
}, {
|
|
810
|
+
readonly name: "bondAmount";
|
|
811
|
+
readonly type: "uint256";
|
|
812
|
+
readonly internalType: "uint256";
|
|
813
|
+
}, {
|
|
814
|
+
readonly name: "prover";
|
|
815
|
+
readonly type: "address";
|
|
816
|
+
readonly internalType: "address";
|
|
817
|
+
}, {
|
|
818
|
+
readonly name: "basisPointFee";
|
|
819
|
+
readonly type: "uint32";
|
|
820
|
+
readonly internalType: "uint32";
|
|
821
|
+
}];
|
|
822
|
+
}];
|
|
823
|
+
readonly outputs: readonly [{
|
|
824
|
+
readonly name: "";
|
|
825
|
+
readonly type: "bytes32";
|
|
826
|
+
readonly internalType: "bytes32";
|
|
827
|
+
}];
|
|
828
|
+
readonly stateMutability: "view";
|
|
597
829
|
}, {
|
|
598
830
|
readonly type: "function";
|
|
599
831
|
readonly name: "removeValidator";
|
|
@@ -622,7 +854,7 @@ export declare const RollupAbi: readonly [{
|
|
|
622
854
|
readonly stateMutability: "nonpayable";
|
|
623
855
|
}, {
|
|
624
856
|
readonly type: "function";
|
|
625
|
-
readonly name: "
|
|
857
|
+
readonly name: "setEpochVerifier";
|
|
626
858
|
readonly inputs: readonly [{
|
|
627
859
|
readonly name: "_verifier";
|
|
628
860
|
readonly type: "address";
|
|
@@ -674,23 +906,27 @@ export declare const RollupAbi: readonly [{
|
|
|
674
906
|
readonly name: "archiveOfMyBlock";
|
|
675
907
|
readonly type: "bytes32";
|
|
676
908
|
readonly internalType: "bytes32";
|
|
909
|
+
}, {
|
|
910
|
+
readonly name: "provenEpochNumber";
|
|
911
|
+
readonly type: "uint256";
|
|
912
|
+
readonly internalType: "Epoch";
|
|
677
913
|
}];
|
|
678
914
|
readonly stateMutability: "view";
|
|
679
915
|
}, {
|
|
680
916
|
readonly type: "function";
|
|
681
|
-
readonly name: "
|
|
917
|
+
readonly name: "submitEpochRootProof";
|
|
682
918
|
readonly inputs: readonly [{
|
|
683
|
-
readonly name: "
|
|
684
|
-
readonly type: "
|
|
685
|
-
readonly internalType: "
|
|
919
|
+
readonly name: "_epochSize";
|
|
920
|
+
readonly type: "uint256";
|
|
921
|
+
readonly internalType: "uint256";
|
|
686
922
|
}, {
|
|
687
|
-
readonly name: "
|
|
688
|
-
readonly type: "bytes32";
|
|
689
|
-
readonly internalType: "bytes32";
|
|
923
|
+
readonly name: "_args";
|
|
924
|
+
readonly type: "bytes32[7]";
|
|
925
|
+
readonly internalType: "bytes32[7]";
|
|
690
926
|
}, {
|
|
691
|
-
readonly name: "
|
|
692
|
-
readonly type: "bytes32";
|
|
693
|
-
readonly internalType: "bytes32";
|
|
927
|
+
readonly name: "_fees";
|
|
928
|
+
readonly type: "bytes32[64]";
|
|
929
|
+
readonly internalType: "bytes32[64]";
|
|
694
930
|
}, {
|
|
695
931
|
readonly name: "_aggregationObject";
|
|
696
932
|
readonly type: "bytes";
|
|
@@ -726,6 +962,63 @@ export declare const RollupAbi: readonly [{
|
|
|
726
962
|
}];
|
|
727
963
|
readonly outputs: readonly [];
|
|
728
964
|
readonly stateMutability: "nonpayable";
|
|
965
|
+
}, {
|
|
966
|
+
readonly type: "function";
|
|
967
|
+
readonly name: "validateEpochProofRightClaim";
|
|
968
|
+
readonly inputs: readonly [{
|
|
969
|
+
readonly name: "_quote";
|
|
970
|
+
readonly type: "tuple";
|
|
971
|
+
readonly internalType: "struct EpochProofQuoteLib.SignedEpochProofQuote";
|
|
972
|
+
readonly components: readonly [{
|
|
973
|
+
readonly name: "quote";
|
|
974
|
+
readonly type: "tuple";
|
|
975
|
+
readonly internalType: "struct EpochProofQuoteLib.EpochProofQuote";
|
|
976
|
+
readonly components: readonly [{
|
|
977
|
+
readonly name: "epochToProve";
|
|
978
|
+
readonly type: "uint256";
|
|
979
|
+
readonly internalType: "Epoch";
|
|
980
|
+
}, {
|
|
981
|
+
readonly name: "validUntilSlot";
|
|
982
|
+
readonly type: "uint256";
|
|
983
|
+
readonly internalType: "Slot";
|
|
984
|
+
}, {
|
|
985
|
+
readonly name: "bondAmount";
|
|
986
|
+
readonly type: "uint256";
|
|
987
|
+
readonly internalType: "uint256";
|
|
988
|
+
}, {
|
|
989
|
+
readonly name: "prover";
|
|
990
|
+
readonly type: "address";
|
|
991
|
+
readonly internalType: "address";
|
|
992
|
+
}, {
|
|
993
|
+
readonly name: "basisPointFee";
|
|
994
|
+
readonly type: "uint32";
|
|
995
|
+
readonly internalType: "uint32";
|
|
996
|
+
}];
|
|
997
|
+
}, {
|
|
998
|
+
readonly name: "signature";
|
|
999
|
+
readonly type: "tuple";
|
|
1000
|
+
readonly internalType: "struct SignatureLib.Signature";
|
|
1001
|
+
readonly components: readonly [{
|
|
1002
|
+
readonly name: "isEmpty";
|
|
1003
|
+
readonly type: "bool";
|
|
1004
|
+
readonly internalType: "bool";
|
|
1005
|
+
}, {
|
|
1006
|
+
readonly name: "v";
|
|
1007
|
+
readonly type: "uint8";
|
|
1008
|
+
readonly internalType: "uint8";
|
|
1009
|
+
}, {
|
|
1010
|
+
readonly name: "r";
|
|
1011
|
+
readonly type: "bytes32";
|
|
1012
|
+
readonly internalType: "bytes32";
|
|
1013
|
+
}, {
|
|
1014
|
+
readonly name: "s";
|
|
1015
|
+
readonly type: "bytes32";
|
|
1016
|
+
readonly internalType: "bytes32";
|
|
1017
|
+
}];
|
|
1018
|
+
}];
|
|
1019
|
+
}];
|
|
1020
|
+
readonly outputs: readonly [];
|
|
1021
|
+
readonly stateMutability: "view";
|
|
729
1022
|
}, {
|
|
730
1023
|
readonly type: "function";
|
|
731
1024
|
readonly name: "validateHeader";
|
|
@@ -761,7 +1054,7 @@ export declare const RollupAbi: readonly [{
|
|
|
761
1054
|
}, {
|
|
762
1055
|
readonly name: "_currentTime";
|
|
763
1056
|
readonly type: "uint256";
|
|
764
|
-
readonly internalType: "
|
|
1057
|
+
readonly internalType: "Timestamp";
|
|
765
1058
|
}, {
|
|
766
1059
|
readonly name: "_txsEffectsHash";
|
|
767
1060
|
readonly type: "bytes32";
|
|
@@ -782,16 +1075,6 @@ export declare const RollupAbi: readonly [{
|
|
|
782
1075
|
}];
|
|
783
1076
|
readonly outputs: readonly [];
|
|
784
1077
|
readonly stateMutability: "view";
|
|
785
|
-
}, {
|
|
786
|
-
readonly type: "function";
|
|
787
|
-
readonly name: "verifier";
|
|
788
|
-
readonly inputs: readonly [];
|
|
789
|
-
readonly outputs: readonly [{
|
|
790
|
-
readonly name: "";
|
|
791
|
-
readonly type: "address";
|
|
792
|
-
readonly internalType: "contract IVerifier";
|
|
793
|
-
}];
|
|
794
|
-
readonly stateMutability: "view";
|
|
795
1078
|
}, {
|
|
796
1079
|
readonly type: "function";
|
|
797
1080
|
readonly name: "vkTreeRoot";
|
|
@@ -802,6 +1085,11 @@ export declare const RollupAbi: readonly [{
|
|
|
802
1085
|
readonly internalType: "bytes32";
|
|
803
1086
|
}];
|
|
804
1087
|
readonly stateMutability: "view";
|
|
1088
|
+
}, {
|
|
1089
|
+
readonly type: "event";
|
|
1090
|
+
readonly name: "EIP712DomainChanged";
|
|
1091
|
+
readonly inputs: readonly [];
|
|
1092
|
+
readonly anonymous: false;
|
|
805
1093
|
}, {
|
|
806
1094
|
readonly type: "event";
|
|
807
1095
|
readonly name: "L2BlockProposed";
|
|
@@ -854,7 +1142,7 @@ export declare const RollupAbi: readonly [{
|
|
|
854
1142
|
readonly name: "epoch";
|
|
855
1143
|
readonly type: "uint256";
|
|
856
1144
|
readonly indexed: true;
|
|
857
|
-
readonly internalType: "
|
|
1145
|
+
readonly internalType: "Epoch";
|
|
858
1146
|
}, {
|
|
859
1147
|
readonly name: "bondProvider";
|
|
860
1148
|
readonly type: "address";
|
|
@@ -874,7 +1162,7 @@ export declare const RollupAbi: readonly [{
|
|
|
874
1162
|
readonly name: "currentSlot";
|
|
875
1163
|
readonly type: "uint256";
|
|
876
1164
|
readonly indexed: false;
|
|
877
|
-
readonly internalType: "
|
|
1165
|
+
readonly internalType: "Slot";
|
|
878
1166
|
}];
|
|
879
1167
|
readonly anonymous: false;
|
|
880
1168
|
}, {
|
|
@@ -910,12 +1198,16 @@ export declare const RollupAbi: readonly [{
|
|
|
910
1198
|
readonly inputs: readonly [{
|
|
911
1199
|
readonly name: "expected";
|
|
912
1200
|
readonly type: "uint256";
|
|
913
|
-
readonly internalType: "
|
|
1201
|
+
readonly internalType: "Slot";
|
|
914
1202
|
}, {
|
|
915
1203
|
readonly name: "actual";
|
|
916
1204
|
readonly type: "uint256";
|
|
917
|
-
readonly internalType: "
|
|
1205
|
+
readonly internalType: "Slot";
|
|
918
1206
|
}];
|
|
1207
|
+
}, {
|
|
1208
|
+
readonly type: "error";
|
|
1209
|
+
readonly name: "InvalidShortString";
|
|
1210
|
+
readonly inputs: readonly [];
|
|
919
1211
|
}, {
|
|
920
1212
|
readonly type: "error";
|
|
921
1213
|
readonly name: "Leonidas__InsufficientAttestations";
|
|
@@ -980,6 +1272,18 @@ export declare const RollupAbi: readonly [{
|
|
|
980
1272
|
readonly type: "uint256";
|
|
981
1273
|
readonly internalType: "uint256";
|
|
982
1274
|
}];
|
|
1275
|
+
}, {
|
|
1276
|
+
readonly type: "error";
|
|
1277
|
+
readonly name: "Rollup__InsufficientFundsInEscrow";
|
|
1278
|
+
readonly inputs: readonly [{
|
|
1279
|
+
readonly name: "required";
|
|
1280
|
+
readonly type: "uint256";
|
|
1281
|
+
readonly internalType: "uint256";
|
|
1282
|
+
}, {
|
|
1283
|
+
readonly name: "available";
|
|
1284
|
+
readonly type: "uint256";
|
|
1285
|
+
readonly internalType: "uint256";
|
|
1286
|
+
}];
|
|
983
1287
|
}, {
|
|
984
1288
|
readonly type: "error";
|
|
985
1289
|
readonly name: "Rollup__InvalidArchive";
|
|
@@ -992,6 +1296,18 @@ export declare const RollupAbi: readonly [{
|
|
|
992
1296
|
readonly type: "bytes32";
|
|
993
1297
|
readonly internalType: "bytes32";
|
|
994
1298
|
}];
|
|
1299
|
+
}, {
|
|
1300
|
+
readonly type: "error";
|
|
1301
|
+
readonly name: "Rollup__InvalidBlockHash";
|
|
1302
|
+
readonly inputs: readonly [{
|
|
1303
|
+
readonly name: "expected";
|
|
1304
|
+
readonly type: "bytes32";
|
|
1305
|
+
readonly internalType: "bytes32";
|
|
1306
|
+
}, {
|
|
1307
|
+
readonly name: "actual";
|
|
1308
|
+
readonly type: "bytes32";
|
|
1309
|
+
readonly internalType: "bytes32";
|
|
1310
|
+
}];
|
|
995
1311
|
}, {
|
|
996
1312
|
readonly type: "error";
|
|
997
1313
|
readonly name: "Rollup__InvalidBlockNumber";
|
|
@@ -1022,11 +1338,11 @@ export declare const RollupAbi: readonly [{
|
|
|
1022
1338
|
readonly inputs: readonly [{
|
|
1023
1339
|
readonly name: "expected";
|
|
1024
1340
|
readonly type: "uint256";
|
|
1025
|
-
readonly internalType: "
|
|
1341
|
+
readonly internalType: "Epoch";
|
|
1026
1342
|
}, {
|
|
1027
1343
|
readonly name: "actual";
|
|
1028
1344
|
readonly type: "uint256";
|
|
1029
|
-
readonly internalType: "
|
|
1345
|
+
readonly internalType: "Epoch";
|
|
1030
1346
|
}];
|
|
1031
1347
|
}, {
|
|
1032
1348
|
readonly type: "error";
|
|
@@ -1042,11 +1358,19 @@ export declare const RollupAbi: readonly [{
|
|
|
1042
1358
|
}];
|
|
1043
1359
|
}, {
|
|
1044
1360
|
readonly type: "error";
|
|
1045
|
-
readonly name: "
|
|
1046
|
-
readonly inputs: readonly [
|
|
1361
|
+
readonly name: "Rollup__InvalidPreviousArchive";
|
|
1362
|
+
readonly inputs: readonly [{
|
|
1363
|
+
readonly name: "expected";
|
|
1364
|
+
readonly type: "bytes32";
|
|
1365
|
+
readonly internalType: "bytes32";
|
|
1366
|
+
}, {
|
|
1367
|
+
readonly name: "actual";
|
|
1368
|
+
readonly type: "bytes32";
|
|
1369
|
+
readonly internalType: "bytes32";
|
|
1370
|
+
}];
|
|
1047
1371
|
}, {
|
|
1048
1372
|
readonly type: "error";
|
|
1049
|
-
readonly name: "
|
|
1373
|
+
readonly name: "Rollup__InvalidPreviousBlockHash";
|
|
1050
1374
|
readonly inputs: readonly [{
|
|
1051
1375
|
readonly name: "expected";
|
|
1052
1376
|
readonly type: "bytes32";
|
|
@@ -1056,17 +1380,21 @@ export declare const RollupAbi: readonly [{
|
|
|
1056
1380
|
readonly type: "bytes32";
|
|
1057
1381
|
readonly internalType: "bytes32";
|
|
1058
1382
|
}];
|
|
1383
|
+
}, {
|
|
1384
|
+
readonly type: "error";
|
|
1385
|
+
readonly name: "Rollup__InvalidProof";
|
|
1386
|
+
readonly inputs: readonly [];
|
|
1059
1387
|
}, {
|
|
1060
1388
|
readonly type: "error";
|
|
1061
1389
|
readonly name: "Rollup__InvalidTimestamp";
|
|
1062
1390
|
readonly inputs: readonly [{
|
|
1063
1391
|
readonly name: "expected";
|
|
1064
1392
|
readonly type: "uint256";
|
|
1065
|
-
readonly internalType: "
|
|
1393
|
+
readonly internalType: "Timestamp";
|
|
1066
1394
|
}, {
|
|
1067
1395
|
readonly name: "actual";
|
|
1068
1396
|
readonly type: "uint256";
|
|
1069
|
-
readonly internalType: "
|
|
1397
|
+
readonly internalType: "Timestamp";
|
|
1070
1398
|
}];
|
|
1071
1399
|
}, {
|
|
1072
1400
|
readonly type: "error";
|
|
@@ -1084,21 +1412,17 @@ export declare const RollupAbi: readonly [{
|
|
|
1084
1412
|
readonly type: "error";
|
|
1085
1413
|
readonly name: "Rollup__NoEpochToProve";
|
|
1086
1414
|
readonly inputs: readonly [];
|
|
1087
|
-
}, {
|
|
1088
|
-
readonly type: "error";
|
|
1089
|
-
readonly name: "Rollup__NonSequentialProving";
|
|
1090
|
-
readonly inputs: readonly [];
|
|
1091
1415
|
}, {
|
|
1092
1416
|
readonly type: "error";
|
|
1093
1417
|
readonly name: "Rollup__NotClaimingCorrectEpoch";
|
|
1094
1418
|
readonly inputs: readonly [{
|
|
1095
1419
|
readonly name: "expected";
|
|
1096
1420
|
readonly type: "uint256";
|
|
1097
|
-
readonly internalType: "
|
|
1421
|
+
readonly internalType: "Epoch";
|
|
1098
1422
|
}, {
|
|
1099
1423
|
readonly name: "actual";
|
|
1100
1424
|
readonly type: "uint256";
|
|
1101
|
-
readonly internalType: "
|
|
1425
|
+
readonly internalType: "Epoch";
|
|
1102
1426
|
}];
|
|
1103
1427
|
}, {
|
|
1104
1428
|
readonly type: "error";
|
|
@@ -1126,11 +1450,11 @@ export declare const RollupAbi: readonly [{
|
|
|
1126
1450
|
readonly inputs: readonly [{
|
|
1127
1451
|
readonly name: "currentSlot";
|
|
1128
1452
|
readonly type: "uint256";
|
|
1129
|
-
readonly internalType: "
|
|
1453
|
+
readonly internalType: "Slot";
|
|
1130
1454
|
}, {
|
|
1131
1455
|
readonly name: "quoteSlot";
|
|
1132
1456
|
readonly type: "uint256";
|
|
1133
|
-
readonly internalType: "
|
|
1457
|
+
readonly internalType: "Slot";
|
|
1134
1458
|
}];
|
|
1135
1459
|
}, {
|
|
1136
1460
|
readonly type: "error";
|
|
@@ -1138,19 +1462,11 @@ export declare const RollupAbi: readonly [{
|
|
|
1138
1462
|
readonly inputs: readonly [{
|
|
1139
1463
|
readonly name: "lastSlot";
|
|
1140
1464
|
readonly type: "uint256";
|
|
1141
|
-
readonly internalType: "
|
|
1465
|
+
readonly internalType: "Slot";
|
|
1142
1466
|
}, {
|
|
1143
1467
|
readonly name: "proposedSlot";
|
|
1144
1468
|
readonly type: "uint256";
|
|
1145
|
-
readonly internalType: "
|
|
1146
|
-
}];
|
|
1147
|
-
}, {
|
|
1148
|
-
readonly type: "error";
|
|
1149
|
-
readonly name: "Rollup__SlotValueTooLarge";
|
|
1150
|
-
readonly inputs: readonly [{
|
|
1151
|
-
readonly name: "slot";
|
|
1152
|
-
readonly type: "uint256";
|
|
1153
|
-
readonly internalType: "uint256";
|
|
1469
|
+
readonly internalType: "Slot";
|
|
1154
1470
|
}];
|
|
1155
1471
|
}, {
|
|
1156
1472
|
readonly type: "error";
|
|
@@ -1158,16 +1474,12 @@ export declare const RollupAbi: readonly [{
|
|
|
1158
1474
|
readonly inputs: readonly [{
|
|
1159
1475
|
readonly name: "max";
|
|
1160
1476
|
readonly type: "uint256";
|
|
1161
|
-
readonly internalType: "
|
|
1477
|
+
readonly internalType: "Timestamp";
|
|
1162
1478
|
}, {
|
|
1163
1479
|
readonly name: "actual";
|
|
1164
1480
|
readonly type: "uint256";
|
|
1165
|
-
readonly internalType: "
|
|
1481
|
+
readonly internalType: "Timestamp";
|
|
1166
1482
|
}];
|
|
1167
|
-
}, {
|
|
1168
|
-
readonly type: "error";
|
|
1169
|
-
readonly name: "Rollup__TryingToProveNonExistingBlock";
|
|
1170
|
-
readonly inputs: readonly [];
|
|
1171
1483
|
}, {
|
|
1172
1484
|
readonly type: "error";
|
|
1173
1485
|
readonly name: "Rollup__UnavailableTxs";
|
|
@@ -1176,18 +1488,6 @@ export declare const RollupAbi: readonly [{
|
|
|
1176
1488
|
readonly type: "bytes32";
|
|
1177
1489
|
readonly internalType: "bytes32";
|
|
1178
1490
|
}];
|
|
1179
|
-
}, {
|
|
1180
|
-
readonly type: "error";
|
|
1181
|
-
readonly name: "SafeCastOverflowedUintDowncast";
|
|
1182
|
-
readonly inputs: readonly [{
|
|
1183
|
-
readonly name: "bits";
|
|
1184
|
-
readonly type: "uint8";
|
|
1185
|
-
readonly internalType: "uint8";
|
|
1186
|
-
}, {
|
|
1187
|
-
readonly name: "value";
|
|
1188
|
-
readonly type: "uint256";
|
|
1189
|
-
readonly internalType: "uint256";
|
|
1190
|
-
}];
|
|
1191
1491
|
}, {
|
|
1192
1492
|
readonly type: "error";
|
|
1193
1493
|
readonly name: "SampleLib__IndexOutOfBounds";
|
|
@@ -1216,6 +1516,14 @@ export declare const RollupAbi: readonly [{
|
|
|
1216
1516
|
readonly type: "address";
|
|
1217
1517
|
readonly internalType: "address";
|
|
1218
1518
|
}];
|
|
1519
|
+
}, {
|
|
1520
|
+
readonly type: "error";
|
|
1521
|
+
readonly name: "StringTooLong";
|
|
1522
|
+
readonly inputs: readonly [{
|
|
1523
|
+
readonly name: "str";
|
|
1524
|
+
readonly type: "string";
|
|
1525
|
+
readonly internalType: "string";
|
|
1526
|
+
}];
|
|
1219
1527
|
}, {
|
|
1220
1528
|
readonly type: "error";
|
|
1221
1529
|
readonly name: "TxsDecoder__InvalidLogsLength";
|