mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-17 10:30:40 -04:00
add bullmq
This commit is contained in:
parent
3f12e9da87
commit
7be718d773
9 changed files with 391 additions and 35 deletions
|
@ -2,9 +2,9 @@ require('dotenv').config()
|
|||
|
||||
module.exports = {
|
||||
netId: Number(process.env.NET_ID) || 42,
|
||||
redisUrl: process.env.REDIS_URL,
|
||||
rpcUrl: process.env.RPC_URL || 'https://kovan.infura.io/v3/a3f4d001c1fc4a359ea70dd27fd9cb51',
|
||||
privateKey: process.env.PRIVATE_KEY,
|
||||
nonce: 0,
|
||||
mixers: {
|
||||
netId1: {
|
||||
dai: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue