Guest User

Untitled

a guest
Feb 25th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. networks: {
  2. <yourNetworkName>: {
  3. host: "127.0.0.1",
  4. port: 8545,
  5. network_id: "*", // i.e. run on any network your geth node is connected to
  6. //from: "0x<your address>", // if you want to deploy from a specific node address, otherwise it'll default to eth.accounts[0]
  7. gas: 4712388, //default 4712388
  8. gasPrice: 100000000000 // default 100000000000(100 Shannon)
  9. }
Add Comment
Please, Sign In to add comment