Guest User

Untitled

a guest
Jul 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. module.exports = {
  2. networks: {
  3. development: {
  4. host: 'localhost',
  5. gas: 6000000,
  6. port: 8545,
  7. network_id: '4000'
  8. },
  9. rinkeby: {
  10. host: "localhost", // Connect to geth on the specified
  11. port: 8545,
  12. from: "0x1288AB0bf7FE0Ad09d7f28bd4Ab2B06332e625a2",
  13. network_id: 4,
  14. gas: 4612388
  15. }
  16. }
  17. }
Add Comment
Please, Sign In to add comment