Normalizes a protocol string to its corresponding StakingProtocol enum value.
The protocol string to normalize
The normalized StakingProtocol enum value
Error if the protocol string is invalid
const protocol = normalizeProtocol('uniswap');// Returns: StakingProtocol.Uniswap Copy
const protocol = normalizeProtocol('uniswap');// Returns: StakingProtocol.Uniswap
Normalizes a protocol string to its corresponding StakingProtocol enum value.