-
Notifications
You must be signed in to change notification settings - Fork 30
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
add support for common good parachains #130
base: main
Are you sure you want to change the base?
Conversation
Hi @ShankarWarang! Just to confirm, these chains are not levering the new feature in polkadot for the generic, right? Besides, can you please share with us sources you used to set slip0044 and the ss85_addr_type? |
Gm @emmanuelm41 👋 These common-good parachains share the same slip0044 (same native token) and the ss85_addr_type as their corresponding relaychains (Polkadot & Kusama). I guess this might cause conflict as per the current implementation? |
Gm @ShankarWarang. If they have implemented the feature for the generic polkadot app, then there is no need to add them as done on this PR. What you did is meant for apps that are chain-specific, as before the CheckMetadataHash feature exists. We could merge it anyway, but it is not really necessary. Supported_apps is just used here... ledger-substrate-js/src/supported_apps.ts Lines 22 to 30 in 5732e37
While this is the class for the generic app... ledger-substrate-js/src/generic_app.ts Lines 57 to 65 in 5732e37
|
Added common good chains:
🔗 zboto Link