We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742ae53 commit 51f7a04Copy full SHA for 51f7a04
contracts/Ovm_SpokePool.sol
@@ -181,5 +181,5 @@ contract Ovm_SpokePool is SpokePool, CircleCCTPAdapter {
181
// Reserve storage slots for future versions of this base contract to add state variables without
182
// affecting the storage layout of child contracts. Decrement the size of __gap whenever state variables
183
// are added. This is at bottom of contract to make sure its always at the end of storage.
184
- uint256[1000] private __gap;
+ uint256[998] private __gap;
185
}
0 commit comments