From f5fa700becde95e806411474997ce90c28c5d35e Mon Sep 17 00:00:00 2001
From: Mahdi Yari <m.yary16@gmail.com>
Date: Tue, 27 Oct 2020 17:22:48 +0330
Subject: [PATCH] remove rebranded_api and autoDetect helper from docs

---
 doc/README.md | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/doc/README.md b/doc/README.md
index 68e4ec5..2972bd6 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -55,17 +55,6 @@ hive.config.set('address_prefix','STM');
 hive.config.set('chain_id','beeab0de00000000000000000000000000000000000000000000000000000000');
 hive.config.set('alternative_api_endpoints', ['https://api.hive.blog', 'https://anyx.io']);
 ```
-### rebranded_api
-Set `rebranded_api` to `true` for connecting to eclipse (hf24) RPC nodes.
-
-**It is highly recommended to change this option in the config.json file!**
-
-OR
-
-```
-hive.config.set('rebranded_api','true');
-hive.broadcast.updateOperations(); // Necessary to update the already loaded operations
-```
 
 ### set
 ```
@@ -1010,18 +999,6 @@ hive.broadcast.witnessSetProperties('Private Signing Key', owner, witnessOps.pro
 });
 ```
 
-### Auto Detect API Version
-Get API version and update `rebranded_api` in config.
-Note: this will update the config too based on the result.
-
-```
-var apiVersion = await hive.utils.autoDetectApiVersion();
-console.log(apiVersion);
-// => { rebranded_api: true }
-
-hive.broadcast.updateOperations(); // Necessary to update the already loaded operations
-```
-
 ## Tutorials
 [How to use HiveJs on React Native](https://peakd.com/hive-139531/@stoodkev/how-to-use-hivejs-or-other-modules-referencing-core-node-js-modules-on-react-native)
 
-- 
GitLab