mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 06:16:01 +00:00
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);
|
||||
|
||||
this.state = {
|
||||
valueResolve: 'embark.eth',
|
||||
valueResolve: 'eth',
|
||||
responseResolve: null,
|
||||
isResolveError: false,
|
||||
valueLookup: '',
|
||||
|
@ -6,9 +6,9 @@ module.exports = {
|
||||
|
||||
development: {
|
||||
register: {
|
||||
rootDomain: "embark.eth",
|
||||
rootDomain: "eth",
|
||||
subdomains: {
|
||||
'status': '0x1a2f3b98e434c02363f3dac3174af93c1d690914'
|
||||
'embark': '0x1a2f3b98e434c02363f3dac3174af93c1d690914'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user