add gamebitAdapter
This commit is contained in:
6
contracts/SmartRoute/intf/IGambit.sol
Normal file
6
contracts/SmartRoute/intf/IGambit.sol
Normal file
@@ -0,0 +1,6 @@
|
||||
pragma solidity 0.6.9;
|
||||
pragma experimental ABIEncoderV2;
|
||||
|
||||
interface IGambit {
|
||||
function swap(address _tokenIn, address _tokenOut, address _receiver) external returns (uint256);
|
||||
}
|
||||
Reference in New Issue
Block a user