instances/contracts/mock/CompileDummy.sol

9 lines
261 B
Solidity
Raw Permalink Normal View History

2023-04-08 21:43:42 +03:00
// SPDX-License-Identifier: MIT
pragma solidity 0.6.12 || 0.7.6;
import { Governance } from "tornado-governance/contracts/v1/Governance.sol";
import { InstanceRegistry } from "../relayer-registry/tornado-proxy/InstanceRegistry.sol";
contract CompileDummy {}