mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-02 19:36:25 -04:00
check tornado withdraw fee
This commit is contained in:
parent
5328178d65
commit
0c3c5d1407
9 changed files with 202 additions and 68 deletions
|
@ -7,7 +7,8 @@ REDIS_URL=redis://127.0.0.1:6379
|
|||
# without 0x prefix
|
||||
PRIVATE_KEY=
|
||||
# 2.5 means 2.5%
|
||||
RELAYER_FEE=2.5
|
||||
REGULAR_TORNADO_WITHDRAW_FEE=2.5
|
||||
MINING_SERVICE_FEE=2.5
|
||||
APP_PORT=8000
|
||||
|
||||
# Resubmitter params:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue