Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cliff0412 committed Feb 26, 2019
1 parent 2f7f9df commit c82e421
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 8 deletions.
3 changes: 2 additions & 1 deletion bash/aws1.sh → bash/aws.sh
Expand Up @@ -3,4 +3,5 @@ rm *.log
npm run trades assets=ETH,USD server aws &> trades.ALL.log &
npm run commit server aws pair=ETH_USD &>> commit.log &
npm run cleanDB server aws &>> cleanDB.log &
npm run round contractType=Vivaldi tenor=100C-3H debug server aws &>> vivaldi-100C-3H.log &
npm run round contractType=Vivaldi tenor=100C-3H debug server aws &>> vivaldi-100C-3H.log &
npm run events server events=StartReset,StartPreReset,Others $1 &>> events.log &
1 change: 0 additions & 1 deletion bash/aws2.sh

This file was deleted.

3 changes: 2 additions & 1 deletion bash/azure1.sh → bash/azure.sh
Expand Up @@ -3,4 +3,5 @@ rm *.log
npm run trades assets=ETH,USD server azure &> trades.ALL.log &
npm run commit server azure pair=ETH_USD &>> commit.log &
npm run cleanDB server azure &>> cleanDB.log &
npm run round contractType=Vivaldi tenor=100C-3H debug server azure &>> vivaldi-100C-3H.log &
npm run round contractType=Vivaldi tenor=100C-3H debug server azure &>> vivaldi-100C-3H.log &
npm run events server events=StartReset,StartPreReset,Others $1 &>> events.log &
1 change: 0 additions & 1 deletion bash/azure2.sh

This file was deleted.

3 changes: 2 additions & 1 deletion bash/gcp1.sh → bash/gcp.sh
Expand Up @@ -3,4 +3,5 @@ rm *.log
npm run trades assets=ETH,USD server gcp &> trades.ALL.log &
npm run commit server gcp pair=ETH_USD &>> commit.log &
npm run cleanDB server gcp &>> cleanDB.log &
npm run round contractType=Vivaldi tenor=100C-3H debug server gcp &>> vivaldi-100C-3H.log &
npm run round contractType=Vivaldi tenor=100C-3H debug server gcp &>> vivaldi-100C-3H.log &
npm run events server events=StartReset,StartPreReset,Others $1 &>> events.log &
1 change: 0 additions & 1 deletion bash/gcp2.sh

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -9,12 +9,10 @@
"tslint": "tslint -c tslint.json -p tsconfig.json src/**/*.ts{,x} --fix",
"commit": "ts-node ./src/index commit",
"trades": "ts-node src/index trades",
"trigger": "ts-node ./src/index trigger",
"prices": "ts-node src/index prices",
"node": "ts-node ./src/index node",
"cleanDB": "ts-node ./src/index cleanDB",
"fetchPrice": "ts-node ./src/index fetchPrice",
"fetchEvents": "ts-node ./src/index fetchEvents",
"startCustodian": "ts-node ./src/index startCustodian",
"round": "ts-node ./src/index round",
"events": "ts-node ./src/index events"
Expand Down

0 comments on commit c82e421

Please sign in to comment.