Merge pull request #733 from embark-framework/feature/ens-root-eth

Change ENS root to eth in demo
This commit is contained in:
Iuri Matias 2018-08-24 10:11:58 -04:00 committed by GitHub
commit 8e1a0c897f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -9,9 +9,9 @@ module.exports = {
// assumed to be the intended environment by `embark run`
development: {
register: {
rootDomain: "embark.eth",
rootDomain: "eth",
subdomains: {
'status': '0x1a2f3b98e434c02363f3dac3174af93c1d690914'
'embark': '0x1a2f3b98e434c02363f3dac3174af93c1d690914'
}
}
},