added eth js and geo

This commit is contained in:
Marian Oancea
2014-12-04 23:35:09 +02:00
parent 3054ad1921
commit 00fc14bad0
5 changed files with 48 additions and 7 deletions

10
config/nodes.js Normal file
View File

@@ -0,0 +1,10 @@
var nodes = [
{
nodeName: 'poc-7.ethdev.com',
rpcProvider: 'HttpRpcProvider',
rpcHost: '207.12.89.180',
rpcPort: '8080'
}
];
module.exports = nodes;