Skip to content

Commit

Permalink
fix upload script
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSachinK committed Sep 22, 2023
1 parent beaed54 commit a3f5d8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circuits-circom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"genkey:chunked:registration": "CIRCUIT_NAME=venmo_registration && cd scripts && ./3_gen_chunk_zkey.sh && cd ..",
"genkey:chunked:unsafe:registration": "CIRCUIT_NAME=venmo_registration && cd scripts && ./3_gen_chunk_zkey_unsafe.sh && cd ..",
"genkey:non-chunked:unsafe:registration": "CIRCUIT_NAME=venmo_registration && cd scripts && ./3_gen_zkey_unsafe.sh && cd ..",
"uploadkeys:send": "CIRCUIT_NAME=venmo_send && cd scripts && ./7_upload_to_s3.sh $UPLOAD_FOLDER && cd ..",
"uploadkeys:receive": "CIRCUIT_NAME=venmo_receive && cd scripts && ./7_upload_to_s3.sh $UPLOAD_FOLDER && cd ..",
"uploadkeys:registration": "CIRCUIT_NAME=venmo_registration && cd scripts && ./7_upload_to_s3.sh $UPLOAD_FOLDER && cd ..",
"uploadkeys:send": "CIRCUIT_NAME=venmo_send && cd scripts && ./7_upload_to_s3.sh && cd ..",
"uploadkeys:receive": "CIRCUIT_NAME=venmo_receive && cd scripts && ./7_upload_to_s3.sh && cd ..",
"uploadkeys:registration": "CIRCUIT_NAME=venmo_registration && cd scripts && ./7_upload_to_s3.sh && cd ..",
"test:receive": "yarn test ./test/venmo_receive.spec.ts",
"test:send": "yarn test ./test/venmo_send.spec.ts",
"test:registration": "yarn test ./test/venmo_registration.spec.ts"
Expand Down

0 comments on commit a3f5d8f

Please sign in to comment.