@aztec/ethereum 3.0.0-nightly.20250910 → 3.0.0-nightly.20250911

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.
@@ -157,6 +157,10 @@ export declare const RegistryArtifact: {
157
157
  readonly type: "error";
158
158
  readonly name: "Outbox__InvalidChainId";
159
159
  readonly inputs: readonly [];
160
+ }, {
161
+ readonly type: "error";
162
+ readonly name: "Outbox__PathTooLong";
163
+ readonly inputs: readonly [];
160
164
  }, {
161
165
  readonly type: "error";
162
166
  readonly name: "Outbox__Unauthorized";
@@ -943,7 +947,7 @@ export declare const RegistryArtifact: {
943
947
  readonly stateMutability: "nonpayable";
944
948
  }, {
945
949
  readonly type: "error";
946
- readonly name: "AttestationLib__OutOfBounds";
950
+ readonly name: "AttestationLib__InvalidDataSize";
947
951
  readonly inputs: readonly [{
948
952
  readonly name: "";
949
953
  readonly type: "uint256";
@@ -977,6 +981,18 @@ export declare const RegistryArtifact: {
977
981
  readonly type: "uint256";
978
982
  readonly internalType: "uint256";
979
983
  }];
984
+ }, {
985
+ readonly type: "error";
986
+ readonly name: "AttestationLib__SignersSizeMismatch";
987
+ readonly inputs: readonly [{
988
+ readonly name: "";
989
+ readonly type: "uint256";
990
+ readonly internalType: "uint256";
991
+ }, {
992
+ readonly name: "";
993
+ readonly type: "uint256";
994
+ readonly internalType: "uint256";
995
+ }];
980
996
  }, {
981
997
  readonly type: "event";
982
998
  readonly name: "CanonicalRollupUpdated";
@@ -2210,6 +2226,10 @@ export declare const InboxArtifact: {
2210
2226
  readonly type: "error";
2211
2227
  readonly name: "Outbox__InvalidChainId";
2212
2228
  readonly inputs: readonly [];
2229
+ }, {
2230
+ readonly type: "error";
2231
+ readonly name: "Outbox__PathTooLong";
2232
+ readonly inputs: readonly [];
2213
2233
  }, {
2214
2234
  readonly type: "error";
2215
2235
  readonly name: "Outbox__Unauthorized";
@@ -2979,7 +2999,7 @@ export declare const InboxArtifact: {
2979
2999
  readonly stateMutability: "view";
2980
3000
  }, {
2981
3001
  readonly type: "error";
2982
- readonly name: "AttestationLib__OutOfBounds";
3002
+ readonly name: "AttestationLib__InvalidDataSize";
2983
3003
  readonly inputs: readonly [{
2984
3004
  readonly name: "";
2985
3005
  readonly type: "uint256";
@@ -3013,6 +3033,18 @@ export declare const InboxArtifact: {
3013
3033
  readonly type: "uint256";
3014
3034
  readonly internalType: "uint256";
3015
3035
  }];
3036
+ }, {
3037
+ readonly type: "error";
3038
+ readonly name: "AttestationLib__SignersSizeMismatch";
3039
+ readonly inputs: readonly [{
3040
+ readonly name: "";
3041
+ readonly type: "uint256";
3042
+ readonly internalType: "uint256";
3043
+ }, {
3044
+ readonly name: "";
3045
+ readonly type: "uint256";
3046
+ readonly internalType: "uint256";
3047
+ }];
3016
3048
  }, {
3017
3049
  readonly type: "error";
3018
3050
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -4298,6 +4330,10 @@ export declare const OutboxArtifact: {
4298
4330
  readonly type: "error";
4299
4331
  readonly name: "Outbox__InvalidChainId";
4300
4332
  readonly inputs: readonly [];
4333
+ }, {
4334
+ readonly type: "error";
4335
+ readonly name: "Outbox__PathTooLong";
4336
+ readonly inputs: readonly [];
4301
4337
  }, {
4302
4338
  readonly type: "error";
4303
4339
  readonly name: "Outbox__Unauthorized";
@@ -4978,7 +5014,7 @@ export declare const OutboxArtifact: {
4978
5014
  readonly stateMutability: "nonpayable";
4979
5015
  }, {
4980
5016
  readonly type: "error";
4981
- readonly name: "AttestationLib__OutOfBounds";
5017
+ readonly name: "AttestationLib__InvalidDataSize";
4982
5018
  readonly inputs: readonly [{
4983
5019
  readonly name: "";
4984
5020
  readonly type: "uint256";
@@ -5012,6 +5048,18 @@ export declare const OutboxArtifact: {
5012
5048
  readonly type: "uint256";
5013
5049
  readonly internalType: "uint256";
5014
5050
  }];
5051
+ }, {
5052
+ readonly type: "error";
5053
+ readonly name: "AttestationLib__SignersSizeMismatch";
5054
+ readonly inputs: readonly [{
5055
+ readonly name: "";
5056
+ readonly type: "uint256";
5057
+ readonly internalType: "uint256";
5058
+ }, {
5059
+ readonly name: "";
5060
+ readonly type: "uint256";
5061
+ readonly internalType: "uint256";
5062
+ }];
5015
5063
  }, {
5016
5064
  readonly type: "error";
5017
5065
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -6349,6 +6397,10 @@ export declare const RollupArtifact: {
6349
6397
  readonly type: "error";
6350
6398
  readonly name: "Outbox__InvalidChainId";
6351
6399
  readonly inputs: readonly [];
6400
+ }, {
6401
+ readonly type: "error";
6402
+ readonly name: "Outbox__PathTooLong";
6403
+ readonly inputs: readonly [];
6352
6404
  }, {
6353
6405
  readonly type: "error";
6354
6406
  readonly name: "Outbox__Unauthorized";
@@ -6737,6 +6789,16 @@ export declare const RollupArtifact: {
6737
6789
  readonly internalType: "contract IInbox";
6738
6790
  }];
6739
6791
  readonly stateMutability: "view";
6792
+ }, {
6793
+ readonly type: "function";
6794
+ readonly name: "getLocalEjectionThreshold";
6795
+ readonly inputs: readonly [];
6796
+ readonly outputs: readonly [{
6797
+ readonly name: "";
6798
+ readonly type: "uint256";
6799
+ readonly internalType: "uint256";
6800
+ }];
6801
+ readonly stateMutability: "view";
6740
6802
  }, {
6741
6803
  readonly type: "function";
6742
6804
  readonly name: "getManaLimit";
@@ -8182,6 +8244,16 @@ export declare const RollupArtifact: {
8182
8244
  readonly internalType: "Timestamp";
8183
8245
  }];
8184
8246
  readonly stateMutability: "view";
8247
+ }, {
8248
+ readonly type: "function";
8249
+ readonly name: "setLocalEjectionThreshold";
8250
+ readonly inputs: readonly [{
8251
+ readonly name: "_localEjectionThreshold";
8252
+ readonly type: "uint256";
8253
+ readonly internalType: "uint256";
8254
+ }];
8255
+ readonly outputs: readonly [];
8256
+ readonly stateMutability: "nonpayable";
8185
8257
  }, {
8186
8258
  readonly type: "function";
8187
8259
  readonly name: "setProvingCostPerMana";
@@ -8419,7 +8491,7 @@ export declare const RollupArtifact: {
8419
8491
  readonly stateMutability: "nonpayable";
8420
8492
  }, {
8421
8493
  readonly type: "error";
8422
- readonly name: "AttestationLib__OutOfBounds";
8494
+ readonly name: "AttestationLib__InvalidDataSize";
8423
8495
  readonly inputs: readonly [{
8424
8496
  readonly name: "";
8425
8497
  readonly type: "uint256";
@@ -8453,6 +8525,18 @@ export declare const RollupArtifact: {
8453
8525
  readonly type: "uint256";
8454
8526
  readonly internalType: "uint256";
8455
8527
  }];
8528
+ }, {
8529
+ readonly type: "error";
8530
+ readonly name: "AttestationLib__SignersSizeMismatch";
8531
+ readonly inputs: readonly [{
8532
+ readonly name: "";
8533
+ readonly type: "uint256";
8534
+ readonly internalType: "uint256";
8535
+ }, {
8536
+ readonly name: "";
8537
+ readonly type: "uint256";
8538
+ readonly internalType: "uint256";
8539
+ }];
8456
8540
  }, {
8457
8541
  readonly type: "error";
8458
8542
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -8708,6 +8792,21 @@ export declare const RollupArtifact: {
8708
8792
  readonly internalType: "address";
8709
8793
  }];
8710
8794
  readonly anonymous: false;
8795
+ }, {
8796
+ readonly type: "event";
8797
+ readonly name: "LocalEjectionThresholdUpdated";
8798
+ readonly inputs: readonly [{
8799
+ readonly name: "oldLocalEjectionThreshold";
8800
+ readonly type: "uint256";
8801
+ readonly indexed: true;
8802
+ readonly internalType: "uint256";
8803
+ }, {
8804
+ readonly name: "newLocalEjectionThreshold";
8805
+ readonly type: "uint256";
8806
+ readonly indexed: true;
8807
+ readonly internalType: "uint256";
8808
+ }];
8809
+ readonly anonymous: false;
8711
8810
  }, {
8712
8811
  readonly type: "error";
8713
8812
  readonly name: "Outbox__AlreadyNullified";
@@ -10468,6 +10567,10 @@ export declare const RollupArtifact: {
10468
10567
  readonly type: "uint256";
10469
10568
  readonly internalType: "uint256";
10470
10569
  }];
10570
+ }, {
10571
+ readonly name: "localEjectionThreshold";
10572
+ readonly type: "uint256";
10573
+ readonly internalType: "uint256";
10471
10574
  }];
10472
10575
  }];
10473
10576
  readonly stateMutability: "nonpayable";
@@ -10631,28 +10734,28 @@ export declare const RollupArtifact: {
10631
10734
  };
10632
10735
  readonly "src/core/libraries/rollup/RewardDeploymentExtLib.sol": {
10633
10736
  readonly RewardDeploymentExtLib: readonly [{
10634
- readonly start: 1141;
10737
+ readonly start: 1147;
10635
10738
  readonly length: 20;
10636
10739
  }];
10637
10740
  };
10638
10741
  readonly "src/core/libraries/rollup/RollupOperationsExtLib.sol": {
10639
10742
  readonly RollupOperationsExtLib: readonly [{
10640
- readonly start: 10606;
10743
+ readonly start: 10802;
10641
10744
  readonly length: 20;
10642
10745
  }, {
10643
- readonly start: 10665;
10746
+ readonly start: 10861;
10644
10747
  readonly length: 20;
10645
10748
  }, {
10646
- readonly start: 11969;
10749
+ readonly start: 12165;
10647
10750
  readonly length: 20;
10648
10751
  }, {
10649
- readonly start: 12473;
10752
+ readonly start: 12669;
10650
10753
  readonly length: 20;
10651
10754
  }, {
10652
- readonly start: 12641;
10755
+ readonly start: 12837;
10653
10756
  readonly length: 20;
10654
10757
  }, {
10655
- readonly start: 12765;
10758
+ readonly start: 12961;
10656
10759
  readonly length: 20;
10657
10760
  }];
10658
10761
  };
@@ -10664,70 +10767,73 @@ export declare const RollupArtifact: {
10664
10767
  };
10665
10768
  readonly "src/core/libraries/rollup/ValidatorOperationsExtLib.sol": {
10666
10769
  readonly ValidatorOperationsExtLib: readonly [{
10667
- readonly start: 961;
10770
+ readonly start: 967;
10771
+ readonly length: 20;
10772
+ }, {
10773
+ readonly start: 9623;
10668
10774
  readonly length: 20;
10669
10775
  }, {
10670
- readonly start: 9491;
10776
+ readonly start: 9789;
10671
10777
  readonly length: 20;
10672
10778
  }, {
10673
- readonly start: 9657;
10779
+ readonly start: 10130;
10674
10780
  readonly length: 20;
10675
10781
  }, {
10676
- readonly start: 9998;
10782
+ readonly start: 10265;
10677
10783
  readonly length: 20;
10678
10784
  }, {
10679
- readonly start: 10133;
10785
+ readonly start: 10403;
10680
10786
  readonly length: 20;
10681
10787
  }, {
10682
- readonly start: 10979;
10788
+ readonly start: 11175;
10683
10789
  readonly length: 20;
10684
10790
  }, {
10685
- readonly start: 11045;
10791
+ readonly start: 11241;
10686
10792
  readonly length: 20;
10687
10793
  }, {
10688
- readonly start: 11172;
10794
+ readonly start: 11368;
10689
10795
  readonly length: 20;
10690
10796
  }, {
10691
- readonly start: 11642;
10797
+ readonly start: 11838;
10692
10798
  readonly length: 20;
10693
10799
  }, {
10694
- readonly start: 11765;
10800
+ readonly start: 11961;
10695
10801
  readonly length: 20;
10696
10802
  }, {
10697
- readonly start: 11894;
10803
+ readonly start: 12090;
10698
10804
  readonly length: 20;
10699
10805
  }, {
10700
- readonly start: 13007;
10806
+ readonly start: 13203;
10701
10807
  readonly length: 20;
10702
10808
  }, {
10703
- readonly start: 13089;
10809
+ readonly start: 13285;
10704
10810
  readonly length: 20;
10705
10811
  }, {
10706
- readonly start: 13207;
10812
+ readonly start: 13403;
10707
10813
  readonly length: 20;
10708
10814
  }, {
10709
- readonly start: 13318;
10815
+ readonly start: 13514;
10710
10816
  readonly length: 20;
10711
10817
  }, {
10712
- readonly start: 13542;
10818
+ readonly start: 13738;
10713
10819
  readonly length: 20;
10714
10820
  }, {
10715
- readonly start: 13670;
10821
+ readonly start: 13866;
10716
10822
  readonly length: 20;
10717
10823
  }, {
10718
- readonly start: 13952;
10824
+ readonly start: 14148;
10719
10825
  readonly length: 20;
10720
10826
  }, {
10721
- readonly start: 14017;
10827
+ readonly start: 14213;
10722
10828
  readonly length: 20;
10723
10829
  }, {
10724
- readonly start: 14391;
10830
+ readonly start: 14587;
10725
10831
  readonly length: 20;
10726
10832
  }, {
10727
- readonly start: 14520;
10833
+ readonly start: 14716;
10728
10834
  readonly length: 20;
10729
10835
  }, {
10730
- readonly start: 14642;
10836
+ readonly start: 14838;
10731
10837
  readonly length: 20;
10732
10838
  }];
10733
10839
  };
@@ -10891,6 +10997,10 @@ export declare const RollupArtifact: {
10891
10997
  readonly type: "error";
10892
10998
  readonly name: "Outbox__InvalidChainId";
10893
10999
  readonly inputs: readonly [];
11000
+ }, {
11001
+ readonly type: "error";
11002
+ readonly name: "Outbox__PathTooLong";
11003
+ readonly inputs: readonly [];
10894
11004
  }, {
10895
11005
  readonly type: "error";
10896
11006
  readonly name: "Outbox__Unauthorized";
@@ -11525,7 +11635,7 @@ export declare const RollupArtifact: {
11525
11635
  }];
11526
11636
  }, {
11527
11637
  readonly type: "error";
11528
- readonly name: "AttestationLib__OutOfBounds";
11638
+ readonly name: "AttestationLib__InvalidDataSize";
11529
11639
  readonly inputs: readonly [{
11530
11640
  readonly name: "";
11531
11641
  readonly type: "uint256";
@@ -11559,6 +11669,18 @@ export declare const RollupArtifact: {
11559
11669
  readonly type: "uint256";
11560
11670
  readonly internalType: "uint256";
11561
11671
  }];
11672
+ }, {
11673
+ readonly type: "error";
11674
+ readonly name: "AttestationLib__SignersSizeMismatch";
11675
+ readonly inputs: readonly [{
11676
+ readonly name: "";
11677
+ readonly type: "uint256";
11678
+ readonly internalType: "uint256";
11679
+ }, {
11680
+ readonly name: "";
11681
+ readonly type: "uint256";
11682
+ readonly internalType: "uint256";
11683
+ }];
11562
11684
  }, {
11563
11685
  readonly type: "error";
11564
11686
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -12760,6 +12882,10 @@ export declare const RollupArtifact: {
12760
12882
  readonly type: "error";
12761
12883
  readonly name: "Outbox__InvalidChainId";
12762
12884
  readonly inputs: readonly [];
12885
+ }, {
12886
+ readonly type: "error";
12887
+ readonly name: "Outbox__PathTooLong";
12888
+ readonly inputs: readonly [];
12763
12889
  }, {
12764
12890
  readonly type: "error";
12765
12891
  readonly name: "Outbox__Unauthorized";
@@ -13428,7 +13554,7 @@ export declare const RollupArtifact: {
13428
13554
  }];
13429
13555
  }, {
13430
13556
  readonly type: "error";
13431
- readonly name: "AttestationLib__OutOfBounds";
13557
+ readonly name: "AttestationLib__InvalidDataSize";
13432
13558
  readonly inputs: readonly [{
13433
13559
  readonly name: "";
13434
13560
  readonly type: "uint256";
@@ -13462,6 +13588,18 @@ export declare const RollupArtifact: {
13462
13588
  readonly type: "uint256";
13463
13589
  readonly internalType: "uint256";
13464
13590
  }];
13591
+ }, {
13592
+ readonly type: "error";
13593
+ readonly name: "AttestationLib__SignersSizeMismatch";
13594
+ readonly inputs: readonly [{
13595
+ readonly name: "";
13596
+ readonly type: "uint256";
13597
+ readonly internalType: "uint256";
13598
+ }, {
13599
+ readonly name: "";
13600
+ readonly type: "uint256";
13601
+ readonly internalType: "uint256";
13602
+ }];
13465
13603
  }, {
13466
13604
  readonly type: "error";
13467
13605
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -14790,6 +14928,10 @@ export declare const RollupArtifact: {
14790
14928
  readonly type: "error";
14791
14929
  readonly name: "Outbox__InvalidChainId";
14792
14930
  readonly inputs: readonly [];
14931
+ }, {
14932
+ readonly type: "error";
14933
+ readonly name: "Outbox__PathTooLong";
14934
+ readonly inputs: readonly [];
14793
14935
  }, {
14794
14936
  readonly type: "error";
14795
14937
  readonly name: "Outbox__Unauthorized";
@@ -15499,7 +15641,7 @@ export declare const RollupArtifact: {
15499
15641
  readonly stateMutability: "view";
15500
15642
  }, {
15501
15643
  readonly type: "error";
15502
- readonly name: "AttestationLib__OutOfBounds";
15644
+ readonly name: "AttestationLib__InvalidDataSize";
15503
15645
  readonly inputs: readonly [{
15504
15646
  readonly name: "";
15505
15647
  readonly type: "uint256";
@@ -15533,6 +15675,18 @@ export declare const RollupArtifact: {
15533
15675
  readonly type: "uint256";
15534
15676
  readonly internalType: "uint256";
15535
15677
  }];
15678
+ }, {
15679
+ readonly type: "error";
15680
+ readonly name: "AttestationLib__SignersSizeMismatch";
15681
+ readonly inputs: readonly [{
15682
+ readonly name: "";
15683
+ readonly type: "uint256";
15684
+ readonly internalType: "uint256";
15685
+ }, {
15686
+ readonly name: "";
15687
+ readonly type: "uint256";
15688
+ readonly internalType: "uint256";
15689
+ }];
15536
15690
  }, {
15537
15691
  readonly type: "error";
15538
15692
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -15773,6 +15927,21 @@ export declare const RollupArtifact: {
15773
15927
  readonly type: "uint256";
15774
15928
  readonly internalType: "uint256";
15775
15929
  }];
15930
+ }, {
15931
+ readonly type: "event";
15932
+ readonly name: "LocalEjectionThresholdUpdated";
15933
+ readonly inputs: readonly [{
15934
+ readonly name: "oldLocalEjectionThreshold";
15935
+ readonly type: "uint256";
15936
+ readonly indexed: true;
15937
+ readonly internalType: "uint256";
15938
+ }, {
15939
+ readonly name: "newLocalEjectionThreshold";
15940
+ readonly type: "uint256";
15941
+ readonly indexed: true;
15942
+ readonly internalType: "uint256";
15943
+ }];
15944
+ readonly anonymous: false;
15776
15945
  }, {
15777
15946
  readonly type: "error";
15778
15947
  readonly name: "Outbox__AlreadyNullified";
@@ -16958,6 +17127,10 @@ export declare const RollupArtifact: {
16958
17127
  readonly type: "error";
16959
17128
  readonly name: "Outbox__InvalidChainId";
16960
17129
  readonly inputs: readonly [];
17130
+ }, {
17131
+ readonly type: "error";
17132
+ readonly name: "Outbox__PathTooLong";
17133
+ readonly inputs: readonly [];
16961
17134
  }, {
16962
17135
  readonly type: "error";
16963
17136
  readonly name: "Outbox__Unauthorized";
@@ -17592,7 +17765,7 @@ export declare const RollupArtifact: {
17592
17765
  }];
17593
17766
  }, {
17594
17767
  readonly type: "error";
17595
- readonly name: "AttestationLib__OutOfBounds";
17768
+ readonly name: "AttestationLib__InvalidDataSize";
17596
17769
  readonly inputs: readonly [{
17597
17770
  readonly name: "";
17598
17771
  readonly type: "uint256";
@@ -17626,6 +17799,18 @@ export declare const RollupArtifact: {
17626
17799
  readonly type: "uint256";
17627
17800
  readonly internalType: "uint256";
17628
17801
  }];
17802
+ }, {
17803
+ readonly type: "error";
17804
+ readonly name: "AttestationLib__SignersSizeMismatch";
17805
+ readonly inputs: readonly [{
17806
+ readonly name: "";
17807
+ readonly type: "uint256";
17808
+ readonly internalType: "uint256";
17809
+ }, {
17810
+ readonly name: "";
17811
+ readonly type: "uint256";
17812
+ readonly internalType: "uint256";
17813
+ }];
17629
17814
  }, {
17630
17815
  readonly type: "error";
17631
17816
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -18819,6 +19004,10 @@ export declare const RollupArtifact: {
18819
19004
  readonly type: "error";
18820
19005
  readonly name: "Outbox__InvalidChainId";
18821
19006
  readonly inputs: readonly [];
19007
+ }, {
19008
+ readonly type: "error";
19009
+ readonly name: "Outbox__PathTooLong";
19010
+ readonly inputs: readonly [];
18822
19011
  }, {
18823
19012
  readonly type: "error";
18824
19013
  readonly name: "Outbox__Unauthorized";
@@ -19453,7 +19642,7 @@ export declare const RollupArtifact: {
19453
19642
  }];
19454
19643
  }, {
19455
19644
  readonly type: "error";
19456
- readonly name: "AttestationLib__OutOfBounds";
19645
+ readonly name: "AttestationLib__InvalidDataSize";
19457
19646
  readonly inputs: readonly [{
19458
19647
  readonly name: "";
19459
19648
  readonly type: "uint256";
@@ -19487,6 +19676,18 @@ export declare const RollupArtifact: {
19487
19676
  readonly type: "uint256";
19488
19677
  readonly internalType: "uint256";
19489
19678
  }];
19679
+ }, {
19680
+ readonly type: "error";
19681
+ readonly name: "AttestationLib__SignersSizeMismatch";
19682
+ readonly inputs: readonly [{
19683
+ readonly name: "";
19684
+ readonly type: "uint256";
19685
+ readonly internalType: "uint256";
19686
+ }, {
19687
+ readonly name: "";
19688
+ readonly type: "uint256";
19689
+ readonly internalType: "uint256";
19690
+ }];
19490
19691
  }, {
19491
19692
  readonly type: "error";
19492
19693
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -20680,6 +20881,10 @@ export declare const RollupArtifact: {
20680
20881
  readonly type: "error";
20681
20882
  readonly name: "Outbox__InvalidChainId";
20682
20883
  readonly inputs: readonly [];
20884
+ }, {
20885
+ readonly type: "error";
20886
+ readonly name: "Outbox__PathTooLong";
20887
+ readonly inputs: readonly [];
20683
20888
  }, {
20684
20889
  readonly type: "error";
20685
20890
  readonly name: "Outbox__Unauthorized";
@@ -21314,7 +21519,7 @@ export declare const RollupArtifact: {
21314
21519
  }];
21315
21520
  }, {
21316
21521
  readonly type: "error";
21317
- readonly name: "AttestationLib__OutOfBounds";
21522
+ readonly name: "AttestationLib__InvalidDataSize";
21318
21523
  readonly inputs: readonly [{
21319
21524
  readonly name: "";
21320
21525
  readonly type: "uint256";
@@ -21348,6 +21553,18 @@ export declare const RollupArtifact: {
21348
21553
  readonly type: "uint256";
21349
21554
  readonly internalType: "uint256";
21350
21555
  }];
21556
+ }, {
21557
+ readonly type: "error";
21558
+ readonly name: "AttestationLib__SignersSizeMismatch";
21559
+ readonly inputs: readonly [{
21560
+ readonly name: "";
21561
+ readonly type: "uint256";
21562
+ readonly internalType: "uint256";
21563
+ }, {
21564
+ readonly name: "";
21565
+ readonly type: "uint256";
21566
+ readonly internalType: "uint256";
21567
+ }];
21351
21568
  }, {
21352
21569
  readonly type: "error";
21353
21570
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -22544,6 +22761,10 @@ export declare const StakingAssetArtifact: {
22544
22761
  readonly type: "error";
22545
22762
  readonly name: "Outbox__InvalidChainId";
22546
22763
  readonly inputs: readonly [];
22764
+ }, {
22765
+ readonly type: "error";
22766
+ readonly name: "Outbox__PathTooLong";
22767
+ readonly inputs: readonly [];
22547
22768
  }, {
22548
22769
  readonly type: "error";
22549
22770
  readonly name: "Outbox__Unauthorized";
@@ -23384,7 +23605,7 @@ export declare const StakingAssetArtifact: {
23384
23605
  readonly stateMutability: "nonpayable";
23385
23606
  }, {
23386
23607
  readonly type: "error";
23387
- readonly name: "AttestationLib__OutOfBounds";
23608
+ readonly name: "AttestationLib__InvalidDataSize";
23388
23609
  readonly inputs: readonly [{
23389
23610
  readonly name: "";
23390
23611
  readonly type: "uint256";
@@ -23418,6 +23639,18 @@ export declare const StakingAssetArtifact: {
23418
23639
  readonly type: "uint256";
23419
23640
  readonly internalType: "uint256";
23420
23641
  }];
23642
+ }, {
23643
+ readonly type: "error";
23644
+ readonly name: "AttestationLib__SignersSizeMismatch";
23645
+ readonly inputs: readonly [{
23646
+ readonly name: "";
23647
+ readonly type: "uint256";
23648
+ readonly internalType: "uint256";
23649
+ }, {
23650
+ readonly name: "";
23651
+ readonly type: "uint256";
23652
+ readonly internalType: "uint256";
23653
+ }];
23421
23654
  }, {
23422
23655
  readonly type: "error";
23423
23656
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -24819,6 +25052,10 @@ export declare const FeeAssetArtifact: {
24819
25052
  readonly type: "error";
24820
25053
  readonly name: "Outbox__InvalidChainId";
24821
25054
  readonly inputs: readonly [];
25055
+ }, {
25056
+ readonly type: "error";
25057
+ readonly name: "Outbox__PathTooLong";
25058
+ readonly inputs: readonly [];
24822
25059
  }, {
24823
25060
  readonly type: "error";
24824
25061
  readonly name: "Outbox__Unauthorized";
@@ -25659,7 +25896,7 @@ export declare const FeeAssetArtifact: {
25659
25896
  readonly stateMutability: "nonpayable";
25660
25897
  }, {
25661
25898
  readonly type: "error";
25662
- readonly name: "AttestationLib__OutOfBounds";
25899
+ readonly name: "AttestationLib__InvalidDataSize";
25663
25900
  readonly inputs: readonly [{
25664
25901
  readonly name: "";
25665
25902
  readonly type: "uint256";
@@ -25693,6 +25930,18 @@ export declare const FeeAssetArtifact: {
25693
25930
  readonly type: "uint256";
25694
25931
  readonly internalType: "uint256";
25695
25932
  }];
25933
+ }, {
25934
+ readonly type: "error";
25935
+ readonly name: "AttestationLib__SignersSizeMismatch";
25936
+ readonly inputs: readonly [{
25937
+ readonly name: "";
25938
+ readonly type: "uint256";
25939
+ readonly internalType: "uint256";
25940
+ }, {
25941
+ readonly name: "";
25942
+ readonly type: "uint256";
25943
+ readonly internalType: "uint256";
25944
+ }];
25696
25945
  }, {
25697
25946
  readonly type: "error";
25698
25947
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -27114,6 +27363,10 @@ export declare const FeeJuicePortalArtifact: {
27114
27363
  readonly type: "error";
27115
27364
  readonly name: "Outbox__InvalidChainId";
27116
27365
  readonly inputs: readonly [];
27366
+ }, {
27367
+ readonly type: "error";
27368
+ readonly name: "Outbox__PathTooLong";
27369
+ readonly inputs: readonly [];
27117
27370
  }, {
27118
27371
  readonly type: "error";
27119
27372
  readonly name: "Outbox__Unauthorized";
@@ -27786,7 +28039,7 @@ export declare const FeeJuicePortalArtifact: {
27786
28039
  }];
27787
28040
  }, {
27788
28041
  readonly type: "error";
27789
- readonly name: "AttestationLib__OutOfBounds";
28042
+ readonly name: "AttestationLib__InvalidDataSize";
27790
28043
  readonly inputs: readonly [{
27791
28044
  readonly name: "";
27792
28045
  readonly type: "uint256";
@@ -27820,6 +28073,18 @@ export declare const FeeJuicePortalArtifact: {
27820
28073
  readonly type: "uint256";
27821
28074
  readonly internalType: "uint256";
27822
28075
  }];
28076
+ }, {
28077
+ readonly type: "error";
28078
+ readonly name: "AttestationLib__SignersSizeMismatch";
28079
+ readonly inputs: readonly [{
28080
+ readonly name: "";
28081
+ readonly type: "uint256";
28082
+ readonly internalType: "uint256";
28083
+ }, {
28084
+ readonly name: "";
28085
+ readonly type: "uint256";
28086
+ readonly internalType: "uint256";
28087
+ }];
27823
28088
  }, {
27824
28089
  readonly type: "error";
27825
28090
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -29128,6 +29393,10 @@ export declare const RewardDistributorArtifact: {
29128
29393
  readonly type: "error";
29129
29394
  readonly name: "Outbox__InvalidChainId";
29130
29395
  readonly inputs: readonly [];
29396
+ }, {
29397
+ readonly type: "error";
29398
+ readonly name: "Outbox__PathTooLong";
29399
+ readonly inputs: readonly [];
29131
29400
  }, {
29132
29401
  readonly type: "error";
29133
29402
  readonly name: "Outbox__Unauthorized";
@@ -29802,7 +30071,7 @@ export declare const RewardDistributorArtifact: {
29802
30071
  readonly stateMutability: "nonpayable";
29803
30072
  }, {
29804
30073
  readonly type: "error";
29805
- readonly name: "AttestationLib__OutOfBounds";
30074
+ readonly name: "AttestationLib__InvalidDataSize";
29806
30075
  readonly inputs: readonly [{
29807
30076
  readonly name: "";
29808
30077
  readonly type: "uint256";
@@ -29836,6 +30105,18 @@ export declare const RewardDistributorArtifact: {
29836
30105
  readonly type: "uint256";
29837
30106
  readonly internalType: "uint256";
29838
30107
  }];
30108
+ }, {
30109
+ readonly type: "error";
30110
+ readonly name: "AttestationLib__SignersSizeMismatch";
30111
+ readonly inputs: readonly [{
30112
+ readonly name: "";
30113
+ readonly type: "uint256";
30114
+ readonly internalType: "uint256";
30115
+ }, {
30116
+ readonly name: "";
30117
+ readonly type: "uint256";
30118
+ readonly internalType: "uint256";
30119
+ }];
29839
30120
  }, {
29840
30121
  readonly type: "error";
29841
30122
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -31071,6 +31352,10 @@ export declare const CoinIssuerArtifact: {
31071
31352
  readonly type: "error";
31072
31353
  readonly name: "Outbox__InvalidChainId";
31073
31354
  readonly inputs: readonly [];
31355
+ }, {
31356
+ readonly type: "error";
31357
+ readonly name: "Outbox__PathTooLong";
31358
+ readonly inputs: readonly [];
31074
31359
  }, {
31075
31360
  readonly type: "error";
31076
31361
  readonly name: "Outbox__Unauthorized";
@@ -31783,7 +32068,7 @@ export declare const CoinIssuerArtifact: {
31783
32068
  readonly stateMutability: "nonpayable";
31784
32069
  }, {
31785
32070
  readonly type: "error";
31786
- readonly name: "AttestationLib__OutOfBounds";
32071
+ readonly name: "AttestationLib__InvalidDataSize";
31787
32072
  readonly inputs: readonly [{
31788
32073
  readonly name: "";
31789
32074
  readonly type: "uint256";
@@ -31817,6 +32102,18 @@ export declare const CoinIssuerArtifact: {
31817
32102
  readonly type: "uint256";
31818
32103
  readonly internalType: "uint256";
31819
32104
  }];
32105
+ }, {
32106
+ readonly type: "error";
32107
+ readonly name: "AttestationLib__SignersSizeMismatch";
32108
+ readonly inputs: readonly [{
32109
+ readonly name: "";
32110
+ readonly type: "uint256";
32111
+ readonly internalType: "uint256";
32112
+ }, {
32113
+ readonly name: "";
32114
+ readonly type: "uint256";
32115
+ readonly internalType: "uint256";
32116
+ }];
31820
32117
  }, {
31821
32118
  readonly type: "error";
31822
32119
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -33098,6 +33395,10 @@ export declare const GovernanceProposerArtifact: {
33098
33395
  readonly type: "error";
33099
33396
  readonly name: "Outbox__InvalidChainId";
33100
33397
  readonly inputs: readonly [];
33398
+ }, {
33399
+ readonly type: "error";
33400
+ readonly name: "Outbox__PathTooLong";
33401
+ readonly inputs: readonly [];
33101
33402
  }, {
33102
33403
  readonly type: "error";
33103
33404
  readonly name: "Outbox__Unauthorized";
@@ -33916,7 +34217,7 @@ export declare const GovernanceProposerArtifact: {
33916
34217
  readonly stateMutability: "nonpayable";
33917
34218
  }, {
33918
34219
  readonly type: "error";
33919
- readonly name: "AttestationLib__OutOfBounds";
34220
+ readonly name: "AttestationLib__InvalidDataSize";
33920
34221
  readonly inputs: readonly [{
33921
34222
  readonly name: "";
33922
34223
  readonly type: "uint256";
@@ -33950,6 +34251,18 @@ export declare const GovernanceProposerArtifact: {
33950
34251
  readonly type: "uint256";
33951
34252
  readonly internalType: "uint256";
33952
34253
  }];
34254
+ }, {
34255
+ readonly type: "error";
34256
+ readonly name: "AttestationLib__SignersSizeMismatch";
34257
+ readonly inputs: readonly [{
34258
+ readonly name: "";
34259
+ readonly type: "uint256";
34260
+ readonly internalType: "uint256";
34261
+ }, {
34262
+ readonly name: "";
34263
+ readonly type: "uint256";
34264
+ readonly internalType: "uint256";
34265
+ }];
33953
34266
  }, {
33954
34267
  readonly type: "error";
33955
34268
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -35346,6 +35659,10 @@ export declare const GovernanceArtifact: {
35346
35659
  readonly type: "error";
35347
35660
  readonly name: "Outbox__InvalidChainId";
35348
35661
  readonly inputs: readonly [];
35662
+ }, {
35663
+ readonly type: "error";
35664
+ readonly name: "Outbox__PathTooLong";
35665
+ readonly inputs: readonly [];
35349
35666
  }, {
35350
35667
  readonly type: "error";
35351
35668
  readonly name: "Outbox__Unauthorized";
@@ -36444,7 +36761,7 @@ export declare const GovernanceArtifact: {
36444
36761
  readonly stateMutability: "nonpayable";
36445
36762
  }, {
36446
36763
  readonly type: "error";
36447
- readonly name: "AttestationLib__OutOfBounds";
36764
+ readonly name: "AttestationLib__InvalidDataSize";
36448
36765
  readonly inputs: readonly [{
36449
36766
  readonly name: "";
36450
36767
  readonly type: "uint256";
@@ -36478,6 +36795,18 @@ export declare const GovernanceArtifact: {
36478
36795
  readonly type: "uint256";
36479
36796
  readonly internalType: "uint256";
36480
36797
  }];
36798
+ }, {
36799
+ readonly type: "error";
36800
+ readonly name: "AttestationLib__SignersSizeMismatch";
36801
+ readonly inputs: readonly [{
36802
+ readonly name: "";
36803
+ readonly type: "uint256";
36804
+ readonly internalType: "uint256";
36805
+ }, {
36806
+ readonly name: "";
36807
+ readonly type: "uint256";
36808
+ readonly internalType: "uint256";
36809
+ }];
36481
36810
  }, {
36482
36811
  readonly type: "error";
36483
36812
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -37952,6 +38281,10 @@ export declare const SlasherArtifact: {
37952
38281
  readonly type: "error";
37953
38282
  readonly name: "Outbox__InvalidChainId";
37954
38283
  readonly inputs: readonly [];
38284
+ }, {
38285
+ readonly type: "error";
38286
+ readonly name: "Outbox__PathTooLong";
38287
+ readonly inputs: readonly [];
37955
38288
  }, {
37956
38289
  readonly type: "error";
37957
38290
  readonly name: "Outbox__Unauthorized";
@@ -38704,7 +39037,7 @@ export declare const SlasherArtifact: {
38704
39037
  readonly stateMutability: "nonpayable";
38705
39038
  }, {
38706
39039
  readonly type: "error";
38707
- readonly name: "AttestationLib__OutOfBounds";
39040
+ readonly name: "AttestationLib__InvalidDataSize";
38708
39041
  readonly inputs: readonly [{
38709
39042
  readonly name: "";
38710
39043
  readonly type: "uint256";
@@ -38738,6 +39071,18 @@ export declare const SlasherArtifact: {
38738
39071
  readonly type: "uint256";
38739
39072
  readonly internalType: "uint256";
38740
39073
  }];
39074
+ }, {
39075
+ readonly type: "error";
39076
+ readonly name: "AttestationLib__SignersSizeMismatch";
39077
+ readonly inputs: readonly [{
39078
+ readonly name: "";
39079
+ readonly type: "uint256";
39080
+ readonly internalType: "uint256";
39081
+ }, {
39082
+ readonly name: "";
39083
+ readonly type: "uint256";
39084
+ readonly internalType: "uint256";
39085
+ }];
38741
39086
  }, {
38742
39087
  readonly type: "error";
38743
39088
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -40002,6 +40347,10 @@ export declare const EmpireSlashingProposerArtifact: {
40002
40347
  readonly type: "error";
40003
40348
  readonly name: "Outbox__InvalidChainId";
40004
40349
  readonly inputs: readonly [];
40350
+ }, {
40351
+ readonly type: "error";
40352
+ readonly name: "Outbox__PathTooLong";
40353
+ readonly inputs: readonly [];
40005
40354
  }, {
40006
40355
  readonly type: "error";
40007
40356
  readonly name: "Outbox__Unauthorized";
@@ -40806,7 +41155,7 @@ export declare const EmpireSlashingProposerArtifact: {
40806
41155
  readonly stateMutability: "nonpayable";
40807
41156
  }, {
40808
41157
  readonly type: "error";
40809
- readonly name: "AttestationLib__OutOfBounds";
41158
+ readonly name: "AttestationLib__InvalidDataSize";
40810
41159
  readonly inputs: readonly [{
40811
41160
  readonly name: "";
40812
41161
  readonly type: "uint256";
@@ -40840,6 +41189,18 @@ export declare const EmpireSlashingProposerArtifact: {
40840
41189
  readonly type: "uint256";
40841
41190
  readonly internalType: "uint256";
40842
41191
  }];
41192
+ }, {
41193
+ readonly type: "error";
41194
+ readonly name: "AttestationLib__SignersSizeMismatch";
41195
+ readonly inputs: readonly [{
41196
+ readonly name: "";
41197
+ readonly type: "uint256";
41198
+ readonly internalType: "uint256";
41199
+ }, {
41200
+ readonly name: "";
41201
+ readonly type: "uint256";
41202
+ readonly internalType: "uint256";
41203
+ }];
40843
41204
  }, {
40844
41205
  readonly type: "error";
40845
41206
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -42300,6 +42661,10 @@ export declare const TallySlashingProposerArtifact: {
42300
42661
  readonly type: "error";
42301
42662
  readonly name: "Outbox__InvalidChainId";
42302
42663
  readonly inputs: readonly [];
42664
+ }, {
42665
+ readonly type: "error";
42666
+ readonly name: "Outbox__PathTooLong";
42667
+ readonly inputs: readonly [];
42303
42668
  }, {
42304
42669
  readonly type: "error";
42305
42670
  readonly name: "Outbox__Unauthorized";
@@ -43158,7 +43523,7 @@ export declare const TallySlashingProposerArtifact: {
43158
43523
  readonly stateMutability: "nonpayable";
43159
43524
  }, {
43160
43525
  readonly type: "error";
43161
- readonly name: "AttestationLib__OutOfBounds";
43526
+ readonly name: "AttestationLib__InvalidDataSize";
43162
43527
  readonly inputs: readonly [{
43163
43528
  readonly name: "";
43164
43529
  readonly type: "uint256";
@@ -43192,6 +43557,18 @@ export declare const TallySlashingProposerArtifact: {
43192
43557
  readonly type: "uint256";
43193
43558
  readonly internalType: "uint256";
43194
43559
  }];
43560
+ }, {
43561
+ readonly type: "error";
43562
+ readonly name: "AttestationLib__SignersSizeMismatch";
43563
+ readonly inputs: readonly [{
43564
+ readonly name: "";
43565
+ readonly type: "uint256";
43566
+ readonly internalType: "uint256";
43567
+ }, {
43568
+ readonly name: "";
43569
+ readonly type: "uint256";
43570
+ readonly internalType: "uint256";
43571
+ }];
43195
43572
  }, {
43196
43573
  readonly type: "error";
43197
43574
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -44637,6 +45014,10 @@ export declare const SlashFactoryArtifact: {
44637
45014
  readonly type: "error";
44638
45015
  readonly name: "Outbox__InvalidChainId";
44639
45016
  readonly inputs: readonly [];
45017
+ }, {
45018
+ readonly type: "error";
45019
+ readonly name: "Outbox__PathTooLong";
45020
+ readonly inputs: readonly [];
44640
45021
  }, {
44641
45022
  readonly type: "error";
44642
45023
  readonly name: "Outbox__Unauthorized";
@@ -45289,7 +45670,7 @@ export declare const SlashFactoryArtifact: {
45289
45670
  }];
45290
45671
  }, {
45291
45672
  readonly type: "error";
45292
- readonly name: "AttestationLib__OutOfBounds";
45673
+ readonly name: "AttestationLib__InvalidDataSize";
45293
45674
  readonly inputs: readonly [{
45294
45675
  readonly name: "";
45295
45676
  readonly type: "uint256";
@@ -45323,6 +45704,18 @@ export declare const SlashFactoryArtifact: {
45323
45704
  readonly type: "uint256";
45324
45705
  readonly internalType: "uint256";
45325
45706
  }];
45707
+ }, {
45708
+ readonly type: "error";
45709
+ readonly name: "AttestationLib__SignersSizeMismatch";
45710
+ readonly inputs: readonly [{
45711
+ readonly name: "";
45712
+ readonly type: "uint256";
45713
+ readonly internalType: "uint256";
45714
+ }, {
45715
+ readonly name: "";
45716
+ readonly type: "uint256";
45717
+ readonly internalType: "uint256";
45718
+ }];
45326
45719
  }, {
45327
45720
  readonly type: "error";
45328
45721
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -46617,6 +47010,10 @@ export declare const RegisterNewRollupVersionPayloadArtifact: {
46617
47010
  readonly type: "error";
46618
47011
  readonly name: "Outbox__InvalidChainId";
46619
47012
  readonly inputs: readonly [];
47013
+ }, {
47014
+ readonly type: "error";
47015
+ readonly name: "Outbox__PathTooLong";
47016
+ readonly inputs: readonly [];
46620
47017
  }, {
46621
47018
  readonly type: "error";
46622
47019
  readonly name: "Outbox__Unauthorized";
@@ -47312,7 +47709,7 @@ export declare const RegisterNewRollupVersionPayloadArtifact: {
47312
47709
  readonly stateMutability: "nonpayable";
47313
47710
  }, {
47314
47711
  readonly type: "error";
47315
- readonly name: "AttestationLib__OutOfBounds";
47712
+ readonly name: "AttestationLib__InvalidDataSize";
47316
47713
  readonly inputs: readonly [{
47317
47714
  readonly name: "";
47318
47715
  readonly type: "uint256";
@@ -47346,6 +47743,18 @@ export declare const RegisterNewRollupVersionPayloadArtifact: {
47346
47743
  readonly type: "uint256";
47347
47744
  readonly internalType: "uint256";
47348
47745
  }];
47746
+ }, {
47747
+ readonly type: "error";
47748
+ readonly name: "AttestationLib__SignersSizeMismatch";
47749
+ readonly inputs: readonly [{
47750
+ readonly name: "";
47751
+ readonly type: "uint256";
47752
+ readonly internalType: "uint256";
47753
+ }, {
47754
+ readonly name: "";
47755
+ readonly type: "uint256";
47756
+ readonly internalType: "uint256";
47757
+ }];
47349
47758
  }, {
47350
47759
  readonly type: "error";
47351
47760
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -48549,6 +48958,10 @@ export declare const FeeAssetHandlerArtifact: {
48549
48958
  readonly type: "error";
48550
48959
  readonly name: "Outbox__InvalidChainId";
48551
48960
  readonly inputs: readonly [];
48961
+ }, {
48962
+ readonly type: "error";
48963
+ readonly name: "Outbox__PathTooLong";
48964
+ readonly inputs: readonly [];
48552
48965
  }, {
48553
48966
  readonly type: "error";
48554
48967
  readonly name: "Outbox__Unauthorized";
@@ -49265,7 +49678,7 @@ export declare const FeeAssetHandlerArtifact: {
49265
49678
  readonly stateMutability: "nonpayable";
49266
49679
  }, {
49267
49680
  readonly type: "error";
49268
- readonly name: "AttestationLib__OutOfBounds";
49681
+ readonly name: "AttestationLib__InvalidDataSize";
49269
49682
  readonly inputs: readonly [{
49270
49683
  readonly name: "";
49271
49684
  readonly type: "uint256";
@@ -49299,6 +49712,18 @@ export declare const FeeAssetHandlerArtifact: {
49299
49712
  readonly type: "uint256";
49300
49713
  readonly internalType: "uint256";
49301
49714
  }];
49715
+ }, {
49716
+ readonly type: "error";
49717
+ readonly name: "AttestationLib__SignersSizeMismatch";
49718
+ readonly inputs: readonly [{
49719
+ readonly name: "";
49720
+ readonly type: "uint256";
49721
+ readonly internalType: "uint256";
49722
+ }, {
49723
+ readonly name: "";
49724
+ readonly type: "uint256";
49725
+ readonly internalType: "uint256";
49726
+ }];
49302
49727
  }, {
49303
49728
  readonly type: "error";
49304
49729
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -50547,6 +50972,10 @@ export declare const StakingAssetHandlerArtifact: {
50547
50972
  readonly type: "error";
50548
50973
  readonly name: "Outbox__InvalidChainId";
50549
50974
  readonly inputs: readonly [];
50975
+ }, {
50976
+ readonly type: "error";
50977
+ readonly name: "Outbox__PathTooLong";
50978
+ readonly inputs: readonly [];
50550
50979
  }, {
50551
50980
  readonly type: "error";
50552
50981
  readonly name: "Outbox__Unauthorized";
@@ -51690,7 +52119,7 @@ export declare const StakingAssetHandlerArtifact: {
51690
52119
  readonly stateMutability: "nonpayable";
51691
52120
  }, {
51692
52121
  readonly type: "error";
51693
- readonly name: "AttestationLib__OutOfBounds";
52122
+ readonly name: "AttestationLib__InvalidDataSize";
51694
52123
  readonly inputs: readonly [{
51695
52124
  readonly name: "";
51696
52125
  readonly type: "uint256";
@@ -51724,6 +52153,18 @@ export declare const StakingAssetHandlerArtifact: {
51724
52153
  readonly type: "uint256";
51725
52154
  readonly internalType: "uint256";
51726
52155
  }];
52156
+ }, {
52157
+ readonly type: "error";
52158
+ readonly name: "AttestationLib__SignersSizeMismatch";
52159
+ readonly inputs: readonly [{
52160
+ readonly name: "";
52161
+ readonly type: "uint256";
52162
+ readonly internalType: "uint256";
52163
+ }, {
52164
+ readonly name: "";
52165
+ readonly type: "uint256";
52166
+ readonly internalType: "uint256";
52167
+ }];
51727
52168
  }, {
51728
52169
  readonly type: "error";
51729
52170
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -53149,6 +53590,10 @@ export declare const MultiAdderArtifact: {
53149
53590
  readonly type: "error";
53150
53591
  readonly name: "Outbox__InvalidChainId";
53151
53592
  readonly inputs: readonly [];
53593
+ }, {
53594
+ readonly type: "error";
53595
+ readonly name: "Outbox__PathTooLong";
53596
+ readonly inputs: readonly [];
53152
53597
  }, {
53153
53598
  readonly type: "error";
53154
53599
  readonly name: "Outbox__Unauthorized";
@@ -53871,7 +54316,7 @@ export declare const MultiAdderArtifact: {
53871
54316
  readonly stateMutability: "nonpayable";
53872
54317
  }, {
53873
54318
  readonly type: "error";
53874
- readonly name: "AttestationLib__OutOfBounds";
54319
+ readonly name: "AttestationLib__InvalidDataSize";
53875
54320
  readonly inputs: readonly [{
53876
54321
  readonly name: "";
53877
54322
  readonly type: "uint256";
@@ -53905,6 +54350,18 @@ export declare const MultiAdderArtifact: {
53905
54350
  readonly type: "uint256";
53906
54351
  readonly internalType: "uint256";
53907
54352
  }];
54353
+ }, {
54354
+ readonly type: "error";
54355
+ readonly name: "AttestationLib__SignersSizeMismatch";
54356
+ readonly inputs: readonly [{
54357
+ readonly name: "";
54358
+ readonly type: "uint256";
54359
+ readonly internalType: "uint256";
54360
+ }, {
54361
+ readonly name: "";
54362
+ readonly type: "uint256";
54363
+ readonly internalType: "uint256";
54364
+ }];
53908
54365
  }, {
53909
54366
  readonly type: "error";
53910
54367
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -55232,6 +55689,10 @@ export declare const GSEArtifact: {
55232
55689
  readonly type: "error";
55233
55690
  readonly name: "Outbox__InvalidChainId";
55234
55691
  readonly inputs: readonly [];
55692
+ }, {
55693
+ readonly type: "error";
55694
+ readonly name: "Outbox__PathTooLong";
55695
+ readonly inputs: readonly [];
55235
55696
  }, {
55236
55697
  readonly type: "error";
55237
55698
  readonly name: "Outbox__Unauthorized";
@@ -56155,7 +56616,7 @@ export declare const GSEArtifact: {
56155
56616
  }];
56156
56617
  }, {
56157
56618
  readonly type: "error";
56158
- readonly name: "AttestationLib__OutOfBounds";
56619
+ readonly name: "AttestationLib__InvalidDataSize";
56159
56620
  readonly inputs: readonly [{
56160
56621
  readonly name: "";
56161
56622
  readonly type: "uint256";
@@ -56189,6 +56650,18 @@ export declare const GSEArtifact: {
56189
56650
  readonly type: "uint256";
56190
56651
  readonly internalType: "uint256";
56191
56652
  }];
56653
+ }, {
56654
+ readonly type: "error";
56655
+ readonly name: "AttestationLib__SignersSizeMismatch";
56656
+ readonly inputs: readonly [{
56657
+ readonly name: "";
56658
+ readonly type: "uint256";
56659
+ readonly internalType: "uint256";
56660
+ }, {
56661
+ readonly name: "";
56662
+ readonly type: "uint256";
56663
+ readonly internalType: "uint256";
56664
+ }];
56192
56665
  }, {
56193
56666
  readonly type: "error";
56194
56667
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -57854,6 +58327,10 @@ export declare const HonkVerifierArtifact: {
57854
58327
  readonly type: "error";
57855
58328
  readonly name: "Outbox__InvalidChainId";
57856
58329
  readonly inputs: readonly [];
58330
+ }, {
58331
+ readonly type: "error";
58332
+ readonly name: "Outbox__PathTooLong";
58333
+ readonly inputs: readonly [];
57857
58334
  }, {
57858
58335
  readonly type: "error";
57859
58336
  readonly name: "Outbox__Unauthorized";
@@ -58504,7 +58981,7 @@ export declare const HonkVerifierArtifact: {
58504
58981
  }];
58505
58982
  }, {
58506
58983
  readonly type: "error";
58507
- readonly name: "AttestationLib__OutOfBounds";
58984
+ readonly name: "AttestationLib__InvalidDataSize";
58508
58985
  readonly inputs: readonly [{
58509
58986
  readonly name: "";
58510
58987
  readonly type: "uint256";
@@ -58538,6 +59015,18 @@ export declare const HonkVerifierArtifact: {
58538
59015
  readonly type: "uint256";
58539
59016
  readonly internalType: "uint256";
58540
59017
  }];
59018
+ }, {
59019
+ readonly type: "error";
59020
+ readonly name: "AttestationLib__SignersSizeMismatch";
59021
+ readonly inputs: readonly [{
59022
+ readonly name: "";
59023
+ readonly type: "uint256";
59024
+ readonly internalType: "uint256";
59025
+ }, {
59026
+ readonly name: "";
59027
+ readonly type: "uint256";
59028
+ readonly internalType: "uint256";
59029
+ }];
58541
59030
  }, {
58542
59031
  readonly type: "error";
58543
59032
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -59765,6 +60254,10 @@ export declare const MockVerifierArtifact: {
59765
60254
  readonly type: "error";
59766
60255
  readonly name: "Outbox__InvalidChainId";
59767
60256
  readonly inputs: readonly [];
60257
+ }, {
60258
+ readonly type: "error";
60259
+ readonly name: "Outbox__PathTooLong";
60260
+ readonly inputs: readonly [];
59768
60261
  }, {
59769
60262
  readonly type: "error";
59770
60263
  readonly name: "Outbox__Unauthorized";
@@ -60399,7 +60892,7 @@ export declare const MockVerifierArtifact: {
60399
60892
  }];
60400
60893
  }, {
60401
60894
  readonly type: "error";
60402
- readonly name: "AttestationLib__OutOfBounds";
60895
+ readonly name: "AttestationLib__InvalidDataSize";
60403
60896
  readonly inputs: readonly [{
60404
60897
  readonly name: "";
60405
60898
  readonly type: "uint256";
@@ -60433,6 +60926,18 @@ export declare const MockVerifierArtifact: {
60433
60926
  readonly type: "uint256";
60434
60927
  readonly internalType: "uint256";
60435
60928
  }];
60929
+ }, {
60930
+ readonly type: "error";
60931
+ readonly name: "AttestationLib__SignersSizeMismatch";
60932
+ readonly inputs: readonly [{
60933
+ readonly name: "";
60934
+ readonly type: "uint256";
60935
+ readonly internalType: "uint256";
60936
+ }, {
60937
+ readonly name: "";
60938
+ readonly type: "uint256";
60939
+ readonly internalType: "uint256";
60940
+ }];
60436
60941
  }, {
60437
60942
  readonly type: "error";
60438
60943
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -61644,6 +62149,10 @@ export declare const MockZkPassportVerifierArtifact: {
61644
62149
  readonly type: "error";
61645
62150
  readonly name: "Outbox__InvalidChainId";
61646
62151
  readonly inputs: readonly [];
62152
+ }, {
62153
+ readonly type: "error";
62154
+ readonly name: "Outbox__PathTooLong";
62155
+ readonly inputs: readonly [];
61647
62156
  }, {
61648
62157
  readonly type: "error";
61649
62158
  readonly name: "Outbox__Unauthorized";
@@ -62349,7 +62858,7 @@ export declare const MockZkPassportVerifierArtifact: {
62349
62858
  readonly stateMutability: "view";
62350
62859
  }, {
62351
62860
  readonly type: "error";
62352
- readonly name: "AttestationLib__OutOfBounds";
62861
+ readonly name: "AttestationLib__InvalidDataSize";
62353
62862
  readonly inputs: readonly [{
62354
62863
  readonly name: "";
62355
62864
  readonly type: "uint256";
@@ -62383,6 +62892,18 @@ export declare const MockZkPassportVerifierArtifact: {
62383
62892
  readonly type: "uint256";
62384
62893
  readonly internalType: "uint256";
62385
62894
  }];
62895
+ }, {
62896
+ readonly type: "error";
62897
+ readonly name: "AttestationLib__SignersSizeMismatch";
62898
+ readonly inputs: readonly [{
62899
+ readonly name: "";
62900
+ readonly type: "uint256";
62901
+ readonly internalType: "uint256";
62902
+ }, {
62903
+ readonly name: "";
62904
+ readonly type: "uint256";
62905
+ readonly internalType: "uint256";
62906
+ }];
62386
62907
  }, {
62387
62908
  readonly type: "error";
62388
62909
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -63599,6 +64120,10 @@ export declare const l1ArtifactsVerifiers: {
63599
64120
  readonly type: "error";
63600
64121
  readonly name: "Outbox__InvalidChainId";
63601
64122
  readonly inputs: readonly [];
64123
+ }, {
64124
+ readonly type: "error";
64125
+ readonly name: "Outbox__PathTooLong";
64126
+ readonly inputs: readonly [];
63602
64127
  }, {
63603
64128
  readonly type: "error";
63604
64129
  readonly name: "Outbox__Unauthorized";
@@ -64249,7 +64774,7 @@ export declare const l1ArtifactsVerifiers: {
64249
64774
  }];
64250
64775
  }, {
64251
64776
  readonly type: "error";
64252
- readonly name: "AttestationLib__OutOfBounds";
64777
+ readonly name: "AttestationLib__InvalidDataSize";
64253
64778
  readonly inputs: readonly [{
64254
64779
  readonly name: "";
64255
64780
  readonly type: "uint256";
@@ -64283,6 +64808,18 @@ export declare const l1ArtifactsVerifiers: {
64283
64808
  readonly type: "uint256";
64284
64809
  readonly internalType: "uint256";
64285
64810
  }];
64811
+ }, {
64812
+ readonly type: "error";
64813
+ readonly name: "AttestationLib__SignersSizeMismatch";
64814
+ readonly inputs: readonly [{
64815
+ readonly name: "";
64816
+ readonly type: "uint256";
64817
+ readonly internalType: "uint256";
64818
+ }, {
64819
+ readonly name: "";
64820
+ readonly type: "uint256";
64821
+ readonly internalType: "uint256";
64822
+ }];
64286
64823
  }, {
64287
64824
  readonly type: "error";
64288
64825
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -65512,6 +66049,10 @@ export declare const mockVerifiers: {
65512
66049
  readonly type: "error";
65513
66050
  readonly name: "Outbox__InvalidChainId";
65514
66051
  readonly inputs: readonly [];
66052
+ }, {
66053
+ readonly type: "error";
66054
+ readonly name: "Outbox__PathTooLong";
66055
+ readonly inputs: readonly [];
65515
66056
  }, {
65516
66057
  readonly type: "error";
65517
66058
  readonly name: "Outbox__Unauthorized";
@@ -66146,7 +66687,7 @@ export declare const mockVerifiers: {
66146
66687
  }];
66147
66688
  }, {
66148
66689
  readonly type: "error";
66149
- readonly name: "AttestationLib__OutOfBounds";
66690
+ readonly name: "AttestationLib__InvalidDataSize";
66150
66691
  readonly inputs: readonly [{
66151
66692
  readonly name: "";
66152
66693
  readonly type: "uint256";
@@ -66180,6 +66721,18 @@ export declare const mockVerifiers: {
66180
66721
  readonly type: "uint256";
66181
66722
  readonly internalType: "uint256";
66182
66723
  }];
66724
+ }, {
66725
+ readonly type: "error";
66726
+ readonly name: "AttestationLib__SignersSizeMismatch";
66727
+ readonly inputs: readonly [{
66728
+ readonly name: "";
66729
+ readonly type: "uint256";
66730
+ readonly internalType: "uint256";
66731
+ }, {
66732
+ readonly name: "";
66733
+ readonly type: "uint256";
66734
+ readonly internalType: "uint256";
66735
+ }];
66183
66736
  }, {
66184
66737
  readonly type: "error";
66185
66738
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -67391,6 +67944,10 @@ export declare const mockVerifiers: {
67391
67944
  readonly type: "error";
67392
67945
  readonly name: "Outbox__InvalidChainId";
67393
67946
  readonly inputs: readonly [];
67947
+ }, {
67948
+ readonly type: "error";
67949
+ readonly name: "Outbox__PathTooLong";
67950
+ readonly inputs: readonly [];
67394
67951
  }, {
67395
67952
  readonly type: "error";
67396
67953
  readonly name: "Outbox__Unauthorized";
@@ -68096,7 +68653,7 @@ export declare const mockVerifiers: {
68096
68653
  readonly stateMutability: "view";
68097
68654
  }, {
68098
68655
  readonly type: "error";
68099
- readonly name: "AttestationLib__OutOfBounds";
68656
+ readonly name: "AttestationLib__InvalidDataSize";
68100
68657
  readonly inputs: readonly [{
68101
68658
  readonly name: "";
68102
68659
  readonly type: "uint256";
@@ -68130,6 +68687,18 @@ export declare const mockVerifiers: {
68130
68687
  readonly type: "uint256";
68131
68688
  readonly internalType: "uint256";
68132
68689
  }];
68690
+ }, {
68691
+ readonly type: "error";
68692
+ readonly name: "AttestationLib__SignersSizeMismatch";
68693
+ readonly inputs: readonly [{
68694
+ readonly name: "";
68695
+ readonly type: "uint256";
68696
+ readonly internalType: "uint256";
68697
+ }, {
68698
+ readonly name: "";
68699
+ readonly type: "uint256";
68700
+ readonly internalType: "uint256";
68701
+ }];
68133
68702
  }, {
68134
68703
  readonly type: "error";
68135
68704
  readonly name: "CoinIssuer__InsufficientMintAvailable";