Function useSkipSupportedChains
- useSkipSupportedChains(options?, config?, enabled?): SWRResponse<undefined | SkipSupportedChainData[], any, Partial<PublicConfiguration<any, any, BareFetcher<any>>>>
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>>>>
React hook to get a list of chains with metadata supported by Skip API