From 0471ee8348ba1e156469e8ffb5096a5b4b23de19 Mon Sep 17 00:00:00 2001 From: ignaciosantise <25931366+ignaciosantise@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:03:40 -0300 Subject: [PATCH] feat: set logger prop in ethereum provider init --- providers/ethereum-provider/src/EthereumProvider.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/providers/ethereum-provider/src/EthereumProvider.ts b/providers/ethereum-provider/src/EthereumProvider.ts index 8e308f23f..3ac0905cd 100644 --- a/providers/ethereum-provider/src/EthereumProvider.ts +++ b/providers/ethereum-provider/src/EthereumProvider.ts @@ -581,6 +581,7 @@ export class EthereumProvider implements IEthereumProvider { storageOptions: opts.storageOptions, customStoragePrefix: opts.customStoragePrefix, telemetryEnabled: opts.telemetryEnabled, + logger: opts.logger, }); this.registerEventListeners(); await this.loadPersistedSession();