Update Nostr relay URLs to fullstackcash.net

This commit is contained in:
devops-pi
2026-07-13 17:26:24 -07:00
parent 0a87144be9
commit 20126e5054
3 changed files with 5825 additions and 1326 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
# These are automatically loaded when running 'npm run build' # These are automatically loaded when running 'npm run build'
REACT_APP_DEX_SERVER=https://dex-api.fullstackcash.net REACT_APP_DEX_SERVER=https://dex-api.fullstackcash.net
REACT_APP_NOSTR_REST_API_URL=https://nostr.fullstackcash.net REACT_APP_NOSTR_REST_API_URL=https://nostr-relay-api.fullstackcash.net
+5821 -1322
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -21,13 +21,13 @@ const config = {
nostrTopic: 'bch-dex-test-topic-02', nostrTopic: 'bch-dex-test-topic-02',
// REST API endpoint for Nostr relay interactions (primary interface) // REST API endpoint for Nostr relay interactions (primary interface)
nostrRestApiUrl: 'https://nostr-relay-api.psfoundation.info', nostrRestApiUrl: 'https://nostr-relay-api.fullstackcash.net',
// nostrRestApiUrl: 'http://localhost:5942', // nostrRestApiUrl: 'http://localhost:5942',
// Legacy relay URLs kept for reference (may be used in tags, but actual connections use REST API) // Legacy relay URLs kept for reference (may be used in tags, but actual connections use REST API)
nostrRelay: 'wss://nostr-relay.psfoundation.info', nostrRelay: 'wss://nostr.fullstackcash.net',
nostrRelays: [ nostrRelays: [
'wss://nostr-relay.psfoundation.info', 'wss://nostr.fullstackcash.net',
'wss://nos.lol', 'wss://nos.lol',
'wss://relay.damus.io' 'wss://relay.damus.io'
], ],