Skip to content

Commit a8b818f

Browse files
committed
granted bridge operator to initialAdmin
1 parent 3bbae34 commit a8b818f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contracts/core/StorageToken.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ 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);
5657

5758
// Deploy Treasury
5859
treasury = new Treasury(address(this), initialAdmin);

0 commit comments

Comments
 (0)