Skip to content

Commit

Permalink
Update reset_environment.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Deralden authored May 27, 2024
1 parent 5482899 commit 40837f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testcases/utils/reset_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ nohup ipfs daemon >ipfs.log 2>&1 &

# II. restart ganache and remigrate platform-contracts
killall node || echo "supress an error"
pwd
cd ../platform-contracts
nohup ./node_modules/.bin/ganache-cli --mnemonic 'gauge enact biology destroy normal tunnel slight slide wide sauce ladder produce' --networkId 829257324 >/dev/null &
./node_modules/.bin/truffle migrate --network local
Expand Down

0 comments on commit 40837f0

Please sign in to comment.