Skip to content

Instantly share code, notes, and snippets.

@sarbogast
Created September 3, 2017 19:02
Show Gist options
  • Save sarbogast/3873c0d3bc9fed0d1e9cb71d6b166760 to your computer and use it in GitHub Desktop.
Save sarbogast/3873c0d3bc9fed0d1e9cb71d6b166760 to your computer and use it in GitHub Desktop.
Truffle config
module.exports = {
networks: {
development: {
host: "localhost",
port: 8545,
network_id: "*" // Match any network id
},
rinkeby: {
host: "localhost",
port: 8545,
network_id: 4 // Rinkeby test network
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment