diff --git a/lib/node.js b/lib/node.js index 43c27a3..ee16329 100644 --- a/lib/node.js +++ b/lib/node.js @@ -492,6 +492,8 @@ Node.prototype.installContract = function() Node.prototype.init = function() { + web3.eth.register('0xb52ee9e9d0782c46f07ec2538cbacada1d0fcf69'); + this.installContract(); this.update(); this.setWatches(); diff --git a/package.json b/package.json index 5ffd9eb..7f14447 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eth-net-intelligence-api", "description": "Ethereum Network Intelligence API", - "version": "0.0.2", + "version": "0.0.3", "private": true, "main": "./app.js", "directories": {