fix(contracts): OZ-L02 Lack of gap Variable (#929)

Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
This commit is contained in:
Xi Lin
2023-09-11 11:06:09 +08:00
committed by GitHub
parent ae1cb30ed1
commit 4d3ff66446

View File

@@ -43,6 +43,9 @@ abstract contract CCTPGatewayBase is ScrollGatewayBase {
/// @notice Mapping from destination domain CCTP nonce to status.
mapping(uint256 => CCTPMessageStatus) public status;
/// @dev The storage slots for future usage.
uint256[47] private __gap;
/***************
* Constructor *
***************/