Skip to content

Instantly share code, notes, and snippets.

@datawookie
Last active November 19, 2017 06:48
Show Gist options
  • Save datawookie/85f69833b4be8130c5b42f3ccdc63e02 to your computer and use it in GitHub Desktop.
Save datawookie/85f69833b4be8130c5b42f3ccdc63e02 to your computer and use it in GitHub Desktop.
Truffle configuration (for truffle console)
// Configuration for Truffle development console.
//
module.exports = {
networks: {
development: {
host: "localhost",
port: 9545,
network_id: "*",
gas: 4000000
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment