The variables are not declared as Immutable at https://github.com/Cyfrin/2024-11-one-world/blob/1e872c7ab393c380010a507398d4b4caca1ae32b/contracts/OWPIdentity.sol#L16-L17
which could result to high gas to the contract.
This could cause high gas to the contract.
manual review
Using immutable
will save the gas since the state of the variables are not changing. use it like this:
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.