Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): add mainnet chains #2621

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading