From a25330ddecaef066c10679bd868871dac0212fda Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Mon, 28 May 2018 11:09:48 -0400 Subject: [PATCH] set namesystem enable to true by default --- lib/core/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/core/config.js b/lib/core/config.js index f857a43c..26e04a48 100644 --- a/lib/core/config.js +++ b/lib/core/config.js @@ -235,7 +235,8 @@ Config.prototype.loadNameSystemConfigFile = function() { var configObject = { "default": { "available_providers": ["ens"], - "provider": "ens" + "provider": "ens", + "enabled": true } };