@aztec/l1-artifacts 0.87.6 → 1.0.0-nightly.20250604

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 (159) hide show
  1. package/dest/CoinIssuerAbi.d.ts +144 -4
  2. package/dest/CoinIssuerAbi.d.ts.map +1 -1
  3. package/dest/CoinIssuerAbi.js +192 -4
  4. package/dest/CoinIssuerBytecode.d.ts +1 -1
  5. package/dest/CoinIssuerBytecode.js +1 -1
  6. package/dest/EmpireBaseAbi.d.ts +261 -4
  7. package/dest/EmpireBaseAbi.d.ts.map +1 -1
  8. package/dest/EmpireBaseAbi.js +343 -4
  9. package/dest/ErrorsAbi.d.ts +144 -4
  10. package/dest/ErrorsAbi.d.ts.map +1 -1
  11. package/dest/ErrorsAbi.js +192 -4
  12. package/dest/ExtRollupLibAbi.d.ts +179 -12
  13. package/dest/ExtRollupLibAbi.d.ts.map +1 -1
  14. package/dest/ExtRollupLibAbi.js +236 -14
  15. package/dest/ExtRollupLibBytecode.d.ts +1 -1
  16. package/dest/ExtRollupLibBytecode.d.ts.map +1 -1
  17. package/dest/ExtRollupLibBytecode.js +1 -1
  18. package/dest/FeeAssetHandlerAbi.d.ts +144 -4
  19. package/dest/FeeAssetHandlerAbi.d.ts.map +1 -1
  20. package/dest/FeeAssetHandlerAbi.js +192 -4
  21. package/dest/FeeJuicePortalAbi.d.ts +144 -4
  22. package/dest/FeeJuicePortalAbi.d.ts.map +1 -1
  23. package/dest/FeeJuicePortalAbi.js +192 -4
  24. package/dest/FeeJuicePortalBytecode.d.ts +1 -1
  25. package/dest/FeeJuicePortalBytecode.js +1 -1
  26. package/dest/ForwarderAbi.d.ts +144 -69
  27. package/dest/ForwarderAbi.d.ts.map +1 -1
  28. package/dest/ForwarderAbi.js +192 -89
  29. package/dest/ForwarderBytecode.d.ts +1 -1
  30. package/dest/ForwarderBytecode.d.ts.map +1 -1
  31. package/dest/ForwarderBytecode.js +1 -1
  32. package/dest/GSEAbi.d.ts +1901 -0
  33. package/dest/GSEAbi.d.ts.map +1 -0
  34. package/dest/GSEAbi.js +2511 -0
  35. package/dest/GSEBytecode.d.ts +9 -0
  36. package/dest/GSEBytecode.d.ts.map +1 -0
  37. package/dest/GSEBytecode.js +6 -0
  38. package/dest/GovernanceAbi.d.ts +204 -5
  39. package/dest/GovernanceAbi.d.ts.map +1 -1
  40. package/dest/GovernanceAbi.js +269 -5
  41. package/dest/GovernanceBytecode.d.ts +1 -1
  42. package/dest/GovernanceBytecode.d.ts.map +1 -1
  43. package/dest/GovernanceBytecode.js +1 -1
  44. package/dest/GovernanceProposerAbi.d.ts +275 -4
  45. package/dest/GovernanceProposerAbi.d.ts.map +1 -1
  46. package/dest/GovernanceProposerAbi.js +361 -4
  47. package/dest/GovernanceProposerBytecode.d.ts +1 -1
  48. package/dest/GovernanceProposerBytecode.d.ts.map +1 -1
  49. package/dest/GovernanceProposerBytecode.js +1 -1
  50. package/dest/HonkVerifierAbi.d.ts +144 -4
  51. package/dest/HonkVerifierAbi.d.ts.map +1 -1
  52. package/dest/HonkVerifierAbi.js +192 -4
  53. package/dest/HonkVerifierBytecode.d.ts +1 -1
  54. package/dest/HonkVerifierBytecode.d.ts.map +1 -1
  55. package/dest/HonkVerifierBytecode.js +1 -1
  56. package/dest/IERC20Abi.d.ts +144 -4
  57. package/dest/IERC20Abi.d.ts.map +1 -1
  58. package/dest/IERC20Abi.js +192 -4
  59. package/dest/IVerifierAbi.d.ts +144 -4
  60. package/dest/IVerifierAbi.d.ts.map +1 -1
  61. package/dest/IVerifierAbi.js +192 -4
  62. package/dest/InboxAbi.d.ts +144 -4
  63. package/dest/InboxAbi.d.ts.map +1 -1
  64. package/dest/InboxAbi.js +192 -4
  65. package/dest/InboxBytecode.d.ts +1 -1
  66. package/dest/InboxBytecode.js +1 -1
  67. package/dest/MockVerifierAbi.d.ts +144 -4
  68. package/dest/MockVerifierAbi.d.ts.map +1 -1
  69. package/dest/MockVerifierAbi.js +192 -4
  70. package/dest/MultiAdderAbi.d.ts +144 -12
  71. package/dest/MultiAdderAbi.d.ts.map +1 -1
  72. package/dest/MultiAdderAbi.js +192 -14
  73. package/dest/MultiAdderBytecode.d.ts +1 -1
  74. package/dest/MultiAdderBytecode.d.ts.map +1 -1
  75. package/dest/MultiAdderBytecode.js +1 -1
  76. package/dest/NewGovernanceProposerPayloadAbi.d.ts +148 -4
  77. package/dest/NewGovernanceProposerPayloadAbi.d.ts.map +1 -1
  78. package/dest/NewGovernanceProposerPayloadAbi.js +197 -4
  79. package/dest/NewGovernanceProposerPayloadBytecode.d.ts +1 -1
  80. package/dest/NewGovernanceProposerPayloadBytecode.d.ts.map +1 -1
  81. package/dest/NewGovernanceProposerPayloadBytecode.js +1 -1
  82. package/dest/OutboxAbi.d.ts +144 -4
  83. package/dest/OutboxAbi.d.ts.map +1 -1
  84. package/dest/OutboxAbi.js +192 -4
  85. package/dest/OutboxBytecode.d.ts +1 -1
  86. package/dest/OutboxBytecode.js +1 -1
  87. package/dest/RegisterNewRollupVersionPayloadAbi.d.ts +146 -6
  88. package/dest/RegisterNewRollupVersionPayloadAbi.d.ts.map +1 -1
  89. package/dest/RegisterNewRollupVersionPayloadAbi.js +194 -6
  90. package/dest/RegisterNewRollupVersionPayloadBytecode.d.ts +1 -1
  91. package/dest/RegisterNewRollupVersionPayloadBytecode.d.ts.map +1 -1
  92. package/dest/RegisterNewRollupVersionPayloadBytecode.js +1 -1
  93. package/dest/RegistryAbi.d.ts +144 -4
  94. package/dest/RegistryAbi.d.ts.map +1 -1
  95. package/dest/RegistryAbi.js +192 -4
  96. package/dest/RegistryBytecode.d.ts +1 -1
  97. package/dest/RegistryBytecode.js +1 -1
  98. package/dest/RewardDistributorAbi.d.ts +144 -4
  99. package/dest/RewardDistributorAbi.d.ts.map +1 -1
  100. package/dest/RewardDistributorAbi.js +192 -4
  101. package/dest/RewardDistributorBytecode.d.ts +1 -1
  102. package/dest/RewardDistributorBytecode.js +1 -1
  103. package/dest/RollupAbi.d.ts +397 -155
  104. package/dest/RollupAbi.d.ts.map +1 -1
  105. package/dest/RollupAbi.js +542 -220
  106. package/dest/RollupBytecode.d.ts +26 -8
  107. package/dest/RollupBytecode.d.ts.map +1 -1
  108. package/dest/RollupBytecode.js +32 -8
  109. package/dest/RollupStorage.d.ts +9 -2
  110. package/dest/RollupStorage.d.ts.map +1 -1
  111. package/dest/RollupStorage.js +10 -2
  112. package/dest/SlashFactoryAbi.d.ts +200 -23
  113. package/dest/SlashFactoryAbi.d.ts.map +1 -1
  114. package/dest/SlashFactoryAbi.js +260 -24
  115. package/dest/SlashFactoryBytecode.d.ts +1 -1
  116. package/dest/SlashFactoryBytecode.d.ts.map +1 -1
  117. package/dest/SlashFactoryBytecode.js +1 -1
  118. package/dest/SlasherAbi.d.ts +144 -4
  119. package/dest/SlasherAbi.d.ts.map +1 -1
  120. package/dest/SlasherAbi.js +192 -4
  121. package/dest/SlasherBytecode.d.ts +1 -1
  122. package/dest/SlasherBytecode.d.ts.map +1 -1
  123. package/dest/SlasherBytecode.js +1 -1
  124. package/dest/SlashingProposerAbi.d.ts +261 -4
  125. package/dest/SlashingProposerAbi.d.ts.map +1 -1
  126. package/dest/SlashingProposerAbi.js +343 -4
  127. package/dest/SlashingProposerBytecode.d.ts +1 -1
  128. package/dest/SlashingProposerBytecode.d.ts.map +1 -1
  129. package/dest/SlashingProposerBytecode.js +1 -1
  130. package/dest/StakingAssetHandlerAbi.d.ts +144 -13
  131. package/dest/StakingAssetHandlerAbi.d.ts.map +1 -1
  132. package/dest/StakingAssetHandlerAbi.js +192 -15
  133. package/dest/StakingAssetHandlerBytecode.d.ts +1 -1
  134. package/dest/StakingAssetHandlerBytecode.d.ts.map +1 -1
  135. package/dest/StakingAssetHandlerBytecode.js +1 -1
  136. package/dest/TestERC20Abi.d.ts +144 -4
  137. package/dest/TestERC20Abi.d.ts.map +1 -1
  138. package/dest/TestERC20Abi.js +192 -4
  139. package/dest/TokenPortalAbi.d.ts +144 -4
  140. package/dest/TokenPortalAbi.d.ts.map +1 -1
  141. package/dest/TokenPortalAbi.js +192 -4
  142. package/dest/TokenPortalBytecode.d.ts +1 -1
  143. package/dest/TokenPortalBytecode.js +1 -1
  144. package/dest/UniswapPortalAbi.d.ts +144 -4
  145. package/dest/UniswapPortalAbi.d.ts.map +1 -1
  146. package/dest/UniswapPortalAbi.js +192 -4
  147. package/dest/UniswapPortalBytecode.d.ts +1 -1
  148. package/dest/UniswapPortalBytecode.js +1 -1
  149. package/dest/ValidatorSelectionLibAbi.d.ts +144 -4
  150. package/dest/ValidatorSelectionLibAbi.d.ts.map +1 -1
  151. package/dest/ValidatorSelectionLibAbi.js +192 -4
  152. package/dest/ValidatorSelectionLibBytecode.d.ts +1 -1
  153. package/dest/ValidatorSelectionLibBytecode.js +1 -1
  154. package/dest/checksum.d.ts +1 -1
  155. package/dest/checksum.js +1 -1
  156. package/dest/index.d.ts +2 -0
  157. package/dest/index.d.ts.map +1 -1
  158. package/dest/index.js +2 -0
  159. package/package.json +1 -1
@@ -57,6 +57,10 @@ export declare const MockVerifierAbi: readonly [{
57
57
  readonly type: "error";
58
58
  readonly name: "FeeLib__InvalidFeeAssetPriceModifier";
59
59
  readonly inputs: readonly [];
60
+ }, {
61
+ readonly type: "error";
62
+ readonly name: "GSE__EmptyVoter";
63
+ readonly inputs: readonly [];
60
64
  }, {
61
65
  readonly type: "error";
62
66
  readonly name: "GovernanceProposer__CanOnlyExecuteProposalInPast";
@@ -69,6 +73,10 @@ export declare const MockVerifierAbi: readonly [{
69
73
  readonly type: "address";
70
74
  readonly internalType: "contract IPayload";
71
75
  }];
76
+ }, {
77
+ readonly type: "error";
78
+ readonly name: "GovernanceProposer__GSEPayloadInvalid";
79
+ readonly inputs: readonly [];
72
80
  }, {
73
81
  readonly type: "error";
74
82
  readonly name: "GovernanceProposer__InstanceHaveNoCode";
@@ -241,6 +249,10 @@ export declare const MockVerifierAbi: readonly [{
241
249
  readonly type: "string";
242
250
  readonly internalType: "string";
243
251
  }];
252
+ }, {
253
+ readonly type: "error";
254
+ readonly name: "Governance__DepositNotAllowed";
255
+ readonly inputs: readonly [];
244
256
  }, {
245
257
  readonly type: "error";
246
258
  readonly name: "Governance__InsufficientPower";
@@ -817,6 +829,10 @@ export declare const MockVerifierAbi: readonly [{
817
829
  readonly type: "uint256";
818
830
  readonly internalType: "Epoch";
819
831
  }];
832
+ }, {
833
+ readonly type: "error";
834
+ readonly name: "Rollup__RewardsNotClaimable";
835
+ readonly inputs: readonly [];
820
836
  }, {
821
837
  readonly type: "error";
822
838
  readonly name: "Rollup__SlotAlreadyInChain";
@@ -927,12 +943,24 @@ export declare const MockVerifierAbi: readonly [{
927
943
  }];
928
944
  }, {
929
945
  readonly type: "error";
930
- readonly name: "Staking__AlreadyRegistered";
946
+ readonly name: "Staking__AlreadyExiting";
931
947
  readonly inputs: readonly [{
932
948
  readonly name: "";
933
949
  readonly type: "address";
934
950
  readonly internalType: "address";
935
951
  }];
952
+ }, {
953
+ readonly type: "error";
954
+ readonly name: "Staking__AlreadyRegistered";
955
+ readonly inputs: readonly [{
956
+ readonly name: "instance";
957
+ readonly type: "address";
958
+ readonly internalType: "address";
959
+ }, {
960
+ readonly name: "attester";
961
+ readonly type: "address";
962
+ readonly internalType: "address";
963
+ }];
936
964
  }, {
937
965
  readonly type: "error";
938
966
  readonly name: "Staking__CannotSlashExitedStake";
@@ -949,6 +977,38 @@ export declare const MockVerifierAbi: readonly [{
949
977
  readonly type: "address";
950
978
  readonly internalType: "address";
951
979
  }];
980
+ }, {
981
+ readonly type: "error";
982
+ readonly name: "Staking__FatalError";
983
+ readonly inputs: readonly [{
984
+ readonly name: "";
985
+ readonly type: "string";
986
+ readonly internalType: "string";
987
+ }];
988
+ }, {
989
+ readonly type: "error";
990
+ readonly name: "Staking__GovernanceAlreadySet";
991
+ readonly inputs: readonly [];
992
+ }, {
993
+ readonly type: "error";
994
+ readonly name: "Staking__InstanceDoesNotExist";
995
+ readonly inputs: readonly [{
996
+ readonly name: "";
997
+ readonly type: "address";
998
+ readonly internalType: "address";
999
+ }];
1000
+ }, {
1001
+ readonly type: "error";
1002
+ readonly name: "Staking__InsufficientPower";
1003
+ readonly inputs: readonly [{
1004
+ readonly name: "";
1005
+ readonly type: "uint256";
1006
+ readonly internalType: "uint256";
1007
+ }, {
1008
+ readonly name: "";
1009
+ readonly type: "uint256";
1010
+ readonly internalType: "uint256";
1011
+ }];
952
1012
  }, {
953
1013
  readonly type: "error";
954
1014
  readonly name: "Staking__InsufficientStake";
@@ -973,6 +1033,22 @@ export declare const MockVerifierAbi: readonly [{
973
1033
  readonly type: "address";
974
1034
  readonly internalType: "address";
975
1035
  }];
1036
+ }, {
1037
+ readonly type: "error";
1038
+ readonly name: "Staking__InvalidRecipient";
1039
+ readonly inputs: readonly [{
1040
+ readonly name: "";
1041
+ readonly type: "address";
1042
+ readonly internalType: "address";
1043
+ }];
1044
+ }, {
1045
+ readonly type: "error";
1046
+ readonly name: "Staking__InvalidRollupAddress";
1047
+ readonly inputs: readonly [{
1048
+ readonly name: "";
1049
+ readonly type: "address";
1050
+ readonly internalType: "address";
1051
+ }];
976
1052
  }, {
977
1053
  readonly type: "error";
978
1054
  readonly name: "Staking__NoOneToSlash";
@@ -981,6 +1057,14 @@ export declare const MockVerifierAbi: readonly [{
981
1057
  readonly type: "address";
982
1058
  readonly internalType: "address";
983
1059
  }];
1060
+ }, {
1061
+ readonly type: "error";
1062
+ readonly name: "Staking__NotCanonical";
1063
+ readonly inputs: readonly [{
1064
+ readonly name: "";
1065
+ readonly type: "address";
1066
+ readonly internalType: "address";
1067
+ }];
984
1068
  }, {
985
1069
  readonly type: "error";
986
1070
  readonly name: "Staking__NotExiting";
@@ -989,6 +1073,22 @@ export declare const MockVerifierAbi: readonly [{
989
1073
  readonly type: "address";
990
1074
  readonly internalType: "address";
991
1075
  }];
1076
+ }, {
1077
+ readonly type: "error";
1078
+ readonly name: "Staking__NotOurProposal";
1079
+ readonly inputs: readonly [{
1080
+ readonly name: "";
1081
+ readonly type: "uint256";
1082
+ readonly internalType: "uint256";
1083
+ }];
1084
+ }, {
1085
+ readonly type: "error";
1086
+ readonly name: "Staking__NotRollup";
1087
+ readonly inputs: readonly [{
1088
+ readonly name: "";
1089
+ readonly type: "address";
1090
+ readonly internalType: "address";
1091
+ }];
992
1092
  }, {
993
1093
  readonly type: "error";
994
1094
  readonly name: "Staking__NotSlasher";
@@ -1021,6 +1121,34 @@ export declare const MockVerifierAbi: readonly [{
1021
1121
  readonly type: "address";
1022
1122
  readonly internalType: "address";
1023
1123
  }];
1124
+ }, {
1125
+ readonly type: "error";
1126
+ readonly name: "Staking__OutOfBounds";
1127
+ readonly inputs: readonly [{
1128
+ readonly name: "";
1129
+ readonly type: "uint256";
1130
+ readonly internalType: "uint256";
1131
+ }, {
1132
+ readonly name: "";
1133
+ readonly type: "uint256";
1134
+ readonly internalType: "uint256";
1135
+ }];
1136
+ }, {
1137
+ readonly type: "error";
1138
+ readonly name: "Staking__RollupAlreadyRegistered";
1139
+ readonly inputs: readonly [{
1140
+ readonly name: "";
1141
+ readonly type: "address";
1142
+ readonly internalType: "address";
1143
+ }];
1144
+ }, {
1145
+ readonly type: "error";
1146
+ readonly name: "Staking__WithdrawFailed";
1147
+ readonly inputs: readonly [{
1148
+ readonly name: "";
1149
+ readonly type: "address";
1150
+ readonly internalType: "address";
1151
+ }];
1024
1152
  }, {
1025
1153
  readonly type: "error";
1026
1154
  readonly name: "Staking__WithdrawalNotUnlockedYet";
@@ -1051,16 +1179,28 @@ export declare const MockVerifierAbi: readonly [{
1051
1179
  }];
1052
1180
  }, {
1053
1181
  readonly type: "error";
1054
- readonly name: "ValidatorSelection__InsufficientAttestationsProvided";
1182
+ readonly name: "ValidatorSelection__InvalidAttestationsLength";
1055
1183
  readonly inputs: readonly [{
1056
- readonly name: "minimumNeeded";
1184
+ readonly name: "expected";
1057
1185
  readonly type: "uint256";
1058
1186
  readonly internalType: "uint256";
1059
1187
  }, {
1060
- readonly name: "provided";
1188
+ readonly name: "actual";
1061
1189
  readonly type: "uint256";
1062
1190
  readonly internalType: "uint256";
1063
1191
  }];
1192
+ }, {
1193
+ readonly type: "error";
1194
+ readonly name: "ValidatorSelection__InvalidCommitteeCommitment";
1195
+ readonly inputs: readonly [{
1196
+ readonly name: "reconstructed";
1197
+ readonly type: "bytes32";
1198
+ readonly internalType: "bytes32";
1199
+ }, {
1200
+ readonly name: "expected";
1201
+ readonly type: "bytes32";
1202
+ readonly internalType: "bytes32";
1203
+ }];
1064
1204
  }, {
1065
1205
  readonly type: "error";
1066
1206
  readonly name: "ValidatorSelection__InvalidDeposit";
@@ -1 +1 @@
1
- {"version":3,"file":"MockVerifierAbi.d.ts","sourceRoot":"","sources":["../src/MockVerifierAbi.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAu7ClB,CAAC"}
1
+ {"version":3,"file":"MockVerifierAbi.d.ts","sourceRoot":"","sources":["../src/MockVerifierAbi.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmnDlB,CAAC"}
@@ -74,6 +74,11 @@
74
74
  "name": "FeeLib__InvalidFeeAssetPriceModifier",
75
75
  "inputs": []
76
76
  },
77
+ {
78
+ "type": "error",
79
+ "name": "GSE__EmptyVoter",
80
+ "inputs": []
81
+ },
77
82
  {
78
83
  "type": "error",
79
84
  "name": "GovernanceProposer__CanOnlyExecuteProposalInPast",
@@ -90,6 +95,11 @@
90
95
  }
91
96
  ]
92
97
  },
98
+ {
99
+ "type": "error",
100
+ "name": "GovernanceProposer__GSEPayloadInvalid",
101
+ "inputs": []
102
+ },
93
103
  {
94
104
  "type": "error",
95
105
  "name": "GovernanceProposer__InstanceHaveNoCode",
@@ -319,6 +329,11 @@
319
329
  }
320
330
  ]
321
331
  },
332
+ {
333
+ "type": "error",
334
+ "name": "Governance__DepositNotAllowed",
335
+ "inputs": []
336
+ },
322
337
  {
323
338
  "type": "error",
324
339
  "name": "Governance__InsufficientPower",
@@ -1081,6 +1096,11 @@
1081
1096
  }
1082
1097
  ]
1083
1098
  },
1099
+ {
1100
+ "type": "error",
1101
+ "name": "Rollup__RewardsNotClaimable",
1102
+ "inputs": []
1103
+ },
1084
1104
  {
1085
1105
  "type": "error",
1086
1106
  "name": "Rollup__SlotAlreadyInChain",
@@ -1226,7 +1246,7 @@
1226
1246
  },
1227
1247
  {
1228
1248
  "type": "error",
1229
- "name": "Staking__AlreadyRegistered",
1249
+ "name": "Staking__AlreadyExiting",
1230
1250
  "inputs": [
1231
1251
  {
1232
1252
  "name": "",
@@ -1235,6 +1255,22 @@
1235
1255
  }
1236
1256
  ]
1237
1257
  },
1258
+ {
1259
+ "type": "error",
1260
+ "name": "Staking__AlreadyRegistered",
1261
+ "inputs": [
1262
+ {
1263
+ "name": "instance",
1264
+ "type": "address",
1265
+ "internalType": "address"
1266
+ },
1267
+ {
1268
+ "name": "attester",
1269
+ "type": "address",
1270
+ "internalType": "address"
1271
+ }
1272
+ ]
1273
+ },
1238
1274
  {
1239
1275
  "type": "error",
1240
1276
  "name": "Staking__CannotSlashExitedStake",
@@ -1257,6 +1293,49 @@
1257
1293
  }
1258
1294
  ]
1259
1295
  },
1296
+ {
1297
+ "type": "error",
1298
+ "name": "Staking__FatalError",
1299
+ "inputs": [
1300
+ {
1301
+ "name": "",
1302
+ "type": "string",
1303
+ "internalType": "string"
1304
+ }
1305
+ ]
1306
+ },
1307
+ {
1308
+ "type": "error",
1309
+ "name": "Staking__GovernanceAlreadySet",
1310
+ "inputs": []
1311
+ },
1312
+ {
1313
+ "type": "error",
1314
+ "name": "Staking__InstanceDoesNotExist",
1315
+ "inputs": [
1316
+ {
1317
+ "name": "",
1318
+ "type": "address",
1319
+ "internalType": "address"
1320
+ }
1321
+ ]
1322
+ },
1323
+ {
1324
+ "type": "error",
1325
+ "name": "Staking__InsufficientPower",
1326
+ "inputs": [
1327
+ {
1328
+ "name": "",
1329
+ "type": "uint256",
1330
+ "internalType": "uint256"
1331
+ },
1332
+ {
1333
+ "name": "",
1334
+ "type": "uint256",
1335
+ "internalType": "uint256"
1336
+ }
1337
+ ]
1338
+ },
1260
1339
  {
1261
1340
  "type": "error",
1262
1341
  "name": "Staking__InsufficientStake",
@@ -1289,6 +1368,28 @@
1289
1368
  }
1290
1369
  ]
1291
1370
  },
1371
+ {
1372
+ "type": "error",
1373
+ "name": "Staking__InvalidRecipient",
1374
+ "inputs": [
1375
+ {
1376
+ "name": "",
1377
+ "type": "address",
1378
+ "internalType": "address"
1379
+ }
1380
+ ]
1381
+ },
1382
+ {
1383
+ "type": "error",
1384
+ "name": "Staking__InvalidRollupAddress",
1385
+ "inputs": [
1386
+ {
1387
+ "name": "",
1388
+ "type": "address",
1389
+ "internalType": "address"
1390
+ }
1391
+ ]
1392
+ },
1292
1393
  {
1293
1394
  "type": "error",
1294
1395
  "name": "Staking__NoOneToSlash",
@@ -1300,6 +1401,17 @@
1300
1401
  }
1301
1402
  ]
1302
1403
  },
1404
+ {
1405
+ "type": "error",
1406
+ "name": "Staking__NotCanonical",
1407
+ "inputs": [
1408
+ {
1409
+ "name": "",
1410
+ "type": "address",
1411
+ "internalType": "address"
1412
+ }
1413
+ ]
1414
+ },
1303
1415
  {
1304
1416
  "type": "error",
1305
1417
  "name": "Staking__NotExiting",
@@ -1311,6 +1423,28 @@
1311
1423
  }
1312
1424
  ]
1313
1425
  },
1426
+ {
1427
+ "type": "error",
1428
+ "name": "Staking__NotOurProposal",
1429
+ "inputs": [
1430
+ {
1431
+ "name": "",
1432
+ "type": "uint256",
1433
+ "internalType": "uint256"
1434
+ }
1435
+ ]
1436
+ },
1437
+ {
1438
+ "type": "error",
1439
+ "name": "Staking__NotRollup",
1440
+ "inputs": [
1441
+ {
1442
+ "name": "",
1443
+ "type": "address",
1444
+ "internalType": "address"
1445
+ }
1446
+ ]
1447
+ },
1314
1448
  {
1315
1449
  "type": "error",
1316
1450
  "name": "Staking__NotSlasher",
@@ -1354,6 +1488,44 @@
1354
1488
  }
1355
1489
  ]
1356
1490
  },
1491
+ {
1492
+ "type": "error",
1493
+ "name": "Staking__OutOfBounds",
1494
+ "inputs": [
1495
+ {
1496
+ "name": "",
1497
+ "type": "uint256",
1498
+ "internalType": "uint256"
1499
+ },
1500
+ {
1501
+ "name": "",
1502
+ "type": "uint256",
1503
+ "internalType": "uint256"
1504
+ }
1505
+ ]
1506
+ },
1507
+ {
1508
+ "type": "error",
1509
+ "name": "Staking__RollupAlreadyRegistered",
1510
+ "inputs": [
1511
+ {
1512
+ "name": "",
1513
+ "type": "address",
1514
+ "internalType": "address"
1515
+ }
1516
+ ]
1517
+ },
1518
+ {
1519
+ "type": "error",
1520
+ "name": "Staking__WithdrawFailed",
1521
+ "inputs": [
1522
+ {
1523
+ "name": "",
1524
+ "type": "address",
1525
+ "internalType": "address"
1526
+ }
1527
+ ]
1528
+ },
1357
1529
  {
1358
1530
  "type": "error",
1359
1531
  "name": "Staking__WithdrawalNotUnlockedYet",
@@ -1393,20 +1565,36 @@
1393
1565
  },
1394
1566
  {
1395
1567
  "type": "error",
1396
- "name": "ValidatorSelection__InsufficientAttestationsProvided",
1568
+ "name": "ValidatorSelection__InvalidAttestationsLength",
1397
1569
  "inputs": [
1398
1570
  {
1399
- "name": "minimumNeeded",
1571
+ "name": "expected",
1400
1572
  "type": "uint256",
1401
1573
  "internalType": "uint256"
1402
1574
  },
1403
1575
  {
1404
- "name": "provided",
1576
+ "name": "actual",
1405
1577
  "type": "uint256",
1406
1578
  "internalType": "uint256"
1407
1579
  }
1408
1580
  ]
1409
1581
  },
1582
+ {
1583
+ "type": "error",
1584
+ "name": "ValidatorSelection__InvalidCommitteeCommitment",
1585
+ "inputs": [
1586
+ {
1587
+ "name": "reconstructed",
1588
+ "type": "bytes32",
1589
+ "internalType": "bytes32"
1590
+ },
1591
+ {
1592
+ "name": "expected",
1593
+ "type": "bytes32",
1594
+ "internalType": "bytes32"
1595
+ }
1596
+ ]
1597
+ },
1410
1598
  {
1411
1599
  "type": "error",
1412
1600
  "name": "ValidatorSelection__InvalidDeposit",