From 9d7b002464f6cff3ddbf08db2d1efdebcc3f1f18 Mon Sep 17 00:00:00 2001 From: rob thijssen Date: Wed, 16 Sep 2026 19:36:51 +0300 Subject: [PATCH] feat: label the blackbeard extension by name The Quantus browser wallet now injects itself as `blackbeard` instead of `polkadot-js` (quantus/extension#15), so it no longer collides with the real polkadot{.js} extension. qapi already found it by enumeration; this gives it a label in the extension list instead of the raw key. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_012uDUodEcRbBwNRi3UCmw8f --- src/pages/Accounts/AccountList.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/Accounts/AccountList.tsx b/src/pages/Accounts/AccountList.tsx index 3264f7a..b1b69f8 100644 --- a/src/pages/Accounts/AccountList.tsx +++ b/src/pages/Accounts/AccountList.tsx @@ -95,6 +95,7 @@ const AccountCard: FC<{ ) } export const knownExtensions: Record = { + blackbeard: "blackbeard", "polkadot-js": "Polkadot JS", "nova-wallet": "Nova Wallet", talisman: "Talisman",