From 0a873641010a4d13294c41d2549074c83935781b Mon Sep 17 00:00:00 2001 From: Alex Browne Date: Mon, 25 Jun 2018 16:40:33 -0700 Subject: Use ethereumjs-tx@1.3.5 instead of our fork --- packages/subproviders/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/subproviders') diff --git a/packages/subproviders/package.json b/packages/subproviders/package.json index a04546bc1..782d1b046 100644 --- a/packages/subproviders/package.json +++ b/packages/subproviders/package.json @@ -49,7 +49,7 @@ "ethereum-types": "^0.0.1", "bip39": "^2.5.0", "bn.js": "^4.11.8", - "ethereumjs-tx": "^1.3.3", + "ethereumjs-tx": "^1.3.5", "ethereumjs-util": "^5.1.1", "ganache-core": "0xProject/ganache-core", "hdkey": "^0.7.1", -- cgit