Skip to content

Commit 5d0a420

Browse files
author
Yash Agrawal
committed
fix: SBT contract name
1 parent 67214a7 commit 5d0a420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/SBTToken.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ contract SBTToken is
3232
}
3333

3434
function initialize(address _minter) external initializer {
35-
__ERC721_init("Dev Protocol sTokens V1", "DEV-STOKENS-V1");
35+
__ERC721_init("Dev Protocol SBT V1", "DEV-SBT-V1");
3636
minter = _minter;
3737
}
3838

0 commit comments

Comments
 (0)