From 19d74394b627f51e221b82882beabe1f74c50eec Mon Sep 17 00:00:00 2001 From: bhavik Date: Mon, 6 Dec 2021 23:21:03 +0530 Subject: [PATCH] added @notice comment --- contracts/mainnet/connectors/0x/main.sol | 1 + contracts/polygon/connectors/0x/main.sol | 1 + 2 files changed, 2 insertions(+) diff --git a/contracts/mainnet/connectors/0x/main.sol b/contracts/mainnet/connectors/0x/main.sol index bd0e27b9..72eb2220 100644 --- a/contracts/mainnet/connectors/0x/main.sol +++ b/contracts/mainnet/connectors/0x/main.sol @@ -14,6 +14,7 @@ import {Events} from "./events.sol"; abstract contract ZeroEx is Helpers { /** + * @notice Swap tokens on 0x * @dev Sell ETH/ERC20_Token using 0x. * @param buyAddr The address of the token to buy.(For ETH: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE) * @param sellAddr The address of the token to sell.(For ETH: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE) diff --git a/contracts/polygon/connectors/0x/main.sol b/contracts/polygon/connectors/0x/main.sol index bd0e27b9..72eb2220 100644 --- a/contracts/polygon/connectors/0x/main.sol +++ b/contracts/polygon/connectors/0x/main.sol @@ -14,6 +14,7 @@ import {Events} from "./events.sol"; abstract contract ZeroEx is Helpers { /** + * @notice Swap tokens on 0x * @dev Sell ETH/ERC20_Token using 0x. * @param buyAddr The address of the token to buy.(For ETH: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE) * @param sellAddr The address of the token to sell.(For ETH: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE)