Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Rice <[email protected]>
  • Loading branch information
mrice32 committed Jun 20, 2023
1 parent fe2fe48 commit 8908e4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/PermissionSplitterProxy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pragma solidity ^0.8.0;
import "@uma/core/contracts/common/implementation/MultiCaller.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";

// TODO: Make upgradeable.
contract PermissionSplitterProxy is AccessControl, MultiCaller {
// Inherited admin role from AccessControl. Should be assigned to Across DAO Safe.
// bytes32 public constant DEFAULT_ADMIN_ROLE = 0x00;
Expand Down

0 comments on commit 8908e4e

Please sign in to comment.