mirror of
https://github.com/Instadapp/dsa-connectors-old.git
synced 2024-07-29 22:47:46 +00:00
8 lines
168 B
Solidity
8 lines
168 B
Solidity
|
pragma solidity ^0.6.0;
|
||
|
|
||
|
import { DSMath } from "../common/math.sol";
|
||
|
import { Stores } from "../common/stores.sol";
|
||
|
|
||
|
contract MockProtocol is Stores, DSMath {
|
||
|
//
|
||
|
}
|