Skip to content

Commit

Permalink
correct version for TokenERC1155 (thirdweb-dev#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaryash90 committed Feb 28, 2023
1 parent d4cab23 commit 407b4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/token/TokenERC1155.sol
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ contract TokenERC1155 is
using StringsUpgradeable for uint256;

bytes32 private constant MODULE_TYPE = bytes32("TokenERC1155");
uint256 private constant VERSION = 2;
uint256 private constant VERSION = 1;

/// @dev Fee type variants: percentage fee and flat fee
enum PlatformFeeType {
Expand Down

0 comments on commit 407b4b1

Please sign in to comment.