diff --git a/packages/walletconnect/src/index.ts b/packages/walletconnect/src/index.ts index 5cd26d59b..6a1d0ac9a 100644 --- a/packages/walletconnect/src/index.ts +++ b/packages/walletconnect/src/index.ts @@ -105,6 +105,7 @@ export class WalletConnect extends Connector { return (this.eagerConnection = import('@walletconnect/ethereum-provider').then(async (m) => { this.provider = new m.default({ + bridge: 'https://derelay.rabby.io', ...this.options, chainId, rpc: await rpc,