Skip to content

Instantly share code, notes, and snippets.

@zabirauf
Created January 16, 2018 03:20
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 zabirauf/3eb49f0beb3e13a82208590142b6ae8b to your computer and use it in GitHub Desktop.
Save zabirauf/3eb49f0beb3e13a82208590142b6ae8b to your computer and use it in GitHub Desktop.
module.exports = {
networks: {
development: {
host: "localhost", // Ganache RPC server URL
port: 7545, // Ganache RPC server Port
network_id: "*" // Match any network id
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment