Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
chore(repo): add solc download check suite for PlonkVerifier comp…
Browse files Browse the repository at this point in the history
…ilation (#381)

Co-authored-by: David <[email protected]>
  • Loading branch information
joohhnnn and davidtaikocha authored Sep 4, 2023
1 parent c359a17 commit 4b5d6dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integration_test/nodes/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ DIR=$(
pwd
)

# Download solc for PlonkVerifier
$TAIKO_MONO_DIR/packages/protocol/script/download_solc.sh

echo "Starting testnet..."

docker compose -f $TESTNET_CONFIG down -v --remove-orphans &>/dev/null
Expand Down

0 comments on commit 4b5d6dd

Please sign in to comment.