From 86e4aca59f177d1150dfdb20f4f8e946ecd8d9bc Mon Sep 17 00:00:00 2001 From: Yahia Chiheb Date: Fri, 5 Jul 2024 21:15:15 +0100 Subject: [PATCH] Update exchange rate providers --- docs/FAQ/FAQ-UseWasabi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/FAQ/FAQ-UseWasabi.md b/docs/FAQ/FAQ-UseWasabi.md index 3ee261d8e..75f9336da 100644 --- a/docs/FAQ/FAQ-UseWasabi.md +++ b/docs/FAQ/FAQ-UseWasabi.md @@ -1597,5 +1597,5 @@ This can be done by specifying the port(s) at startup with the [startup paramete ### Where does the BTC exchange rate come from? -Wasabi fetches the BTC/USD exchange rate from one of these exchanges: blockchain.com, Bitstamp, CoinGecko, Coinbase, Gemini and Coingate. -It first tries to fetch the exchange rate from blockchain.com, if that's not possible it will try to fetch it from the next exchange in the listed order (and so on, until success). \ No newline at end of file +Wasabi fetches the BTC/USD exchange rate from one of these exchanges: mempool.space (default), Gemini, BlockchainInfo, CoinGecko. +It first tries to fetch the exchange rate from mempool.space, if that's not possible it will try to fetch it from the next exchange in the listed order (and so on, until success). \ No newline at end of file