diff --git a/lib/modules/ens/index.js b/lib/modules/ens/index.js index 87ccfc26b..9da955bb8 100644 --- a/lib/modules/ens/index.js +++ b/lib/modules/ens/index.js @@ -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,