Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
fix: license name
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubpark committed Feb 27, 2024
1 parent 8c0f356 commit d606f7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contracts/registries/LicenseRegistry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ contract LicenseRegistry is ILicenseRegistry, ERC1155, Governable {
/// @notice Emitted for metadata updates, per EIP-4906
event BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId);

/// @notice Name of the License NFT
string public name = "Story Protocol License NFT";
/// @notice Name of the Programmable IP License NFT
string public name = "Programmable IP License NFT";

/// @notice Symbol of the License NFT
string public symbol = "SPLNFT";
/// @notice Symbol of the Programmable IP License NFT
string public symbol = "PILNFT";

/// @notice URL of the Licensing Image
string public imageUrl;
Expand Down

0 comments on commit d606f7f

Please sign in to comment.