The kittyConnect.sol::i_kittyConnectOwner
variable is currently declared as immutable, preventing future ownership transfers.
Immutable variables, once set during deployment, remain unchanged thereafter. If the owner's wallet is compromised or lost, critical functionalities may be impacted such as adding new shops, source and destinations chains or senders to the allow lists.
Manual review.
Consider declaring the variable as mutable. Additionally, implement a function allowing ownership transfers, restricted to only the current owner's invocation.
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.