@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
@@ -77,6 +77,10 @@ export declare const IERC20Abi: readonly [{
77
77
  readonly type: "error";
78
78
  readonly name: "FeeLib__InvalidFeeAssetPriceModifier";
79
79
  readonly inputs: readonly [];
80
+ }, {
81
+ readonly type: "error";
82
+ readonly name: "GSE__EmptyVoter";
83
+ readonly inputs: readonly [];
80
84
  }, {
81
85
  readonly type: "error";
82
86
  readonly name: "GovernanceProposer__CanOnlyExecuteProposalInPast";
@@ -89,6 +93,10 @@ export declare const IERC20Abi: readonly [{
89
93
  readonly type: "address";
90
94
  readonly internalType: "contract IPayload";
91
95
  }];
96
+ }, {
97
+ readonly type: "error";
98
+ readonly name: "GovernanceProposer__GSEPayloadInvalid";
99
+ readonly inputs: readonly [];
92
100
  }, {
93
101
  readonly type: "error";
94
102
  readonly name: "GovernanceProposer__InstanceHaveNoCode";
@@ -261,6 +269,10 @@ export declare const IERC20Abi: readonly [{
261
269
  readonly type: "string";
262
270
  readonly internalType: "string";
263
271
  }];
272
+ }, {
273
+ readonly type: "error";
274
+ readonly name: "Governance__DepositNotAllowed";
275
+ readonly inputs: readonly [];
264
276
  }, {
265
277
  readonly type: "error";
266
278
  readonly name: "Governance__InsufficientPower";
@@ -837,6 +849,10 @@ export declare const IERC20Abi: readonly [{
837
849
  readonly type: "uint256";
838
850
  readonly internalType: "Epoch";
839
851
  }];
852
+ }, {
853
+ readonly type: "error";
854
+ readonly name: "Rollup__RewardsNotClaimable";
855
+ readonly inputs: readonly [];
840
856
  }, {
841
857
  readonly type: "error";
842
858
  readonly name: "Rollup__SlotAlreadyInChain";
@@ -947,12 +963,24 @@ export declare const IERC20Abi: readonly [{
947
963
  }];
948
964
  }, {
949
965
  readonly type: "error";
950
- readonly name: "Staking__AlreadyRegistered";
966
+ readonly name: "Staking__AlreadyExiting";
951
967
  readonly inputs: readonly [{
952
968
  readonly name: "";
953
969
  readonly type: "address";
954
970
  readonly internalType: "address";
955
971
  }];
972
+ }, {
973
+ readonly type: "error";
974
+ readonly name: "Staking__AlreadyRegistered";
975
+ readonly inputs: readonly [{
976
+ readonly name: "instance";
977
+ readonly type: "address";
978
+ readonly internalType: "address";
979
+ }, {
980
+ readonly name: "attester";
981
+ readonly type: "address";
982
+ readonly internalType: "address";
983
+ }];
956
984
  }, {
957
985
  readonly type: "error";
958
986
  readonly name: "Staking__CannotSlashExitedStake";
@@ -969,6 +997,38 @@ export declare const IERC20Abi: readonly [{
969
997
  readonly type: "address";
970
998
  readonly internalType: "address";
971
999
  }];
1000
+ }, {
1001
+ readonly type: "error";
1002
+ readonly name: "Staking__FatalError";
1003
+ readonly inputs: readonly [{
1004
+ readonly name: "";
1005
+ readonly type: "string";
1006
+ readonly internalType: "string";
1007
+ }];
1008
+ }, {
1009
+ readonly type: "error";
1010
+ readonly name: "Staking__GovernanceAlreadySet";
1011
+ readonly inputs: readonly [];
1012
+ }, {
1013
+ readonly type: "error";
1014
+ readonly name: "Staking__InstanceDoesNotExist";
1015
+ readonly inputs: readonly [{
1016
+ readonly name: "";
1017
+ readonly type: "address";
1018
+ readonly internalType: "address";
1019
+ }];
1020
+ }, {
1021
+ readonly type: "error";
1022
+ readonly name: "Staking__InsufficientPower";
1023
+ readonly inputs: readonly [{
1024
+ readonly name: "";
1025
+ readonly type: "uint256";
1026
+ readonly internalType: "uint256";
1027
+ }, {
1028
+ readonly name: "";
1029
+ readonly type: "uint256";
1030
+ readonly internalType: "uint256";
1031
+ }];
972
1032
  }, {
973
1033
  readonly type: "error";
974
1034
  readonly name: "Staking__InsufficientStake";
@@ -993,6 +1053,22 @@ export declare const IERC20Abi: readonly [{
993
1053
  readonly type: "address";
994
1054
  readonly internalType: "address";
995
1055
  }];
1056
+ }, {
1057
+ readonly type: "error";
1058
+ readonly name: "Staking__InvalidRecipient";
1059
+ readonly inputs: readonly [{
1060
+ readonly name: "";
1061
+ readonly type: "address";
1062
+ readonly internalType: "address";
1063
+ }];
1064
+ }, {
1065
+ readonly type: "error";
1066
+ readonly name: "Staking__InvalidRollupAddress";
1067
+ readonly inputs: readonly [{
1068
+ readonly name: "";
1069
+ readonly type: "address";
1070
+ readonly internalType: "address";
1071
+ }];
996
1072
  }, {
997
1073
  readonly type: "error";
998
1074
  readonly name: "Staking__NoOneToSlash";
@@ -1001,6 +1077,14 @@ export declare const IERC20Abi: readonly [{
1001
1077
  readonly type: "address";
1002
1078
  readonly internalType: "address";
1003
1079
  }];
1080
+ }, {
1081
+ readonly type: "error";
1082
+ readonly name: "Staking__NotCanonical";
1083
+ readonly inputs: readonly [{
1084
+ readonly name: "";
1085
+ readonly type: "address";
1086
+ readonly internalType: "address";
1087
+ }];
1004
1088
  }, {
1005
1089
  readonly type: "error";
1006
1090
  readonly name: "Staking__NotExiting";
@@ -1009,6 +1093,22 @@ export declare const IERC20Abi: readonly [{
1009
1093
  readonly type: "address";
1010
1094
  readonly internalType: "address";
1011
1095
  }];
1096
+ }, {
1097
+ readonly type: "error";
1098
+ readonly name: "Staking__NotOurProposal";
1099
+ readonly inputs: readonly [{
1100
+ readonly name: "";
1101
+ readonly type: "uint256";
1102
+ readonly internalType: "uint256";
1103
+ }];
1104
+ }, {
1105
+ readonly type: "error";
1106
+ readonly name: "Staking__NotRollup";
1107
+ readonly inputs: readonly [{
1108
+ readonly name: "";
1109
+ readonly type: "address";
1110
+ readonly internalType: "address";
1111
+ }];
1012
1112
  }, {
1013
1113
  readonly type: "error";
1014
1114
  readonly name: "Staking__NotSlasher";
@@ -1041,6 +1141,34 @@ export declare const IERC20Abi: readonly [{
1041
1141
  readonly type: "address";
1042
1142
  readonly internalType: "address";
1043
1143
  }];
1144
+ }, {
1145
+ readonly type: "error";
1146
+ readonly name: "Staking__OutOfBounds";
1147
+ readonly inputs: readonly [{
1148
+ readonly name: "";
1149
+ readonly type: "uint256";
1150
+ readonly internalType: "uint256";
1151
+ }, {
1152
+ readonly name: "";
1153
+ readonly type: "uint256";
1154
+ readonly internalType: "uint256";
1155
+ }];
1156
+ }, {
1157
+ readonly type: "error";
1158
+ readonly name: "Staking__RollupAlreadyRegistered";
1159
+ readonly inputs: readonly [{
1160
+ readonly name: "";
1161
+ readonly type: "address";
1162
+ readonly internalType: "address";
1163
+ }];
1164
+ }, {
1165
+ readonly type: "error";
1166
+ readonly name: "Staking__WithdrawFailed";
1167
+ readonly inputs: readonly [{
1168
+ readonly name: "";
1169
+ readonly type: "address";
1170
+ readonly internalType: "address";
1171
+ }];
1044
1172
  }, {
1045
1173
  readonly type: "error";
1046
1174
  readonly name: "Staking__WithdrawalNotUnlockedYet";
@@ -1091,16 +1219,28 @@ export declare const IERC20Abi: readonly [{
1091
1219
  }];
1092
1220
  }, {
1093
1221
  readonly type: "error";
1094
- readonly name: "ValidatorSelection__InsufficientAttestationsProvided";
1222
+ readonly name: "ValidatorSelection__InvalidAttestationsLength";
1095
1223
  readonly inputs: readonly [{
1096
- readonly name: "minimumNeeded";
1224
+ readonly name: "expected";
1097
1225
  readonly type: "uint256";
1098
1226
  readonly internalType: "uint256";
1099
1227
  }, {
1100
- readonly name: "provided";
1228
+ readonly name: "actual";
1101
1229
  readonly type: "uint256";
1102
1230
  readonly internalType: "uint256";
1103
1231
  }];
1232
+ }, {
1233
+ readonly type: "error";
1234
+ readonly name: "ValidatorSelection__InvalidCommitteeCommitment";
1235
+ readonly inputs: readonly [{
1236
+ readonly name: "reconstructed";
1237
+ readonly type: "bytes32";
1238
+ readonly internalType: "bytes32";
1239
+ }, {
1240
+ readonly name: "expected";
1241
+ readonly type: "bytes32";
1242
+ readonly internalType: "bytes32";
1243
+ }];
1104
1244
  }, {
1105
1245
  readonly type: "error";
1106
1246
  readonly name: "ValidatorSelection__InvalidDeposit";
@@ -1 +1 @@
1
- {"version":3,"file":"IERC20Abi.d.ts","sourceRoot":"","sources":["../src/IERC20Abi.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAslDZ,CAAC"}
1
+ {"version":3,"file":"IERC20Abi.d.ts","sourceRoot":"","sources":["../src/IERC20Abi.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkxDZ,CAAC"}
package/dest/IERC20Abi.js CHANGED
@@ -99,6 +99,11 @@
99
99
  "name": "FeeLib__InvalidFeeAssetPriceModifier",
100
100
  "inputs": []
101
101
  },
102
+ {
103
+ "type": "error",
104
+ "name": "GSE__EmptyVoter",
105
+ "inputs": []
106
+ },
102
107
  {
103
108
  "type": "error",
104
109
  "name": "GovernanceProposer__CanOnlyExecuteProposalInPast",
@@ -115,6 +120,11 @@
115
120
  }
116
121
  ]
117
122
  },
123
+ {
124
+ "type": "error",
125
+ "name": "GovernanceProposer__GSEPayloadInvalid",
126
+ "inputs": []
127
+ },
118
128
  {
119
129
  "type": "error",
120
130
  "name": "GovernanceProposer__InstanceHaveNoCode",
@@ -344,6 +354,11 @@
344
354
  }
345
355
  ]
346
356
  },
357
+ {
358
+ "type": "error",
359
+ "name": "Governance__DepositNotAllowed",
360
+ "inputs": []
361
+ },
347
362
  {
348
363
  "type": "error",
349
364
  "name": "Governance__InsufficientPower",
@@ -1106,6 +1121,11 @@
1106
1121
  }
1107
1122
  ]
1108
1123
  },
1124
+ {
1125
+ "type": "error",
1126
+ "name": "Rollup__RewardsNotClaimable",
1127
+ "inputs": []
1128
+ },
1109
1129
  {
1110
1130
  "type": "error",
1111
1131
  "name": "Rollup__SlotAlreadyInChain",
@@ -1251,7 +1271,7 @@
1251
1271
  },
1252
1272
  {
1253
1273
  "type": "error",
1254
- "name": "Staking__AlreadyRegistered",
1274
+ "name": "Staking__AlreadyExiting",
1255
1275
  "inputs": [
1256
1276
  {
1257
1277
  "name": "",
@@ -1260,6 +1280,22 @@
1260
1280
  }
1261
1281
  ]
1262
1282
  },
1283
+ {
1284
+ "type": "error",
1285
+ "name": "Staking__AlreadyRegistered",
1286
+ "inputs": [
1287
+ {
1288
+ "name": "instance",
1289
+ "type": "address",
1290
+ "internalType": "address"
1291
+ },
1292
+ {
1293
+ "name": "attester",
1294
+ "type": "address",
1295
+ "internalType": "address"
1296
+ }
1297
+ ]
1298
+ },
1263
1299
  {
1264
1300
  "type": "error",
1265
1301
  "name": "Staking__CannotSlashExitedStake",
@@ -1282,6 +1318,49 @@
1282
1318
  }
1283
1319
  ]
1284
1320
  },
1321
+ {
1322
+ "type": "error",
1323
+ "name": "Staking__FatalError",
1324
+ "inputs": [
1325
+ {
1326
+ "name": "",
1327
+ "type": "string",
1328
+ "internalType": "string"
1329
+ }
1330
+ ]
1331
+ },
1332
+ {
1333
+ "type": "error",
1334
+ "name": "Staking__GovernanceAlreadySet",
1335
+ "inputs": []
1336
+ },
1337
+ {
1338
+ "type": "error",
1339
+ "name": "Staking__InstanceDoesNotExist",
1340
+ "inputs": [
1341
+ {
1342
+ "name": "",
1343
+ "type": "address",
1344
+ "internalType": "address"
1345
+ }
1346
+ ]
1347
+ },
1348
+ {
1349
+ "type": "error",
1350
+ "name": "Staking__InsufficientPower",
1351
+ "inputs": [
1352
+ {
1353
+ "name": "",
1354
+ "type": "uint256",
1355
+ "internalType": "uint256"
1356
+ },
1357
+ {
1358
+ "name": "",
1359
+ "type": "uint256",
1360
+ "internalType": "uint256"
1361
+ }
1362
+ ]
1363
+ },
1285
1364
  {
1286
1365
  "type": "error",
1287
1366
  "name": "Staking__InsufficientStake",
@@ -1314,6 +1393,28 @@
1314
1393
  }
1315
1394
  ]
1316
1395
  },
1396
+ {
1397
+ "type": "error",
1398
+ "name": "Staking__InvalidRecipient",
1399
+ "inputs": [
1400
+ {
1401
+ "name": "",
1402
+ "type": "address",
1403
+ "internalType": "address"
1404
+ }
1405
+ ]
1406
+ },
1407
+ {
1408
+ "type": "error",
1409
+ "name": "Staking__InvalidRollupAddress",
1410
+ "inputs": [
1411
+ {
1412
+ "name": "",
1413
+ "type": "address",
1414
+ "internalType": "address"
1415
+ }
1416
+ ]
1417
+ },
1317
1418
  {
1318
1419
  "type": "error",
1319
1420
  "name": "Staking__NoOneToSlash",
@@ -1325,6 +1426,17 @@
1325
1426
  }
1326
1427
  ]
1327
1428
  },
1429
+ {
1430
+ "type": "error",
1431
+ "name": "Staking__NotCanonical",
1432
+ "inputs": [
1433
+ {
1434
+ "name": "",
1435
+ "type": "address",
1436
+ "internalType": "address"
1437
+ }
1438
+ ]
1439
+ },
1328
1440
  {
1329
1441
  "type": "error",
1330
1442
  "name": "Staking__NotExiting",
@@ -1336,6 +1448,28 @@
1336
1448
  }
1337
1449
  ]
1338
1450
  },
1451
+ {
1452
+ "type": "error",
1453
+ "name": "Staking__NotOurProposal",
1454
+ "inputs": [
1455
+ {
1456
+ "name": "",
1457
+ "type": "uint256",
1458
+ "internalType": "uint256"
1459
+ }
1460
+ ]
1461
+ },
1462
+ {
1463
+ "type": "error",
1464
+ "name": "Staking__NotRollup",
1465
+ "inputs": [
1466
+ {
1467
+ "name": "",
1468
+ "type": "address",
1469
+ "internalType": "address"
1470
+ }
1471
+ ]
1472
+ },
1339
1473
  {
1340
1474
  "type": "error",
1341
1475
  "name": "Staking__NotSlasher",
@@ -1379,6 +1513,44 @@
1379
1513
  }
1380
1514
  ]
1381
1515
  },
1516
+ {
1517
+ "type": "error",
1518
+ "name": "Staking__OutOfBounds",
1519
+ "inputs": [
1520
+ {
1521
+ "name": "",
1522
+ "type": "uint256",
1523
+ "internalType": "uint256"
1524
+ },
1525
+ {
1526
+ "name": "",
1527
+ "type": "uint256",
1528
+ "internalType": "uint256"
1529
+ }
1530
+ ]
1531
+ },
1532
+ {
1533
+ "type": "error",
1534
+ "name": "Staking__RollupAlreadyRegistered",
1535
+ "inputs": [
1536
+ {
1537
+ "name": "",
1538
+ "type": "address",
1539
+ "internalType": "address"
1540
+ }
1541
+ ]
1542
+ },
1543
+ {
1544
+ "type": "error",
1545
+ "name": "Staking__WithdrawFailed",
1546
+ "inputs": [
1547
+ {
1548
+ "name": "",
1549
+ "type": "address",
1550
+ "internalType": "address"
1551
+ }
1552
+ ]
1553
+ },
1382
1554
  {
1383
1555
  "type": "error",
1384
1556
  "name": "Staking__WithdrawalNotUnlockedYet",
@@ -1443,20 +1615,36 @@
1443
1615
  },
1444
1616
  {
1445
1617
  "type": "error",
1446
- "name": "ValidatorSelection__InsufficientAttestationsProvided",
1618
+ "name": "ValidatorSelection__InvalidAttestationsLength",
1447
1619
  "inputs": [
1448
1620
  {
1449
- "name": "minimumNeeded",
1621
+ "name": "expected",
1450
1622
  "type": "uint256",
1451
1623
  "internalType": "uint256"
1452
1624
  },
1453
1625
  {
1454
- "name": "provided",
1626
+ "name": "actual",
1455
1627
  "type": "uint256",
1456
1628
  "internalType": "uint256"
1457
1629
  }
1458
1630
  ]
1459
1631
  },
1632
+ {
1633
+ "type": "error",
1634
+ "name": "ValidatorSelection__InvalidCommitteeCommitment",
1635
+ "inputs": [
1636
+ {
1637
+ "name": "reconstructed",
1638
+ "type": "bytes32",
1639
+ "internalType": "bytes32"
1640
+ },
1641
+ {
1642
+ "name": "expected",
1643
+ "type": "bytes32",
1644
+ "internalType": "bytes32"
1645
+ }
1646
+ ]
1647
+ },
1460
1648
  {
1461
1649
  "type": "error",
1462
1650
  "name": "ValidatorSelection__InvalidDeposit",