aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2016-07-14 14:39:44 +0800
committerDan Finlay <somniac@me.com>2016-07-14 14:39:44 +0800
commit97e38b4983629eb76a130da4f9782152f2cb1860 (patch)
treef4072553c3235a31106cb182bb75bb92e4588f81 /package.json
parentdbc9008295f96b8917c5b66d8df2c2e2360c2814 (diff)
downloadtangerine-wallet-browser-97e38b4983629eb76a130da4f9782152f2cb1860.tar.gz
tangerine-wallet-browser-97e38b4983629eb76a130da4f9782152f2cb1860.tar.zst
tangerine-wallet-browser-97e38b4983629eb76a130da4f9782152f2cb1860.zip
new tx - calculate estimatedGas and show thing in tx-details (#441)
* new tx - calculate estimatedGas and show thing in tx-details * Bump changelog
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 4438092c2..8d2540ef2 100644
--- a/package.json
+++ b/package.json
@@ -32,6 +32,7 @@
"end-of-stream": "^1.1.0",
"eth-bin-to-ops": "^1.0.0",
"eth-lightwallet": "^2.3.3",
+ "eth-query": "^1.0.3",
"eth-store": "^1.1.0",
"ethereumjs-tx": "^1.0.0",
"ethereumjs-util": "^4.4.0",