Function getPoolHelperByChainId

  • Retrieves the Pool Helper contract information for a specific chain ID.

    Parameters

    • chainId: number

      The numeric identifier of the blockchain network

    Returns Contract | undefined

    The Pool Helper contract information if found, undefined otherwise

    const poolHelper = getPoolHelperByChainId(1);