2
0
mirror of synced 2025-02-24 12:08:10 +00:00

Updated to most recent stable web3 and ethereum lib.

This commit is contained in:
Richard Moore 2017-10-19 02:51:43 -04:00
parent 121d104d46
commit cb7e40a892

View File

@ -9,7 +9,7 @@
"devDependencies": {
"bip39": "2.2.0",
"bitcoinjs-lib": "2.3.0",
"ethereumjs-abi": "0.6.2",
"ethereumjs-abi": "0.6.4",
"ethereumjs-tx": "1.2.5",
"ethereumjs-util": "4.3.0",
"grunt": "^0.4.5",
@ -19,7 +19,7 @@
"mocha": "^3.2.0",
"rlp": "2.0.0",
"solc": "0.3.5",
"web3": "0.18.2"
"web3": "0.20.2"
},
"scripts": {
"test": "./node_modules/.bin/mocha --timeout 100000 test-*.js"