Skip to content

Commit c749098

Browse files
committed
fix: initialize funds admin on collector
1 parent 551ad6c commit c749098

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/contracts/treasury/Collector.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ contract Collector is AccessControlUpgradeable, ReentrancyGuardUpgradeable, ICol
9696
__AccessControl_init();
9797
__ReentrancyGuard_init();
9898
_grantRole(DEFAULT_ADMIN_ROLE, admin);
99+
_grantRole(FUNDS_ADMIN_ROLE, admin);
99100
if (nextStreamId != 0) {
100101
_nextStreamId = nextStreamId;
101102
}

0 commit comments

Comments
 (0)