mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex-taker-v2.git
synced 2026-09-21 16:52:01 -07:00
Fix DEX API URL: fullstack.cash -> fullstackcash.net
This commit is contained in:
+1
-1
@@ -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.fullstackcash.net
|
REACT_APP_NOSTR_REST_API_URL=https://nostr.fullstackcash.net
|
||||||
+2
-2
@@ -14,9 +14,9 @@ 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',
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user