diff --git a/src/js/services/configService.js b/src/js/services/configService.js index 41562a0ed..5f0ebe92c 100644 --- a/src/js/services/configService.js +++ b/src/js/services/configService.js @@ -115,14 +115,15 @@ angular.module('copayApp.services').factory('configService', function(storageSer configCache.pushNotifications = defaultConfig.pushNotifications; } - configCache.bwsFor = configCache.bwsFor || {}; - configCache.colorFor = configCache.colorFor || {}; - configCache.aliasFor = configCache.aliasFor || {}; - } else { configCache = lodash.clone(defaultConfig); }; + configCache.bwsFor = configCache.bwsFor || {}; + configCache.colorFor = configCache.colorFor || {}; + configCache.aliasFor = configCache.aliasFor || {}; + + // Glidera // Disabled for testnet configCache.glidera.testnet = false;