mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2026-01-06 01:55:33 -05:00
cleanup and formatting code
This commit is contained in:
parent
591c2d94f3
commit
d32ff07fa8
7 changed files with 26 additions and 36 deletions
|
|
@ -1,6 +1,5 @@
|
|||
NET_ID=1
|
||||
HTTP_RPC_URL=https://mainnet.infura.io
|
||||
WS_RPC_URL=wss://mainnet.infura.io/ws/v3/
|
||||
# ORACLE_RPC_URL should always point to the mainnet
|
||||
ORACLE_RPC_URL=https://mainnet.infura.io
|
||||
REDIS_URL=redis://127.0.0.1:6379
|
||||
|
|
@ -14,8 +13,7 @@ APP_PORT=8000
|
|||
PRIVATE_KEY=
|
||||
# 0.05 means 0.05%
|
||||
REGULAR_TORNADO_WITHDRAW_FEE=0.05
|
||||
MINING_SERVICE_FEE=0.05
|
||||
REWARD_ACCOUNT=
|
||||
REWARD_ACCOUNT=0x...
|
||||
CONFIRMATIONS=4
|
||||
|
||||
# in GWEI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue