mirror of https://github.com/embarklabs/embark.git
Change ENS root to eth in demo
This commit is contained in:
parent
fa551f67a3
commit
54dfe46a71
|
@ -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: '',
|
||||||
|
|
|
@ -6,9 +6,9 @@ module.exports = {
|
||||||
|
|
||||||
development: {
|
development: {
|
||||||
register: {
|
register: {
|
||||||
rootDomain: "embark.eth",
|
rootDomain: "eth",
|
||||||
subdomains: {
|
subdomains: {
|
||||||
'status': '0x1a2f3b98e434c02363f3dac3174af93c1d690914'
|
'embark': '0x1a2f3b98e434c02363f3dac3174af93c1d690914'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue