github.com/neatio-net/neatio@v1.7.3-0.20231114194659-f4d7a2226baa/tests/solidity/truffle-config.js (about) 1 module.exports = { 2 networks: { 3 development: { 4 host: 'localhost', 5 port: 9915, 6 network_id: 'neatio' 7 } 8 } 9 }