set namesystem enable to true by default
This commit is contained in:
parent
8fa325a7af
commit
a25330ddec
|
@ -235,7 +235,8 @@ Config.prototype.loadNameSystemConfigFile = function() {
|
||||||
var configObject = {
|
var configObject = {
|
||||||
"default": {
|
"default": {
|
||||||
"available_providers": ["ens"],
|
"available_providers": ["ens"],
|
||||||
"provider": "ens"
|
"provider": "ens",
|
||||||
|
"enabled": true
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue