The Graph Integration
Leet Lotto has partnered with The Graph protocol to introduce a decentralized indexing solution for our platform.
Data Flow
// โ ๏ธ Simplified example
export const useActiveLottos = () =>
useQuery({
queryKey: ["lottos", "active"],
queryFn: getActiveLottos() // Graph query function
refetchInterval: 30000, // 30 s
});Benefits
Last updated