This repository was archived by the owner on Mar 11, 2025. It is now read-only.
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
"generate-types" : " npm run generate-types:ethers" ,
33
33
"generate-types:ethers" : " npx typechain \" build/contracts/*\" --target=ethers-v5 --out-dir src/ethers" ,
34
34
"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\" " ,
37
37
"lint" : " npm run lint:solidity && npm run lint:js" ,
38
38
"lint:solidity" : " solhint contracts/**/*.sol" ,
39
39
"lint:js" : " eslint --ext .js ."
You can’t perform that action at this time.
0 commit comments