From bb52d918a94edf88a18fe7ff36983aa893820fa3 Mon Sep 17 00:00:00 2001 From: poma Date: Wed, 4 Nov 2020 05:41:32 +0300 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dff201..dee7e86 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Deployer [![Build Status](https://github.com/tornadocash/deployer/workflows/build/badge.svg)](https://github.com/tornadocash/deployer/actions) -A wrapper around EIP-2470 deployer that emits events with deployed contract address, or reverts on deploy failure +A wrapper around EIP-2470 deployer that emits events with deployed contract address, or reverts on deploy failure. Contracts are deployed via underlying singleton factory, so expected addresses should be computed using singleton factory address and not deployer address. ## Dependencies