Skip to content

Commit

Permalink
Revert "Lower TokenFactory.MAX_ROYALTY_FEE to 10% (to be compatible w…
Browse files Browse the repository at this point in the history
…ith OpenSea)"

This reverts commit eaa9598
  • Loading branch information
levx-me committed Aug 12, 2021
1 parent eaa9598 commit 2959a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/TokenFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import "./NFT1155.sol";
import "./SocialToken.sol";

contract TokenFactory is ProxyFactory, Ownable, ITokenFactory {
uint8 public constant override MAX_ROYALTY_FEE = 100; // 10%
uint8 public constant override MAX_ROYALTY_FEE = 250; // 25%
uint8 public constant override MAX_OPERATIONAL_FEE = 50; // 5%

address internal immutable _target721;
Expand Down

0 comments on commit 2959a46

Please sign in to comment.