Skip to content

Commit e93e5ba

Browse files
author
Yash Agrawal
committed
fix: remove onlyOwner from makeNewSBT
1 parent 39ece70 commit e93e5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/SBTFactory.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ contract SBTFactory is ISBTFactory, OwnableUpgradeable {
2828
address minterUpdater,
2929
address[] calldata minters,
3030
bytes calldata identifier
31-
) external override onlyOwner returns (address) {
31+
) external override returns (address) {
3232
require(
3333
sbtProxyMapping[identifier] == address(0),
3434
"Identifier already used"

0 commit comments

Comments
 (0)