dsa-connectors/contracts/arbitrum/connectors/paraswap/interface.sol

7 lines
162 B
Solidity
Raw Normal View History

//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
interface AugustusSwapperInterface {
function getTokenTransferProxy() external view returns (address);
}