From 44926b3f889beab6448637d8164ec5e2e457757d Mon Sep 17 00:00:00 2001 From: Attens1423 Date: Tue, 11 May 2021 14:04:53 +0800 Subject: [PATCH] fix3 --- contracts/SmartRoute/adapter/CurveUnderlyingAdapter.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/SmartRoute/adapter/CurveUnderlyingAdapter.sol b/contracts/SmartRoute/adapter/CurveUnderlyingAdapter.sol index b2f5429..26ddf52 100644 --- a/contracts/SmartRoute/adapter/CurveUnderlyingAdapter.sol +++ b/contracts/SmartRoute/adapter/CurveUnderlyingAdapter.sol @@ -8,7 +8,7 @@ pragma solidity 0.6.9; import {IDODOAdapter} from "../intf/IDODOAdapter.sol"; -import {IDepth} from "../intf/IDepth.sol"; +import {ICurve} from "../intf/IDepth.sol"; import {IERC20} from "../../intf/IERC20.sol"; import {SafeMath} from "../../lib/SafeMath.sol"; import {UniversalERC20} from "../lib/UniversalERC20.sol";