mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-02-15 03:46:52 +00:00
fix in merge
This commit is contained in:
parent
cbfdd9cc72
commit
f7641dbe29
@ -153,7 +153,6 @@ const RegisterSubDomain = withFormik({
|
||||
const { address, statusAddress } = values;
|
||||
const { subDomain, domainName, registeredCallbackFn } = props || values;
|
||||
const { methods: { register } } = UsernameRegistrar;
|
||||
const { methods: { setAddr, setPubkey } } = PublicResolver;
|
||||
const subdomainHash = soliditySha3(subDomain);
|
||||
const domainNameHash = hash(domainName);
|
||||
const resolveToAddr = address || zeroAddress;
|
||||
|
@ -1,4 +1,4 @@
|
||||
exports.reservedNames = [
|
||||
exports.ReservedUsernames = [
|
||||
//Ethereum reserved words
|
||||
'eth',
|
||||
'ether',
|
||||
|
Loading…
x
Reference in New Issue
Block a user