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,