Skip to content

Commit

Permalink
Add clarifying comment to ERC1155DiscountValidator (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieraykatz authored Jul 9, 2024
1 parent ddaadc4 commit 0f245b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/L2/discounts/ERC1155DiscountValidator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {IDiscountValidator} from "src/L2/interface/IDiscountValidator.sol";
/// @title Discount Validator for: ERC1155 NFTs
///
/// @notice Implements an NFT ownership validator for a stored `tokenId` for an ERC1155 `token` contract.
/// This discount validator should only be used for "soul-bound" tokens.
///
/// @author Coinbase (https://github.com/base-org/usernames)
contract ERC1155DiscountValidator is IDiscountValidator {
Expand Down

0 comments on commit 0f245b3

Please sign in to comment.