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