Add ethers to web3-wrapper

This commit is contained in:
Jacob Evans 2018-04-19 14:59:10 +10:00
parent b264bbea84
commit 207019c7f3
No known key found for this signature in database
GPG Key ID: 2036DA2ADDFB0842

View File

@ -62,6 +62,7 @@
"@0xproject/typescript-typings": "^0.2.0", "@0xproject/typescript-typings": "^0.2.0",
"@0xproject/utils": "^0.5.2", "@0xproject/utils": "^0.5.2",
"ethers-contracts": "^2.2.1", "ethers-contracts": "^2.2.1",
"ethers": "^3.0.15",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"web3": "^0.20.0" "web3": "^0.20.0"
}, },