The documentation for the Axelar Amplifier Gateway Integration states:
See here. However, the implementation in the BaseWeightedMultisig contract does not enforce this 1-day minimum:
The contract allows setting any value for minimumRotationDelay, including values less than 1 day.
This discrepancy between the documentation and implementation could lead to:
QA, since this relies on trusted parties, but since Axelar assumes the risk of signers turning malicious being noteworthy then this should be flagged.
Introduce a constant for the minimum allowed rotation delay:
