8f085566cc
Signed-off-by: T-Hax <>
9 lines
261 B
Solidity
9 lines
261 B
Solidity
// 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 {}
|