ensure that FIFS doesn't deploy on other test and main networks

Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
VoR0220 2018-06-21 12:57:41 -05:00 committed by Iuri Matias
parent 998ae105f3
commit 271ee3d5fd

View File

@ -323,7 +323,10 @@ class ENS {
"onDeploy": ["ENSRegistry.methods.setOwner(0, FIFSRegistrar.options.address).send()"]
}
}
}
},
"ropsten": {},
"rinkeby": {},
"livenet": {}
});
self.embark.events.request("config:contractsFiles:add", self.embark.pathToFile('./contracts/FIFSRegistrar.sol'));
}