harb/services/ponder/src/index.ts

8 lines
226 B
TypeScript
Raw Normal View History

2025-09-23 14:18:04 +02:00
// Import all event handlers
import './kraiken';
import './stake';
2026-02-18 00:19:05 +01:00
import './lm';
2025-09-23 14:18:04 +02:00
// This file serves as the entry point for all indexing functions
// Ponder will automatically register all event handlers from imported files