chore: render toml in readme (#86)

This commit is contained in:
Noah Citron 2022-11-03 21:57:46 -04:00 committed by GitHub
parent ba08cc1a3c
commit 20c86907e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Helios will now run a local RPC server at `http://127.0.0.1:8545`.
### Configuration Files
All configuration options can be set on a per-network level in `~/.helios/helios.toml`. Here is an example config file:
```
```toml
[mainnet]
consensus_rpc = "https://www.lightclientdata.org"
execution_rpc = "https://eth-mainnet.g.alchemy.com/v2/XXXXX"