Function getFallbackSubgraphEndpoint

  • Get fallback subgraph endpoint by chain id

    Parameters

    Returns undefined | string

    Subgraph endpoint

    Example

    import { getFallbackSubgraphEndpoint } from '@clober/v2-sdk'

    const endpoint = await getFallbackSubgraphEndpoint({
    chainId: 421614,
    })