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

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 (37) hide show
  1. package/dest/config.d.ts +6 -4
  2. package/dest/config.d.ts.map +1 -1
  3. package/dest/config.js +12 -30
  4. package/dest/contracts/empire_slashing_proposer.d.ts +1 -1
  5. package/dest/contracts/empire_slashing_proposer.d.ts.map +1 -1
  6. package/dest/contracts/empire_slashing_proposer.js +1 -1
  7. package/dest/contracts/rollup.d.ts +13 -6
  8. package/dest/contracts/rollup.d.ts.map +1 -1
  9. package/dest/contracts/rollup.js +49 -23
  10. package/dest/deploy_l1_contracts.d.ts +4 -4
  11. package/dest/deploy_l1_contracts.d.ts.map +1 -1
  12. package/dest/deploy_l1_contracts.js +51 -25
  13. package/dest/l1_artifacts.d.ts +689 -62
  14. package/dest/l1_artifacts.d.ts.map +1 -1
  15. package/dest/l1_tx_utils.d.ts +4 -2
  16. package/dest/l1_tx_utils.d.ts.map +1 -1
  17. package/dest/l1_tx_utils.js +21 -13
  18. package/dest/l1_tx_utils_with_blobs.d.ts +2 -1
  19. package/dest/l1_tx_utils_with_blobs.d.ts.map +1 -1
  20. package/dest/l1_tx_utils_with_blobs.js +7 -5
  21. package/dest/queries.d.ts.map +1 -1
  22. package/dest/queries.js +8 -11
  23. package/dest/test/chain_monitor.d.ts +4 -0
  24. package/dest/test/chain_monitor.d.ts.map +1 -1
  25. package/dest/test/chain_monitor.js +57 -11
  26. package/dest/utils.d.ts.map +1 -1
  27. package/dest/utils.js +10 -161
  28. package/package.json +5 -5
  29. package/src/config.ts +17 -35
  30. package/src/contracts/empire_slashing_proposer.ts +6 -2
  31. package/src/contracts/rollup.ts +58 -22
  32. package/src/deploy_l1_contracts.ts +65 -22
  33. package/src/l1_tx_utils.ts +28 -9
  34. package/src/l1_tx_utils_with_blobs.ts +8 -2
  35. package/src/queries.ts +9 -7
  36. package/src/test/chain_monitor.ts +64 -8
  37. package/src/utils.ts +13 -185
@@ -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,26 @@ 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: "getLagInEpochs";
6795
+ readonly inputs: readonly [];
6796
+ readonly outputs: readonly [{
6797
+ readonly name: "";
6798
+ readonly type: "uint256";
6799
+ readonly internalType: "uint256";
6800
+ }];
6801
+ readonly stateMutability: "view";
6802
+ }, {
6803
+ readonly type: "function";
6804
+ readonly name: "getLocalEjectionThreshold";
6805
+ readonly inputs: readonly [];
6806
+ readonly outputs: readonly [{
6807
+ readonly name: "";
6808
+ readonly type: "uint256";
6809
+ readonly internalType: "uint256";
6810
+ }];
6811
+ readonly stateMutability: "view";
6740
6812
  }, {
6741
6813
  readonly type: "function";
6742
6814
  readonly name: "getManaLimit";
@@ -8112,6 +8184,20 @@ export declare const RollupArtifact: {
8112
8184
  readonly internalType: "uint256";
8113
8185
  }];
8114
8186
  readonly stateMutability: "view";
8187
+ }, {
8188
+ readonly type: "function";
8189
+ readonly name: "getSamplingSizeAt";
8190
+ readonly inputs: readonly [{
8191
+ readonly name: "_ts";
8192
+ readonly type: "uint256";
8193
+ readonly internalType: "Timestamp";
8194
+ }];
8195
+ readonly outputs: readonly [{
8196
+ readonly name: "";
8197
+ readonly type: "uint256";
8198
+ readonly internalType: "uint256";
8199
+ }];
8200
+ readonly stateMutability: "view";
8115
8201
  }, {
8116
8202
  readonly type: "function";
8117
8203
  readonly name: "getSequencerRewards";
@@ -8182,6 +8268,16 @@ export declare const RollupArtifact: {
8182
8268
  readonly internalType: "Timestamp";
8183
8269
  }];
8184
8270
  readonly stateMutability: "view";
8271
+ }, {
8272
+ readonly type: "function";
8273
+ readonly name: "setLocalEjectionThreshold";
8274
+ readonly inputs: readonly [{
8275
+ readonly name: "_localEjectionThreshold";
8276
+ readonly type: "uint256";
8277
+ readonly internalType: "uint256";
8278
+ }];
8279
+ readonly outputs: readonly [];
8280
+ readonly stateMutability: "nonpayable";
8185
8281
  }, {
8186
8282
  readonly type: "function";
8187
8283
  readonly name: "setProvingCostPerMana";
@@ -8419,7 +8515,7 @@ export declare const RollupArtifact: {
8419
8515
  readonly stateMutability: "nonpayable";
8420
8516
  }, {
8421
8517
  readonly type: "error";
8422
- readonly name: "AttestationLib__OutOfBounds";
8518
+ readonly name: "AttestationLib__InvalidDataSize";
8423
8519
  readonly inputs: readonly [{
8424
8520
  readonly name: "";
8425
8521
  readonly type: "uint256";
@@ -8453,6 +8549,18 @@ export declare const RollupArtifact: {
8453
8549
  readonly type: "uint256";
8454
8550
  readonly internalType: "uint256";
8455
8551
  }];
8552
+ }, {
8553
+ readonly type: "error";
8554
+ readonly name: "AttestationLib__SignersSizeMismatch";
8555
+ readonly inputs: readonly [{
8556
+ readonly name: "";
8557
+ readonly type: "uint256";
8558
+ readonly internalType: "uint256";
8559
+ }, {
8560
+ readonly name: "";
8561
+ readonly type: "uint256";
8562
+ readonly internalType: "uint256";
8563
+ }];
8456
8564
  }, {
8457
8565
  readonly type: "error";
8458
8566
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -8708,6 +8816,21 @@ export declare const RollupArtifact: {
8708
8816
  readonly internalType: "address";
8709
8817
  }];
8710
8818
  readonly anonymous: false;
8819
+ }, {
8820
+ readonly type: "event";
8821
+ readonly name: "LocalEjectionThresholdUpdated";
8822
+ readonly inputs: readonly [{
8823
+ readonly name: "oldLocalEjectionThreshold";
8824
+ readonly type: "uint256";
8825
+ readonly indexed: true;
8826
+ readonly internalType: "uint256";
8827
+ }, {
8828
+ readonly name: "newLocalEjectionThreshold";
8829
+ readonly type: "uint256";
8830
+ readonly indexed: true;
8831
+ readonly internalType: "uint256";
8832
+ }];
8833
+ readonly anonymous: false;
8711
8834
  }, {
8712
8835
  readonly type: "error";
8713
8836
  readonly name: "Outbox__AlreadyNullified";
@@ -10345,6 +10468,10 @@ export declare const RollupArtifact: {
10345
10468
  readonly name: "targetCommitteeSize";
10346
10469
  readonly type: "uint256";
10347
10470
  readonly internalType: "uint256";
10471
+ }, {
10472
+ readonly name: "lagInEpochs";
10473
+ readonly type: "uint256";
10474
+ readonly internalType: "uint256";
10348
10475
  }, {
10349
10476
  readonly name: "aztecProofSubmissionEpochs";
10350
10477
  readonly type: "uint256";
@@ -10468,6 +10595,10 @@ export declare const RollupArtifact: {
10468
10595
  readonly type: "uint256";
10469
10596
  readonly internalType: "uint256";
10470
10597
  }];
10598
+ }, {
10599
+ readonly name: "localEjectionThreshold";
10600
+ readonly type: "uint256";
10601
+ readonly internalType: "uint256";
10471
10602
  }];
10472
10603
  }];
10473
10604
  readonly stateMutability: "nonpayable";
@@ -10625,34 +10756,34 @@ export declare const RollupArtifact: {
10625
10756
  linkReferences: {
10626
10757
  readonly "src/core/libraries/rollup/EmpireSlasherDeploymentExtLib.sol": {
10627
10758
  readonly EmpireSlasherDeploymentExtLib: readonly [{
10628
- readonly start: 814;
10759
+ readonly start: 816;
10629
10760
  readonly length: 20;
10630
10761
  }];
10631
10762
  };
10632
10763
  readonly "src/core/libraries/rollup/RewardDeploymentExtLib.sol": {
10633
10764
  readonly RewardDeploymentExtLib: readonly [{
10634
- readonly start: 1141;
10765
+ readonly start: 1166;
10635
10766
  readonly length: 20;
10636
10767
  }];
10637
10768
  };
10638
10769
  readonly "src/core/libraries/rollup/RollupOperationsExtLib.sol": {
10639
10770
  readonly RollupOperationsExtLib: readonly [{
10640
- readonly start: 10606;
10771
+ readonly start: 11040;
10641
10772
  readonly length: 20;
10642
10773
  }, {
10643
- readonly start: 10665;
10774
+ readonly start: 11099;
10644
10775
  readonly length: 20;
10645
10776
  }, {
10646
- readonly start: 11969;
10777
+ readonly start: 12310;
10647
10778
  readonly length: 20;
10648
10779
  }, {
10649
- readonly start: 12473;
10780
+ readonly start: 12814;
10650
10781
  readonly length: 20;
10651
10782
  }, {
10652
- readonly start: 12641;
10783
+ readonly start: 12982;
10653
10784
  readonly length: 20;
10654
10785
  }, {
10655
- readonly start: 12765;
10786
+ readonly start: 13106;
10656
10787
  readonly length: 20;
10657
10788
  }];
10658
10789
  };
@@ -10664,70 +10795,79 @@ export declare const RollupArtifact: {
10664
10795
  };
10665
10796
  readonly "src/core/libraries/rollup/ValidatorOperationsExtLib.sol": {
10666
10797
  readonly ValidatorOperationsExtLib: readonly [{
10667
- readonly start: 961;
10798
+ readonly start: 943;
10799
+ readonly length: 20;
10800
+ }, {
10801
+ readonly start: 9732;
10668
10802
  readonly length: 20;
10669
10803
  }, {
10670
- readonly start: 9491;
10804
+ readonly start: 9898;
10671
10805
  readonly length: 20;
10672
10806
  }, {
10673
- readonly start: 9657;
10807
+ readonly start: 10239;
10674
10808
  readonly length: 20;
10675
10809
  }, {
10676
- readonly start: 9998;
10810
+ readonly start: 10374;
10677
10811
  readonly length: 20;
10678
10812
  }, {
10679
- readonly start: 10133;
10813
+ readonly start: 10476;
10680
10814
  readonly length: 20;
10681
10815
  }, {
10682
- readonly start: 10979;
10816
+ readonly start: 10641;
10683
10817
  readonly length: 20;
10684
10818
  }, {
10685
- readonly start: 11045;
10819
+ readonly start: 11413;
10686
10820
  readonly length: 20;
10687
10821
  }, {
10688
- readonly start: 11172;
10822
+ readonly start: 11479;
10689
10823
  readonly length: 20;
10690
10824
  }, {
10691
- readonly start: 11642;
10825
+ readonly start: 11606;
10692
10826
  readonly length: 20;
10693
10827
  }, {
10694
- readonly start: 11765;
10828
+ readonly start: 12076;
10695
10829
  readonly length: 20;
10696
10830
  }, {
10697
- readonly start: 11894;
10831
+ readonly start: 12199;
10698
10832
  readonly length: 20;
10699
10833
  }, {
10700
- readonly start: 13007;
10834
+ readonly start: 12235;
10701
10835
  readonly length: 20;
10702
10836
  }, {
10703
- readonly start: 13089;
10837
+ readonly start: 13348;
10704
10838
  readonly length: 20;
10705
10839
  }, {
10706
- readonly start: 13207;
10840
+ readonly start: 13430;
10707
10841
  readonly length: 20;
10708
10842
  }, {
10709
- readonly start: 13318;
10843
+ readonly start: 13548;
10710
10844
  readonly length: 20;
10711
10845
  }, {
10712
- readonly start: 13542;
10846
+ readonly start: 13659;
10713
10847
  readonly length: 20;
10714
10848
  }, {
10715
- readonly start: 13670;
10849
+ readonly start: 13883;
10716
10850
  readonly length: 20;
10717
10851
  }, {
10718
- readonly start: 13952;
10852
+ readonly start: 14011;
10719
10853
  readonly length: 20;
10720
10854
  }, {
10721
- readonly start: 14017;
10855
+ readonly start: 14293;
10722
10856
  readonly length: 20;
10723
10857
  }, {
10724
- readonly start: 14391;
10858
+ readonly start: 14358;
10725
10859
  readonly length: 20;
10726
10860
  }, {
10727
- readonly start: 14520;
10861
+ readonly start: 14732;
10728
10862
  readonly length: 20;
10729
10863
  }, {
10730
- readonly start: 14642;
10864
+ readonly start: 14861;
10865
+ readonly length: 20;
10866
+ }, {
10867
+ readonly start: 14898;
10868
+ readonly length: 20;
10869
+ }, {
10870
+ readonly start: 15055;
10731
10871
  readonly length: 20;
10732
10872
  }];
10733
10873
  };
@@ -10891,6 +11031,10 @@ export declare const RollupArtifact: {
10891
11031
  readonly type: "error";
10892
11032
  readonly name: "Outbox__InvalidChainId";
10893
11033
  readonly inputs: readonly [];
11034
+ }, {
11035
+ readonly type: "error";
11036
+ readonly name: "Outbox__PathTooLong";
11037
+ readonly inputs: readonly [];
10894
11038
  }, {
10895
11039
  readonly type: "error";
10896
11040
  readonly name: "Outbox__Unauthorized";
@@ -11525,7 +11669,7 @@ export declare const RollupArtifact: {
11525
11669
  }];
11526
11670
  }, {
11527
11671
  readonly type: "error";
11528
- readonly name: "AttestationLib__OutOfBounds";
11672
+ readonly name: "AttestationLib__InvalidDataSize";
11529
11673
  readonly inputs: readonly [{
11530
11674
  readonly name: "";
11531
11675
  readonly type: "uint256";
@@ -11559,6 +11703,18 @@ export declare const RollupArtifact: {
11559
11703
  readonly type: "uint256";
11560
11704
  readonly internalType: "uint256";
11561
11705
  }];
11706
+ }, {
11707
+ readonly type: "error";
11708
+ readonly name: "AttestationLib__SignersSizeMismatch";
11709
+ readonly inputs: readonly [{
11710
+ readonly name: "";
11711
+ readonly type: "uint256";
11712
+ readonly internalType: "uint256";
11713
+ }, {
11714
+ readonly name: "";
11715
+ readonly type: "uint256";
11716
+ readonly internalType: "uint256";
11717
+ }];
11562
11718
  }, {
11563
11719
  readonly type: "error";
11564
11720
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -12760,6 +12916,10 @@ export declare const RollupArtifact: {
12760
12916
  readonly type: "error";
12761
12917
  readonly name: "Outbox__InvalidChainId";
12762
12918
  readonly inputs: readonly [];
12919
+ }, {
12920
+ readonly type: "error";
12921
+ readonly name: "Outbox__PathTooLong";
12922
+ readonly inputs: readonly [];
12763
12923
  }, {
12764
12924
  readonly type: "error";
12765
12925
  readonly name: "Outbox__Unauthorized";
@@ -13428,7 +13588,7 @@ export declare const RollupArtifact: {
13428
13588
  }];
13429
13589
  }, {
13430
13590
  readonly type: "error";
13431
- readonly name: "AttestationLib__OutOfBounds";
13591
+ readonly name: "AttestationLib__InvalidDataSize";
13432
13592
  readonly inputs: readonly [{
13433
13593
  readonly name: "";
13434
13594
  readonly type: "uint256";
@@ -13462,6 +13622,18 @@ export declare const RollupArtifact: {
13462
13622
  readonly type: "uint256";
13463
13623
  readonly internalType: "uint256";
13464
13624
  }];
13625
+ }, {
13626
+ readonly type: "error";
13627
+ readonly name: "AttestationLib__SignersSizeMismatch";
13628
+ readonly inputs: readonly [{
13629
+ readonly name: "";
13630
+ readonly type: "uint256";
13631
+ readonly internalType: "uint256";
13632
+ }, {
13633
+ readonly name: "";
13634
+ readonly type: "uint256";
13635
+ readonly internalType: "uint256";
13636
+ }];
13465
13637
  }, {
13466
13638
  readonly type: "error";
13467
13639
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -14790,6 +14962,10 @@ export declare const RollupArtifact: {
14790
14962
  readonly type: "error";
14791
14963
  readonly name: "Outbox__InvalidChainId";
14792
14964
  readonly inputs: readonly [];
14965
+ }, {
14966
+ readonly type: "error";
14967
+ readonly name: "Outbox__PathTooLong";
14968
+ readonly inputs: readonly [];
14793
14969
  }, {
14794
14970
  readonly type: "error";
14795
14971
  readonly name: "Outbox__Unauthorized";
@@ -14912,6 +15088,16 @@ export declare const RollupArtifact: {
14912
15088
  readonly internalType: "uint256";
14913
15089
  }];
14914
15090
  readonly stateMutability: "view";
15091
+ }, {
15092
+ readonly type: "function";
15093
+ readonly name: "getLagInEpochs";
15094
+ readonly inputs: readonly [];
15095
+ readonly outputs: readonly [{
15096
+ readonly name: "";
15097
+ readonly type: "uint256";
15098
+ readonly internalType: "uint256";
15099
+ }];
15100
+ readonly stateMutability: "view";
14915
15101
  }, {
14916
15102
  readonly type: "function";
14917
15103
  readonly name: "getTargetCommitteeSize";
@@ -15497,9 +15683,23 @@ export declare const RollupArtifact: {
15497
15683
  readonly internalType: "uint256";
15498
15684
  }];
15499
15685
  readonly stateMutability: "view";
15686
+ }, {
15687
+ readonly type: "function";
15688
+ readonly name: "getSamplingSizeAt";
15689
+ readonly inputs: readonly [{
15690
+ readonly name: "_epoch";
15691
+ readonly type: "uint256";
15692
+ readonly internalType: "Epoch";
15693
+ }];
15694
+ readonly outputs: readonly [{
15695
+ readonly name: "";
15696
+ readonly type: "uint256";
15697
+ readonly internalType: "uint256";
15698
+ }];
15699
+ readonly stateMutability: "view";
15500
15700
  }, {
15501
15701
  readonly type: "error";
15502
- readonly name: "AttestationLib__OutOfBounds";
15702
+ readonly name: "AttestationLib__InvalidDataSize";
15503
15703
  readonly inputs: readonly [{
15504
15704
  readonly name: "";
15505
15705
  readonly type: "uint256";
@@ -15533,6 +15733,18 @@ export declare const RollupArtifact: {
15533
15733
  readonly type: "uint256";
15534
15734
  readonly internalType: "uint256";
15535
15735
  }];
15736
+ }, {
15737
+ readonly type: "error";
15738
+ readonly name: "AttestationLib__SignersSizeMismatch";
15739
+ readonly inputs: readonly [{
15740
+ readonly name: "";
15741
+ readonly type: "uint256";
15742
+ readonly internalType: "uint256";
15743
+ }, {
15744
+ readonly name: "";
15745
+ readonly type: "uint256";
15746
+ readonly internalType: "uint256";
15747
+ }];
15536
15748
  }, {
15537
15749
  readonly type: "error";
15538
15750
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -15773,6 +15985,21 @@ export declare const RollupArtifact: {
15773
15985
  readonly type: "uint256";
15774
15986
  readonly internalType: "uint256";
15775
15987
  }];
15988
+ }, {
15989
+ readonly type: "event";
15990
+ readonly name: "LocalEjectionThresholdUpdated";
15991
+ readonly inputs: readonly [{
15992
+ readonly name: "oldLocalEjectionThreshold";
15993
+ readonly type: "uint256";
15994
+ readonly indexed: true;
15995
+ readonly internalType: "uint256";
15996
+ }, {
15997
+ readonly name: "newLocalEjectionThreshold";
15998
+ readonly type: "uint256";
15999
+ readonly indexed: true;
16000
+ readonly internalType: "uint256";
16001
+ }];
16002
+ readonly anonymous: false;
15776
16003
  }, {
15777
16004
  readonly type: "error";
15778
16005
  readonly name: "Outbox__AlreadyNullified";
@@ -16958,6 +17185,10 @@ export declare const RollupArtifact: {
16958
17185
  readonly type: "error";
16959
17186
  readonly name: "Outbox__InvalidChainId";
16960
17187
  readonly inputs: readonly [];
17188
+ }, {
17189
+ readonly type: "error";
17190
+ readonly name: "Outbox__PathTooLong";
17191
+ readonly inputs: readonly [];
16961
17192
  }, {
16962
17193
  readonly type: "error";
16963
17194
  readonly name: "Outbox__Unauthorized";
@@ -17592,7 +17823,7 @@ export declare const RollupArtifact: {
17592
17823
  }];
17593
17824
  }, {
17594
17825
  readonly type: "error";
17595
- readonly name: "AttestationLib__OutOfBounds";
17826
+ readonly name: "AttestationLib__InvalidDataSize";
17596
17827
  readonly inputs: readonly [{
17597
17828
  readonly name: "";
17598
17829
  readonly type: "uint256";
@@ -17626,6 +17857,18 @@ export declare const RollupArtifact: {
17626
17857
  readonly type: "uint256";
17627
17858
  readonly internalType: "uint256";
17628
17859
  }];
17860
+ }, {
17861
+ readonly type: "error";
17862
+ readonly name: "AttestationLib__SignersSizeMismatch";
17863
+ readonly inputs: readonly [{
17864
+ readonly name: "";
17865
+ readonly type: "uint256";
17866
+ readonly internalType: "uint256";
17867
+ }, {
17868
+ readonly name: "";
17869
+ readonly type: "uint256";
17870
+ readonly internalType: "uint256";
17871
+ }];
17629
17872
  }, {
17630
17873
  readonly type: "error";
17631
17874
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -18819,6 +19062,10 @@ export declare const RollupArtifact: {
18819
19062
  readonly type: "error";
18820
19063
  readonly name: "Outbox__InvalidChainId";
18821
19064
  readonly inputs: readonly [];
19065
+ }, {
19066
+ readonly type: "error";
19067
+ readonly name: "Outbox__PathTooLong";
19068
+ readonly inputs: readonly [];
18822
19069
  }, {
18823
19070
  readonly type: "error";
18824
19071
  readonly name: "Outbox__Unauthorized";
@@ -19453,7 +19700,7 @@ export declare const RollupArtifact: {
19453
19700
  }];
19454
19701
  }, {
19455
19702
  readonly type: "error";
19456
- readonly name: "AttestationLib__OutOfBounds";
19703
+ readonly name: "AttestationLib__InvalidDataSize";
19457
19704
  readonly inputs: readonly [{
19458
19705
  readonly name: "";
19459
19706
  readonly type: "uint256";
@@ -19487,6 +19734,18 @@ export declare const RollupArtifact: {
19487
19734
  readonly type: "uint256";
19488
19735
  readonly internalType: "uint256";
19489
19736
  }];
19737
+ }, {
19738
+ readonly type: "error";
19739
+ readonly name: "AttestationLib__SignersSizeMismatch";
19740
+ readonly inputs: readonly [{
19741
+ readonly name: "";
19742
+ readonly type: "uint256";
19743
+ readonly internalType: "uint256";
19744
+ }, {
19745
+ readonly name: "";
19746
+ readonly type: "uint256";
19747
+ readonly internalType: "uint256";
19748
+ }];
19490
19749
  }, {
19491
19750
  readonly type: "error";
19492
19751
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -20680,6 +20939,10 @@ export declare const RollupArtifact: {
20680
20939
  readonly type: "error";
20681
20940
  readonly name: "Outbox__InvalidChainId";
20682
20941
  readonly inputs: readonly [];
20942
+ }, {
20943
+ readonly type: "error";
20944
+ readonly name: "Outbox__PathTooLong";
20945
+ readonly inputs: readonly [];
20683
20946
  }, {
20684
20947
  readonly type: "error";
20685
20948
  readonly name: "Outbox__Unauthorized";
@@ -21314,7 +21577,7 @@ export declare const RollupArtifact: {
21314
21577
  }];
21315
21578
  }, {
21316
21579
  readonly type: "error";
21317
- readonly name: "AttestationLib__OutOfBounds";
21580
+ readonly name: "AttestationLib__InvalidDataSize";
21318
21581
  readonly inputs: readonly [{
21319
21582
  readonly name: "";
21320
21583
  readonly type: "uint256";
@@ -21348,6 +21611,18 @@ export declare const RollupArtifact: {
21348
21611
  readonly type: "uint256";
21349
21612
  readonly internalType: "uint256";
21350
21613
  }];
21614
+ }, {
21615
+ readonly type: "error";
21616
+ readonly name: "AttestationLib__SignersSizeMismatch";
21617
+ readonly inputs: readonly [{
21618
+ readonly name: "";
21619
+ readonly type: "uint256";
21620
+ readonly internalType: "uint256";
21621
+ }, {
21622
+ readonly name: "";
21623
+ readonly type: "uint256";
21624
+ readonly internalType: "uint256";
21625
+ }];
21351
21626
  }, {
21352
21627
  readonly type: "error";
21353
21628
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -22544,6 +22819,10 @@ export declare const StakingAssetArtifact: {
22544
22819
  readonly type: "error";
22545
22820
  readonly name: "Outbox__InvalidChainId";
22546
22821
  readonly inputs: readonly [];
22822
+ }, {
22823
+ readonly type: "error";
22824
+ readonly name: "Outbox__PathTooLong";
22825
+ readonly inputs: readonly [];
22547
22826
  }, {
22548
22827
  readonly type: "error";
22549
22828
  readonly name: "Outbox__Unauthorized";
@@ -23384,7 +23663,7 @@ export declare const StakingAssetArtifact: {
23384
23663
  readonly stateMutability: "nonpayable";
23385
23664
  }, {
23386
23665
  readonly type: "error";
23387
- readonly name: "AttestationLib__OutOfBounds";
23666
+ readonly name: "AttestationLib__InvalidDataSize";
23388
23667
  readonly inputs: readonly [{
23389
23668
  readonly name: "";
23390
23669
  readonly type: "uint256";
@@ -23418,6 +23697,18 @@ export declare const StakingAssetArtifact: {
23418
23697
  readonly type: "uint256";
23419
23698
  readonly internalType: "uint256";
23420
23699
  }];
23700
+ }, {
23701
+ readonly type: "error";
23702
+ readonly name: "AttestationLib__SignersSizeMismatch";
23703
+ readonly inputs: readonly [{
23704
+ readonly name: "";
23705
+ readonly type: "uint256";
23706
+ readonly internalType: "uint256";
23707
+ }, {
23708
+ readonly name: "";
23709
+ readonly type: "uint256";
23710
+ readonly internalType: "uint256";
23711
+ }];
23421
23712
  }, {
23422
23713
  readonly type: "error";
23423
23714
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -24819,6 +25110,10 @@ export declare const FeeAssetArtifact: {
24819
25110
  readonly type: "error";
24820
25111
  readonly name: "Outbox__InvalidChainId";
24821
25112
  readonly inputs: readonly [];
25113
+ }, {
25114
+ readonly type: "error";
25115
+ readonly name: "Outbox__PathTooLong";
25116
+ readonly inputs: readonly [];
24822
25117
  }, {
24823
25118
  readonly type: "error";
24824
25119
  readonly name: "Outbox__Unauthorized";
@@ -25659,7 +25954,7 @@ export declare const FeeAssetArtifact: {
25659
25954
  readonly stateMutability: "nonpayable";
25660
25955
  }, {
25661
25956
  readonly type: "error";
25662
- readonly name: "AttestationLib__OutOfBounds";
25957
+ readonly name: "AttestationLib__InvalidDataSize";
25663
25958
  readonly inputs: readonly [{
25664
25959
  readonly name: "";
25665
25960
  readonly type: "uint256";
@@ -25693,6 +25988,18 @@ export declare const FeeAssetArtifact: {
25693
25988
  readonly type: "uint256";
25694
25989
  readonly internalType: "uint256";
25695
25990
  }];
25991
+ }, {
25992
+ readonly type: "error";
25993
+ readonly name: "AttestationLib__SignersSizeMismatch";
25994
+ readonly inputs: readonly [{
25995
+ readonly name: "";
25996
+ readonly type: "uint256";
25997
+ readonly internalType: "uint256";
25998
+ }, {
25999
+ readonly name: "";
26000
+ readonly type: "uint256";
26001
+ readonly internalType: "uint256";
26002
+ }];
25696
26003
  }, {
25697
26004
  readonly type: "error";
25698
26005
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -27114,6 +27421,10 @@ export declare const FeeJuicePortalArtifact: {
27114
27421
  readonly type: "error";
27115
27422
  readonly name: "Outbox__InvalidChainId";
27116
27423
  readonly inputs: readonly [];
27424
+ }, {
27425
+ readonly type: "error";
27426
+ readonly name: "Outbox__PathTooLong";
27427
+ readonly inputs: readonly [];
27117
27428
  }, {
27118
27429
  readonly type: "error";
27119
27430
  readonly name: "Outbox__Unauthorized";
@@ -27786,7 +28097,7 @@ export declare const FeeJuicePortalArtifact: {
27786
28097
  }];
27787
28098
  }, {
27788
28099
  readonly type: "error";
27789
- readonly name: "AttestationLib__OutOfBounds";
28100
+ readonly name: "AttestationLib__InvalidDataSize";
27790
28101
  readonly inputs: readonly [{
27791
28102
  readonly name: "";
27792
28103
  readonly type: "uint256";
@@ -27820,6 +28131,18 @@ export declare const FeeJuicePortalArtifact: {
27820
28131
  readonly type: "uint256";
27821
28132
  readonly internalType: "uint256";
27822
28133
  }];
28134
+ }, {
28135
+ readonly type: "error";
28136
+ readonly name: "AttestationLib__SignersSizeMismatch";
28137
+ readonly inputs: readonly [{
28138
+ readonly name: "";
28139
+ readonly type: "uint256";
28140
+ readonly internalType: "uint256";
28141
+ }, {
28142
+ readonly name: "";
28143
+ readonly type: "uint256";
28144
+ readonly internalType: "uint256";
28145
+ }];
27823
28146
  }, {
27824
28147
  readonly type: "error";
27825
28148
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -29128,6 +29451,10 @@ export declare const RewardDistributorArtifact: {
29128
29451
  readonly type: "error";
29129
29452
  readonly name: "Outbox__InvalidChainId";
29130
29453
  readonly inputs: readonly [];
29454
+ }, {
29455
+ readonly type: "error";
29456
+ readonly name: "Outbox__PathTooLong";
29457
+ readonly inputs: readonly [];
29131
29458
  }, {
29132
29459
  readonly type: "error";
29133
29460
  readonly name: "Outbox__Unauthorized";
@@ -29802,7 +30129,7 @@ export declare const RewardDistributorArtifact: {
29802
30129
  readonly stateMutability: "nonpayable";
29803
30130
  }, {
29804
30131
  readonly type: "error";
29805
- readonly name: "AttestationLib__OutOfBounds";
30132
+ readonly name: "AttestationLib__InvalidDataSize";
29806
30133
  readonly inputs: readonly [{
29807
30134
  readonly name: "";
29808
30135
  readonly type: "uint256";
@@ -29836,6 +30163,18 @@ export declare const RewardDistributorArtifact: {
29836
30163
  readonly type: "uint256";
29837
30164
  readonly internalType: "uint256";
29838
30165
  }];
30166
+ }, {
30167
+ readonly type: "error";
30168
+ readonly name: "AttestationLib__SignersSizeMismatch";
30169
+ readonly inputs: readonly [{
30170
+ readonly name: "";
30171
+ readonly type: "uint256";
30172
+ readonly internalType: "uint256";
30173
+ }, {
30174
+ readonly name: "";
30175
+ readonly type: "uint256";
30176
+ readonly internalType: "uint256";
30177
+ }];
29839
30178
  }, {
29840
30179
  readonly type: "error";
29841
30180
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -31071,6 +31410,10 @@ export declare const CoinIssuerArtifact: {
31071
31410
  readonly type: "error";
31072
31411
  readonly name: "Outbox__InvalidChainId";
31073
31412
  readonly inputs: readonly [];
31413
+ }, {
31414
+ readonly type: "error";
31415
+ readonly name: "Outbox__PathTooLong";
31416
+ readonly inputs: readonly [];
31074
31417
  }, {
31075
31418
  readonly type: "error";
31076
31419
  readonly name: "Outbox__Unauthorized";
@@ -31783,7 +32126,7 @@ export declare const CoinIssuerArtifact: {
31783
32126
  readonly stateMutability: "nonpayable";
31784
32127
  }, {
31785
32128
  readonly type: "error";
31786
- readonly name: "AttestationLib__OutOfBounds";
32129
+ readonly name: "AttestationLib__InvalidDataSize";
31787
32130
  readonly inputs: readonly [{
31788
32131
  readonly name: "";
31789
32132
  readonly type: "uint256";
@@ -31817,6 +32160,18 @@ export declare const CoinIssuerArtifact: {
31817
32160
  readonly type: "uint256";
31818
32161
  readonly internalType: "uint256";
31819
32162
  }];
32163
+ }, {
32164
+ readonly type: "error";
32165
+ readonly name: "AttestationLib__SignersSizeMismatch";
32166
+ readonly inputs: readonly [{
32167
+ readonly name: "";
32168
+ readonly type: "uint256";
32169
+ readonly internalType: "uint256";
32170
+ }, {
32171
+ readonly name: "";
32172
+ readonly type: "uint256";
32173
+ readonly internalType: "uint256";
32174
+ }];
31820
32175
  }, {
31821
32176
  readonly type: "error";
31822
32177
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -33098,6 +33453,10 @@ export declare const GovernanceProposerArtifact: {
33098
33453
  readonly type: "error";
33099
33454
  readonly name: "Outbox__InvalidChainId";
33100
33455
  readonly inputs: readonly [];
33456
+ }, {
33457
+ readonly type: "error";
33458
+ readonly name: "Outbox__PathTooLong";
33459
+ readonly inputs: readonly [];
33101
33460
  }, {
33102
33461
  readonly type: "error";
33103
33462
  readonly name: "Outbox__Unauthorized";
@@ -33916,7 +34275,7 @@ export declare const GovernanceProposerArtifact: {
33916
34275
  readonly stateMutability: "nonpayable";
33917
34276
  }, {
33918
34277
  readonly type: "error";
33919
- readonly name: "AttestationLib__OutOfBounds";
34278
+ readonly name: "AttestationLib__InvalidDataSize";
33920
34279
  readonly inputs: readonly [{
33921
34280
  readonly name: "";
33922
34281
  readonly type: "uint256";
@@ -33950,6 +34309,18 @@ export declare const GovernanceProposerArtifact: {
33950
34309
  readonly type: "uint256";
33951
34310
  readonly internalType: "uint256";
33952
34311
  }];
34312
+ }, {
34313
+ readonly type: "error";
34314
+ readonly name: "AttestationLib__SignersSizeMismatch";
34315
+ readonly inputs: readonly [{
34316
+ readonly name: "";
34317
+ readonly type: "uint256";
34318
+ readonly internalType: "uint256";
34319
+ }, {
34320
+ readonly name: "";
34321
+ readonly type: "uint256";
34322
+ readonly internalType: "uint256";
34323
+ }];
33953
34324
  }, {
33954
34325
  readonly type: "error";
33955
34326
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -35346,6 +35717,10 @@ export declare const GovernanceArtifact: {
35346
35717
  readonly type: "error";
35347
35718
  readonly name: "Outbox__InvalidChainId";
35348
35719
  readonly inputs: readonly [];
35720
+ }, {
35721
+ readonly type: "error";
35722
+ readonly name: "Outbox__PathTooLong";
35723
+ readonly inputs: readonly [];
35349
35724
  }, {
35350
35725
  readonly type: "error";
35351
35726
  readonly name: "Outbox__Unauthorized";
@@ -36444,7 +36819,7 @@ export declare const GovernanceArtifact: {
36444
36819
  readonly stateMutability: "nonpayable";
36445
36820
  }, {
36446
36821
  readonly type: "error";
36447
- readonly name: "AttestationLib__OutOfBounds";
36822
+ readonly name: "AttestationLib__InvalidDataSize";
36448
36823
  readonly inputs: readonly [{
36449
36824
  readonly name: "";
36450
36825
  readonly type: "uint256";
@@ -36478,6 +36853,18 @@ export declare const GovernanceArtifact: {
36478
36853
  readonly type: "uint256";
36479
36854
  readonly internalType: "uint256";
36480
36855
  }];
36856
+ }, {
36857
+ readonly type: "error";
36858
+ readonly name: "AttestationLib__SignersSizeMismatch";
36859
+ readonly inputs: readonly [{
36860
+ readonly name: "";
36861
+ readonly type: "uint256";
36862
+ readonly internalType: "uint256";
36863
+ }, {
36864
+ readonly name: "";
36865
+ readonly type: "uint256";
36866
+ readonly internalType: "uint256";
36867
+ }];
36481
36868
  }, {
36482
36869
  readonly type: "error";
36483
36870
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -37952,6 +38339,10 @@ export declare const SlasherArtifact: {
37952
38339
  readonly type: "error";
37953
38340
  readonly name: "Outbox__InvalidChainId";
37954
38341
  readonly inputs: readonly [];
38342
+ }, {
38343
+ readonly type: "error";
38344
+ readonly name: "Outbox__PathTooLong";
38345
+ readonly inputs: readonly [];
37955
38346
  }, {
37956
38347
  readonly type: "error";
37957
38348
  readonly name: "Outbox__Unauthorized";
@@ -38704,7 +39095,7 @@ export declare const SlasherArtifact: {
38704
39095
  readonly stateMutability: "nonpayable";
38705
39096
  }, {
38706
39097
  readonly type: "error";
38707
- readonly name: "AttestationLib__OutOfBounds";
39098
+ readonly name: "AttestationLib__InvalidDataSize";
38708
39099
  readonly inputs: readonly [{
38709
39100
  readonly name: "";
38710
39101
  readonly type: "uint256";
@@ -38738,6 +39129,18 @@ export declare const SlasherArtifact: {
38738
39129
  readonly type: "uint256";
38739
39130
  readonly internalType: "uint256";
38740
39131
  }];
39132
+ }, {
39133
+ readonly type: "error";
39134
+ readonly name: "AttestationLib__SignersSizeMismatch";
39135
+ readonly inputs: readonly [{
39136
+ readonly name: "";
39137
+ readonly type: "uint256";
39138
+ readonly internalType: "uint256";
39139
+ }, {
39140
+ readonly name: "";
39141
+ readonly type: "uint256";
39142
+ readonly internalType: "uint256";
39143
+ }];
38741
39144
  }, {
38742
39145
  readonly type: "error";
38743
39146
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -40002,6 +40405,10 @@ export declare const EmpireSlashingProposerArtifact: {
40002
40405
  readonly type: "error";
40003
40406
  readonly name: "Outbox__InvalidChainId";
40004
40407
  readonly inputs: readonly [];
40408
+ }, {
40409
+ readonly type: "error";
40410
+ readonly name: "Outbox__PathTooLong";
40411
+ readonly inputs: readonly [];
40005
40412
  }, {
40006
40413
  readonly type: "error";
40007
40414
  readonly name: "Outbox__Unauthorized";
@@ -40806,7 +41213,7 @@ export declare const EmpireSlashingProposerArtifact: {
40806
41213
  readonly stateMutability: "nonpayable";
40807
41214
  }, {
40808
41215
  readonly type: "error";
40809
- readonly name: "AttestationLib__OutOfBounds";
41216
+ readonly name: "AttestationLib__InvalidDataSize";
40810
41217
  readonly inputs: readonly [{
40811
41218
  readonly name: "";
40812
41219
  readonly type: "uint256";
@@ -40840,6 +41247,18 @@ export declare const EmpireSlashingProposerArtifact: {
40840
41247
  readonly type: "uint256";
40841
41248
  readonly internalType: "uint256";
40842
41249
  }];
41250
+ }, {
41251
+ readonly type: "error";
41252
+ readonly name: "AttestationLib__SignersSizeMismatch";
41253
+ readonly inputs: readonly [{
41254
+ readonly name: "";
41255
+ readonly type: "uint256";
41256
+ readonly internalType: "uint256";
41257
+ }, {
41258
+ readonly name: "";
41259
+ readonly type: "uint256";
41260
+ readonly internalType: "uint256";
41261
+ }];
40843
41262
  }, {
40844
41263
  readonly type: "error";
40845
41264
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -42300,6 +42719,10 @@ export declare const TallySlashingProposerArtifact: {
42300
42719
  readonly type: "error";
42301
42720
  readonly name: "Outbox__InvalidChainId";
42302
42721
  readonly inputs: readonly [];
42722
+ }, {
42723
+ readonly type: "error";
42724
+ readonly name: "Outbox__PathTooLong";
42725
+ readonly inputs: readonly [];
42303
42726
  }, {
42304
42727
  readonly type: "error";
42305
42728
  readonly name: "Outbox__Unauthorized";
@@ -43158,7 +43581,7 @@ export declare const TallySlashingProposerArtifact: {
43158
43581
  readonly stateMutability: "nonpayable";
43159
43582
  }, {
43160
43583
  readonly type: "error";
43161
- readonly name: "AttestationLib__OutOfBounds";
43584
+ readonly name: "AttestationLib__InvalidDataSize";
43162
43585
  readonly inputs: readonly [{
43163
43586
  readonly name: "";
43164
43587
  readonly type: "uint256";
@@ -43192,6 +43615,18 @@ export declare const TallySlashingProposerArtifact: {
43192
43615
  readonly type: "uint256";
43193
43616
  readonly internalType: "uint256";
43194
43617
  }];
43618
+ }, {
43619
+ readonly type: "error";
43620
+ readonly name: "AttestationLib__SignersSizeMismatch";
43621
+ readonly inputs: readonly [{
43622
+ readonly name: "";
43623
+ readonly type: "uint256";
43624
+ readonly internalType: "uint256";
43625
+ }, {
43626
+ readonly name: "";
43627
+ readonly type: "uint256";
43628
+ readonly internalType: "uint256";
43629
+ }];
43195
43630
  }, {
43196
43631
  readonly type: "error";
43197
43632
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -44637,6 +45072,10 @@ export declare const SlashFactoryArtifact: {
44637
45072
  readonly type: "error";
44638
45073
  readonly name: "Outbox__InvalidChainId";
44639
45074
  readonly inputs: readonly [];
45075
+ }, {
45076
+ readonly type: "error";
45077
+ readonly name: "Outbox__PathTooLong";
45078
+ readonly inputs: readonly [];
44640
45079
  }, {
44641
45080
  readonly type: "error";
44642
45081
  readonly name: "Outbox__Unauthorized";
@@ -45289,7 +45728,7 @@ export declare const SlashFactoryArtifact: {
45289
45728
  }];
45290
45729
  }, {
45291
45730
  readonly type: "error";
45292
- readonly name: "AttestationLib__OutOfBounds";
45731
+ readonly name: "AttestationLib__InvalidDataSize";
45293
45732
  readonly inputs: readonly [{
45294
45733
  readonly name: "";
45295
45734
  readonly type: "uint256";
@@ -45323,6 +45762,18 @@ export declare const SlashFactoryArtifact: {
45323
45762
  readonly type: "uint256";
45324
45763
  readonly internalType: "uint256";
45325
45764
  }];
45765
+ }, {
45766
+ readonly type: "error";
45767
+ readonly name: "AttestationLib__SignersSizeMismatch";
45768
+ readonly inputs: readonly [{
45769
+ readonly name: "";
45770
+ readonly type: "uint256";
45771
+ readonly internalType: "uint256";
45772
+ }, {
45773
+ readonly name: "";
45774
+ readonly type: "uint256";
45775
+ readonly internalType: "uint256";
45776
+ }];
45326
45777
  }, {
45327
45778
  readonly type: "error";
45328
45779
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -46617,6 +47068,10 @@ export declare const RegisterNewRollupVersionPayloadArtifact: {
46617
47068
  readonly type: "error";
46618
47069
  readonly name: "Outbox__InvalidChainId";
46619
47070
  readonly inputs: readonly [];
47071
+ }, {
47072
+ readonly type: "error";
47073
+ readonly name: "Outbox__PathTooLong";
47074
+ readonly inputs: readonly [];
46620
47075
  }, {
46621
47076
  readonly type: "error";
46622
47077
  readonly name: "Outbox__Unauthorized";
@@ -47312,7 +47767,7 @@ export declare const RegisterNewRollupVersionPayloadArtifact: {
47312
47767
  readonly stateMutability: "nonpayable";
47313
47768
  }, {
47314
47769
  readonly type: "error";
47315
- readonly name: "AttestationLib__OutOfBounds";
47770
+ readonly name: "AttestationLib__InvalidDataSize";
47316
47771
  readonly inputs: readonly [{
47317
47772
  readonly name: "";
47318
47773
  readonly type: "uint256";
@@ -47346,6 +47801,18 @@ export declare const RegisterNewRollupVersionPayloadArtifact: {
47346
47801
  readonly type: "uint256";
47347
47802
  readonly internalType: "uint256";
47348
47803
  }];
47804
+ }, {
47805
+ readonly type: "error";
47806
+ readonly name: "AttestationLib__SignersSizeMismatch";
47807
+ readonly inputs: readonly [{
47808
+ readonly name: "";
47809
+ readonly type: "uint256";
47810
+ readonly internalType: "uint256";
47811
+ }, {
47812
+ readonly name: "";
47813
+ readonly type: "uint256";
47814
+ readonly internalType: "uint256";
47815
+ }];
47349
47816
  }, {
47350
47817
  readonly type: "error";
47351
47818
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -48549,6 +49016,10 @@ export declare const FeeAssetHandlerArtifact: {
48549
49016
  readonly type: "error";
48550
49017
  readonly name: "Outbox__InvalidChainId";
48551
49018
  readonly inputs: readonly [];
49019
+ }, {
49020
+ readonly type: "error";
49021
+ readonly name: "Outbox__PathTooLong";
49022
+ readonly inputs: readonly [];
48552
49023
  }, {
48553
49024
  readonly type: "error";
48554
49025
  readonly name: "Outbox__Unauthorized";
@@ -49265,7 +49736,7 @@ export declare const FeeAssetHandlerArtifact: {
49265
49736
  readonly stateMutability: "nonpayable";
49266
49737
  }, {
49267
49738
  readonly type: "error";
49268
- readonly name: "AttestationLib__OutOfBounds";
49739
+ readonly name: "AttestationLib__InvalidDataSize";
49269
49740
  readonly inputs: readonly [{
49270
49741
  readonly name: "";
49271
49742
  readonly type: "uint256";
@@ -49299,6 +49770,18 @@ export declare const FeeAssetHandlerArtifact: {
49299
49770
  readonly type: "uint256";
49300
49771
  readonly internalType: "uint256";
49301
49772
  }];
49773
+ }, {
49774
+ readonly type: "error";
49775
+ readonly name: "AttestationLib__SignersSizeMismatch";
49776
+ readonly inputs: readonly [{
49777
+ readonly name: "";
49778
+ readonly type: "uint256";
49779
+ readonly internalType: "uint256";
49780
+ }, {
49781
+ readonly name: "";
49782
+ readonly type: "uint256";
49783
+ readonly internalType: "uint256";
49784
+ }];
49302
49785
  }, {
49303
49786
  readonly type: "error";
49304
49787
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -50547,6 +51030,10 @@ export declare const StakingAssetHandlerArtifact: {
50547
51030
  readonly type: "error";
50548
51031
  readonly name: "Outbox__InvalidChainId";
50549
51032
  readonly inputs: readonly [];
51033
+ }, {
51034
+ readonly type: "error";
51035
+ readonly name: "Outbox__PathTooLong";
51036
+ readonly inputs: readonly [];
50550
51037
  }, {
50551
51038
  readonly type: "error";
50552
51039
  readonly name: "Outbox__Unauthorized";
@@ -51690,7 +52177,7 @@ export declare const StakingAssetHandlerArtifact: {
51690
52177
  readonly stateMutability: "nonpayable";
51691
52178
  }, {
51692
52179
  readonly type: "error";
51693
- readonly name: "AttestationLib__OutOfBounds";
52180
+ readonly name: "AttestationLib__InvalidDataSize";
51694
52181
  readonly inputs: readonly [{
51695
52182
  readonly name: "";
51696
52183
  readonly type: "uint256";
@@ -51724,6 +52211,18 @@ export declare const StakingAssetHandlerArtifact: {
51724
52211
  readonly type: "uint256";
51725
52212
  readonly internalType: "uint256";
51726
52213
  }];
52214
+ }, {
52215
+ readonly type: "error";
52216
+ readonly name: "AttestationLib__SignersSizeMismatch";
52217
+ readonly inputs: readonly [{
52218
+ readonly name: "";
52219
+ readonly type: "uint256";
52220
+ readonly internalType: "uint256";
52221
+ }, {
52222
+ readonly name: "";
52223
+ readonly type: "uint256";
52224
+ readonly internalType: "uint256";
52225
+ }];
51727
52226
  }, {
51728
52227
  readonly type: "error";
51729
52228
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -53149,6 +53648,10 @@ export declare const MultiAdderArtifact: {
53149
53648
  readonly type: "error";
53150
53649
  readonly name: "Outbox__InvalidChainId";
53151
53650
  readonly inputs: readonly [];
53651
+ }, {
53652
+ readonly type: "error";
53653
+ readonly name: "Outbox__PathTooLong";
53654
+ readonly inputs: readonly [];
53152
53655
  }, {
53153
53656
  readonly type: "error";
53154
53657
  readonly name: "Outbox__Unauthorized";
@@ -53871,7 +54374,7 @@ export declare const MultiAdderArtifact: {
53871
54374
  readonly stateMutability: "nonpayable";
53872
54375
  }, {
53873
54376
  readonly type: "error";
53874
- readonly name: "AttestationLib__OutOfBounds";
54377
+ readonly name: "AttestationLib__InvalidDataSize";
53875
54378
  readonly inputs: readonly [{
53876
54379
  readonly name: "";
53877
54380
  readonly type: "uint256";
@@ -53905,6 +54408,18 @@ export declare const MultiAdderArtifact: {
53905
54408
  readonly type: "uint256";
53906
54409
  readonly internalType: "uint256";
53907
54410
  }];
54411
+ }, {
54412
+ readonly type: "error";
54413
+ readonly name: "AttestationLib__SignersSizeMismatch";
54414
+ readonly inputs: readonly [{
54415
+ readonly name: "";
54416
+ readonly type: "uint256";
54417
+ readonly internalType: "uint256";
54418
+ }, {
54419
+ readonly name: "";
54420
+ readonly type: "uint256";
54421
+ readonly internalType: "uint256";
54422
+ }];
53908
54423
  }, {
53909
54424
  readonly type: "error";
53910
54425
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -55232,6 +55747,10 @@ export declare const GSEArtifact: {
55232
55747
  readonly type: "error";
55233
55748
  readonly name: "Outbox__InvalidChainId";
55234
55749
  readonly inputs: readonly [];
55750
+ }, {
55751
+ readonly type: "error";
55752
+ readonly name: "Outbox__PathTooLong";
55753
+ readonly inputs: readonly [];
55235
55754
  }, {
55236
55755
  readonly type: "error";
55237
55756
  readonly name: "Outbox__Unauthorized";
@@ -56155,7 +56674,7 @@ export declare const GSEArtifact: {
56155
56674
  }];
56156
56675
  }, {
56157
56676
  readonly type: "error";
56158
- readonly name: "AttestationLib__OutOfBounds";
56677
+ readonly name: "AttestationLib__InvalidDataSize";
56159
56678
  readonly inputs: readonly [{
56160
56679
  readonly name: "";
56161
56680
  readonly type: "uint256";
@@ -56189,6 +56708,18 @@ export declare const GSEArtifact: {
56189
56708
  readonly type: "uint256";
56190
56709
  readonly internalType: "uint256";
56191
56710
  }];
56711
+ }, {
56712
+ readonly type: "error";
56713
+ readonly name: "AttestationLib__SignersSizeMismatch";
56714
+ readonly inputs: readonly [{
56715
+ readonly name: "";
56716
+ readonly type: "uint256";
56717
+ readonly internalType: "uint256";
56718
+ }, {
56719
+ readonly name: "";
56720
+ readonly type: "uint256";
56721
+ readonly internalType: "uint256";
56722
+ }];
56192
56723
  }, {
56193
56724
  readonly type: "error";
56194
56725
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -57854,6 +58385,10 @@ export declare const HonkVerifierArtifact: {
57854
58385
  readonly type: "error";
57855
58386
  readonly name: "Outbox__InvalidChainId";
57856
58387
  readonly inputs: readonly [];
58388
+ }, {
58389
+ readonly type: "error";
58390
+ readonly name: "Outbox__PathTooLong";
58391
+ readonly inputs: readonly [];
57857
58392
  }, {
57858
58393
  readonly type: "error";
57859
58394
  readonly name: "Outbox__Unauthorized";
@@ -58504,7 +59039,7 @@ export declare const HonkVerifierArtifact: {
58504
59039
  }];
58505
59040
  }, {
58506
59041
  readonly type: "error";
58507
- readonly name: "AttestationLib__OutOfBounds";
59042
+ readonly name: "AttestationLib__InvalidDataSize";
58508
59043
  readonly inputs: readonly [{
58509
59044
  readonly name: "";
58510
59045
  readonly type: "uint256";
@@ -58538,6 +59073,18 @@ export declare const HonkVerifierArtifact: {
58538
59073
  readonly type: "uint256";
58539
59074
  readonly internalType: "uint256";
58540
59075
  }];
59076
+ }, {
59077
+ readonly type: "error";
59078
+ readonly name: "AttestationLib__SignersSizeMismatch";
59079
+ readonly inputs: readonly [{
59080
+ readonly name: "";
59081
+ readonly type: "uint256";
59082
+ readonly internalType: "uint256";
59083
+ }, {
59084
+ readonly name: "";
59085
+ readonly type: "uint256";
59086
+ readonly internalType: "uint256";
59087
+ }];
58541
59088
  }, {
58542
59089
  readonly type: "error";
58543
59090
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -59765,6 +60312,10 @@ export declare const MockVerifierArtifact: {
59765
60312
  readonly type: "error";
59766
60313
  readonly name: "Outbox__InvalidChainId";
59767
60314
  readonly inputs: readonly [];
60315
+ }, {
60316
+ readonly type: "error";
60317
+ readonly name: "Outbox__PathTooLong";
60318
+ readonly inputs: readonly [];
59768
60319
  }, {
59769
60320
  readonly type: "error";
59770
60321
  readonly name: "Outbox__Unauthorized";
@@ -60399,7 +60950,7 @@ export declare const MockVerifierArtifact: {
60399
60950
  }];
60400
60951
  }, {
60401
60952
  readonly type: "error";
60402
- readonly name: "AttestationLib__OutOfBounds";
60953
+ readonly name: "AttestationLib__InvalidDataSize";
60403
60954
  readonly inputs: readonly [{
60404
60955
  readonly name: "";
60405
60956
  readonly type: "uint256";
@@ -60433,6 +60984,18 @@ export declare const MockVerifierArtifact: {
60433
60984
  readonly type: "uint256";
60434
60985
  readonly internalType: "uint256";
60435
60986
  }];
60987
+ }, {
60988
+ readonly type: "error";
60989
+ readonly name: "AttestationLib__SignersSizeMismatch";
60990
+ readonly inputs: readonly [{
60991
+ readonly name: "";
60992
+ readonly type: "uint256";
60993
+ readonly internalType: "uint256";
60994
+ }, {
60995
+ readonly name: "";
60996
+ readonly type: "uint256";
60997
+ readonly internalType: "uint256";
60998
+ }];
60436
60999
  }, {
60437
61000
  readonly type: "error";
60438
61001
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -61644,6 +62207,10 @@ export declare const MockZkPassportVerifierArtifact: {
61644
62207
  readonly type: "error";
61645
62208
  readonly name: "Outbox__InvalidChainId";
61646
62209
  readonly inputs: readonly [];
62210
+ }, {
62211
+ readonly type: "error";
62212
+ readonly name: "Outbox__PathTooLong";
62213
+ readonly inputs: readonly [];
61647
62214
  }, {
61648
62215
  readonly type: "error";
61649
62216
  readonly name: "Outbox__Unauthorized";
@@ -62349,7 +62916,7 @@ export declare const MockZkPassportVerifierArtifact: {
62349
62916
  readonly stateMutability: "view";
62350
62917
  }, {
62351
62918
  readonly type: "error";
62352
- readonly name: "AttestationLib__OutOfBounds";
62919
+ readonly name: "AttestationLib__InvalidDataSize";
62353
62920
  readonly inputs: readonly [{
62354
62921
  readonly name: "";
62355
62922
  readonly type: "uint256";
@@ -62383,6 +62950,18 @@ export declare const MockZkPassportVerifierArtifact: {
62383
62950
  readonly type: "uint256";
62384
62951
  readonly internalType: "uint256";
62385
62952
  }];
62953
+ }, {
62954
+ readonly type: "error";
62955
+ readonly name: "AttestationLib__SignersSizeMismatch";
62956
+ readonly inputs: readonly [{
62957
+ readonly name: "";
62958
+ readonly type: "uint256";
62959
+ readonly internalType: "uint256";
62960
+ }, {
62961
+ readonly name: "";
62962
+ readonly type: "uint256";
62963
+ readonly internalType: "uint256";
62964
+ }];
62386
62965
  }, {
62387
62966
  readonly type: "error";
62388
62967
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -63599,6 +64178,10 @@ export declare const l1ArtifactsVerifiers: {
63599
64178
  readonly type: "error";
63600
64179
  readonly name: "Outbox__InvalidChainId";
63601
64180
  readonly inputs: readonly [];
64181
+ }, {
64182
+ readonly type: "error";
64183
+ readonly name: "Outbox__PathTooLong";
64184
+ readonly inputs: readonly [];
63602
64185
  }, {
63603
64186
  readonly type: "error";
63604
64187
  readonly name: "Outbox__Unauthorized";
@@ -64249,7 +64832,7 @@ export declare const l1ArtifactsVerifiers: {
64249
64832
  }];
64250
64833
  }, {
64251
64834
  readonly type: "error";
64252
- readonly name: "AttestationLib__OutOfBounds";
64835
+ readonly name: "AttestationLib__InvalidDataSize";
64253
64836
  readonly inputs: readonly [{
64254
64837
  readonly name: "";
64255
64838
  readonly type: "uint256";
@@ -64283,6 +64866,18 @@ export declare const l1ArtifactsVerifiers: {
64283
64866
  readonly type: "uint256";
64284
64867
  readonly internalType: "uint256";
64285
64868
  }];
64869
+ }, {
64870
+ readonly type: "error";
64871
+ readonly name: "AttestationLib__SignersSizeMismatch";
64872
+ readonly inputs: readonly [{
64873
+ readonly name: "";
64874
+ readonly type: "uint256";
64875
+ readonly internalType: "uint256";
64876
+ }, {
64877
+ readonly name: "";
64878
+ readonly type: "uint256";
64879
+ readonly internalType: "uint256";
64880
+ }];
64286
64881
  }, {
64287
64882
  readonly type: "error";
64288
64883
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -65512,6 +66107,10 @@ export declare const mockVerifiers: {
65512
66107
  readonly type: "error";
65513
66108
  readonly name: "Outbox__InvalidChainId";
65514
66109
  readonly inputs: readonly [];
66110
+ }, {
66111
+ readonly type: "error";
66112
+ readonly name: "Outbox__PathTooLong";
66113
+ readonly inputs: readonly [];
65515
66114
  }, {
65516
66115
  readonly type: "error";
65517
66116
  readonly name: "Outbox__Unauthorized";
@@ -66146,7 +66745,7 @@ export declare const mockVerifiers: {
66146
66745
  }];
66147
66746
  }, {
66148
66747
  readonly type: "error";
66149
- readonly name: "AttestationLib__OutOfBounds";
66748
+ readonly name: "AttestationLib__InvalidDataSize";
66150
66749
  readonly inputs: readonly [{
66151
66750
  readonly name: "";
66152
66751
  readonly type: "uint256";
@@ -66180,6 +66779,18 @@ export declare const mockVerifiers: {
66180
66779
  readonly type: "uint256";
66181
66780
  readonly internalType: "uint256";
66182
66781
  }];
66782
+ }, {
66783
+ readonly type: "error";
66784
+ readonly name: "AttestationLib__SignersSizeMismatch";
66785
+ readonly inputs: readonly [{
66786
+ readonly name: "";
66787
+ readonly type: "uint256";
66788
+ readonly internalType: "uint256";
66789
+ }, {
66790
+ readonly name: "";
66791
+ readonly type: "uint256";
66792
+ readonly internalType: "uint256";
66793
+ }];
66183
66794
  }, {
66184
66795
  readonly type: "error";
66185
66796
  readonly name: "CoinIssuer__InsufficientMintAvailable";
@@ -67391,6 +68002,10 @@ export declare const mockVerifiers: {
67391
68002
  readonly type: "error";
67392
68003
  readonly name: "Outbox__InvalidChainId";
67393
68004
  readonly inputs: readonly [];
68005
+ }, {
68006
+ readonly type: "error";
68007
+ readonly name: "Outbox__PathTooLong";
68008
+ readonly inputs: readonly [];
67394
68009
  }, {
67395
68010
  readonly type: "error";
67396
68011
  readonly name: "Outbox__Unauthorized";
@@ -68096,7 +68711,7 @@ export declare const mockVerifiers: {
68096
68711
  readonly stateMutability: "view";
68097
68712
  }, {
68098
68713
  readonly type: "error";
68099
- readonly name: "AttestationLib__OutOfBounds";
68714
+ readonly name: "AttestationLib__InvalidDataSize";
68100
68715
  readonly inputs: readonly [{
68101
68716
  readonly name: "";
68102
68717
  readonly type: "uint256";
@@ -68130,6 +68745,18 @@ export declare const mockVerifiers: {
68130
68745
  readonly type: "uint256";
68131
68746
  readonly internalType: "uint256";
68132
68747
  }];
68748
+ }, {
68749
+ readonly type: "error";
68750
+ readonly name: "AttestationLib__SignersSizeMismatch";
68751
+ readonly inputs: readonly [{
68752
+ readonly name: "";
68753
+ readonly type: "uint256";
68754
+ readonly internalType: "uint256";
68755
+ }, {
68756
+ readonly name: "";
68757
+ readonly type: "uint256";
68758
+ readonly internalType: "uint256";
68759
+ }];
68133
68760
  }, {
68134
68761
  readonly type: "error";
68135
68762
  readonly name: "CoinIssuer__InsufficientMintAvailable";