use import instead of require
This commit is contained in:
parent
3750fc297b
commit
e988bd6b4a
|
@ -1,4 +1,5 @@
|
||||||
const namehash = require('eth-ens-namehash');
|
import namehash from 'eth-ens-namehash';
|
||||||
|
|
||||||
/*global web3*/
|
/*global web3*/
|
||||||
let __embarkENS = {};
|
let __embarkENS = {};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue