Skip to content

Commit

Permalink
change module type to MarketplaceV3 (#351)
Browse files Browse the repository at this point in the history
* change module type to MarketplaceV3

* v3.4.4
  • Loading branch information
kumaryash90 authored Mar 10, 2023
1 parent 758b34a commit c2aa16c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/marketplace/entrypoint/MarketplaceV3.sol
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ contract MarketplaceV3 is
State variables
//////////////////////////////////////////////////////////////*/

bytes32 private constant MODULE_TYPE = bytes32("MarketplaceRouter");
bytes32 private constant MODULE_TYPE = bytes32("MarketplaceV3");
uint256 private constant VERSION = 1;

/*///////////////////////////////////////////////////////////////
Expand Down
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thirdweb-dev/contracts",
"description": "Collection of smart contracts deployable via the thirdweb SDK, dashboard and CLI",
"version": "3.4.3",
"version": "3.4.4",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit c2aa16c

Please sign in to comment.