mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-06 16:25:15 -04:00
gas tuning
This commit is contained in:
parent
b8c0c1898f
commit
e0ec575745
2 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@ module.exports = {
|
|||
kovan: {
|
||||
provider: () => new HDWalletProvider(process.env.PRIVATE_KEY, 'https://kovan.infura.io/v3/c7463beadf2144e68646ff049917b716'),
|
||||
network_id: 42,
|
||||
gas: 7000000,
|
||||
gas: 6000000,
|
||||
gasPrice: utils.toWei('1', 'gwei'),
|
||||
// confirmations: 0,
|
||||
// timeoutBlocks: 200,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue