Guest User

Untitled

a guest
Jan 17th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. module.exports = {
  2. // See <http://truffleframework.com/docs/advanced/configuration>
  3. // for more about customizing your Truffle configuration!
  4. networks: {
  5. development: {
  6. host: "127.0.0.1",
  7. port: 8545,
  8. network_id: "*" // Match any network id
  9. }
  10. }
  11. };
Add Comment
Please, Sign In to add comment