From 20c86907e203ff048de8fa37fcc76021c9d241fb Mon Sep 17 00:00:00 2001 From: Noah Citron Date: Thu, 3 Nov 2022 21:57:46 -0400 Subject: [PATCH] chore: render toml in readme (#86) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4eaca75..c9e604c 100644 --- a/README.md +++ b/README.md @@ -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"