Skip to content

Rebrand polkadot{.js} to Polkadot Developer Signer #1538

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TarikGul
Copy link
Member

@TarikGul TarikGul commented May 5, 2025

In line with the following blog post - we are aiming to rebrand the polkadot{.js} extension to be the Polkadot Developer Signer.

There is currently one final issue I need to resolve in this PR which involves the EXTENSION_PREFIX. The one main issue with the EXTENSION_PREFIX is the short_name that is used in the manifest may be used as a backup for the prefix. I want to make sure there is no friction and lose of data if the below is changed. If there might be, I say we leave the short_name to polkadot{.js}, and ensure only UI branding changes and internal things stay the same.

export const EXTENSION_PREFIX = process.env['EXTENSION_PREFIX'] || '';

EXTENSION_PREFIX && EXTENSION_PREFIX !== 'polkadot{.js}'
? `${EXTENSION_PREFIX}accounts`
: null
);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant