generated from proofoftom/buidler-waffle-typechain-quasar
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #746 from clrfund/merge/clrfund-static
Enable static app without subgraph
- Loading branch information
Showing
377 changed files
with
35,921 additions
and
21,222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#!/bin/bash | ||
set -e | ||
|
||
BASE_URL="https://maci-develop-fra.s3.eu-central-1.amazonaws.com/v1.2.0" | ||
PKGS="maci_artifacts_6-9-2-3_prod.tar.gz" | ||
|
||
for p in $PKGS | ||
do | ||
url="$BASE_URL/$p" | ||
echo "downloading $url" | ||
curl $url -o $p | ||
extension="${p##*.}" | ||
if [ "$extension" == "gz" ] | ||
then | ||
tar -zxvf $p | ||
fi | ||
done | ||
|
||
mv zkeys params | ||
rm maci_artifacts_6-9-2-3_prod.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#!/bin/bash | ||
set -e | ||
|
||
PKGS="zkeys_10-2-1-2_glibc-211.tar.gz ProcessMessages_10-2-1-2_test.0.zkey TallyVotes_10-1-2_test.0.zkey" | ||
|
||
mkdir -p params | ||
cd params | ||
|
||
|
||
BASE_URL=https://maci-develop-fra.s3.eu-central-1.amazonaws.com/v1.1.1-aa4ba27/10-2-1-2 | ||
for p in $PKGS | ||
do | ||
url="$BASE_URL/$p" | ||
echo "downloading $url" | ||
curl $url -o $p | ||
extension="${p##*.}" | ||
if [ "$extension" == "gz" ] | ||
then | ||
tar -xvf $p | ||
fi | ||
done | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.