mev-commit icon indicating copy to clipboard operation
mev-commit copied to clipboard

Consolidate solidity deps

Open shaspitz opened this issue 1 year ago • 0 comments

See https://github.com/primev/mev-commit/blob/main/contracts/remappings.txt, we reference https://github.com/OpenZeppelin/openzeppelin-contracts twice. Once directly from lib/openzeppelin-contracts/ and once as a dep of a dep via lib/openzeppelin-contracts-upgradeable/lib/openzeppelin-contracts/contracts/. This is not good practice as it's unclear which version of the dep we're using in various locations.

shaspitz avatar Sep 06 '24 19:09 shaspitz