remove unecessary dependency

This commit is contained in:
2019-07-06 17:39:50 +01:00
parent df4ad679be
commit 476609843d
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const namehash = require('eth-ens-namehash').hash;
const namehash = require('ethers').utils.namehash;
// eslint-disable-next-line no-undef
const Contributor = artifacts.require("Contributor.sol");