mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-17 10:30:40 -04:00
docker-compose
This commit is contained in:
parent
28ba4bad50
commit
38e4f74afb
5 changed files with 23 additions and 10 deletions
|
@ -5,6 +5,6 @@ module.exports = {
|
|||
rpcUrl: process.env.RPC_URL || 'https://kovan.infura.io/v3/a3f4d001c1fc4a359ea70dd27fd9cb51',
|
||||
privateKey: process.env.PRIVATE_KEY,
|
||||
mixerAddress: process.env.MIXER_ADDRESS || '0x30AF2e92263C5387A8A689322BbfE60b6B0855C4',
|
||||
defaultGasPrice: process.env.DEFAULT_GAS_PRICE || 1,
|
||||
gasOracleUrls: process.env.GAS_ORACLE_URLS ? process.env.GAS_ORACLE_URLS.split(' ') : ['https://www.etherchain.org/api/gasPriceOracle', 'https://gasprice.poa.network/']
|
||||
defaultGasPrice: 1,
|
||||
gasOracleUrls: ['https://www.etherchain.org/api/gasPriceOracle', 'https://gasprice.poa.network/']
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue