@aztec/l1-artifacts 0.65.1 → 0.66.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dest/ExtRollupLibAbi.d.ts +501 -0
- package/dest/ExtRollupLibAbi.d.ts.map +1 -0
- package/dest/ExtRollupLibAbi.js +663 -0
- package/dest/ExtRollupLibBytecode.d.ts +9 -0
- package/dest/ExtRollupLibBytecode.d.ts.map +1 -0
- package/dest/ExtRollupLibBytecode.js +9 -0
- package/dest/FeeJuicePortalBytecode.d.ts +1 -1
- package/dest/FeeJuicePortalBytecode.js +1 -1
- package/dest/GovernanceProposerBytecode.d.ts +1 -1
- package/dest/GovernanceProposerBytecode.js +1 -1
- package/dest/InboxBytecode.d.ts +1 -1
- package/dest/InboxBytecode.js +1 -1
- package/dest/LeonidasLibAbi.d.ts +69 -0
- package/dest/LeonidasLibAbi.d.ts.map +1 -0
- package/dest/LeonidasLibAbi.js +91 -0
- package/dest/LeonidasLibBytecode.d.ts +9 -0
- package/dest/LeonidasLibBytecode.d.ts.map +1 -0
- package/dest/LeonidasLibBytecode.js +9 -0
- package/dest/NewGovernanceProposerPayloadBytecode.d.ts +1 -1
- package/dest/NewGovernanceProposerPayloadBytecode.js +1 -1
- package/dest/OutboxBytecode.d.ts +1 -1
- package/dest/OutboxBytecode.js +1 -1
- package/dest/ProofCommitmentEscrowBytecode.d.ts +1 -1
- package/dest/ProofCommitmentEscrowBytecode.js +1 -1
- package/dest/RollupAbi.d.ts +513 -391
- package/dest/RollupAbi.d.ts.map +1 -1
- package/dest/RollupAbi.js +635 -477
- package/dest/RollupBytecode.d.ts +39 -9
- package/dest/RollupBytecode.d.ts.map +1 -1
- package/dest/RollupBytecode.js +50 -10
- package/dest/TestERC20Abi.d.ts +90 -1
- package/dest/TestERC20Abi.d.ts.map +1 -1
- package/dest/TestERC20Abi.js +118 -2
- package/dest/TestERC20Bytecode.d.ts +1 -1
- package/dest/TestERC20Bytecode.d.ts.map +1 -1
- package/dest/TestERC20Bytecode.js +2 -2
- package/dest/TokenPortalBytecode.d.ts +1 -1
- package/dest/TokenPortalBytecode.js +1 -1
- package/dest/UniswapPortalBytecode.d.ts +1 -1
- package/dest/UniswapPortalBytecode.js +1 -1
- package/dest/index.d.ts +4 -4
- package/dest/index.d.ts.map +1 -1
- package/dest/index.js +5 -5
- package/generated/ExtRollupLibAbi.ts +662 -0
- package/generated/ExtRollupLibBytecode.ts +8 -0
- package/generated/FeeJuicePortalBytecode.ts +1 -1
- package/generated/GovernanceProposerBytecode.ts +1 -1
- package/generated/InboxBytecode.ts +1 -1
- package/generated/LeonidasLibAbi.ts +90 -0
- package/generated/LeonidasLibBytecode.ts +8 -0
- package/generated/NewGovernanceProposerPayloadBytecode.ts +1 -1
- package/generated/OutboxBytecode.ts +1 -1
- package/generated/ProofCommitmentEscrowBytecode.ts +1 -1
- package/generated/RollupAbi.ts +634 -476
- package/generated/RollupBytecode.ts +49 -9
- package/generated/TestERC20Abi.ts +117 -1
- package/generated/TestERC20Bytecode.ts +1 -1
- package/generated/TokenPortalBytecode.ts +1 -1
- package/generated/UniswapPortalBytecode.ts +1 -1
- package/generated/index.ts +4 -4
- package/package.json +1 -1
- package/dest/SampleLibAbi.d.ts +0 -61
- package/dest/SampleLibAbi.d.ts.map +0 -1
- package/dest/SampleLibAbi.js +0 -80
- package/dest/SampleLibBytecode.d.ts +0 -9
- package/dest/SampleLibBytecode.d.ts.map +0 -1
- package/dest/SampleLibBytecode.js +0 -9
- package/dest/TxsDecoderAbi.d.ts +0 -31
- package/dest/TxsDecoderAbi.d.ts.map +0 -1
- package/dest/TxsDecoderAbi.js +0 -41
- package/dest/TxsDecoderBytecode.d.ts +0 -9
- package/dest/TxsDecoderBytecode.d.ts.map +0 -1
- package/dest/TxsDecoderBytecode.js +0 -9
- package/generated/SampleLibAbi.ts +0 -79
- package/generated/SampleLibBytecode.ts +0 -8
- package/generated/TxsDecoderAbi.ts +0 -40
- package/generated/TxsDecoderBytecode.ts +0 -8
|
@@ -0,0 +1,501 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ExtRollupLib ABI.
|
|
3
|
+
*/
|
|
4
|
+
export declare const ExtRollupLibAbi: readonly [{
|
|
5
|
+
readonly type: "function";
|
|
6
|
+
readonly name: "computeTxsEffectsHash";
|
|
7
|
+
readonly inputs: readonly [{
|
|
8
|
+
readonly name: "_body";
|
|
9
|
+
readonly type: "bytes";
|
|
10
|
+
readonly internalType: "bytes";
|
|
11
|
+
}];
|
|
12
|
+
readonly outputs: readonly [{
|
|
13
|
+
readonly name: "";
|
|
14
|
+
readonly type: "bytes32";
|
|
15
|
+
readonly internalType: "bytes32";
|
|
16
|
+
}];
|
|
17
|
+
readonly stateMutability: "pure";
|
|
18
|
+
}, {
|
|
19
|
+
readonly type: "function";
|
|
20
|
+
readonly name: "decodeHeader";
|
|
21
|
+
readonly inputs: readonly [{
|
|
22
|
+
readonly name: "_header";
|
|
23
|
+
readonly type: "bytes";
|
|
24
|
+
readonly internalType: "bytes";
|
|
25
|
+
}];
|
|
26
|
+
readonly outputs: readonly [{
|
|
27
|
+
readonly name: "";
|
|
28
|
+
readonly type: "tuple";
|
|
29
|
+
readonly internalType: "struct Header";
|
|
30
|
+
readonly components: readonly [{
|
|
31
|
+
readonly name: "lastArchive";
|
|
32
|
+
readonly type: "tuple";
|
|
33
|
+
readonly internalType: "struct AppendOnlyTreeSnapshot";
|
|
34
|
+
readonly components: readonly [{
|
|
35
|
+
readonly name: "root";
|
|
36
|
+
readonly type: "bytes32";
|
|
37
|
+
readonly internalType: "bytes32";
|
|
38
|
+
}, {
|
|
39
|
+
readonly name: "nextAvailableLeafIndex";
|
|
40
|
+
readonly type: "uint32";
|
|
41
|
+
readonly internalType: "uint32";
|
|
42
|
+
}];
|
|
43
|
+
}, {
|
|
44
|
+
readonly name: "contentCommitment";
|
|
45
|
+
readonly type: "tuple";
|
|
46
|
+
readonly internalType: "struct ContentCommitment";
|
|
47
|
+
readonly components: readonly [{
|
|
48
|
+
readonly name: "numTxs";
|
|
49
|
+
readonly type: "uint256";
|
|
50
|
+
readonly internalType: "uint256";
|
|
51
|
+
}, {
|
|
52
|
+
readonly name: "txsEffectsHash";
|
|
53
|
+
readonly type: "bytes32";
|
|
54
|
+
readonly internalType: "bytes32";
|
|
55
|
+
}, {
|
|
56
|
+
readonly name: "inHash";
|
|
57
|
+
readonly type: "bytes32";
|
|
58
|
+
readonly internalType: "bytes32";
|
|
59
|
+
}, {
|
|
60
|
+
readonly name: "outHash";
|
|
61
|
+
readonly type: "bytes32";
|
|
62
|
+
readonly internalType: "bytes32";
|
|
63
|
+
}];
|
|
64
|
+
}, {
|
|
65
|
+
readonly name: "stateReference";
|
|
66
|
+
readonly type: "tuple";
|
|
67
|
+
readonly internalType: "struct StateReference";
|
|
68
|
+
readonly components: readonly [{
|
|
69
|
+
readonly name: "l1ToL2MessageTree";
|
|
70
|
+
readonly type: "tuple";
|
|
71
|
+
readonly internalType: "struct AppendOnlyTreeSnapshot";
|
|
72
|
+
readonly components: readonly [{
|
|
73
|
+
readonly name: "root";
|
|
74
|
+
readonly type: "bytes32";
|
|
75
|
+
readonly internalType: "bytes32";
|
|
76
|
+
}, {
|
|
77
|
+
readonly name: "nextAvailableLeafIndex";
|
|
78
|
+
readonly type: "uint32";
|
|
79
|
+
readonly internalType: "uint32";
|
|
80
|
+
}];
|
|
81
|
+
}, {
|
|
82
|
+
readonly name: "partialStateReference";
|
|
83
|
+
readonly type: "tuple";
|
|
84
|
+
readonly internalType: "struct PartialStateReference";
|
|
85
|
+
readonly components: readonly [{
|
|
86
|
+
readonly name: "noteHashTree";
|
|
87
|
+
readonly type: "tuple";
|
|
88
|
+
readonly internalType: "struct AppendOnlyTreeSnapshot";
|
|
89
|
+
readonly components: readonly [{
|
|
90
|
+
readonly name: "root";
|
|
91
|
+
readonly type: "bytes32";
|
|
92
|
+
readonly internalType: "bytes32";
|
|
93
|
+
}, {
|
|
94
|
+
readonly name: "nextAvailableLeafIndex";
|
|
95
|
+
readonly type: "uint32";
|
|
96
|
+
readonly internalType: "uint32";
|
|
97
|
+
}];
|
|
98
|
+
}, {
|
|
99
|
+
readonly name: "nullifierTree";
|
|
100
|
+
readonly type: "tuple";
|
|
101
|
+
readonly internalType: "struct AppendOnlyTreeSnapshot";
|
|
102
|
+
readonly components: readonly [{
|
|
103
|
+
readonly name: "root";
|
|
104
|
+
readonly type: "bytes32";
|
|
105
|
+
readonly internalType: "bytes32";
|
|
106
|
+
}, {
|
|
107
|
+
readonly name: "nextAvailableLeafIndex";
|
|
108
|
+
readonly type: "uint32";
|
|
109
|
+
readonly internalType: "uint32";
|
|
110
|
+
}];
|
|
111
|
+
}, {
|
|
112
|
+
readonly name: "contractTree";
|
|
113
|
+
readonly type: "tuple";
|
|
114
|
+
readonly internalType: "struct AppendOnlyTreeSnapshot";
|
|
115
|
+
readonly components: readonly [{
|
|
116
|
+
readonly name: "root";
|
|
117
|
+
readonly type: "bytes32";
|
|
118
|
+
readonly internalType: "bytes32";
|
|
119
|
+
}, {
|
|
120
|
+
readonly name: "nextAvailableLeafIndex";
|
|
121
|
+
readonly type: "uint32";
|
|
122
|
+
readonly internalType: "uint32";
|
|
123
|
+
}];
|
|
124
|
+
}, {
|
|
125
|
+
readonly name: "publicDataTree";
|
|
126
|
+
readonly type: "tuple";
|
|
127
|
+
readonly internalType: "struct AppendOnlyTreeSnapshot";
|
|
128
|
+
readonly components: readonly [{
|
|
129
|
+
readonly name: "root";
|
|
130
|
+
readonly type: "bytes32";
|
|
131
|
+
readonly internalType: "bytes32";
|
|
132
|
+
}, {
|
|
133
|
+
readonly name: "nextAvailableLeafIndex";
|
|
134
|
+
readonly type: "uint32";
|
|
135
|
+
readonly internalType: "uint32";
|
|
136
|
+
}];
|
|
137
|
+
}];
|
|
138
|
+
}];
|
|
139
|
+
}, {
|
|
140
|
+
readonly name: "globalVariables";
|
|
141
|
+
readonly type: "tuple";
|
|
142
|
+
readonly internalType: "struct GlobalVariables";
|
|
143
|
+
readonly components: readonly [{
|
|
144
|
+
readonly name: "chainId";
|
|
145
|
+
readonly type: "uint256";
|
|
146
|
+
readonly internalType: "uint256";
|
|
147
|
+
}, {
|
|
148
|
+
readonly name: "version";
|
|
149
|
+
readonly type: "uint256";
|
|
150
|
+
readonly internalType: "uint256";
|
|
151
|
+
}, {
|
|
152
|
+
readonly name: "blockNumber";
|
|
153
|
+
readonly type: "uint256";
|
|
154
|
+
readonly internalType: "uint256";
|
|
155
|
+
}, {
|
|
156
|
+
readonly name: "slotNumber";
|
|
157
|
+
readonly type: "uint256";
|
|
158
|
+
readonly internalType: "uint256";
|
|
159
|
+
}, {
|
|
160
|
+
readonly name: "timestamp";
|
|
161
|
+
readonly type: "uint256";
|
|
162
|
+
readonly internalType: "uint256";
|
|
163
|
+
}, {
|
|
164
|
+
readonly name: "coinbase";
|
|
165
|
+
readonly type: "address";
|
|
166
|
+
readonly internalType: "address";
|
|
167
|
+
}, {
|
|
168
|
+
readonly name: "feeRecipient";
|
|
169
|
+
readonly type: "bytes32";
|
|
170
|
+
readonly internalType: "bytes32";
|
|
171
|
+
}, {
|
|
172
|
+
readonly name: "gasFees";
|
|
173
|
+
readonly type: "tuple";
|
|
174
|
+
readonly internalType: "struct GasFees";
|
|
175
|
+
readonly components: readonly [{
|
|
176
|
+
readonly name: "feePerDaGas";
|
|
177
|
+
readonly type: "uint256";
|
|
178
|
+
readonly internalType: "uint256";
|
|
179
|
+
}, {
|
|
180
|
+
readonly name: "feePerL2Gas";
|
|
181
|
+
readonly type: "uint256";
|
|
182
|
+
readonly internalType: "uint256";
|
|
183
|
+
}];
|
|
184
|
+
}];
|
|
185
|
+
}, {
|
|
186
|
+
readonly name: "totalFees";
|
|
187
|
+
readonly type: "uint256";
|
|
188
|
+
readonly internalType: "uint256";
|
|
189
|
+
}, {
|
|
190
|
+
readonly name: "totalManaUsed";
|
|
191
|
+
readonly type: "uint256";
|
|
192
|
+
readonly internalType: "uint256";
|
|
193
|
+
}];
|
|
194
|
+
}];
|
|
195
|
+
readonly stateMutability: "pure";
|
|
196
|
+
}, {
|
|
197
|
+
readonly type: "error";
|
|
198
|
+
readonly name: "HeaderLib__InvalidHeaderSize";
|
|
199
|
+
readonly inputs: readonly [{
|
|
200
|
+
readonly name: "expected";
|
|
201
|
+
readonly type: "uint256";
|
|
202
|
+
readonly internalType: "uint256";
|
|
203
|
+
}, {
|
|
204
|
+
readonly name: "actual";
|
|
205
|
+
readonly type: "uint256";
|
|
206
|
+
readonly internalType: "uint256";
|
|
207
|
+
}];
|
|
208
|
+
}, {
|
|
209
|
+
readonly type: "error";
|
|
210
|
+
readonly name: "Leonidas__InvalidProposer";
|
|
211
|
+
readonly inputs: readonly [{
|
|
212
|
+
readonly name: "expected";
|
|
213
|
+
readonly type: "address";
|
|
214
|
+
readonly internalType: "address";
|
|
215
|
+
}, {
|
|
216
|
+
readonly name: "actual";
|
|
217
|
+
readonly type: "address";
|
|
218
|
+
readonly internalType: "address";
|
|
219
|
+
}];
|
|
220
|
+
}, {
|
|
221
|
+
readonly type: "error";
|
|
222
|
+
readonly name: "Rollup__InsufficientBondAmount";
|
|
223
|
+
readonly inputs: readonly [{
|
|
224
|
+
readonly name: "minimum";
|
|
225
|
+
readonly type: "uint256";
|
|
226
|
+
readonly internalType: "uint256";
|
|
227
|
+
}, {
|
|
228
|
+
readonly name: "provided";
|
|
229
|
+
readonly type: "uint256";
|
|
230
|
+
readonly internalType: "uint256";
|
|
231
|
+
}];
|
|
232
|
+
}, {
|
|
233
|
+
readonly type: "error";
|
|
234
|
+
readonly name: "Rollup__InsufficientFundsInEscrow";
|
|
235
|
+
readonly inputs: readonly [{
|
|
236
|
+
readonly name: "required";
|
|
237
|
+
readonly type: "uint256";
|
|
238
|
+
readonly internalType: "uint256";
|
|
239
|
+
}, {
|
|
240
|
+
readonly name: "available";
|
|
241
|
+
readonly type: "uint256";
|
|
242
|
+
readonly internalType: "uint256";
|
|
243
|
+
}];
|
|
244
|
+
}, {
|
|
245
|
+
readonly type: "error";
|
|
246
|
+
readonly name: "Rollup__InvalidArchive";
|
|
247
|
+
readonly inputs: readonly [{
|
|
248
|
+
readonly name: "expected";
|
|
249
|
+
readonly type: "bytes32";
|
|
250
|
+
readonly internalType: "bytes32";
|
|
251
|
+
}, {
|
|
252
|
+
readonly name: "actual";
|
|
253
|
+
readonly type: "bytes32";
|
|
254
|
+
readonly internalType: "bytes32";
|
|
255
|
+
}];
|
|
256
|
+
}, {
|
|
257
|
+
readonly type: "error";
|
|
258
|
+
readonly name: "Rollup__InvalidBasisPointFee";
|
|
259
|
+
readonly inputs: readonly [{
|
|
260
|
+
readonly name: "basisPointFee";
|
|
261
|
+
readonly type: "uint256";
|
|
262
|
+
readonly internalType: "uint256";
|
|
263
|
+
}];
|
|
264
|
+
}, {
|
|
265
|
+
readonly type: "error";
|
|
266
|
+
readonly name: "Rollup__InvalidBlockHash";
|
|
267
|
+
readonly inputs: readonly [{
|
|
268
|
+
readonly name: "expected";
|
|
269
|
+
readonly type: "bytes32";
|
|
270
|
+
readonly internalType: "bytes32";
|
|
271
|
+
}, {
|
|
272
|
+
readonly name: "actual";
|
|
273
|
+
readonly type: "bytes32";
|
|
274
|
+
readonly internalType: "bytes32";
|
|
275
|
+
}];
|
|
276
|
+
}, {
|
|
277
|
+
readonly type: "error";
|
|
278
|
+
readonly name: "Rollup__InvalidBlockNumber";
|
|
279
|
+
readonly inputs: readonly [{
|
|
280
|
+
readonly name: "expected";
|
|
281
|
+
readonly type: "uint256";
|
|
282
|
+
readonly internalType: "uint256";
|
|
283
|
+
}, {
|
|
284
|
+
readonly name: "actual";
|
|
285
|
+
readonly type: "uint256";
|
|
286
|
+
readonly internalType: "uint256";
|
|
287
|
+
}];
|
|
288
|
+
}, {
|
|
289
|
+
readonly type: "error";
|
|
290
|
+
readonly name: "Rollup__InvalidChainId";
|
|
291
|
+
readonly inputs: readonly [{
|
|
292
|
+
readonly name: "expected";
|
|
293
|
+
readonly type: "uint256";
|
|
294
|
+
readonly internalType: "uint256";
|
|
295
|
+
}, {
|
|
296
|
+
readonly name: "actual";
|
|
297
|
+
readonly type: "uint256";
|
|
298
|
+
readonly internalType: "uint256";
|
|
299
|
+
}];
|
|
300
|
+
}, {
|
|
301
|
+
readonly type: "error";
|
|
302
|
+
readonly name: "Rollup__InvalidEpoch";
|
|
303
|
+
readonly inputs: readonly [{
|
|
304
|
+
readonly name: "expected";
|
|
305
|
+
readonly type: "uint256";
|
|
306
|
+
readonly internalType: "Epoch";
|
|
307
|
+
}, {
|
|
308
|
+
readonly name: "actual";
|
|
309
|
+
readonly type: "uint256";
|
|
310
|
+
readonly internalType: "Epoch";
|
|
311
|
+
}];
|
|
312
|
+
}, {
|
|
313
|
+
readonly type: "error";
|
|
314
|
+
readonly name: "Rollup__InvalidManaBaseFee";
|
|
315
|
+
readonly inputs: readonly [{
|
|
316
|
+
readonly name: "expected";
|
|
317
|
+
readonly type: "uint256";
|
|
318
|
+
readonly internalType: "uint256";
|
|
319
|
+
}, {
|
|
320
|
+
readonly name: "actual";
|
|
321
|
+
readonly type: "uint256";
|
|
322
|
+
readonly internalType: "uint256";
|
|
323
|
+
}];
|
|
324
|
+
}, {
|
|
325
|
+
readonly type: "error";
|
|
326
|
+
readonly name: "Rollup__InvalidPreviousArchive";
|
|
327
|
+
readonly inputs: readonly [{
|
|
328
|
+
readonly name: "expected";
|
|
329
|
+
readonly type: "bytes32";
|
|
330
|
+
readonly internalType: "bytes32";
|
|
331
|
+
}, {
|
|
332
|
+
readonly name: "actual";
|
|
333
|
+
readonly type: "bytes32";
|
|
334
|
+
readonly internalType: "bytes32";
|
|
335
|
+
}];
|
|
336
|
+
}, {
|
|
337
|
+
readonly type: "error";
|
|
338
|
+
readonly name: "Rollup__InvalidPreviousBlockHash";
|
|
339
|
+
readonly inputs: readonly [{
|
|
340
|
+
readonly name: "expected";
|
|
341
|
+
readonly type: "bytes32";
|
|
342
|
+
readonly internalType: "bytes32";
|
|
343
|
+
}, {
|
|
344
|
+
readonly name: "actual";
|
|
345
|
+
readonly type: "bytes32";
|
|
346
|
+
readonly internalType: "bytes32";
|
|
347
|
+
}];
|
|
348
|
+
}, {
|
|
349
|
+
readonly type: "error";
|
|
350
|
+
readonly name: "Rollup__InvalidProof";
|
|
351
|
+
readonly inputs: readonly [];
|
|
352
|
+
}, {
|
|
353
|
+
readonly type: "error";
|
|
354
|
+
readonly name: "Rollup__InvalidTimestamp";
|
|
355
|
+
readonly inputs: readonly [{
|
|
356
|
+
readonly name: "expected";
|
|
357
|
+
readonly type: "uint256";
|
|
358
|
+
readonly internalType: "Timestamp";
|
|
359
|
+
}, {
|
|
360
|
+
readonly name: "actual";
|
|
361
|
+
readonly type: "uint256";
|
|
362
|
+
readonly internalType: "Timestamp";
|
|
363
|
+
}];
|
|
364
|
+
}, {
|
|
365
|
+
readonly type: "error";
|
|
366
|
+
readonly name: "Rollup__InvalidVersion";
|
|
367
|
+
readonly inputs: readonly [{
|
|
368
|
+
readonly name: "expected";
|
|
369
|
+
readonly type: "uint256";
|
|
370
|
+
readonly internalType: "uint256";
|
|
371
|
+
}, {
|
|
372
|
+
readonly name: "actual";
|
|
373
|
+
readonly type: "uint256";
|
|
374
|
+
readonly internalType: "uint256";
|
|
375
|
+
}];
|
|
376
|
+
}, {
|
|
377
|
+
readonly type: "error";
|
|
378
|
+
readonly name: "Rollup__NonZeroDaFee";
|
|
379
|
+
readonly inputs: readonly [];
|
|
380
|
+
}, {
|
|
381
|
+
readonly type: "error";
|
|
382
|
+
readonly name: "Rollup__NonZeroL2Fee";
|
|
383
|
+
readonly inputs: readonly [];
|
|
384
|
+
}, {
|
|
385
|
+
readonly type: "error";
|
|
386
|
+
readonly name: "Rollup__NotClaimingCorrectEpoch";
|
|
387
|
+
readonly inputs: readonly [{
|
|
388
|
+
readonly name: "expected";
|
|
389
|
+
readonly type: "uint256";
|
|
390
|
+
readonly internalType: "Epoch";
|
|
391
|
+
}, {
|
|
392
|
+
readonly name: "actual";
|
|
393
|
+
readonly type: "uint256";
|
|
394
|
+
readonly internalType: "Epoch";
|
|
395
|
+
}];
|
|
396
|
+
}, {
|
|
397
|
+
readonly type: "error";
|
|
398
|
+
readonly name: "Rollup__NotInClaimPhase";
|
|
399
|
+
readonly inputs: readonly [{
|
|
400
|
+
readonly name: "currentSlotInEpoch";
|
|
401
|
+
readonly type: "uint256";
|
|
402
|
+
readonly internalType: "uint256";
|
|
403
|
+
}, {
|
|
404
|
+
readonly name: "claimDuration";
|
|
405
|
+
readonly type: "uint256";
|
|
406
|
+
readonly internalType: "uint256";
|
|
407
|
+
}];
|
|
408
|
+
}, {
|
|
409
|
+
readonly type: "error";
|
|
410
|
+
readonly name: "Rollup__ProofRightAlreadyClaimed";
|
|
411
|
+
readonly inputs: readonly [];
|
|
412
|
+
}, {
|
|
413
|
+
readonly type: "error";
|
|
414
|
+
readonly name: "Rollup__QuoteExpired";
|
|
415
|
+
readonly inputs: readonly [{
|
|
416
|
+
readonly name: "currentSlot";
|
|
417
|
+
readonly type: "uint256";
|
|
418
|
+
readonly internalType: "Slot";
|
|
419
|
+
}, {
|
|
420
|
+
readonly name: "quoteSlot";
|
|
421
|
+
readonly type: "uint256";
|
|
422
|
+
readonly internalType: "Slot";
|
|
423
|
+
}];
|
|
424
|
+
}, {
|
|
425
|
+
readonly type: "error";
|
|
426
|
+
readonly name: "Rollup__SlotAlreadyInChain";
|
|
427
|
+
readonly inputs: readonly [{
|
|
428
|
+
readonly name: "lastSlot";
|
|
429
|
+
readonly type: "uint256";
|
|
430
|
+
readonly internalType: "Slot";
|
|
431
|
+
}, {
|
|
432
|
+
readonly name: "proposedSlot";
|
|
433
|
+
readonly type: "uint256";
|
|
434
|
+
readonly internalType: "Slot";
|
|
435
|
+
}];
|
|
436
|
+
}, {
|
|
437
|
+
readonly type: "error";
|
|
438
|
+
readonly name: "Rollup__TimestampInFuture";
|
|
439
|
+
readonly inputs: readonly [{
|
|
440
|
+
readonly name: "max";
|
|
441
|
+
readonly type: "uint256";
|
|
442
|
+
readonly internalType: "Timestamp";
|
|
443
|
+
}, {
|
|
444
|
+
readonly name: "actual";
|
|
445
|
+
readonly type: "uint256";
|
|
446
|
+
readonly internalType: "Timestamp";
|
|
447
|
+
}];
|
|
448
|
+
}, {
|
|
449
|
+
readonly type: "error";
|
|
450
|
+
readonly name: "Rollup__UnavailableTxs";
|
|
451
|
+
readonly inputs: readonly [{
|
|
452
|
+
readonly name: "txsHash";
|
|
453
|
+
readonly type: "bytes32";
|
|
454
|
+
readonly internalType: "bytes32";
|
|
455
|
+
}];
|
|
456
|
+
}, {
|
|
457
|
+
readonly type: "error";
|
|
458
|
+
readonly name: "SafeCastOverflowedIntToUint";
|
|
459
|
+
readonly inputs: readonly [{
|
|
460
|
+
readonly name: "value";
|
|
461
|
+
readonly type: "int256";
|
|
462
|
+
readonly internalType: "int256";
|
|
463
|
+
}];
|
|
464
|
+
}, {
|
|
465
|
+
readonly type: "error";
|
|
466
|
+
readonly name: "SafeERC20FailedOperation";
|
|
467
|
+
readonly inputs: readonly [{
|
|
468
|
+
readonly name: "token";
|
|
469
|
+
readonly type: "address";
|
|
470
|
+
readonly internalType: "address";
|
|
471
|
+
}];
|
|
472
|
+
}, {
|
|
473
|
+
readonly type: "error";
|
|
474
|
+
readonly name: "SignatureLib__CannotVerifyEmpty";
|
|
475
|
+
readonly inputs: readonly [];
|
|
476
|
+
}, {
|
|
477
|
+
readonly type: "error";
|
|
478
|
+
readonly name: "SignatureLib__InvalidSignature";
|
|
479
|
+
readonly inputs: readonly [{
|
|
480
|
+
readonly name: "expected";
|
|
481
|
+
readonly type: "address";
|
|
482
|
+
readonly internalType: "address";
|
|
483
|
+
}, {
|
|
484
|
+
readonly name: "recovered";
|
|
485
|
+
readonly type: "address";
|
|
486
|
+
readonly internalType: "address";
|
|
487
|
+
}];
|
|
488
|
+
}, {
|
|
489
|
+
readonly type: "error";
|
|
490
|
+
readonly name: "TxsDecoder__InvalidLogsLength";
|
|
491
|
+
readonly inputs: readonly [{
|
|
492
|
+
readonly name: "expected";
|
|
493
|
+
readonly type: "uint256";
|
|
494
|
+
readonly internalType: "uint256";
|
|
495
|
+
}, {
|
|
496
|
+
readonly name: "actual";
|
|
497
|
+
readonly type: "uint256";
|
|
498
|
+
readonly internalType: "uint256";
|
|
499
|
+
}];
|
|
500
|
+
}];
|
|
501
|
+
//# sourceMappingURL=ExtRollupLibAbi.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExtRollupLibAbi.d.ts","sourceRoot":"","sources":["../generated/ExtRollupLibAbi.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkpBlB,CAAC"}
|