morpho-org / morpho-v1-optimizers-vaults

ERC4626 vaults to ease interaction with Morpho Optimizers.

Home Page:https://vaults.morpho.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[R&D review] Opti: minor optis AaveV3 rewards

MathisGD opened this issue · comments

https://github.com/morpho-dao/morpho-tokenized-vaults/blob/6f182b04cf3326cf4244292f8533524236f0b773/src/aave-v3/SupplyVault.sol#L97

This variable increases the gas cost, because there is rarely more than one rewards token (for the moment it has never happened I think).


https://github.com/morpho-dao/morpho-tokenized-vaults/blob/6f182b04cf3326cf4244292f8533524236f0b773/src/aave-v3/SupplyVault.sol#L133
Removing the brackets saves a little bit of gas.