LAU-03C: Repetitive Value Literal
Description:
The linked value literal is repeated across the codebase multiple times.
Example:
require(_adapterParams.length >= 34, "LzApp: invalid adapterParams");
Recommendation:
We advise it to be set to a constant variable instead optimizing the legibility of the codebase.