Skip to content

Commit 8f8b710

Browse files
committed
fix: remove core-v2 dependency
1 parent 6a46f9f commit 8f8b710

36 files changed

+74
-83
lines changed

contracts/interfaces/ILPPriceFeed.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// SPDX-License-Identifier: MIT
22
// Gearbox Protocol. Generalized leverage for DeFi protocols
3-
// (c) Gearbox Foundation, 2023.
3+
// (c) Gearbox Foundation, 2024.
44
pragma solidity ^0.8.17;
55

6-
import {IPriceFeed} from "@gearbox-protocol/core-v2/contracts/interfaces/IPriceFeed.sol";
6+
import {IPriceFeed} from "@gearbox-protocol/core-v3/contracts/interfaces/base/IPriceFeed.sol";
77

88
interface ILPPriceFeedEvents {
99
/// @notice Emitted when new LP token exchange rate bounds are set

contracts/interfaces/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(c) Gearbox Foundation, 2023.
1+
(c) Gearbox Foundation, 2024.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

contracts/interfaces/aave/IWAToken.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT
22
// Gearbox Protocol. Generalized leverage for DeFi protocols
3-
// (c) Gearbox Foundation, 2023.
3+
// (c) Gearbox Foundation, 2024.
44
pragma solidity ^0.8.17;
55

66
interface IWAToken {

contracts/interfaces/balancer/IBalancerStablePool.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT
22
// Gearbox Protocol. Generalized leverage for DeFi protocols
3-
// (c) Gearbox Foundation, 2023.
3+
// (c) Gearbox Foundation, 2024.
44
pragma solidity ^0.8.17;
55

66
interface IBalancerStablePool {

contracts/interfaces/balancer/IBalancerVault.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT
22
// Gearbox Protocol. Generalized leverage for DeFi protocols
3-
// (c) Gearbox Foundation, 2023.
3+
// (c) Gearbox Foundation, 2024.
44
pragma solidity ^0.8.17;
55

66
interface IBalancerVault {

contracts/interfaces/balancer/IBalancerWeightedPool.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT
22
// Gearbox Protocol. Generalized leverage for DeFi protocols
3-
// (c) Gearbox Foundation, 2023.
3+
// (c) Gearbox Foundation, 2024.
44
pragma solidity ^0.8.17;
55

66
interface IBalancerWeightedPool {

contracts/interfaces/compound/ICToken.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT
22
// Gearbox Protocol. Generalized leverage for DeFi protocols
3-
// (c) Gearbox Foundation, 2023.
3+
// (c) Gearbox Foundation, 2024.
44
pragma solidity ^0.8.17;
55

66
interface ICToken {

contracts/interfaces/curve/ICurvePool.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT
22
// Gearbox Protocol. Generalized leverage for DeFi protocols
3-
// (c) Gearbox Foundation, 2023.
3+
// (c) Gearbox Foundation, 2024.
44
pragma solidity ^0.8.17;
55

66
interface ICurvePool {

contracts/interfaces/curve/IstETHPoolGateway.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT
22
// Gearbox Protocol. Generalized leverage for DeFi protocols
3-
// (c) Gearbox Foundation, 2023.
3+
// (c) Gearbox Foundation, 2024.
44
pragma solidity ^0.8.17;
55

66
interface IstETHPoolGateway {

contracts/interfaces/lido/IwstETH.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT
22
// Gearbox Protocol. Generalized leverage for DeFi protocols
3-
// (c) Gearbox Foundation, 2023.
3+
// (c) Gearbox Foundation, 2024.
44
pragma solidity ^0.8.17;
55

66
interface IwstETH {

0 commit comments

Comments
 (0)