Skip to content

Commit

Permalink
Remove WalletConnect v1 from WalletOptions modal
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsmiarowski committed Jan 30, 2024
1 parent 8f2c1c8 commit 0daff58
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions solidity-v1/dashboard/src/components/WalletOptions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,6 @@ const WALLETS_OPTIONS = [
label: "WalletConnect",
icon: Icons.WalletConnect,
isHardwareWallet: false,
connector: new WalletConnectConnector(),
modalType: MODAL_TYPES.WalletConnect,
},
{
label: "WalletConnectV2",
icon: Icons.WalletConnect,
isHardwareWallet: false,
connector: new WalletConnectV2Connector(),
modalType: MODAL_TYPES.WalletConnect,
},
Expand Down

0 comments on commit 0daff58

Please sign in to comment.