mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-28 16:05:04 +00:00
16 lines
269 B
JavaScript
16 lines
269 B
JavaScript
module.exports = {
|
|
default: {
|
|
available_providers: ["ens", "ipns"],
|
|
provider: "ens"
|
|
},
|
|
|
|
development: {
|
|
register: {
|
|
rootDomain: "embark.eth",
|
|
subdomains: {
|
|
'status': '0x1a2f3b98e434c02363f3dac3174af93c1d690914'
|
|
}
|
|
}
|
|
}
|
|
};
|