Skip to content

Commit

Permalink
v0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shrpne committed Apr 9, 2021
1 parent 3beb6ca commit 59787d0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## WIP
## 0.38.0 - 2021.04.09
- add v2 pool, token, vote, and other tx data
- add `estimateCoinSellAll` API method
- add `swapFrom`, `route` and `gasCoin` parameters to estimation API methods
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minter-js-sdk",
"version": "0.38.0-alpha.34",
"version": "0.38.0",
"description": "JS SDK for Minter Blockchain",
"main": "dist/cjs/index.js",
"module": "src/index.js",
Expand Down Expand Up @@ -65,8 +65,8 @@
"ethereumjs-util": "^7.0.9",
"ethjs-util": "^0.1.6",
"lodash-es": "^4.17.21",
"minterjs-tx": "^10.0.0-alpha.9",
"minterjs-util": "^0.21.0-aplha.12",
"minterjs-tx": "^10.0.0",
"minterjs-util": "^0.21.0",
"minterjs-wallet": "^6.1.0",
"qs": "^6.10.1",
"rlp": "^2.2.6",
Expand Down

0 comments on commit 59787d0

Please sign in to comment.