nsite-ts/public/pool.js
2024-10-04 10:32:57 -05:00

5 lines
166 B
JavaScript

import { SimplePool } from "nostr-tools";
export const relays = ["wss://relay.damus.io", "wss://nos.lol", "wss://nostr.wine"];
export const pool = new SimplePool();