Function useSkipSupportedChains

  • React hook to get a list of chains with metadata supported by Skip API

    Parameters

    • Optional options: Partial<{
          chainTypes: string[];
          onlyTestnets: boolean;
      }>
    • Optional config: Partial<PublicConfiguration<any, any, BareFetcher<any>>>
    • enabled: boolean = true

    Returns SWRResponse<undefined | SkipSupportedChainData[], any, Partial<PublicConfiguration<any, any, BareFetcher<any>>>>