From 1928f1ba53be51505b7659a28baee4ad39a1bb26 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Mon, 8 Aug 2022 21:53:15 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4e601d4..e7c9776 100644 --- a/README.md +++ b/README.md @@ -262,6 +262,13 @@ otherwise you will get errors on start because of JSON comments.** "password": "" }, + "exchange": { + "enabled": true, + "url": "https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&ids=ethereum-classic", + "timeout": "50s", + "refreshInterval": "900s" + }, + // This module periodically remits ether to miners "unlocker": { "enabled": false,