Function getBeaconNameByProtocol

  • Retrieves the beacon name associated with a given protocol.

    Parameters

    • protocol: Protocol

      The supported protocol to get the beacon name for

    Returns string

    The beacon name string for the protocol, or empty string if not found

    const beaconName = getBeaconNameByProtocol('Uniswap');
    // Returns: 'uniswap'