mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-17 02:20:47 -04:00
add version
This commit is contained in:
parent
d063bc266b
commit
4bdd6b25c0
2 changed files with 12 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
require('dotenv').config()
|
||||
|
||||
module.exports = {
|
||||
version: '1.0',
|
||||
netId: Number(process.env.NET_ID) || 42,
|
||||
redisUrl: process.env.REDIS_URL,
|
||||
rpcUrl: process.env.RPC_URL || 'https://kovan.infura.io/v3/a3f4d001c1fc4a359ea70dd27fd9cb51',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue