From 7a2d29e9ffdef6cf078254142e61f896994c8a8b Mon Sep 17 00:00:00 2001 From: pahor167 <47992132+pahor167@users.noreply.github.com> Date: Thu, 22 Feb 2024 17:38:28 +0100 Subject: [PATCH] Update gap size to follow 50 rule (#10948) --- .../protocol/contracts-0.8/stability/FeeCurrencyAdapter.sol | 2 +- .../contracts-0.8/stability/FeeCurrencyAdapterOwnable.sol | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/protocol/contracts-0.8/stability/FeeCurrencyAdapter.sol b/packages/protocol/contracts-0.8/stability/FeeCurrencyAdapter.sol index 2599f38d748..1a7980b9625 100644 --- a/packages/protocol/contracts-0.8/stability/FeeCurrencyAdapter.sol +++ b/packages/protocol/contracts-0.8/stability/FeeCurrencyAdapter.sol @@ -25,7 +25,7 @@ contract FeeCurrencyAdapter is Initializable, CalledByVm, IFeeCurrencyAdapter { uint8 public expectedDecimals; - uint256[48] __gap; + uint256[44] __gap; /** * @notice Sets initialized == true on implementation contracts diff --git a/packages/protocol/contracts-0.8/stability/FeeCurrencyAdapterOwnable.sol b/packages/protocol/contracts-0.8/stability/FeeCurrencyAdapterOwnable.sol index 048482b04da..54333f11908 100644 --- a/packages/protocol/contracts-0.8/stability/FeeCurrencyAdapterOwnable.sol +++ b/packages/protocol/contracts-0.8/stability/FeeCurrencyAdapterOwnable.sol @@ -7,7 +7,7 @@ import "@openzeppelin/contracts8/token/ERC20/IERC20.sol"; import "./FeeCurrencyAdapter.sol"; contract FeeCurrencyAdapterOwnable is FeeCurrencyAdapter, Ownable { - uint256[48] __gap2; + uint256[49] __gap2; /** * @notice Sets initialized == true on implementation contracts