mirror of
https://github.com/hzrd149/nsite-gateway.git
synced 2025-06-23 12:05:01 +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();
|