Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Quantum3-Labs/scaffold-stark-2
Browse files Browse the repository at this point in the history
  • Loading branch information
0xquantum3labs committed Apr 7, 2024
2 parents b0eaa50 + 7da6d07 commit 739ff58
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/nextjs/scaffold.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export type ScaffoldConfig = {
};

const scaffoldConfig = {
targetNetworks: [chains.sepolia],
targetNetworks: [chains.devnet],
// Only show the Burner Wallet when running on devnet
onlyLocalBurnerWallet: false,
/**
Expand Down
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 739ff58

Please sign in to comment.