Skip to content

Commit

Permalink
no qrcode adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
chef-jojo committed Feb 7, 2023
1 parent be7ae5c commit ccfa5bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/src/utils/wagmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ export const walletConnectV2Connector = new WalletConnectConnector({
})

export const walletConnectNoQrCodeConnector = new WalletConnectConnector({
chains,
// v2 not supported on testnet
chains: MAINNET_CHAINS,
options: {
qrcode: false,
version: '2',
Expand Down

0 comments on commit ccfa5bb

Please sign in to comment.