mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-21 20:28:21 -04:00
nonce
This commit is contained in:
parent
ced0b6a738
commit
e326186364
4 changed files with 24 additions and 17 deletions
|
@ -4,6 +4,7 @@ module.exports = {
|
|||
netId: Number(process.env.NET_ID) || 42,
|
||||
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