contracts/config/namesystem.js

24 lines
328 B
JavaScript
Raw Permalink Normal View History

module.exports = {
default: {
2019-03-26 14:00:19 -03:00
enabled: true,
available_providers: ["ens"],
provider: "ens"
2019-03-26 14:00:19 -03:00
},
development: {
register: {
rootDomain: "eth",
subdomains: {
'embark': '0x1a2f3b98e434c02363f3dac3174af93c1d690914'
}
}
},
testnet: {
},
livenet: {
},
rinkeby: {
}
};