topic-democracy/config/namesystem.js

23 lines
327 B
JavaScript
Raw Normal View History

2018-07-03 05:31:39 +00:00
module.exports = {
default: {
2019-03-28 23:16:54 +00:00
enabled: true,
2018-07-03 05:31:39 +00:00
available_providers: ["ens"],
provider: "ens"
2019-03-28 23:16:54 +00:00
},
development: {
register: {
rootDomain: "eth",
subdomains: {
'embark': '0x1a2f3b98e434c02363f3dac3174af93c1d690914'
}
}
},
testnet: {
},
livenet: {
},
rinkeby: {
2018-07-03 05:31:39 +00:00
}
2019-03-28 23:16:54 +00:00
};