You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 30, 2024. It is now read-only.
Dispute module
/// @notice Gets the protocol-wide module identifier for this module
/// @return The dispute module key
function name() public pure override returns (string memory) {
return DISPUTE_MODULE_KEY;
}
Royalty Module
string public constant override name = ROYALTY_MODULE_KEY;
Licensing Module
string public constant override name = LICENSING_MODULE_KEY;