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 has been 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;
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: