Skip to content

Commit

Permalink
fix: temporary disable Ledger wallet in both apps
Browse files Browse the repository at this point in the history
  • Loading branch information
dimlbc committed Dec 14, 2023
1 parent d6bcb85 commit d88f9df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions apps/lts/src/clients/wagmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
coinbaseWallet,
imTokenWallet,
injectedWallet,
ledgerWallet,
metaMaskWallet,
rainbowWallet,
walletConnectWallet,
Expand Down Expand Up @@ -51,7 +50,7 @@ const connectors = connectorsForWallets([
groupName: 'Recommended',
wallets: [
metaMaskWallet({ chains, shimDisconnect: true, projectId }),
ledgerWallet({ chains, projectId }),
// ledgerWallet({ chains, projectId }),
walletConnectWallet({ chains, projectId }),
coinbaseWallet({ appName: 'mStable', chains }),
],
Expand Down
3 changes: 1 addition & 2 deletions apps/mstable/src/clients/wagmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
coinbaseWallet,
imTokenWallet,
injectedWallet,
ledgerWallet,
metaMaskWallet,
rainbowWallet,
walletConnectWallet,
Expand Down Expand Up @@ -51,7 +50,7 @@ const connectors = connectorsForWallets([
groupName: 'Recommended',
wallets: [
metaMaskWallet({ chains, shimDisconnect: true, projectId }),
ledgerWallet({ chains, projectId }),
// ledgerWallet({ chains, projectId }),
walletConnectWallet({
chains,
projectId,
Expand Down

0 comments on commit d88f9df

Please sign in to comment.