From cc721ccde597416c7b8827979eb76f9105a737e7 Mon Sep 17 00:00:00 2001 From: Ricardo Guilherme Schmidt <3esmit@gmail.com> Date: Tue, 15 May 2018 09:01:44 -0300 Subject: [PATCH] Add Identity contracts to readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c767e1f..f95a351 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,7 @@ Usage: | token/TestToken | Yes | Yes | Yes | | token/ERC20Token | No | Yes | Yes | | deploy/Instance | No | No | No | -| deploy/Factory | No | No | No | \ No newline at end of file +| deploy/Factory | No | No | No | +| deploy/DelayedUpdatableInstance | No | No | No | +| identity/Identity | No | Yes | No | +| identity/IdentityFactory | No | No | No | \ No newline at end of file