mirror of
https://github.com/hzrd149/nsite-gateway.git
synced 2025-06-23 20:05:03 +00:00
5 lines
166 B
JavaScript
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();
|