Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
rustboyar committed Apr 3, 2024
1 parent 511ba08 commit b5d234f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/DeployEthereum.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {RETHPriceCapAdapter} from '../src/contracts/RETHPriceCapAdapter.sol';
import {WstETHPriceCapAdapter} from '../src/contracts/WstETHPriceCapAdapter.sol';
import {SDAIPriceCapAdapter} from '../src/contracts/SDAIPriceCapAdapter.sol';
import {stEURPriceCapAdapter} from '../src/contracts/stEURPriceCapAdapter.sol';
import {WeETHPriceCapAdapter} from '../src/contracts/WeETHPriceCapAdapter.sol';
import {AaveV3EthereumPayload} from '../src/contracts/payloads/AaveV3EthereumPayload.sol';

library CapAdaptersStablesCodeEthereum {
Expand Down

0 comments on commit b5d234f

Please sign in to comment.