Skip to content

Commit

Permalink
chore(docs): add mainnet chains (#2621)
Browse files Browse the repository at this point in the history
List mainnet chains on running a validator doc

issue: none
  • Loading branch information
fabtreb authored Dec 3, 2024
1 parent 4a4a720 commit 072ca32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/content/operate/validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ The config below is for the **Omega** testnet network. Adjust accordingly for th
#### 1.1 Configure RPC endpoints for supported chains
Halo nodes running as validators require RPC endpoints for L1 and L2 cross chain validation duties.
This must to be configured in under `[xchain.evm-rpc-endpoints]` in the halo config file `~/.omni/omega/halo/config/halo.toml`.
The chains currently required are: `arb_sepolia, base_sepolia, holesky, op_sepolia`.
The chains currently required for Omega are: `arb_sepolia, base_sepolia, holesky, op_sepolia`.
For Mainnet, they are: `arbitrum_one, base, ethereum, optimism`.

```
#######################################################################
Expand Down

0 comments on commit 072ca32

Please sign in to comment.