Skip to content

Commit

Permalink
Remove bash (#34)
Browse files Browse the repository at this point in the history
* updadte json script

* remove bash scripts
  • Loading branch information
0xquantum3labs authored Apr 7, 2024
1 parent 7020bc1 commit 7da6d07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions packages/snfoundry/bash/run-devnet.sh

This file was deleted.

2 changes: 1 addition & 1 deletion packages/snfoundry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ss-2/snfoundry",
"version": "0.0.1",
"scripts": {
"chain": "cd bash && ./run-devnet.sh",
"chain": "cd local-devnet && cargo run -- --seed 0 --account-class cairo1",
"deploy": "node scripts_js/helpers/deploy-wrapper.js",
"prev-deploy": "scarb build && node scripts_js/deploy.js ${1} > ./scripts_js/deployOutput.txt && node ./scripts_js/parseDeployOutput.js",
"bare-deploy": "scripts_js/deploy.js"
Expand Down

0 comments on commit 7da6d07

Please sign in to comment.