@override Future<void> saveNip05s(List<Nip05> nip05s) async { await dbRdy; for (final nip05 in nip05s) { await saveNip05(nip05); } }