We had to introduce a few changes to foundry.toml. On the one hand, a couple of dependencies were missing, so weve introduced them for the project to compile. On the other hand, the fuzzing/invariant test settings have been in our opinion very low, so we increased the number or the depth of the runs in order to increase the coverage. 
Increasing the fuzz/invariant bounds allowed us in particular to observe the following failing test
The reason for the test failure was that due to an increased number of alternatives tried, Foundrys fuzz testing engine picked admins address to mint to, and thus this assertion failed as a result. We have repaired the failing test by disallowing to mint governance tokens to admins address.
