Skip to content

Commit

Permalink
Add development network to truffle config (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haythem Sellami authored and sohkai committed Jul 3, 2019
1 parent 34554a8 commit cfb113d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions truffle-config.js
Expand Up @@ -98,6 +98,13 @@ module.exports = {
gas: 0xffffffffff,
gasPrice: 0x01
},
development: {
host: 'localhost',
network_id: '*',
port: 8545,
gas: 6.9e6,
gasPrice: 15000000001
},
},
build: {},
mocha,
Expand Down

0 comments on commit cfb113d

Please sign in to comment.