mirror of https://github.com/embarklabs/embark.git
add missing space
This commit is contained in:
parent
78814dc9d6
commit
cafe472727
|
@ -286,7 +286,7 @@ class ENS {
|
|||
|
||||
if (this.registration && this.registration.rootDomain) {
|
||||
// Register root domain if it is defined
|
||||
if (this.isDev || this.env === 'privatenet' || this.env ==='development') {
|
||||
if (this.isDev || this.env === 'privatenet' || this.env === 'development') {
|
||||
const rootNode = namehash.hash(this.registration.rootDomain);
|
||||
config.default.contracts['FIFSRegistrar'] = {
|
||||
"deploy": true,
|
||||
|
|
Loading…
Reference in New Issue