From bf43261b3c732d9270d2c965114b7242e9bb92fd Mon Sep 17 00:00:00 2001 From: rahul Date: Mon, 14 Oct 2024 07:53:37 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(gentest):=20Example=20config?= =?UTF-8?q?=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.json.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config.json.example diff --git a/config.json.example b/config.json.example new file mode 100644 index 0000000000..d3902e71df --- /dev/null +++ b/config.json.example @@ -0,0 +1,12 @@ +{ + "remote_nodes": [ + { + "name": "", + "node_url": "", + "rpc_headers": { + "Authorization": "Bearer your_token_here", + "Another-Header": "value" + } + } + ] +} \ No newline at end of file