We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3812d37 commit 184004fCopy full SHA for 184004f
1 file changed
src/utils/query/wallets.ts
@@ -13,8 +13,9 @@ import {
13
} from '@getpara/rainbowkit/wallets'
14
15
import { WC_PROJECT_ID } from '../constants'
16
+import { isInsideSafe } from '../safe'
17
-export const rainbowKitWallets = [
18
+export const rainbowKitWallets = isInsideSafe() ? [safeWallet] : [
19
// injected / not always shown
20
injectedWallet,
21
safeWallet,
0 commit comments