Skip to content

Commit 51f7a04

Browse files
improve: update storage slots
Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>
1 parent 742ae53 commit 51f7a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/Ovm_SpokePool.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,5 @@ contract Ovm_SpokePool is SpokePool, CircleCCTPAdapter {
181181
// Reserve storage slots for future versions of this base contract to add state variables without
182182
// affecting the storage layout of child contracts. Decrement the size of __gap whenever state variables
183183
// are added. This is at bottom of contract to make sure its always at the end of storage.
184-
uint256[1000] private __gap;
184+
uint256[998] private __gap;
185185
}

0 commit comments

Comments
 (0)