Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Ignacio Ubeira committed Feb 19, 2025
1 parent 28112c5 commit 39c08e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/interfaces/contracts/vault/IAggregatorRouter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ pragma solidity ^0.8.24;

import { IERC20 } from "@openzeppelin/contracts/token/ERC20/IERC20.sol";

import { IVault } from "@balancer-labs/v3-interfaces/contracts/vault/IVault.sol";

import { IVault } from "./IVault.sol";
import { SwapKind } from "./VaultTypes.sol";

interface IAggregatorRouter {
Expand Down

0 comments on commit 39c08e1

Please sign in to comment.