Update remappings.txt for upgradeable contracts and set up submodule (#4639)

Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Ernesto García <ernestognw@gmail.com>
This commit is contained in:
Francisco
2023-10-02 15:41:18 -03:00
committed by GitHub
parent 5ed5a86d1d
commit abba0d047a
16 changed files with 78 additions and 34 deletions

View File

@ -7,8 +7,6 @@ import {Address} from "./Address.sol";
/**
* @dev Provides a function to batch together multiple calls in a single external call.
*
* @custom:stateless
*/
abstract contract Multicall {
/**