This commit is contained in:
poma 2020-11-04 05:41:32 +03:00
parent e450e1befc
commit bb52d918a9
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657

View File

@ -1,6 +1,6 @@
# Deployer [![Build Status](https://github.com/tornadocash/deployer/workflows/build/badge.svg)](https://github.com/tornadocash/deployer/actions) # 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 ## Dependencies