tornado-relayer/.env.example

7 lines
138 B
Plaintext
Raw Normal View History

2019-07-18 17:05:09 +03:00
NET_ID=42
RPC_URL=https://kovan.infura.io/v3/a3f4d001c1fc4a359ea70dd27fd9cb51
PRIVATE_KEY=
2019-11-26 23:34:52 +03:00
# 2.5 means 2.5%
RELAYER_FEE=2.5
2019-11-15 12:01:59 +03:00
APP_PORT=8000