Skip to content

Commit

Permalink
chore: fix path to sorted oracles (#394)
Browse files Browse the repository at this point in the history
### Description

CI job that checks storage layouts are failing because we moved
SortedOracles to common directory but did not update the path in the
job.
This PR aims to fix that by updating the path

### Other changes

no

### Tested

N/A

### Related issues

- Issue not tracked
  • Loading branch information
baroooo authored Mar 11, 2024
1 parent 085a021 commit 049d33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/storage-layout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- contracts/swap/BiPoolManager.sol:BiPoolManager
- contracts/swap/Reserve.sol:Reserve
- contracts/oracles/BreakerBox.sol:BreakerBox
- contracts/oracles/SortedOracles.sol:SortedOracles
- contracts/common/SortedOracles.sol:SortedOracles
- contracts/tokens/StableTokenV2.sol:StableTokenV2
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 049d33e

Please sign in to comment.