using config value

This commit is contained in:
Chris Troutner
2025-05-19 16:55:44 -07:00
parent 054205c545
commit aa7d6f4bc7
+2 -2
View File
@@ -69,11 +69,11 @@ class NostrBrowser {
// tags: [['t', 'bch-dex-test-topic-01']]
// }
const relayWs = 'wss://nostr-relay.psfoundation.info'
const relayWs = config.nostrRelay
const eventTemplate = {
kind: 867,
created_at: Math.floor(Date.now() / 1000),
tags: [['t', 'bch-dex-test-topic-01']],
tags: [['t', config.nostrTopic]],
content: msg
}