mirror of
https://github.com/PR0M3TH3AN/bitvid.git
synced 2025-09-09 15:38:44 +00:00
14 lines
444 B
JavaScript
14 lines
444 B
JavaScript
// js/lists.js
|
|
|
|
const npubs = [
|
|
"npub13yarr7j6vjqjjkahd63dmr27curypehx45ucue286ac7sft27y0srnpmpe",
|
|
"npub15jnttpymeytm80hatjqcvhhqhzrhx6gxp8pq0wn93rhnu8s9h9dsha32lx",
|
|
"npub1j37gc05qpqzyrmdc5vetsc9h5qtstas7tr25j0n9sdpqxghz6m4q2ej6n8",
|
|
"npub1epvnvv3kskvpnmpqgnm2atevsmdferhp7dg2s0yc7uc0hdmqmgssx09tu2",
|
|
];
|
|
|
|
console.log("DEBUG: lists.js loaded, npubs:", npubs);
|
|
|
|
export const initialWhitelist = npubs;
|
|
export const initialBlacklist = [""];
|