embark/templates/demo/config/namesystem.js

13 lines
236 B
JavaScript
Raw Normal View History

2018-06-12 16:59:31 +00:00
module.exports = {
default: {
available_providers: ["ens"],
2018-07-23 21:11:41 +00:00
provider: "ens",
register: {
rootDomain: "embark.eth",
domains: {
'status': '0x1a2f3b98e434c02363f3dac3174af93c1d690914'
}
}
2018-06-12 16:59:31 +00:00
}
2018-06-18 20:04:05 +00:00
};