This PR fixes an issue with the automatic Suave.sol lib sync. If a Suave.sol function that was being used gets updated, the forge build command will not work and the PR will fail. Thus, we miss those updates.
So, from now on, if there is a failing Suave.sol update, we will amend the PR and fix the usage of the library.
This PR fixes an issue with the automatic Suave.sol lib sync. If a Suave.sol function that was being used gets updated, the
forge build
command will not work and the PR will fail. Thus, we miss those updates.So, from now on, if there is a failing Suave.sol update, we will amend the PR and fix the usage of the library.