wallet_import
Import existing mnemonic or private key to activate wallet for cross-chain bridging and swapping.
Instructions
Import existing keys. Alternative: edit ~/.bridgekitty/.env directly (MNEMONIC=, PRIVATE_KEY=0x). Mnemonic gives EVM + Persistence + Solana; privateKey alone gives EVM only. Use wallet_status to check current state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mnemonic | No | 12 or 24 word BIP-39 mnemonic phrase | |
| overwrite | No | Set true to overwrite existing keys (back up first!) | |
| privateKey | No | 0x-prefixed hex EVM private key |