/ truffle.js
truffle.js
1 module.exports = { 2 networks: { 3 development: { 4 host: "localhost", 5 port: 8540, 6 network_id: "*" // Match any network id 7 } 8 } 9 };
1 module.exports = { 2 networks: { 3 development: { 4 host: "localhost", 5 port: 8540, 6 network_id: "*" // Match any network id 7 } 8 } 9 };