mirror of https://github.com/embarklabs/embark.git
Merge pull request #733 from embark-framework/feature/ens-root-eth
Change ENS root to eth in demo
This commit is contained in:
commit
8e1a0c897f
|
@ -11,7 +11,7 @@ class ENS extends React.Component {
|
|||
super(props);
|
||||
|
||||
this.state = {
|
||||
valueResolve: 'embark.eth',
|
||||
valueResolve: 'eth',
|
||||
responseResolve: null,
|
||||
isResolveError: false,
|
||||
valueLookup: '',
|
||||
|
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue