@aztec/l1-artifacts 0.55.0 → 0.56.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/FeeJuicePortalBytecode.d.ts +1 -1
- package/dest/FeeJuicePortalBytecode.js +1 -1
- package/dest/InboxBytecode.d.ts +1 -1
- package/dest/InboxBytecode.js +1 -1
- package/dest/OutboxBytecode.d.ts +1 -1
- package/dest/OutboxBytecode.d.ts.map +1 -1
- package/dest/OutboxBytecode.js +2 -2
- package/dest/RegistryBytecode.d.ts +1 -1
- package/dest/RegistryBytecode.js +1 -1
- package/dest/RollupAbi.d.ts +265 -24
- package/dest/RollupAbi.d.ts.map +1 -1
- package/dest/RollupAbi.js +338 -28
- package/dest/RollupBytecode.d.ts +1 -1
- package/dest/RollupBytecode.d.ts.map +1 -1
- package/dest/RollupBytecode.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/generated/FeeJuicePortalBytecode.ts +1 -1
- package/generated/InboxBytecode.ts +1 -1
- package/generated/OutboxBytecode.ts +1 -1
- package/generated/RegistryBytecode.ts +1 -1
- package/generated/RollupAbi.ts +337 -27
- package/generated/RollupBytecode.ts +1 -1
- package/generated/TokenPortalBytecode.ts +1 -1
- package/generated/UniswapPortalBytecode.ts +1 -1
- package/package.json +1 -1
package/generated/RollupAbi.ts
CHANGED
|
@@ -33,6 +33,19 @@ export const RollupAbi = [
|
|
|
33
33
|
],
|
|
34
34
|
"stateMutability": "nonpayable"
|
|
35
35
|
},
|
|
36
|
+
{
|
|
37
|
+
"type": "function",
|
|
38
|
+
"name": "CLAIM_DURATION_IN_L2_SLOTS",
|
|
39
|
+
"inputs": [],
|
|
40
|
+
"outputs": [
|
|
41
|
+
{
|
|
42
|
+
"name": "",
|
|
43
|
+
"type": "uint256",
|
|
44
|
+
"internalType": "uint256"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"stateMutability": "view"
|
|
48
|
+
},
|
|
36
49
|
{
|
|
37
50
|
"type": "function",
|
|
38
51
|
"name": "EPOCH_DURATION",
|
|
@@ -85,6 +98,19 @@ export const RollupAbi = [
|
|
|
85
98
|
],
|
|
86
99
|
"stateMutability": "view"
|
|
87
100
|
},
|
|
101
|
+
{
|
|
102
|
+
"type": "function",
|
|
103
|
+
"name": "L1_BLOCK_AT_GENESIS",
|
|
104
|
+
"inputs": [],
|
|
105
|
+
"outputs": [
|
|
106
|
+
{
|
|
107
|
+
"name": "",
|
|
108
|
+
"type": "uint256",
|
|
109
|
+
"internalType": "uint256"
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"stateMutability": "view"
|
|
113
|
+
},
|
|
88
114
|
{
|
|
89
115
|
"type": "function",
|
|
90
116
|
"name": "OUTBOX",
|
|
@@ -100,20 +126,20 @@ export const RollupAbi = [
|
|
|
100
126
|
},
|
|
101
127
|
{
|
|
102
128
|
"type": "function",
|
|
103
|
-
"name": "
|
|
129
|
+
"name": "PROOF_COMMITMENT_ESCROW",
|
|
104
130
|
"inputs": [],
|
|
105
131
|
"outputs": [
|
|
106
132
|
{
|
|
107
133
|
"name": "",
|
|
108
134
|
"type": "address",
|
|
109
|
-
"internalType": "contract
|
|
135
|
+
"internalType": "contract IProofCommitmentEscrow"
|
|
110
136
|
}
|
|
111
137
|
],
|
|
112
138
|
"stateMutability": "view"
|
|
113
139
|
},
|
|
114
140
|
{
|
|
115
141
|
"type": "function",
|
|
116
|
-
"name": "
|
|
142
|
+
"name": "PROOF_COMMITMENT_MIN_BOND_AMOUNT_IN_TST",
|
|
117
143
|
"inputs": [],
|
|
118
144
|
"outputs": [
|
|
119
145
|
{
|
|
@@ -126,7 +152,20 @@ export const RollupAbi = [
|
|
|
126
152
|
},
|
|
127
153
|
{
|
|
128
154
|
"type": "function",
|
|
129
|
-
"name": "
|
|
155
|
+
"name": "REGISTRY",
|
|
156
|
+
"inputs": [],
|
|
157
|
+
"outputs": [
|
|
158
|
+
{
|
|
159
|
+
"name": "",
|
|
160
|
+
"type": "address",
|
|
161
|
+
"internalType": "contract IRegistry"
|
|
162
|
+
}
|
|
163
|
+
],
|
|
164
|
+
"stateMutability": "view"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"type": "function",
|
|
168
|
+
"name": "SLOT_DURATION",
|
|
130
169
|
"inputs": [],
|
|
131
170
|
"outputs": [
|
|
132
171
|
{
|
|
@@ -139,7 +178,7 @@ export const RollupAbi = [
|
|
|
139
178
|
},
|
|
140
179
|
{
|
|
141
180
|
"type": "function",
|
|
142
|
-
"name": "
|
|
181
|
+
"name": "TARGET_COMMITTEE_SIZE",
|
|
143
182
|
"inputs": [],
|
|
144
183
|
"outputs": [
|
|
145
184
|
{
|
|
@@ -266,6 +305,73 @@ export const RollupAbi = [
|
|
|
266
305
|
],
|
|
267
306
|
"stateMutability": "view"
|
|
268
307
|
},
|
|
308
|
+
{
|
|
309
|
+
"type": "function",
|
|
310
|
+
"name": "claimEpochProofRight",
|
|
311
|
+
"inputs": [
|
|
312
|
+
{
|
|
313
|
+
"name": "_quote",
|
|
314
|
+
"type": "tuple",
|
|
315
|
+
"internalType": "struct DataStructures.EpochProofQuote",
|
|
316
|
+
"components": [
|
|
317
|
+
{
|
|
318
|
+
"name": "signature",
|
|
319
|
+
"type": "tuple",
|
|
320
|
+
"internalType": "struct SignatureLib.Signature",
|
|
321
|
+
"components": [
|
|
322
|
+
{
|
|
323
|
+
"name": "isEmpty",
|
|
324
|
+
"type": "bool",
|
|
325
|
+
"internalType": "bool"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"name": "v",
|
|
329
|
+
"type": "uint8",
|
|
330
|
+
"internalType": "uint8"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"name": "r",
|
|
334
|
+
"type": "bytes32",
|
|
335
|
+
"internalType": "bytes32"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"name": "s",
|
|
339
|
+
"type": "bytes32",
|
|
340
|
+
"internalType": "bytes32"
|
|
341
|
+
}
|
|
342
|
+
]
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"name": "epochToProve",
|
|
346
|
+
"type": "uint256",
|
|
347
|
+
"internalType": "uint256"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"name": "validUntilSlot",
|
|
351
|
+
"type": "uint256",
|
|
352
|
+
"internalType": "uint256"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"name": "bondAmount",
|
|
356
|
+
"type": "uint256",
|
|
357
|
+
"internalType": "uint256"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"name": "prover",
|
|
361
|
+
"type": "address",
|
|
362
|
+
"internalType": "address"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"name": "basisPointFee",
|
|
366
|
+
"type": "uint32",
|
|
367
|
+
"internalType": "uint32"
|
|
368
|
+
}
|
|
369
|
+
]
|
|
370
|
+
}
|
|
371
|
+
],
|
|
372
|
+
"outputs": [],
|
|
373
|
+
"stateMutability": "nonpayable"
|
|
374
|
+
},
|
|
269
375
|
{
|
|
270
376
|
"type": "function",
|
|
271
377
|
"name": "computeTxsEffectsHash",
|
|
@@ -283,7 +389,7 @@ export const RollupAbi = [
|
|
|
283
389
|
"internalType": "bytes32"
|
|
284
390
|
}
|
|
285
391
|
],
|
|
286
|
-
"stateMutability": "
|
|
392
|
+
"stateMutability": "pure"
|
|
287
393
|
},
|
|
288
394
|
{
|
|
289
395
|
"type": "function",
|
|
@@ -399,6 +505,32 @@ export const RollupAbi = [
|
|
|
399
505
|
],
|
|
400
506
|
"stateMutability": "view"
|
|
401
507
|
},
|
|
508
|
+
{
|
|
509
|
+
"type": "function",
|
|
510
|
+
"name": "getEpochToProve",
|
|
511
|
+
"inputs": [],
|
|
512
|
+
"outputs": [
|
|
513
|
+
{
|
|
514
|
+
"name": "",
|
|
515
|
+
"type": "uint256",
|
|
516
|
+
"internalType": "uint256"
|
|
517
|
+
}
|
|
518
|
+
],
|
|
519
|
+
"stateMutability": "view"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"type": "function",
|
|
523
|
+
"name": "getPendingBlockNumber",
|
|
524
|
+
"inputs": [],
|
|
525
|
+
"outputs": [
|
|
526
|
+
{
|
|
527
|
+
"name": "",
|
|
528
|
+
"type": "uint256",
|
|
529
|
+
"internalType": "uint256"
|
|
530
|
+
}
|
|
531
|
+
],
|
|
532
|
+
"stateMutability": "view"
|
|
533
|
+
},
|
|
402
534
|
{
|
|
403
535
|
"type": "function",
|
|
404
536
|
"name": "getProposerAt",
|
|
@@ -418,6 +550,19 @@ export const RollupAbi = [
|
|
|
418
550
|
],
|
|
419
551
|
"stateMutability": "view"
|
|
420
552
|
},
|
|
553
|
+
{
|
|
554
|
+
"type": "function",
|
|
555
|
+
"name": "getProvenBlockNumber",
|
|
556
|
+
"inputs": [],
|
|
557
|
+
"outputs": [
|
|
558
|
+
{
|
|
559
|
+
"name": "",
|
|
560
|
+
"type": "uint256",
|
|
561
|
+
"internalType": "uint256"
|
|
562
|
+
}
|
|
563
|
+
],
|
|
564
|
+
"stateMutability": "view"
|
|
565
|
+
},
|
|
421
566
|
{
|
|
422
567
|
"type": "function",
|
|
423
568
|
"name": "getSlotAt",
|
|
@@ -535,13 +680,33 @@ export const RollupAbi = [
|
|
|
535
680
|
},
|
|
536
681
|
{
|
|
537
682
|
"type": "function",
|
|
538
|
-
"name": "
|
|
683
|
+
"name": "proofClaim",
|
|
539
684
|
"inputs": [],
|
|
540
685
|
"outputs": [
|
|
541
686
|
{
|
|
542
|
-
"name": "",
|
|
687
|
+
"name": "epochToProve",
|
|
543
688
|
"type": "uint256",
|
|
544
689
|
"internalType": "uint256"
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"name": "basisPointFee",
|
|
693
|
+
"type": "uint256",
|
|
694
|
+
"internalType": "uint256"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"name": "bondAmount",
|
|
698
|
+
"type": "uint256",
|
|
699
|
+
"internalType": "uint256"
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"name": "bondProvider",
|
|
703
|
+
"type": "address",
|
|
704
|
+
"internalType": "address"
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"name": "proposerClaimant",
|
|
708
|
+
"type": "address",
|
|
709
|
+
"internalType": "address"
|
|
545
710
|
}
|
|
546
711
|
],
|
|
547
712
|
"stateMutability": "view"
|
|
@@ -606,19 +771,6 @@ export const RollupAbi = [
|
|
|
606
771
|
"outputs": [],
|
|
607
772
|
"stateMutability": "nonpayable"
|
|
608
773
|
},
|
|
609
|
-
{
|
|
610
|
-
"type": "function",
|
|
611
|
-
"name": "provenBlockCount",
|
|
612
|
-
"inputs": [],
|
|
613
|
-
"outputs": [
|
|
614
|
-
{
|
|
615
|
-
"name": "",
|
|
616
|
-
"type": "uint256",
|
|
617
|
-
"internalType": "uint256"
|
|
618
|
-
}
|
|
619
|
-
],
|
|
620
|
-
"stateMutability": "view"
|
|
621
|
-
},
|
|
622
774
|
{
|
|
623
775
|
"type": "function",
|
|
624
776
|
"name": "prune",
|
|
@@ -648,7 +800,7 @@ export const RollupAbi = [
|
|
|
648
800
|
},
|
|
649
801
|
{
|
|
650
802
|
"type": "function",
|
|
651
|
-
"name": "
|
|
803
|
+
"name": "setAssumeProvenThroughBlockNumber",
|
|
652
804
|
"inputs": [
|
|
653
805
|
{
|
|
654
806
|
"name": "blockNumber",
|
|
@@ -692,6 +844,45 @@ export const RollupAbi = [
|
|
|
692
844
|
"outputs": [],
|
|
693
845
|
"stateMutability": "nonpayable"
|
|
694
846
|
},
|
|
847
|
+
{
|
|
848
|
+
"type": "function",
|
|
849
|
+
"name": "status",
|
|
850
|
+
"inputs": [
|
|
851
|
+
{
|
|
852
|
+
"name": "myHeaderBlockNumber",
|
|
853
|
+
"type": "uint256",
|
|
854
|
+
"internalType": "uint256"
|
|
855
|
+
}
|
|
856
|
+
],
|
|
857
|
+
"outputs": [
|
|
858
|
+
{
|
|
859
|
+
"name": "provenBlockNumber",
|
|
860
|
+
"type": "uint256",
|
|
861
|
+
"internalType": "uint256"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"name": "provenArchive",
|
|
865
|
+
"type": "bytes32",
|
|
866
|
+
"internalType": "bytes32"
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"name": "pendingBlockNumber",
|
|
870
|
+
"type": "uint256",
|
|
871
|
+
"internalType": "uint256"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"name": "pendingArchive",
|
|
875
|
+
"type": "bytes32",
|
|
876
|
+
"internalType": "bytes32"
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"name": "archiveOfMyBlock",
|
|
880
|
+
"type": "bytes32",
|
|
881
|
+
"internalType": "bytes32"
|
|
882
|
+
}
|
|
883
|
+
],
|
|
884
|
+
"stateMutability": "view"
|
|
885
|
+
},
|
|
695
886
|
{
|
|
696
887
|
"type": "function",
|
|
697
888
|
"name": "submitBlockRootProof",
|
|
@@ -725,6 +916,24 @@ export const RollupAbi = [
|
|
|
725
916
|
"outputs": [],
|
|
726
917
|
"stateMutability": "nonpayable"
|
|
727
918
|
},
|
|
919
|
+
{
|
|
920
|
+
"type": "function",
|
|
921
|
+
"name": "tips",
|
|
922
|
+
"inputs": [],
|
|
923
|
+
"outputs": [
|
|
924
|
+
{
|
|
925
|
+
"name": "pendingBlockNumber",
|
|
926
|
+
"type": "uint256",
|
|
927
|
+
"internalType": "uint256"
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"name": "provenBlockNumber",
|
|
931
|
+
"type": "uint256",
|
|
932
|
+
"internalType": "uint256"
|
|
933
|
+
}
|
|
934
|
+
],
|
|
935
|
+
"stateMutability": "view"
|
|
936
|
+
},
|
|
728
937
|
{
|
|
729
938
|
"type": "function",
|
|
730
939
|
"name": "transferOwnership",
|
|
@@ -845,6 +1054,12 @@ export const RollupAbi = [
|
|
|
845
1054
|
"type": "uint256",
|
|
846
1055
|
"indexed": true,
|
|
847
1056
|
"internalType": "uint256"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"name": "archive",
|
|
1060
|
+
"type": "bytes32",
|
|
1061
|
+
"indexed": true,
|
|
1062
|
+
"internalType": "bytes32"
|
|
848
1063
|
}
|
|
849
1064
|
],
|
|
850
1065
|
"anonymous": false
|
|
@@ -887,18 +1102,55 @@ export const RollupAbi = [
|
|
|
887
1102
|
],
|
|
888
1103
|
"anonymous": false
|
|
889
1104
|
},
|
|
1105
|
+
{
|
|
1106
|
+
"type": "event",
|
|
1107
|
+
"name": "ProofRightClaimed",
|
|
1108
|
+
"inputs": [
|
|
1109
|
+
{
|
|
1110
|
+
"name": "epoch",
|
|
1111
|
+
"type": "uint256",
|
|
1112
|
+
"indexed": true,
|
|
1113
|
+
"internalType": "uint256"
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"name": "bondProvider",
|
|
1117
|
+
"type": "address",
|
|
1118
|
+
"indexed": true,
|
|
1119
|
+
"internalType": "address"
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"name": "proposer",
|
|
1123
|
+
"type": "address",
|
|
1124
|
+
"indexed": true,
|
|
1125
|
+
"internalType": "address"
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"name": "bondAmount",
|
|
1129
|
+
"type": "uint256",
|
|
1130
|
+
"indexed": false,
|
|
1131
|
+
"internalType": "uint256"
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"name": "currentSlot",
|
|
1135
|
+
"type": "uint256",
|
|
1136
|
+
"indexed": false,
|
|
1137
|
+
"internalType": "uint256"
|
|
1138
|
+
}
|
|
1139
|
+
],
|
|
1140
|
+
"anonymous": false
|
|
1141
|
+
},
|
|
890
1142
|
{
|
|
891
1143
|
"type": "event",
|
|
892
1144
|
"name": "PrunedPending",
|
|
893
1145
|
"inputs": [
|
|
894
1146
|
{
|
|
895
|
-
"name": "
|
|
1147
|
+
"name": "provenBlockNumber",
|
|
896
1148
|
"type": "uint256",
|
|
897
1149
|
"indexed": false,
|
|
898
1150
|
"internalType": "uint256"
|
|
899
1151
|
},
|
|
900
1152
|
{
|
|
901
|
-
"name": "
|
|
1153
|
+
"name": "pendingBlockNumber",
|
|
902
1154
|
"type": "uint256",
|
|
903
1155
|
"indexed": false,
|
|
904
1156
|
"internalType": "uint256"
|
|
@@ -1008,6 +1260,22 @@ export const RollupAbi = [
|
|
|
1008
1260
|
}
|
|
1009
1261
|
]
|
|
1010
1262
|
},
|
|
1263
|
+
{
|
|
1264
|
+
"type": "error",
|
|
1265
|
+
"name": "Rollup__InsufficientBondAmount",
|
|
1266
|
+
"inputs": [
|
|
1267
|
+
{
|
|
1268
|
+
"name": "minimum",
|
|
1269
|
+
"type": "uint256",
|
|
1270
|
+
"internalType": "uint256"
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"name": "provided",
|
|
1274
|
+
"type": "uint256",
|
|
1275
|
+
"internalType": "uint256"
|
|
1276
|
+
}
|
|
1277
|
+
]
|
|
1278
|
+
},
|
|
1011
1279
|
{
|
|
1012
1280
|
"type": "error",
|
|
1013
1281
|
"name": "Rollup__InvalidArchive",
|
|
@@ -1141,6 +1409,11 @@ export const RollupAbi = [
|
|
|
1141
1409
|
}
|
|
1142
1410
|
]
|
|
1143
1411
|
},
|
|
1412
|
+
{
|
|
1413
|
+
"type": "error",
|
|
1414
|
+
"name": "Rollup__NoEpochToProve",
|
|
1415
|
+
"inputs": []
|
|
1416
|
+
},
|
|
1144
1417
|
{
|
|
1145
1418
|
"type": "error",
|
|
1146
1419
|
"name": "Rollup__NonSequentialProving",
|
|
@@ -1148,15 +1421,31 @@ export const RollupAbi = [
|
|
|
1148
1421
|
},
|
|
1149
1422
|
{
|
|
1150
1423
|
"type": "error",
|
|
1151
|
-
"name": "
|
|
1424
|
+
"name": "Rollup__NotClaimingCorrectEpoch",
|
|
1152
1425
|
"inputs": [
|
|
1153
1426
|
{
|
|
1154
|
-
"name": "
|
|
1427
|
+
"name": "expected",
|
|
1155
1428
|
"type": "uint256",
|
|
1156
1429
|
"internalType": "uint256"
|
|
1157
1430
|
},
|
|
1158
1431
|
{
|
|
1159
|
-
"name": "
|
|
1432
|
+
"name": "actual",
|
|
1433
|
+
"type": "uint256",
|
|
1434
|
+
"internalType": "uint256"
|
|
1435
|
+
}
|
|
1436
|
+
]
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"type": "error",
|
|
1440
|
+
"name": "Rollup__NotInClaimPhase",
|
|
1441
|
+
"inputs": [
|
|
1442
|
+
{
|
|
1443
|
+
"name": "currentSlotInEpoch",
|
|
1444
|
+
"type": "uint256",
|
|
1445
|
+
"internalType": "uint256"
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"name": "claimDuration",
|
|
1160
1449
|
"type": "uint256",
|
|
1161
1450
|
"internalType": "uint256"
|
|
1162
1451
|
}
|
|
@@ -1167,6 +1456,27 @@ export const RollupAbi = [
|
|
|
1167
1456
|
"name": "Rollup__NothingToPrune",
|
|
1168
1457
|
"inputs": []
|
|
1169
1458
|
},
|
|
1459
|
+
{
|
|
1460
|
+
"type": "error",
|
|
1461
|
+
"name": "Rollup__ProofRightAlreadyClaimed",
|
|
1462
|
+
"inputs": []
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"type": "error",
|
|
1466
|
+
"name": "Rollup__QuoteExpired",
|
|
1467
|
+
"inputs": [
|
|
1468
|
+
{
|
|
1469
|
+
"name": "currentSlot",
|
|
1470
|
+
"type": "uint256",
|
|
1471
|
+
"internalType": "uint256"
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
"name": "quoteSlot",
|
|
1475
|
+
"type": "uint256",
|
|
1476
|
+
"internalType": "uint256"
|
|
1477
|
+
}
|
|
1478
|
+
]
|
|
1479
|
+
},
|
|
1170
1480
|
{
|
|
1171
1481
|
"type": "error",
|
|
1172
1482
|
"name": "Rollup__SlotAlreadyInChain",
|