Skip to content

Commit 810a9fb

Browse files
committed
misc: reserve storage in the inherited Managed contract for potential upgrades
1 parent 0c16a20 commit 810a9fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contracts/governance/Managed.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ import "../token/IGraphToken.sol";
1919
contract Managed {
2020
// Controller that contract is registered with
2121
IController public controller;
22+
mapping(bytes32 => address) public addressCache;
23+
uint256[10] private __gap;
2224

2325
event ParameterUpdated(string param);
2426
event SetController(address controller);

0 commit comments

Comments
 (0)