mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex-taker-v2.git
synced 2026-09-21 16:52:01 -07:00
using config value
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user