Skip to content

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