mario-eth / soldeer

Solidity Package Manager written in rust
MIT License
188 stars 19 forks source link

Remappings refactoring #112

Closed mario-eth closed 1 month ago

mario-eth commented 1 month ago

This introduces the following changes: the config file now contains a field that can be used to specify Soldeer-related settings. For example, you can specify where the remappings should be written, such as in the Foundry config or a file, or indicate if you don't want to generate remappings at all.

mario-eth commented 1 month ago

Closing as it was implemented in the big refactoring