Determines the protocol type from a given beacon identifier.
The beacon identifier string
The supported protocol type or null if not found
const protocolType = getProtocolTypeByBeacon('uniswap');// Returns: 'Uniswap' as SupportedProtocol Copy
const protocolType = getProtocolTypeByBeacon('uniswap');// Returns: 'Uniswap' as SupportedProtocol
Determines the protocol type from a given beacon identifier.