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
UMA protocol currently lacks native support for the Forge Foundry framework, forcing projects to rely on soldeer for package management. This change is motivated by the need to simplify dependency management for projects using Forge Foundry.
How
Update the .gitmodules file to include necessary references for Forge Foundry dependencies.
Add a new lib folder containing the required Forge Foundry libraries.
Update build scripts and configurations for compatibility with Forge Foundry.
Introduce a basic foundry.toml configuration file.
Adjust tests to ensure smooth operation within the Foundry environment.
Resolution
UMA protocol will support integration with Forge Foundry without the need for soldeer, enabling projects to install it as a dependency. Verification will be confirmed through successful builds and passing tests.
Difficulty Score [1-10]
5
Contact
Please contact me or my teammate Rob for further discussion.
The text was updated successfully, but these errors were encountered:
Why
UMA protocol currently lacks native support for the Forge Foundry framework, forcing projects to rely on soldeer for package management. This change is motivated by the need to simplify dependency management for projects using Forge Foundry.
How
Resolution
UMA protocol will support integration with Forge Foundry without the need for soldeer, enabling projects to install it as a dependency. Verification will be confirmed through successful builds and passing tests.
Difficulty Score [1-10]
5
Contact
Please contact me or my teammate Rob for further discussion.
The text was updated successfully, but these errors were encountered: