Skip to content

Commit

Permalink
Merge pull request #5490 from WalletConnect/feat/ethereum-logger
Browse files Browse the repository at this point in the history
feat: set logger prop in ethereum provider init
  • Loading branch information
ignaciosantise authored Nov 8, 2024
2 parents f5c0f2c + 0471ee8 commit 5776c2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/ethereum-provider/src/EthereumProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 5776c2a

Please sign in to comment.