Set default fee for sidechains as 0.1% - calculation formula here: https://docs.tornado.ws/general/guides/relayer.html

This commit is contained in:
Theo 2023-07-02 17:44:53 -07:00
parent a4916d1cb4
commit 4c1500bd96

@ -9,8 +9,8 @@ APP_PORT=8000
# without 0x prefix
PRIVATE_KEY=
# 0.05 means 0.05%
REGULAR_TORNADO_WITHDRAW_FEE=0.05
# 0.1 means 0.1%
REGULAR_TORNADO_WITHDRAW_FEE=0.1
REWARD_ACCOUNT=
CONFIRMATIONS=4