Skip to content

Commit 9520c0b

Browse files
committed
Revert "granted bridge operator to initialAdmin"
This reverts commit a8b818f.
1 parent a8b818f commit 9520c0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contracts/core/StorageToken.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ contract StorageToken is
5353
// Initialize governance module (handles UUPSUpgradeable, Ownable, ReentrancyGuard,
5454
// Pausable, AccessControlEnumerable, role grants, and timelocks)
5555
__GovernanceModule_init(initialOwner, initialAdmin);
56-
_grantRole(ProposalTypes.BRIDGE_OPERATOR_ROLE, initialAdmin);
5756

5857
// Deploy Treasury
5958
treasury = new Treasury(address(this), initialAdmin);

0 commit comments

Comments
 (0)