communities-contracts/test
r4bbit a84c46b3d6 refactor!: rename `CollectibleV1`to `CommunityERC721`
As discussed in #46, `CollectibleV1` is not a good name for this
contract as we don't want versioning in the naming. To align with other
contracts in this repository, we're renaming this contract to
`CommunityERC721`.

BREAKING CHANGE: Any references to `CollectibleV1` must be replaced with
`CommunityERC721`

Closes #46
2024-02-27 11:44:06 +01:00
..
CommunityERC20.t.sol add CommunityVault contract (#22) 2023-12-12 23:10:27 +01:00
CommunityERC721.t.sol refactor!: rename `CollectibleV1`to `CommunityERC721` 2024-02-27 11:44:06 +01:00
CommunityMasterTokenFactory.t.sol feat: implement `CommunityTokenDeployer` contract (#2) 2023-09-19 11:39:55 +02:00
CommunityOwnerTokenFactory.t.sol feat: implement `CommunityTokenDeployer` contract (#2) 2023-09-19 11:39:55 +02:00
CommunityOwnerTokenRegistry.t.sol feat: implement `CommunityTokenDeployer` contract (#2) 2023-09-19 11:39:55 +02:00
CommunityTokenDeployer.t.sol feat: implement `CommunityTokenDeployer` contract (#2) 2023-09-19 11:39:55 +02:00
CommunityVault.t.sol add CommunityVault contract (#22) 2023-12-12 23:10:27 +01:00
OwnerToken.t.sol add master/owner tokens to erc20 token (#19) 2023-10-06 09:21:03 +02:00