aboutsummaryrefslogtreecommitdiffstats
path: root/index.js
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2014-11-13 01:59:29 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2014-11-13 01:59:29 +0800
commit05290d554749c7b3507da4af11796112c67be718 (patch)
tree2b6b24bc486d7b8b6613f9d20e7f6d42136a328e /index.js
parentdc100f85b3719f38a92223c39eb36d8d4ff24cdb (diff)
downloadgo-tangerine-05290d554749c7b3507da4af11796112c67be718.tar.gz
go-tangerine-05290d554749c7b3507da4af11796112c67be718.tar.zst
go-tangerine-05290d554749c7b3507da4af11796112c67be718.zip
abi, the beginning
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index 4cf36348f..338b88223 100644
--- a/index.js
+++ b/index.js
@@ -3,5 +3,6 @@ web3.providers.WebSocketProvider = require('./lib/websocket');
web3.providers.HttpRpcProvider = require('./lib/httprpc');
web3.providers.QtProvider = require('./lib/qt');
web3.providers.AutoProvider = require('./lib/autoprovider');
+web3.abi = require('./lib/abi');
module.exports = web3;