We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d52240 commit ff0f417Copy full SHA for ff0f417
migrations/2_deploy_contracts.js
@@ -15,7 +15,7 @@ const namehash = require('eth-ens-namehash');
15
*/
16
function getRootNodeFromTLD(tld) {
17
return {
18
- namehash: namehash(tld),
+ namehash: namehash.hash(tld),
19
sha3: web3.sha3(tld)
20
};
21
}
0 commit comments