diff options
author | kumavis <kumavis@users.noreply.github.com> | 2016-07-14 14:39:44 +0800 |
---|---|---|
committer | Dan Finlay <somniac@me.com> | 2016-07-14 14:39:44 +0800 |
commit | 97e38b4983629eb76a130da4f9782152f2cb1860 (patch) | |
tree | f4072553c3235a31106cb182bb75bb92e4588f81 /package.json | |
parent | dbc9008295f96b8917c5b66d8df2c2e2360c2814 (diff) | |
download | tangerine-wallet-browser-97e38b4983629eb76a130da4f9782152f2cb1860.tar tangerine-wallet-browser-97e38b4983629eb76a130da4f9782152f2cb1860.tar.gz tangerine-wallet-browser-97e38b4983629eb76a130da4f9782152f2cb1860.tar.bz2 tangerine-wallet-browser-97e38b4983629eb76a130da4f9782152f2cb1860.tar.lz tangerine-wallet-browser-97e38b4983629eb76a130da4f9782152f2cb1860.tar.xz 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.json | 1 |
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", |