tornado-pool-relayer/example.env

22 lines
372 B
Bash
Raw Normal View History

# DNS settings
VIRTUAL_HOST=
LETSENCRYPT_HOST=
# server settings
PORT=8000
2021-10-22 11:26:13 +02:00
CHAIN_ID=100
REWARD_ADDRESS=
2021-07-14 15:56:28 +02:00
PRIVATE_KEY=
2021-07-22 11:36:31 +02:00
CONFIRMATIONS=4
MAX_GAS_PRICE=100
2021-10-22 11:26:13 +02:00
# commission for service
# transfer fee is a fixed value in ether, 0.01 means 0.01 ether
TRANSFER_SERVICE_FEE=0.000000001
# withdrawal fee is a percentage of the amount, 0.05 means 0.05%
WITHDRAWAL_SERVICE_FEE=0.01