mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-16 10:00:31 -04:00
error handing
This commit is contained in:
parent
1462313b14
commit
3f9b0ed499
3 changed files with 11 additions and 10 deletions
|
@ -6,6 +6,6 @@ module.exports = {
|
|||
privateKey: process.env.PRIVATE_KEY,
|
||||
mixerAddress: process.env.MIXER_ADDRESS,
|
||||
desiredFee: process.env.DESIRED_FEE || 10000000000000000, // 0.01 ETH
|
||||
defaultGasPrice: 1,
|
||||
defaultGasPrice: 2,
|
||||
gasOracleUrls: ['https://www.etherchain.org/api/gasPriceOracle', 'https://gasprice.poa.network/']
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue