mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-16 23:57:11 +00:00
add missing space
This commit is contained in:
parent
78814dc9d6
commit
cafe472727
@ -286,7 +286,7 @@ class ENS {
|
|||||||
|
|
||||||
if (this.registration && this.registration.rootDomain) {
|
if (this.registration && this.registration.rootDomain) {
|
||||||
// Register root domain if it is defined
|
// 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);
|
const rootNode = namehash.hash(this.registration.rootDomain);
|
||||||
config.default.contracts['FIFSRegistrar'] = {
|
config.default.contracts['FIFSRegistrar'] = {
|
||||||
"deploy": true,
|
"deploy": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user