Skip to content
Snippets Groups Projects
Commit f5597456 authored by Jason Salyers's avatar Jason Salyers
Browse files

Merge branch 'jsalyers-set-rebranded-api' into 'develop'

[JES] Set the new rebranded_api option to true for use with eclipse nodes

See merge request !119
parents 8f3e0ab5 c3d661fd
No related branches found
No related tags found
2 merge requests!120Develop,!119[JES] Set the new rebranded_api option to true for use with eclipse nodes
......@@ -103,6 +103,7 @@ function runApp(initial_state) {
});
steem.config.set('address_prefix', config.address_prefix);
steem.config.set('rebranded_api', true);
steem.broadcast.updateOperations();
window.$STM_Config = config;
plugins(config);
......
......@@ -63,6 +63,7 @@ global.webpackIsomorphicTools.server(ROOT, () => {
});
steem.config.set('address_prefix', config.get('address_prefix'));
steem.config.set('rebranded_api', true);
steem.broadcast.updateOperations();
// const CliWalletClient = require('shared/api_client/CliWalletClient').default;
// if (process.env.NODE_ENV === 'production') connect_promises.push(CliWalletClient.instance().connect_promise());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment