// SPDX-License-Identifier: agpl-3.0 pragma solidity ^0.6.8; import "./MintableERC20.sol"; contract MockMKR is MintableERC20("MKR", "Maker", 18) {}