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 78a9b31251
commit 8c1bb07000

View File

@ -107,7 +107,10 @@ class ENS {
"onDeploy": ["ENSRegistry.methods.setOwner(0, FIFSRegistrar.options.address).send()"] "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')); self.embark.events.request("config:contractsFiles:add", self.embark.pathToFile('./contracts/FIFSRegistrar.sol'));
} }