Skip to content

Commit

Permalink
Merge pull request #299 from mstable/fix/ledger
Browse files Browse the repository at this point in the history
fix: temporary disable Ledger wallet in both apps
  • Loading branch information
dimlbc authored Dec 14, 2023
2 parents d6bcb85 + d88f9df commit 6d8f9f4
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 6d8f9f4

Please sign in to comment.