Skip to content

Commit

Permalink
rename implementation type
Browse files Browse the repository at this point in the history
  • Loading branch information
0xPilou committed Sep 29, 2023
1 parent ff13a4f commit 786d1b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/token/ERC721/ERC721ABLE.sol
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ contract ERC721ABLE is ERC721AB {
/// @dev Supply cap for this collection
uint256 public maxSupply;

/// @dev Implementation Type (LE : Limited Edition)
bytes32 public constant IMPLEMENTATION_TYPE = keccak256("LE");
/// @dev Implementation Type
bytes32 public constant IMPLEMENTATION_TYPE = keccak256("LIMITED_EDITION");

/// @dev ERC721AB implementation version
uint8 public constant IMPLEMENTATION_VERSION = 1;
Expand Down

0 comments on commit 786d1b7

Please sign in to comment.