From 9c86c111c1ef38940b8e25af079711dfbc127c47 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 26 Feb 2020 22:05:48 +0100 Subject: [PATCH] update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fe6a3b..a6442a3 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ - show a total balance of all account balances - convert those balances against multiple currencies - re-fetches everything automatically every minute -- balances are fetched via etherscan.io API +- balances are fetched directly from the OceanToken contract on-chain via [infura.io](https://infura.io) & [ethjs](https://github.com/ethjs/ethjs) - spot prices are fetched from coingecko.com API - detects dark appearance setting and switches to dark theme automatically (macOS only) - detects system accent color and uses it as primary color (macOS & Windows only)