mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-16 10:00:31 -04:00
multiple contracts
This commit is contained in:
parent
2d2115ab43
commit
cd9f19e1f5
5 changed files with 44 additions and 13 deletions
|
@ -4,7 +4,14 @@ module.exports = {
|
|||
netId: process.env.NET_ID || 42,
|
||||
rpcUrl: process.env.RPC_URL || 'https://kovan.infura.io/v3/a3f4d001c1fc4a359ea70dd27fd9cb51',
|
||||
privateKey: process.env.PRIVATE_KEY,
|
||||
mixerAddress: process.env.MIXER_ADDRESS,
|
||||
mixers: [ {
|
||||
address: process.env.ETH_MIXER_ADDRESS,
|
||||
currency: 'eth'
|
||||
},
|
||||
{
|
||||
address: process.env.DAI_MIXER_ADDRESS,
|
||||
currency: 'dai'
|
||||
} ],
|
||||
defaultGasPrice: 2,
|
||||
gasOracleUrls: ['https://www.etherchain.org/api/gasPriceOracle', 'https://gasprice.poa.network/'],
|
||||
ethdaiAddress: '0x7Ef645705cb7D401C5CD91a395cfcc3Db3C93689'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue