Skip to content

Commit

Permalink
Fix [Q-3] Constant MAX_BPS is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrishang committed Aug 24, 2023
1 parent 57795f1 commit f68dd8f
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -63,8 +63,6 @@ contract EvolvingNFTLogic is
bytes32 private constant TRANSFER_ROLE = keccak256("TRANSFER_ROLE");
/// @dev Only MINTER_ROLE holders can sign off on `MintRequest`s.
bytes32 private constant MINTER_ROLE = keccak256("MINTER_ROLE");
/// @dev Max bps in the thirdweb system.
uint256 private constant MAX_BPS = 10_000;

/*///////////////////////////////////////////////////////////////
ERC 165 / 721 / 2981 logic
Expand Down

0 comments on commit f68dd8f

Please sign in to comment.