Skip to content

Commit

Permalink
Staking CLI: Add missing TON dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
welldan97 committed Jul 24, 2024
1 parent 233d091 commit 8a2193b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion packages/staking-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chorus-one/staking-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "All in one CLI for running staking operations on many blockchain networks",
"scripts": {
"build": "rm -fr dist/* && tsc -p tsconfig.cjs.json --outDir dist/cjs && chmod +x dist/cjs/index.js",
Expand Down Expand Up @@ -34,6 +34,7 @@
"@chorus-one/signer-local": "^1.0.0",
"@chorus-one/solana": "^1.0.0",
"@chorus-one/substrate": "^1.0.0",
"@chorus-one/ton": "^1.0.0",
"@chorus-one/utils": "^1.0.0",
"@commander-js/extra-typings": "^11.1.0",
"chalk": "^4.1.2"
Expand Down

0 comments on commit 8a2193b

Please sign in to comment.