From dfa096abd72c68c1658d4d59a2d13947e7e5f1a0 Mon Sep 17 00:00:00 2001 From: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com> Date: Wed, 20 Sep 2023 01:06:13 +0900 Subject: [PATCH] chore(website): make prover endpoint step more clear (#14732) --- packages/website/pages/docs/guides/enable-a-proposer.mdx | 6 ++++-- packages/website/pages/docs/guides/enable-a-prover.mdx | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/website/pages/docs/guides/enable-a-proposer.mdx b/packages/website/pages/docs/guides/enable-a-proposer.mdx index 1fc48c70cce..4aa71a3a9b2 100644 --- a/packages/website/pages/docs/guides/enable-a-proposer.mdx +++ b/packages/website/pages/docs/guides/enable-a-proposer.mdx @@ -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` diff --git a/packages/website/pages/docs/guides/enable-a-prover.mdx b/packages/website/pages/docs/guides/enable-a-prover.mdx index 8afcfb265ae..1be55ea8442 100644 --- a/packages/website/pages/docs/guides/enable-a-prover.mdx +++ b/packages/website/pages/docs/guides/enable-a-prover.mdx @@ -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.