mirror of https://github.com/embarklabs/embark.git
[CHORES] Move name config to development
This commit is contained in:
parent
9d72030cff
commit
aa9717b62f
|
@ -1,7 +1,10 @@
|
|||
module.exports = {
|
||||
default: {
|
||||
available_providers: ["ens", "ipns"],
|
||||
provider: "ens",
|
||||
provider: "ens"
|
||||
},
|
||||
|
||||
development: {
|
||||
register: {
|
||||
rootDomain: "embark.eth",
|
||||
subdomains: {
|
||||
|
|
Loading…
Reference in New Issue