Skip to content

Commit

Permalink
feat(katla): improve start-zkevm-chain-rpcd.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Jan 18, 2024
1 parent b0a2648 commit 9c7a251
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion script/start-zkevm-chain-rpcd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ set -eou pipefail
if [ "$ENABLE_PROVER" = "true" ]; then
mkdir -p /data

wget https://storage.googleapis.com/zkevm-circuits-keys/kzg_bn254_22.srs -P /data
if [ ! -f "/data/kzg_bn254_22.srs" ];then
wget https://storage.googleapis.com/zkevm-circuits-keys/kzg_bn254_22.srs -P /data
fi

/prover_rpcd \
--bind 0.0.0.0:9000 \
Expand Down

0 comments on commit 9c7a251

Please sign in to comment.