You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Miguel: Switch key derivation in second layer to use BIP-44 instead of aezeed? Easier integration (metamask snap wallets would be interchangeable with wallet daemon) but we need to figure out layer1-to-layer2 integration
Proposal 1:
Discuss further. Using the same seed phrase standard as metamask for L2 makes sense to me. Since L1 and L2 wallets are independent there shouldn't be any issues with using a different scheme.
Problem
Miguel: Switch key derivation in second layer to use BIP-44 instead of aezeed? Easier integration (metamask snap wallets would be interchangeable with wallet daemon) but we need to figure out layer1-to-layer2 integration
Proposal 1:
Discuss further. Using the same seed phrase standard as metamask for L2 makes sense to me. Since L1 and L2 wallets are independent there shouldn't be any issues with using a different scheme.
https://crates.io/crates/bip39
https://crates.io/crates/tiny-hderive
The text was updated successfully, but these errors were encountered: