Skip to content

Commit a0688ea

Browse files
committed
fix: add storage padding in L1GasPriceOracle
1 parent 6c25be6 commit a0688ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/L2/predeploys/L1GasPriceOracle.sol

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ contract L1GasPriceOracle is OwnableBase, IL1GasPriceOracle {
117117
/// @notice Indicates whether the network has gone through the Feynman upgrade.
118118
bool public isFeynman;
119119

120+
/// @dev Gap added to ensure that `isGalileo` is in the next storage slot.
121+
uint248 private __gap;
122+
120123
/// @notice Indicates whether the network has gone through the Galileo upgrade.
121124
bool public isGalileo;
122125

0 commit comments

Comments
 (0)