aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-10-05 06:35:46 +0800
committerDan Finlay <dan@danfinlay.com>2017-10-05 06:35:46 +0800
commit88686a39681ef84f2b503f25b94607d96657a190 (patch)
treee2e7f943fb93246d27d4ef2ab1b4a2048c0ab749 /package.json
parenta142f8913d6807966737572ad43fdcbbdbb5d79e (diff)
downloadtangerine-wallet-browser-88686a39681ef84f2b503f25b94607d96657a190.tar
tangerine-wallet-browser-88686a39681ef84f2b503f25b94607d96657a190.tar.gz
tangerine-wallet-browser-88686a39681ef84f2b503f25b94607d96657a190.tar.bz2
tangerine-wallet-browser-88686a39681ef84f2b503f25b94607d96657a190.tar.lz
tangerine-wallet-browser-88686a39681ef84f2b503f25b94607d96657a190.tar.xz
tangerine-wallet-browser-88686a39681ef84f2b503f25b94607d96657a190.tar.zst
tangerine-wallet-browser-88686a39681ef84f2b503f25b94607d96657a190.zip
Enforce 0x prefix on accounts with new hd keyring
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 03d095228..298691588 100644
--- a/package.json
+++ b/package.json
@@ -69,7 +69,7 @@
"eth-bin-to-ops": "^1.0.1",
"eth-block-tracker": "^2.2.0",
"eth-contract-metadata": "^1.1.4",
- "eth-hd-keyring": "^1.1.1",
+ "eth-hd-keyring": "^1.2.1",
"eth-json-rpc-filters": "^1.2.2",
"eth-keyring-controller": "^2.0.0",
"eth-phishing-detect": "^1.1.4",