From 7b9f94bd731ef70b66300aa064c46ff5ef7fe183 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;