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