mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-02 06:16:03 -04:00
skip migrations
This commit is contained in:
parent
a657860418
commit
e1e989986f
3 changed files with 13 additions and 0 deletions
|
@ -2,5 +2,8 @@
|
|||
const Migrations = artifacts.require('Migrations')
|
||||
|
||||
module.exports = function(deployer) {
|
||||
if(deployer.network === 'mainnet') {
|
||||
return
|
||||
}
|
||||
deployer.deploy(Migrations)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue