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
When installing this repository as a git submodule using foundry, there are issues with both open-zeppelin modules used in this repository.
when running forge remappings in the target repository where this is installed, the open-zeppelin dependencies remappings are missing the /contracts suffix
openzeppelin-contracts-upgradeable/=/Users/nico/tenderize/tenderswap/lib/staking/lib/openzeppelin-contracts-upgradeable/contracts/
openzeppelin-contracts/=/Users/nico/tenderize/tenderswap/lib/staking/lib/openzeppelin-contracts/
```
The current fix is to manually overwrite the incorrect automatic remappings in the target repo.
When installing this repository as a git submodule using foundry, there are issues with both open-zeppelin modules used in this repository.
when running
forge remappings
in the target repository where this is installed, the open-zeppelin dependencies remappings are missing the/contracts
suffixthis repo
target repo
openzeppelin-contracts-upgradeable/=lib/staking/lib/openzeppelin-contracts-upgradeable/contracts/
openzeppelin-contracts/=lib/staking/lib/openzeppelin-contracts/contracts/
The text was updated successfully, but these errors were encountered: