Skip to content

Commit

Permalink
Contracts cleanup (#128)
Browse files Browse the repository at this point in the history
* Remove deprecated contracts

* Clean up scripts

* Clean up more

* rename erc721m test file
  • Loading branch information
channing-magiceden authored Apr 1, 2024
1 parent a1d65e4 commit c23f7fb
Show file tree
Hide file tree
Showing 36 changed files with 40 additions and 3,866 deletions.
1 change: 0 additions & 1 deletion .solcover.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ module.exports = {
"auctions/",
"creator-token-standards/",
"mocks/",
"onft/",
],
};
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@ The composability of the stages is generic enough to enable flexible and complic
| ERC721M | The basic minting contract based on ERC721A. |
| ERC721CM | The basic minting contract based on ERC721C and ERC721M. |
| ERC721CMRoyalties | Based on ERC721CM, implementing ERC2981 for on-chain royalty. |
| ERC721MLite | The lite version of ERC721M |
| ERC721MOperatorFilterer | ERC721M with OpenSea Operator Filterer |
| BucketAuction | Bucket auction style minting contract. The contract is on beta. Use at your own risk. |
| DutchAuction | Dutch auction style minting contract. The contract is on beta. Use at your own risk. |

Please read [ERC721M Contract Usage Guide](./docs/ContractUsageGuide.md) for more details.

Expand Down
65 changes: 0 additions & 65 deletions contracts/ERC721MAutoApprover.sol

This file was deleted.

74 changes: 0 additions & 74 deletions contracts/ERC721MIncreasableOperatorFilterer.sol

This file was deleted.

69 changes: 0 additions & 69 deletions contracts/ERC721MIncreasableSupply.sol

This file was deleted.

65 changes: 0 additions & 65 deletions contracts/ERC721MOperatorFiltererAutoApprover.sol

This file was deleted.

63 changes: 0 additions & 63 deletions contracts/ERC721MPausable.sol

This file was deleted.

Loading

0 comments on commit c23f7fb

Please sign in to comment.