Skip to content

Instantly share code, notes, and snippets.

@amazingandyyy
Created November 19, 2017 21:31
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 amazingandyyy/b2d3411720d7b946d0d6ea5ad4b6f244 to your computer and use it in GitHub Desktop.
Save amazingandyyy/b2d3411720d7b946d0d6ea5ad4b6f244 to your computer and use it in GitHub Desktop.
For truffle 3
module.exports = {
networks: {
development: {
host: "localhost",
port: 8545,
network_id: "*", // Match any network id
gas: 4700000
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment