Skip to content

Instantly share code, notes, and snippets.

@ashgansh
Created March 14, 2018 15:17
Show Gist options
  • Save ashgansh/e9476f04ba9ae2bd628e920814cf492a to your computer and use it in GitHub Desktop.
Save ashgansh/e9476f04ba9ae2bd628e920814cf492a to your computer and use it in GitHub Desktop.
module.exports = {
networks: {
development: {
host: "localhost",
port: 8545,
network_id: "*",
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment