7 lines
226 B
TypeScript
7 lines
226 B
TypeScript
// Import all event handlers
|
|
import './kraiken';
|
|
import './stake';
|
|
import './lm';
|
|
|
|
// This file serves as the entry point for all indexing functions
|
|
// Ponder will automatically register all event handlers from imported files
|