Change ENS root to eth in demo

This commit is contained in:
Anthony Laibe 2018-08-23 10:23:52 +01:00
parent fa551f67a3
commit 54dfe46a71
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ class ENS extends React.Component {
super(props); super(props);
this.state = { this.state = {
valueResolve: 'embark.eth', valueResolve: 'eth',
responseResolve: null, responseResolve: null,
isResolveError: false, isResolveError: false,
valueLookup: '', valueLookup: '',

View File

@ -6,9 +6,9 @@ module.exports = {
development: { development: {
register: { register: {
rootDomain: "embark.eth", rootDomain: "eth",
subdomains: { subdomains: {
'status': '0x1a2f3b98e434c02363f3dac3174af93c1d690914' 'embark': '0x1a2f3b98e434c02363f3dac3174af93c1d690914'
} }
} }
} }