File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ contract Managed {
29
29
uint256 [10 ] private __gap;
30
30
31
31
// Immutables
32
- bytes32 immutable CURATION = keccak256 ("Curation " );
33
- bytes32 immutable EPOCH_MANAGER = keccak256 ("EpochManager " );
34
- bytes32 immutable REWARDS_MANAGER = keccak256 ("RewardsManager " );
35
- bytes32 immutable STAKING = keccak256 ("Staking " );
36
- bytes32 immutable GRAPH_TOKEN = keccak256 ("GraphToken " );
37
- bytes32 immutable GRAPH_TOKEN_GATEWAY = keccak256 ("GraphTokenGateway " );
32
+ bytes32 private immutable CURATION = keccak256 ("Curation " );
33
+ bytes32 private immutable EPOCH_MANAGER = keccak256 ("EpochManager " );
34
+ bytes32 private immutable REWARDS_MANAGER = keccak256 ("RewardsManager " );
35
+ bytes32 private immutable STAKING = keccak256 ("Staking " );
36
+ bytes32 private immutable GRAPH_TOKEN = keccak256 ("GraphToken " );
37
+ bytes32 private immutable GRAPH_TOKEN_GATEWAY = keccak256 ("GraphTokenGateway " );
38
38
39
39
// -- Events --
40
40
You can’t perform that action at this time.
0 commit comments