Submitted by devival
The proposal can be created with only 100_000 esLBR delegated instead of 10_000_000.
According to LybraV2Docs, a proposal can only be created if the sender has at least 10 million esLBR tokens delegated to their address to meet the proposal threshold.
In LybraGovernance.sol#L172-L174, the proposal threshold is set to only 1e23 which equals to 100_000 as esLBR has 18 decimals.
Manual Review
In LybraGovernance.sol#L173 replace 1e23 with 1e25
Alternatively, the team can update the documentation stating that it is only required 100_000 esLBR tokens (0.1% of the total LBR supply) delegated to meet the proposal threshold.
Math
LybraFinance confirmed
