Skip to content

Commit 184004f

Browse files
committed
update wallet array
1 parent 3812d37 commit 184004f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/utils/query/wallets.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ import {
1313
} from '@getpara/rainbowkit/wallets'
1414

1515
import { WC_PROJECT_ID } from '../constants'
16+
import { isInsideSafe } from '../safe'
1617

17-
export const rainbowKitWallets = [
18+
export const rainbowKitWallets = isInsideSafe() ? [safeWallet] : [
1819
// injected / not always shown
1920
injectedWallet,
2021
safeWallet,

0 commit comments

Comments
 (0)