Content pfp
Content
@
0 reply
0 recast
0 reaction

Spencer Graham 🧢 pfp
Spencer Graham 🧢
@spengrah.eth
did mm recently change something about importing additional seed phrases? I swear this used to be possible but now it seems like you can only import a private key
1 reply
1 recast
5 reactions

BPetes pfp
BPetes
@bpetes.eth
Was seed way back when I last tried. You doing mobile or extension?
1 reply
0 recast
1 reaction

Spencer Graham 🧢 pfp
Spencer Graham 🧢
@spengrah.eth
extension
1 reply
0 recast
0 reaction

MetaMask 🦊 pfp
MetaMask 🦊
@metamask
Unless it was a possibility way back in the day, you've never been able to import *additional* SRPs. Only private keys / json files.
1 reply
0 recast
1 reaction

Spencer Graham 🧢 pfp
Spencer Graham 🧢
@spengrah.eth
interesting, very possible I'm remembering some other method. What I'm trying to do is import a wallet from Warpcast into mm so that I can use mm to control my fid. But Warpcast only allows seed phrase exports, and mm only supports private key imports. Any suggestions?
3 replies
0 recast
0 reaction

Vlado pfp
Vlado
@vkuts
Hey, your Warpcaster custodial address private key is simply the first/default PK that would be generated from the seed phrase shown to you by the Warpcaster client. Generate it via your favorite crypto lib, then import it into MM: `ethers.Wallet.fromMnemonic("foo bar baz ...").privateKey`.
1 reply
0 recast
1 reaction

Vlado pfp
Vlado
@vkuts
Worth noting that this PK isn't actually authorized to sign casts on behalf of your account. You have to register a new signer key (generated by you) on-chain before you can cast messages programmatically 🙃 I found that pretty confusing.
1 reply
0 recast
1 reaction