hashgraph / hedera-json-rpc-relay

Implementation of Ethereum JSON-RPC APIs for Hedera
Apache License 2.0
68 stars 72 forks source link

fix: remove usage of MN client in SDK client #3207

Closed konstantinabl closed 1 week ago

konstantinabl commented 2 weeks ago

Mirror node client was added to the SDK client for a temporary fix regarding timeout exceeded issue -> https://github.com/hashgraph/hedera-json-rpc-relay/issues/3118

Since it is not a good practice to introduce the MN client in the SDk Client, a more elegant solution has to be found