From 548797f60a4d07199d9aa3cc73d144e8699e6d7e Mon Sep 17 00:00:00 2001 From: julian merlo Date: Mon, 12 Feb 2024 16:49:10 -0300 Subject: [PATCH] Remove params for client --- .../infrastructure/rpc/http/InstrumentedHttpProvider.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/blockchain-watcher/src/infrastructure/rpc/http/InstrumentedHttpProvider.ts b/blockchain-watcher/src/infrastructure/rpc/http/InstrumentedHttpProvider.ts index c62de3bc..3815e996 100644 --- a/blockchain-watcher/src/infrastructure/rpc/http/InstrumentedHttpProvider.ts +++ b/blockchain-watcher/src/infrastructure/rpc/http/InstrumentedHttpProvider.ts @@ -11,9 +11,6 @@ type InstrumentedHttpProviderOptions = Required