diff --git a/script/l2/start-zkevm-chain-rpcd.sh b/script/l2/start-zkevm-chain-rpcd.sh index 004325b..6c03e2d 100755 --- a/script/l2/start-zkevm-chain-rpcd.sh +++ b/script/l2/start-zkevm-chain-rpcd.sh @@ -9,7 +9,7 @@ if [ "$ENABLE_PROVER" == "true" ]; then wget https://storage.googleapis.com/zkevm-circuits-keys/19.bin -P /data fi - /prover_rpcd --bind 0.0.0.0:${PORT_ZKEVM_CHAIN_PROVER_RPCD} + /prover_rpcd --bind 0.0.0.0:9000 else sleep infinity fi diff --git a/script/l3/start-zkevm-chain-rpcd.sh b/script/l3/start-zkevm-chain-rpcd.sh index 7aa5152..50c3371 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:${PORT_ZKEVM_CHAIN_PROVER_RPCD} + /prover_rpcd --bind 0.0.0.0:9000 else sleep infinity fi