Merge pull request #3752 from ethereum/fix-wallet-connect

Experiment with walletconnect v2
pull/3791/head
yann300 1 year ago committed by GitHub
commit 760d68dd05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/walletconnect/src/services/RemixClient.ts

@ -40,7 +40,7 @@ export class RemixClient extends PluginClient {
this.wagmiClient = wagmiCreateClient({
autoConnect: false,
connectors: w3mConnectors({ projectId: PROJECT_ID, version: 1, chains: this.chains }),
connectors: w3mConnectors({ projectId: PROJECT_ID, version: 2, chains: this.chains }),
provider
})
this.ethereumClient = new EthereumClient(this.wagmiClient, this.chains)

Loading…
Cancel
Save