@aztec/ethereum 3.0.0-nightly.20251125 → 3.0.0-nightly.20251127
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/config.d.ts +5 -2
- package/dest/config.d.ts.map +1 -1
- package/dest/config.js +10 -4
- package/dest/contracts/rollup.d.ts +2 -1
- package/dest/contracts/rollup.d.ts.map +1 -1
- package/dest/contracts/rollup.js +9 -3
- package/dest/deploy_l1_contracts.d.ts.map +1 -1
- package/dest/deploy_l1_contracts.js +2 -1
- package/dest/l1_artifacts.d.ts +467 -44
- package/dest/l1_artifacts.d.ts.map +1 -1
- package/dest/l1_tx_utils/readonly_l1_tx_utils.d.ts.map +1 -1
- package/dest/l1_tx_utils/readonly_l1_tx_utils.js +1 -2
- package/dest/queries.d.ts.map +1 -1
- package/dest/queries.js +5 -3
- package/dest/test/eth_cheat_codes.d.ts +10 -2
- package/dest/test/eth_cheat_codes.d.ts.map +1 -1
- package/dest/test/eth_cheat_codes.js +8 -2
- package/dest/test/rollup_cheat_codes.d.ts.map +1 -1
- package/dest/test/rollup_cheat_codes.js +1 -2
- package/dest/test/start_anvil.d.ts +1 -0
- package/dest/test/start_anvil.d.ts.map +1 -1
- package/dest/test/start_anvil.js +2 -1
- package/package.json +6 -6
- package/src/config.ts +13 -5
- package/src/contracts/rollup.ts +7 -2
- package/src/deploy_l1_contracts.ts +2 -1
- package/src/l1_tx_utils/readonly_l1_tx_utils.ts +1 -2
- package/src/queries.ts +6 -3
- package/src/test/eth_cheat_codes.ts +7 -1
- package/src/test/rollup_cheat_codes.ts +1 -2
- package/src/test/start_anvil.ts +2 -0
package/dest/l1_artifacts.d.ts
CHANGED
|
@@ -2011,6 +2011,18 @@ export declare const RegistryArtifact: {
|
|
|
2011
2011
|
readonly type: "address";
|
|
2012
2012
|
readonly internalType: "address";
|
|
2013
2013
|
}];
|
|
2014
|
+
}, {
|
|
2015
|
+
readonly type: "error";
|
|
2016
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
2017
|
+
readonly inputs: readonly [{
|
|
2018
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
2019
|
+
readonly type: "uint256";
|
|
2020
|
+
readonly internalType: "uint256";
|
|
2021
|
+
}, {
|
|
2022
|
+
readonly name: "lagInEpochsForRandao";
|
|
2023
|
+
readonly type: "uint256";
|
|
2024
|
+
readonly internalType: "uint256";
|
|
2025
|
+
}];
|
|
2014
2026
|
}, {
|
|
2015
2027
|
readonly type: "error";
|
|
2016
2028
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -4193,6 +4205,18 @@ export declare const InboxArtifact: {
|
|
|
4193
4205
|
readonly type: "address";
|
|
4194
4206
|
readonly internalType: "address";
|
|
4195
4207
|
}];
|
|
4208
|
+
}, {
|
|
4209
|
+
readonly type: "error";
|
|
4210
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
4211
|
+
readonly inputs: readonly [{
|
|
4212
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
4213
|
+
readonly type: "uint256";
|
|
4214
|
+
readonly internalType: "uint256";
|
|
4215
|
+
}, {
|
|
4216
|
+
readonly name: "lagInEpochsForRandao";
|
|
4217
|
+
readonly type: "uint256";
|
|
4218
|
+
readonly internalType: "uint256";
|
|
4219
|
+
}];
|
|
4196
4220
|
}, {
|
|
4197
4221
|
readonly type: "error";
|
|
4198
4222
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -6371,6 +6395,18 @@ export declare const OutboxArtifact: {
|
|
|
6371
6395
|
readonly type: "address";
|
|
6372
6396
|
readonly internalType: "address";
|
|
6373
6397
|
}];
|
|
6398
|
+
}, {
|
|
6399
|
+
readonly type: "error";
|
|
6400
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
6401
|
+
readonly inputs: readonly [{
|
|
6402
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
6403
|
+
readonly type: "uint256";
|
|
6404
|
+
readonly internalType: "uint256";
|
|
6405
|
+
}, {
|
|
6406
|
+
readonly name: "lagInEpochsForRandao";
|
|
6407
|
+
readonly type: "uint256";
|
|
6408
|
+
readonly internalType: "uint256";
|
|
6409
|
+
}];
|
|
6374
6410
|
}, {
|
|
6375
6411
|
readonly type: "error";
|
|
6376
6412
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -7277,7 +7313,17 @@ export declare const RollupArtifact: {
|
|
|
7277
7313
|
readonly stateMutability: "view";
|
|
7278
7314
|
}, {
|
|
7279
7315
|
readonly type: "function";
|
|
7280
|
-
readonly name: "
|
|
7316
|
+
readonly name: "getLagInEpochsForRandao";
|
|
7317
|
+
readonly inputs: readonly [];
|
|
7318
|
+
readonly outputs: readonly [{
|
|
7319
|
+
readonly name: "";
|
|
7320
|
+
readonly type: "uint256";
|
|
7321
|
+
readonly internalType: "uint256";
|
|
7322
|
+
}];
|
|
7323
|
+
readonly stateMutability: "view";
|
|
7324
|
+
}, {
|
|
7325
|
+
readonly type: "function";
|
|
7326
|
+
readonly name: "getLagInEpochsForValidatorSet";
|
|
7281
7327
|
readonly inputs: readonly [];
|
|
7282
7328
|
readonly outputs: readonly [{
|
|
7283
7329
|
readonly name: "";
|
|
@@ -10212,6 +10258,18 @@ export declare const RollupArtifact: {
|
|
|
10212
10258
|
readonly type: "address";
|
|
10213
10259
|
readonly internalType: "address";
|
|
10214
10260
|
}];
|
|
10261
|
+
}, {
|
|
10262
|
+
readonly type: "error";
|
|
10263
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
10264
|
+
readonly inputs: readonly [{
|
|
10265
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
10266
|
+
readonly type: "uint256";
|
|
10267
|
+
readonly internalType: "uint256";
|
|
10268
|
+
}, {
|
|
10269
|
+
readonly name: "lagInEpochsForRandao";
|
|
10270
|
+
readonly type: "uint256";
|
|
10271
|
+
readonly internalType: "uint256";
|
|
10272
|
+
}];
|
|
10215
10273
|
}, {
|
|
10216
10274
|
readonly type: "error";
|
|
10217
10275
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -11163,7 +11221,11 @@ export declare const RollupArtifact: {
|
|
|
11163
11221
|
readonly type: "uint256";
|
|
11164
11222
|
readonly internalType: "uint256";
|
|
11165
11223
|
}, {
|
|
11166
|
-
readonly name: "
|
|
11224
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
11225
|
+
readonly type: "uint256";
|
|
11226
|
+
readonly internalType: "uint256";
|
|
11227
|
+
}, {
|
|
11228
|
+
readonly name: "lagInEpochsForRandao";
|
|
11167
11229
|
readonly type: "uint256";
|
|
11168
11230
|
readonly internalType: "uint256";
|
|
11169
11231
|
}, {
|
|
@@ -11462,52 +11524,52 @@ export declare const RollupArtifact: {
|
|
|
11462
11524
|
linkReferences: {
|
|
11463
11525
|
readonly "src/core/libraries/rollup/EmpireSlasherDeploymentExtLib.sol": {
|
|
11464
11526
|
readonly EmpireSlasherDeploymentExtLib: readonly [{
|
|
11465
|
-
readonly start:
|
|
11527
|
+
readonly start: 876;
|
|
11466
11528
|
readonly length: 20;
|
|
11467
11529
|
}];
|
|
11468
11530
|
};
|
|
11469
11531
|
readonly "src/core/libraries/rollup/RewardExtLib.sol": {
|
|
11470
11532
|
readonly RewardExtLib: readonly [{
|
|
11471
|
-
readonly start:
|
|
11533
|
+
readonly start: 1233;
|
|
11472
11534
|
readonly length: 20;
|
|
11473
11535
|
}, {
|
|
11474
|
-
readonly start:
|
|
11536
|
+
readonly start: 1378;
|
|
11475
11537
|
readonly length: 20;
|
|
11476
11538
|
}, {
|
|
11477
|
-
readonly start:
|
|
11539
|
+
readonly start: 1539;
|
|
11478
11540
|
readonly length: 20;
|
|
11479
11541
|
}, {
|
|
11480
|
-
readonly start:
|
|
11542
|
+
readonly start: 12818;
|
|
11481
11543
|
readonly length: 20;
|
|
11482
11544
|
}, {
|
|
11483
|
-
readonly start:
|
|
11545
|
+
readonly start: 13479;
|
|
11484
11546
|
readonly length: 20;
|
|
11485
11547
|
}, {
|
|
11486
|
-
readonly start:
|
|
11548
|
+
readonly start: 15007;
|
|
11487
11549
|
readonly length: 20;
|
|
11488
11550
|
}, {
|
|
11489
|
-
readonly start:
|
|
11551
|
+
readonly start: 15145;
|
|
11490
11552
|
readonly length: 20;
|
|
11491
11553
|
}];
|
|
11492
11554
|
};
|
|
11493
11555
|
readonly "src/core/libraries/rollup/RollupOperationsExtLib.sol": {
|
|
11494
11556
|
readonly RollupOperationsExtLib: readonly [{
|
|
11495
|
-
readonly start:
|
|
11557
|
+
readonly start: 11447;
|
|
11496
11558
|
readonly length: 20;
|
|
11497
11559
|
}, {
|
|
11498
|
-
readonly start:
|
|
11560
|
+
readonly start: 11911;
|
|
11499
11561
|
readonly length: 20;
|
|
11500
11562
|
}, {
|
|
11501
|
-
readonly start:
|
|
11563
|
+
readonly start: 11986;
|
|
11502
11564
|
readonly length: 20;
|
|
11503
11565
|
}, {
|
|
11504
|
-
readonly start:
|
|
11566
|
+
readonly start: 13631;
|
|
11505
11567
|
readonly length: 20;
|
|
11506
11568
|
}, {
|
|
11507
|
-
readonly start:
|
|
11569
|
+
readonly start: 13835;
|
|
11508
11570
|
readonly length: 20;
|
|
11509
11571
|
}, {
|
|
11510
|
-
readonly start:
|
|
11572
|
+
readonly start: 13959;
|
|
11511
11573
|
readonly length: 20;
|
|
11512
11574
|
}];
|
|
11513
11575
|
};
|
|
@@ -11519,85 +11581,88 @@ export declare const RollupArtifact: {
|
|
|
11519
11581
|
};
|
|
11520
11582
|
readonly "src/core/libraries/rollup/ValidatorOperationsExtLib.sol": {
|
|
11521
11583
|
readonly ValidatorOperationsExtLib: readonly [{
|
|
11522
|
-
readonly start:
|
|
11584
|
+
readonly start: 1053;
|
|
11585
|
+
readonly length: 20;
|
|
11586
|
+
}, {
|
|
11587
|
+
readonly start: 10455;
|
|
11523
11588
|
readonly length: 20;
|
|
11524
11589
|
}, {
|
|
11525
|
-
readonly start:
|
|
11590
|
+
readonly start: 10621;
|
|
11526
11591
|
readonly length: 20;
|
|
11527
11592
|
}, {
|
|
11528
|
-
readonly start:
|
|
11593
|
+
readonly start: 10750;
|
|
11529
11594
|
readonly length: 20;
|
|
11530
11595
|
}, {
|
|
11531
|
-
readonly start:
|
|
11596
|
+
readonly start: 10905;
|
|
11532
11597
|
readonly length: 20;
|
|
11533
11598
|
}, {
|
|
11534
|
-
readonly start:
|
|
11599
|
+
readonly start: 11147;
|
|
11535
11600
|
readonly length: 20;
|
|
11536
11601
|
}, {
|
|
11537
|
-
readonly start:
|
|
11602
|
+
readonly start: 11276;
|
|
11538
11603
|
readonly length: 20;
|
|
11539
11604
|
}, {
|
|
11540
|
-
readonly start:
|
|
11605
|
+
readonly start: 11384;
|
|
11541
11606
|
readonly length: 20;
|
|
11542
11607
|
}, {
|
|
11543
|
-
readonly start:
|
|
11608
|
+
readonly start: 12333;
|
|
11544
11609
|
readonly length: 20;
|
|
11545
11610
|
}, {
|
|
11546
|
-
readonly start:
|
|
11611
|
+
readonly start: 12399;
|
|
11547
11612
|
readonly length: 20;
|
|
11548
11613
|
}, {
|
|
11549
|
-
readonly start:
|
|
11614
|
+
readonly start: 12526;
|
|
11550
11615
|
readonly length: 20;
|
|
11551
11616
|
}, {
|
|
11552
|
-
readonly start:
|
|
11617
|
+
readonly start: 12996;
|
|
11553
11618
|
readonly length: 20;
|
|
11554
11619
|
}, {
|
|
11555
|
-
readonly start:
|
|
11620
|
+
readonly start: 13119;
|
|
11556
11621
|
readonly length: 20;
|
|
11557
11622
|
}, {
|
|
11558
|
-
readonly start:
|
|
11623
|
+
readonly start: 13155;
|
|
11559
11624
|
readonly length: 20;
|
|
11560
11625
|
}, {
|
|
11561
|
-
readonly start:
|
|
11626
|
+
readonly start: 14201;
|
|
11562
11627
|
readonly length: 20;
|
|
11563
11628
|
}, {
|
|
11564
|
-
readonly start:
|
|
11629
|
+
readonly start: 14283;
|
|
11565
11630
|
readonly length: 20;
|
|
11566
11631
|
}, {
|
|
11567
|
-
readonly start:
|
|
11632
|
+
readonly start: 14401;
|
|
11568
11633
|
readonly length: 20;
|
|
11569
11634
|
}, {
|
|
11570
|
-
readonly start:
|
|
11635
|
+
readonly start: 14512;
|
|
11571
11636
|
readonly length: 20;
|
|
11572
11637
|
}, {
|
|
11573
|
-
readonly start:
|
|
11638
|
+
readonly start: 14711;
|
|
11574
11639
|
readonly length: 20;
|
|
11575
11640
|
}, {
|
|
11576
|
-
readonly start:
|
|
11641
|
+
readonly start: 14839;
|
|
11577
11642
|
readonly length: 20;
|
|
11578
11643
|
}, {
|
|
11579
|
-
readonly start:
|
|
11644
|
+
readonly start: 14906;
|
|
11580
11645
|
readonly length: 20;
|
|
11581
11646
|
}, {
|
|
11582
|
-
readonly start:
|
|
11647
|
+
readonly start: 15284;
|
|
11583
11648
|
readonly length: 20;
|
|
11584
11649
|
}, {
|
|
11585
|
-
readonly start:
|
|
11650
|
+
readonly start: 15369;
|
|
11586
11651
|
readonly length: 20;
|
|
11587
11652
|
}, {
|
|
11588
|
-
readonly start:
|
|
11653
|
+
readonly start: 15405;
|
|
11589
11654
|
readonly length: 20;
|
|
11590
11655
|
}, {
|
|
11591
|
-
readonly start:
|
|
11656
|
+
readonly start: 15472;
|
|
11592
11657
|
readonly length: 20;
|
|
11593
11658
|
}, {
|
|
11594
|
-
readonly start:
|
|
11659
|
+
readonly start: 15862;
|
|
11595
11660
|
readonly length: 20;
|
|
11596
11661
|
}, {
|
|
11597
|
-
readonly start:
|
|
11662
|
+
readonly start: 15991;
|
|
11598
11663
|
readonly length: 20;
|
|
11599
11664
|
}, {
|
|
11600
|
-
readonly start:
|
|
11665
|
+
readonly start: 16113;
|
|
11601
11666
|
readonly length: 20;
|
|
11602
11667
|
}];
|
|
11603
11668
|
};
|
|
@@ -13449,6 +13514,18 @@ export declare const RollupArtifact: {
|
|
|
13449
13514
|
readonly type: "address";
|
|
13450
13515
|
readonly internalType: "address";
|
|
13451
13516
|
}];
|
|
13517
|
+
}, {
|
|
13518
|
+
readonly type: "error";
|
|
13519
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
13520
|
+
readonly inputs: readonly [{
|
|
13521
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
13522
|
+
readonly type: "uint256";
|
|
13523
|
+
readonly internalType: "uint256";
|
|
13524
|
+
}, {
|
|
13525
|
+
readonly name: "lagInEpochsForRandao";
|
|
13526
|
+
readonly type: "uint256";
|
|
13527
|
+
readonly internalType: "uint256";
|
|
13528
|
+
}];
|
|
13452
13529
|
}, {
|
|
13453
13530
|
readonly type: "error";
|
|
13454
13531
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -15534,6 +15611,18 @@ export declare const RollupArtifact: {
|
|
|
15534
15611
|
readonly type: "address";
|
|
15535
15612
|
readonly internalType: "address";
|
|
15536
15613
|
}];
|
|
15614
|
+
}, {
|
|
15615
|
+
readonly type: "error";
|
|
15616
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
15617
|
+
readonly inputs: readonly [{
|
|
15618
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
15619
|
+
readonly type: "uint256";
|
|
15620
|
+
readonly internalType: "uint256";
|
|
15621
|
+
}, {
|
|
15622
|
+
readonly name: "lagInEpochsForRandao";
|
|
15623
|
+
readonly type: "uint256";
|
|
15624
|
+
readonly internalType: "uint256";
|
|
15625
|
+
}];
|
|
15537
15626
|
}, {
|
|
15538
15627
|
readonly type: "error";
|
|
15539
15628
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -16114,7 +16203,17 @@ export declare const RollupArtifact: {
|
|
|
16114
16203
|
readonly stateMutability: "view";
|
|
16115
16204
|
}, {
|
|
16116
16205
|
readonly type: "function";
|
|
16117
|
-
readonly name: "
|
|
16206
|
+
readonly name: "getLagInEpochsForRandao";
|
|
16207
|
+
readonly inputs: readonly [];
|
|
16208
|
+
readonly outputs: readonly [{
|
|
16209
|
+
readonly name: "";
|
|
16210
|
+
readonly type: "uint256";
|
|
16211
|
+
readonly internalType: "uint256";
|
|
16212
|
+
}];
|
|
16213
|
+
readonly stateMutability: "view";
|
|
16214
|
+
}, {
|
|
16215
|
+
readonly type: "function";
|
|
16216
|
+
readonly name: "getLagInEpochsForValidatorSet";
|
|
16118
16217
|
readonly inputs: readonly [];
|
|
16119
16218
|
readonly outputs: readonly [{
|
|
16120
16219
|
readonly name: "";
|
|
@@ -17837,6 +17936,18 @@ export declare const RollupArtifact: {
|
|
|
17837
17936
|
readonly type: "address";
|
|
17838
17937
|
readonly internalType: "address";
|
|
17839
17938
|
}];
|
|
17939
|
+
}, {
|
|
17940
|
+
readonly type: "error";
|
|
17941
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
17942
|
+
readonly inputs: readonly [{
|
|
17943
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
17944
|
+
readonly type: "uint256";
|
|
17945
|
+
readonly internalType: "uint256";
|
|
17946
|
+
}, {
|
|
17947
|
+
readonly name: "lagInEpochsForRandao";
|
|
17948
|
+
readonly type: "uint256";
|
|
17949
|
+
readonly internalType: "uint256";
|
|
17950
|
+
}];
|
|
17840
17951
|
}, {
|
|
17841
17952
|
readonly type: "error";
|
|
17842
17953
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -20057,6 +20168,18 @@ export declare const RollupArtifact: {
|
|
|
20057
20168
|
readonly type: "address";
|
|
20058
20169
|
readonly internalType: "address";
|
|
20059
20170
|
}];
|
|
20171
|
+
}, {
|
|
20172
|
+
readonly type: "error";
|
|
20173
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
20174
|
+
readonly inputs: readonly [{
|
|
20175
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
20176
|
+
readonly type: "uint256";
|
|
20177
|
+
readonly internalType: "uint256";
|
|
20178
|
+
}, {
|
|
20179
|
+
readonly name: "lagInEpochsForRandao";
|
|
20180
|
+
readonly type: "uint256";
|
|
20181
|
+
readonly internalType: "uint256";
|
|
20182
|
+
}];
|
|
20060
20183
|
}, {
|
|
20061
20184
|
readonly type: "error";
|
|
20062
20185
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -22094,6 +22217,18 @@ export declare const RollupArtifact: {
|
|
|
22094
22217
|
readonly type: "address";
|
|
22095
22218
|
readonly internalType: "address";
|
|
22096
22219
|
}];
|
|
22220
|
+
}, {
|
|
22221
|
+
readonly type: "error";
|
|
22222
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
22223
|
+
readonly inputs: readonly [{
|
|
22224
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
22225
|
+
readonly type: "uint256";
|
|
22226
|
+
readonly internalType: "uint256";
|
|
22227
|
+
}, {
|
|
22228
|
+
readonly name: "lagInEpochsForRandao";
|
|
22229
|
+
readonly type: "uint256";
|
|
22230
|
+
readonly internalType: "uint256";
|
|
22231
|
+
}];
|
|
22097
22232
|
}, {
|
|
22098
22233
|
readonly type: "error";
|
|
22099
22234
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -24131,6 +24266,18 @@ export declare const RollupArtifact: {
|
|
|
24131
24266
|
readonly type: "address";
|
|
24132
24267
|
readonly internalType: "address";
|
|
24133
24268
|
}];
|
|
24269
|
+
}, {
|
|
24270
|
+
readonly type: "error";
|
|
24271
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
24272
|
+
readonly inputs: readonly [{
|
|
24273
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
24274
|
+
readonly type: "uint256";
|
|
24275
|
+
readonly internalType: "uint256";
|
|
24276
|
+
}, {
|
|
24277
|
+
readonly name: "lagInEpochsForRandao";
|
|
24278
|
+
readonly type: "uint256";
|
|
24279
|
+
readonly internalType: "uint256";
|
|
24280
|
+
}];
|
|
24134
24281
|
}, {
|
|
24135
24282
|
readonly type: "error";
|
|
24136
24283
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -26359,6 +26506,18 @@ export declare const StakingAssetArtifact: {
|
|
|
26359
26506
|
readonly type: "address";
|
|
26360
26507
|
readonly internalType: "address";
|
|
26361
26508
|
}];
|
|
26509
|
+
}, {
|
|
26510
|
+
readonly type: "error";
|
|
26511
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
26512
|
+
readonly inputs: readonly [{
|
|
26513
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
26514
|
+
readonly type: "uint256";
|
|
26515
|
+
readonly internalType: "uint256";
|
|
26516
|
+
}, {
|
|
26517
|
+
readonly name: "lagInEpochsForRandao";
|
|
26518
|
+
readonly type: "uint256";
|
|
26519
|
+
readonly internalType: "uint256";
|
|
26520
|
+
}];
|
|
26362
26521
|
}, {
|
|
26363
26522
|
readonly type: "error";
|
|
26364
26523
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -28730,6 +28889,18 @@ export declare const FeeAssetArtifact: {
|
|
|
28730
28889
|
readonly type: "address";
|
|
28731
28890
|
readonly internalType: "address";
|
|
28732
28891
|
}];
|
|
28892
|
+
}, {
|
|
28893
|
+
readonly type: "error";
|
|
28894
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
28895
|
+
readonly inputs: readonly [{
|
|
28896
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
28897
|
+
readonly type: "uint256";
|
|
28898
|
+
readonly internalType: "uint256";
|
|
28899
|
+
}, {
|
|
28900
|
+
readonly name: "lagInEpochsForRandao";
|
|
28901
|
+
readonly type: "uint256";
|
|
28902
|
+
readonly internalType: "uint256";
|
|
28903
|
+
}];
|
|
28733
28904
|
}, {
|
|
28734
28905
|
readonly type: "error";
|
|
28735
28906
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -30986,6 +31157,18 @@ export declare const FeeJuicePortalArtifact: {
|
|
|
30986
31157
|
readonly type: "address";
|
|
30987
31158
|
readonly internalType: "address";
|
|
30988
31159
|
}];
|
|
31160
|
+
}, {
|
|
31161
|
+
readonly type: "error";
|
|
31162
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
31163
|
+
readonly inputs: readonly [{
|
|
31164
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
31165
|
+
readonly type: "uint256";
|
|
31166
|
+
readonly internalType: "uint256";
|
|
31167
|
+
}, {
|
|
31168
|
+
readonly name: "lagInEpochsForRandao";
|
|
31169
|
+
readonly type: "uint256";
|
|
31170
|
+
readonly internalType: "uint256";
|
|
31171
|
+
}];
|
|
30989
31172
|
}, {
|
|
30990
31173
|
readonly type: "error";
|
|
30991
31174
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -33163,6 +33346,18 @@ export declare const RewardDistributorArtifact: {
|
|
|
33163
33346
|
readonly type: "address";
|
|
33164
33347
|
readonly internalType: "address";
|
|
33165
33348
|
}];
|
|
33349
|
+
}, {
|
|
33350
|
+
readonly type: "error";
|
|
33351
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
33352
|
+
readonly inputs: readonly [{
|
|
33353
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
33354
|
+
readonly type: "uint256";
|
|
33355
|
+
readonly internalType: "uint256";
|
|
33356
|
+
}, {
|
|
33357
|
+
readonly name: "lagInEpochsForRandao";
|
|
33358
|
+
readonly type: "uint256";
|
|
33359
|
+
readonly internalType: "uint256";
|
|
33360
|
+
}];
|
|
33166
33361
|
}, {
|
|
33167
33362
|
readonly type: "error";
|
|
33168
33363
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -35354,6 +35549,18 @@ export declare const CoinIssuerArtifact: {
|
|
|
35354
35549
|
readonly type: "address";
|
|
35355
35550
|
readonly internalType: "address";
|
|
35356
35551
|
}];
|
|
35552
|
+
}, {
|
|
35553
|
+
readonly type: "error";
|
|
35554
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
35555
|
+
readonly inputs: readonly [{
|
|
35556
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
35557
|
+
readonly type: "uint256";
|
|
35558
|
+
readonly internalType: "uint256";
|
|
35559
|
+
}, {
|
|
35560
|
+
readonly name: "lagInEpochsForRandao";
|
|
35561
|
+
readonly type: "uint256";
|
|
35562
|
+
readonly internalType: "uint256";
|
|
35563
|
+
}];
|
|
35357
35564
|
}, {
|
|
35358
35565
|
readonly type: "error";
|
|
35359
35566
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -37512,6 +37719,18 @@ export declare const DateGatedRelayerArtifact: {
|
|
|
37512
37719
|
readonly type: "address";
|
|
37513
37720
|
readonly internalType: "address";
|
|
37514
37721
|
}];
|
|
37722
|
+
}, {
|
|
37723
|
+
readonly type: "error";
|
|
37724
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
37725
|
+
readonly inputs: readonly [{
|
|
37726
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
37727
|
+
readonly type: "uint256";
|
|
37728
|
+
readonly internalType: "uint256";
|
|
37729
|
+
}, {
|
|
37730
|
+
readonly name: "lagInEpochsForRandao";
|
|
37731
|
+
readonly type: "uint256";
|
|
37732
|
+
readonly internalType: "uint256";
|
|
37733
|
+
}];
|
|
37515
37734
|
}, {
|
|
37516
37735
|
readonly type: "error";
|
|
37517
37736
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -39804,6 +40023,18 @@ export declare const GovernanceProposerArtifact: {
|
|
|
39804
40023
|
readonly type: "address";
|
|
39805
40024
|
readonly internalType: "address";
|
|
39806
40025
|
}];
|
|
40026
|
+
}, {
|
|
40027
|
+
readonly type: "error";
|
|
40028
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
40029
|
+
readonly inputs: readonly [{
|
|
40030
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
40031
|
+
readonly type: "uint256";
|
|
40032
|
+
readonly internalType: "uint256";
|
|
40033
|
+
}, {
|
|
40034
|
+
readonly name: "lagInEpochsForRandao";
|
|
40035
|
+
readonly type: "uint256";
|
|
40036
|
+
readonly internalType: "uint256";
|
|
40037
|
+
}];
|
|
39807
40038
|
}, {
|
|
39808
40039
|
readonly type: "error";
|
|
39809
40040
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -42469,6 +42700,18 @@ export declare const GovernanceArtifact: {
|
|
|
42469
42700
|
readonly type: "address";
|
|
42470
42701
|
readonly internalType: "address";
|
|
42471
42702
|
}];
|
|
42703
|
+
}, {
|
|
42704
|
+
readonly type: "error";
|
|
42705
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
42706
|
+
readonly inputs: readonly [{
|
|
42707
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
42708
|
+
readonly type: "uint256";
|
|
42709
|
+
readonly internalType: "uint256";
|
|
42710
|
+
}, {
|
|
42711
|
+
readonly name: "lagInEpochsForRandao";
|
|
42712
|
+
readonly type: "uint256";
|
|
42713
|
+
readonly internalType: "uint256";
|
|
42714
|
+
}];
|
|
42472
42715
|
}, {
|
|
42473
42716
|
readonly type: "error";
|
|
42474
42717
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -44928,6 +45171,18 @@ export declare const SlasherArtifact: {
|
|
|
44928
45171
|
readonly type: "address";
|
|
44929
45172
|
readonly internalType: "address";
|
|
44930
45173
|
}];
|
|
45174
|
+
}, {
|
|
45175
|
+
readonly type: "error";
|
|
45176
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
45177
|
+
readonly inputs: readonly [{
|
|
45178
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
45179
|
+
readonly type: "uint256";
|
|
45180
|
+
readonly internalType: "uint256";
|
|
45181
|
+
}, {
|
|
45182
|
+
readonly name: "lagInEpochsForRandao";
|
|
45183
|
+
readonly type: "uint256";
|
|
45184
|
+
readonly internalType: "uint256";
|
|
45185
|
+
}];
|
|
44931
45186
|
}, {
|
|
44932
45187
|
readonly type: "error";
|
|
44933
45188
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -47220,6 +47475,18 @@ export declare const EmpireSlashingProposerArtifact: {
|
|
|
47220
47475
|
readonly type: "address";
|
|
47221
47476
|
readonly internalType: "address";
|
|
47222
47477
|
}];
|
|
47478
|
+
}, {
|
|
47479
|
+
readonly type: "error";
|
|
47480
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
47481
|
+
readonly inputs: readonly [{
|
|
47482
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
47483
|
+
readonly type: "uint256";
|
|
47484
|
+
readonly internalType: "uint256";
|
|
47485
|
+
}, {
|
|
47486
|
+
readonly name: "lagInEpochsForRandao";
|
|
47487
|
+
readonly type: "uint256";
|
|
47488
|
+
readonly internalType: "uint256";
|
|
47489
|
+
}];
|
|
47223
47490
|
}, {
|
|
47224
47491
|
readonly type: "error";
|
|
47225
47492
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -49709,6 +49976,18 @@ export declare const TallySlashingProposerArtifact: {
|
|
|
49709
49976
|
readonly type: "address";
|
|
49710
49977
|
readonly internalType: "address";
|
|
49711
49978
|
}];
|
|
49979
|
+
}, {
|
|
49980
|
+
readonly type: "error";
|
|
49981
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
49982
|
+
readonly inputs: readonly [{
|
|
49983
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
49984
|
+
readonly type: "uint256";
|
|
49985
|
+
readonly internalType: "uint256";
|
|
49986
|
+
}, {
|
|
49987
|
+
readonly name: "lagInEpochsForRandao";
|
|
49988
|
+
readonly type: "uint256";
|
|
49989
|
+
readonly internalType: "uint256";
|
|
49990
|
+
}];
|
|
49712
49991
|
}, {
|
|
49713
49992
|
readonly type: "error";
|
|
49714
49993
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -52019,6 +52298,18 @@ export declare const SlashFactoryArtifact: {
|
|
|
52019
52298
|
readonly type: "address";
|
|
52020
52299
|
readonly internalType: "address";
|
|
52021
52300
|
}];
|
|
52301
|
+
}, {
|
|
52302
|
+
readonly type: "error";
|
|
52303
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
52304
|
+
readonly inputs: readonly [{
|
|
52305
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
52306
|
+
readonly type: "uint256";
|
|
52307
|
+
readonly internalType: "uint256";
|
|
52308
|
+
}, {
|
|
52309
|
+
readonly name: "lagInEpochsForRandao";
|
|
52310
|
+
readonly type: "uint256";
|
|
52311
|
+
readonly internalType: "uint256";
|
|
52312
|
+
}];
|
|
52022
52313
|
}, {
|
|
52023
52314
|
readonly type: "error";
|
|
52024
52315
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -54194,6 +54485,18 @@ export declare const RegisterNewRollupVersionPayloadArtifact: {
|
|
|
54194
54485
|
readonly type: "address";
|
|
54195
54486
|
readonly internalType: "address";
|
|
54196
54487
|
}];
|
|
54488
|
+
}, {
|
|
54489
|
+
readonly type: "error";
|
|
54490
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
54491
|
+
readonly inputs: readonly [{
|
|
54492
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
54493
|
+
readonly type: "uint256";
|
|
54494
|
+
readonly internalType: "uint256";
|
|
54495
|
+
}, {
|
|
54496
|
+
readonly name: "lagInEpochsForRandao";
|
|
54497
|
+
readonly type: "uint256";
|
|
54498
|
+
readonly internalType: "uint256";
|
|
54499
|
+
}];
|
|
54197
54500
|
}, {
|
|
54198
54501
|
readonly type: "error";
|
|
54199
54502
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -56322,6 +56625,18 @@ export declare const FeeAssetHandlerArtifact: {
|
|
|
56322
56625
|
readonly type: "address";
|
|
56323
56626
|
readonly internalType: "address";
|
|
56324
56627
|
}];
|
|
56628
|
+
}, {
|
|
56629
|
+
readonly type: "error";
|
|
56630
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
56631
|
+
readonly inputs: readonly [{
|
|
56632
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
56633
|
+
readonly type: "uint256";
|
|
56634
|
+
readonly internalType: "uint256";
|
|
56635
|
+
}, {
|
|
56636
|
+
readonly name: "lagInEpochsForRandao";
|
|
56637
|
+
readonly type: "uint256";
|
|
56638
|
+
readonly internalType: "uint256";
|
|
56639
|
+
}];
|
|
56325
56640
|
}, {
|
|
56326
56641
|
readonly type: "error";
|
|
56327
56642
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -59005,6 +59320,18 @@ export declare const StakingAssetHandlerArtifact: {
|
|
|
59005
59320
|
readonly type: "address";
|
|
59006
59321
|
readonly internalType: "address";
|
|
59007
59322
|
}];
|
|
59323
|
+
}, {
|
|
59324
|
+
readonly type: "error";
|
|
59325
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
59326
|
+
readonly inputs: readonly [{
|
|
59327
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
59328
|
+
readonly type: "uint256";
|
|
59329
|
+
readonly internalType: "uint256";
|
|
59330
|
+
}, {
|
|
59331
|
+
readonly name: "lagInEpochsForRandao";
|
|
59332
|
+
readonly type: "uint256";
|
|
59333
|
+
readonly internalType: "uint256";
|
|
59334
|
+
}];
|
|
59008
59335
|
}, {
|
|
59009
59336
|
readonly type: "error";
|
|
59010
59337
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -61334,6 +61661,18 @@ export declare const MultiAdderArtifact: {
|
|
|
61334
61661
|
readonly type: "address";
|
|
61335
61662
|
readonly internalType: "address";
|
|
61336
61663
|
}];
|
|
61664
|
+
}, {
|
|
61665
|
+
readonly type: "error";
|
|
61666
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
61667
|
+
readonly inputs: readonly [{
|
|
61668
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
61669
|
+
readonly type: "uint256";
|
|
61670
|
+
readonly internalType: "uint256";
|
|
61671
|
+
}, {
|
|
61672
|
+
readonly name: "lagInEpochsForRandao";
|
|
61673
|
+
readonly type: "uint256";
|
|
61674
|
+
readonly internalType: "uint256";
|
|
61675
|
+
}];
|
|
61337
61676
|
}, {
|
|
61338
61677
|
readonly type: "error";
|
|
61339
61678
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -63807,6 +64146,18 @@ export declare const GSEArtifact: {
|
|
|
63807
64146
|
readonly type: "address";
|
|
63808
64147
|
readonly internalType: "address";
|
|
63809
64148
|
}];
|
|
64149
|
+
}, {
|
|
64150
|
+
readonly type: "error";
|
|
64151
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
64152
|
+
readonly inputs: readonly [{
|
|
64153
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
64154
|
+
readonly type: "uint256";
|
|
64155
|
+
readonly internalType: "uint256";
|
|
64156
|
+
}, {
|
|
64157
|
+
readonly name: "lagInEpochsForRandao";
|
|
64158
|
+
readonly type: "uint256";
|
|
64159
|
+
readonly internalType: "uint256";
|
|
64160
|
+
}];
|
|
63810
64161
|
}, {
|
|
63811
64162
|
readonly type: "error";
|
|
63812
64163
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -66273,6 +66624,18 @@ export declare const HonkVerifierArtifact: {
|
|
|
66273
66624
|
readonly type: "address";
|
|
66274
66625
|
readonly internalType: "address";
|
|
66275
66626
|
}];
|
|
66627
|
+
}, {
|
|
66628
|
+
readonly type: "error";
|
|
66629
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
66630
|
+
readonly inputs: readonly [{
|
|
66631
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
66632
|
+
readonly type: "uint256";
|
|
66633
|
+
readonly internalType: "uint256";
|
|
66634
|
+
}, {
|
|
66635
|
+
readonly name: "lagInEpochsForRandao";
|
|
66636
|
+
readonly type: "uint256";
|
|
66637
|
+
readonly internalType: "uint256";
|
|
66638
|
+
}];
|
|
66276
66639
|
}, {
|
|
66277
66640
|
readonly type: "error";
|
|
66278
66641
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -68344,6 +68707,18 @@ export declare const MockVerifierArtifact: {
|
|
|
68344
68707
|
readonly type: "address";
|
|
68345
68708
|
readonly internalType: "address";
|
|
68346
68709
|
}];
|
|
68710
|
+
}, {
|
|
68711
|
+
readonly type: "error";
|
|
68712
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
68713
|
+
readonly inputs: readonly [{
|
|
68714
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
68715
|
+
readonly type: "uint256";
|
|
68716
|
+
readonly internalType: "uint256";
|
|
68717
|
+
}, {
|
|
68718
|
+
readonly name: "lagInEpochsForRandao";
|
|
68719
|
+
readonly type: "uint256";
|
|
68720
|
+
readonly internalType: "uint256";
|
|
68721
|
+
}];
|
|
68347
68722
|
}, {
|
|
68348
68723
|
readonly type: "error";
|
|
68349
68724
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -70481,6 +70856,18 @@ export declare const MockZkPassportVerifierArtifact: {
|
|
|
70481
70856
|
readonly type: "address";
|
|
70482
70857
|
readonly internalType: "address";
|
|
70483
70858
|
}];
|
|
70859
|
+
}, {
|
|
70860
|
+
readonly type: "error";
|
|
70861
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
70862
|
+
readonly inputs: readonly [{
|
|
70863
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
70864
|
+
readonly type: "uint256";
|
|
70865
|
+
readonly internalType: "uint256";
|
|
70866
|
+
}, {
|
|
70867
|
+
readonly name: "lagInEpochsForRandao";
|
|
70868
|
+
readonly type: "uint256";
|
|
70869
|
+
readonly internalType: "uint256";
|
|
70870
|
+
}];
|
|
70484
70871
|
}, {
|
|
70485
70872
|
readonly type: "error";
|
|
70486
70873
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -72557,6 +72944,18 @@ export declare const l1ArtifactsVerifiers: {
|
|
|
72557
72944
|
readonly type: "address";
|
|
72558
72945
|
readonly internalType: "address";
|
|
72559
72946
|
}];
|
|
72947
|
+
}, {
|
|
72948
|
+
readonly type: "error";
|
|
72949
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
72950
|
+
readonly inputs: readonly [{
|
|
72951
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
72952
|
+
readonly type: "uint256";
|
|
72953
|
+
readonly internalType: "uint256";
|
|
72954
|
+
}, {
|
|
72955
|
+
readonly name: "lagInEpochsForRandao";
|
|
72956
|
+
readonly type: "uint256";
|
|
72957
|
+
readonly internalType: "uint256";
|
|
72958
|
+
}];
|
|
72560
72959
|
}, {
|
|
72561
72960
|
readonly type: "error";
|
|
72562
72961
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -74630,6 +75029,18 @@ export declare const mockVerifiers: {
|
|
|
74630
75029
|
readonly type: "address";
|
|
74631
75030
|
readonly internalType: "address";
|
|
74632
75031
|
}];
|
|
75032
|
+
}, {
|
|
75033
|
+
readonly type: "error";
|
|
75034
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
75035
|
+
readonly inputs: readonly [{
|
|
75036
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
75037
|
+
readonly type: "uint256";
|
|
75038
|
+
readonly internalType: "uint256";
|
|
75039
|
+
}, {
|
|
75040
|
+
readonly name: "lagInEpochsForRandao";
|
|
75041
|
+
readonly type: "uint256";
|
|
75042
|
+
readonly internalType: "uint256";
|
|
75043
|
+
}];
|
|
74633
75044
|
}, {
|
|
74634
75045
|
readonly type: "error";
|
|
74635
75046
|
readonly name: "ValidatorSelection__InvalidProposer";
|
|
@@ -76767,6 +77178,18 @@ export declare const mockVerifiers: {
|
|
|
76767
77178
|
readonly type: "address";
|
|
76768
77179
|
readonly internalType: "address";
|
|
76769
77180
|
}];
|
|
77181
|
+
}, {
|
|
77182
|
+
readonly type: "error";
|
|
77183
|
+
readonly name: "ValidatorSelection__InvalidLagInEpochs";
|
|
77184
|
+
readonly inputs: readonly [{
|
|
77185
|
+
readonly name: "lagInEpochsForValidatorSet";
|
|
77186
|
+
readonly type: "uint256";
|
|
77187
|
+
readonly internalType: "uint256";
|
|
77188
|
+
}, {
|
|
77189
|
+
readonly name: "lagInEpochsForRandao";
|
|
77190
|
+
readonly type: "uint256";
|
|
77191
|
+
readonly internalType: "uint256";
|
|
77192
|
+
}];
|
|
76770
77193
|
}, {
|
|
76771
77194
|
readonly type: "error";
|
|
76772
77195
|
readonly name: "ValidatorSelection__InvalidProposer";
|