diff --git a/script/l3/start-zkevm-chain-rpcd.sh b/script/l3/start-zkevm-chain-rpcd.sh index 50c3371..7aa5152 100755 --- a/script/l3/start-zkevm-chain-rpcd.sh +++ b/script/l3/start-zkevm-chain-rpcd.sh @@ -7,7 +7,7 @@ if [ "$ENABLE_PROVER" == "true" ]; then rm -rf /data/kzg_bn254_21.srs && wget https://storage.googleapis.com/zkevm-circuits-keys/kzg_bn254_21.srs -P /data - /prover_rpcd --bind 0.0.0.0:9000 + /prover_rpcd --bind 0.0.0.0:${PORT_ZKEVM_CHAIN_PROVER_RPCD} else sleep infinity fi