Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

LiFi

Configuration

import { createConfig, lifi } from "@spandex/core";
 
export const config = createConfig({
  providers: [
    lifi({
      apiKey: undefined, // Optional. Use it if you got it
    }),
    // ...
  ],
});