UNPKG

canonical-weth

Version:

Canonical WETH package (see https://blog.0xproject.com/canonical-weth-a9aa7d0279dd)

32 lines (30 loc) 492 B
const { argv } = require("yargs"); module.exports = { networks: { mainnet: { host: "localhost", port: 8545, network_id: "1" }, ropsten: { host: "localhost", port: 8545, network_id: "3" }, kovan: { host: "localhost", port: 8545, network_id: "42" }, rinkeby: { host: "localhost", port: 8545, network_id: "4" } }, compilers: { solc: { version: argv.solcVersion } } };