From 59fd11c96c4e318fd9ad503f1d9a4d2ace6be224 Mon Sep 17 00:00:00 2001 From: Attens1423 Date: Wed, 12 May 2021 15:04:14 +0800 Subject: [PATCH] apendix2 --- contracts/SmartRoute/adapter/CurveUnderlyingAdapter.sol | 2 -- contracts/SmartRoute/adapter/UniAdapter.sol | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/SmartRoute/adapter/CurveUnderlyingAdapter.sol b/contracts/SmartRoute/adapter/CurveUnderlyingAdapter.sol index a902c6b..e2afacd 100644 --- a/contracts/SmartRoute/adapter/CurveUnderlyingAdapter.sol +++ b/contracts/SmartRoute/adapter/CurveUnderlyingAdapter.sol @@ -33,12 +33,10 @@ contract CurveUnderlyingAdapter is IDODOAdapter { } } - //fromToken == token[0], underlying function sellBase(address to, address pool, bytes memory moreInfo) external override { _curveSwap(to, pool, moreInfo); } - //fromToken == token[1], underlying function sellQuote(address to, address pool, bytes memory moreInfo) external override { _curveSwap(to, pool, moreInfo); } diff --git a/contracts/SmartRoute/adapter/UniAdapter.sol b/contracts/SmartRoute/adapter/UniAdapter.sol index 1382223..9da470a 100644 --- a/contracts/SmartRoute/adapter/UniAdapter.sol +++ b/contracts/SmartRoute/adapter/UniAdapter.sol @@ -1,6 +1,8 @@ /* + Copyright 2020 DODO ZOO. SPDX-License-Identifier: Apache-2.0 + */ pragma solidity 0.6.9;