From 2b7ad6665356e1e743490e85902adbc88120fd6a Mon Sep 17 00:00:00 2001 From: Deeptanshu Sankhwar Date: Sat, 1 Feb 2025 15:58:58 -0700 Subject: [PATCH] add namespace for BlockchainBridge --- .../Modules/Eth/Simulate/EthSimulateTestsSimplePrecompiles.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Nethermind/Nethermind.JsonRpc.Test/Modules/Eth/Simulate/EthSimulateTestsSimplePrecompiles.cs b/src/Nethermind/Nethermind.JsonRpc.Test/Modules/Eth/Simulate/EthSimulateTestsSimplePrecompiles.cs index 601473a7746..608c01a7b21 100644 --- a/src/Nethermind/Nethermind.JsonRpc.Test/Modules/Eth/Simulate/EthSimulateTestsSimplePrecompiles.cs +++ b/src/Nethermind/Nethermind.JsonRpc.Test/Modules/Eth/Simulate/EthSimulateTestsSimplePrecompiles.cs @@ -14,7 +14,7 @@ using Nethermind.Facade.Proxy.Models.Simulate; using Nethermind.Facade.Simulate; using NUnit.Framework; -using namespace Nethermind.Facade +using Nethermind.Facade namespace Nethermind.JsonRpc.Test.Modules.Eth;