-
Notifications
You must be signed in to change notification settings - Fork 4
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
Incompatible account handling #1084
Comments
@ltfschoen Can you provide us more info for this issue? Thanks! |
polkadot-js/extension#1250 (comment) polkadot-js/extension#1250 (comment) dapps need to filter based on chain type. so maybe have to filter Ethereum H160 addresses differently than for Substrate H256 addresses. |
How did you create an Ethereum wallet in your polkadot js? |
i had a quick glance, maybe take a look here https://github.com/zeitgeistpm/ui/blob/staging/lib/state/wallet.ts |
Sorry I'm not following, I'm trying to reproduce the issue but I'm not sure how to create an Ethereum account in the Polkadot js wallet. Do you have any information on that? |
personally i don't create ethereum accounts using polkadot.js. try creating them using desktop software that creates Ethereum addresses on an air-gapped local machine. verify that your download of that desktop software hasn't been compromised |
Is it possible to get some steps to reproduce the issue you were seeing? |
all the steps are written at this link #1084 (comment) |
polkadot-js/extension#1250
The text was updated successfully, but these errors were encountered: