Skip to content

Commit

Permalink
add comments to IUniswapRouter
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed Sep 1, 2022
1 parent 4a85c30 commit 701161e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contracts/interfaces/dex/IUniswapRouter.sol
@@ -1,4 +1,10 @@
// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.7;

/// @title Uniswap Router interface
/// @author Masa Finance
/// @notice Interface of the Uniswap Router contract
/// @dev This interface is used to interact with the Uniswap Router contract,
/// and gets the most important functions of the contract. It's based on
/// https://github.com/Uniswap/v2-periphery/blob/master/contracts/interfaces/IUniswapV2Router01.sol
interface IUniswapRouter {}

0 comments on commit 701161e

Please sign in to comment.