remove unecessary dependency
This commit is contained in:
parent
df4ad679be
commit
476609843d
@ -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"
|
||||
|
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user