Skip to content

Instantly share code, notes, and snippets.

@agawish
Last active April 18, 2018 20:31
Show Gist options
  • Save agawish/485d29599708f68fe29b0a7f35622260 to your computer and use it in GitHub Desktop.
Save agawish/485d29599708f68fe29b0a7f35622260 to your computer and use it in GitHub Desktop.
module.exports = {
networks: {
// Test RPC environment
development: {
host: "localhost",
port: 8545,
network_id: "*" //Listen to all networks
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment