Skip to content

Commit

Permalink
Update ICoreMetadataViewModule.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
Guayaba221 authored Jan 20, 2025
1 parent 39ef9c6 commit c131c8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ interface ICoreMetadataViewModule is IViewModule {
function getCoreMetadata(address ipId) external view returns (CoreMetadata memory);

/// @notice Generates a JSON string formatted according to the standard NFT metadata schema for the IPAsset,
//// including all relevant metadata fields.
/// including all relevant metadata fields.
/// @dev This function consolidates metadata from both IPAssetRegistry
/// and CoreMetadataModule, with "name" from CoreMetadataModule taking precedence.
/// @param ipId The address of the IPAsset.
Expand Down

0 comments on commit c131c8e

Please sign in to comment.