diff --git a/templates/demo/app/components/ens.js b/templates/demo/app/components/ens.js index e2219ad1..64e5a4e2 100644 --- a/templates/demo/app/components/ens.js +++ b/templates/demo/app/components/ens.js @@ -11,7 +11,7 @@ class ENS extends React.Component { super(props); this.state = { - valueResolve: 'embark.eth', + valueResolve: 'eth', responseResolve: null, isResolveError: false, valueLookup: '', diff --git a/templates/demo/config/namesystem.js b/templates/demo/config/namesystem.js index 35ef7e9a..00c8ab1f 100644 --- a/templates/demo/config/namesystem.js +++ b/templates/demo/config/namesystem.js @@ -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' } } },