We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43c4d83 commit 4c0c221Copy full SHA for 4c0c221
…ts/test/suites/LivePriceFeedDeployer.sol …tracts/test/suites/PriceFeedDeployer.solcontracts/test/suites/LivePriceFeedDeployer.sol renamed to contracts/test/suites/PriceFeedDeployer.sol
@@ -33,7 +33,7 @@ import {TokensTestSuite} from "@gearbox-protocol/core-v3/contracts/test/suites/T
33
34
address constant CURVE_REGISTRY = 0x90E00ACe148ca3b23Ac1bC8C240C2a7Dd9c2d7f5;
35
36
-contract LivePriceFeedDeployer is Test, PriceFeedDataLive {
+contract PriceFeedDeployer is Test, PriceFeedDataLive {
37
TokensTestSuite public tokenTestSuite;
38
mapping(address => address) public priceFeeds;
39
PriceFeedConfig[] priceFeedConfig;
0 commit comments