You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there's unused imports like import {AaveGovernanceV2} from '@aave/AaveGovernanceV2.sol';, which don't change the code but will make verificated code on etherscan messy.
the remappings are quite weird, aave-address-book & solidity-utils are bgd, why remapping one to @aave one to @BGD. It's minor, but as this is non upgradable and the metadata will be on etherscan i think better to do:
import {AaveGovernanceV2} from '@aave/AaveGovernanceV2.sol';
, which don't change the code but will make verificated code on etherscan messy.import './interfaces/IGHO.sol';
etc)ECDSA
from ozTests
The text was updated successfully, but these errors were encountered: