TalismanSociety / talisman

Multi-Chain Made Easy with Talisman Wallet. An ultra-secure Ethereum and Polkadot wallet for both beginners and pros.
https://talisman.xyz/download
GNU General Public License v3.0
57 stars 36 forks source link

"Missing Registry" error using Ledger Migration App on People Chain #1502

Closed filippoweb3 closed 2 months ago

filippoweb3 commented 3 months ago

When I try to remove my identity or add a proxy on People Chain using a Ledger account imported through the Migration App, I get the error "Missing Registry" on the extension

chidg commented 3 months ago

Hi @filippoweb3 , how is the extrinsic constructed? Has the dapp you're using (assuming you're using a dapp) been updated with the latest polkadot.js api library?

filippoweb3 commented 3 months ago

hey the dapp is Polkadot JS UI, updated I think this PR will fix the issue https://github.com/polkadot-fellows/runtimes/pull/371, apparently there was some missing stuff for People Chain on Kusama

chidg commented 3 months ago

Will leave this open, please let us know if that solves it.

0xKheops commented 3 months ago

I can reproduce easily.

Error occurs because Talisman doesn't know about this chain, so it doesn't know any rpc to fetch metadata from. Error is handled gracefully so no actual bug there.

image image

We just need to register that chain in chaindata.

Thank you @filippoweb3 for the heads up!

chidg commented 2 months ago

Hi @filippoweb3 , People Chain has now been added to our chaindata config - please let us know if this problem is solved.