Skip to content

Commit 402a6d0

Browse files
committed
Instruction to elect producers
1 parent f839633 commit 402a6d0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/pos/how-to/validator/validator-ansible.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@ In the `app.toml` file, update the following parameters:
342342

343343
Example: `eth_rpc_url = "https://nd-123-456-789.p2pify.com/60f2a23810ba11c827d3da642802412a"`
344344

345+
* [Optional] Post [Rio hardfork](https://github.com/0xPolygon/Polygon-Improvement-Proposals/blob/main/PIPs/PIP-73.md), which enables [VeBlop architecture](https://github.com/0xPolygon/Polygon-Improvement-Proposals/blob/main/PIPs/PIP-64.md), validators are able to elect block producers through heimdall config flag `producer_votes`, whose default validator`"91,92,93"`. Change this value if needed, e.g. `producer_votes="91,92,93"`.
346+
345347
Finally, save the changes in `app.toml`.
346348

347349
### Configure the Bor service

docs/pos/how-to/validator/validator-packages.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,8 @@ In config file, update the following parameters:
284284

285285
Example: `eth_rpc_url = "https://nd-123-456-789.p2pify.com/60f2a23810ba11c827d3da642802412a"`
286286

287+
* [Optional] Post [Rio hardfork](https://github.com/0xPolygon/Polygon-Improvement-Proposals/blob/main/PIPs/PIP-73.md), which enables [VeBlop architecture](https://github.com/0xPolygon/Polygon-Improvement-Proposals/blob/main/PIPs/PIP-64.md), validators are able to elect block producers through heimdall config flag `producer_votes`, whose default validator`"91,92,93"`. Change this value if needed, e.g. `producer_votes="91,92,93"`.
288+
287289
Finally, save the changes in `app.toml`.
288290

289291
### Configuring Bor

0 commit comments

Comments
 (0)