Skip to content

Instantly share code, notes, and snippets.

@mymizan
Created November 24, 2017 11:23
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 mymizan/3890b5041c21c096ea6bf8b51e3d815f to your computer and use it in GitHub Desktop.
Save mymizan/3890b5041c21c096ea6bf8b51e3d815f to your computer and use it in GitHub Desktop.
module.exports = {
networks: {
development: {
host: "localhost",
port: 8545,
network_id: "*" // Match any network id
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment