Skip to content

Commit 3303138

Browse files
committed
chore(laboratory): remove Phantom from Bitcoin wallet buttons
Phantom has discontinued Bitcoin dapp connectivity (no injected provider, no Wallet Standard bitcoin:* features, no WalletConnect bip122 support), so the button never connects.
1 parent f2d2539 commit 3303138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/laboratory/src/utils/ConstantsUtil.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export const ConstantsUtil = {
211211
'backpack',
212212
'frontier'
213213
] as Wallet[],
214-
BitcoinWalletButtons: ['walletConnect', 'xverse', 'leather', 'okx', 'phantom'] as Wallet[],
214+
BitcoinWalletButtons: ['walletConnect', 'xverse', 'leather', 'okx'] as Wallet[],
215215
Socials: [
216216
'google',
217217
'github',

0 commit comments

Comments
 (0)