Transpile 2d97b6b4

This commit is contained in:
github-actions
2022-01-31 19:54:20 +00:00
parent 479f519a2b
commit 45a0351c6e
166 changed files with 1074 additions and 574 deletions

View File

@ -109,5 +109,11 @@ abstract contract EIP712Upgradeable is Initializable {
function _EIP712VersionHash() internal virtual view returns (bytes32) {
return _HASHED_VERSION;
}
/**
* This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/
uint256[50] private __gap;
}