Skip to content

Commit

Permalink
Removing log
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Sep 28, 2023
1 parent 4a9abd4 commit 3e368ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/provider/src/transports/wallet-request-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -771,8 +771,7 @@ export class WalletRequestHandler implements ExternalProvider, JsonRpcHandler, P
this.events.emit('disconnect')
}

notifyChainChanged(chainId: number, origin: string) {
console.log('-- notifyChainChanged', chainId, origin)
notifyChainChanged(chainId: number, origin?: string) {
this.events.emit('chainChanged', ethers.utils.hexValue(chainId), origin)
}

Expand Down

0 comments on commit 3e368ed

Please sign in to comment.