Skip to content

Commit

Permalink
pass in reloadOnDisconnect false
Browse files Browse the repository at this point in the history
  • Loading branch information
hcote committed Mar 23, 2023
1 parent ade4daf commit a28ce38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@magic-sdk/provider/src/modules/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ export class WalletModule extends BaseModule {
...(sdkConfig as any),
overrideIsMetaMask: false,
headlessMode: true,
reloadOnDisconnect: false,
});
const qrCodeUrl = coinbaseWallet.getQrUrl();
const provider = coinbaseWallet.makeWeb3Provider(providerConfig.jsonRpcUrl, providerConfig.chainId);
Expand Down

0 comments on commit a28ce38

Please sign in to comment.