mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-06 16:25:15 -04:00
skip migrations
This commit is contained in:
parent
a657860418
commit
e1e989986f
3 changed files with 13 additions and 0 deletions
|
@ -51,6 +51,15 @@ module.exports = {
|
|||
// timeoutBlocks: 200,
|
||||
skipDryRun: true
|
||||
},
|
||||
mainnet: {
|
||||
provider: () => new HDWalletProvider(process.env.PRIVATE_KEY, 'https://mainnet.infura.io/v3/c7463beadf2144e68646ff049917b716'),
|
||||
network_id: 1,
|
||||
gas: 5000000,
|
||||
gasPrice: utils.toWei('2', 'gwei'),
|
||||
// confirmations: 0,
|
||||
// timeoutBlocks: 200,
|
||||
skipDryRun: true
|
||||
},
|
||||
|
||||
// Useful for private networks
|
||||
// private: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue