From 38a56de9e3eaf4f656485f8ad8d85600342391c2 Mon Sep 17 00:00:00 2001 From: xgreenx Date: Tue, 5 Apr 2022 18:03:23 +0300 Subject: [PATCH] Update Readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5d53ba74..9b4c99caa 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,8 @@ this [issue](https://github.com/Supercolony-net/openbrush-contracts/issues/7) - [x] Agnostic traits. - [x] Wrapper around the trait definition to do a cross-contract calls. - [ ] PSPs for NFT and multi-token. -- [ ] Add extensions: AccessControlEnumerable, ERC721Enumerable. +- [x] Add extension: ERC721Enumerable. +- [ ] Add extension: AccessControlEnumerable. - [ ] Refactor NFT and multi-token according to final decisions in PSPs. ------- Release 2.0.0 - Production ready @@ -160,7 +161,7 @@ this [issue](https://github.com/Supercolony-net/openbrush-contracts/issues/7) - [x] Add support of upgradable contracts to ink!/contract-pallet level. - [x] Implement `Proxy` pattern. -- [ ] Implement `Diamond` standard. +- [x] Implement `Diamond` standard. ## Installation & Testing To work with project you need to install ink! toolchain and NodeJS's dependencies.