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

Interface Props

app/modules/chart/traders.tsx:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41} satisfies ChartConfig
42
43interface Props {
44 data: LaunchpadsInfo[]
45}
46
47export function Traders({ data }: Props) {
48 const [duration, setDuration] = useState<Duration>("1d")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected