ethstats-server/config/nodes.js

25 lines
398 B
JavaScript
Raw Normal View History

2014-12-04 22:35:09 +01:00
var nodes = [
2015-01-20 19:29:31 +01:00
// {
// name: 'poc-7.ethdev.com',
// rpcHost: '207.12.89.180',
2015-01-28 01:41:04 +01:00
// rpcPort: '8080'
2015-01-20 19:29:31 +01:00
// },
// {
// name: '54.204.10.41',
// rpcHost: '54.204.10.41',
2015-01-28 01:41:04 +01:00
// rpcPort: '8080'
2015-01-20 19:29:31 +01:00
// },
// {
2015-01-28 01:41:04 +01:00
// name: 'poc-7.ethdev.com - new IP',
// rpcHost: '5.45.179.140',
2015-01-20 19:29:31 +01:00
// rpcPort: '8080'
2015-01-28 01:41:04 +01:00
// },
{
name: 'local',
rpcHost: 'localhost',
rpcPort: '8080'
}
2014-12-04 22:35:09 +01:00
];
module.exports = nodes;