Skip to content

Commit

Permalink
Livepeer: update uniswap-v3-core version
Browse files Browse the repository at this point in the history
  • Loading branch information
kyriediculous committed Sep 26, 2023
1 parent 4073c1f commit 0fd61bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/utils/TWAP.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
//
// Copyright (c) Tenderize Labs Ltd

pragma solidity >=0.8.19;

import "@uniswap/v3-core/interfaces/IUniswapV3Pool.sol";

Check warning on line 14 in src/utils/TWAP.sol

View workflow job for this annotation

GitHub Actions / lint

global import of path @uniswap/v3-core/interfaces/IUniswapV3Pool.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
import "@uniswap/v3-core/libraries/TickMath.sol";

Check warning on line 15 in src/utils/TWAP.sol

View workflow job for this annotation

GitHub Actions / lint

global import of path @uniswap/v3-core/libraries/TickMath.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
import "@uniswap/v3-core/libraries/FixedPoint96.sol";

Check warning on line 16 in src/utils/TWAP.sol

View workflow job for this annotation

GitHub Actions / lint

global import of path @uniswap/v3-core/libraries/FixedPoint96.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Expand Down

0 comments on commit 0fd61bd

Please sign in to comment.