Skip to content

Commit

Permalink
Storage gap for FeeCurrencyAdapter (#10933)
Browse files Browse the repository at this point in the history
Storage gap
  • Loading branch information
pahor167 committed Feb 9, 2024
1 parent 4bf5e92 commit c7a5553
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ contract FeeCurrencyAdapter is Initializable, CalledByVm, IFeeCurrencyAdapter {

uint8 public expectedDecimals;

uint256[48] __gap;

/**
* @notice Sets initialized == true on implementation contracts
* @param test Set to true to skip implementation initialization
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import "@openzeppelin/contracts8/token/ERC20/IERC20.sol";
import "./FeeCurrencyAdapter.sol";

contract FeeCurrencyAdapterOwnable is FeeCurrencyAdapter, Ownable {
uint256[48] __gap2;

/**
* @notice Sets initialized == true on implementation contracts
* @param test Set to true to skip implementation initialization
Expand Down

0 comments on commit c7a5553

Please sign in to comment.