fix decodeAssetData for addresses starting in 0

This commit is contained in:
Luke Autry
2018-07-21 18:05:33 -04:00
parent 8e7c395f59
commit b466431ede
3 changed files with 4 additions and 4 deletions

View File

@@ -81,9 +81,9 @@
"@0xproject/web3-wrapper": "^1.0.0",
"ethereum-types": "^1.0.0",
"bn.js": "^4.11.8",
"ethereumjs-abi": "^0.6.4",
"ethereumjs-abi": "^0.6.5",
"ethereumjs-util": "^5.1.1",
"ethers": "3.0.22",
"lodash": "^4.17.4"
}
}
}

View File

@@ -82,7 +82,7 @@
"@types/node": "^8.0.53",
"bn.js": "^4.11.8",
"ethereum-types": "^1.0.0",
"ethereumjs-abi": "^0.6.4",
"ethereumjs-abi": "^0.6.5",
"ethereumjs-util": "^5.1.1",
"ethers": "3.0.22",
"lodash": "^4.17.4"

View File

@@ -4999,7 +4999,7 @@ ethereum-types@^0.0.2:
"@types/node" "^8.0.53"
bignumber.js "~4.1.0"
ethereumjs-abi@0.6.5, ethereumjs-abi@^0.6.4, "ethereumjs-abi@git+https://github.com/ethereumjs/ethereumjs-abi.git":
ethereumjs-abi@0.6.5, ethereumjs-abi@^0.6.5, "ethereumjs-abi@git+https://github.com/ethereumjs/ethereumjs-abi.git":
version "0.6.5"
resolved "git+https://github.com/ethereumjs/ethereumjs-abi.git#4ea2fdfed09e8f99117d9362d17c6b01b64a2bcf"
dependencies: