Skip to content

Commit

Permalink
Merge pull request #8 from vechain/fix-abi
Browse files Browse the repository at this point in the history
Fix abi
  • Loading branch information
qianbin authored Mar 19, 2019
2 parents 4fa5e17 + f8c53de commit 8141bbe
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 110 deletions.
141 changes: 64 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thor-devkit",
"version": "0.9.0",
"version": "0.9.1",
"description": "Typescript library to aid DApp development on VeChain Thor",
"main": "dist/index.js",
"module": "es6/index.js",
Expand Down Expand Up @@ -70,10 +70,10 @@
"typescript": "^2.9.1"
},
"dependencies": {
"@vechain/web3-eth-abi": "^1.0.0-beta.34-2",
"bignumber.js": "^7.2.1",
"bip39": "^2.5.0",
"blakejs": "^1.1.0",
"ethers": "^4.0.27",
"fast-json-stable-stringify": "^2.0.0",
"hdkey": "^1.0.0",
"keccak": "^1.4.0",
Expand Down
Loading

0 comments on commit 8141bbe

Please sign in to comment.