fix: build

This commit is contained in:
Danil Kovtonyuk 2021-12-10 19:24:11 +10:00
parent b0e54b9062
commit 6b791d7ec9
No known key found for this signature in database
GPG Key ID: E72A919BF08C3746
2 changed files with 1 additions and 3 deletions

View File

@ -48,7 +48,7 @@ jobs:
dockerfile: Dockerfile
repository: tornadocash/nova-relayer
tag_with_ref: true
tags: nova,candidate
tags: latest,nova,candidate
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}

View File

@ -44,8 +44,6 @@ wget https://raw.githubusercontent.com/tornadocash/tornado-pool-relayer/master/.
- set `CONFIRMATIONS` if needed - how many block confirmations to wait before processing an event. Not recommended to set less than 3
- set `MAX_GAS_PRICE` if needed - maximum value of gwei value for relayer's transaction
If you want to use more than 1 eth address for relaying transactions, please add as many `workers` as you want. For example, you can comment out `worker2` in docker-compose.yml file, but please use a different `PRIVATE_KEY` for each worker.
3. Run `docker-compose up -d`
## Run locally