mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex-taker-v2.git
synced 2026-09-21 16:52:01 -07:00
Update Nostr relay URLs to fullstackcash.net
This commit is contained in:
+1
-1
@@ -2,4 +2,4 @@
|
||||
# These are automatically loaded when running 'npm run build'
|
||||
|
||||
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
|
||||
Generated
+5821
-1322
File diff suppressed because it is too large
Load Diff
+3
-3
@@ -21,13 +21,13 @@ const config = {
|
||||
nostrTopic: 'bch-dex-test-topic-02',
|
||||
|
||||
// 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',
|
||||
|
||||
// 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: [
|
||||
'wss://nostr-relay.psfoundation.info',
|
||||
'wss://nostr.fullstackcash.net',
|
||||
'wss://nos.lol',
|
||||
'wss://relay.damus.io'
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user