From 0f27040602e1d35a30f3a18ecef51327a2d37e1d Mon Sep 17 00:00:00 2001 From: Andrei Kozlov Date: Mon, 4 Mar 2024 10:07:45 +0200 Subject: [PATCH] fix another typo --- scripts/DeployEthereum.s.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/DeployEthereum.s.sol b/scripts/DeployEthereum.s.sol index a4d14c9..8d45d40 100644 --- a/scripts/DeployEthereum.s.sol +++ b/scripts/DeployEthereum.s.sol @@ -198,7 +198,7 @@ library stEURCapAdapters { MiscEthereum.EUR_USD_AGGREGATOR, // EUR to USD GovV3Helpers.predictDeterministicAddress(stEURAdapterCode()), // stEUR / agEUR / EUR 18, // stEUR / agEUR - 'Capped stUER / agEUR / EUR / USD' + 'Capped stEUR / agEUR / EUR / USD' ) ); }