Skip to content

Commit

Permalink
chore: remove mobile support for now
Browse files Browse the repository at this point in the history
  • Loading branch information
0xApotheosis committed Oct 5, 2023
1 parent 89cab36 commit fc8d415
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/context/WalletProvider/WalletConnectV2/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import type { SupportedWalletInfo } from 'context/WalletProvider/config'

export const WalletConnectV2Config: Omit<SupportedWalletInfo, 'routes'> = {
adapters: [WalletConnectV2Adapter],
supportsMobile: 'browser',
icon: WalletConnectIcon,
name: 'WalletConnect',
description: 'v2',
Expand Down

0 comments on commit fc8d415

Please sign in to comment.