Skip to content

Commit

Permalink
refactor: remove wsteth derivative feed
Browse files Browse the repository at this point in the history
* refactor: remove wsteth derivative feed

* chore: stop using yul in optimizer
  • Loading branch information
SeanJCasey authored Oct 31, 2024
1 parent cfdc645 commit a8e972c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 167 deletions.

This file was deleted.

3 changes: 3 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ ignored_warnings_from = ["contracts/release/extensions/integration-manager/integ
# NOTE: Specifying shanghai as the evm_version seems required for the Goerli tests to pass
evm_version = "shanghai"

[profile.default.optimizer_details]
yul = false

[profile.dev]
optimizer=false

Expand Down
1 change: 0 additions & 1 deletion tests/interfaces/interfaces.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ IDerivativePriceFeed.sol: IDerivativePriceFeed.abi.json
ICurvePriceFeed.sol: CurvePriceFeed.abi.json
IBalancerV2WeightedPoolPriceFeed.sol: BalancerV2WeightedPoolPriceFeed.abi.json
IBalancerV2StablePoolPriceFeed.sol: BalancerV2StablePoolPriceFeed.abi.json
IWstethPriceFeed.sol: WstethPriceFeed.abi.json
ICompoundPriceFeed.sol: CompoundPriceFeed.abi.json
IUniswapV2PoolPriceFeed.sol: UniswapV2PoolPriceFeed.abi.json
IBalancerV2GaugeTokenPriceFeed.sol: BalancerV2GaugeTokenPriceFeed.abi.json
Expand Down
113 changes: 0 additions & 113 deletions tests/tests/protocols/lido/WstethPriceFeed.t.sol

This file was deleted.

0 comments on commit a8e972c

Please sign in to comment.