Use namehash from ethers.utils

no need for the additional dependency
This commit is contained in:
2019-04-03 10:16:44 +02:00
parent f40cc1d8ff
commit 9984ca66ba
4 changed files with 6 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ const deployDAOFactory = require('@aragon/os/scripts/deploy-daofactory.js')
const fs = require('fs');
const path = require('path');
const argv = require('yargs').argv
const namehash = require('eth-ens-namehash').hash
const namehash = require('ethers').utils.namehash;
const fileInject = require('./helpers/file_inject.js')
const getNetworkId = require('./helpers/networkid.js')