UNPKG

loggregate

Version:

A tool for aggregating and analyzing EVM blockchain events

15 lines (12 loc) 273 B
/** * LogTUI - Main Export File * * This file exports the public API for the LogTUI package */ // Export scanner functionality export { createScanner } from "./scanner.js"; // Export configuration utilities export { getNetworkUrl, NETWORKS, } from "./config.js";