mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-10 14:06:10 +00:00
4de830ca29
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
10 lines
203 B
JavaScript
10 lines
203 B
JavaScript
const fs = require('../../core/fs.js');
|
|
|
|
class ENS {
|
|
constructor(embark, options) {
|
|
this.logger = embark.logger;
|
|
this.events = embark.events;
|
|
this.web3 = options.web3;
|
|
this.embark = embark;
|
|
}
|
|
} |