@ensdomains/root
Version:
[](https://travis-ci.com/ensdomains/root) [](LICENSE)
23 lines (22 loc) • 373 B
JavaScript
module.exports = {
networks: {
local: {
host: "localhost",
port: 9545,
network_id: "*",
gas: 4000000,
},
ropsten: {
host: "localhost",
port: 8545,
network_id: "3",
from: "0xa303ddc620aa7d1390baccc8a495508b183fab59",
gas: 5000000,
}
},
compilers: {
solc: {
version: "0.8.3",
}
}
};