Skip to content

Commit

Permalink
proposer add multiple endpoints for flag PROVER_ENDPOINTS
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusWentz committed Oct 4, 2023
1 parent 22d5238 commit 74f36a8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/website/pages/docs/guides/enable-a-proposer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,17 @@ If you are not running a local prover, then you can specify a prover from the [p

- `PROVER_ENDPOINTS`

<Callout type="warning">
In you run into error
```shell
Proposing operation error="failed to propose transactions: unable to find prover"
```
try adding multiple prover endpoints
```shell
PROVER_ENDPOINTS=<PROVER_ENDPOINT_1>:<PROVER_ENDPOINT_2>:<PROVER_ENDPOINT_3>
```
</Callout>

### Check proposer status logs

To see if your proposer is running correctly or has errors run:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ You can safely ignore this "warn" level message, it simply means you just ignore
A flag might not be set in your .env file.
Copy the default .env file, then reset your RPC node and proposer with the updated flag values.

#### `info: Skip an invalid proposed transaction reason="nonce too low`
#### `info: Skip an invalid proposed transaction reason="nonce too low"`

Scenario when the mempool is small and proposers are trying to propose the same transactions within an L1 block.
The first proposer included on chain will successfully propose these transactions.
Expand Down

0 comments on commit 74f36a8

Please sign in to comment.