Skip to content

Instantly share code, notes, and snippets.

@m-yahya
Created November 15, 2018 16:37
Show Gist options
  • Save m-yahya/52335a9d6b2bafea99924f469f63c05e to your computer and use it in GitHub Desktop.
Save m-yahya/52335a9d6b2bafea99924f469f63c05e to your computer and use it in GitHub Desktop.
module.exports = {
networks:{
development:{
host: '127.0.0.1',
port: 8545,
network_id: '*' // match any netwrok id
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment