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
Upgrade the codebase to use Solidity version 0.9.0.
This involves updating the pragma solidity in all .sol files and updating the compiler configuration.
Requirements
Update pragma solidity versions in all src/ files to 0.9.0.
Update foundry.toml or other config files if necessary.
Ensure transfer() and send() are not used (preliminary search showed no usage).