mirror of https://github.com/embarklabs/embark.git
ensure that FIFS doesn't deploy on other test and main networks
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
parent
78a9b31251
commit
8c1bb07000
|
@ -107,7 +107,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'));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue