@override Future<void> saveNip05s(List<Nip05> nip05s) async { for (var nip05 in nip05s) { this.nip05s[nip05.pubKey] = nip05; } }