Skip to content

Commit

Permalink
Fix Coinmarketcap provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed Jan 7, 2025
1 parent e18a384 commit 8cd4e62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule Archethic.OracleChain.Services.UCOPrice.Providers.CoinMarketCapArcheth
@impl Impl
@spec fetch(list(binary())) :: {:ok, %{required(String.t()) => any()}} | {:error, any()}
def fetch(pairs) when is_list(pairs) do
query = 'https://coinmarketcap.com/currencies/archethic/markets/'
query = 'https://coinmarketcap.com/currencies/archethic/'

httpc_options = [
ssl: [
Expand Down

0 comments on commit 8cd4e62

Please sign in to comment.