mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-10 05:56:00 +00:00
rename blockchain connector
This commit is contained in:
parent
c75ffc4375
commit
6c662c02c6
@ -6,7 +6,7 @@ const utils = require('../utils/utils');
|
||||
const WEB3_READY = 'web3Ready';
|
||||
|
||||
// TODO: consider another name, this is the blockchain connector
|
||||
class Blockchain {
|
||||
class BlockchainConnector {
|
||||
constructor(options) {
|
||||
const self = this;
|
||||
this.plugins = options.plugins;
|
||||
@ -277,5 +277,5 @@ class Blockchain {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Blockchain;
|
||||
module.exports = BlockchainConnector;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user