Skip to content

Commit

Permalink
remove networkid from reset_environment.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
astroseger committed Dec 6, 2018
1 parent ee92245 commit 56a4ca1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ nohup ipfs daemon > ipfs.log 2>&1 &
killall node || echo "supress an error"

cd $SINGNET_REPOS/platform-contracts
nohup ./node_modules/.bin/ganache-cli --mnemonic 'gauge enact biology destroy normal tunnel slight slide wide sauce ladder produce' --networkId 829257324 2>&1 > ~/singnet/ganache.log &
nohup ./node_modules/.bin/ganache-cli --mnemonic 'gauge enact biology destroy normal tunnel slight slide wide sauce ladder produce' 2>&1 > ~/singnet/ganache.log &
./node_modules/.bin/truffle migrate --network local


Expand Down

0 comments on commit 56a4ca1

Please sign in to comment.