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

KyberSwap

Configuration

import { createConfig, kyberswap } from "@spandex/core";
 
export const config = createConfig({
  providers: [
    kyberswap({
      // Required, you choose the value
      clientId: "myawesomeapp",
    }),
    // ...
  ],
});