Function isSupportedChainId

  • Determines whether a given chain ID corresponds to a supported chain.

    Parameters

    • chainId: number

      The chain ID to check.

    Returns chainId is 42161 | 421614 | 31337

    True if the chainId is supported, otherwise false.

Generated using TypeDoc