poa-bridge/truffle/truffle.js

10 lines
155 B
JavaScript
Raw Normal View History

2017-09-01 06:11:20 -07:00
module.exports = {
networks: {
development: {
host: "localhost",
port: 8547,
network_id: "*", // Match any network id
2017-09-01 06:11:20 -07:00
}
}
};