mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-17 01:37:26 +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) {
|
||||
// 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…
x
Reference in New Issue
Block a user