use import instead of require

This commit is contained in:
Iuri Matias 2018-05-28 11:10:20 -04:00
parent 3750fc297b
commit e988bd6b4a
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
const namehash = require('eth-ens-namehash');
import namehash from 'eth-ens-namehash';
/*global web3*/
let __embarkENS = {};