ChainSafe / metamask-snap-polkadot

Metamask plugin for interacting with Polkadot dapps and other Substrate based chains.
Apache License 2.0
84 stars 61 forks source link

fix: incorrect account type #237

Closed tien closed 3 months ago

tien commented 3 months ago

Should be "ed25519", as the default keyring type was used.

Redoudou commented 3 months ago

@BeroBurny @irubido can you help with this ? Thank you

BeroBurny commented 3 months ago

Should be "ed25519", as the default keyring type was used.

It has been a long time since I worked on that feature, can you please explain the reasoning or point to the documentation?

tien commented 3 months ago

Hey @BeroBurny, you can see here where the keyring is instantiated. And if you don't specify a type, the default value will be used:

image