@aztec/l1-artifacts 3.0.0-nightly.20251001 → 3.0.0-nightly.20251002

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 (49) hide show
  1. package/dest/DateGatedRelayerAbi.d.ts +1978 -0
  2. package/dest/DateGatedRelayerAbi.d.ts.map +1 -0
  3. package/dest/DateGatedRelayerAbi.js +2627 -0
  4. package/dest/DateGatedRelayerBytecode.d.ts +9 -0
  5. package/dest/DateGatedRelayerBytecode.d.ts.map +1 -0
  6. package/dest/DateGatedRelayerBytecode.js +6 -0
  7. package/dest/FeeJuicePortalBytecode.d.ts +1 -1
  8. package/dest/FeeJuicePortalBytecode.js +1 -1
  9. package/dest/GSEBytecode.d.ts +1 -1
  10. package/dest/GSEBytecode.d.ts.map +1 -1
  11. package/dest/GSEBytecode.js +1 -1
  12. package/dest/GovernanceProposerBytecode.d.ts +1 -1
  13. package/dest/GovernanceProposerBytecode.js +1 -1
  14. package/dest/InboxBytecode.d.ts +1 -1
  15. package/dest/InboxBytecode.js +1 -1
  16. package/dest/MultiAdderBytecode.d.ts +1 -1
  17. package/dest/MultiAdderBytecode.js +1 -1
  18. package/dest/NewGovernanceProposerPayloadBytecode.d.ts +1 -1
  19. package/dest/NewGovernanceProposerPayloadBytecode.js +1 -1
  20. package/dest/OutboxBytecode.d.ts +1 -1
  21. package/dest/OutboxBytecode.js +1 -1
  22. package/dest/RegisterNewRollupVersionPayloadBytecode.d.ts +1 -1
  23. package/dest/RegisterNewRollupVersionPayloadBytecode.js +1 -1
  24. package/dest/RollupBytecode.d.ts +1 -1
  25. package/dest/RollupBytecode.js +1 -1
  26. package/dest/RollupOperationsExtLibBytecode.d.ts +1 -1
  27. package/dest/RollupOperationsExtLibBytecode.js +1 -1
  28. package/dest/SlashFactoryBytecode.d.ts +1 -1
  29. package/dest/SlashFactoryBytecode.js +1 -1
  30. package/dest/StakingAssetHandlerBytecode.d.ts +1 -1
  31. package/dest/StakingAssetHandlerBytecode.js +1 -1
  32. package/dest/TallySlasherDeploymentExtLibBytecode.d.ts +1 -1
  33. package/dest/TallySlasherDeploymentExtLibBytecode.js +1 -1
  34. package/dest/TallySlashingProposerBytecode.d.ts +1 -1
  35. package/dest/TallySlashingProposerBytecode.js +1 -1
  36. package/dest/TokenPortalBytecode.d.ts +1 -1
  37. package/dest/TokenPortalBytecode.js +1 -1
  38. package/dest/UniswapPortalBytecode.d.ts +1 -1
  39. package/dest/UniswapPortalBytecode.js +1 -1
  40. package/dest/ValidatorOperationsExtLibBytecode.d.ts +1 -1
  41. package/dest/ValidatorOperationsExtLibBytecode.js +1 -1
  42. package/dest/ValidatorSelectionLibBytecode.d.ts +1 -1
  43. package/dest/ValidatorSelectionLibBytecode.js +1 -1
  44. package/dest/checksum.d.ts +1 -1
  45. package/dest/checksum.js +1 -1
  46. package/dest/index.d.ts +2 -0
  47. package/dest/index.d.ts.map +1 -1
  48. package/dest/index.js +2 -0
  49. package/package.json +1 -1
@@ -0,0 +1,2627 @@
1
+ /**
2
+ * DateGatedRelayer ABI.
3
+ */ export const DateGatedRelayerAbi = [
4
+ {
5
+ "type": "error",
6
+ "name": "DevNet__NoPruningAllowed",
7
+ "inputs": []
8
+ },
9
+ {
10
+ "type": "error",
11
+ "name": "EmpireBase__PayloadCannotBeAddressZero",
12
+ "inputs": []
13
+ },
14
+ {
15
+ "type": "error",
16
+ "name": "FailedCall",
17
+ "inputs": []
18
+ },
19
+ {
20
+ "type": "error",
21
+ "name": "FeeJuicePortal__AlreadyInitialized",
22
+ "inputs": []
23
+ },
24
+ {
25
+ "type": "error",
26
+ "name": "FeeJuicePortal__InvalidInitialization",
27
+ "inputs": []
28
+ },
29
+ {
30
+ "type": "error",
31
+ "name": "FeeJuicePortal__Unauthorized",
32
+ "inputs": []
33
+ },
34
+ {
35
+ "type": "error",
36
+ "name": "FeeLib__AlreadyPreheated",
37
+ "inputs": []
38
+ },
39
+ {
40
+ "type": "error",
41
+ "name": "FeeLib__InvalidFeeAssetPriceModifier",
42
+ "inputs": []
43
+ },
44
+ {
45
+ "type": "function",
46
+ "name": "GATED_UNTIL",
47
+ "inputs": [],
48
+ "outputs": [
49
+ {
50
+ "name": "",
51
+ "type": "uint256",
52
+ "internalType": "uint256"
53
+ }
54
+ ],
55
+ "stateMutability": "view"
56
+ },
57
+ {
58
+ "type": "error",
59
+ "name": "GSE__GovernanceAlreadySet",
60
+ "inputs": []
61
+ },
62
+ {
63
+ "type": "error",
64
+ "name": "GSE__InvalidProofOfPossession",
65
+ "inputs": []
66
+ },
67
+ {
68
+ "type": "error",
69
+ "name": "GateIsClosed",
70
+ "inputs": []
71
+ },
72
+ {
73
+ "type": "error",
74
+ "name": "GovernanceProposer__GSEPayloadInvalid",
75
+ "inputs": []
76
+ },
77
+ {
78
+ "type": "error",
79
+ "name": "Governance__CallerCannotBeSelf",
80
+ "inputs": []
81
+ },
82
+ {
83
+ "type": "error",
84
+ "name": "Governance__CannotCallAsset",
85
+ "inputs": []
86
+ },
87
+ {
88
+ "type": "error",
89
+ "name": "Governance__CannotWithdrawToAddressZero",
90
+ "inputs": []
91
+ },
92
+ {
93
+ "type": "error",
94
+ "name": "Governance__CheckpointedUintLib__NotInPast",
95
+ "inputs": []
96
+ },
97
+ {
98
+ "type": "error",
99
+ "name": "Governance__ConfigurationLib__InvalidMinimumVotes",
100
+ "inputs": []
101
+ },
102
+ {
103
+ "type": "error",
104
+ "name": "Governance__ConfigurationLib__LockAmountTooBig",
105
+ "inputs": []
106
+ },
107
+ {
108
+ "type": "error",
109
+ "name": "Governance__ConfigurationLib__LockAmountTooSmall",
110
+ "inputs": []
111
+ },
112
+ {
113
+ "type": "error",
114
+ "name": "Governance__ConfigurationLib__QuorumTooBig",
115
+ "inputs": []
116
+ },
117
+ {
118
+ "type": "error",
119
+ "name": "Governance__ConfigurationLib__QuorumTooSmall",
120
+ "inputs": []
121
+ },
122
+ {
123
+ "type": "error",
124
+ "name": "Governance__ConfigurationLib__RequiredYeaMarginTooBig",
125
+ "inputs": []
126
+ },
127
+ {
128
+ "type": "error",
129
+ "name": "Governance__DepositNotAllowed",
130
+ "inputs": []
131
+ },
132
+ {
133
+ "type": "error",
134
+ "name": "Governance__GovernanceProposerCannotBeSelf",
135
+ "inputs": []
136
+ },
137
+ {
138
+ "type": "error",
139
+ "name": "Governance__ProposalAlreadyDropped",
140
+ "inputs": []
141
+ },
142
+ {
143
+ "type": "error",
144
+ "name": "Governance__ProposalCannotBeDropped",
145
+ "inputs": []
146
+ },
147
+ {
148
+ "type": "error",
149
+ "name": "Governance__ProposalNotActive",
150
+ "inputs": []
151
+ },
152
+ {
153
+ "type": "error",
154
+ "name": "Governance__ProposalNotExecutable",
155
+ "inputs": []
156
+ },
157
+ {
158
+ "type": "error",
159
+ "name": "Governance__WithdrawalAlreadyClaimed",
160
+ "inputs": []
161
+ },
162
+ {
163
+ "type": "error",
164
+ "name": "Governance__WithdrawalNotInitiated",
165
+ "inputs": []
166
+ },
167
+ {
168
+ "type": "error",
169
+ "name": "Inbox__Ignition",
170
+ "inputs": []
171
+ },
172
+ {
173
+ "type": "error",
174
+ "name": "Inbox__MustBuildBeforeConsume",
175
+ "inputs": []
176
+ },
177
+ {
178
+ "type": "error",
179
+ "name": "Inbox__Unauthorized",
180
+ "inputs": []
181
+ },
182
+ {
183
+ "type": "error",
184
+ "name": "MerkleLib__InvalidIndexForPathLength",
185
+ "inputs": []
186
+ },
187
+ {
188
+ "type": "error",
189
+ "name": "Outbox__InvalidChainId",
190
+ "inputs": []
191
+ },
192
+ {
193
+ "type": "error",
194
+ "name": "Outbox__PathTooLong",
195
+ "inputs": []
196
+ },
197
+ {
198
+ "type": "error",
199
+ "name": "Outbox__Unauthorized",
200
+ "inputs": []
201
+ },
202
+ {
203
+ "type": "error",
204
+ "name": "Registry__NoRollupsRegistered",
205
+ "inputs": []
206
+ },
207
+ {
208
+ "type": "error",
209
+ "name": "RewardLib__InvalidSequencerBps",
210
+ "inputs": []
211
+ },
212
+ {
213
+ "type": "error",
214
+ "name": "Rollup__AttestationsAreValid",
215
+ "inputs": []
216
+ },
217
+ {
218
+ "type": "error",
219
+ "name": "Rollup__BlockAlreadyProven",
220
+ "inputs": []
221
+ },
222
+ {
223
+ "type": "error",
224
+ "name": "Rollup__BlockNotInPendingChain",
225
+ "inputs": []
226
+ },
227
+ {
228
+ "type": "error",
229
+ "name": "Rollup__InvalidAttestationIndex",
230
+ "inputs": []
231
+ },
232
+ {
233
+ "type": "error",
234
+ "name": "Rollup__InvalidAttestations",
235
+ "inputs": []
236
+ },
237
+ {
238
+ "type": "error",
239
+ "name": "Rollup__InvalidCoinbase",
240
+ "inputs": []
241
+ },
242
+ {
243
+ "type": "error",
244
+ "name": "Rollup__InvalidFirstEpochProof",
245
+ "inputs": []
246
+ },
247
+ {
248
+ "type": "error",
249
+ "name": "Rollup__InvalidProof",
250
+ "inputs": []
251
+ },
252
+ {
253
+ "type": "error",
254
+ "name": "Rollup__ManaLimitExceeded",
255
+ "inputs": []
256
+ },
257
+ {
258
+ "type": "error",
259
+ "name": "Rollup__NoBlobsInBlock",
260
+ "inputs": []
261
+ },
262
+ {
263
+ "type": "error",
264
+ "name": "Rollup__NoEpochToProve",
265
+ "inputs": []
266
+ },
267
+ {
268
+ "type": "error",
269
+ "name": "Rollup__NonSequentialProving",
270
+ "inputs": []
271
+ },
272
+ {
273
+ "type": "error",
274
+ "name": "Rollup__NonZeroDaFee",
275
+ "inputs": []
276
+ },
277
+ {
278
+ "type": "error",
279
+ "name": "Rollup__NothingToPrune",
280
+ "inputs": []
281
+ },
282
+ {
283
+ "type": "error",
284
+ "name": "Rollup__RewardsNotClaimable",
285
+ "inputs": []
286
+ },
287
+ {
288
+ "type": "error",
289
+ "name": "Rollup__StartIsNotBuildingOnProven",
290
+ "inputs": []
291
+ },
292
+ {
293
+ "type": "error",
294
+ "name": "Rollup__StartIsNotFirstBlockOfEpoch",
295
+ "inputs": []
296
+ },
297
+ {
298
+ "type": "error",
299
+ "name": "Rollup__TimestampTooOld",
300
+ "inputs": []
301
+ },
302
+ {
303
+ "type": "error",
304
+ "name": "Rollup__TryingToProveNonExistingBlock",
305
+ "inputs": []
306
+ },
307
+ {
308
+ "type": "error",
309
+ "name": "Staking__DepositOutOfGas",
310
+ "inputs": []
311
+ },
312
+ {
313
+ "type": "error",
314
+ "name": "Staking__GovernanceAlreadySet",
315
+ "inputs": []
316
+ },
317
+ {
318
+ "type": "error",
319
+ "name": "Staking__InvalidNormalFlushSizeQuotient",
320
+ "inputs": []
321
+ },
322
+ {
323
+ "type": "error",
324
+ "name": "Staking__InvalidStakingQueueConfig",
325
+ "inputs": []
326
+ },
327
+ {
328
+ "type": "error",
329
+ "name": "Staking__QueueEmpty",
330
+ "inputs": []
331
+ },
332
+ {
333
+ "type": "error",
334
+ "name": "TallySlashingProposer__InvalidCommitteeCommitment",
335
+ "inputs": []
336
+ },
337
+ {
338
+ "type": "error",
339
+ "name": "TallySlashingProposer__InvalidSignature",
340
+ "inputs": []
341
+ },
342
+ {
343
+ "type": "error",
344
+ "name": "TallySlashingProposer__QuorumMustBeGreaterThanZero",
345
+ "inputs": []
346
+ },
347
+ {
348
+ "type": "error",
349
+ "name": "TallySlashingProposer__SlashAmountTooLarge",
350
+ "inputs": []
351
+ },
352
+ {
353
+ "type": "error",
354
+ "name": "ValidatorSelection__EpochNotSetup",
355
+ "inputs": []
356
+ },
357
+ {
358
+ "type": "function",
359
+ "name": "owner",
360
+ "inputs": [],
361
+ "outputs": [
362
+ {
363
+ "name": "",
364
+ "type": "address",
365
+ "internalType": "address"
366
+ }
367
+ ],
368
+ "stateMutability": "view"
369
+ },
370
+ {
371
+ "type": "function",
372
+ "name": "renounceOwnership",
373
+ "inputs": [],
374
+ "outputs": [],
375
+ "stateMutability": "nonpayable"
376
+ },
377
+ {
378
+ "type": "error",
379
+ "name": "AddressEmptyCode",
380
+ "inputs": [
381
+ {
382
+ "name": "target",
383
+ "type": "address",
384
+ "internalType": "address"
385
+ }
386
+ ]
387
+ },
388
+ {
389
+ "type": "error",
390
+ "name": "AttestationLib__NotASignatureAtIndex",
391
+ "inputs": [
392
+ {
393
+ "name": "index",
394
+ "type": "uint256",
395
+ "internalType": "uint256"
396
+ }
397
+ ]
398
+ },
399
+ {
400
+ "type": "error",
401
+ "name": "AttestationLib__NotAnAddressAtIndex",
402
+ "inputs": [
403
+ {
404
+ "name": "index",
405
+ "type": "uint256",
406
+ "internalType": "uint256"
407
+ }
408
+ ]
409
+ },
410
+ {
411
+ "type": "error",
412
+ "name": "EmpireBase__FailedToSubmitRoundWinner",
413
+ "inputs": [
414
+ {
415
+ "name": "payload",
416
+ "type": "address",
417
+ "internalType": "contract IPayload"
418
+ }
419
+ ]
420
+ },
421
+ {
422
+ "type": "error",
423
+ "name": "EmpireBase__InstanceHaveNoCode",
424
+ "inputs": [
425
+ {
426
+ "name": "instance",
427
+ "type": "address",
428
+ "internalType": "address"
429
+ }
430
+ ]
431
+ },
432
+ {
433
+ "type": "error",
434
+ "name": "EmpireBase__PayloadAlreadySubmitted",
435
+ "inputs": [
436
+ {
437
+ "name": "roundNumber",
438
+ "type": "uint256",
439
+ "internalType": "uint256"
440
+ }
441
+ ]
442
+ },
443
+ {
444
+ "type": "error",
445
+ "name": "EmpireBase__SignalAlreadyCastForSlot",
446
+ "inputs": [
447
+ {
448
+ "name": "slot",
449
+ "type": "uint256",
450
+ "internalType": "Slot"
451
+ }
452
+ ]
453
+ },
454
+ {
455
+ "type": "error",
456
+ "name": "GSE__FailedToRemove",
457
+ "inputs": [
458
+ {
459
+ "name": "",
460
+ "type": "address",
461
+ "internalType": "address"
462
+ }
463
+ ]
464
+ },
465
+ {
466
+ "type": "error",
467
+ "name": "GSE__FatalError",
468
+ "inputs": [
469
+ {
470
+ "name": "",
471
+ "type": "string",
472
+ "internalType": "string"
473
+ }
474
+ ]
475
+ },
476
+ {
477
+ "type": "error",
478
+ "name": "GSE__InstanceDoesNotExist",
479
+ "inputs": [
480
+ {
481
+ "name": "",
482
+ "type": "address",
483
+ "internalType": "address"
484
+ }
485
+ ]
486
+ },
487
+ {
488
+ "type": "error",
489
+ "name": "GSE__InvalidRollupAddress",
490
+ "inputs": [
491
+ {
492
+ "name": "",
493
+ "type": "address",
494
+ "internalType": "address"
495
+ }
496
+ ]
497
+ },
498
+ {
499
+ "type": "error",
500
+ "name": "GSE__NotLatestRollup",
501
+ "inputs": [
502
+ {
503
+ "name": "",
504
+ "type": "address",
505
+ "internalType": "address"
506
+ }
507
+ ]
508
+ },
509
+ {
510
+ "type": "error",
511
+ "name": "GSE__NotRollup",
512
+ "inputs": [
513
+ {
514
+ "name": "",
515
+ "type": "address",
516
+ "internalType": "address"
517
+ }
518
+ ]
519
+ },
520
+ {
521
+ "type": "error",
522
+ "name": "GSE__NothingToExit",
523
+ "inputs": [
524
+ {
525
+ "name": "",
526
+ "type": "address",
527
+ "internalType": "address"
528
+ }
529
+ ]
530
+ },
531
+ {
532
+ "type": "error",
533
+ "name": "GSE__ProofOfPossessionAlreadySeen",
534
+ "inputs": [
535
+ {
536
+ "name": "hashedPK1",
537
+ "type": "bytes32",
538
+ "internalType": "bytes32"
539
+ }
540
+ ]
541
+ },
542
+ {
543
+ "type": "error",
544
+ "name": "GSE__RollupAlreadyRegistered",
545
+ "inputs": [
546
+ {
547
+ "name": "",
548
+ "type": "address",
549
+ "internalType": "address"
550
+ }
551
+ ]
552
+ },
553
+ {
554
+ "type": "error",
555
+ "name": "Governance__CallFailed",
556
+ "inputs": [
557
+ {
558
+ "name": "target",
559
+ "type": "address",
560
+ "internalType": "address"
561
+ }
562
+ ]
563
+ },
564
+ {
565
+ "type": "error",
566
+ "name": "Governance__ConfigurationLib__TimeTooBig",
567
+ "inputs": [
568
+ {
569
+ "name": "name",
570
+ "type": "string",
571
+ "internalType": "string"
572
+ }
573
+ ]
574
+ },
575
+ {
576
+ "type": "error",
577
+ "name": "Governance__ConfigurationLib__TimeTooSmall",
578
+ "inputs": [
579
+ {
580
+ "name": "name",
581
+ "type": "string",
582
+ "internalType": "string"
583
+ }
584
+ ]
585
+ },
586
+ {
587
+ "type": "error",
588
+ "name": "Governance__ProposalDoesNotExists",
589
+ "inputs": [
590
+ {
591
+ "name": "proposalId",
592
+ "type": "uint256",
593
+ "internalType": "uint256"
594
+ }
595
+ ]
596
+ },
597
+ {
598
+ "type": "error",
599
+ "name": "Inbox__ActorTooLarge",
600
+ "inputs": [
601
+ {
602
+ "name": "actor",
603
+ "type": "bytes32",
604
+ "internalType": "bytes32"
605
+ }
606
+ ]
607
+ },
608
+ {
609
+ "type": "error",
610
+ "name": "Inbox__ContentTooLarge",
611
+ "inputs": [
612
+ {
613
+ "name": "content",
614
+ "type": "bytes32",
615
+ "internalType": "bytes32"
616
+ }
617
+ ]
618
+ },
619
+ {
620
+ "type": "error",
621
+ "name": "Inbox__SecretHashTooLarge",
622
+ "inputs": [
623
+ {
624
+ "name": "secretHash",
625
+ "type": "bytes32",
626
+ "internalType": "bytes32"
627
+ }
628
+ ]
629
+ },
630
+ {
631
+ "type": "error",
632
+ "name": "Outbox__BlockAlreadyProven",
633
+ "inputs": [
634
+ {
635
+ "name": "l2BlockNumber",
636
+ "type": "uint256",
637
+ "internalType": "uint256"
638
+ }
639
+ ]
640
+ },
641
+ {
642
+ "type": "error",
643
+ "name": "Outbox__BlockNotProven",
644
+ "inputs": [
645
+ {
646
+ "name": "l2BlockNumber",
647
+ "type": "uint256",
648
+ "internalType": "uint256"
649
+ }
650
+ ]
651
+ },
652
+ {
653
+ "type": "error",
654
+ "name": "Outbox__NothingToConsume",
655
+ "inputs": [
656
+ {
657
+ "name": "messageHash",
658
+ "type": "bytes32",
659
+ "internalType": "bytes32"
660
+ }
661
+ ]
662
+ },
663
+ {
664
+ "type": "error",
665
+ "name": "Outbox__NothingToConsumeAtBlock",
666
+ "inputs": [
667
+ {
668
+ "name": "l2BlockNumber",
669
+ "type": "uint256",
670
+ "internalType": "uint256"
671
+ }
672
+ ]
673
+ },
674
+ {
675
+ "type": "error",
676
+ "name": "Outbox__RootAlreadySetAtBlock",
677
+ "inputs": [
678
+ {
679
+ "name": "l2BlockNumber",
680
+ "type": "uint256",
681
+ "internalType": "uint256"
682
+ }
683
+ ]
684
+ },
685
+ {
686
+ "type": "error",
687
+ "name": "OwnableInvalidOwner",
688
+ "inputs": [
689
+ {
690
+ "name": "owner",
691
+ "type": "address",
692
+ "internalType": "address"
693
+ }
694
+ ]
695
+ },
696
+ {
697
+ "type": "error",
698
+ "name": "OwnableUnauthorizedAccount",
699
+ "inputs": [
700
+ {
701
+ "name": "account",
702
+ "type": "address",
703
+ "internalType": "address"
704
+ }
705
+ ]
706
+ },
707
+ {
708
+ "type": "error",
709
+ "name": "ProofCommitmentEscrow__NotOwner",
710
+ "inputs": [
711
+ {
712
+ "name": "caller",
713
+ "type": "address",
714
+ "internalType": "address"
715
+ }
716
+ ]
717
+ },
718
+ {
719
+ "type": "error",
720
+ "name": "Registry__RollupAlreadyRegistered",
721
+ "inputs": [
722
+ {
723
+ "name": "rollup",
724
+ "type": "address",
725
+ "internalType": "address"
726
+ }
727
+ ]
728
+ },
729
+ {
730
+ "type": "error",
731
+ "name": "Registry__RollupNotRegistered",
732
+ "inputs": [
733
+ {
734
+ "name": "version",
735
+ "type": "uint256",
736
+ "internalType": "uint256"
737
+ }
738
+ ]
739
+ },
740
+ {
741
+ "type": "error",
742
+ "name": "RewardBooster__OnlyRollup",
743
+ "inputs": [
744
+ {
745
+ "name": "caller",
746
+ "type": "address",
747
+ "internalType": "address"
748
+ }
749
+ ]
750
+ },
751
+ {
752
+ "type": "error",
753
+ "name": "Rollup__InvalidBasisPointFee",
754
+ "inputs": [
755
+ {
756
+ "name": "basisPointFee",
757
+ "type": "uint256",
758
+ "internalType": "uint256"
759
+ }
760
+ ]
761
+ },
762
+ {
763
+ "type": "error",
764
+ "name": "Rollup__InvalidBlobProof",
765
+ "inputs": [
766
+ {
767
+ "name": "blobHash",
768
+ "type": "bytes32",
769
+ "internalType": "bytes32"
770
+ }
771
+ ]
772
+ },
773
+ {
774
+ "type": "error",
775
+ "name": "Rollup__UnavailableTxs",
776
+ "inputs": [
777
+ {
778
+ "name": "txsHash",
779
+ "type": "bytes32",
780
+ "internalType": "bytes32"
781
+ }
782
+ ]
783
+ },
784
+ {
785
+ "type": "error",
786
+ "name": "Staking__AlreadyActive",
787
+ "inputs": [
788
+ {
789
+ "name": "attester",
790
+ "type": "address",
791
+ "internalType": "address"
792
+ }
793
+ ]
794
+ },
795
+ {
796
+ "type": "error",
797
+ "name": "Staking__AlreadyExiting",
798
+ "inputs": [
799
+ {
800
+ "name": "",
801
+ "type": "address",
802
+ "internalType": "address"
803
+ }
804
+ ]
805
+ },
806
+ {
807
+ "type": "error",
808
+ "name": "Staking__AlreadyQueued",
809
+ "inputs": [
810
+ {
811
+ "name": "_attester",
812
+ "type": "address",
813
+ "internalType": "address"
814
+ }
815
+ ]
816
+ },
817
+ {
818
+ "type": "error",
819
+ "name": "Staking__CannotSlashExitedStake",
820
+ "inputs": [
821
+ {
822
+ "name": "",
823
+ "type": "address",
824
+ "internalType": "address"
825
+ }
826
+ ]
827
+ },
828
+ {
829
+ "type": "error",
830
+ "name": "Staking__FailedToRemove",
831
+ "inputs": [
832
+ {
833
+ "name": "",
834
+ "type": "address",
835
+ "internalType": "address"
836
+ }
837
+ ]
838
+ },
839
+ {
840
+ "type": "error",
841
+ "name": "Staking__FatalError",
842
+ "inputs": [
843
+ {
844
+ "name": "",
845
+ "type": "string",
846
+ "internalType": "string"
847
+ }
848
+ ]
849
+ },
850
+ {
851
+ "type": "error",
852
+ "name": "Staking__IncorrectGovProposer",
853
+ "inputs": [
854
+ {
855
+ "name": "",
856
+ "type": "uint256",
857
+ "internalType": "uint256"
858
+ }
859
+ ]
860
+ },
861
+ {
862
+ "type": "error",
863
+ "name": "Staking__InitiateWithdrawNeeded",
864
+ "inputs": [
865
+ {
866
+ "name": "",
867
+ "type": "address",
868
+ "internalType": "address"
869
+ }
870
+ ]
871
+ },
872
+ {
873
+ "type": "error",
874
+ "name": "Staking__InstanceDoesNotExist",
875
+ "inputs": [
876
+ {
877
+ "name": "",
878
+ "type": "address",
879
+ "internalType": "address"
880
+ }
881
+ ]
882
+ },
883
+ {
884
+ "type": "error",
885
+ "name": "Staking__InvalidRecipient",
886
+ "inputs": [
887
+ {
888
+ "name": "",
889
+ "type": "address",
890
+ "internalType": "address"
891
+ }
892
+ ]
893
+ },
894
+ {
895
+ "type": "error",
896
+ "name": "Staking__InvalidRollupAddress",
897
+ "inputs": [
898
+ {
899
+ "name": "",
900
+ "type": "address",
901
+ "internalType": "address"
902
+ }
903
+ ]
904
+ },
905
+ {
906
+ "type": "error",
907
+ "name": "Staking__NoOneToSlash",
908
+ "inputs": [
909
+ {
910
+ "name": "",
911
+ "type": "address",
912
+ "internalType": "address"
913
+ }
914
+ ]
915
+ },
916
+ {
917
+ "type": "error",
918
+ "name": "Staking__NotCanonical",
919
+ "inputs": [
920
+ {
921
+ "name": "",
922
+ "type": "address",
923
+ "internalType": "address"
924
+ }
925
+ ]
926
+ },
927
+ {
928
+ "type": "error",
929
+ "name": "Staking__NotExiting",
930
+ "inputs": [
931
+ {
932
+ "name": "",
933
+ "type": "address",
934
+ "internalType": "address"
935
+ }
936
+ ]
937
+ },
938
+ {
939
+ "type": "error",
940
+ "name": "Staking__NotRollup",
941
+ "inputs": [
942
+ {
943
+ "name": "",
944
+ "type": "address",
945
+ "internalType": "address"
946
+ }
947
+ ]
948
+ },
949
+ {
950
+ "type": "error",
951
+ "name": "Staking__NothingToExit",
952
+ "inputs": [
953
+ {
954
+ "name": "",
955
+ "type": "address",
956
+ "internalType": "address"
957
+ }
958
+ ]
959
+ },
960
+ {
961
+ "type": "error",
962
+ "name": "Staking__QueueAlreadyFlushed",
963
+ "inputs": [
964
+ {
965
+ "name": "epoch",
966
+ "type": "uint256",
967
+ "internalType": "Epoch"
968
+ }
969
+ ]
970
+ },
971
+ {
972
+ "type": "error",
973
+ "name": "Staking__RollupAlreadyRegistered",
974
+ "inputs": [
975
+ {
976
+ "name": "",
977
+ "type": "address",
978
+ "internalType": "address"
979
+ }
980
+ ]
981
+ },
982
+ {
983
+ "type": "error",
984
+ "name": "Staking__WithdrawFailed",
985
+ "inputs": [
986
+ {
987
+ "name": "",
988
+ "type": "address",
989
+ "internalType": "address"
990
+ }
991
+ ]
992
+ },
993
+ {
994
+ "type": "error",
995
+ "name": "TallySlashingProposer__CommitteeSizeMustBeGreaterThanZero",
996
+ "inputs": [
997
+ {
998
+ "name": "committeeSize",
999
+ "type": "uint256",
1000
+ "internalType": "uint256"
1001
+ }
1002
+ ]
1003
+ },
1004
+ {
1005
+ "type": "error",
1006
+ "name": "TallySlashingProposer__InvalidSlashAmounts",
1007
+ "inputs": [
1008
+ {
1009
+ "name": "slashAmounts",
1010
+ "type": "uint256[3]",
1011
+ "internalType": "uint256[3]"
1012
+ }
1013
+ ]
1014
+ },
1015
+ {
1016
+ "type": "error",
1017
+ "name": "TallySlashingProposer__RoundAlreadyExecuted",
1018
+ "inputs": [
1019
+ {
1020
+ "name": "round",
1021
+ "type": "uint256",
1022
+ "internalType": "SlashRound"
1023
+ }
1024
+ ]
1025
+ },
1026
+ {
1027
+ "type": "error",
1028
+ "name": "TallySlashingProposer__RoundNotComplete",
1029
+ "inputs": [
1030
+ {
1031
+ "name": "round",
1032
+ "type": "uint256",
1033
+ "internalType": "SlashRound"
1034
+ }
1035
+ ]
1036
+ },
1037
+ {
1038
+ "type": "error",
1039
+ "name": "TallySlashingProposer__RoundSizeInEpochsMustBeGreaterThanZero",
1040
+ "inputs": [
1041
+ {
1042
+ "name": "roundSizeInEpochs",
1043
+ "type": "uint256",
1044
+ "internalType": "uint256"
1045
+ }
1046
+ ]
1047
+ },
1048
+ {
1049
+ "type": "error",
1050
+ "name": "TallySlashingProposer__SlashOffsetMustBeGreaterThanZero",
1051
+ "inputs": [
1052
+ {
1053
+ "name": "slashOffset",
1054
+ "type": "uint256",
1055
+ "internalType": "uint256"
1056
+ }
1057
+ ]
1058
+ },
1059
+ {
1060
+ "type": "error",
1061
+ "name": "TallySlashingProposer__VoteAlreadyCastInCurrentSlot",
1062
+ "inputs": [
1063
+ {
1064
+ "name": "slot",
1065
+ "type": "uint256",
1066
+ "internalType": "Slot"
1067
+ }
1068
+ ]
1069
+ },
1070
+ {
1071
+ "type": "error",
1072
+ "name": "TallySlashingProposer__VotesMustBeMultipleOf4",
1073
+ "inputs": [
1074
+ {
1075
+ "name": "votes",
1076
+ "type": "uint256",
1077
+ "internalType": "uint256"
1078
+ }
1079
+ ]
1080
+ },
1081
+ {
1082
+ "type": "error",
1083
+ "name": "TallySlashingProposer__VotingNotOpen",
1084
+ "inputs": [
1085
+ {
1086
+ "name": "currentRound",
1087
+ "type": "uint256",
1088
+ "internalType": "SlashRound"
1089
+ }
1090
+ ]
1091
+ },
1092
+ {
1093
+ "type": "error",
1094
+ "name": "ValidatorSelection__ProposerIndexTooLarge",
1095
+ "inputs": [
1096
+ {
1097
+ "name": "index",
1098
+ "type": "uint256",
1099
+ "internalType": "uint256"
1100
+ }
1101
+ ]
1102
+ },
1103
+ {
1104
+ "type": "function",
1105
+ "name": "transferOwnership",
1106
+ "inputs": [
1107
+ {
1108
+ "name": "newOwner",
1109
+ "type": "address",
1110
+ "internalType": "address"
1111
+ }
1112
+ ],
1113
+ "outputs": [],
1114
+ "stateMutability": "nonpayable"
1115
+ },
1116
+ {
1117
+ "type": "constructor",
1118
+ "inputs": [
1119
+ {
1120
+ "name": "owner",
1121
+ "type": "address",
1122
+ "internalType": "address"
1123
+ },
1124
+ {
1125
+ "name": "_gatedUntil",
1126
+ "type": "uint256",
1127
+ "internalType": "uint256"
1128
+ }
1129
+ ],
1130
+ "stateMutability": "nonpayable"
1131
+ },
1132
+ {
1133
+ "type": "error",
1134
+ "name": "AttestationLib__InvalidDataSize",
1135
+ "inputs": [
1136
+ {
1137
+ "name": "",
1138
+ "type": "uint256",
1139
+ "internalType": "uint256"
1140
+ },
1141
+ {
1142
+ "name": "",
1143
+ "type": "uint256",
1144
+ "internalType": "uint256"
1145
+ }
1146
+ ]
1147
+ },
1148
+ {
1149
+ "type": "error",
1150
+ "name": "AttestationLib__SignatureIndicesSizeMismatch",
1151
+ "inputs": [
1152
+ {
1153
+ "name": "",
1154
+ "type": "uint256",
1155
+ "internalType": "uint256"
1156
+ },
1157
+ {
1158
+ "name": "",
1159
+ "type": "uint256",
1160
+ "internalType": "uint256"
1161
+ }
1162
+ ]
1163
+ },
1164
+ {
1165
+ "type": "error",
1166
+ "name": "AttestationLib__SignaturesOrAddressesSizeMismatch",
1167
+ "inputs": [
1168
+ {
1169
+ "name": "",
1170
+ "type": "uint256",
1171
+ "internalType": "uint256"
1172
+ },
1173
+ {
1174
+ "name": "",
1175
+ "type": "uint256",
1176
+ "internalType": "uint256"
1177
+ }
1178
+ ]
1179
+ },
1180
+ {
1181
+ "type": "error",
1182
+ "name": "AttestationLib__SignersSizeMismatch",
1183
+ "inputs": [
1184
+ {
1185
+ "name": "",
1186
+ "type": "uint256",
1187
+ "internalType": "uint256"
1188
+ },
1189
+ {
1190
+ "name": "",
1191
+ "type": "uint256",
1192
+ "internalType": "uint256"
1193
+ }
1194
+ ]
1195
+ },
1196
+ {
1197
+ "type": "error",
1198
+ "name": "CoinIssuer__InsufficientMintAvailable",
1199
+ "inputs": [
1200
+ {
1201
+ "name": "available",
1202
+ "type": "uint256",
1203
+ "internalType": "uint256"
1204
+ },
1205
+ {
1206
+ "name": "needed",
1207
+ "type": "uint256",
1208
+ "internalType": "uint256"
1209
+ }
1210
+ ]
1211
+ },
1212
+ {
1213
+ "type": "error",
1214
+ "name": "DevNet__InvalidProposer",
1215
+ "inputs": [
1216
+ {
1217
+ "name": "expected",
1218
+ "type": "address",
1219
+ "internalType": "address"
1220
+ },
1221
+ {
1222
+ "name": "actual",
1223
+ "type": "address",
1224
+ "internalType": "address"
1225
+ }
1226
+ ]
1227
+ },
1228
+ {
1229
+ "type": "error",
1230
+ "name": "EmpireBase__InsufficientSignals",
1231
+ "inputs": [
1232
+ {
1233
+ "name": "signalsCast",
1234
+ "type": "uint256",
1235
+ "internalType": "uint256"
1236
+ },
1237
+ {
1238
+ "name": "signalsNeeded",
1239
+ "type": "uint256",
1240
+ "internalType": "uint256"
1241
+ }
1242
+ ]
1243
+ },
1244
+ {
1245
+ "type": "error",
1246
+ "name": "EmpireBase__InvalidLifetimeAndExecutionDelay",
1247
+ "inputs": [
1248
+ {
1249
+ "name": "lifetimeInRounds",
1250
+ "type": "uint256",
1251
+ "internalType": "uint256"
1252
+ },
1253
+ {
1254
+ "name": "executionDelayInRounds",
1255
+ "type": "uint256",
1256
+ "internalType": "uint256"
1257
+ }
1258
+ ]
1259
+ },
1260
+ {
1261
+ "type": "error",
1262
+ "name": "EmpireBase__InvalidQuorumAndRoundSize",
1263
+ "inputs": [
1264
+ {
1265
+ "name": "quorumSize",
1266
+ "type": "uint256",
1267
+ "internalType": "uint256"
1268
+ },
1269
+ {
1270
+ "name": "roundSize",
1271
+ "type": "uint256",
1272
+ "internalType": "uint256"
1273
+ }
1274
+ ]
1275
+ },
1276
+ {
1277
+ "type": "error",
1278
+ "name": "EmpireBase__OnlyProposerCanSignal",
1279
+ "inputs": [
1280
+ {
1281
+ "name": "caller",
1282
+ "type": "address",
1283
+ "internalType": "address"
1284
+ },
1285
+ {
1286
+ "name": "proposer",
1287
+ "type": "address",
1288
+ "internalType": "address"
1289
+ }
1290
+ ]
1291
+ },
1292
+ {
1293
+ "type": "error",
1294
+ "name": "EmpireBase__QuorumCannotBeLargerThanRoundSize",
1295
+ "inputs": [
1296
+ {
1297
+ "name": "quorumSize",
1298
+ "type": "uint256",
1299
+ "internalType": "uint256"
1300
+ },
1301
+ {
1302
+ "name": "roundSize",
1303
+ "type": "uint256",
1304
+ "internalType": "uint256"
1305
+ }
1306
+ ]
1307
+ },
1308
+ {
1309
+ "type": "error",
1310
+ "name": "EmpireBase__RoundTooNew",
1311
+ "inputs": [
1312
+ {
1313
+ "name": "roundNumber",
1314
+ "type": "uint256",
1315
+ "internalType": "uint256"
1316
+ },
1317
+ {
1318
+ "name": "currentRoundNumber",
1319
+ "type": "uint256",
1320
+ "internalType": "uint256"
1321
+ }
1322
+ ]
1323
+ },
1324
+ {
1325
+ "type": "error",
1326
+ "name": "EmpireBase__RoundTooOld",
1327
+ "inputs": [
1328
+ {
1329
+ "name": "roundNumber",
1330
+ "type": "uint256",
1331
+ "internalType": "uint256"
1332
+ },
1333
+ {
1334
+ "name": "currentRoundNumber",
1335
+ "type": "uint256",
1336
+ "internalType": "uint256"
1337
+ }
1338
+ ]
1339
+ },
1340
+ {
1341
+ "type": "error",
1342
+ "name": "GSE__AlreadyRegistered",
1343
+ "inputs": [
1344
+ {
1345
+ "name": "",
1346
+ "type": "address",
1347
+ "internalType": "address"
1348
+ },
1349
+ {
1350
+ "name": "",
1351
+ "type": "address",
1352
+ "internalType": "address"
1353
+ }
1354
+ ]
1355
+ },
1356
+ {
1357
+ "type": "error",
1358
+ "name": "GSE__CannotChangePublicKeys",
1359
+ "inputs": [
1360
+ {
1361
+ "name": "existingPk1x",
1362
+ "type": "uint256",
1363
+ "internalType": "uint256"
1364
+ },
1365
+ {
1366
+ "name": "existingPk1y",
1367
+ "type": "uint256",
1368
+ "internalType": "uint256"
1369
+ }
1370
+ ]
1371
+ },
1372
+ {
1373
+ "type": "error",
1374
+ "name": "GSE__InsufficientBalance",
1375
+ "inputs": [
1376
+ {
1377
+ "name": "",
1378
+ "type": "uint256",
1379
+ "internalType": "uint256"
1380
+ },
1381
+ {
1382
+ "name": "",
1383
+ "type": "uint256",
1384
+ "internalType": "uint256"
1385
+ }
1386
+ ]
1387
+ },
1388
+ {
1389
+ "type": "error",
1390
+ "name": "GSE__NotWithdrawer",
1391
+ "inputs": [
1392
+ {
1393
+ "name": "",
1394
+ "type": "address",
1395
+ "internalType": "address"
1396
+ },
1397
+ {
1398
+ "name": "",
1399
+ "type": "address",
1400
+ "internalType": "address"
1401
+ }
1402
+ ]
1403
+ },
1404
+ {
1405
+ "type": "error",
1406
+ "name": "GSE__OutOfBounds",
1407
+ "inputs": [
1408
+ {
1409
+ "name": "",
1410
+ "type": "uint256",
1411
+ "internalType": "uint256"
1412
+ },
1413
+ {
1414
+ "name": "",
1415
+ "type": "uint256",
1416
+ "internalType": "uint256"
1417
+ }
1418
+ ]
1419
+ },
1420
+ {
1421
+ "type": "error",
1422
+ "name": "Governance__CallerNotGovernanceProposer",
1423
+ "inputs": [
1424
+ {
1425
+ "name": "caller",
1426
+ "type": "address",
1427
+ "internalType": "address"
1428
+ },
1429
+ {
1430
+ "name": "governanceProposer",
1431
+ "type": "address",
1432
+ "internalType": "address"
1433
+ }
1434
+ ]
1435
+ },
1436
+ {
1437
+ "type": "error",
1438
+ "name": "Governance__CallerNotSelf",
1439
+ "inputs": [
1440
+ {
1441
+ "name": "caller",
1442
+ "type": "address",
1443
+ "internalType": "address"
1444
+ },
1445
+ {
1446
+ "name": "self",
1447
+ "type": "address",
1448
+ "internalType": "address"
1449
+ }
1450
+ ]
1451
+ },
1452
+ {
1453
+ "type": "error",
1454
+ "name": "Governance__WithdrawalNotUnlockedYet",
1455
+ "inputs": [
1456
+ {
1457
+ "name": "currentTime",
1458
+ "type": "uint256",
1459
+ "internalType": "Timestamp"
1460
+ },
1461
+ {
1462
+ "name": "unlocksAt",
1463
+ "type": "uint256",
1464
+ "internalType": "Timestamp"
1465
+ }
1466
+ ]
1467
+ },
1468
+ {
1469
+ "type": "error",
1470
+ "name": "HeaderLib__InvalidHeaderSize",
1471
+ "inputs": [
1472
+ {
1473
+ "name": "expected",
1474
+ "type": "uint256",
1475
+ "internalType": "uint256"
1476
+ },
1477
+ {
1478
+ "name": "actual",
1479
+ "type": "uint256",
1480
+ "internalType": "uint256"
1481
+ }
1482
+ ]
1483
+ },
1484
+ {
1485
+ "type": "error",
1486
+ "name": "HeaderLib__InvalidSlotNumber",
1487
+ "inputs": [
1488
+ {
1489
+ "name": "expected",
1490
+ "type": "uint256",
1491
+ "internalType": "Slot"
1492
+ },
1493
+ {
1494
+ "name": "actual",
1495
+ "type": "uint256",
1496
+ "internalType": "Slot"
1497
+ }
1498
+ ]
1499
+ },
1500
+ {
1501
+ "type": "error",
1502
+ "name": "Inbox__VersionMismatch",
1503
+ "inputs": [
1504
+ {
1505
+ "name": "expected",
1506
+ "type": "uint256",
1507
+ "internalType": "uint256"
1508
+ },
1509
+ {
1510
+ "name": "actual",
1511
+ "type": "uint256",
1512
+ "internalType": "uint256"
1513
+ }
1514
+ ]
1515
+ },
1516
+ {
1517
+ "type": "error",
1518
+ "name": "InsufficientBalance",
1519
+ "inputs": [
1520
+ {
1521
+ "name": "balance",
1522
+ "type": "uint256",
1523
+ "internalType": "uint256"
1524
+ },
1525
+ {
1526
+ "name": "needed",
1527
+ "type": "uint256",
1528
+ "internalType": "uint256"
1529
+ }
1530
+ ]
1531
+ },
1532
+ {
1533
+ "type": "error",
1534
+ "name": "Outbox__AlreadyNullified",
1535
+ "inputs": [
1536
+ {
1537
+ "name": "l2BlockNumber",
1538
+ "type": "uint256",
1539
+ "internalType": "uint256"
1540
+ },
1541
+ {
1542
+ "name": "leafIndex",
1543
+ "type": "uint256",
1544
+ "internalType": "uint256"
1545
+ }
1546
+ ]
1547
+ },
1548
+ {
1549
+ "type": "error",
1550
+ "name": "Outbox__InvalidRecipient",
1551
+ "inputs": [
1552
+ {
1553
+ "name": "expected",
1554
+ "type": "address",
1555
+ "internalType": "address"
1556
+ },
1557
+ {
1558
+ "name": "actual",
1559
+ "type": "address",
1560
+ "internalType": "address"
1561
+ }
1562
+ ]
1563
+ },
1564
+ {
1565
+ "type": "error",
1566
+ "name": "Outbox__LeafIndexOutOfBounds",
1567
+ "inputs": [
1568
+ {
1569
+ "name": "leafIndex",
1570
+ "type": "uint256",
1571
+ "internalType": "uint256"
1572
+ },
1573
+ {
1574
+ "name": "pathLength",
1575
+ "type": "uint256",
1576
+ "internalType": "uint256"
1577
+ }
1578
+ ]
1579
+ },
1580
+ {
1581
+ "type": "error",
1582
+ "name": "Outbox__VersionMismatch",
1583
+ "inputs": [
1584
+ {
1585
+ "name": "expected",
1586
+ "type": "uint256",
1587
+ "internalType": "uint256"
1588
+ },
1589
+ {
1590
+ "name": "actual",
1591
+ "type": "uint256",
1592
+ "internalType": "uint256"
1593
+ }
1594
+ ]
1595
+ },
1596
+ {
1597
+ "type": "event",
1598
+ "name": "OwnershipTransferred",
1599
+ "inputs": [
1600
+ {
1601
+ "name": "previousOwner",
1602
+ "type": "address",
1603
+ "indexed": true,
1604
+ "internalType": "address"
1605
+ },
1606
+ {
1607
+ "name": "newOwner",
1608
+ "type": "address",
1609
+ "indexed": true,
1610
+ "internalType": "address"
1611
+ }
1612
+ ],
1613
+ "anonymous": false
1614
+ },
1615
+ {
1616
+ "type": "error",
1617
+ "name": "ProofCommitmentEscrow__InsufficientBalance",
1618
+ "inputs": [
1619
+ {
1620
+ "name": "balance",
1621
+ "type": "uint256",
1622
+ "internalType": "uint256"
1623
+ },
1624
+ {
1625
+ "name": "requested",
1626
+ "type": "uint256",
1627
+ "internalType": "uint256"
1628
+ }
1629
+ ]
1630
+ },
1631
+ {
1632
+ "type": "error",
1633
+ "name": "ProofCommitmentEscrow__WithdrawRequestNotReady",
1634
+ "inputs": [
1635
+ {
1636
+ "name": "current",
1637
+ "type": "uint256",
1638
+ "internalType": "uint256"
1639
+ },
1640
+ {
1641
+ "name": "readyAt",
1642
+ "type": "uint256",
1643
+ "internalType": "Timestamp"
1644
+ }
1645
+ ]
1646
+ },
1647
+ {
1648
+ "type": "error",
1649
+ "name": "RewardDistributor__InvalidCaller",
1650
+ "inputs": [
1651
+ {
1652
+ "name": "caller",
1653
+ "type": "address",
1654
+ "internalType": "address"
1655
+ },
1656
+ {
1657
+ "name": "canonical",
1658
+ "type": "address",
1659
+ "internalType": "address"
1660
+ }
1661
+ ]
1662
+ },
1663
+ {
1664
+ "type": "error",
1665
+ "name": "Rollup__InsufficientBondAmount",
1666
+ "inputs": [
1667
+ {
1668
+ "name": "minimum",
1669
+ "type": "uint256",
1670
+ "internalType": "uint256"
1671
+ },
1672
+ {
1673
+ "name": "provided",
1674
+ "type": "uint256",
1675
+ "internalType": "uint256"
1676
+ }
1677
+ ]
1678
+ },
1679
+ {
1680
+ "type": "error",
1681
+ "name": "Rollup__InsufficientFundsInEscrow",
1682
+ "inputs": [
1683
+ {
1684
+ "name": "required",
1685
+ "type": "uint256",
1686
+ "internalType": "uint256"
1687
+ },
1688
+ {
1689
+ "name": "available",
1690
+ "type": "uint256",
1691
+ "internalType": "uint256"
1692
+ }
1693
+ ]
1694
+ },
1695
+ {
1696
+ "type": "error",
1697
+ "name": "Rollup__InvalidArchive",
1698
+ "inputs": [
1699
+ {
1700
+ "name": "expected",
1701
+ "type": "bytes32",
1702
+ "internalType": "bytes32"
1703
+ },
1704
+ {
1705
+ "name": "actual",
1706
+ "type": "bytes32",
1707
+ "internalType": "bytes32"
1708
+ }
1709
+ ]
1710
+ },
1711
+ {
1712
+ "type": "error",
1713
+ "name": "Rollup__InvalidBlobHash",
1714
+ "inputs": [
1715
+ {
1716
+ "name": "expected",
1717
+ "type": "bytes32",
1718
+ "internalType": "bytes32"
1719
+ },
1720
+ {
1721
+ "name": "actual",
1722
+ "type": "bytes32",
1723
+ "internalType": "bytes32"
1724
+ }
1725
+ ]
1726
+ },
1727
+ {
1728
+ "type": "error",
1729
+ "name": "Rollup__InvalidBlockNumber",
1730
+ "inputs": [
1731
+ {
1732
+ "name": "expected",
1733
+ "type": "uint256",
1734
+ "internalType": "uint256"
1735
+ },
1736
+ {
1737
+ "name": "actual",
1738
+ "type": "uint256",
1739
+ "internalType": "uint256"
1740
+ }
1741
+ ]
1742
+ },
1743
+ {
1744
+ "type": "error",
1745
+ "name": "Rollup__InvalidInHash",
1746
+ "inputs": [
1747
+ {
1748
+ "name": "expected",
1749
+ "type": "bytes32",
1750
+ "internalType": "bytes32"
1751
+ },
1752
+ {
1753
+ "name": "actual",
1754
+ "type": "bytes32",
1755
+ "internalType": "bytes32"
1756
+ }
1757
+ ]
1758
+ },
1759
+ {
1760
+ "type": "error",
1761
+ "name": "Rollup__InvalidManaBaseFee",
1762
+ "inputs": [
1763
+ {
1764
+ "name": "expected",
1765
+ "type": "uint256",
1766
+ "internalType": "uint256"
1767
+ },
1768
+ {
1769
+ "name": "actual",
1770
+ "type": "uint256",
1771
+ "internalType": "uint256"
1772
+ }
1773
+ ]
1774
+ },
1775
+ {
1776
+ "type": "error",
1777
+ "name": "Rollup__InvalidManaTarget",
1778
+ "inputs": [
1779
+ {
1780
+ "name": "minimum",
1781
+ "type": "uint256",
1782
+ "internalType": "uint256"
1783
+ },
1784
+ {
1785
+ "name": "provided",
1786
+ "type": "uint256",
1787
+ "internalType": "uint256"
1788
+ }
1789
+ ]
1790
+ },
1791
+ {
1792
+ "type": "error",
1793
+ "name": "Rollup__InvalidPreviousArchive",
1794
+ "inputs": [
1795
+ {
1796
+ "name": "expected",
1797
+ "type": "bytes32",
1798
+ "internalType": "bytes32"
1799
+ },
1800
+ {
1801
+ "name": "actual",
1802
+ "type": "bytes32",
1803
+ "internalType": "bytes32"
1804
+ }
1805
+ ]
1806
+ },
1807
+ {
1808
+ "type": "error",
1809
+ "name": "Rollup__InvalidProposedArchive",
1810
+ "inputs": [
1811
+ {
1812
+ "name": "expected",
1813
+ "type": "bytes32",
1814
+ "internalType": "bytes32"
1815
+ },
1816
+ {
1817
+ "name": "actual",
1818
+ "type": "bytes32",
1819
+ "internalType": "bytes32"
1820
+ }
1821
+ ]
1822
+ },
1823
+ {
1824
+ "type": "error",
1825
+ "name": "Rollup__InvalidTimestamp",
1826
+ "inputs": [
1827
+ {
1828
+ "name": "expected",
1829
+ "type": "uint256",
1830
+ "internalType": "Timestamp"
1831
+ },
1832
+ {
1833
+ "name": "actual",
1834
+ "type": "uint256",
1835
+ "internalType": "Timestamp"
1836
+ }
1837
+ ]
1838
+ },
1839
+ {
1840
+ "type": "error",
1841
+ "name": "Rollup__NotPastDeadline",
1842
+ "inputs": [
1843
+ {
1844
+ "name": "deadline",
1845
+ "type": "uint256",
1846
+ "internalType": "Epoch"
1847
+ },
1848
+ {
1849
+ "name": "currentEpoch",
1850
+ "type": "uint256",
1851
+ "internalType": "Epoch"
1852
+ }
1853
+ ]
1854
+ },
1855
+ {
1856
+ "type": "error",
1857
+ "name": "Rollup__PastDeadline",
1858
+ "inputs": [
1859
+ {
1860
+ "name": "deadline",
1861
+ "type": "uint256",
1862
+ "internalType": "Epoch"
1863
+ },
1864
+ {
1865
+ "name": "currentEpoch",
1866
+ "type": "uint256",
1867
+ "internalType": "Epoch"
1868
+ }
1869
+ ]
1870
+ },
1871
+ {
1872
+ "type": "error",
1873
+ "name": "Rollup__ProverHaveAlreadySubmitted",
1874
+ "inputs": [
1875
+ {
1876
+ "name": "prover",
1877
+ "type": "address",
1878
+ "internalType": "address"
1879
+ },
1880
+ {
1881
+ "name": "epoch",
1882
+ "type": "uint256",
1883
+ "internalType": "Epoch"
1884
+ }
1885
+ ]
1886
+ },
1887
+ {
1888
+ "type": "error",
1889
+ "name": "Rollup__SlotAlreadyInChain",
1890
+ "inputs": [
1891
+ {
1892
+ "name": "lastSlot",
1893
+ "type": "uint256",
1894
+ "internalType": "Slot"
1895
+ },
1896
+ {
1897
+ "name": "proposedSlot",
1898
+ "type": "uint256",
1899
+ "internalType": "Slot"
1900
+ }
1901
+ ]
1902
+ },
1903
+ {
1904
+ "type": "error",
1905
+ "name": "Rollup__StartAndEndNotSameEpoch",
1906
+ "inputs": [
1907
+ {
1908
+ "name": "start",
1909
+ "type": "uint256",
1910
+ "internalType": "Epoch"
1911
+ },
1912
+ {
1913
+ "name": "end",
1914
+ "type": "uint256",
1915
+ "internalType": "Epoch"
1916
+ }
1917
+ ]
1918
+ },
1919
+ {
1920
+ "type": "error",
1921
+ "name": "Rollup__TimestampInFuture",
1922
+ "inputs": [
1923
+ {
1924
+ "name": "max",
1925
+ "type": "uint256",
1926
+ "internalType": "Timestamp"
1927
+ },
1928
+ {
1929
+ "name": "actual",
1930
+ "type": "uint256",
1931
+ "internalType": "Timestamp"
1932
+ }
1933
+ ]
1934
+ },
1935
+ {
1936
+ "type": "error",
1937
+ "name": "Rollup__TooManyBlocksInEpoch",
1938
+ "inputs": [
1939
+ {
1940
+ "name": "expected",
1941
+ "type": "uint256",
1942
+ "internalType": "uint256"
1943
+ },
1944
+ {
1945
+ "name": "actual",
1946
+ "type": "uint256",
1947
+ "internalType": "uint256"
1948
+ }
1949
+ ]
1950
+ },
1951
+ {
1952
+ "type": "error",
1953
+ "name": "SampleLib__IndexOutOfBounds",
1954
+ "inputs": [
1955
+ {
1956
+ "name": "requested",
1957
+ "type": "uint256",
1958
+ "internalType": "uint256"
1959
+ },
1960
+ {
1961
+ "name": "bound",
1962
+ "type": "uint256",
1963
+ "internalType": "uint256"
1964
+ }
1965
+ ]
1966
+ },
1967
+ {
1968
+ "type": "error",
1969
+ "name": "SampleLib__SampleLargerThanIndex",
1970
+ "inputs": [
1971
+ {
1972
+ "name": "sample",
1973
+ "type": "uint256",
1974
+ "internalType": "uint256"
1975
+ },
1976
+ {
1977
+ "name": "index",
1978
+ "type": "uint256",
1979
+ "internalType": "uint256"
1980
+ }
1981
+ ]
1982
+ },
1983
+ {
1984
+ "type": "error",
1985
+ "name": "SignatureLib__InvalidSignature",
1986
+ "inputs": [
1987
+ {
1988
+ "name": "",
1989
+ "type": "address",
1990
+ "internalType": "address"
1991
+ },
1992
+ {
1993
+ "name": "",
1994
+ "type": "address",
1995
+ "internalType": "address"
1996
+ }
1997
+ ]
1998
+ },
1999
+ {
2000
+ "type": "error",
2001
+ "name": "SlashPayload_ArraySizeMismatch",
2002
+ "inputs": [
2003
+ {
2004
+ "name": "expected",
2005
+ "type": "uint256",
2006
+ "internalType": "uint256"
2007
+ },
2008
+ {
2009
+ "name": "actual",
2010
+ "type": "uint256",
2011
+ "internalType": "uint256"
2012
+ }
2013
+ ]
2014
+ },
2015
+ {
2016
+ "type": "error",
2017
+ "name": "Staking__AlreadyRegistered",
2018
+ "inputs": [
2019
+ {
2020
+ "name": "instance",
2021
+ "type": "address",
2022
+ "internalType": "address"
2023
+ },
2024
+ {
2025
+ "name": "attester",
2026
+ "type": "address",
2027
+ "internalType": "address"
2028
+ }
2029
+ ]
2030
+ },
2031
+ {
2032
+ "type": "error",
2033
+ "name": "Staking__InsufficientBootstrapValidators",
2034
+ "inputs": [
2035
+ {
2036
+ "name": "queueSize",
2037
+ "type": "uint256",
2038
+ "internalType": "uint256"
2039
+ },
2040
+ {
2041
+ "name": "bootstrapFlushSize",
2042
+ "type": "uint256",
2043
+ "internalType": "uint256"
2044
+ }
2045
+ ]
2046
+ },
2047
+ {
2048
+ "type": "error",
2049
+ "name": "Staking__InsufficientPower",
2050
+ "inputs": [
2051
+ {
2052
+ "name": "",
2053
+ "type": "uint256",
2054
+ "internalType": "uint256"
2055
+ },
2056
+ {
2057
+ "name": "",
2058
+ "type": "uint256",
2059
+ "internalType": "uint256"
2060
+ }
2061
+ ]
2062
+ },
2063
+ {
2064
+ "type": "error",
2065
+ "name": "Staking__InsufficientStake",
2066
+ "inputs": [
2067
+ {
2068
+ "name": "",
2069
+ "type": "uint256",
2070
+ "internalType": "uint256"
2071
+ },
2072
+ {
2073
+ "name": "",
2074
+ "type": "uint256",
2075
+ "internalType": "uint256"
2076
+ }
2077
+ ]
2078
+ },
2079
+ {
2080
+ "type": "error",
2081
+ "name": "Staking__InvalidDeposit",
2082
+ "inputs": [
2083
+ {
2084
+ "name": "attester",
2085
+ "type": "address",
2086
+ "internalType": "address"
2087
+ },
2088
+ {
2089
+ "name": "proposer",
2090
+ "type": "address",
2091
+ "internalType": "address"
2092
+ }
2093
+ ]
2094
+ },
2095
+ {
2096
+ "type": "error",
2097
+ "name": "Staking__NotSlasher",
2098
+ "inputs": [
2099
+ {
2100
+ "name": "",
2101
+ "type": "address",
2102
+ "internalType": "address"
2103
+ },
2104
+ {
2105
+ "name": "",
2106
+ "type": "address",
2107
+ "internalType": "address"
2108
+ }
2109
+ ]
2110
+ },
2111
+ {
2112
+ "type": "error",
2113
+ "name": "Staking__NotWithdrawer",
2114
+ "inputs": [
2115
+ {
2116
+ "name": "",
2117
+ "type": "address",
2118
+ "internalType": "address"
2119
+ },
2120
+ {
2121
+ "name": "",
2122
+ "type": "address",
2123
+ "internalType": "address"
2124
+ }
2125
+ ]
2126
+ },
2127
+ {
2128
+ "type": "error",
2129
+ "name": "Staking__OutOfBounds",
2130
+ "inputs": [
2131
+ {
2132
+ "name": "",
2133
+ "type": "uint256",
2134
+ "internalType": "uint256"
2135
+ },
2136
+ {
2137
+ "name": "",
2138
+ "type": "uint256",
2139
+ "internalType": "uint256"
2140
+ }
2141
+ ]
2142
+ },
2143
+ {
2144
+ "type": "error",
2145
+ "name": "Staking__WithdrawalNotUnlockedYet",
2146
+ "inputs": [
2147
+ {
2148
+ "name": "",
2149
+ "type": "uint256",
2150
+ "internalType": "Timestamp"
2151
+ },
2152
+ {
2153
+ "name": "",
2154
+ "type": "uint256",
2155
+ "internalType": "Timestamp"
2156
+ }
2157
+ ]
2158
+ },
2159
+ {
2160
+ "type": "error",
2161
+ "name": "TallySlashingProposer__InvalidCommitteeSize",
2162
+ "inputs": [
2163
+ {
2164
+ "name": "expected",
2165
+ "type": "uint256",
2166
+ "internalType": "uint256"
2167
+ },
2168
+ {
2169
+ "name": "actual",
2170
+ "type": "uint256",
2171
+ "internalType": "uint256"
2172
+ }
2173
+ ]
2174
+ },
2175
+ {
2176
+ "type": "error",
2177
+ "name": "TallySlashingProposer__InvalidEpochIndex",
2178
+ "inputs": [
2179
+ {
2180
+ "name": "epochIndex",
2181
+ "type": "uint256",
2182
+ "internalType": "uint256"
2183
+ },
2184
+ {
2185
+ "name": "roundSizeInEpochs",
2186
+ "type": "uint256",
2187
+ "internalType": "uint256"
2188
+ }
2189
+ ]
2190
+ },
2191
+ {
2192
+ "type": "error",
2193
+ "name": "TallySlashingProposer__InvalidNumberOfCommittees",
2194
+ "inputs": [
2195
+ {
2196
+ "name": "expected",
2197
+ "type": "uint256",
2198
+ "internalType": "uint256"
2199
+ },
2200
+ {
2201
+ "name": "actual",
2202
+ "type": "uint256",
2203
+ "internalType": "uint256"
2204
+ }
2205
+ ]
2206
+ },
2207
+ {
2208
+ "type": "error",
2209
+ "name": "TallySlashingProposer__InvalidQuorumAndRoundSize",
2210
+ "inputs": [
2211
+ {
2212
+ "name": "quorum",
2213
+ "type": "uint256",
2214
+ "internalType": "uint256"
2215
+ },
2216
+ {
2217
+ "name": "roundSize",
2218
+ "type": "uint256",
2219
+ "internalType": "uint256"
2220
+ }
2221
+ ]
2222
+ },
2223
+ {
2224
+ "type": "error",
2225
+ "name": "TallySlashingProposer__InvalidVoteLength",
2226
+ "inputs": [
2227
+ {
2228
+ "name": "expected",
2229
+ "type": "uint256",
2230
+ "internalType": "uint256"
2231
+ },
2232
+ {
2233
+ "name": "actual",
2234
+ "type": "uint256",
2235
+ "internalType": "uint256"
2236
+ }
2237
+ ]
2238
+ },
2239
+ {
2240
+ "type": "error",
2241
+ "name": "TallySlashingProposer__LifetimeMustBeGreaterThanExecutionDelay",
2242
+ "inputs": [
2243
+ {
2244
+ "name": "lifetime",
2245
+ "type": "uint256",
2246
+ "internalType": "uint256"
2247
+ },
2248
+ {
2249
+ "name": "executionDelay",
2250
+ "type": "uint256",
2251
+ "internalType": "uint256"
2252
+ }
2253
+ ]
2254
+ },
2255
+ {
2256
+ "type": "error",
2257
+ "name": "TallySlashingProposer__LifetimeMustBeLessThanRoundabout",
2258
+ "inputs": [
2259
+ {
2260
+ "name": "lifetime",
2261
+ "type": "uint256",
2262
+ "internalType": "uint256"
2263
+ },
2264
+ {
2265
+ "name": "roundabout",
2266
+ "type": "uint256",
2267
+ "internalType": "uint256"
2268
+ }
2269
+ ]
2270
+ },
2271
+ {
2272
+ "type": "error",
2273
+ "name": "TallySlashingProposer__RoundOutOfRange",
2274
+ "inputs": [
2275
+ {
2276
+ "name": "round",
2277
+ "type": "uint256",
2278
+ "internalType": "SlashRound"
2279
+ },
2280
+ {
2281
+ "name": "currentRound",
2282
+ "type": "uint256",
2283
+ "internalType": "SlashRound"
2284
+ }
2285
+ ]
2286
+ },
2287
+ {
2288
+ "type": "error",
2289
+ "name": "TallySlashingProposer__RoundSizeMustBeMultipleOfEpochDuration",
2290
+ "inputs": [
2291
+ {
2292
+ "name": "roundSize",
2293
+ "type": "uint256",
2294
+ "internalType": "uint256"
2295
+ },
2296
+ {
2297
+ "name": "epochDuration",
2298
+ "type": "uint256",
2299
+ "internalType": "uint256"
2300
+ }
2301
+ ]
2302
+ },
2303
+ {
2304
+ "type": "error",
2305
+ "name": "TallySlashingProposer__RoundSizeTooLarge",
2306
+ "inputs": [
2307
+ {
2308
+ "name": "roundSize",
2309
+ "type": "uint256",
2310
+ "internalType": "uint256"
2311
+ },
2312
+ {
2313
+ "name": "maxRoundSize",
2314
+ "type": "uint256",
2315
+ "internalType": "uint256"
2316
+ }
2317
+ ]
2318
+ },
2319
+ {
2320
+ "type": "error",
2321
+ "name": "TallySlashingProposer__VoteSizeTooBig",
2322
+ "inputs": [
2323
+ {
2324
+ "name": "voteSize",
2325
+ "type": "uint256",
2326
+ "internalType": "uint256"
2327
+ },
2328
+ {
2329
+ "name": "maxSize",
2330
+ "type": "uint256",
2331
+ "internalType": "uint256"
2332
+ }
2333
+ ]
2334
+ },
2335
+ {
2336
+ "type": "error",
2337
+ "name": "ValidatorSelection__InsufficientAttestations",
2338
+ "inputs": [
2339
+ {
2340
+ "name": "minimumNeeded",
2341
+ "type": "uint256",
2342
+ "internalType": "uint256"
2343
+ },
2344
+ {
2345
+ "name": "provided",
2346
+ "type": "uint256",
2347
+ "internalType": "uint256"
2348
+ }
2349
+ ]
2350
+ },
2351
+ {
2352
+ "type": "error",
2353
+ "name": "ValidatorSelection__InsufficientValidatorSetSize",
2354
+ "inputs": [
2355
+ {
2356
+ "name": "actual",
2357
+ "type": "uint256",
2358
+ "internalType": "uint256"
2359
+ },
2360
+ {
2361
+ "name": "expected",
2362
+ "type": "uint256",
2363
+ "internalType": "uint256"
2364
+ }
2365
+ ]
2366
+ },
2367
+ {
2368
+ "type": "error",
2369
+ "name": "ValidatorSelection__InvalidCommitteeCommitment",
2370
+ "inputs": [
2371
+ {
2372
+ "name": "reconstructed",
2373
+ "type": "bytes32",
2374
+ "internalType": "bytes32"
2375
+ },
2376
+ {
2377
+ "name": "expected",
2378
+ "type": "bytes32",
2379
+ "internalType": "bytes32"
2380
+ }
2381
+ ]
2382
+ },
2383
+ {
2384
+ "type": "error",
2385
+ "name": "ValidatorSelection__InvalidDeposit",
2386
+ "inputs": [
2387
+ {
2388
+ "name": "attester",
2389
+ "type": "address",
2390
+ "internalType": "address"
2391
+ },
2392
+ {
2393
+ "name": "proposer",
2394
+ "type": "address",
2395
+ "internalType": "address"
2396
+ }
2397
+ ]
2398
+ },
2399
+ {
2400
+ "type": "error",
2401
+ "name": "ValidatorSelection__InvalidProposer",
2402
+ "inputs": [
2403
+ {
2404
+ "name": "expected",
2405
+ "type": "address",
2406
+ "internalType": "address"
2407
+ },
2408
+ {
2409
+ "name": "actual",
2410
+ "type": "address",
2411
+ "internalType": "address"
2412
+ }
2413
+ ]
2414
+ },
2415
+ {
2416
+ "type": "error",
2417
+ "name": "ValidatorSelection__MissingProposerSignature",
2418
+ "inputs": [
2419
+ {
2420
+ "name": "proposer",
2421
+ "type": "address",
2422
+ "internalType": "address"
2423
+ },
2424
+ {
2425
+ "name": "index",
2426
+ "type": "uint256",
2427
+ "internalType": "uint256"
2428
+ }
2429
+ ]
2430
+ },
2431
+ {
2432
+ "type": "function",
2433
+ "name": "relay",
2434
+ "inputs": [
2435
+ {
2436
+ "name": "target",
2437
+ "type": "address",
2438
+ "internalType": "address"
2439
+ },
2440
+ {
2441
+ "name": "data",
2442
+ "type": "bytes",
2443
+ "internalType": "bytes"
2444
+ }
2445
+ ],
2446
+ "outputs": [
2447
+ {
2448
+ "name": "",
2449
+ "type": "bytes",
2450
+ "internalType": "bytes"
2451
+ }
2452
+ ],
2453
+ "stateMutability": "nonpayable"
2454
+ },
2455
+ {
2456
+ "type": "error",
2457
+ "name": "Delegation__InsufficientPower",
2458
+ "inputs": [
2459
+ {
2460
+ "name": "",
2461
+ "type": "address",
2462
+ "internalType": "address"
2463
+ },
2464
+ {
2465
+ "name": "",
2466
+ "type": "uint256",
2467
+ "internalType": "uint256"
2468
+ },
2469
+ {
2470
+ "name": "",
2471
+ "type": "uint256",
2472
+ "internalType": "uint256"
2473
+ }
2474
+ ]
2475
+ },
2476
+ {
2477
+ "type": "error",
2478
+ "name": "Governance__CheckpointedUintLib__InsufficientValue",
2479
+ "inputs": [
2480
+ {
2481
+ "name": "owner",
2482
+ "type": "address",
2483
+ "internalType": "address"
2484
+ },
2485
+ {
2486
+ "name": "have",
2487
+ "type": "uint256",
2488
+ "internalType": "uint256"
2489
+ },
2490
+ {
2491
+ "name": "required",
2492
+ "type": "uint256",
2493
+ "internalType": "uint256"
2494
+ }
2495
+ ]
2496
+ },
2497
+ {
2498
+ "type": "error",
2499
+ "name": "Governance__InsufficientPower",
2500
+ "inputs": [
2501
+ {
2502
+ "name": "voter",
2503
+ "type": "address",
2504
+ "internalType": "address"
2505
+ },
2506
+ {
2507
+ "name": "have",
2508
+ "type": "uint256",
2509
+ "internalType": "uint256"
2510
+ },
2511
+ {
2512
+ "name": "required",
2513
+ "type": "uint256",
2514
+ "internalType": "uint256"
2515
+ }
2516
+ ]
2517
+ },
2518
+ {
2519
+ "type": "error",
2520
+ "name": "Rollup__UnavailableTempBlockLog",
2521
+ "inputs": [
2522
+ {
2523
+ "name": "blockNumber",
2524
+ "type": "uint256",
2525
+ "internalType": "uint256"
2526
+ },
2527
+ {
2528
+ "name": "pendingBlockNumber",
2529
+ "type": "uint256",
2530
+ "internalType": "uint256"
2531
+ },
2532
+ {
2533
+ "name": "upperLimit",
2534
+ "type": "uint256",
2535
+ "internalType": "uint256"
2536
+ }
2537
+ ]
2538
+ },
2539
+ {
2540
+ "type": "error",
2541
+ "name": "Staking__NotOurProposal",
2542
+ "inputs": [
2543
+ {
2544
+ "name": "",
2545
+ "type": "uint256",
2546
+ "internalType": "uint256"
2547
+ },
2548
+ {
2549
+ "name": "",
2550
+ "type": "address",
2551
+ "internalType": "address"
2552
+ },
2553
+ {
2554
+ "name": "",
2555
+ "type": "address",
2556
+ "internalType": "address"
2557
+ }
2558
+ ]
2559
+ },
2560
+ {
2561
+ "type": "error",
2562
+ "name": "MerkleLib__InvalidRoot",
2563
+ "inputs": [
2564
+ {
2565
+ "name": "expected",
2566
+ "type": "bytes32",
2567
+ "internalType": "bytes32"
2568
+ },
2569
+ {
2570
+ "name": "actual",
2571
+ "type": "bytes32",
2572
+ "internalType": "bytes32"
2573
+ },
2574
+ {
2575
+ "name": "leaf",
2576
+ "type": "bytes32",
2577
+ "internalType": "bytes32"
2578
+ },
2579
+ {
2580
+ "name": "leafIndex",
2581
+ "type": "uint256",
2582
+ "internalType": "uint256"
2583
+ }
2584
+ ]
2585
+ },
2586
+ {
2587
+ "type": "error",
2588
+ "name": "Outbox__IncompatibleEntryArguments",
2589
+ "inputs": [
2590
+ {
2591
+ "name": "messageHash",
2592
+ "type": "bytes32",
2593
+ "internalType": "bytes32"
2594
+ },
2595
+ {
2596
+ "name": "storedFee",
2597
+ "type": "uint64",
2598
+ "internalType": "uint64"
2599
+ },
2600
+ {
2601
+ "name": "feePassed",
2602
+ "type": "uint64",
2603
+ "internalType": "uint64"
2604
+ },
2605
+ {
2606
+ "name": "storedVersion",
2607
+ "type": "uint32",
2608
+ "internalType": "uint32"
2609
+ },
2610
+ {
2611
+ "name": "versionPassed",
2612
+ "type": "uint32",
2613
+ "internalType": "uint32"
2614
+ },
2615
+ {
2616
+ "name": "storedDeadline",
2617
+ "type": "uint32",
2618
+ "internalType": "uint32"
2619
+ },
2620
+ {
2621
+ "name": "deadlinePassed",
2622
+ "type": "uint32",
2623
+ "internalType": "uint32"
2624
+ }
2625
+ ]
2626
+ }
2627
+ ];