poa-bridge/truffle/truffle.js

10 lines
155 B
JavaScript

module.exports = {
networks: {
development: {
host: "localhost",
port: 8547,
network_id: "*", // Match any network id
}
}
};