@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
@@ -61,6 +61,10 @@ export declare const ExtRollupLibAbi: readonly [{
61
61
  readonly type: "error";
62
62
  readonly name: "FeeLib__InvalidFeeAssetPriceModifier";
63
63
  readonly inputs: readonly [];
64
+ }, {
65
+ readonly type: "error";
66
+ readonly name: "GSE__EmptyVoter";
67
+ readonly inputs: readonly [];
64
68
  }, {
65
69
  readonly type: "error";
66
70
  readonly name: "GovernanceProposer__CanOnlyExecuteProposalInPast";
@@ -73,6 +77,10 @@ export declare const ExtRollupLibAbi: readonly [{
73
77
  readonly type: "address";
74
78
  readonly internalType: "contract IPayload";
75
79
  }];
80
+ }, {
81
+ readonly type: "error";
82
+ readonly name: "GovernanceProposer__GSEPayloadInvalid";
83
+ readonly inputs: readonly [];
76
84
  }, {
77
85
  readonly type: "error";
78
86
  readonly name: "GovernanceProposer__InstanceHaveNoCode";
@@ -245,6 +253,10 @@ export declare const ExtRollupLibAbi: readonly [{
245
253
  readonly type: "string";
246
254
  readonly internalType: "string";
247
255
  }];
256
+ }, {
257
+ readonly type: "error";
258
+ readonly name: "Governance__DepositNotAllowed";
259
+ readonly inputs: readonly [];
248
260
  }, {
249
261
  readonly type: "error";
250
262
  readonly name: "Governance__InsufficientPower";
@@ -871,6 +883,10 @@ export declare const ExtRollupLibAbi: readonly [{
871
883
  readonly type: "uint256";
872
884
  readonly internalType: "Epoch";
873
885
  }];
886
+ }, {
887
+ readonly type: "error";
888
+ readonly name: "Rollup__RewardsNotClaimable";
889
+ readonly inputs: readonly [];
874
890
  }, {
875
891
  readonly type: "error";
876
892
  readonly name: "Rollup__SlotAlreadyInChain";
@@ -991,6 +1007,21 @@ export declare const ExtRollupLibAbi: readonly [{
991
1007
  readonly type: "address";
992
1008
  readonly internalType: "address";
993
1009
  }];
1010
+ }, {
1011
+ readonly type: "event";
1012
+ readonly name: "SlasherUpdated";
1013
+ readonly inputs: readonly [{
1014
+ readonly name: "oldSlasher";
1015
+ readonly type: "address";
1016
+ readonly indexed: true;
1017
+ readonly internalType: "address";
1018
+ }, {
1019
+ readonly name: "newSlasher";
1020
+ readonly type: "address";
1021
+ readonly indexed: true;
1022
+ readonly internalType: "address";
1023
+ }];
1024
+ readonly anonymous: false;
994
1025
  }, {
995
1026
  readonly type: "error";
996
1027
  readonly name: "Staking__AlreadyActive";
@@ -1001,12 +1032,24 @@ export declare const ExtRollupLibAbi: readonly [{
1001
1032
  }];
1002
1033
  }, {
1003
1034
  readonly type: "error";
1004
- readonly name: "Staking__AlreadyRegistered";
1035
+ readonly name: "Staking__AlreadyExiting";
1005
1036
  readonly inputs: readonly [{
1006
1037
  readonly name: "";
1007
1038
  readonly type: "address";
1008
1039
  readonly internalType: "address";
1009
1040
  }];
1041
+ }, {
1042
+ readonly type: "error";
1043
+ readonly name: "Staking__AlreadyRegistered";
1044
+ readonly inputs: readonly [{
1045
+ readonly name: "instance";
1046
+ readonly type: "address";
1047
+ readonly internalType: "address";
1048
+ }, {
1049
+ readonly name: "attester";
1050
+ readonly type: "address";
1051
+ readonly internalType: "address";
1052
+ }];
1010
1053
  }, {
1011
1054
  readonly type: "error";
1012
1055
  readonly name: "Staking__CannotSlashExitedStake";
@@ -1023,6 +1066,38 @@ export declare const ExtRollupLibAbi: readonly [{
1023
1066
  readonly type: "address";
1024
1067
  readonly internalType: "address";
1025
1068
  }];
1069
+ }, {
1070
+ readonly type: "error";
1071
+ readonly name: "Staking__FatalError";
1072
+ readonly inputs: readonly [{
1073
+ readonly name: "";
1074
+ readonly type: "string";
1075
+ readonly internalType: "string";
1076
+ }];
1077
+ }, {
1078
+ readonly type: "error";
1079
+ readonly name: "Staking__GovernanceAlreadySet";
1080
+ readonly inputs: readonly [];
1081
+ }, {
1082
+ readonly type: "error";
1083
+ readonly name: "Staking__InstanceDoesNotExist";
1084
+ readonly inputs: readonly [{
1085
+ readonly name: "";
1086
+ readonly type: "address";
1087
+ readonly internalType: "address";
1088
+ }];
1089
+ }, {
1090
+ readonly type: "error";
1091
+ readonly name: "Staking__InsufficientPower";
1092
+ readonly inputs: readonly [{
1093
+ readonly name: "";
1094
+ readonly type: "uint256";
1095
+ readonly internalType: "uint256";
1096
+ }, {
1097
+ readonly name: "";
1098
+ readonly type: "uint256";
1099
+ readonly internalType: "uint256";
1100
+ }];
1026
1101
  }, {
1027
1102
  readonly type: "error";
1028
1103
  readonly name: "Staking__InsufficientStake";
@@ -1047,6 +1122,22 @@ export declare const ExtRollupLibAbi: readonly [{
1047
1122
  readonly type: "address";
1048
1123
  readonly internalType: "address";
1049
1124
  }];
1125
+ }, {
1126
+ readonly type: "error";
1127
+ readonly name: "Staking__InvalidRecipient";
1128
+ readonly inputs: readonly [{
1129
+ readonly name: "";
1130
+ readonly type: "address";
1131
+ readonly internalType: "address";
1132
+ }];
1133
+ }, {
1134
+ readonly type: "error";
1135
+ readonly name: "Staking__InvalidRollupAddress";
1136
+ readonly inputs: readonly [{
1137
+ readonly name: "";
1138
+ readonly type: "address";
1139
+ readonly internalType: "address";
1140
+ }];
1050
1141
  }, {
1051
1142
  readonly type: "error";
1052
1143
  readonly name: "Staking__NoOneToSlash";
@@ -1055,6 +1146,14 @@ export declare const ExtRollupLibAbi: readonly [{
1055
1146
  readonly type: "address";
1056
1147
  readonly internalType: "address";
1057
1148
  }];
1149
+ }, {
1150
+ readonly type: "error";
1151
+ readonly name: "Staking__NotCanonical";
1152
+ readonly inputs: readonly [{
1153
+ readonly name: "";
1154
+ readonly type: "address";
1155
+ readonly internalType: "address";
1156
+ }];
1058
1157
  }, {
1059
1158
  readonly type: "error";
1060
1159
  readonly name: "Staking__NotExiting";
@@ -1063,6 +1162,22 @@ export declare const ExtRollupLibAbi: readonly [{
1063
1162
  readonly type: "address";
1064
1163
  readonly internalType: "address";
1065
1164
  }];
1165
+ }, {
1166
+ readonly type: "error";
1167
+ readonly name: "Staking__NotOurProposal";
1168
+ readonly inputs: readonly [{
1169
+ readonly name: "";
1170
+ readonly type: "uint256";
1171
+ readonly internalType: "uint256";
1172
+ }];
1173
+ }, {
1174
+ readonly type: "error";
1175
+ readonly name: "Staking__NotRollup";
1176
+ readonly inputs: readonly [{
1177
+ readonly name: "";
1178
+ readonly type: "address";
1179
+ readonly internalType: "address";
1180
+ }];
1066
1181
  }, {
1067
1182
  readonly type: "error";
1068
1183
  readonly name: "Staking__NotSlasher";
@@ -1095,6 +1210,34 @@ export declare const ExtRollupLibAbi: readonly [{
1095
1210
  readonly type: "address";
1096
1211
  readonly internalType: "address";
1097
1212
  }];
1213
+ }, {
1214
+ readonly type: "error";
1215
+ readonly name: "Staking__OutOfBounds";
1216
+ readonly inputs: readonly [{
1217
+ readonly name: "";
1218
+ readonly type: "uint256";
1219
+ readonly internalType: "uint256";
1220
+ }, {
1221
+ readonly name: "";
1222
+ readonly type: "uint256";
1223
+ readonly internalType: "uint256";
1224
+ }];
1225
+ }, {
1226
+ readonly type: "error";
1227
+ readonly name: "Staking__RollupAlreadyRegistered";
1228
+ readonly inputs: readonly [{
1229
+ readonly name: "";
1230
+ readonly type: "address";
1231
+ readonly internalType: "address";
1232
+ }];
1233
+ }, {
1234
+ readonly type: "error";
1235
+ readonly name: "Staking__WithdrawFailed";
1236
+ readonly inputs: readonly [{
1237
+ readonly name: "";
1238
+ readonly type: "address";
1239
+ readonly internalType: "address";
1240
+ }];
1098
1241
  }, {
1099
1242
  readonly type: "error";
1100
1243
  readonly name: "Staking__WithdrawalNotUnlockedYet";
@@ -1125,16 +1268,28 @@ export declare const ExtRollupLibAbi: readonly [{
1125
1268
  }];
1126
1269
  }, {
1127
1270
  readonly type: "error";
1128
- readonly name: "ValidatorSelection__InsufficientAttestationsProvided";
1271
+ readonly name: "ValidatorSelection__InvalidAttestationsLength";
1129
1272
  readonly inputs: readonly [{
1130
- readonly name: "minimumNeeded";
1273
+ readonly name: "expected";
1131
1274
  readonly type: "uint256";
1132
1275
  readonly internalType: "uint256";
1133
1276
  }, {
1134
- readonly name: "provided";
1277
+ readonly name: "actual";
1135
1278
  readonly type: "uint256";
1136
1279
  readonly internalType: "uint256";
1137
1280
  }];
1281
+ }, {
1282
+ readonly type: "error";
1283
+ readonly name: "ValidatorSelection__InvalidCommitteeCommitment";
1284
+ readonly inputs: readonly [{
1285
+ readonly name: "reconstructed";
1286
+ readonly type: "bytes32";
1287
+ readonly internalType: "bytes32";
1288
+ }, {
1289
+ readonly name: "expected";
1290
+ readonly type: "bytes32";
1291
+ readonly internalType: "bytes32";
1292
+ }];
1138
1293
  }, {
1139
1294
  readonly type: "error";
1140
1295
  readonly name: "ValidatorSelection__InvalidDeposit";
@@ -1159,6 +1314,26 @@ export declare const ExtRollupLibAbi: readonly [{
1159
1314
  readonly type: "address";
1160
1315
  readonly internalType: "address";
1161
1316
  }];
1317
+ }, {
1318
+ readonly type: "event";
1319
+ readonly name: "WithdrawInitiated";
1320
+ readonly inputs: readonly [{
1321
+ readonly name: "attester";
1322
+ readonly type: "address";
1323
+ readonly indexed: true;
1324
+ readonly internalType: "address";
1325
+ }, {
1326
+ readonly name: "recipient";
1327
+ readonly type: "address";
1328
+ readonly indexed: true;
1329
+ readonly internalType: "address";
1330
+ }, {
1331
+ readonly name: "amount";
1332
+ readonly type: "uint256";
1333
+ readonly indexed: false;
1334
+ readonly internalType: "uint256";
1335
+ }];
1336
+ readonly anonymous: false;
1162
1337
  }, {
1163
1338
  readonly type: "function";
1164
1339
  readonly name: "getBlobBaseFee";
@@ -1192,14 +1367,6 @@ export declare const ExtRollupLibAbi: readonly [{
1192
1367
  readonly name: "endArchive";
1193
1368
  readonly type: "bytes32";
1194
1369
  readonly internalType: "bytes32";
1195
- }, {
1196
- readonly name: "endTimestamp";
1197
- readonly type: "uint256";
1198
- readonly internalType: "Timestamp";
1199
- }, {
1200
- readonly name: "outHash";
1201
- readonly type: "bytes32";
1202
- readonly internalType: "bytes32";
1203
1370
  }, {
1204
1371
  readonly name: "proverId";
1205
1372
  readonly type: "address";
@@ -1 +1 @@
1
- {"version":3,"file":"ExtRollupLibAbi.d.ts","sourceRoot":"","sources":["../src/ExtRollupLibAbi.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+mDlB,CAAC"}
1
+ {"version":3,"file":"ExtRollupLibAbi.d.ts","sourceRoot":"","sources":["../src/ExtRollupLibAbi.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA60DlB,CAAC"}
@@ -79,6 +79,11 @@
79
79
  "name": "FeeLib__InvalidFeeAssetPriceModifier",
80
80
  "inputs": []
81
81
  },
82
+ {
83
+ "type": "error",
84
+ "name": "GSE__EmptyVoter",
85
+ "inputs": []
86
+ },
82
87
  {
83
88
  "type": "error",
84
89
  "name": "GovernanceProposer__CanOnlyExecuteProposalInPast",
@@ -95,6 +100,11 @@
95
100
  }
96
101
  ]
97
102
  },
103
+ {
104
+ "type": "error",
105
+ "name": "GovernanceProposer__GSEPayloadInvalid",
106
+ "inputs": []
107
+ },
98
108
  {
99
109
  "type": "error",
100
110
  "name": "GovernanceProposer__InstanceHaveNoCode",
@@ -324,6 +334,11 @@
324
334
  }
325
335
  ]
326
336
  },
337
+ {
338
+ "type": "error",
339
+ "name": "Governance__DepositNotAllowed",
340
+ "inputs": []
341
+ },
327
342
  {
328
343
  "type": "error",
329
344
  "name": "Governance__InsufficientPower",
@@ -1149,6 +1164,11 @@
1149
1164
  }
1150
1165
  ]
1151
1166
  },
1167
+ {
1168
+ "type": "error",
1169
+ "name": "Rollup__RewardsNotClaimable",
1170
+ "inputs": []
1171
+ },
1152
1172
  {
1153
1173
  "type": "error",
1154
1174
  "name": "Rollup__SlotAlreadyInChain",
@@ -1308,6 +1328,25 @@
1308
1328
  }
1309
1329
  ]
1310
1330
  },
1331
+ {
1332
+ "type": "event",
1333
+ "name": "SlasherUpdated",
1334
+ "inputs": [
1335
+ {
1336
+ "name": "oldSlasher",
1337
+ "type": "address",
1338
+ "indexed": true,
1339
+ "internalType": "address"
1340
+ },
1341
+ {
1342
+ "name": "newSlasher",
1343
+ "type": "address",
1344
+ "indexed": true,
1345
+ "internalType": "address"
1346
+ }
1347
+ ],
1348
+ "anonymous": false
1349
+ },
1311
1350
  {
1312
1351
  "type": "error",
1313
1352
  "name": "Staking__AlreadyActive",
@@ -1321,7 +1360,7 @@
1321
1360
  },
1322
1361
  {
1323
1362
  "type": "error",
1324
- "name": "Staking__AlreadyRegistered",
1363
+ "name": "Staking__AlreadyExiting",
1325
1364
  "inputs": [
1326
1365
  {
1327
1366
  "name": "",
@@ -1330,6 +1369,22 @@
1330
1369
  }
1331
1370
  ]
1332
1371
  },
1372
+ {
1373
+ "type": "error",
1374
+ "name": "Staking__AlreadyRegistered",
1375
+ "inputs": [
1376
+ {
1377
+ "name": "instance",
1378
+ "type": "address",
1379
+ "internalType": "address"
1380
+ },
1381
+ {
1382
+ "name": "attester",
1383
+ "type": "address",
1384
+ "internalType": "address"
1385
+ }
1386
+ ]
1387
+ },
1333
1388
  {
1334
1389
  "type": "error",
1335
1390
  "name": "Staking__CannotSlashExitedStake",
@@ -1352,6 +1407,49 @@
1352
1407
  }
1353
1408
  ]
1354
1409
  },
1410
+ {
1411
+ "type": "error",
1412
+ "name": "Staking__FatalError",
1413
+ "inputs": [
1414
+ {
1415
+ "name": "",
1416
+ "type": "string",
1417
+ "internalType": "string"
1418
+ }
1419
+ ]
1420
+ },
1421
+ {
1422
+ "type": "error",
1423
+ "name": "Staking__GovernanceAlreadySet",
1424
+ "inputs": []
1425
+ },
1426
+ {
1427
+ "type": "error",
1428
+ "name": "Staking__InstanceDoesNotExist",
1429
+ "inputs": [
1430
+ {
1431
+ "name": "",
1432
+ "type": "address",
1433
+ "internalType": "address"
1434
+ }
1435
+ ]
1436
+ },
1437
+ {
1438
+ "type": "error",
1439
+ "name": "Staking__InsufficientPower",
1440
+ "inputs": [
1441
+ {
1442
+ "name": "",
1443
+ "type": "uint256",
1444
+ "internalType": "uint256"
1445
+ },
1446
+ {
1447
+ "name": "",
1448
+ "type": "uint256",
1449
+ "internalType": "uint256"
1450
+ }
1451
+ ]
1452
+ },
1355
1453
  {
1356
1454
  "type": "error",
1357
1455
  "name": "Staking__InsufficientStake",
@@ -1384,6 +1482,28 @@
1384
1482
  }
1385
1483
  ]
1386
1484
  },
1485
+ {
1486
+ "type": "error",
1487
+ "name": "Staking__InvalidRecipient",
1488
+ "inputs": [
1489
+ {
1490
+ "name": "",
1491
+ "type": "address",
1492
+ "internalType": "address"
1493
+ }
1494
+ ]
1495
+ },
1496
+ {
1497
+ "type": "error",
1498
+ "name": "Staking__InvalidRollupAddress",
1499
+ "inputs": [
1500
+ {
1501
+ "name": "",
1502
+ "type": "address",
1503
+ "internalType": "address"
1504
+ }
1505
+ ]
1506
+ },
1387
1507
  {
1388
1508
  "type": "error",
1389
1509
  "name": "Staking__NoOneToSlash",
@@ -1395,6 +1515,17 @@
1395
1515
  }
1396
1516
  ]
1397
1517
  },
1518
+ {
1519
+ "type": "error",
1520
+ "name": "Staking__NotCanonical",
1521
+ "inputs": [
1522
+ {
1523
+ "name": "",
1524
+ "type": "address",
1525
+ "internalType": "address"
1526
+ }
1527
+ ]
1528
+ },
1398
1529
  {
1399
1530
  "type": "error",
1400
1531
  "name": "Staking__NotExiting",
@@ -1406,6 +1537,28 @@
1406
1537
  }
1407
1538
  ]
1408
1539
  },
1540
+ {
1541
+ "type": "error",
1542
+ "name": "Staking__NotOurProposal",
1543
+ "inputs": [
1544
+ {
1545
+ "name": "",
1546
+ "type": "uint256",
1547
+ "internalType": "uint256"
1548
+ }
1549
+ ]
1550
+ },
1551
+ {
1552
+ "type": "error",
1553
+ "name": "Staking__NotRollup",
1554
+ "inputs": [
1555
+ {
1556
+ "name": "",
1557
+ "type": "address",
1558
+ "internalType": "address"
1559
+ }
1560
+ ]
1561
+ },
1409
1562
  {
1410
1563
  "type": "error",
1411
1564
  "name": "Staking__NotSlasher",
@@ -1449,6 +1602,44 @@
1449
1602
  }
1450
1603
  ]
1451
1604
  },
1605
+ {
1606
+ "type": "error",
1607
+ "name": "Staking__OutOfBounds",
1608
+ "inputs": [
1609
+ {
1610
+ "name": "",
1611
+ "type": "uint256",
1612
+ "internalType": "uint256"
1613
+ },
1614
+ {
1615
+ "name": "",
1616
+ "type": "uint256",
1617
+ "internalType": "uint256"
1618
+ }
1619
+ ]
1620
+ },
1621
+ {
1622
+ "type": "error",
1623
+ "name": "Staking__RollupAlreadyRegistered",
1624
+ "inputs": [
1625
+ {
1626
+ "name": "",
1627
+ "type": "address",
1628
+ "internalType": "address"
1629
+ }
1630
+ ]
1631
+ },
1632
+ {
1633
+ "type": "error",
1634
+ "name": "Staking__WithdrawFailed",
1635
+ "inputs": [
1636
+ {
1637
+ "name": "",
1638
+ "type": "address",
1639
+ "internalType": "address"
1640
+ }
1641
+ ]
1642
+ },
1452
1643
  {
1453
1644
  "type": "error",
1454
1645
  "name": "Staking__WithdrawalNotUnlockedYet",
@@ -1488,20 +1679,36 @@
1488
1679
  },
1489
1680
  {
1490
1681
  "type": "error",
1491
- "name": "ValidatorSelection__InsufficientAttestationsProvided",
1682
+ "name": "ValidatorSelection__InvalidAttestationsLength",
1492
1683
  "inputs": [
1493
1684
  {
1494
- "name": "minimumNeeded",
1685
+ "name": "expected",
1495
1686
  "type": "uint256",
1496
1687
  "internalType": "uint256"
1497
1688
  },
1498
1689
  {
1499
- "name": "provided",
1690
+ "name": "actual",
1500
1691
  "type": "uint256",
1501
1692
  "internalType": "uint256"
1502
1693
  }
1503
1694
  ]
1504
1695
  },
1696
+ {
1697
+ "type": "error",
1698
+ "name": "ValidatorSelection__InvalidCommitteeCommitment",
1699
+ "inputs": [
1700
+ {
1701
+ "name": "reconstructed",
1702
+ "type": "bytes32",
1703
+ "internalType": "bytes32"
1704
+ },
1705
+ {
1706
+ "name": "expected",
1707
+ "type": "bytes32",
1708
+ "internalType": "bytes32"
1709
+ }
1710
+ ]
1711
+ },
1505
1712
  {
1506
1713
  "type": "error",
1507
1714
  "name": "ValidatorSelection__InvalidDeposit",
@@ -1534,6 +1741,31 @@
1534
1741
  }
1535
1742
  ]
1536
1743
  },
1744
+ {
1745
+ "type": "event",
1746
+ "name": "WithdrawInitiated",
1747
+ "inputs": [
1748
+ {
1749
+ "name": "attester",
1750
+ "type": "address",
1751
+ "indexed": true,
1752
+ "internalType": "address"
1753
+ },
1754
+ {
1755
+ "name": "recipient",
1756
+ "type": "address",
1757
+ "indexed": true,
1758
+ "internalType": "address"
1759
+ },
1760
+ {
1761
+ "name": "amount",
1762
+ "type": "uint256",
1763
+ "indexed": false,
1764
+ "internalType": "uint256"
1765
+ }
1766
+ ],
1767
+ "anonymous": false
1768
+ },
1537
1769
  {
1538
1770
  "type": "function",
1539
1771
  "name": "getBlobBaseFee",
@@ -1576,16 +1808,6 @@
1576
1808
  "type": "bytes32",
1577
1809
  "internalType": "bytes32"
1578
1810
  },
1579
- {
1580
- "name": "endTimestamp",
1581
- "type": "uint256",
1582
- "internalType": "Timestamp"
1583
- },
1584
- {
1585
- "name": "outHash",
1586
- "type": "bytes32",
1587
- "internalType": "bytes32"
1588
- },
1589
1811
  {
1590
1812
  "name": "proverId",
1591
1813
  "type": "address",