Skip to content

Commit b5d805d

Browse files
committed
intear
1 parent c4d494d commit b5d805d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/wallet/wallet-registry.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,12 @@ export const WALLET_REGISTRY: Record<SupportedWalletType, WalletConfig> = {
4646
intear: {
4747
name: "intear",
4848
setupFunction: setupIntearWallet,
49-
defaultOptions: {},
49+
defaultOptions: {
50+
// Configure to avoid CSP iframe issues
51+
walletUrl: "https://wallet.intear.tech",
52+
// Force popup behavior
53+
deprecated: false,
54+
},
5055
},
5156
okx: {
5257
name: "okx",

0 commit comments

Comments
 (0)