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>
(cherry picked from commit abba0d047a)
This commit is contained in:
Francisco
2023-10-02 15:41:18 -03:00
committed by Francisco Giordano
parent aef22bddc9
commit bf629d4ea7
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 {
/**