Skip to content

Commit

Permalink
remove getUri
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Feb 21, 2025
1 parent 4a8d094 commit 3cbde34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/fcl-rainbowkit-adapter/src/create-connector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ export const createFclConnector = (options: FclConnectorOptions) => {
// Do not list RDNS here since Rainbowkit will discard the wallet
// when conflicting with an injected wallet
rdns: undefined,
qrCode: {getUri},
mobile: {getUri},
createConnector: walletDetails => {
// TODO, we need to check whether the wallet is installed
// and use the WalletConnect connector if it is not installed
Expand Down

0 comments on commit 3cbde34

Please sign in to comment.