mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-07-20 21:48:55 -04:00
bump version
This commit is contained in:
parent
b88edf9d0a
commit
dece7a0ced
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
require('dotenv').config()
|
||||
|
||||
module.exports = {
|
||||
version: 2.4,
|
||||
version: 2.5,
|
||||
netId: Number(process.env.NET_ID) || 42,
|
||||
redisUrl: process.env.REDIS_URL,
|
||||
rpcUrl: process.env.RPC_URL || 'https://kovan.infura.io/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue