Skip to content

Commit

Permalink
[chore] delete unused abstract contract, and update version for relea…
Browse files Browse the repository at this point in the history
…se (#49)
  • Loading branch information
jasonzwli authored Aug 9, 2023
1 parent 16b11b4 commit 31ead91
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 171 deletions.
1 change: 0 additions & 1 deletion contracts/token/erc721/abstract/ImmutableERC721Base.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.sol";

// Royalties
import "@openzeppelin/contracts/token/common/ERC2981.sol";
import "./ImmutableERC721RoyaltyEnforced.sol";
import "../../../royalty-enforcement/RoyaltyEnforced.sol";

// Utils
Expand Down
169 changes: 0 additions & 169 deletions contracts/token/erc721/abstract/ImmutableERC721RoyaltyEnforced.sol

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@imtbl/zkevm-contracts",
"description": "Immutable zkEVM Smart Contracts",
"version": "1.0.4",
"version": "1.0.5",
"files": [
"contracts"
],
Expand Down

0 comments on commit 31ead91

Please sign in to comment.