Files under apps/ensindexer/src/lib/* path should not directly import config from @/config. Instead, functions in those file should require relevant config slice (i.e. Pick<ENSIndexerConfig, "ensDeploymentChain" | "plugins">) from the application-level caller.
Application level caller might be located in: a handlers file, ponder.config.ts file, ponder.schema.ts file. In short, all files which ponder uses as its entrypoints.