Skip to content

Instantly share code, notes, and snippets.

@richardartoul
Created December 17, 2017 00:15
Show Gist options
  • Save richardartoul/08a603cf3546057017fb594bdc3e97c5 to your computer and use it in GitHub Desktop.
Save richardartoul/08a603cf3546057017fb594bdc3e97c5 to your computer and use it in GitHub Desktop.
Truffle Kovan Configuration
module.exports = {
networks: {
kovan: {
host: "localhost",
port: 8545,
network_id: "*",
gas: 4700000
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment