Skip to content

Commit

Permalink
fix vote commission tx
Browse files Browse the repository at this point in the history
  • Loading branch information
shrpne committed Apr 13, 2021
1 parent 8aea82d commit 874decb
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 16 deletions.
1 change: 1 addition & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ export default {
'minterjs-wallet',
'bip39/src', // minterjs-wallet
'minter-js-sdk',
'minter-js-org',
],
},
};
76 changes: 63 additions & 13 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-console-web",
"version": "0.9.0-alpha.0",
"version": "0.9.1",
"description": "Minter Console Website",
"author": "shrpne <[email protected]>",
"private": true,
Expand Down Expand Up @@ -55,8 +55,8 @@
"json5": "^2.2.0",
"lodash-es": "^4.17.21",
"minter-js-org": "^0.3.3",
"minter-js-sdk": "^0.38.0-alpha.30",
"minterjs-tx": "^10.0.0-alpha.9",
"minter-js-sdk": "^0.38.2",
"minterjs-tx": "^10.0.1",
"minterjs-util": "^0.21.0-aplha.13",
"minterjs-wallet": "^6.0.0",
"nuxt": "^2.15.2",
Expand Down

0 comments on commit 874decb

Please sign in to comment.