Skip to content

Instantly share code, notes, and snippets.

@Defcoq
Created March 30, 2022 18:54
Show Gist options
  • Save Defcoq/31760b8701beca0c38cbf4fa6cb487ca to your computer and use it in GitHub Desktop.
Save Defcoq/31760b8701beca0c38cbf4fa6cb487ca to your computer and use it in GitHub Desktop.
module.exports = {
// See <http://truffleframework.com/docs/advanced/configuration>
// to customize your Truffle configuration!
networks: {
development: {
host: "localhost",
port: 7545,
network_id: "5777",
gas: 4600000
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment