move IDODOZoo to DODOEthProxy

This commit is contained in:
mingda
2020-07-30 16:13:30 +08:00
parent 23f57f9576
commit 9eeded8f61
2 changed files with 4 additions and 15 deletions

View File

@@ -1,14 +0,0 @@
/*
Copyright 2020 DODO ZOO.
SPDX-License-Identifier: Apache-2.0
*/
pragma solidity 0.6.9;
pragma experimental ABIEncoderV2;
interface IDODOZoo {
function getDODO(address baseToken, address quoteToken) external view returns (address);
}