Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 0e32bbd

Browse files
committed
fix: deploying local networks
1 parent 5df3ed0 commit 0e32bbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"generate-types": "npm run generate-types:ethers",
3333
"generate-types:ethers": "npx typechain \"build/contracts/*\" --target=ethers-v5 --out-dir src/ethers",
3434
"test": "echo \\\\\\\"Error: no test specified\\\\\\\" && exit 1",
35-
"deploy:local:1": "concurrently --raw --kill-others --success first \"ganache --chainId 1337 -d --db data/ --m 'black toward wish jar twin produce remember fluid always confirm bacon slush' \" \"truffle migrate --network test\"",
36-
"deploy:local:2": "concurrently --raw --kill-others --success first \"ganache -p 8547 --chainId 1338 -d --db data/ --m 'black toward wish jar twin produce remember fluid always confirm bacon slush' \" \"truffle migrate --network test2\"",
35+
"deploy:local:1": "concurrently --raw --kill-others --success first \"ganache --chain.chainId 1337 --database.dbPath data/ --m 'black toward wish jar twin produce remember fluid always confirm bacon slush' \" \"truffle migrate --network test\"",
36+
"deploy:local:2": "concurrently --raw --kill-others --success first \"ganache -p 8547 --chain.chainId 1338 --database.dbPath data/ --m 'black toward wish jar twin produce remember fluid always confirm bacon slush' \" \"truffle migrate --network test2\"",
3737
"lint": "npm run lint:solidity && npm run lint:js",
3838
"lint:solidity": "solhint contracts/**/*.sol",
3939
"lint:js": "eslint --ext .js ."

0 commit comments

Comments
 (0)