Skip to content

Commit

Permalink
chore(website): make prover endpoint step more clear (#14732)
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored Sep 19, 2023
1 parent 41ad1de commit dfa096a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions packages/website/pages/docs/guides/enable-a-proposer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ Set the following environment variables to enable your node as a proposer:
- Set `L1_PROPOSER_PRIVATE_KEY` to the private key of your L1 account (with balance) who will send TaikoL1.proposeBlock transactions
- Set `L2_SUGGESTED_FEE_RECIPIENT` to the address of your L2 account who will be the tx fee beneficiary of the L2 blocks that you proposed

### Set a prover market prover
### Set a prover market prover (needed if not running a prover locally)

By default, the proposer will select a local prover to acquire the bond needed to propose a block. You can also specify a prover from the [prover market](/docs/reference/prover-market) by overriding the default value for:
Doing this is optional if you are already running a local prover. See [enable a prover](/docs/guides/enable-a-prover) for more information on how to set that up. By default the proposer will select your local prover to provide bonds for the proposed blocks.

If you are not running a local prover, then you can specify a prover from the [prover market](/docs/reference/prover-market-page) by overriding the default value for:

- `PROVER_ENDPOINTS`

Expand Down
2 changes: 1 addition & 1 deletion packages/website/pages/docs/guides/enable-a-prover.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ You can check all commands to see prover logs in the [node runner manual](/docs/

### Register your prover (optionally)

Add your prover to the [prover registration page](/docs/reference/prover-market.mdx) so that other block proposers can find your prover and request bonds.
Add your prover to the [prover registration page](/docs/reference/prover-market-page) so that other block proposers can find your prover and request bonds.

</Steps>

Expand Down

0 comments on commit dfa096a

Please sign in to comment.