git ssb

0+

dangerousbeans / etherstreams



Tree: 5b2e405d30a0a28a8d6b43dd4ec8b16cdba28cf8

Files: 5b2e405d30a0a28a8d6b43dd4ec8b16cdba28cf8 / truffle.js

214 bytesRaw
1module.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