We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351e320 commit a09dd34Copy full SHA for a09dd34
src/hooks/useSwapStats.ts
@@ -4,7 +4,8 @@ import { ChainId } from "../constants/networks"
4
import { useCallback } from "react"
5
import { useQuery } from "@tanstack/react-query"
6
7
-const swapStatsURI = "https://ipfs.saddle.exchange/swap-stats.json"
+const swapStatsURI =
8
+ "https://raw.githubusercontent.com/saddle-finance/ipfs-data/refs/heads/master/swap-stats.json"
9
10
type PoolStats = {
11
oneDayVolume: string
0 commit comments