-
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
Fix Base58PrefixMismatch in metadata #408
Comments
Just a reminder about this issue. As a result Hashed Network metadata may not be added to the Polkadot Vault (Parity Signer) via Metadata portal and users are not able to use Polkadot Vault (Parity Signer) hardware wallet for signing transactions in Hashed Network. |
@pgolovkin thanks for this. Is the metadata property in the chain spec supposed to be 'system_ss58format'? Is there anywhere else this value needs to go? We've tried a few options but it still shows as '42' in the Polkadot.js metadata. Thanks for help. See issue here: hashed-io/hashed-substrate-parachain#5 |
@mgravitt thanks for the reply! As I know you should redeploy the node (the binary) because the node is in charge of RPC query. The runtime upgrade is not enough. Please try to redeploy the node and query SS58 prefix. |
@pgolovkin thanks, when I query the RPC node for system properties, I get https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fc1.hashed.live#/rpc |
Description
I'm adding Hashed network to the metadata portal so that Polkadot Vault cold wallet may be used for signing operation in the Hashed network.
And I'm getting error creating QR code for chainspec and metadata:
Suggested Solution
Change the prefix in metadata to 9072 as a result
system_ss58Prefix
will contain9072
value.Alternatives
N/A
Additional Information
N/A
The text was updated successfully, but these errors were encountered: