aboutsummaryrefslogtreecommitdiffstats
path: root/index_qt.js
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2014-11-17 22:46:46 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2014-11-17 22:46:46 +0800
commit27a8799e4809325bb2d7dbc7480a3de0f9d684d6 (patch)
tree617834c7a3a106e2e9070e9d54f5dc5bf9dddd05 /index_qt.js
parentf6ee8e52dd50ba4e7c2ff2de0ca3bdf2aba9ce3a (diff)
downloaddexon-27a8799e4809325bb2d7dbc7480a3de0f9d684d6.tar.gz
dexon-27a8799e4809325bb2d7dbc7480a3de0f9d684d6.tar.zst
dexon-27a8799e4809325bb2d7dbc7480a3de0f9d684d6.zip
added eth_serpent, contract separated to another file
Diffstat (limited to 'index_qt.js')
-rw-r--r--index_qt.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index_qt.js b/index_qt.js
index df66321b0..d5e47597e 100644
--- a/index_qt.js
+++ b/index_qt.js
@@ -1,4 +1,5 @@
var web3 = require('./lib/main');
web3.providers.QtProvider = require('./lib/qt');
+web3.contract = require('./lib/contract');
module.exports = web3;