chore: render toml in readme (#86)
This commit is contained in:
parent
ba08cc1a3c
commit
20c86907e2
|
@ -32,7 +32,7 @@ Helios will now run a local RPC server at `http://127.0.0.1:8545`.
|
||||||
|
|
||||||
### Configuration Files
|
### Configuration Files
|
||||||
All configuration options can be set on a per-network level in `~/.helios/helios.toml`. Here is an example config file:
|
All configuration options can be set on a per-network level in `~/.helios/helios.toml`. Here is an example config file:
|
||||||
```
|
```toml
|
||||||
[mainnet]
|
[mainnet]
|
||||||
consensus_rpc = "https://www.lightclientdata.org"
|
consensus_rpc = "https://www.lightclientdata.org"
|
||||||
execution_rpc = "https://eth-mainnet.g.alchemy.com/v2/XXXXX"
|
execution_rpc = "https://eth-mainnet.g.alchemy.com/v2/XXXXX"
|
||||||
|
|
Loading…
Reference in New Issue