Skip to content

Commit

Permalink
Chore/feeds test suite cleanup (#15215)
Browse files Browse the repository at this point in the history
* Remove unnecessary aggregator contract

* Remove unecessary linkTokenInterface

* Rename ConfiguredDualAggregatorBaseTest contract state variables

* Cleanup more tests

* Fix expectRevert

* Add missing test
  • Loading branch information
Oozyx authored Nov 13, 2024
1 parent 8e87e9a commit 33b43cf
Show file tree
Hide file tree
Showing 2 changed files with 336 additions and 319 deletions.
1 change: 1 addition & 0 deletions contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ optimizer_runs = 1_000_000
src = 'src/v0.8/feeds'
test = 'src/v0.8/feeds/test'
solc_version = '0.8.24'
via_ir = false # set to true before deploying DualAggregator


# See more config options https://github.com/foundry-rs/foundry/tree/master/config
Loading

0 comments on commit 33b43cf

Please sign in to comment.