set namesystem enable to true by default

This commit is contained in:
Iuri Matias 2018-05-28 11:09:48 -04:00
parent 8fa325a7af
commit a25330ddec
1 changed files with 2 additions and 1 deletions

View File

@ -235,7 +235,8 @@ Config.prototype.loadNameSystemConfigFile = function() {
var configObject = {
"default": {
"available_providers": ["ens"],
"provider": "ens"
"provider": "ens",
"enabled": true
}
};