Skip to content

Commit

Permalink
book: add env guide to exex book (paradigmxyz#10310)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdud007 authored Aug 14, 2024
1 parent 4421565 commit 60905f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/developers/exex/remote.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,10 +475,10 @@ async fn main() -> eyre::Result<()> {
## Running

In one terminal window, we will run our ExEx and gRPC server. It will start syncing Reth on the Holesky chain
and use Etherscan in place of a real Consensus Client.
and use Etherscan in place of a real Consensus Client. Make sure to have `ETHERSCAN_API_KEY` on your env.

```console
cargo run --bin exex --release -- node --chain holesky --debug.etherscan
export ETHERSCAN_API_KEY={YOUR_API_KEY} && cargo run --bin exex --release -- node --chain holesky --debug.etherscan
```

And in the other, we will run our consumer:
Expand Down

0 comments on commit 60905f2

Please sign in to comment.