Merge pull request #86 from Permissionless-Software-Foundation/devops

Changing domains to fullstackcash.net
This commit is contained in:
Chris Troutner
2026-07-26 14:01:17 -07:00
committed by GitHub
3 changed files with 5828 additions and 1329 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# Production environment variables # Production environment variables
# 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.fullstack.cash REACT_APP_DEX_SERVER=https://dex-api.fullstackcash.net
REACT_APP_NOSTR_REST_API_URL=https://nostr-relay-api.psfoundation.info 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
+5 -5
View File
@@ -14,20 +14,20 @@ const config = {
ghRepo: 'https://github.com/Permissionless-Software-Foundation/bch-dex-taker-v2', ghRepo: 'https://github.com/Permissionless-Software-Foundation/bch-dex-taker-v2',
radicleUrl: 'https://app.radicle.network/seeds/maple.radicle.garden/rad:git:hnrkd5cjwwb5tzx37hq9uqm5ubon7ee468xcy/remotes/hyyycncbn9qzqmobnhjq9rry6t4mbjiadzjoyhaknzxjcz3cxkpfpc', radicleUrl: 'https://app.radicle.network/seeds/maple.radicle.garden/rad:git:hnrkd5cjwwb5tzx37hq9uqm5ubon7ee468xcy/remotes/hyyycncbn9qzqmobnhjq9rry6t4mbjiadzjoyhaknzxjcz3cxkpfpc',
// dexServer: 'https://dex-api.fullstack.cash', // dexServer: 'https://dex-api.fullstackcash.net',
// dexServer: 'http://localhost:5700', // dexServer: 'http://localhost:5700',
dexServer: process.env.REACT_APP_DEX_SERVER || 'https://dex-api.fullstack.cash', dexServer: process.env.REACT_APP_DEX_SERVER || 'https://dex-api.fullstackcash.net',
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'
], ],