Skip to content
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

Allow wallets to specify limited CoinType support? #14

Open
JeremyParish69 opened this issue Feb 23, 2023 · 0 comments
Open

Allow wallets to specify limited CoinType support? #14

JeremyParish69 opened this issue Feb 23, 2023 · 0 comments

Comments

@JeremyParish69
Copy link
Collaborator

Should we allow Wallets to specify whether they will only generate CoinType 60 keys, as is the case for MetaMask? Or is this not helpful?
I figure most wallets will be able to suggest for any CoinType, so I'm not sure it's handy for most cases, but there might be more use in specifying only when wallets support a limited number of CoinTypes: So if it's missing, assume all CoinTypes are supported, and if it's listed, then assume only the specified CoinTypes are supported.

e.g., for MetaMask:

{
  ...,
  coinTypes: [
    60
  ],
  ...
}

but for Keplr, there would be no such property, because it supports any CoinType under BIP44

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

No branches or pull requests

1 participant