Skip to content

Commit 407b4b1

Browse files
authored
correct version for TokenERC1155 (#348)
1 parent d4cab23 commit 407b4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/token/TokenERC1155.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ contract TokenERC1155 is
6565
using StringsUpgradeable for uint256;
6666

6767
bytes32 private constant MODULE_TYPE = bytes32("TokenERC1155");
68-
uint256 private constant VERSION = 2;
68+
uint256 private constant VERSION = 1;
6969

7070
/// @dev Fee type variants: percentage fee and flat fee
7171
enum PlatformFeeType {

0 commit comments

Comments
 (0)