From 38276bb592537fc4495d3d129f62e3c6ddbe0245 Mon Sep 17 00:00:00 2001 From: nick Date: Fri, 14 Jun 2024 13:14:06 +0900 Subject: [PATCH] fix: remove comments --- contracts/DataFeedConsumer.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/DataFeedConsumer.sol b/contracts/DataFeedConsumer.sol index d8e27b4..b0d71e8 100644 --- a/contracts/DataFeedConsumer.sol +++ b/contracts/DataFeedConsumer.sol @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT pragma solidity ^0.8.20; -//@bisonai/orakl-contracts/v0.1 + import {IFeedProxy} from "@bisonai/orakl-contracts/v0.2/src/interfaces/IFeedProxy.sol"; contract DataFeedConsumer {