We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9072c7e commit bccd233Copy full SHA for bccd233
apps/walletconnect/src/services/WalletConnectRemixClient.ts
@@ -51,7 +51,6 @@ export class WalletConnectRemixClient extends PluginClient {
51
52
subscribeToEvents () {
53
this.wagmiConfig.subscribe((event) => {
54
- console.log('this.wagmiConfig event subscribed: ', this.wagmiConfig)
55
if (event.status === 'connected') {
56
this.emit('accountsChanged', [event.data.account])
57
if (this.currentChain !== event.data.chain.id) {
0 commit comments