Skip to content

Commit 3d46aa3

Browse files
authored
Merge pull request #35 from OffchainLabs/split-resource-kind-storage-access
Split ResourceKind StorageAccess into StorageAccessRead and StorageAccessWrite
2 parents 1012d9d + cf91ead commit 3d46aa3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ArbMultiGasConstraintsTypes.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ library ArbMultiGasConstraintsTypes {
1515
Unknown,
1616
Computation,
1717
HistoryGrowth,
18-
StorageAccess,
18+
StorageAccessRead,
19+
StorageAccessWrite,
1920
StorageGrowth,
2021
SingleDim,
2122
L2Calldata,

0 commit comments

Comments
 (0)