Retrieves the beacon name associated with a given protocol.
The supported protocol to get the beacon name for
The beacon name string for the protocol, or empty string if not found
const beaconName = getBeaconNameByProtocol('Uniswap');// Returns: 'uniswap' Copy
const beaconName = getBeaconNameByProtocol('Uniswap');// Returns: 'uniswap'
Retrieves the beacon name associated with a given protocol.