Skip to content

Commit

Permalink
add name
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster-will committed Dec 14, 2024
1 parent 26d78f7 commit a87e982
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contracts/modules/tokenizer/TokenizerModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@ contract TokenizerModule is BaseModule, AccessControlled {
function whitelistTokenTemplate(address tokenTemplate, bool allowed) external {}

function tokenize(address ipId, address tokenTemplate, bytes calldata initData) external verifyPermission(ipId) {}

function name() external pure override returns (string memory) {
return "TOKENIZER_MODULE";
}
}

0 comments on commit a87e982

Please sign in to comment.