Skip to content

Commit c2aa16c

Browse files
authored
change module type to MarketplaceV3 (#351)
* change module type to MarketplaceV3 * v3.4.4
1 parent 758b34a commit c2aa16c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contracts/marketplace/entrypoint/MarketplaceV3.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ contract MarketplaceV3 is
4343
State variables
4444
//////////////////////////////////////////////////////////////*/
4545

46-
bytes32 private constant MODULE_TYPE = bytes32("MarketplaceRouter");
46+
bytes32 private constant MODULE_TYPE = bytes32("MarketplaceV3");
4747
uint256 private constant VERSION = 1;
4848

4949
/*///////////////////////////////////////////////////////////////

contracts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@thirdweb-dev/contracts",
33
"description": "Collection of smart contracts deployable via the thirdweb SDK, dashboard and CLI",
4-
"version": "3.4.3",
4+
"version": "3.4.4",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)