@aztec/ethereum 3.0.0-nightly.20250919 → 3.0.0-nightly.20250921
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dest/contracts/rollup.d.ts +1 -0
- package/dest/contracts/rollup.d.ts.map +1 -1
- package/dest/contracts/rollup.js +3 -0
- package/dest/deploy_l1_contracts.d.ts +4 -4
- package/dest/deploy_l1_contracts.d.ts.map +1 -1
- package/dest/deploy_l1_contracts.js +90 -102
- package/dest/l1_artifacts.d.ts +245 -37
- package/dest/l1_artifacts.d.ts.map +1 -1
- package/package.json +5 -5
- package/src/config.ts +2 -2
- package/src/contracts/rollup.ts +4 -0
- package/src/deploy_l1_contracts.ts +98 -127
package/dest/l1_artifacts.d.ts
CHANGED
|
@@ -257,6 +257,10 @@ export declare const RegistryArtifact: {
|
|
|
257
257
|
readonly type: "error";
|
|
258
258
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
259
259
|
readonly inputs: readonly [];
|
|
260
|
+
}, {
|
|
261
|
+
readonly type: "error";
|
|
262
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
263
|
+
readonly inputs: readonly [];
|
|
260
264
|
}, {
|
|
261
265
|
readonly type: "error";
|
|
262
266
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -2348,6 +2352,10 @@ export declare const InboxArtifact: {
|
|
|
2348
2352
|
readonly type: "error";
|
|
2349
2353
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
2350
2354
|
readonly inputs: readonly [];
|
|
2355
|
+
}, {
|
|
2356
|
+
readonly type: "error";
|
|
2357
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
2358
|
+
readonly inputs: readonly [];
|
|
2351
2359
|
}, {
|
|
2352
2360
|
readonly type: "error";
|
|
2353
2361
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -4464,6 +4472,10 @@ export declare const OutboxArtifact: {
|
|
|
4464
4472
|
readonly type: "error";
|
|
4465
4473
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
4466
4474
|
readonly inputs: readonly [];
|
|
4475
|
+
}, {
|
|
4476
|
+
readonly type: "error";
|
|
4477
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
4478
|
+
readonly inputs: readonly [];
|
|
4467
4479
|
}, {
|
|
4468
4480
|
readonly type: "error";
|
|
4469
4481
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -6533,6 +6545,10 @@ export declare const RollupArtifact: {
|
|
|
6533
6545
|
readonly type: "error";
|
|
6534
6546
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
6535
6547
|
readonly inputs: readonly [];
|
|
6548
|
+
}, {
|
|
6549
|
+
readonly type: "error";
|
|
6550
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
6551
|
+
readonly inputs: readonly [];
|
|
6536
6552
|
}, {
|
|
6537
6553
|
readonly type: "error";
|
|
6538
6554
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -6647,6 +6663,16 @@ export declare const RollupArtifact: {
|
|
|
6647
6663
|
readonly internalType: "uint256";
|
|
6648
6664
|
}];
|
|
6649
6665
|
readonly stateMutability: "view";
|
|
6666
|
+
}, {
|
|
6667
|
+
readonly type: "function";
|
|
6668
|
+
readonly name: "getAvailableValidatorFlushes";
|
|
6669
|
+
readonly inputs: readonly [];
|
|
6670
|
+
readonly outputs: readonly [{
|
|
6671
|
+
readonly name: "";
|
|
6672
|
+
readonly type: "uint256";
|
|
6673
|
+
readonly internalType: "uint256";
|
|
6674
|
+
}];
|
|
6675
|
+
readonly stateMutability: "view";
|
|
6650
6676
|
}, {
|
|
6651
6677
|
readonly type: "function";
|
|
6652
6678
|
readonly name: "getBlockReward";
|
|
@@ -6837,6 +6863,16 @@ export declare const RollupArtifact: {
|
|
|
6837
6863
|
readonly internalType: "contract IInbox";
|
|
6838
6864
|
}];
|
|
6839
6865
|
readonly stateMutability: "view";
|
|
6866
|
+
}, {
|
|
6867
|
+
readonly type: "function";
|
|
6868
|
+
readonly name: "getIsBootstrapped";
|
|
6869
|
+
readonly inputs: readonly [];
|
|
6870
|
+
readonly outputs: readonly [{
|
|
6871
|
+
readonly name: "";
|
|
6872
|
+
readonly type: "bool";
|
|
6873
|
+
readonly internalType: "bool";
|
|
6874
|
+
}];
|
|
6875
|
+
readonly stateMutability: "view";
|
|
6840
6876
|
}, {
|
|
6841
6877
|
readonly type: "function";
|
|
6842
6878
|
readonly name: "getLagInEpochs";
|
|
@@ -7797,6 +7833,16 @@ export declare const RollupArtifact: {
|
|
|
7797
7833
|
}];
|
|
7798
7834
|
readonly outputs: readonly [];
|
|
7799
7835
|
readonly stateMutability: "nonpayable";
|
|
7836
|
+
}, {
|
|
7837
|
+
readonly type: "function";
|
|
7838
|
+
readonly name: "flushEntryQueue";
|
|
7839
|
+
readonly inputs: readonly [{
|
|
7840
|
+
readonly name: "_toAdd";
|
|
7841
|
+
readonly type: "uint256";
|
|
7842
|
+
readonly internalType: "uint256";
|
|
7843
|
+
}];
|
|
7844
|
+
readonly outputs: readonly [];
|
|
7845
|
+
readonly stateMutability: "nonpayable";
|
|
7800
7846
|
}, {
|
|
7801
7847
|
readonly type: "function";
|
|
7802
7848
|
readonly name: "getAttesterAtIndex";
|
|
@@ -10816,118 +10862,124 @@ export declare const RollupArtifact: {
|
|
|
10816
10862
|
linkReferences: {
|
|
10817
10863
|
readonly "src/core/libraries/rollup/EmpireSlasherDeploymentExtLib.sol": {
|
|
10818
10864
|
readonly EmpireSlasherDeploymentExtLib: readonly [{
|
|
10819
|
-
readonly start:
|
|
10865
|
+
readonly start: 875;
|
|
10820
10866
|
readonly length: 20;
|
|
10821
10867
|
}];
|
|
10822
10868
|
};
|
|
10823
10869
|
readonly "src/core/libraries/rollup/RewardDeploymentExtLib.sol": {
|
|
10824
10870
|
readonly RewardDeploymentExtLib: readonly [{
|
|
10825
|
-
readonly start:
|
|
10871
|
+
readonly start: 1226;
|
|
10826
10872
|
readonly length: 20;
|
|
10827
10873
|
}];
|
|
10828
10874
|
};
|
|
10829
10875
|
readonly "src/core/libraries/rollup/RollupOperationsExtLib.sol": {
|
|
10830
10876
|
readonly RollupOperationsExtLib: readonly [{
|
|
10831
|
-
readonly start:
|
|
10877
|
+
readonly start: 11527;
|
|
10832
10878
|
readonly length: 20;
|
|
10833
10879
|
}, {
|
|
10834
|
-
readonly start:
|
|
10880
|
+
readonly start: 11586;
|
|
10835
10881
|
readonly length: 20;
|
|
10836
10882
|
}, {
|
|
10837
|
-
readonly start:
|
|
10883
|
+
readonly start: 12660;
|
|
10838
10884
|
readonly length: 20;
|
|
10839
10885
|
}, {
|
|
10840
|
-
readonly start:
|
|
10886
|
+
readonly start: 13164;
|
|
10841
10887
|
readonly length: 20;
|
|
10842
10888
|
}, {
|
|
10843
|
-
readonly start:
|
|
10889
|
+
readonly start: 13332;
|
|
10844
10890
|
readonly length: 20;
|
|
10845
10891
|
}, {
|
|
10846
|
-
readonly start:
|
|
10892
|
+
readonly start: 13456;
|
|
10847
10893
|
readonly length: 20;
|
|
10848
10894
|
}];
|
|
10849
10895
|
};
|
|
10850
10896
|
readonly "src/core/libraries/rollup/TallySlasherDeploymentExtLib.sol": {
|
|
10851
10897
|
readonly TallySlasherDeploymentExtLib: readonly [{
|
|
10852
|
-
readonly start:
|
|
10898
|
+
readonly start: 576;
|
|
10853
10899
|
readonly length: 20;
|
|
10854
10900
|
}];
|
|
10855
10901
|
};
|
|
10856
10902
|
readonly "src/core/libraries/rollup/ValidatorOperationsExtLib.sol": {
|
|
10857
10903
|
readonly ValidatorOperationsExtLib: readonly [{
|
|
10858
|
-
readonly start:
|
|
10904
|
+
readonly start: 1003;
|
|
10905
|
+
readonly length: 20;
|
|
10906
|
+
}, {
|
|
10907
|
+
readonly start: 10140;
|
|
10908
|
+
readonly length: 20;
|
|
10909
|
+
}, {
|
|
10910
|
+
readonly start: 10306;
|
|
10859
10911
|
readonly length: 20;
|
|
10860
10912
|
}, {
|
|
10861
|
-
readonly start:
|
|
10913
|
+
readonly start: 10647;
|
|
10862
10914
|
readonly length: 20;
|
|
10863
10915
|
}, {
|
|
10864
|
-
readonly start:
|
|
10916
|
+
readonly start: 10802;
|
|
10865
10917
|
readonly length: 20;
|
|
10866
10918
|
}, {
|
|
10867
|
-
readonly start:
|
|
10919
|
+
readonly start: 10891;
|
|
10868
10920
|
readonly length: 20;
|
|
10869
10921
|
}, {
|
|
10870
|
-
readonly start:
|
|
10922
|
+
readonly start: 11020;
|
|
10871
10923
|
readonly length: 20;
|
|
10872
10924
|
}, {
|
|
10873
|
-
readonly start:
|
|
10925
|
+
readonly start: 11128;
|
|
10874
10926
|
readonly length: 20;
|
|
10875
10927
|
}, {
|
|
10876
|
-
readonly start:
|
|
10928
|
+
readonly start: 11900;
|
|
10877
10929
|
readonly length: 20;
|
|
10878
10930
|
}, {
|
|
10879
|
-
readonly start:
|
|
10931
|
+
readonly start: 11966;
|
|
10880
10932
|
readonly length: 20;
|
|
10881
10933
|
}, {
|
|
10882
|
-
readonly start:
|
|
10934
|
+
readonly start: 12093;
|
|
10883
10935
|
readonly length: 20;
|
|
10884
10936
|
}, {
|
|
10885
|
-
readonly start:
|
|
10937
|
+
readonly start: 12426;
|
|
10886
10938
|
readonly length: 20;
|
|
10887
10939
|
}, {
|
|
10888
|
-
readonly start:
|
|
10940
|
+
readonly start: 12549;
|
|
10889
10941
|
readonly length: 20;
|
|
10890
10942
|
}, {
|
|
10891
|
-
readonly start:
|
|
10943
|
+
readonly start: 12585;
|
|
10892
10944
|
readonly length: 20;
|
|
10893
10945
|
}, {
|
|
10894
|
-
readonly start:
|
|
10946
|
+
readonly start: 13698;
|
|
10895
10947
|
readonly length: 20;
|
|
10896
10948
|
}, {
|
|
10897
|
-
readonly start:
|
|
10949
|
+
readonly start: 13780;
|
|
10898
10950
|
readonly length: 20;
|
|
10899
10951
|
}, {
|
|
10900
|
-
readonly start:
|
|
10952
|
+
readonly start: 13898;
|
|
10901
10953
|
readonly length: 20;
|
|
10902
10954
|
}, {
|
|
10903
|
-
readonly start:
|
|
10955
|
+
readonly start: 14009;
|
|
10904
10956
|
readonly length: 20;
|
|
10905
10957
|
}, {
|
|
10906
|
-
readonly start:
|
|
10958
|
+
readonly start: 14233;
|
|
10907
10959
|
readonly length: 20;
|
|
10908
10960
|
}, {
|
|
10909
|
-
readonly start:
|
|
10961
|
+
readonly start: 14361;
|
|
10910
10962
|
readonly length: 20;
|
|
10911
10963
|
}, {
|
|
10912
|
-
readonly start:
|
|
10964
|
+
readonly start: 14649;
|
|
10913
10965
|
readonly length: 20;
|
|
10914
10966
|
}, {
|
|
10915
|
-
readonly start:
|
|
10967
|
+
readonly start: 14734;
|
|
10916
10968
|
readonly length: 20;
|
|
10917
10969
|
}, {
|
|
10918
|
-
readonly start:
|
|
10970
|
+
readonly start: 14770;
|
|
10919
10971
|
readonly length: 20;
|
|
10920
10972
|
}, {
|
|
10921
|
-
readonly start:
|
|
10973
|
+
readonly start: 15144;
|
|
10922
10974
|
readonly length: 20;
|
|
10923
10975
|
}, {
|
|
10924
|
-
readonly start:
|
|
10976
|
+
readonly start: 15273;
|
|
10925
10977
|
readonly length: 20;
|
|
10926
10978
|
}, {
|
|
10927
|
-
readonly start:
|
|
10979
|
+
readonly start: 15310;
|
|
10928
10980
|
readonly length: 20;
|
|
10929
10981
|
}, {
|
|
10930
|
-
readonly start:
|
|
10982
|
+
readonly start: 15467;
|
|
10931
10983
|
readonly length: 20;
|
|
10932
10984
|
}];
|
|
10933
10985
|
};
|
|
@@ -11191,6 +11243,10 @@ export declare const RollupArtifact: {
|
|
|
11191
11243
|
readonly type: "error";
|
|
11192
11244
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
11193
11245
|
readonly inputs: readonly [];
|
|
11246
|
+
}, {
|
|
11247
|
+
readonly type: "error";
|
|
11248
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
11249
|
+
readonly inputs: readonly [];
|
|
11194
11250
|
}, {
|
|
11195
11251
|
readonly type: "error";
|
|
11196
11252
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -13088,6 +13144,10 @@ export declare const RollupArtifact: {
|
|
|
13088
13144
|
readonly type: "error";
|
|
13089
13145
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
13090
13146
|
readonly inputs: readonly [];
|
|
13147
|
+
}, {
|
|
13148
|
+
readonly type: "error";
|
|
13149
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
13150
|
+
readonly inputs: readonly [];
|
|
13091
13151
|
}, {
|
|
13092
13152
|
readonly type: "error";
|
|
13093
13153
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -15154,6 +15214,10 @@ export declare const RollupArtifact: {
|
|
|
15154
15214
|
readonly type: "error";
|
|
15155
15215
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
15156
15216
|
readonly inputs: readonly [];
|
|
15217
|
+
}, {
|
|
15218
|
+
readonly type: "error";
|
|
15219
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
15220
|
+
readonly inputs: readonly [];
|
|
15157
15221
|
}, {
|
|
15158
15222
|
readonly type: "error";
|
|
15159
15223
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -15182,6 +15246,16 @@ export declare const RollupArtifact: {
|
|
|
15182
15246
|
readonly type: "error";
|
|
15183
15247
|
readonly name: "ValidatorSelection__EpochNotSetup";
|
|
15184
15248
|
readonly inputs: readonly [];
|
|
15249
|
+
}, {
|
|
15250
|
+
readonly type: "function";
|
|
15251
|
+
readonly name: "getAvailableValidatorFlushes";
|
|
15252
|
+
readonly inputs: readonly [];
|
|
15253
|
+
readonly outputs: readonly [{
|
|
15254
|
+
readonly name: "";
|
|
15255
|
+
readonly type: "uint256";
|
|
15256
|
+
readonly internalType: "uint256";
|
|
15257
|
+
}];
|
|
15258
|
+
readonly stateMutability: "view";
|
|
15185
15259
|
}, {
|
|
15186
15260
|
readonly type: "function";
|
|
15187
15261
|
readonly name: "getEntryQueueFlushSize";
|
|
@@ -17397,6 +17471,10 @@ export declare const RollupArtifact: {
|
|
|
17397
17471
|
readonly type: "error";
|
|
17398
17472
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
17399
17473
|
readonly inputs: readonly [];
|
|
17474
|
+
}, {
|
|
17475
|
+
readonly type: "error";
|
|
17476
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
17477
|
+
readonly inputs: readonly [];
|
|
17400
17478
|
}, {
|
|
17401
17479
|
readonly type: "error";
|
|
17402
17480
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -19286,6 +19364,10 @@ export declare const RollupArtifact: {
|
|
|
19286
19364
|
readonly type: "error";
|
|
19287
19365
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
19288
19366
|
readonly inputs: readonly [];
|
|
19367
|
+
}, {
|
|
19368
|
+
readonly type: "error";
|
|
19369
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
19370
|
+
readonly inputs: readonly [];
|
|
19289
19371
|
}, {
|
|
19290
19372
|
readonly type: "error";
|
|
19291
19373
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -21175,6 +21257,10 @@ export declare const RollupArtifact: {
|
|
|
21175
21257
|
readonly type: "error";
|
|
21176
21258
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
21177
21259
|
readonly inputs: readonly [];
|
|
21260
|
+
}, {
|
|
21261
|
+
readonly type: "error";
|
|
21262
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
21263
|
+
readonly inputs: readonly [];
|
|
21178
21264
|
}, {
|
|
21179
21265
|
readonly type: "error";
|
|
21180
21266
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -23067,6 +23153,10 @@ export declare const StakingAssetArtifact: {
|
|
|
23067
23153
|
readonly type: "error";
|
|
23068
23154
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
23069
23155
|
readonly inputs: readonly [];
|
|
23156
|
+
}, {
|
|
23157
|
+
readonly type: "error";
|
|
23158
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
23159
|
+
readonly inputs: readonly [];
|
|
23070
23160
|
}, {
|
|
23071
23161
|
readonly type: "error";
|
|
23072
23162
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -25370,6 +25460,10 @@ export declare const FeeAssetArtifact: {
|
|
|
25370
25460
|
readonly type: "error";
|
|
25371
25461
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
25372
25462
|
readonly inputs: readonly [];
|
|
25463
|
+
}, {
|
|
25464
|
+
readonly type: "error";
|
|
25465
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
25466
|
+
readonly inputs: readonly [];
|
|
25373
25467
|
}, {
|
|
25374
25468
|
readonly type: "error";
|
|
25375
25469
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -27703,6 +27797,10 @@ export declare const FeeJuicePortalArtifact: {
|
|
|
27703
27797
|
readonly type: "error";
|
|
27704
27798
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
27705
27799
|
readonly inputs: readonly [];
|
|
27800
|
+
}, {
|
|
27801
|
+
readonly type: "error";
|
|
27802
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
27803
|
+
readonly inputs: readonly [];
|
|
27706
27804
|
}, {
|
|
27707
27805
|
readonly type: "error";
|
|
27708
27806
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -29745,6 +29843,10 @@ export declare const RewardDistributorArtifact: {
|
|
|
29745
29843
|
readonly type: "error";
|
|
29746
29844
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
29747
29845
|
readonly inputs: readonly [];
|
|
29846
|
+
}, {
|
|
29847
|
+
readonly type: "error";
|
|
29848
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
29849
|
+
readonly inputs: readonly [];
|
|
29748
29850
|
}, {
|
|
29749
29851
|
readonly type: "error";
|
|
29750
29852
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -31716,6 +31818,10 @@ export declare const CoinIssuerArtifact: {
|
|
|
31716
31818
|
readonly type: "error";
|
|
31717
31819
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
31718
31820
|
readonly inputs: readonly [];
|
|
31821
|
+
}, {
|
|
31822
|
+
readonly type: "error";
|
|
31823
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
31824
|
+
readonly inputs: readonly [];
|
|
31719
31825
|
}, {
|
|
31720
31826
|
readonly type: "error";
|
|
31721
31827
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -33801,6 +33907,10 @@ export declare const GovernanceProposerArtifact: {
|
|
|
33801
33907
|
readonly type: "error";
|
|
33802
33908
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
33803
33909
|
readonly inputs: readonly [];
|
|
33910
|
+
}, {
|
|
33911
|
+
readonly type: "error";
|
|
33912
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
33913
|
+
readonly inputs: readonly [];
|
|
33804
33914
|
}, {
|
|
33805
33915
|
readonly type: "error";
|
|
33806
33916
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -36037,6 +36147,10 @@ export declare const GovernanceArtifact: {
|
|
|
36037
36147
|
readonly type: "error";
|
|
36038
36148
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
36039
36149
|
readonly inputs: readonly [];
|
|
36150
|
+
}, {
|
|
36151
|
+
readonly type: "error";
|
|
36152
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
36153
|
+
readonly inputs: readonly [];
|
|
36040
36154
|
}, {
|
|
36041
36155
|
readonly type: "error";
|
|
36042
36156
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -38703,6 +38817,10 @@ export declare const SlasherArtifact: {
|
|
|
38703
38817
|
readonly type: "error";
|
|
38704
38818
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
38705
38819
|
readonly inputs: readonly [];
|
|
38820
|
+
}, {
|
|
38821
|
+
readonly type: "error";
|
|
38822
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
38823
|
+
readonly inputs: readonly [];
|
|
38706
38824
|
}, {
|
|
38707
38825
|
readonly type: "error";
|
|
38708
38826
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -40857,6 +40975,10 @@ export declare const EmpireSlashingProposerArtifact: {
|
|
|
40857
40975
|
readonly type: "error";
|
|
40858
40976
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
40859
40977
|
readonly inputs: readonly [];
|
|
40978
|
+
}, {
|
|
40979
|
+
readonly type: "error";
|
|
40980
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
40981
|
+
readonly inputs: readonly [];
|
|
40860
40982
|
}, {
|
|
40861
40983
|
readonly type: "error";
|
|
40862
40984
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -43243,6 +43365,10 @@ export declare const TallySlashingProposerArtifact: {
|
|
|
43243
43365
|
readonly type: "error";
|
|
43244
43366
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
43245
43367
|
readonly inputs: readonly [];
|
|
43368
|
+
}, {
|
|
43369
|
+
readonly type: "error";
|
|
43370
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
43371
|
+
readonly inputs: readonly [];
|
|
43246
43372
|
}, {
|
|
43247
43373
|
readonly type: "error";
|
|
43248
43374
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -45498,6 +45624,10 @@ export declare const SlashFactoryArtifact: {
|
|
|
45498
45624
|
readonly type: "error";
|
|
45499
45625
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
45500
45626
|
readonly inputs: readonly [];
|
|
45627
|
+
}, {
|
|
45628
|
+
readonly type: "error";
|
|
45629
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
45630
|
+
readonly inputs: readonly [];
|
|
45501
45631
|
}, {
|
|
45502
45632
|
readonly type: "error";
|
|
45503
45633
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -47526,6 +47656,10 @@ export declare const RegisterNewRollupVersionPayloadArtifact: {
|
|
|
47526
47656
|
readonly type: "error";
|
|
47527
47657
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
47528
47658
|
readonly inputs: readonly [];
|
|
47659
|
+
}, {
|
|
47660
|
+
readonly type: "error";
|
|
47661
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
47662
|
+
readonly inputs: readonly [];
|
|
47529
47663
|
}, {
|
|
47530
47664
|
readonly type: "error";
|
|
47531
47665
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -49466,6 +49600,10 @@ export declare const FeeAssetHandlerArtifact: {
|
|
|
49466
49600
|
readonly type: "error";
|
|
49467
49601
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
49468
49602
|
readonly inputs: readonly [];
|
|
49603
|
+
}, {
|
|
49604
|
+
readonly type: "error";
|
|
49605
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
49606
|
+
readonly inputs: readonly [];
|
|
49469
49607
|
}, {
|
|
49470
49608
|
readonly type: "error";
|
|
49471
49609
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -51532,6 +51670,10 @@ export declare const StakingAssetHandlerArtifact: {
|
|
|
51532
51670
|
readonly type: "error";
|
|
51533
51671
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
51534
51672
|
readonly inputs: readonly [];
|
|
51673
|
+
}, {
|
|
51674
|
+
readonly type: "error";
|
|
51675
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
51676
|
+
readonly inputs: readonly [];
|
|
51535
51677
|
}, {
|
|
51536
51678
|
readonly type: "error";
|
|
51537
51679
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -51676,6 +51818,16 @@ export declare const StakingAssetHandlerArtifact: {
|
|
|
51676
51818
|
readonly internalType: "uint256";
|
|
51677
51819
|
}];
|
|
51678
51820
|
readonly stateMutability: "view";
|
|
51821
|
+
}, {
|
|
51822
|
+
readonly type: "function";
|
|
51823
|
+
readonly name: "validatorsToFlush";
|
|
51824
|
+
readonly inputs: readonly [];
|
|
51825
|
+
readonly outputs: readonly [{
|
|
51826
|
+
readonly name: "";
|
|
51827
|
+
readonly type: "uint256";
|
|
51828
|
+
readonly internalType: "uint256";
|
|
51829
|
+
}];
|
|
51830
|
+
readonly stateMutability: "view";
|
|
51679
51831
|
}, {
|
|
51680
51832
|
readonly type: "function";
|
|
51681
51833
|
readonly name: "withdrawer";
|
|
@@ -51718,6 +51870,10 @@ export declare const StakingAssetHandlerArtifact: {
|
|
|
51718
51870
|
readonly name: "withdrawer";
|
|
51719
51871
|
readonly type: "address";
|
|
51720
51872
|
readonly internalType: "address";
|
|
51873
|
+
}, {
|
|
51874
|
+
readonly name: "validatorsToFlush";
|
|
51875
|
+
readonly type: "uint256";
|
|
51876
|
+
readonly internalType: "uint256";
|
|
51721
51877
|
}, {
|
|
51722
51878
|
readonly name: "mintInterval";
|
|
51723
51879
|
readonly type: "uint256";
|
|
@@ -52417,6 +52573,16 @@ export declare const StakingAssetHandlerArtifact: {
|
|
|
52417
52573
|
readonly type: "uint256";
|
|
52418
52574
|
readonly internalType: "uint256";
|
|
52419
52575
|
}];
|
|
52576
|
+
}, {
|
|
52577
|
+
readonly type: "event";
|
|
52578
|
+
readonly name: "ValidatorsToFlushUpdated";
|
|
52579
|
+
readonly inputs: readonly [{
|
|
52580
|
+
readonly name: "_validatorsToFlush";
|
|
52581
|
+
readonly type: "uint256";
|
|
52582
|
+
readonly indexed: false;
|
|
52583
|
+
readonly internalType: "uint256";
|
|
52584
|
+
}];
|
|
52585
|
+
readonly anonymous: false;
|
|
52420
52586
|
}, {
|
|
52421
52587
|
readonly type: "event";
|
|
52422
52588
|
readonly name: "WithdrawerUpdated";
|
|
@@ -52569,6 +52735,16 @@ export declare const StakingAssetHandlerArtifact: {
|
|
|
52569
52735
|
}];
|
|
52570
52736
|
readonly outputs: readonly [];
|
|
52571
52737
|
readonly stateMutability: "nonpayable";
|
|
52738
|
+
}, {
|
|
52739
|
+
readonly type: "function";
|
|
52740
|
+
readonly name: "setValidatorsToFlush";
|
|
52741
|
+
readonly inputs: readonly [{
|
|
52742
|
+
readonly name: "_validatorsToFlush";
|
|
52743
|
+
readonly type: "uint256";
|
|
52744
|
+
readonly internalType: "uint256";
|
|
52745
|
+
}];
|
|
52746
|
+
readonly outputs: readonly [];
|
|
52747
|
+
readonly stateMutability: "nonpayable";
|
|
52572
52748
|
}, {
|
|
52573
52749
|
readonly type: "function";
|
|
52574
52750
|
readonly name: "setWithdrawer";
|
|
@@ -54182,6 +54358,10 @@ export declare const MultiAdderArtifact: {
|
|
|
54182
54358
|
readonly type: "error";
|
|
54183
54359
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
54184
54360
|
readonly inputs: readonly [];
|
|
54361
|
+
}, {
|
|
54362
|
+
readonly type: "error";
|
|
54363
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
54364
|
+
readonly inputs: readonly [];
|
|
54185
54365
|
}, {
|
|
54186
54366
|
readonly type: "error";
|
|
54187
54367
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -55820,9 +56000,9 @@ export declare const MultiAdderArtifact: {
|
|
|
55820
56000
|
}];
|
|
55821
56001
|
}];
|
|
55822
56002
|
}, {
|
|
55823
|
-
readonly name: "
|
|
55824
|
-
readonly type: "
|
|
55825
|
-
readonly internalType: "
|
|
56003
|
+
readonly name: "_toFlush";
|
|
56004
|
+
readonly type: "uint256";
|
|
56005
|
+
readonly internalType: "uint256";
|
|
55826
56006
|
}];
|
|
55827
56007
|
readonly outputs: readonly [];
|
|
55828
56008
|
readonly stateMutability: "nonpayable";
|
|
@@ -56291,6 +56471,10 @@ export declare const GSEArtifact: {
|
|
|
56291
56471
|
readonly type: "error";
|
|
56292
56472
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
56293
56473
|
readonly inputs: readonly [];
|
|
56474
|
+
}, {
|
|
56475
|
+
readonly type: "error";
|
|
56476
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
56477
|
+
readonly inputs: readonly [];
|
|
56294
56478
|
}, {
|
|
56295
56479
|
readonly type: "error";
|
|
56296
56480
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -58953,6 +59137,10 @@ export declare const HonkVerifierArtifact: {
|
|
|
58953
59137
|
readonly type: "error";
|
|
58954
59138
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
58955
59139
|
readonly inputs: readonly [];
|
|
59140
|
+
}, {
|
|
59141
|
+
readonly type: "error";
|
|
59142
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
59143
|
+
readonly inputs: readonly [];
|
|
58956
59144
|
}, {
|
|
58957
59145
|
readonly type: "error";
|
|
58958
59146
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -60880,6 +61068,10 @@ export declare const MockVerifierArtifact: {
|
|
|
60880
61068
|
readonly type: "error";
|
|
60881
61069
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
60882
61070
|
readonly inputs: readonly [];
|
|
61071
|
+
}, {
|
|
61072
|
+
readonly type: "error";
|
|
61073
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
61074
|
+
readonly inputs: readonly [];
|
|
60883
61075
|
}, {
|
|
60884
61076
|
readonly type: "error";
|
|
60885
61077
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -62787,6 +62979,10 @@ export declare const MockZkPassportVerifierArtifact: {
|
|
|
62787
62979
|
readonly type: "error";
|
|
62788
62980
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
62789
62981
|
readonly inputs: readonly [];
|
|
62982
|
+
}, {
|
|
62983
|
+
readonly type: "error";
|
|
62984
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
62985
|
+
readonly inputs: readonly [];
|
|
62790
62986
|
}, {
|
|
62791
62987
|
readonly type: "error";
|
|
62792
62988
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -64782,6 +64978,10 @@ export declare const l1ArtifactsVerifiers: {
|
|
|
64782
64978
|
readonly type: "error";
|
|
64783
64979
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
64784
64980
|
readonly inputs: readonly [];
|
|
64981
|
+
}, {
|
|
64982
|
+
readonly type: "error";
|
|
64983
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
64984
|
+
readonly inputs: readonly [];
|
|
64785
64985
|
}, {
|
|
64786
64986
|
readonly type: "error";
|
|
64787
64987
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -66711,6 +66911,10 @@ export declare const mockVerifiers: {
|
|
|
66711
66911
|
readonly type: "error";
|
|
66712
66912
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
66713
66913
|
readonly inputs: readonly [];
|
|
66914
|
+
}, {
|
|
66915
|
+
readonly type: "error";
|
|
66916
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
66917
|
+
readonly inputs: readonly [];
|
|
66714
66918
|
}, {
|
|
66715
66919
|
readonly type: "error";
|
|
66716
66920
|
readonly name: "Staking__InvalidStakingQueueConfig";
|
|
@@ -68618,6 +68822,10 @@ export declare const mockVerifiers: {
|
|
|
68618
68822
|
readonly type: "error";
|
|
68619
68823
|
readonly name: "Staking__GovernanceAlreadySet";
|
|
68620
68824
|
readonly inputs: readonly [];
|
|
68825
|
+
}, {
|
|
68826
|
+
readonly type: "error";
|
|
68827
|
+
readonly name: "Staking__InvalidNormalFlushSizeQuotient";
|
|
68828
|
+
readonly inputs: readonly [];
|
|
68621
68829
|
}, {
|
|
68622
68830
|
readonly type: "error";
|
|
68623
68831
|
readonly name: "Staking__InvalidStakingQueueConfig";
|