diff --git a/README.md b/README.md index fba548e..6dff201 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Peppersec solidity template [![Build Status](https://github.com/peppersec/solidity-template/workflows/build/badge.svg)](https://github.com/peppersec/solidity-template/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 ## Dependencies @@ -9,14 +11,5 @@ ```bash $ yarn -$ cp .env.example .env $ yarn test ``` - -## Deploying - -Deploy to Kovan: - -```bash -$ yarn deploy:kovan -```