We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4cab23 commit 407b4b1Copy full SHA for 407b4b1
contracts/token/TokenERC1155.sol
@@ -65,7 +65,7 @@ contract TokenERC1155 is
65
using StringsUpgradeable for uint256;
66
67
bytes32 private constant MODULE_TYPE = bytes32("TokenERC1155");
68
- uint256 private constant VERSION = 2;
+ uint256 private constant VERSION = 1;
69
70
/// @dev Fee type variants: percentage fee and flat fee
71
enum PlatformFeeType {
0 commit comments