Skip to content

Commit

Permalink
rpc override
Browse files Browse the repository at this point in the history
  • Loading branch information
syntrust committed Mar 9, 2024
1 parent c4ec666 commit 0cf8a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/sh
#!/bin/bash

# usage:
# env ES_NODE_STORAGE_MINER=<miner> ES_NODE_SIGNER_PRIVATE_KEY=<private_key> ./run.sh
# for one zk proof per sample (if the storage contract supports):
# env ES_NODE_STORAGE_MINER=<miner> ES_NODE_SIGNER_PRIVATE_KEY=<private_key> ./run.sh --miner.zk-prover-mode 1
# env ES_NODE_STORAGE_MINER=<miner> ES_NODE_SIGNER_PRIVATE_KEY=<private_key> ./run.sh --miner.zk-prover-mode 1 --l1.rpc <el-rpc> --l1.beacon <cl-rpc>

if [ -z "$ES_NODE_STORAGE_MINER" ]; then
echo "Please provide 'ES_NODE_STORAGE_MINER' as an environment variable"
Expand Down

0 comments on commit 0cf8a6c

Please sign in to comment.