From 79f857c0f17da7f93dc11a1d4430eb8d3c568579 Mon Sep 17 00:00:00 2001 From: ltitanb Date: Mon, 2 Sep 2024 10:42:09 +0100 Subject: [PATCH] example config --- config.example.toml | 1 + configs/minimal.toml | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 configs/minimal.toml diff --git a/config.example.toml b/config.example.toml index d067c466..461aa9cb 100644 --- a/config.example.toml +++ b/config.example.toml @@ -118,6 +118,7 @@ docker_image = "test_da_commit" sleep_secs = 5 # Configuration for how metrics should be collected and scraped +# OPTIONAL, skip metrics collection if missing [metrics] # Path to a `prometheus.yml` file to use in Prometheus. If using a custom config file, be sure to add a # file discovery section as follows: diff --git a/configs/minimal.toml b/configs/minimal.toml new file mode 100644 index 00000000..e04b4c9c --- /dev/null +++ b/configs/minimal.toml @@ -0,0 +1,8 @@ +chain = "Holesky" + +[pbs] +port = 18550 + +[[relays]] +id = "example-relay" +url = "http://0xa1cec75a3f0661e99299274182938151e8433c61a19222347ea1313d839229cb4ce4e3e5aa2bdeb71c8fcf1b084963c2@abc.xyz"