Open montekki opened 2 years ago
This issue has been open for 21 days with no activity and is not labelled as an enhancement. It will be closed in 7 days.
Most probably needs to move to the ui repo - QRs are parsed in the react-qr package ( as I recall).
EDIT: Indeed, there is only Substrate support (prefix being the substrate
constant), https://github.com/polkadot-js/ui/blob/7d9fb9071184b7e620681df59c69444654aaabd7/packages/react-qr/src/util.ts#L31-L33
So would have some bubble-up effects in the display component as well where it would need additional flags (and then finally to the users of these components). Most probably needs some optional (important, needs backwards compat for existing users) flag to indicate anything that is non-Substrate prefixed.
With the start of development of support for Eth-like addresses in Signer in paritytech/parity-signer#1268 we've found out that adding these arrds from Signer into the Extension with QR codes does not work. The format that we are using now is
ethereum:ETH_KEY:GENESIS_HASH
just likesubstrate:SS58_KEY:GENESIS_HASH
for any other networkFull working support of Ethereum addresses and keys between Signer and Polkadot-js
So people could use Signer on Moon* networks.
Version: 0.44.1
Environment: Firefox
Language: