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