Files: 5b2e405d30a0a28a8d6b43dd4ec8b16cdba28cf8 / truffle.js
214 bytesRaw
1 | module.exports = { |
2 | migrations_directory: "./migrations", |
3 | networks: { |
4 | development: { |
5 | host: "localhost", |
6 | port: 8545, |
7 | network_id: "*", // Match any network id |
8 | gas: 4600000 |
9 | } |
10 | } |
11 | }; |
12 |
Built with git-ssb-web