MCPcopy Create free account
hub / github.com/evolify/dumpfun / fetcher

Function fetcher

common/hooks/api.ts:18–19  ·  view source on GitHub ↗
(resource: string, init: RequestInit)

Source from the content-addressed store, hash-verified

16const TrendingUrl = "https://datapi.jup.ag/v1/pools/runners"
17
18export const fetcher = (resource: string, init: RequestInit) =>
19 fetch(resource, init).then(res => res.json())
20
21async function getLaunchpadsStats() {
22 const res = await fetch(LaunchpadsStatsUrl)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected