Mutable assets
Immutable keyword used in mutable assets here:
IERC20 public immutable i_WBTC;
IERC20 public immutable i_WETH;
IERC20 public immutable i_USDC;
low
Manual review
Remove the immutable keyword on the non-stable assets, or rather on all the assets as the value is already pegged to the real token.
IERC20 public i_WBTC;
IERC20 public i_WETH;
IERC20 public i_USDC;
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.