Commit Graph

5 Commits

Author SHA1 Message Date
0xb337r007 aacd7fd439 feat(CommunityVault): add migration functions for ERC20 and ERC721 tokens 2024-05-16 11:37:46 +02:00
0xb337r007 b75bae294e feat(Vault): allow withdrawal of untracked tokens 2024-03-07 17:53:05 +01:00
0xb337r007 34219eb14f feat(CommunityVault): add erc721 deposit function 2024-03-04 13:18:16 +01:00
0xb337r007 6213e992d1 feat(CommunityVault): add erc20 deposit function 2024-03-04 13:18:16 +01:00
0xb337r007 6f83e7346c
add CommunityVault contract (#22)
* add CommunityVault contract

* use named import

* test vault transfer functions for erc20 and erc721

* fix camel case test name

* update format with latest version of forge
2023-12-12 23:10:27 +01:00