feat: label the blackbeard extension by name
All checks were successful
deploy / build (push) Successful in 2m33s
deploy / deploy-web (push) Successful in 8s

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) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012uDUodEcRbBwNRi3UCmw8f
This commit is contained in:
2026-09-16 19:36:51 +03:00
parent ad670842b3
commit 9d7b002464

View File

@@ -95,6 +95,7 @@ const AccountCard: FC<{
)
}
export const knownExtensions: Record<string, string> = {
blackbeard: "blackbeard",
"polkadot-js": "Polkadot JS",
"nova-wallet": "Nova Wallet",
talisman: "Talisman",