Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Disable mobile pairing in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed May 12, 2022
1 parent 0565034 commit 059276f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
9 changes: 6 additions & 3 deletions src/logic/safe/utils/mocks/remoteConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
}
],
"disabledWallets": [
"lattice"
"lattice",
"safeMobile"
],
"features": [
"CONTRACT_INTERACTION",
Expand Down Expand Up @@ -117,7 +118,8 @@
"portis",
"torus",
"trust",
"walletLink"
"walletLink",
"safeMobile"
],
"features": [
"CONTRACT_INTERACTION",
Expand Down Expand Up @@ -172,7 +174,8 @@
],
"disabledWallets": [
"fortmatic",
"lattice"
"lattice",
"safeMobile"
],
"features": [
"CONTRACT_INTERACTION",
Expand Down
13 changes: 0 additions & 13 deletions src/logic/wallets/pairing/hooks/usePairing.ts

This file was deleted.

0 comments on commit 059276f

Please sign in to comment.