NEAR private key import currently expects a hexadecimal key and rejects the standard NEAR ed25519:... format used by other NEAR wallets, showing "Invalid private key". The import should accept the ed25519: prefix, split by :, and base58-decode the key portion so users can import keys exported from other NEAR wallets.
NEAR private key import currently expects a hexadecimal key and rejects the standard NEAR
ed25519:...format used by other NEAR wallets, showing "Invalid private key". The import should accept theed25519:prefix, split by:, and base58-decode the key portion so users can import keys exported from other NEAR wallets.