From b5d234f060e4e20f00990d405583ea8d596508a4 Mon Sep 17 00:00:00 2001 From: Rustem Kurmaev Date: Wed, 3 Apr 2024 17:07:20 +0200 Subject: [PATCH] remove unused import --- scripts/DeployEthereum.s.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/DeployEthereum.s.sol b/scripts/DeployEthereum.s.sol index 18948cc..9016e79 100644 --- a/scripts/DeployEthereum.s.sol +++ b/scripts/DeployEthereum.s.sol @@ -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 {