From d78565015e6ba857ae683f859e716222bcda7b7a Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Wed, 5 Feb 2025 08:17:27 -0600 Subject: [PATCH] Update exchange-rate-canister.mdx --- docs/developer-docs/defi/exchange-rate-canister.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/developer-docs/defi/exchange-rate-canister.mdx b/docs/developer-docs/defi/exchange-rate-canister.mdx index d23b140b97..7a9a66e081 100644 --- a/docs/developer-docs/defi/exchange-rate-canister.mdx +++ b/docs/developer-docs/defi/exchange-rate-canister.mdx @@ -73,10 +73,6 @@ Each request to the XRC costs 1B cycles to submit the request, otherwise an `Exc The remaining cycles are returned to the requesting canister. Note that at least 1M cycles are charged even in case of an error in order to mitigate the risk of a denial-of-service attack. -:::info -Note: The cycles cost of these requests are expected to be decreased in the next upgrade of the XRC. -::: - ## Calling the XRC directly To call the XRC directly, you can send a request such as one to get the BTC/USD rate, with the following command: