@aztec/l1-artifacts 0.87.7 → 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 HonkVerifierAbi: 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 HonkVerifierAbi: 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 HonkVerifierAbi: 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";
@@ -825,6 +837,10 @@ export declare const HonkVerifierAbi: readonly [{
825
837
  readonly type: "uint256";
826
838
  readonly internalType: "Epoch";
827
839
  }];
840
+ }, {
841
+ readonly type: "error";
842
+ readonly name: "Rollup__RewardsNotClaimable";
843
+ readonly inputs: readonly [];
828
844
  }, {
829
845
  readonly type: "error";
830
846
  readonly name: "Rollup__SlotAlreadyInChain";
@@ -939,12 +955,24 @@ export declare const HonkVerifierAbi: readonly [{
939
955
  }];
940
956
  }, {
941
957
  readonly type: "error";
942
- readonly name: "Staking__AlreadyRegistered";
958
+ readonly name: "Staking__AlreadyExiting";
943
959
  readonly inputs: readonly [{
944
960
  readonly name: "";
945
961
  readonly type: "address";
946
962
  readonly internalType: "address";
947
963
  }];
964
+ }, {
965
+ readonly type: "error";
966
+ readonly name: "Staking__AlreadyRegistered";
967
+ readonly inputs: readonly [{
968
+ readonly name: "instance";
969
+ readonly type: "address";
970
+ readonly internalType: "address";
971
+ }, {
972
+ readonly name: "attester";
973
+ readonly type: "address";
974
+ readonly internalType: "address";
975
+ }];
948
976
  }, {
949
977
  readonly type: "error";
950
978
  readonly name: "Staking__CannotSlashExitedStake";
@@ -961,6 +989,38 @@ export declare const HonkVerifierAbi: readonly [{
961
989
  readonly type: "address";
962
990
  readonly internalType: "address";
963
991
  }];
992
+ }, {
993
+ readonly type: "error";
994
+ readonly name: "Staking__FatalError";
995
+ readonly inputs: readonly [{
996
+ readonly name: "";
997
+ readonly type: "string";
998
+ readonly internalType: "string";
999
+ }];
1000
+ }, {
1001
+ readonly type: "error";
1002
+ readonly name: "Staking__GovernanceAlreadySet";
1003
+ readonly inputs: readonly [];
1004
+ }, {
1005
+ readonly type: "error";
1006
+ readonly name: "Staking__InstanceDoesNotExist";
1007
+ readonly inputs: readonly [{
1008
+ readonly name: "";
1009
+ readonly type: "address";
1010
+ readonly internalType: "address";
1011
+ }];
1012
+ }, {
1013
+ readonly type: "error";
1014
+ readonly name: "Staking__InsufficientPower";
1015
+ readonly inputs: readonly [{
1016
+ readonly name: "";
1017
+ readonly type: "uint256";
1018
+ readonly internalType: "uint256";
1019
+ }, {
1020
+ readonly name: "";
1021
+ readonly type: "uint256";
1022
+ readonly internalType: "uint256";
1023
+ }];
964
1024
  }, {
965
1025
  readonly type: "error";
966
1026
  readonly name: "Staking__InsufficientStake";
@@ -985,6 +1045,22 @@ export declare const HonkVerifierAbi: readonly [{
985
1045
  readonly type: "address";
986
1046
  readonly internalType: "address";
987
1047
  }];
1048
+ }, {
1049
+ readonly type: "error";
1050
+ readonly name: "Staking__InvalidRecipient";
1051
+ readonly inputs: readonly [{
1052
+ readonly name: "";
1053
+ readonly type: "address";
1054
+ readonly internalType: "address";
1055
+ }];
1056
+ }, {
1057
+ readonly type: "error";
1058
+ readonly name: "Staking__InvalidRollupAddress";
1059
+ readonly inputs: readonly [{
1060
+ readonly name: "";
1061
+ readonly type: "address";
1062
+ readonly internalType: "address";
1063
+ }];
988
1064
  }, {
989
1065
  readonly type: "error";
990
1066
  readonly name: "Staking__NoOneToSlash";
@@ -993,6 +1069,14 @@ export declare const HonkVerifierAbi: readonly [{
993
1069
  readonly type: "address";
994
1070
  readonly internalType: "address";
995
1071
  }];
1072
+ }, {
1073
+ readonly type: "error";
1074
+ readonly name: "Staking__NotCanonical";
1075
+ readonly inputs: readonly [{
1076
+ readonly name: "";
1077
+ readonly type: "address";
1078
+ readonly internalType: "address";
1079
+ }];
996
1080
  }, {
997
1081
  readonly type: "error";
998
1082
  readonly name: "Staking__NotExiting";
@@ -1001,6 +1085,22 @@ export declare const HonkVerifierAbi: readonly [{
1001
1085
  readonly type: "address";
1002
1086
  readonly internalType: "address";
1003
1087
  }];
1088
+ }, {
1089
+ readonly type: "error";
1090
+ readonly name: "Staking__NotOurProposal";
1091
+ readonly inputs: readonly [{
1092
+ readonly name: "";
1093
+ readonly type: "uint256";
1094
+ readonly internalType: "uint256";
1095
+ }];
1096
+ }, {
1097
+ readonly type: "error";
1098
+ readonly name: "Staking__NotRollup";
1099
+ readonly inputs: readonly [{
1100
+ readonly name: "";
1101
+ readonly type: "address";
1102
+ readonly internalType: "address";
1103
+ }];
1004
1104
  }, {
1005
1105
  readonly type: "error";
1006
1106
  readonly name: "Staking__NotSlasher";
@@ -1033,6 +1133,34 @@ export declare const HonkVerifierAbi: readonly [{
1033
1133
  readonly type: "address";
1034
1134
  readonly internalType: "address";
1035
1135
  }];
1136
+ }, {
1137
+ readonly type: "error";
1138
+ readonly name: "Staking__OutOfBounds";
1139
+ readonly inputs: readonly [{
1140
+ readonly name: "";
1141
+ readonly type: "uint256";
1142
+ readonly internalType: "uint256";
1143
+ }, {
1144
+ readonly name: "";
1145
+ readonly type: "uint256";
1146
+ readonly internalType: "uint256";
1147
+ }];
1148
+ }, {
1149
+ readonly type: "error";
1150
+ readonly name: "Staking__RollupAlreadyRegistered";
1151
+ readonly inputs: readonly [{
1152
+ readonly name: "";
1153
+ readonly type: "address";
1154
+ readonly internalType: "address";
1155
+ }];
1156
+ }, {
1157
+ readonly type: "error";
1158
+ readonly name: "Staking__WithdrawFailed";
1159
+ readonly inputs: readonly [{
1160
+ readonly name: "";
1161
+ readonly type: "address";
1162
+ readonly internalType: "address";
1163
+ }];
1036
1164
  }, {
1037
1165
  readonly type: "error";
1038
1166
  readonly name: "Staking__WithdrawalNotUnlockedYet";
@@ -1067,16 +1195,28 @@ export declare const HonkVerifierAbi: readonly [{
1067
1195
  }];
1068
1196
  }, {
1069
1197
  readonly type: "error";
1070
- readonly name: "ValidatorSelection__InsufficientAttestationsProvided";
1198
+ readonly name: "ValidatorSelection__InvalidAttestationsLength";
1071
1199
  readonly inputs: readonly [{
1072
- readonly name: "minimumNeeded";
1200
+ readonly name: "expected";
1073
1201
  readonly type: "uint256";
1074
1202
  readonly internalType: "uint256";
1075
1203
  }, {
1076
- readonly name: "provided";
1204
+ readonly name: "actual";
1077
1205
  readonly type: "uint256";
1078
1206
  readonly internalType: "uint256";
1079
1207
  }];
1208
+ }, {
1209
+ readonly type: "error";
1210
+ readonly name: "ValidatorSelection__InvalidCommitteeCommitment";
1211
+ readonly inputs: readonly [{
1212
+ readonly name: "reconstructed";
1213
+ readonly type: "bytes32";
1214
+ readonly internalType: "bytes32";
1215
+ }, {
1216
+ readonly name: "expected";
1217
+ readonly type: "bytes32";
1218
+ readonly internalType: "bytes32";
1219
+ }];
1080
1220
  }, {
1081
1221
  readonly type: "error";
1082
1222
  readonly name: "ValidatorSelection__InvalidDeposit";
@@ -1 +1 @@
1
- {"version":3,"file":"HonkVerifierAbi.d.ts","sourceRoot":"","sources":["../src/HonkVerifierAbi.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA28ClB,CAAC"}
1
+ {"version":3,"file":"HonkVerifierAbi.d.ts","sourceRoot":"","sources":["../src/HonkVerifierAbi.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuoDlB,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",
@@ -1091,6 +1106,11 @@
1091
1106
  }
1092
1107
  ]
1093
1108
  },
1109
+ {
1110
+ "type": "error",
1111
+ "name": "Rollup__RewardsNotClaimable",
1112
+ "inputs": []
1113
+ },
1094
1114
  {
1095
1115
  "type": "error",
1096
1116
  "name": "Rollup__SlotAlreadyInChain",
@@ -1241,7 +1261,7 @@
1241
1261
  },
1242
1262
  {
1243
1263
  "type": "error",
1244
- "name": "Staking__AlreadyRegistered",
1264
+ "name": "Staking__AlreadyExiting",
1245
1265
  "inputs": [
1246
1266
  {
1247
1267
  "name": "",
@@ -1250,6 +1270,22 @@
1250
1270
  }
1251
1271
  ]
1252
1272
  },
1273
+ {
1274
+ "type": "error",
1275
+ "name": "Staking__AlreadyRegistered",
1276
+ "inputs": [
1277
+ {
1278
+ "name": "instance",
1279
+ "type": "address",
1280
+ "internalType": "address"
1281
+ },
1282
+ {
1283
+ "name": "attester",
1284
+ "type": "address",
1285
+ "internalType": "address"
1286
+ }
1287
+ ]
1288
+ },
1253
1289
  {
1254
1290
  "type": "error",
1255
1291
  "name": "Staking__CannotSlashExitedStake",
@@ -1272,6 +1308,49 @@
1272
1308
  }
1273
1309
  ]
1274
1310
  },
1311
+ {
1312
+ "type": "error",
1313
+ "name": "Staking__FatalError",
1314
+ "inputs": [
1315
+ {
1316
+ "name": "",
1317
+ "type": "string",
1318
+ "internalType": "string"
1319
+ }
1320
+ ]
1321
+ },
1322
+ {
1323
+ "type": "error",
1324
+ "name": "Staking__GovernanceAlreadySet",
1325
+ "inputs": []
1326
+ },
1327
+ {
1328
+ "type": "error",
1329
+ "name": "Staking__InstanceDoesNotExist",
1330
+ "inputs": [
1331
+ {
1332
+ "name": "",
1333
+ "type": "address",
1334
+ "internalType": "address"
1335
+ }
1336
+ ]
1337
+ },
1338
+ {
1339
+ "type": "error",
1340
+ "name": "Staking__InsufficientPower",
1341
+ "inputs": [
1342
+ {
1343
+ "name": "",
1344
+ "type": "uint256",
1345
+ "internalType": "uint256"
1346
+ },
1347
+ {
1348
+ "name": "",
1349
+ "type": "uint256",
1350
+ "internalType": "uint256"
1351
+ }
1352
+ ]
1353
+ },
1275
1354
  {
1276
1355
  "type": "error",
1277
1356
  "name": "Staking__InsufficientStake",
@@ -1304,6 +1383,28 @@
1304
1383
  }
1305
1384
  ]
1306
1385
  },
1386
+ {
1387
+ "type": "error",
1388
+ "name": "Staking__InvalidRecipient",
1389
+ "inputs": [
1390
+ {
1391
+ "name": "",
1392
+ "type": "address",
1393
+ "internalType": "address"
1394
+ }
1395
+ ]
1396
+ },
1397
+ {
1398
+ "type": "error",
1399
+ "name": "Staking__InvalidRollupAddress",
1400
+ "inputs": [
1401
+ {
1402
+ "name": "",
1403
+ "type": "address",
1404
+ "internalType": "address"
1405
+ }
1406
+ ]
1407
+ },
1307
1408
  {
1308
1409
  "type": "error",
1309
1410
  "name": "Staking__NoOneToSlash",
@@ -1315,6 +1416,17 @@
1315
1416
  }
1316
1417
  ]
1317
1418
  },
1419
+ {
1420
+ "type": "error",
1421
+ "name": "Staking__NotCanonical",
1422
+ "inputs": [
1423
+ {
1424
+ "name": "",
1425
+ "type": "address",
1426
+ "internalType": "address"
1427
+ }
1428
+ ]
1429
+ },
1318
1430
  {
1319
1431
  "type": "error",
1320
1432
  "name": "Staking__NotExiting",
@@ -1326,6 +1438,28 @@
1326
1438
  }
1327
1439
  ]
1328
1440
  },
1441
+ {
1442
+ "type": "error",
1443
+ "name": "Staking__NotOurProposal",
1444
+ "inputs": [
1445
+ {
1446
+ "name": "",
1447
+ "type": "uint256",
1448
+ "internalType": "uint256"
1449
+ }
1450
+ ]
1451
+ },
1452
+ {
1453
+ "type": "error",
1454
+ "name": "Staking__NotRollup",
1455
+ "inputs": [
1456
+ {
1457
+ "name": "",
1458
+ "type": "address",
1459
+ "internalType": "address"
1460
+ }
1461
+ ]
1462
+ },
1329
1463
  {
1330
1464
  "type": "error",
1331
1465
  "name": "Staking__NotSlasher",
@@ -1369,6 +1503,44 @@
1369
1503
  }
1370
1504
  ]
1371
1505
  },
1506
+ {
1507
+ "type": "error",
1508
+ "name": "Staking__OutOfBounds",
1509
+ "inputs": [
1510
+ {
1511
+ "name": "",
1512
+ "type": "uint256",
1513
+ "internalType": "uint256"
1514
+ },
1515
+ {
1516
+ "name": "",
1517
+ "type": "uint256",
1518
+ "internalType": "uint256"
1519
+ }
1520
+ ]
1521
+ },
1522
+ {
1523
+ "type": "error",
1524
+ "name": "Staking__RollupAlreadyRegistered",
1525
+ "inputs": [
1526
+ {
1527
+ "name": "",
1528
+ "type": "address",
1529
+ "internalType": "address"
1530
+ }
1531
+ ]
1532
+ },
1533
+ {
1534
+ "type": "error",
1535
+ "name": "Staking__WithdrawFailed",
1536
+ "inputs": [
1537
+ {
1538
+ "name": "",
1539
+ "type": "address",
1540
+ "internalType": "address"
1541
+ }
1542
+ ]
1543
+ },
1372
1544
  {
1373
1545
  "type": "error",
1374
1546
  "name": "Staking__WithdrawalNotUnlockedYet",
@@ -1413,20 +1585,36 @@
1413
1585
  },
1414
1586
  {
1415
1587
  "type": "error",
1416
- "name": "ValidatorSelection__InsufficientAttestationsProvided",
1588
+ "name": "ValidatorSelection__InvalidAttestationsLength",
1417
1589
  "inputs": [
1418
1590
  {
1419
- "name": "minimumNeeded",
1591
+ "name": "expected",
1420
1592
  "type": "uint256",
1421
1593
  "internalType": "uint256"
1422
1594
  },
1423
1595
  {
1424
- "name": "provided",
1596
+ "name": "actual",
1425
1597
  "type": "uint256",
1426
1598
  "internalType": "uint256"
1427
1599
  }
1428
1600
  ]
1429
1601
  },
1602
+ {
1603
+ "type": "error",
1604
+ "name": "ValidatorSelection__InvalidCommitteeCommitment",
1605
+ "inputs": [
1606
+ {
1607
+ "name": "reconstructed",
1608
+ "type": "bytes32",
1609
+ "internalType": "bytes32"
1610
+ },
1611
+ {
1612
+ "name": "expected",
1613
+ "type": "bytes32",
1614
+ "internalType": "bytes32"
1615
+ }
1616
+ ]
1617
+ },
1430
1618
  {
1431
1619
  "type": "error",
1432
1620
  "name": "ValidatorSelection__InvalidDeposit",