communities-contracts/contracts
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
..
factories add CommunityVault contract (#22) 2023-12-12 23:10:27 +01:00
interfaces feat: implement `CommunityTokenDeployer` contract (#2) 2023-09-19 11:39:55 +02:00
mocks add CommunityVault contract (#22) 2023-12-12 23:10:27 +01:00
tokens refactor!: rename `CollectibleV1`to `CommunityERC721` 2024-02-27 11:44:06 +01:00
CommunityOwnable.sol add master/owner tokens to erc20 token (#19) 2023-10-06 09:21:03 +02:00
CommunityOwnerTokenRegistry.sol refactor: use `Ownable2Step` instead of `Ownable` (#10) 2023-09-22 12:23:00 +02:00
CommunityTokenDeployer.sol refactor: use `Ownable2Step` instead of `Ownable` (#10) 2023-09-22 12:23:00 +02:00
CommunityVault.sol add CommunityVault contract (#22) 2023-12-12 23:10:27 +01:00