Skip to content

Commit 4c0c221

Browse files
committed
fix: renaming price feed deployer
1 parent 43c4d83 commit 4c0c221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/test/suites/LivePriceFeedDeployer.sol renamed to contracts/test/suites/PriceFeedDeployer.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import {TokensTestSuite} from "@gearbox-protocol/core-v3/contracts/test/suites/T
3333

3434
address constant CURVE_REGISTRY = 0x90E00ACe148ca3b23Ac1bC8C240C2a7Dd9c2d7f5;
3535

36-
contract LivePriceFeedDeployer is Test, PriceFeedDataLive {
36+
contract PriceFeedDeployer is Test, PriceFeedDataLive {
3737
TokensTestSuite public tokenTestSuite;
3838
mapping(address => address) public priceFeeds;
3939
PriceFeedConfig[] priceFeedConfig;

0 commit comments

Comments
 (0)