1
0
mirror of https://github.com/fluencelabs/smartcontracts synced 2025-05-10 02:17:12 +00:00

10 lines
154 B
JavaScript
Raw Normal View History

2017-08-07 17:13:21 +03:00
module.exports = {
networks: {
development: {
host: "localhost",
port: 8545,
network_id: "*" // Match any network id
}
}
};