Skip to content
Snippets Groups Projects
Commit 716df4ce authored by Mahdi Yari's avatar Mahdi Yari
Browse files

Update index.js

parent 261fd00a
No related branches found
No related tags found
1 merge request!7Rebrand hf24
......@@ -20,7 +20,7 @@ import {
sign as signRequest
} from '@steemit/rpc-auth';
class Steem extends EventEmitter {
class Hive extends EventEmitter {
constructor(options = {}) {
super(options);
this._setTransport(options);
......@@ -408,6 +408,6 @@ class Steem extends EventEmitter {
}
// Export singleton instance
const steem = new Steem(Config);
exports = module.exports = steem;
exports.Steem = Steem;
const hive = new Hive(Config);
exports = module.exports = hive;
exports.Hive = Hive;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment