Skip to content

Instantly share code, notes, and snippets.

@yangga
Created April 21, 2019 00:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yangga/2b1e2d737ce0b5feeebc39eef552ce72 to your computer and use it in GitHub Desktop.
Save yangga/2b1e2d737ce0b5feeebc39eef552ce72 to your computer and use it in GitHub Desktop.
module.exports = {
networks: {
development: {
host: "127.0.0.1", // Localhost (default: none)
port: 8545, // Standard Ethereum port (default: none)
network_id: "*", // Any network (default: none)
},
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment