From 108fc9d3c5cab16cd4f6dbbf457d77a049211bc7 Mon Sep 17 00:00:00 2001 From: Mahdi Yari <m.yary16@gmail.com> Date: Tue, 27 Oct 2020 17:22:31 +0330 Subject: [PATCH] remove rebranded_api from config.json --- config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.json b/config.json index 453cf98..dd15d99 100644 --- a/config.json +++ b/config.json @@ -8,6 +8,5 @@ "address_prefix": "STM", "chain_id": "beeab0de00000000000000000000000000000000000000000000000000000000", "alternative_api_endpoints": ["https://api.hive.blog", "https://anyx.io"], - "failover_threshold": 3, - "rebranded_api": false + "failover_threshold": 3 } -- GitLab