remove unecessary dependency

This commit is contained in:
haythem 2019-07-06 17:39:50 +01:00
parent df4ad679be
commit 476609843d
2 changed files with 1 additions and 3 deletions

View File

@ -7,8 +7,6 @@
"@aragon/cli": "^5.9.6"
},
"devDependencies": {
"@aragon/test-helpers": "^1.1.0",
"eth-ens-namehash": "^2.0.8",
"eth-gas-reporter": "^0.2.0",
"ganache-cli": "^6.4.3",
"solidity-coverage": "^0.5.11"

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");